.navbar-custom {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border-radius: 15px;
}

.navbar-brand img {
    height: 55px;
}

.navbar-text {
    font-size: 1.2rem;
    font-weight: bold;
}

.logosection {
    display: flex;
    gap: 10px;
    align-items: center;
}

.logohead {
    font-size: 20px;
    font-weight: 600;
    color: #140668;
}

p.logosubhead {
    font-size: 14px;
    color: #140668;
    margin-bottom: 0px !important;
}

.navbar-custom {
    background-color: #f8f9fa;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.dashboard-btn {
    background-color: #4e73df;
    color: white;
    border: none;
}

.dashboard-btn:hover {
    background-color: #2e59d9;
}

.tabs-container {
    margin-top: 20px;
}

.tab-button {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-weight: bold;
}

.tab-button.active {
    background-color: #140668;
    color: white;
}

.tab-button:hover {
    /* border: red; */
    border: 1px solid black;
}

.empty-state {
    text-align: center;
    margin-top: 50px;
}

.empty-state img {
    max-width: 200px;
    margin-bottom: 20px;
}

.menu {
    border-right: 1px solid #ddd;
    height: 100%;
}

.menu-item {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #000;
    border: 1px solid #e9e9e9 !important;
    border-radius: 10px;
    margin: 5px;
}

.menu-item.active {
    background-color: #140668;
    color: white;
    border-radius: 10px;
}

.menu-item.completed {
    background-color: #30C37C;
    ;
    color: white;
    border-radius: 10px;
}

.menu-item.completed svg {
    color: white;
}

.registration-modal {
    overflow: hidden !important;
}

/* .menu-item:not(.active):hover {
      background-color: #f8f9fa;
    } */
.pdf-container {
    overflow-y: auto;
    height: 400px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
}

/* color */
.modaldownload {
    --bs-btn-color: #fff;
    --bs-btn-bg: #140668;
    --bs-btn-border-color: #140668;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #140668;
    --bs-btn-hover-border-color: #140668a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #140668;
    --bs-btn-active-border-color: #140668;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #140668;
    --bs-btn-disabled-border-color: #140668;
}

.modalcontinue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #30c37c;
    --bs-btn-border-color: #30c37c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #30c37c;
    --bs-btn-hover-border-color: #140668a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #30c37c;
    --bs-btn-active-border-color: #30c37c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #30c37c;
    --bs-btn-disabled-border-color: #30c37c;
}

.uploadbtn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #286F3F;
    --bs-btn-border-color: #286F3F;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #286F3F;
    --bs-btn-hover-border-color: #140668a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #286F3F;
    --bs-btn-active-border-color: #286F3F;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #286F3F;
    --bs-btn-disabled-border-color: #286F3F;
}

