.w500 {
    width: 500px !important;
}

.authlogo {
    max-width: 110px;
}

.adw-btn-primary {
    background-color: #18104a !important;
    border-color: #18104a;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(24 16 74) !important;
}

.split-wrapper{
    min-height:100vh;
    display:flex;
    gap:0;
    align-items:stretch;
}

.pane-image{
    flex:1 1 50%;
    background-image: 
        linear-gradient(rgba(12, 13, 23, 0.25), rgba(12,13,23,0.25)), 
        url('../images/adw-images/loginimage.webp');
    background-size:cover;
    background-position:center;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Circle Patch */
.logo-patch {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    backdrop-filter: blur(10px);
    background:rgb(255 255 255 / 35%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 28px rgb(0 0 0 / 27%);
}

/* Logo inside */
.logo-patch img{
    width:60%;
    height:auto;
}

/* Form side */
.pane-form{
    flex:1 1 50%;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:48px 36px;
}

.logo-icon {
    width: 150px;
}

.logo {
    padding: 24px 25px 20px;
    border-bottom: 1px solid #ECF0FF;
    text-align: center;
    background: #ffffff;
}

.menu-vertical .menu-item.open .menu-link.active .title {
    color: #18104a;
    font-weight: 600;
}

.menu-vertical .menu-item.open .menu-link.active .menu-icon {
    color: #18104a;
}


.left-header-content ul li .src-form .src-btn .material-symbols-outlined {
    color: #18104a;
    font-size: 24px;
    position: relative;
    top: 3px;
}

.right-header-content .header-right-item .notifications.dropdown .dropdown-menu .dropdown-item:hover i {
    background-color: #18104a;
    color: #fff !important;
}

.i-primary {
    --bs-text-opacity: 1;
    color: rgb(19 1 133) !important;
}

.i-alert {
    --bs-text-opacity: 1;
    color: rgb(212, 16, 16) !important;
}

.i-success {
    --bs-text-opacity: 1;
    color: rgb(1, 133, 8) !important;
}

.max-h-300 {
    max-height: 300px;
}

.right-header-content .header-right-item .admin-profile .dropdown-menu {
    width: 250px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.1);
    transform: translate(20px, 60px) !important;
    padding: 20px;
}

.right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 2px;
    height: 100%;
    background-color: #18104a;
    transform: scaleY(0);
    transition: all ease 0.5s;
}

.right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item:hover i {
    color: #18104a;
}

.right-header-content .header-right-item .admin-profile .dropdown-menu .admin-link li .dropdown-item:hover span {
    color: #18104a;
}

.left-header-content ul li .src-form .form-control:focus {
    border-color: #18104a6e;
}

.default-table-area .table-responsive .table .master-thead tr th,
.default-table-area .table-responsive .table .master-tbody tr td {
    background-color: #F6F7F9;
    color: #445164;
    font-weight: 500;
    font-size: 14px;
    padding: 15px 15px;
    border: none;
    border-bottom: 1px solid #ECEEF2;
    text-align: center;
}

.adw-btn-primary-outline {
    border-color: #18104a;
    color: #18104a;
}

.adw-btn-primary-outline:hover {
    color: #ffffff;
    background-color: #18104a !important;
    border-color: #18104a !important;
}

.default-table-area.style-two .table-responsive .table thead tr th {
    background-color: #18104a1f;
    font-size: 14px;
    padding: 15px 8px;
    border: none !important;
}

.jcc {
    justify-content: center;
}

.tac {
    text-align: center !important;
}

.form-control:focus {
    background-color: #fff;
    box-shadow: unset;
    outline: 0;
    border: 1px solid #18104a7d;
    color: #8695AA;
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link.hover {
    background-color: #18104a;
    color: #fff;
    z-index: 0 !important;
}

.pdt70vh {
    padding-top: 70vh;
}

.pagination .page-item .page-link:hover {
    background-color: #18104a;
    color: #fff;
}


.adw-primary-bg {
    background-color: #18104a;
}

.text-right {
    text-align: right;
}


.card-3 {
    background-color: #ffff0024 !important;
}

.card-4 {
    background-color: #0080002b !important;
}

.card-2 {
    background-color: #f1f1f1 !important;
}

.sidebar-area .logo {
    padding: 15px 25px 15px !important;
    border-bottom: 1px solid #ECF0FF !important;
}

.border-10 {
    border-radius: 10px;
}

.right-header-content .header-right-item .admin-profile .administrator {
    border: none !important;
}



.adw-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.adw-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.adw-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #da0b0b6a;
  -webkit-transition: .4s;
  transition: .4s;
}

.adw-slider:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 0px;
  bottom: -1px;
  background-color: #18104a;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .adw-slider {
  background-color: rgba(55, 216, 10, 0.501);
}

