/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.menu .app-brand.demo {
  padding: 15px 2rem;
  height: 64px;
  background-color: #fff;
}


.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.user-status-box {
  position: absolute;
  right: 10px;
  top: 10px;
  width: fit-content;
}

.card_checkbox_margin {
  margin-left: 10px;
  margin-top: 10px;
}

.checkbox_border_class {
  border: solid 1px;
  border-color: #5f7287;
}

.user-list-box .checkbox {
  position: absolute;
  left: 6px;
  top: 6px;
  width: fit-content;
}

.user-list-box .checkbox input {
  margin: 0;
  border-radius: 6px;
  box-shadow: 0px 4px 4px -2px rgb(0 0 0 / 50%);
}

.user-list-box .checkbox .form-check-input:checked {
  box-shadow: none;
}

.user-list-box .image-box {
  height: 200px;
  border-bottom: 1px solid rgba(225, 225, 225, 1);
}

.user-list-box .image-box .card-img-top {
  height: 100%;
  width: 100%;
  margin-top: 5px;
  object-fit: contain;
}

.user-list-box .card-title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.user-list-box .bottom-btn {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.right-side-top {
  gap: 5px 10px;
}

.card_inactive {
  background-color: #fad7d7;
}

.count-box {
  font-size: 16px;
  color: rgba(255, 111, 0, 1);
}

.menu .app-brand.demo {
  justify-content: center !important;

}

.app-brand-logo h2 {
  color: rgba(255, 111, 0, 1);
  font-weight: 600;
}

.align-end-width {
  width: 100px;
  text-align: start;
}

.hidden {
  display: none;
}

.pagination {
  justify-content: center;
  gap: 10px;
}

.bx {
  vertical-align: middle;
  font-size: 1.15rem;
  line-height: 1;
}

.page-link,
.page-link>a {
  border-radius: 0.375rem;
  line-height: 1;
  text-align: center;
  min-width: calc(2.1875rem + 0px);
}

.user-listing-table table tr td:nth-child(2) p {
  width: 250px;
  white-space: normal;
}

.table th {
  letter-spacing: 0px;
}

.custom-width-box {
  min-width: 140px;
  word-break: break-all;
}

.custom-other-width {
  min-width: 150px;
  word-break: break-all;
}

.custom-width-box p,
.custom-other-width p {
  word-break: break-all;
}

.charity-main-width {
  min-width: 380px;
  word-break: break-all;
}

.question-other-width,
.user-main-width {
  min-width: 300px;
  word-break: break-all;
}

.frist-td-width {
  min-width: 190px;
  word-break: break-all;
}

.table th {
  vertical-align: middle;
}

.cutom-forth-box-width {
  min-width: 200px;
}

.table-responsive {
  width: 100%;
}

.shorting-img {
  position: absolute;
  top: 13px;
  right: 20px;
  display: inline-flex;
  flex-direction: column;
  gap: 0px;
}

.shorting-img i {
  font-size: 17px;
  display: flex;
  height: 5px;
  align-items: center;
}

.sort {
  cursor: pointer;
}

.sort.desending .shorting-img .down-icon {
  color: rgba(255, 111, 0, 1);
}

.sort.asending .shorting-img .up-icon {
  color: rgba(255, 111, 0, 1);
}

.custom-select-tool {
  border: 1px solid #d9dee3;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #d9dee3;
  height: 47px;
  padding-top: 10px;
  border-radius: 6px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 9px;
  right: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #697a8d;
}

.question-other-width-options {
  width: 360px;
  min-width: none;
}

.custom-width-box-option-text {
  width: 320px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #d9dee3;
  padding-bottom: 10px;
  padding-top: 5px;
}

/* survey modal */

.survey-modal .modal-dialog {
  max-width: 400px;
}

.survey-body {
  padding-top: 10px;
}

.survey-body .form-label {
  display: flex;
  font-size: 16px;
  font-weight: 500;
}

.survey-body p {
  text-align: start;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}

.survey-body ol {
  padding-left: 0;
  margin-bottom: 0;
}

.survey-body .survey-body-list {
  text-align: start;
}

.survey-modal .modal-footer {
  padding: 0;
}

.user-activity {
  display: inline-block;
  width: fit-content;
  border-radius: 6px;
  padding: 4px 9px;
  font-size: 14px;
  text-align: center;
  height: fit-content;
  font-weight: 700;
  background-color: #fff;
  color: #fff !important;
}


.user-activity.active {
  background-color: rgba(17, 141, 87, 1);
}

.booking-user-activity.active {
    display: inline-block;
    width: fit-content;
    border-radius: 6px;
    padding: 4px 9px;
    font-size: 14px;
    text-align: center;
    height: fit-content;
    font-weight: 700;
    color: #1d4ed8;
    background: #dbeafe;
}

.booking-user-activity.Accepted {
    display: inline-block;
    width: fit-content;
    border-radius: 6px;
    padding: 4px 9px;
    font-size: 14px;
    text-align: center;
    height: fit-content;
    font-weight: 700;
    color: #6b21a8;
    background: #f3e8ff;
}

.booking-user-activity.Cancelled {
    display: inline-block;
    width: fit-content;
    border-radius: 6px;
    padding: 4px 9px;
    font-size: 14px;
    text-align: center;
    height: fit-content;
    font-weight: 700;
    color: rgba(156, 47, 35, 1);
    background: var(--error-16, rgba(240, 87, 71, 0.16));
}
.booking-user-activity.InProgress {
    display: inline-block;
    width: fit-content;
    border-radius: 6px;
    padding: 4px 9px;
    font-size: 14px;
    text-align: center;
    height: fit-content;
    font-weight: 700;
    color: rgba(183, 110, 0, 1);
    background: var(--warning-16, rgba(255, 214, 57, 0.16));
}

.booking-user-activity.Completed {
    display: inline-block;
    width: fit-content;
    border-radius: 6px;
    padding: 4px 9px;
    font-size: 14px;
    text-align: center;
    height: fit-content;
    font-weight: 700;
    color: rgba(17, 141, 87, 1);
    background: var(--success-16, rgba(56, 187, 93, 0.16));
}

.booking-user-activity.Rejected {
    display: inline-block;
    width: fit-content;
    border-radius: 6px;
    padding: 4px 9px;
    font-size: 14px;
    text-align: center;
    height: fit-content;
    font-weight: 700;
    color: rgba(17, 141, 87, 1);
    background:var(--success-16, rgba(56, 187, 93, 0.16));
}

.user-activity.active:hover {
  background-color: rgba(17, 141, 87, 1);
  color: rgb(255 255 255);
}

.user-activity.pending {
  background-color: #ff6f00;
}

.user-activity.inactive {
  background-color: #ff0000;
}

.user-activity.Terminated {
  background-color: rgb(0, 0, 0);
}
.user-activity.Qualified {
  background-color: rgb(25, 0, 254);
}
.user-list-box .bx-envelope,
.user-list-box .bx-phone {
  color: rgba(255, 111, 0, 1);
}



.top-input-space {
  flex-wrap: wrap;
  gap: 10px !important;
}

.mce-container #mceu_29-body {
  display: flex;
  flex-wrap: wrap;
}

