/* === EXTRACTED MEDIA QUERIES === */

@media (min-width: 992px) {

    /* Header/nav dropdowns: anchor absolutely below toggle */
    .top-header .dropdown-menu,
    .nav-left-menus .dropdown-menu {
        position: absolute !important;
        top: 100% !important;
        bottom: auto !important;
        margin-top: 8px !important;
        transform: none !important;
    }

    .top-header .dropdown-menu.dropdown-menu-end,
    .nav-left-menus .dropdown-menu.dropdown-menu-end {
        left: auto !important;
        right: 0 !important;
    }

    /* Finance/left nav dropdowns open left-aligned */
    .top-header .dropdown>.dropdown-menu:not(.dropdown-menu-end) {
        /* left: 0 !important; */
    }
}

@media (min-width: 844px) {
    .table>:not(caption)>*>* {
        padding: .35rem .825rem;
    }
}

@media (min-width: 992px) {
    .modal-column-split {
        border-right: 1px dashed rgba(22, 16, 106, 0.25);
    }

}

@media (min-width: 576px) {
    .auto-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 8px;
    }
}

@media (min-width: 992px) {
    .auto-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 12px;
    }
}

@media (min-width: 1400px) {
    .auto-gallery-grid {
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
        gap: 5px;
        /* Still very tight on massive ultra-wide */
    }
}

@media (max-width: 575.98px) {
    .alphabet-sort-container {
        margin-bottom: 16px;
    }

    .alphabet-scroll-wrapper {
        gap: 6px;
    }

    .alpha-btn {
        min-width: 36px;
        height: 36px;
        font-size: 0.85rem;
        border-radius: 10px;
    }

    .alpha-btn:first-child {
        padding: 0 16px;
    }
}

@media (max-width: 767.98px) {

    .mobile-card-table thead {
        display: none;
    }

    .mobile-card-table tbody tr {
        display: block;
        background: var(--white);
        border-radius: 16px;
        margin-bottom: 1.25rem;
        padding: 1.25rem;
        box-shadow: 0 4px 15px rgba(22, 16, 106, 0.05);
        border: 1px solid rgba(22, 16, 106, 0.05);
        transition: var(--transition);
        position: relative;
        overflow: hidden;
    }

    .mobile-card-table tbody tr:hover {
        transform: translateY(-3px);
        box-shadow: var(--shadow-hover);
    }

    .mobile-card-table tbody td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        padding: 0.85rem 0;
        text-align: right;
        font-size: 0.85rem;
        min-height: 45px;
    }

    .mobile-card-table tbody td:last-child {
        border-bottom: 0;
        margin-top: 0.5rem;
        justify-content: center;
        /* background: rgba(22, 16, 106, 0.02); */
        border-radius: 10px;
        padding: 0.75rem;
    }

    .mobile-card-table tbody td::before {
        content: attr(data-label);
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.65rem;
        letter-spacing: 0.05em;
        color: var(--bs-secondary-text-emphasis);
        text-align: left;
        margin-right: 1.5rem;
        opacity: 0.7;
    }

    .mobile-card-table .dropdown-menu {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .h-260 {
        height: 180px !important;
    }
}

@media (max-width: 767.98px) {
    .modern-banner-wrap {
        height: 180px;
    }
}

@media (min-width: 992px) {
    .d-md-unset {
        display: unset !important;
    }

    .hide-desktop {
        display: none !important;
    }

    .top-header {
        margin: 8px 8px 0;
        top: 8px;
        background: transparent;
        border: 0;
        box-shadow: none;
    }

    .top-header .nav-left-menus {
        background: var(--glass-bg);
        border: 1px solid var(--glass-border);
        box-shadow: var(--shadow-header);
        padding: 10px 10px;
        border-radius: 50px;
    }

    .top-header .nav-left-menus a:first-child {
        padding: 6px 10px;
    }

    .header-right .dropdown .dropdown-search {
        top: 0 !important;
    }

    .w-lg-80 {
        width: 80% !important;
    }

    .w-lg-85 {
        width: 85% !important;
    }

    .header-left {
        justify-content: start;
    }

    body .border-radius-0 {
        border-radius: 0 !important;
    }

}