input:focus + .adw-slider {
  box-shadow: 0 0 1px #18104a;
}

input:checked + .adw-slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.adw-slider.adw-round {
  border-radius: 34px;
}

.adw-slider.adw-round:before {
  border-radius: 50%;
}

.outhover-bg:hover {
    background-color: #18104aae !important;
    color: #fff !important;
}

.outhover-bg:hover i {
    color: #fff;
}

.choices__list--multiple .choices__item {
    background-color: #18104a !important;
    border-color: #18104a !important;
    color: #fff !important;
}

.choices__inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: #ffffff !important;
    padding: 10px 7.5px 10px !important;
    border: 1px solid #d5d9e2 !important;
    font-size: 14px;
    min-height: 44px;
    overflow: hidden;
    border-radius: 7px !important;
    color: #3a4b6e;
}



.choices__input {
    display: inline-block;
    vertical-align: baseline;
    background-color: #f9f9f900 !important;
    font-size: 14px;
    margin-bottom: 0px !important;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    padding: 4px 0 4px 2px; 
}

.choices__placeholder {
    opacity: 1 !important;
}


/* Default thumb */
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: #18104a;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease;
}

/* Focus / Active (fade color) */
input[type="range"]:focus::-webkit-slider-thumb,
input[type="range"]:active::-webkit-slider-thumb {
    background: #352e7a; /* faded version */
}

/* Firefox */
input[type="range"]::-moz-range-thumb {
    height: 18px;
    width: 18px;
    background: #18104a;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease;
}

input[type="range"]:focus::-moz-range-thumb,
input[type="range"]:active::-moz-range-thumb {
    background: #352e7a;
}

/* Edge */
input[type="range"]::-ms-thumb {
    height: 18px;
    width: 18px;
    background: #18104a;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s ease;
}

input[type="range"]:focus::-ms-thumb,
input[type="range"]:active::-ms-thumb {
    background: #352e7a;
}

.adw-error {
    display: none;
    color: #b52222;
    padding: 12px 20px;
    font-size: 14px;
    background-color: rgb(255 0 0 / 8%);
    margin-top: 15px;
}

.adw-success {
    display: none;
    color: #22b544;
    padding: 12px 20px;
    font-size: 14px;
    background-color: rgba(0, 255, 38, 0.08);
    margin-top: 15px;
}


.cp-offcanvas.offcanvas-end {
    width: 600px !important;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: #120c37 !important;
    pointer-events: none;
    border-color: #150e3f !important;
    opacity: 0.5 !important;
}

button:hover i {
    color: #ffffff;
}

/* Multiselect Form*/

.adwmulti-step { 
    display: none; 
}

.adwmulti-step.active { 
    display: block; 
}
    
.adwmulti-tag-pill { 
    display:inline-flex; 
    align-items:center; 
    gap:.4rem; 
    padding:.35rem .5rem; 
    border-radius:999px; 
    background:#f1f3f5; 
    margin:.25rem; 
    font-size:.9rem; 
}
    
.adwmulti-tag-pill .adwmulti-remove-tag { 
    cursor:pointer; 
    font-weight:700; 
    color:#6c757d; 
    margin-left:.25rem; 
}
    
.adwmulti-file-preview { 
    max-height:120px; 
    margin-top:.5rem; 
    display:block; 
}
    
.adwmulti-progress-wrap { 
    margin-bottom:1.25rem; 
}
    
.adwmulti-required-star { 
    color: #d63384; 
    margin-left: 4px; 
}
    
.adwmulti-upload-drop { 
    cursor:pointer; 
    border:1px dashed #dee2e6; 
    border-radius:.375rem; 
}
    
.adwmulti-upload-drop:hover { 
    background:#fbfbfc; 
}
    
.adwmulti-upload-drop.border-primary { 
    border-color: #0d6efd !important; 
    box-shadow: 0 0 0 .15rem rgba(13,110,253,.08); 
}
    
.adwmulti-invalid-custom { 
    box-shadow: 0 0 0 .125rem rgba(220,53,69,.12); 
    border:1px solid #dc3545; 
    border-radius:.25rem; 
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #f6f7f9;
    text-align: center;
    white-space: nowrap;
    background-color: #1b154a !important;
    transition: width 0.6s ease;
}


.amenities-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 25px; /* row-gap , column-gap */
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 6px;
    background: #f8f9fa;
    padding: 6px 12px;
    border-radius: 8px;
}

.amenity-item img {
    width: 18px;
    height: 18px;
}

.opp07 {
    opacity: 0.75;
}


.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #D5D9E2 !important;
    background-image : none !important;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: none !important;
    box-shadow: none !important;
}


.menu-vertical .menu-sub .menu-item .menu-link:hover {
    background-color: #ECF0FF !important;
    color: #3a4252 !important;
}