.w500 {
    max-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: 13px;
    padding: 15px 8px;
    border: none !important;
}

.default-table-area.style-two .table-responsive .table tbody tr td {
    font-size: 13px;
    padding: 10px 8px;
}

.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;
}






/* ==========================================
   UI COMPONENT LEVEL STYLES ONLY
========================================== */
.adw-ul-step {
    display: none;
    animation: fade .25s ease;
}

.adw-ul-active {
    display: block !important;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.adw-ul-card {
    border-radius: 10px;
    border: 1px solid #e9e9e9;
    padding: 25px;
}

.adw-ul-uploadbox {
    border: 2px dashed #ccc;
    padding: 35px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.adw-ul-uploadbox:hover {
    background: #f8f9fa;
    border-color: #1b154a;
}

.map-field {
    padding: 0.575rem 2.25rem 0.575rem 0.75rem !important;
}

.adw-ul-mapping .map-card {
    border: 1px solid #e4e4e4;
    padding: 12px;
    border-radius: 8px;
    background: #fff;
}

.adw-ul-progress-box {
    border: 1px solid #ececec;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}

.adw-ul-counters {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.adw-ul-counter {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 6px;
    min-width: 130px;
    text-align: center;
}

.adw-ul-counter .value {
    font-size: 1.4rem;
    font-weight: 700;
}

.adw-ul-ctas {
    display: flex;
    gap: 12px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.adw-text-color-primary {
    color: #1b154a !important;
}

.form-select:focus {
    border-color: rgb(24 16 74) !important;
    outline: 0;
    box-shadow: none !important;
}

.form-check .form-check-input:checked[type=checkbox] {
    border-color: #1b154a !important;
    background-color: #1b154a !important;
}


.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff !important;
    background-color: #1b154a !important;
}

.adw-primary {
    color: #1b154a !important;
}






/* 01-05-2026 */

.default-table-area.style-two .table-responsive .lead-table thead tr th {
    padding: 10px 8px !important;
}

.form-check-input:checked {
    background-color: #18104a;
    border-color: #18104a;
}

.default-table-area .table-responsive .lead-table tbody tr td:first-child {
    border-left: 1px solid #ECEEF2;
    padding-left: 10px !important;
}

.form-check-input:focus {
    box-shadow: none !important;
}

.table-responsive {
    overflow: visible !important;
}

.table-responsive .dropdown-menu {
    position: absolute;
    z-index: 9999;
}

.bulk-form .b-action {
    background-color: #F6F7F9;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px 0px 0px 5px;
}

.bulk-form .b-assign {
    background-color: #F6F7F9;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px 0px 0px 0px;
    display: none;
}

.bulk-form button {
    border-radius: 0px 5px 5px 0px !important;
    border: 1px solid #18104a;
}

.lead-filter {
    width: 1000px !important;
}

.leadhistoryoffcanvas {
    width: 850px !important;
}

.crpnt {
    cursor: pointer !important;
}

.leadactionoffcanvas {
    width: 650px !important;
}

.leadactionform {
    height: 45px;
    padding: 10px 16px;
}

.lead-action-checkbox-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.nav-pills .nav-link {
    color: #18104a;
}


.adw-budge {
    background: #18104a;
}

.timeline-item {
    position: relative;
    padding-left: 170px;
}


.timeline-item .border-style-for-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    left: -6px;
    width: 12px;
    height: 12px;
    background-color: #289709;
    border-radius: 50px;
}

.timeline-item .border-style-for-timeline.dot-2::before {
    background-color: #ff8753;
}

.timeline-item .border-style-for-timeline.dot-3::before {
    background-color: #63d9f6;
}

.timeline-item .border-style-for-timeline.dot-4::before {
    background-color: #ff1100;
}




.dashboard-layout {
    height: calc(100vh - 100px);
}

.scroll-col {
    height: 100%;
    overflow-y: auto;
    padding-right: 12px;
}


.sticky-col {
    position: sticky;
    top: 20px;
}

.scroll-col {
    scroll-behavior: smooth;
}

@media (max-width: 991px) {
    .dashboard-layout {
        height: auto;
    }

    .scroll-col {
        height: auto;
        overflow: visible;
    }

    .sticky-col {
        position: static;
    }
}

.scroll-col {
    height: 100%;
    overflow-y: auto;

    scrollbar-width: none;

    -ms-overflow-style: none;
}

.scroll-col::-webkit-scrollbar {
    display: none;
}

/* 02/10/2026 */

.dashboard-card {
    padding: 30px 20px;
    border-radius: 10px;
    background: #DD00A8;
    background: linear-gradient(315deg, rgba(221, 0, 168, 1) 0%, rgba(24, 16, 74, 1) 65%);
}

.white-color {
    color: white;
}

.date-dur {
    padding: 9px 15px !important;
}

.date-dur span {
    font-size: 13px;
    font-weight: 400;
}

.hotleads {
    background-color: #fee2e2 !important;
    color: #b91c1c !important;
}

.warmleads {
    background-color: #ffedd5 !important;
    color: #c2410c !important;
}

.coldleads {
    background-color: #e0f2fe !important;
    color: #0369a1 !important;
}

.deadleads {
    background-color: #f1f5f9 !important;
    color: #475569 !important;
}



.pa-core {
    display: flex;
    align-items: center;
    min-height: 400px;
}

.pa-pendingblock {
    width: 25%;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: grid;
}

.pa-core .block-title {
    background: #dedede;
    width: auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.pa-pblock-data {
    background: #d9fffe;
    padding: 25px;
    width: 250px;
    height: 100px;
    border: 2px solid black;
    border-radius: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pa-pblock-data h6 {
    font-size: 20px;
}



.pa-pipelineblock {
    width: 50%;
    align-items: center;
    text-align: center;
    justify-content: center;
    display: grid;
}

.pa-core .block-title {
    background: #dedede;
    width: auto;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.pa-pblock-data {
    background: #d9fffe;
    padding: 25px;
    width: 250px;
    height: 100px;
    border: 2px solid black;
    border-radius: 10px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pa-pblock-data h6 {
    font-size: 20px;
}




/* Scrollable body */
.dashboard-customize-body {
    overflow-y: auto;
    padding-bottom: 90px;
    /* space for fixed footer */
}

/* Widget list */
.dashboard-widget-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Widget item */
.dashboard-widget-item {
    display: flex;
    align-items: center;
    background: #f8f9fa;
    border: 1px solid #e5e5e5;
    padding: 12px;
    border-radius: 8px;
    cursor: grab;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dashboard-widget-item:active {
    cursor: grabbing;
}

/* While dragging */
.dashboard-widget-item.dragging {
    opacity: 0.7;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    background: #fff;
}

/* Smooth reposition animation */
.dashboard-widget-item:not(.dragging) {
    transition: transform 0.2s ease;
}

.widget-info {
    flex-grow: 1;
}

.widget-title {
    font-weight: 600;
    font-size: 14px;
}

.dashboard-widget-item input:not(:checked) {
    opacity: 0.6;
}

.info-icon-db {
    font-size: 17px;
    position: relative;
    top: 3px;
    left: 5px;
    cursor: pointer;
}

/* FIXED FOOTER */
.dashboard-customize-footer {
    position: sticky;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #e5e5e5;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    z-index: 10;
}

.otp-box {
    width: 55px;
    height: 55px;
    font-size: 20px;
    font-weight: 600;
}

.card-lost {
    background-color: #ffb8b885 !important;
}

.card-booked {
    background-color: #adebad !important;
}



/* 09-03-2026 */

.offcanvas.role-canvas {
    width: 700px !important;
}

.faq-wrapper.accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 0px !important;
    font-size: 14px !important;
    padding: 13px 20px !important;
}


.accordion-button:not(.collapsed) {
    background-color: rgb(24 16 74 / 14%) !important;
}

.cblack {
    color: black;
}

.accordion-button:not(.collapsed) {
    color: rgb(24 16 74);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
    font-weight: 700 !important;
}

.faq-wrapper.accordion .accordion-item {
    border-radius: 0px !important;
    border: 1.5px solid #00000029 !important;
}

.ptb0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.setting-tab {
    width: 25%;
    background: white !important;
    padding: 15px 25px !important;
    border-radius: 10px !important;

}


.setting-tab .nav-link {
    color: #18104a;
    text-align: left !important;
}

.setting-tab-content {
    background: white !important;
    padding: 15px 25px 30px !important;
    border-radius: 10px !important;
    width: 75%;
}

.tab-heading {
    font-size: 16px !important;
}

.otp-row,
.password-row {
    display: none;
}

.error-msg,
.error-msg2,
.error-msg3 {
    color: red;
    font-size: 13px;
}

.verified-msg,
.success-msg {
    color: rgb(7, 109, 78);
    font-size: 13px;
}

.logo-upload {
    display: none;
}

.lacl {
    font-weight: 600;
    color: #646464;
}

.lacv {
    margin-bottom: 5px !important;
}

.r-none {
    display: none !important;
}

#widget-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: auto;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.right-header-content .header-right-item .notifications.dropdown .btn-secondary.badge::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 7px;
    height: 7px;
    background-color: #FD5812;
    border-radius: 50%;
    animation: pulseDot 1.5s infinite ease-in-out;
}

/* Pulse Animation */
@keyframes pulseDot {
    0% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(253, 88, 18, 0.7);
    }

    50% {
        transform: scale(1.4);
        opacity: 0.8;
        box-shadow: 0 0 0 6px rgba(253, 88, 18, 0);
    }

    100% {
        transform: scale(1);
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(253, 88, 18, 0);
    }
}

.repeat-icon {
    color: #01b0c0;
    font-size: 16px;
    position: relative;
    top: 4px;
    right: -5px;
}