@media (max-width: 576px) {
    .theme-tab-nav .nav-link {
        padding: 12px 16px !important;
    }

    .add-top-btns {
        justify-content: end;
    }

    .item-mandatory {
        margin-right: auto;
    }

    .text-welcome {
        font-size: 1.45rem;
    }

    .sticky-footer {
        position: relative;
        width: 96%;
        margin: 0 auto !important;
        z-index: 1040 !important;
        box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.08) !important;
        padding-bottom: max(12px, env(safe-area-inset-bottom)) !important;
        /* iPhone safe area */
    }

    body {
        padding-bottom: 10px !important;
        /* Prevent content overlapping with fixed footer */
    }

}

@media (min-width: 993px) {
    .hide-mobile-nav {
        display: none !important;
    }

    .search-box-container {
        width: 100%;
        max-width: 300px;
    }

    .h-lg-100 {
        height: 100% !important;
    }
}

@media (max-width: 992px) {
    .profile-dropdown-circle {
        width: 34px !important;
        height: 34px !important;
    }
}

@media (max-width: 767.98px) {

    /* 1. Kill the standard table layout */
    .mobile-card-table,
    .mobile-card-table thead,
    .mobile-card-table tbody,
    .mobile-card-table tr,
    .mobile-card-table th,
    .mobile-card-table td {
        display: block;
        width: 100%;
    }

    /* 2. Hide the header row visually (keep accessible) */
    .mobile-card-table thead tr {
        position: absolute;
        left: -9999px;
        top: -9999px;
    }

    /* 3. Each row becomes a card */
    .mobile-card-table tbody tr {
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.07);
        border-radius: 14px;
        width: 96%;
        margin: 12px auto;
        padding: 14px 14px 10px;
        box-shadow: 0 2px 12px rgba(22, 16, 106, 0.07);
        position: relative;
        animation: cardSlideIn 0.32s cubic-bezier(0.16, 1, 0.3, 1) both;
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
        will-change: transform;
    }

    @keyframes cardSlideIn {
        from {
            opacity: 0;
            transform: translateY(16px) scale(0.98);
        }

        to {
            opacity: 1;
            transform: translateY(0) scale(1);
        }
    }

    /* Stagger per row */
    .mobile-card-table tbody tr:nth-child(1) {
        animation-delay: 0.04s;
    }

    .mobile-card-table tbody tr:nth-child(2) {
        animation-delay: 0.08s;
    }

    .mobile-card-table tbody tr:nth-child(3) {
        animation-delay: 0.12s;
    }

    .mobile-card-table tbody tr:nth-child(4) {
        animation-delay: 0.16s;
    }

    .mobile-card-table tbody tr:nth-child(5) {
        animation-delay: 0.20s;
    }

    /* Hover lift */
    .mobile-card-table tbody tr:hover {
        box-shadow: 0 6px 24px rgba(22, 16, 106, 0.14);
        transform: translateY(-2px);
        background: linear-gradient(135deg, rgba(22, 16, 106, 0.04) 0%, rgba(255, 255, 255, 1) 100%);
        border-color: rgba(22, 16, 106, 0.18);
        background: rgb(236 236 236);
    }

    /* 4. Each cell = label-value row */
    .mobile-card-table tbody td {
        padding: 5px 5px !important;
        border: none !important;
        font-size: 0.83rem;
        display: flex !important;
        align-items: flex-start;
        gap: 8px;
        color: inherit !important;
        /* Override Bootstrap display:table-cell on <td> */
        box-sizing: border-box;
    }

    /* 5. data-label becomes inline label prefix */
    .mobile-card-table tbody td::before {
        content: attr(data-label);
        font-size: 0.72rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: var(--primary, #16106a);
        opacity: 0.65;
        min-width: 96px;
        flex-shrink: 0;
    }


    /* 6. Action dropdown — absolute top-right of card */
    .mobile-card-table tbody td.dropdown,
    .mobile-card-table tbody td[data-label="Action"] {
        position: absolute;
        top: 14px;
        right: 14px;
        width: auto;
        padding: 0;
    }

    .mobile-card-table tbody td.dropdown::before,
    .mobile-card-table tbody td[data-label="Action"]::before {
        display: none;
    }

    /* 7. First TD (ID/Reg No) — card title style */
    .mobile-card-table tbody td:first-child {
        font-size: 0.95rem;
        font-weight: 700;
        color: var(--primary, #16106a) !important;
        padding-bottom: 8px;
        margin-bottom: 4px;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
    }

    .mobile-card-table tbody td:first-child::before {
        display: none;
    }

    /* 8. Remove desktop padding helpers */
    .mobile-card-table tbody td.ps-4 {
        padding-left: 0 !important;
    }

    /* 9. Unlock overflow when dropdown is open */
    .table-responsive:has(.dropdown-menu.show) {
        overflow: visible !important;
    }

    /* 10. Remove horizontal scroll wrapper in card mode */
    .table-responsive:has(.mobile-card-table) {
        overflow-x: visible;
        padding-bottom: 4px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {

    .mobile-card-table td,
    .mobile-card-table th {
        font-size: 0.78rem;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

@media (min-width: 768px) {

    /* Ensure the dropdown menu sits on top of everything */
    .dropdown-menu.dropdown-coa-menu.show {
        z-index: 1050;
        /* Standard Bootstrap high z-index */
        position: absolute;
    }

    /* Ensure the table cell doesn't trap the dropdown */
    td.dropdown {
        position: relative;
        overflow: visible !important;
    }

    .glass-card.overflow-hidden01 div:first-child {
        border-top-left-radius: var(--radius-card);
        border-top-right-radius: var(--radius-card);
    }

    .glass-card.overflow-hidden01 div:last-child {
        border-bottom-left-radius: var(--radius-card);
        border-bottom-right-radius: var(--radius-card);
    }
}

@media (min-width: 576px) {
    .mem-thumb-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 7px;
    }
}

@media (min-width: 768px) {
    .mem-thumb-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 8px;
    }
}

@media (min-width: 992px) {
    .mem-thumb-grid {
        grid-template-columns: repeat(7, 1fr);
        gap: 8px;
    }

    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1200px) {
    .mem-thumb-grid {
        grid-template-columns: repeat(9, 1fr);
        gap: 9px;
    }
}

@media (min-width: 1400px) {
    .mem-thumb-grid {
        grid-template-columns: repeat(12, 1fr);
        gap: 10px;
    }
}

@media (min-width: 480px) {
    .exec-thumb-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (min-width: 768px) {
    .exec-thumb-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}

@media (min-width: 992px) {
    .exec-thumb-grid {
        grid-template-columns: repeat(6, 1fr);
        gap: 12px;
    }
}

@media (min-width: 1200px) {
    .exec-thumb-grid {
        grid-template-columns: repeat(7, 1fr);
        gap: 14px;
    }
}

@media (min-width: 1400px) {
    .exec-thumb-grid {
        grid-template-columns: repeat(8, 1fr);
        gap: 14px;
    }
}

@media (max-width: 575.98px) {
    .perm-accordion-header {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .perm-accordion-header .perm-header-actions {
        margin-left: auto;
    }
}

@media (max-width: 767.98px) {
    #rolesAccordion .accordion-body .row>[class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .table-responsive {
        overflow: visible !important;
    }
}

@media (max-width: 575.98px) {
    #rolesAccordion .accordion-body .row>[class*="col-"] {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Filter select labels wrap gracefully */
    .perm-filter-label {
        font-size: 0.6rem;
    }
}

@media (max-width: 767.98px) {

    /* Description text in mobile */
    .perm-desc {
        font-size: 0.78rem;
    }

    /* Group header row stays full-width (not converted to card) */
    .perm-group-header,
    .perm-group-header td,
    .perm-group-td {
        display: block !important;
        width: 100% !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        border: none !important;
        padding: 10px 16px !important;
        margin: 0 !important;
        background: rgba(22, 16, 106, 0.05) !important;
        font-weight: 700;
        font-size: 0.78rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        animation: none !important;
    }

    /* Hide the checkbox column on mobile — too cramped */
    .perm-table .perm-td-check {
        display: none !important;
    }

    /* Module name td: takes full width as card header */
    .perm-table .perm-td-module {
        border-bottom: 1px dashed rgba(0, 0, 0, 0.08) !important;
        padding-bottom: 10px !important;
        margin-bottom: 4px;
        font-size: 0.88rem;
    }

    .perm-table .perm-td-module::before {
        display: none !important;
    }

    /* Switch tds: lay out horizontally side by side */
    .perm-table .perm-td-switch {
        display: inline-flex !important;
        width: auto !important;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        padding: 6px 12px !important;
        font-size: 0.7rem;
        border: none !important;
    }

    /* Wrap all switch tds in a flex row */
    .perm-table tbody tr {
        display: flex !important;
        flex-wrap: wrap;
    }

    .perm-table tbody tr .perm-td-module {
        flex: 0 0 100%;
        display: block !important;
        text-align: left;
    }

    .perm-table tbody tr .perm-td-switch {
        flex: 1;
        min-width: 0;
    }

    /* Switch label via ::before — show short label above switch */
    .perm-table .perm-td-switch::before {
        content: attr(data-label);
        display: block;
        font-size: 0.62rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        color: var(--primary, #16106a);
        opacity: 0.65;
        min-width: unset !important;
        text-align: center;
    }

    /* Switch itself centered */
    .perm-table .perm-td-switch .form-check.perm-switch {
        display: flex;
        justify-content: center;
        margin: 0 auto;
    }

    /* Larger tap target for switches on mobile */
    .perm-table .perm-switch .form-check-input {
        width: 2.4em;
        height: 1.3em;
        cursor: pointer;
    }
}

@media (max-width: 575.98px) {
    .news-ticker-bar {
        height: 30px;
    }

    .news-ticker-label {
        font-size: 0.55rem;
        padding: 0 8px;
        gap: 3px;
    }

    .news-ticker-item {
        font-size: 0.65rem;
        padding: 0 14px;
    }

    .news-ticker-close {
        width: 30px;
    }
}

@media (min-width: 768px) {
    .db-grid-view {
        grid-template-columns: repeat(2, 1fr);
    }

    .db-span-8,
    .db-span-4 {
        grid-column: span 1;
    }

    .db-span-8 {
        grid-column: span 2;
    }
}

@media (min-width: 1200px) {
    .db-grid-view {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-flow: row dense;
    }

    .db-span-8 {
        grid-column: span 2;
    }

    .db-span-4 {
        grid-column: span 1;
    }
}

@media (max-width: 1199.98px) {
    .db-card-standard {
        height: auto;
        min-height: 400px;
    }

    .db-card-body-scroll {
        overflow-y: visible;
        /* Let the page scroll on smaller screens for these cards */
    }
}

@media (max-width: 767.98px) {
    .db-card-standard {
        min-height: auto;
    }
}

@media (max-width: 991.98px) {

    .settings-sidebar-primary,
    .settings-sidebar-secondary {
        width: 100% !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .table-content-scroll {
        max-height: none;
    }
}

@media (max-width: 991.98px) {

    /* Modal Header & Progress */
    #stepLabel {
        font-size: 0.85rem;
    }

    /* Import Options Container (Step 2): stack sidebar on top */
    .import-options-container {
        flex-direction: column;
        min-height: auto !important;
    }

    /* Sidebar: full-width horizontal scroll nav */
    .options-sidebar {
        width: 100% !important;
        border-right: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .options-sidebar .list-group {
        flex-direction: row;
        padding: 6px;
        gap: 4px;
    }

    .options-sidebar .list-group-item {
        white-space: nowrap;
        border-radius: 50px !important;
        padding: 5px 14px !important;
        font-size: 0.75rem !important;
    }

    /* Content area: reduce padding */
    .options-content {
        padding: 1rem !important;
    }

    /* ── Mapping Layout: Stack Left → Center → Right vertically ── */
    .options-content .d-flex.gap-2.flex-grow-1 {
        flex-direction: column !important;
        gap: 0.75rem !important;
    }

    /* Left & Right panes: full width */
    .mapping-pane-left,
    .mapping-pane-right {
        flex: 0 0 100% !important;
        width: 100% !important;
    }

    /* List boxes: shorter on mobile */
    .mapping-list-box {
        height: 360px !important;
        min-height: 360px !important;
    }

    /* Hide the type legend on mobile to save space */
    .mapping-pane-left .d-flex.gap-2.flex-wrap.mt-2 {
        display: none !important;
    }

    /* ── Center Controls: horizontal row on mobile ── */
    .mapping-center-controls {
        flex-direction: row !important;
        width: 100% !important;
        padding-top: 0 !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
    }

    /* Hide Up/Down reorder buttons on mobile */
    .mapping-center-controls .border-top {
        display: none !important;
    }

    .mapping-center-controls button[title="Move Up"],
    .mapping-center-controls button[title="Move Down"] {
        display: none !important;
    }

    /* Expand Add/Remove buttons to share available width */
    #btnAddMapping,
    #btnRemoveMapping {
        flex: 1 !important;
        width: auto !important;
        white-space: nowrap;
    }

    /* ── Right Pane Footer: Row 1 (New Field / New Group / Rename) ── */
    .mapping-pane-right .d-flex.gap-1.mt-2 {
        flex-wrap: wrap;
        gap: 6px !important;
    }

    .mapping-pane-right .d-flex.gap-1.mt-2 .btn {
        flex: 1 1 30%;
        min-width: 0;
    }

    /* ── Right Pane Footer: Row 2 (Modify / Customizations) ── */
    .d-flex.align-items-center.justify-content-between.mt-1.pt-1.border-top {
        flex-wrap: wrap;
        gap: 6px;
    }

    /* Hide "Customizations:" label on small screens */
    .d-flex.align-items-center.justify-content-between.mt-1.pt-1.border-top .text-muted.fw-semibold {
        display: none !important;
    }

    /* Dropdowns in footer row: shrink text */
    .d-flex.align-items-center.justify-content-between.mt-1.pt-1.border-top .dropdown .btn {
        font-size: 0.68rem !important;
        padding: 4px 8px !important;
    }

    /* Section header badge: smaller on mobile */
    .options-content .badge {
        font-size: 0.65rem !important;
    }

    /* Empty State Adjustments */
    .glass-card[style*="min-height: 540px"] {
        min-height: auto !important;
        padding: 3rem 1.5rem !important;
    }

    .glass-card[style*="min-height: 540px"] .display-1 {
        font-size: 4rem;
    }

    .glass-card[style*="min-height: 540px"] h2 {
        font-size: 1.5rem;
    }

    .glass-card[style*="min-height: 540px"] p {
        font-size: 0.9rem;
    }
}

@media (max-width: 575.98px) {
    .options-sidebar .list-group-item {
        font-size: 0.75rem !important;
    }

    .modal-footer .btn {
        width: 100%;
        margin: 5px 0;
    }

    /* Step 1: Upload Zone Mobile Fixes */
    .upload-zone[style*="min-height: 350px"] {
        min-height: 280px !important;
        padding: 2rem 1rem !important;
    }

    .upload-zone i.display-4 {
        font-size: 3rem;
    }

    .upload-zone h3 {
        font-size: 1.25rem;
    }

    .upload-zone p {
        font-size: 0.85rem;
        margin-bottom: 1.5rem !important;
    }

    /* Modal Body mobile padding */
    .modal-body.p-0 .p-4 {
        padding: 1.25rem !important;
    }

    /* Header adjustments */
    .modal-header.p-4 {
        padding: 1.25rem !important;
    }

    .modal-header .bg-primary.p-3 {
        padding: 0.75rem !important;
    }

    .modal-header h4 {
        font-size: 1.1rem;
    }

    /* Sidebar Active State Fix */
    .options-sidebar .list-group-item.active {
        background-color: var(--primary, #16106a) !important;
        color: #fff !important;
        box-shadow: 0 4px 10px rgba(22, 16, 106, 0.2);
        line-height: 1.9;
    }

    .modal-import .modal-footer {
        flex-direction: column-reverse;
    }

    /* Mapping Buttons refinement */
    .import-options-container .col-2.pt-5 {
        padding-top: 1rem !important;
        margin-bottom: 1rem;
        gap: 10px !important;
    }

    /* Tree View Mobile Scaling */
    .tree-view.small {
        font-size: 0.78rem !important;
    }

    .tree-view .ms-4 {
        margin-left: 1rem !important;
    }

    .tree-item {
        padding: 4px 0;
    }

    /* Footer buttons sizing */
    .modal-footer .btn {
        padding: 10px 20px !important;
        font-size: 0.9rem !important;
    }
}

@media (max-width: 992px) {
    .d-lg-flex {
        display: none !important;
    }
}

@media (max-width: 768px) {

    .stepper-card {
        margin: 12px 8px;
    }

    .panels-body {
        padding: 20px 16px;
    }

    .step-footer {
        padding: 16px;
        /* flex-direction: column-reverse; */
        gap: 12px;
    }

    .footer-left,
    .footer-right {
        /* width: 100%; */
        justify-content: center;
    }

    .step-counter,
    .footer-mid {
        display: none;
    }

    .footer-mid {
        order: 0;
    }

    .stepper-bar {
        padding: 18px 16px 0;
    }

    .step-node {
        min-width: 60px;
    }

    .step-tag {
        font-size: 0.62rem;
    }

    .type-picker-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .invitee-search-row {
        flex-direction: column;
    }

    .invitee-search-row .inv-level-select {
        width: 100%;
    }

    .review-grid {
        grid-template-columns: 1fr;
    }

    .page-heading-area {
        padding: 16px 14px 0;
    }

    .progress-summary {
        padding: 10px 14px;
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .type-picker-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .agenda-add-row {
        flex-wrap: wrap;
    }

    .btn-add {
        width: 100%;
        justify-content: center;
    }

    .success-stats {
        gap: 16px;
    }

    .page-h1 {
        font-size: 1.35rem;
    }
}

@media (max-width: 480px) {
    .login-card-wrap {
        max-width: 100%;
    }

    .otp-box {
        width: 44px;
        height: 50px;
        font-size: 1.2rem;
    }

    .login-stat-num {
        font-size: 1rem;
    }

    .login-stats-row {
        gap: 6px;
    }

    .lp-step-line {
        width: 30px;
    }

    .login-tab-btn {
        font-size: 0.76rem;
        padding: 8px 8px;
        gap: 4px;
    }

    .login-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 360px) {
    .otp-boxes {
        gap: 6px;
    }

    .otp-box {
        width: 38px;
        height: 46px;
        font-size: 1.1rem;
        border-radius: 10px;
    }

    .login-page-root {
        padding: 1rem;
    }
}

@media (max-width: 374px) {
    .logo-wrap {
        width: 80px;
    }
}

@media (max-width: 395px) {
    .logo-wrap {
        width: 100px;
    }
}