.header-profiledrop {
  max-width: 35px !important;
  border: 1px solid rgba(225, 225, 225, 1);
  height: 35px !important;
  min-height: 35px;
}

.mainavtar-header {
  border: 1px solid rgba(225, 225, 225, 1);
  border-radius: 50%;
}

.profile-accountname {
  max-width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile-dropitems i {
  color: rgba(0, 63, 145, 1);
}

.logout-btnitem {
  color: #ff3e1d;
}

.availability-selectinwork {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}

.availability-select {
  display: flex;
  flex-direction: column;
}

.availability-select .form-check-inline{
  padding-left: 0em;
}

.premision-moduleselect .form-check {
  padding-left: 1em;
}

input.upload-btn {
  width: 120px;
}

input.upload-btn::-webkit-file-upload-button {
  position: absolute;
  padding: 3px 20px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  color: rgba(255, 111, 0, 1);
  cursor: pointer;
  text-decoration: underline;
}

.resume-uploadDiv {
  border: 1px dashed rgba(0, 63, 145, 1);
  background-color: rgba(255, 255, 255, 1);
  padding: 50px 50px;
  text-align: center;
  border-radius: 10px;
}

.dragdrop-title {
  padding-top: 10px;
}

.resume-uploadDiv p{
  color: #3f3f3f;
}

@media screen and (max-width: 575px) {
  .availability-selectinwork .form-check {
    padding-left: 1em;
  }

  .resume-uploadDiv {
    padding: 35px;
}
}

@media screen and (max-width: 375px) {
  .dashboard-view-detailsrow .col-6 {
    width: 100%;
  }
}

@media screen and (max-width: 345px) {
  .availability-selectinwork .form-check {
    display: block;
  }
}


.box-card{
  padding: 30px;
  box-shadow:0px 0px 10px 0px rgb(138, 142, 143);
  margin: 30px;
}