.authority-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.authority-details {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.authority-logo img {
    height: 50px;
    margin-right: 10px;
}

.contact-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.contact-info span {
    margin-left: 0;
}

.challanhead {
    background: #d9d9d9;
    flex-direction: column !important;
}

.form-section {
    margin-bottom: 20px;
}

.form-section h5 {
    margin-bottom: 15px;
}

.form-control {
    /* margin-bottom: 10px; */
}

.form-select {
    margin-bottom: 10px;
}

.btn-submit {
    margin-top: 20px;
}

.custe {
    display: flex;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 5px;
    align-items: center;
}

.undertaking-card h6 {
    font-weight: bold;
    margin-bottom: 20px;
}

.undertaking-card label {
    font-weight: 500;
}

.terms-link {
    color: #007bff;
    text-decoration: underline;
    cursor: pointer;
}

.terms-link:hover {
    text-decoration: none;
}

.custom-modal-content {
    border-radius: 15px;
    padding: 20px;
}

.custom-modal-body {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.custom-modal-footer {
    display: flex;
    justify-content: space-around;
    border-top: none;
}

.custom-btn {
    width: 40%;
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
}

.btn-no {
    background-color: #f0f0f0;
    color: #333;
}

.btn-yes {
    background-color: #140668;
    color: #fff;
}

.btn-no:hover {
    background-color: #e0e0e0;
}

.btn-yes:hover {
    background-color: #140668;
    color: #fff;
}

.custom-modal-content {
    border-radius: 15px;
    padding: 20px;
}

.custom-modal-body {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.custom-modal-body .success-icon {
    font-size: 20px;
    color: #28a745;
    margin-bottom: 10px;
}

.custom-modal-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
    border-top: none;
}

.btn-view {
    background-color: #28a745;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

.btn-view:hover {
    color: #fff;
}

.btn-close-modal {
    background-color: #343a40;
    color: #fff;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}

.btn-close-modal:hover {
    color: #fff;
}

.btn-view:hover {
    background-color: #218838;
}

.btn-close-modal:hover {
    background-color: #23272b;
}

.card-custom {
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.section-titleform {
    color: #140668;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.detail-row {
    display: flex;
    flex-wrap: wrap;
}

.detail-item {
    margin-bottom: 10px;
}

.detail-label,
.detail-value {
    display: block;
    /* Ensures they appear one below the other */
}

.detail-label {
    font-weight: 500;
    color: #2d2d2d;
    font-size: 14px;
}

.detail-value {
    font-weight: 600;
    color: #2d2d2d;
    font-size: 14px;
}

.print-btn {
    background-color: #28a745;
    color: white;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 5px;
    float: right;
}

.print-btn:hover {
    background-color: #218838;
}

.paymentoptions {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0;
    font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
    .menu {
        display: none;
        /* Hide static menu on mobile */
    }

    .mobile-menu {
        display: block;
        /* Show collapsible menu on mobile */
    }
}

@media (min-width: 769px) {
    .mobile-menu {
        display: none;
        /* Hide collapsible menu on desktop */
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .paymentoptions {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .custe {
        display: flex;
    }

    .otp-card1 {
        width: auto !important;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {}

/* .menu-item {
        padding: 10px 15px;
        border: 1px solid #ddd;
        cursor: pointer;
        background-color: #f8f9fa;
    }

    .menu-item.active {
        background-color: #007bff;
        color: #fff;
    }

    @media (max-width: 768px) {
        #menuCollapse {
            background-color: #ffffff;
            border: 1px solid #ddd;
            padding: 10px;
            border-radius: 5px;
        }
    }
 */

/* color */

.btn-eyeaction {
    --bs-btn-color: #fff;
    --bs-btn-bg: #140668;
    --bs-btn-border-color: #140668;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #140668;
    --bs-btn-hover-border-color: #140668;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #140668;
    --bs-btn-active-border-color: #140668;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #140668;
    --bs-btn-disabled-border-color: #140668;
}

.btn-downloadicon {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c27509;
    --bs-btn-border-color: #c27509;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c27509;
    --bs-btn-hover-border-color: #c27509;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c27509;
    --bs-btn-active-border-color: #c27509;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c27509;
    --bs-btn-disabled-border-color: #c27509;
}

.btn-icon-download {
    --bs-btn-color: #fff;
    --bs-btn-bg: #30c37c;
    --bs-btn-border-color: #30c37c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #30c37c;
    --bs-btn-hover-border-color: #30c37c;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #30c37c;
    --bs-btn-active-border-color: #30c37c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #30c37c;
    --bs-btn-disabled-border-color: #30c37c;
}

.adminview {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4775da;
    --bs-btn-border-color: #4775da;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4775da;
    --bs-btn-hover-border-color: #4775da;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4775da;
    --bs-btn-active-border-color: #4775da;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4775da;
    --bs-btn-disabled-border-color: #4775da;
}

.adminedit {
    --bs-btn-color: #fff;
    --bs-btn-bg: #140668;
    --bs-btn-border-color: #140668;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #140668;
    --bs-btn-hover-border-color: #140668;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #140668;
    --bs-btn-active-border-color: #140668;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #140668;
    --bs-btn-disabled-border-color: #140668;
}

.admindelete {
    --bs-btn-color: #fff;
    --bs-btn-bg: #d31f34;
    --bs-btn-border-color: #d31f34;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d31f34;
    --bs-btn-hover-border-color: #d31f34;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #d31f34;
    --bs-btn-active-border-color: #d31f34;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #d31f34;
    --bs-btn-disabled-border-color: #d31f34;
}

.adminlock {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c27509;
    --bs-btn-border-color: #c27509;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c27509;
    --bs-btn-hover-border-color: #c27509;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c27509;
    --bs-btn-active-border-color: #c27509;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c27509;
    --bs-btn-disabled-border-color: #c27509;
}

.bluecolor {
    color: #140668;
}

/* color ends */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #140668;
    color: #fff;
}

.nav-tabs .nav-link {
    background: 0 0;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-radius: 10px;
    margin-bottom: 6px;
    background-color: rgba(196, 203, 199, 0.948);
    color: black;
}

.btn-success-green {
    --bs-btn-color: #fff;
    --bs-btn-bg: #30c37c;
    --bs-btn-border-color: #30c37c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #30c37c;
    --bs-btn-hover-border-color: #30c37c;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #30c37c;
    --bs-btn-active-border-color: #30c37c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #30c37c;
    --bs-btn-disabled-border-color: #30c37c;
    margin: 1px;
}

.modalcontinuefont {
    --bs-btn-color: #fff;
    --bs-btn-bg: #30c37c;
    --bs-btn-border-color: #30c37c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #30c37c;
    --bs-btn-hover-border-color: #140668a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #30c37c;
    --bs-btn-active-border-color: #30c37c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #30c37c;
    --bs-btn-disabled-border-color: #30c37c;
    font-size: 14px;
}

.btn-success-green-padding {
    --bs-btn-color: #fff;
    --bs-btn-bg: #30c37c;
    --bs-btn-border-color: #30c37c;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #30c37c;
    --bs-btn-hover-border-color: #30c37c;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #30c37c;
    --bs-btn-active-border-color: #30c37c;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #30c37c;
    --bs-btn-disabled-border-color: #30c37c;
    padding: 7px 42px;
}

.modaldownload-padding {
    --bs-btn-color: #fff;
    --bs-btn-bg: #140668;
    --bs-btn-border-color: #140668;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #140668;
    --bs-btn-hover-border-color: #140668a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #140668;
    --bs-btn-active-border-color: #140668;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #140668;
    --bs-btn-disabled-border-color: #140668;
    padding: 7px 20px;
}

.btn-danger-red {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c20405;
    --bs-btn-border-color: #c20405;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c20405;
    --bs-btn-hover-border-color: #c20405;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c20405;
    --bs-btn-active-border-color: #c20405;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c20405;
    --bs-btn-disabled-border-color: #c20405;
    margin: 1px;
}

.btn-buttonblue {
    --bs-btn-color: #fff;
    --bs-btn-bg: #140668;
    --bs-btn-border-color: #140668;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #140668;
    --bs-btn-hover-border-color: #140668;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #140668;
    --bs-btn-active-border-color: #140668;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #140668;
    --bs-btn-disabled-border-color: #140668;
    padding: 5px 48px;
}

.btn-buttonyellow {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c27509;
    --bs-btn-border-color: #c27509;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #c27509;
    --bs-btn-hover-border-color: #c27509;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c27509;
    --bs-btn-active-border-color: #c27509;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c27509;
    --bs-btn-disabled-border-color: #c27509;
    padding: 5px 35px;
}

/* .developertable tbody tr td{
align-items: center;
} */
.text-bg-warning {
    color: #c27509 !important;
    background-color: #ffe6c3 !important;
    padding: 8px 13px;
    border-radius: 14px;
}

.text-bg-success {
    color: #286f3f !important;
    background-color: #ccfec8 !important;
    padding: 8px 13px;
    border-radius: 14px;
}

.text-bg-danger {
    color: #c20405 !important;
    background-color: #ffdada !important;
    padding: 8px 13px;
    border-radius: 14px;
}

.text-bg-primary {
    color: #fff !important;
    background-color: #2668CF !important;
    padding: 8px 13px;
    border-radius: 14px;
}

.printbtn {
    background-color: #286F3F;
    color: white;
    border-color: #286F3F;
    font-size: 14px;
}

.printbtn:hover,
.printbtn:focus,
.printbtn:active {
    background-color: #286F3F !important;
    color: white !important;
    border-color: #286F3F !important;
    outline: none;
    box-shadow: none;
}

.btn-secondary {
    padding: 8px 30px;
}

.btn-dashboard {
    background-color: #140668;
    color: white;
    border-radius: 8px;
    padding: 7px 42px;
    /* padding: 7px 10px; */
}

.btn-dashboard:hover,
.btn-dashboard:focus,
.btn-dashboard:active {
    background-color: #140668 !important;
    color: white !important;
    border-radius: 8px;
}

#editor-container {
    height: 200px;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #e9ecef;
    object-fit: cover;
    position: relative;
}

.upload-btn {
    position: absolute;
    top: 45px;
    right: 7px;
    border-radius: 3px;
    background-color: #140668;
    padding: 6px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-btn input[type="file"] {
    display: none;
}

.icon-overlay {
    position: absolute;
    top: 50%;
    right: 15px;
    pointer-events: none;
    color: #000;
}

body {
    font-family: "Inter", sans-serif;
    background: #e4e4e4f3;
}

.nav-top1 {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 1000;
    /* background: #f4f5f8; */
    /* border-bottom: 1px solid #dee2e6; */
    /* padding: 10px 20px; */
    border-radius: 10px;
    /* margin: 10px; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.nav-top1 .nav-link {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
}

.nav-top1 .nav-link.active {
    background-color: #140668;
    color: #fff;
    border-radius: 4px;
}

.content {
    padding: 10px 20px 20px 20px;
    /* Add top padding to offset fixed nav */
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.info-card {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info-card .icon {
    width: 48px;
    height: 48px;
}

.form-card-est {
    margin: 10px;
    /* padding: 20px; */
    border-radius: 10px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    --bs-card-border-color: none !important;
}

.form-card-estdweller {
    margin: 10px;
    /* padding: 20px; */
    border-radius: 10px !important;
    --bs-card-border-color: none !important;
}

.designicon {
    padding: 15px;
    background: #eaf6ff;
    border-radius: 10px;
}

.dashnumber {
    font-size: 24px;
    font-weight: 600;
}

.dashcentertext {
    align-items: center !important;
}

.dashtitle {
    font-size: 16px;
    font-weight: 700;
}

.indextable {
    font-size: 14px !important;
}

.infotable {
    font-size: 14px !important;
}

.infotable thead th {
    z-index: 0 !important;
    position: relative;
}

.infotable tbody td {
    overflow: visible !important;
    position: relative !important;
    z-index: 9999 !important;
}

.infotable tbody tr {
    position: relative !important;
    z-index: 9999 !important;
    overflow: visible !important;
}

table.infotable thead th {
    overflow: visible !important;
    z-index: 0 !important;
    position: relative !important;
}


.infotable2 {
    font-size: 14px !important;

}

.infotable2 thead th {
    z-index: 0 !important;
    position: relative;
    border: 1px solid #c5c3c3;
}

.infotable2 tbody td {
    overflow: visible !important;
    position: relative !important;
    z-index: 999 !important;
    border: 1px solid #c5c3c3;
}

.infotable2 tbody tr {
    position: relative !important;
    z-index: 999 !important;
    overflow: visible !important;
    border: 1px solid #c5c3c3;
}

table.infotable2 thead th {
    overflow: visible !important;
    z-index: 0 !important;
    position: relative !important;
    border: 1px solid #c5c3c3;
}

/* Since infotable is the table itself, target sibling wrapper classes directly */
.dataTables_wrapper {
    overflow: visible !important;
    position: relative !important;
    z-index: 10;
}

.dataTables_scrollBody {
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
}

.form-check-input:checked {
    background-color: #30c37c;
    border-color: #30c37c;
}

.profile-img-wrapper {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, z-index 0.3s ease;
    z-index: 1;
}

.profile-img-wrapper img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.profile-img-wrapper:hover {
    z-index: 99999;
}

.profile-img-wrapper .enlarged-img {
    position: absolute;
    top: 14%;
    /* move it up to avoid overlapping too much */
    left: 50%;
    transform: translateX(-50%) scale(2.5);
    transform-origin: bottom center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: none;
}

.profile-img-wrapper:hover .enlarged-img {
    display: block;
}

.profile-img-wrapper img.original-img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    object-fit: cover;

}


/* .profile-img-wrapper:hover img {
  transform: scale(2.5);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 99999 !important;
} */
/* signature  */

.signature-img-wrapper {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, z-index 0.3s ease;
    z-index: 1;
}

.signature-img-wrapper img {
    width: 80px;
    height: 30px;
    object-fit: cover;
    /* transition: transform 0.3s ease; */
    border-radius: 3px;
}

.signature-img-wrapper:hover {
    z-index: 99999;
}

/* .signature-img-wrapper:hover img {
    transform: scale(2.5);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
} */

.dataTables_wrapper,
.dataTables_scroll,
.dataTables_scrollBody,
table.infotable,
.infotable tbody,
.infotable tbody tr,
.infotable tbody td {
    overflow: visible !important;
    position: relative !important;
    z-index: 1 !important;
}

.signature-img-wrapper .enlarged-img-sign {
    position: absolute;
    top: 15%;
    /* move it up to avoid overlapping too much */
    left: 50%;
    transform: translateX(-50%) scale(2.5);
    transform-origin: bottom center;
    width: 80px;
    height: 30px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 99999;
    display: none;
}

.signature-img-wrapper:hover .enlarged-img-sign {
    display: block;
}

.signature-img-wrapper img.original-img-sign {
    width: 80px;
    height: 30px;
    object-fit: cover;

}

.upload-wrapper {
    position: relative;
    display: inline-block;
}

.profile-img2 {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.upload-btn2 {
    position: absolute;
    bottom: 0px;
    right: 13px;
    border-radius: 3px;
    background-color: #140668;
    padding: 6px;
    cursor: pointer;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-btn2 input[type="file"] {
    display: none;
}

.signature-img {
    width: 230px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.signature-img {
    border-radius: 8px;
    /* square with slightly rounded corners for signature */
}

/* .upload-btn {
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #000000a0;
      border-radius: 50%;
      padding: 8px;
      cursor: pointer;
    } */

.upload-btn input {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #140668 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #140668 !important;
    border: 1px solid #aaa;
}

.backbtn {
    float: right;
    margin: 2px 1px;
}

.wizard>.steps .current a .number,
.wizard>.steps .current a:hover .number,
.wizard>.steps .current a:active .number {
    border-color: #C27509 !important;
    background-color: #C27509 !important;
    color: #fff;
}

.wizard>.steps a .number,
.wizard>.steps a:hover .number,
.wizard>.steps a:active .number {
    line-height: 32px;
    border-radius: 50% !important;
    text-align: center;
    display: inline-block;
}

.wizard>.actions a,
.wizard>.actions a:hover,
.wizard>.actions a:active {
    text-decoration: none !important;
}

.wizard>.steps a,
.wizard>.steps a:hover,
.wizard>.steps a:active {
    text-decoration: none !important;
}

.wizard>.steps .current a,
.wizard>.steps .current a:hover,
.wizard>.steps .current a:active {
    color: #C27509 !important;
}

.wizard>.steps .disabled a .number {
    line-height: 32px;
    border-radius: 50% !important;
    color: #877f7f;
    background-color: #edeff1;
}

.wizard>.steps {
    justify-content: center;
}

/* .wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: #140668 !important;
} */
.wizard>.actions>ul>li a {
    background-color: #140668;
}

.wizard>.steps>ul li+li::before {
    content: "\f061";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px;
    color: #b4bdce;
    position: absolute;
    top: 50%;
    left: -26px;
    transform: translateY(-50%);
}

.wizard>.actions>ul>li a:hover {
    background-color: #140668;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #30C37C !important;
    color: #fff !important;
    border: 1px solid #30C37C !important;
    border-radius: 50%;
    padding: 3px 10px;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 5px;
}

.otp-card1 {
    width: 400px;
    margin: auto;
}

.pd-otpcard {
    padding: 25px 30px;
}


/* --- circle buttons -------------------------------------------------- */
.circle-btn {
    width: 177px;
    height: 168px;
    border-radius: 50%;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.25;
    font-size: 12px;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    overflow: hidden;
    /* let Marathi text wrap */
}

.btn-outline-secondaryround {
    border-color: #d4dce6 !important;
}

.btn-outline-secondaryround:hover {
    border-color: #6f7071 !important;
}

/* filled‑colour helper classes */
.circle-yellow {
    background: #fff4b7;
    border: 1px solid #d8be55;
}

.circle-yellow:hover {
    background: #fff4b7;
    border: 1px solid #6f7071;
}

.circle-pink {
    background: #fbd2f0;
    border: 1px solid #d590c0;
}

.circle-pink:hover {
    background: #fbd2f0;
    border: 1px solid #6f7071;
}

/* responsive tweaks */
@media (max-width: 576px) {

    /* phones */
    .circle-btn {
        width: 200px;
        height: 200px;
        padding: 16px;
        font-size: 13px;
    }
}

.pill-card {
    border: 1px solid #1d2088;
    border-radius: 48px;
    min-height: 80px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #fff;
    transition: all .15s ease-out;
    font-size: 14px;
}

.pill-card:hover {
    background: #eff2ff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}

/* icon size */
.pill-card i {
    font-size: 19px;
    margin-right: 8px;
}

.slum-dash {
    height: 118px;
    /* width: 290px; */
}

/* responsive tweaks */
@media (max-width: 576px) {
    .pill-card {
        min-height: 90px;
        font-size: 14px;
    }
}

.status-btn {
    background-color: #FFE6C3;
    color: #C27509;
    font-weight: 600;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 12px;
    border: none;
}

.status-btn:focus,
.status-btn:active,
.status-btn:hover,
.status-btn.show {
    background-color: #FFE6C3 !important;
    color: #C27509 !important;
    box-shadow: none;
}

.status-btnverified {
    background-color: #CCFEC8;
    color: #286F3F;
    font-weight: 600;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 12px;
    border: none;
}

.status-btnverified:focus,
.status-btnverified:active,
.status-btnverified:hover,
.status-btnverified.show {
    background-color: #CCFEC8 !important;
    color: #286F3F !important;
    box-shadow: none;
}

.status-btndiscrepancy {
    background-color: #FFDADA;
    color: #C20405;
    font-weight: 600;
    border-radius: 50px;
    padding: 6px 16px;
    font-size: 12px;
    border: none;
}

.status-btndiscrepancy:focus,
.status-btndiscrepancy:active,
.status-btndiscrepancy:hover,
.status-btndiscrepancy.show {
    background-color: #FFDADA !important;
    color: #C20405 !important;
    box-shadow: none;
}

.dropdown-menu {
    border-radius: 10px;
    padding: 4px 0;
    min-width: 8rem;
    text-align: left;
    font-size: 12px;
}

.dropdown-item.recommend {
    color: #286F3F;
    font-weight: 600;
    font-size: 12px !important;
}

.dropdown-item.query {
    color: #C20405;
    font-weight: 600;
    font-size: 12px !important;
}


/* .drophover.active,
.drophover:active {
    background-color: #676554 !important;
    color: #fff !important;
}
.drophover:hover {
    background-color: #69674d !important;
    color: #fff !important;
} */

table.dataTable tbody td {
    align-content: center;
}

.form-labelform {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 4px;
}

.form-valueform {
    font-weight: 600;
    font-size: 14px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.section-title_appealform {
    font-weight: bold;
    /* margin-top: 2rem; */
    margin-bottom: 16px;
    font-size: 16px;
}

.dotted-underline {
    border-bottom: 1px dotted #999;
    margin-bottom: 12px;
}

.add-remove-button {
    border-radius: 100%;
    padding: 0px 8px 1px;
    height: 28px;
    width: 28px;
}

.appealviewbtn {
    --bs-btn-color: #fff;
    --bs-btn-bg: #140668;
    --bs-btn-border-color: #140668;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #140668;
    --bs-btn-hover-border-color: #140668 a;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #140668;
    --bs-btn-active-border-color: #140668;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #140668;
    --bs-btn-disabled-border-color: #140668;
    padding: 4px 5px !important;
}

.small-text-btn {
    font-size: 14px;
}

.card-title {
    font-size: 14px !important;
}

.form-control_textarea {
    height: auto !important;
}

.boldclass {
    font-weight: 600;
}

.flatpickr-calendar {
    width: 100% !important;
    box-shadow: none;
    margin: 0 auto;
}


/* .flatpickr-day.preoccupied {
    box-sizing: content-box !important;
    background-color: #f8d7da !important;
    color: #721c24 !important;
    border-radius: 50% !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    pointer-events: none !important;


     font-size: 10px !important;
    width: 24px !important;
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 !important;
    margin: auto;
} */

.flatpickr-day.preoccupied {
    position: relative;
    color: #721c24 !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    z-index: 1;
}

.flatpickr-day.preoccupied::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 33px;
    height: 33px;
    background-color: #f8d7da;
    border-radius: 50%;
    z-index: -1;
}

.flatpickr-day.selected {
    /* background-color: #28a745 !important;
    color: white !important;
    border-radius: 50% !important; */

    position: relative;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: white !important;
    z-index: 1;
}

.flatpickr-day.selected::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 33px;
    height: 33px;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    border-radius: 50%;
    z-index: -1;
    animation: pulse 1.5s infinite;
}

.flatpickr-time input {
    max-width: 60px;
}

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

#calendarContainer {
    padding: 0.5rem 1rem;
}

.flatpickr-months .flatpickr-month {
    color: #4C56BB !important;
    font-size: 14px !important;
}


/* 🔁 Pulse Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
    }

    70% {
        transform: scale(1.1);
        box-shadow: 0 0 0 10px rgba(40, 167, 69, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    }
}

.card-head {
    padding: 15px 20px;
}

.fixed-preview-img {
    /* width: auto; */
    width: 100%;
    height: 300px;
    object-fit: contain;
    display: block;
}

.ht-100 {
    height: 50px !important;
}

.scroll {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100vh;
    scrollbar-width: thin;
}















/**
*
*  Hide scrollbars 
*
**/
/** Chrome / Safari / MS Edge **/
::-webkit-scrollbar {
    width: 0px;
}

/** IE, Firefox, Others **/
::-ms-scrollbar {
    width: 0px;
}

/** Firefox **/
html {
    scrollbar-width: none;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 0px;
}


/* * {
    transition: all 0.35s ease-in-out;
} */


#drawer-navigation {
    height: 80vh !important;
    overflow: hidden !important;
    position: fixed;
    top: 0;
    bottom: 0;
    left: -10px;
    margin: auto;

    padding: 0.75rem;
    border-radius: 5px 12px 12px 5px;
    border: 1px solid rgba(209, 213, 219, 0.35) !important;

    transition: all 0.35s ease-in-out;
}

main {
    background-color: rgba(209, 213, 219, 1);
}

.module {
    /**width: ;**/
    height: auto !important;
    min-height: 8rem !important;
    max-height: 15rem !important;

    overflow-x: visible;
    overflow-y: scroll;
    scroll-behavior: slow;

    padding: 0.85rem;
    border: 2px solid rgba(106, 118, 146, 0.45) !important;
    background-color: rgba(243, 244, 246, 1);
}

.module:hover {
    border: 2px solid rgba(59, 130, 246, 1) !important;
}


.module:hover h5 {
    opacity: 1;
    transition: all 0.35s ease-in-out;
}

.module p {
    font-size: 0.85rem;
    font-weight: 300;
    color: whitesmoke;
}






main {
    background-color: var(--rgba-gray-300);
    /* Main Content Background */
    color: var(--gray-800);
    /* Default text color */
}

.module {
    background-color: var(--rgba-gray-100);
    /* Module Background */
    border: 1px solid var(--rgba-gray-500);
    /* Module Border */
    padding: 1rem;
    margin-bottom: 1rem;
}

.module h5 {
    color: var(--gray-900);
    opacity: 0.25;
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 1.35px;
    line-height: 1;
    position: absolute;
    right: 1.5rem;
    padding: 5px;
    transition: all 0.35s ease-in-out;
}

.module p,
.module li {
    color: var(--gray-600);
}

/* Optional hover effect */
.module:hover {
    border-color: var(--rgba-blue-gray-500);
    /* Changes border color on hover */
}

/* Example of a button style */
.button {
    background-color: var(--rgba-gray-200);
    border: 1px solid var(--rgba-gray-500);
    color: var(--gray-800);
    padding: 0.5rem 1rem;
    cursor: pointer;
}

.button:hover {
    background-color: var(--rgba-gray-300);
}
























/* 
#wrapper {
    min-height: 100vh;
}

#sidebar {
    min-width: 220px;
    max-width: 220px;
    transition: all 0.3s;
}

#sidebar ul.components {
    padding: 0;
}

#sidebar ul li a {
    padding: 10px 20px;
    display: block;
    color: #000;
    text-decoration: none;
}

#sidebar ul li a:hover {
    background: #495057;
}

#page-content-wrapper {
    width: 100%;
    padding: 20px;
}

@media (max-width: 768px) {
    #sidebar {
        margin-left: -220px;
    }

    #sidebar.active {
        margin-left: 0;
    }
} */


/* #sidebar ul.components li {
    border: 1px solid #d9d9d9;
    margin-bottom: 5px;
    border-radius: 10px;
}

#sidebar ul.components li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: black;
    transition: background 0.3s, color 0.3s;
}

#sidebar ul li a:hover {
    background: #140668;
    color: white;
      border-radius: 10px;
} */






/* .sidebar {
      height: 100vh;
      width: 250px;
      position: fixed;
      top: 0;
      left: 0;
      background-color: #ffffff;
      padding-top: 60px;
      transition: all 0.3s;
    }
    .sidebar .nav-link {
      color: #000;
    }
    .sidebar .nav-link:hover {
      background-color: #495057;
      color: #fff;
    }
    .content {
      margin-left: 250px;
      padding: 20px;
    }
    @media (max-width: 768px) {
      .sidebar {
        left: -250px;
      }
      .sidebar.active {
        left: 0;
      }
      .content {
        margin-left: 0;
      }
    } */








/* FINAL SIDER CSS */
.sidemenu-card {
    border-color: #140668 !important;
    box-shadow: 0 4px 6px rgba(20, 6, 104, 0.1), 0 1px 3px rgba(20, 6, 104, 0.06);
    border-radius: 10px;
    transition: transform 0.2s;
    height: 100vh;
    margin-top: 10px;
    /* background-color: #F3F4FF; */
    position: relative;
    /* makes collapse respect the card */
    overflow-y: auto;
}

.sidebardesign a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    padding: 30px 5px;
}



.sidebardesign a.active,
.sidebardesign a:hover {
    background: #140668 !important;
    color: #fff !important;
    border-radius: 10px;
}

.sidebardesign .nav-link {
    display: flex;
    align-items: center;
    padding: .6rem 1rem;
    font-size: 0.9rem;
    transition: color 0.2s ease;
}

.sidebardesign .nav-link i {
    margin-right: .6rem;
}

.sidebardesign .user-panel {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    padding: 0 1rem;
}

.sidebardesign .user-panel img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: .75rem;
}

.nav-link.active {
    background-color: #140668;
    color: #fff !important;
}


.toggle-icon {
    transition: transform 0.3s ease;
}

a[aria-expanded="true"] .toggle-icon {
    transform: rotate(90deg);
}

.collapsedesign {
    border-radius: 10px;
    /* background: linear-gradient(180deg, #EAE6FF 0%, #B5CFFF 100%); */
    left: 8px;
    transition: 0.2s;
    background: #F3F3F3;
}

.collapse {
    transition: top 0.1s ease, height 0.1s ease;
}

.sidebardesign a.active,
.sidebardesign a:hover {
    background: #140668 !important;
    color: #fff !important;
    border-radius: 10px;
}
.cust-padding{
    padding: 10px 15px;
}