:root {
    --body-color: #f5f5f5;
    --dark-color: #2b3a4a;
    --white-color: #fff;
    --theme-color: #6f42c1;


}

body {
    background-color: var(--body-color);
}

/* siderbar */


input.error {
    border: 1px solid red;
}

.scrollbox {
    overflow-y: scroll;
    max-height: 220px;
    border: 1px solid #dae0e8;
}

.fileupload-exists.thumbnail {
    height: 100px;
    width: 100px;
}

.demo-table,
.demo-forms {
    margin-bottom: 20px;
}

.btn-file {
    padding: 0;
    display: block;
    text-align: left;
    margin: 10px 0;
}

.fileupload-exists.thumbnail {
    margin-top: 10px;
}

.custom-main-image {
    display: flex;
    gap: 10px;
    align-items: center;
}

.custom-image-label {
    margin-bottom: 10px;
}


/* header */

.header-item {
    height: 60px !important;
    box-shadow: none !important;
    color: var(--bs-header-item-color);
    border: 0;
    border-radius: 0;
}

.header-profile-user {
    height: 36px;
    width: 36px;
    background-color: var(--bs-tertiary-bg);
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.noti-icon i {
    font-size: 22px;
    color: var(--bs-header-item-color);
}

.noti-icon .badge {
    position: absolute;
    top: 12px;
    right: 4px;
}

.content-header .navbar-right {
    display: flex;
    align-items: center;
}

.sign-wrapper {
    padding: 40px;
    border-radius: 10px;
    background-color: var(--white-color);
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 15px;
    opacity: 0.6;
    transform: translateY(-50%);
}

@media (min-width: 1200px) {
    .sign-wrapper {
        width: 550px;
    }
}



@media (min-width: 576px) {
    .content-header .navbar-right .dropdown {
        margin-left: 25px;
    }

}



.navbar-header {
    background-color: var(--white-color);
}

.navbar-header .dropdown-message .dropdown-link svg,
.dropdown-notification .dropdown-link svg {
    color: #000 !important;
}

.navbar-header .dropdown-profile .dropdown-link:hover .avatar img,
.navbar-header .dropdown-profile .dropdown-link:focus .avatar img {
    background-color: transparent !important;
}

.dashboard-card-custom .card {
    background-color: rgba(122, 111, 190);
    background-image: url('../../img/banner/bg-layer.png');
    background-repeat: no-repeat;
    background-size: cover;

}

.mini-icon {
    font-size: 30px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff !important;
    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
    display: inline-block;
}

.card-list-main {
    display: flex;
    justify-content: space-between;
}

.ds-booking-card .media:last-child {
    border-bottom: none !important;
}

.ds-booking-card .media {
    padding: 15px !important;
}

.ds-booking-card .media:hover,
.ds-booking-card .media:active {
    background-color: #f7f7f7;
}

.ds-inbox-card .list-group-item:hover,
.ds-inbox-card .list-group-item:active {
    background-color: #f7f7f7;
}

.ds-property-req-card .avatar {
    object-fit: cover;
}

.ds-property-req-card .table tr:hover,
.ds-property-req-card .table tr:active {
    background-color: #f7f7f7;
}

.custom-accordion .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.custom-tab .nav-link.active {
    color: var(--theme-color);
    border: none;
    border-radius: 0;
    font-weight: 600;
    border-bottom: 2px solid var(--theme-color);
}

.custom-tab .nav-link {
    color: var(--dark-color);
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.custom-tab .nav-link:hover,
.custom-tab .nav-link:focus {
    background-color: transparent;
    color: var(--theme-color);
}

.btn-primary.dropdown-toggle.show {
    background-color: var(--theme-color);
    color: var(--body-color);
}

.btn-primary.dropdown-toggle:active {
    background-color: var(--theme-color);
    color: var(--white-color);
}

.dropdown-item:active {
    color: var(--dark-color);
}

.active-tag {
    background-color: var(--bs-green);
    border-radius: 6px;
    color: #ffffff;
    font-family: var(--title-font-family);
    font-weight: 600;
    right: 20px;
    opacity: 1;
    padding: 2px 12px;
    position: absolute;
    top: 20px;
    transform: translateY(0px);
    visibility: visible;
}

.card-title a {
    color: var(--theme-color);
}

.dashboard-ul ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.dashboard-ul ul li {
    width: calc(33.33% - 20px);
    height: auto;
    list-style: none;
}

ul.checkout-list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.rating-stars li {
    list-style: none;
}

.rating-stars {
    align-items: center;
}

.object-cover {
    object-fit: cover;
}

.bg-theme {
    background: var(--theme-color);
}

.bootstrap-growl.alert .close {
    float: right !important;
    font-size: 30px !important;
    color: #000000 !important
}

.notification-main-body {
    max-height: 200px;
    overflow-y: auto;
}

.notification-main-body::-webkit-scrollbar {
    width: 1px;

}

.notification-main-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px rgba(95, 95, 95, 0.3);
}

.notification-main-body::-webkit-scrollbar-thumb {
    background-color: var(--gray-color);
    outline: 1px solid rgb(127, 138, 150);
}


.switch {
    background: #bdbdbd;
}

.cust-select2 .select2-selection__rendered {
    width: fit-content;
    margin: 0;
    display: inline-block !important;
}

.cust-select2 .select2-search--inline {
    vertical-align: top;
}

.location-details .list-thumb {
    max-width: 121px;
}

.location-details .list-thumb img {
    width: 100%;
    height: 100%;
}

.pending-style {
    font-weight: 400;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 60px;
}

/* Status color code */
.style-inactive {
    background-color: #bbbbbb;
    color: #000;
}

.style-reject {
    background-color: #FFF5F8;
    color: #F1416C;
}

.style-approved {
    background-color: #D1E7DD;
    color: #0F5132;
}

.style-review {
    background-color: #E5F0FD;
    color: #3554D1;
}

.style-draft {
    background-color: #FFF8DD;
    color: #E4B303;
}

.modal .modal-dialog .select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6f42c1 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6f42c1 !important;
}
.cursor-pointer:hover{
    cursor: pointer;
}
.form-control:focus {
    border-color: #6f42c1 !important;
    box-shadow: 0 0 0 0.25rem rgba(128, 180, 253, 0.25);

}
.form-select:focus {
    border-color: #6f42c1 !important;
    box-shadow: 0 0 0 0.25rem rgba(128, 180, 253, 0.9);
}

.btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(128, 180, 253, 0.25);
}
  .form-select option:hover {
    background-color: #6f42c1 !important; 
    color: white;
  }

  .form-select option:checked {
    background-color: #6f42c1 !important;
    color: white; 
  }

 
  .form-select:focus {
   border-color: #6f42c1;
  }
  
  .badge-lg {
    font-size: 1.01rem; /* Adjust the font size */
    padding: 0.6em 1em; /* Adjust padding for larger size */
    border-radius: 0.5rem; /* Optional: increase border-radius for a softer look */
}


.steps-wrapper .steps-vertical {
    position: relative;
}

.steps-wrapper .steps-vertical::before {
    content: "";
    background: #cdd4e0;
    height: 100%;
    height: 1px;
    left: 16px;
    position: absolute;
    height: 100%;
    width: 1px;
    z-index: -1;
}

.steps-wrapper .step-number {
    background-color: #fff;
}

.steps-wrapper .StepIcon svg {
    width: 20px;
    height: 20px;
}
.steps-wrapper span.StepIcon {
    background-color: var(--theme-color);
    color: var(--white-color);
    border: none;
}

.steps-wrapper span.StepIcon {
    display: none;
}

.steps-wrapper .step-link.active span.StepIcon {
    display: flex;
}

.steps-wrapper .step-link.active span.StepNum {
    display: none;
}
@media (min-width: 992px) {
    .steps-wrapper {
        position: sticky;
        width: auto;
        top: 0;
    }
}

.cust-nav {
    gap: 10px;
  }

  
.selection-check input[type=radio],
.selection-check input[type=checkbox],
.selection-check-card input[type=radio],
.selection-check-card input[type=checkbox] {
  display: none;
}

.selection-check-card label {
  background-color: #fff;
  border: 1px solid var(--dark-color);
  cursor: pointer;
  display: inline-block;
  color: var(--dark-color);
  font-weight: 500;
  font-size: 14px;
  outline: 1px solid #ddd;
  padding: 12px 15px;
  border-radius: 6px;
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 4px;
  transition: all 0.3s ease-out;
  text-align: center;
}

.selection-check label {
  background-color: #fff;
  border: 1px solid var(--dark-color);
  cursor: pointer;
  display: inline-block;
  color: var(--dark-color);
  font-weight: 500;
  font-size: 14px;
  outline: 1px solid #ddd;
  padding: 6px 17px;
  border-radius: 6px;
  margin-right: 1px;
  margin-left: 1px;
  margin-top: 4px;
  transition: all 0.3s ease-out;
}

.selection-check input[type=radio]:checked~label,
.selection-check input[type=checkbox]:checked~label,
.selection-check-card input[type=radio]:checked~label,
.selection-check-card input[type=checkbox]:checked~label {
  outline: transparent;
  z-index: 1;
  background-color: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);

}

.selection-check-card input[type=radio]:checked~label p,
.selection-check-card input[type=checkbox]:checked~label p {
  color: #fff;
}

.selection-check-card label:hover p,
.selection-check label:hover,
.selection-check-card label:hover {
  color: var(--theme-color);
  border-color: var(--theme-color);
}

.location-kind {
  max-height: 450px;
  overflow-y: auto;
}

.location-tages ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
  }
  
  .location-tages .custom_checkbox {
    display: flex;
    align-items: center;
    padding: 15px;

  }
  
  .location-tages .custom_checkbox img {
    width: 100px;
    height: 70px;
    object-fit: cover;
    border-radius: 14px;
  }
  
  
  .custom_checkbox {
    cursor: pointer;
  }
  .host-place-area .custom_checkbox span {
    line-height: 20px;
  }
  
  .host-place-area .location-tages {
    min-height: 190px;
    max-height: 600px;
    overflow-y: auto;
  }
  
  .host-place-area .location-tages ul li,
  .location-offer ul li {
    width: 100%;
  }
  
  .location-offer ul{
    list-style: none;
    gap: 20px;

  }

  /* upload file css */
#dropzone {
    border: 2px dashed #6c757d;
    border-radius: 15px;
    background-color: #e9ecef;
    padding: 50px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: relative;
    width: 100%;
}

#dropzone input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

#dropzone.dragover {
    background-color: #dee2e6;
}

.drag-card {
    position: relative;
    padding: 8px;
    height: 100%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    width: 100%;
    transition: box-shadow 0.3s;
    transition-timing-function: ease-out;
}

.drag-card:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
    cursor: move;
}

.drag-card .drag-img {
    width: 100%;
    position: relative;
    border: 1px solid #efeff4;
    overflow: hidden;
    margin: 0 0 8px;
    height: 212px;
    max-height: 212px;
    text-align: center;
    background-color: #efeff4;
}

.drag-card .drag-img img {
    width: 100%;
    height: 100%;
}

.drag-card .drag-img::before {
    transition: opacity 0.1s, visibility 0.1s;
    transition-timing-function: ease-out;
    content: "";
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(../../img/location/plus.svg) center center / 60px no-repeat
        rgba(58, 58, 58, 0.5);
}

.drag-card .drag-img::after {
    display: block;
    content: "Drag to Change Position";
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 63%;
    width: 100%;
    height: 25px;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.drag-card:hover .drag-img::before,
.drag-card:hover .drag-img::after {
    opacity: 1;
    visibility: visible;
}

.dec-area {
    /* height: 90px; */
    margin-bottom: 0;
}

.card-description {
    transition: background-color 0.3s ease;
    resize: none;
    /* height: 90px; */
    min-height: 100%;
    min-width: -webkit-fill-available;
    /* padding: 14px 16px; */
    text-indent: 0;
    line-height: 20px;
    font-size: 16px;
}

.card-description:focus {
    background-color: #fff;
    border: 1px solid #ced4da;
}

.sortable-chosen {
    background-color: #e9ecef;
}

.sortable-ghost {
    background-color: #f8f9fa;
    border: 2px dashed #6c757d;
    box-shadow: none;
    background-image: none;
}

.sortable-ghost .drag-img img,
.sortable-ghost .card-body textarea,
.sortable-ghost .cover-label img,
.sortable-ghost .delete-btn,
.delete-btn {
    display: none;
}

.drag-card:hover .delete-btn {
    display: inline-block;
}

.delete-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 2;
    font-size: 12px;
    line-height: 20px;
}

.cover-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.card-index {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: #6c757d;
    color: white;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 5px;
}

.not-found-property {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.not-found-img img {
    width: 200px;
    height: 200px;
}

.weekDays-selector input {
    display: none !important;
  }
  
  .weekDays-selector input[type=checkbox]+label {
    display: inline-block;
    border-radius: 50%;
    background: #EBEBEB;
    height: 40px;
    width: 40px;
    margin-right: 3px;
    margin-bottom: 8px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
  }
  
  .weekDays-selector input[type=checkbox]:checked+label {
    background: var(--theme-color);
    color: #ffffff;
  }
  
  .host-place-price .accordion-item {
    border: none;
    border-bottom: 0.3px solid #DDDDDD;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  .right-input-icon {
    position: relative;
  }
  
  .right-input-icon .cust-input-pd {
    padding-right: 26px;
    padding-left: 12px;
  }
  
  .right-input-icon label {
    font-size: 12px;
    right: 15px;
    position: absolute;
    top: 10px;
    color: #bdbdbd;
  }
  @media (min-width:1299px){

    .host-place-area .location-tages ul li,
    .location-offer ul li {
      width: calc(33.33% - 14px);
    }
  
  }
  .form-check-input{
    width: 16px;
    height: 16px;
    border-radius: 4px !important;
  }