/* _content/Flyworld.AML.UI/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-bzbeq1iunk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-bzbeq1iunk] {
    flex: 1;
}

.sidebar[b-bzbeq1iunk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-bzbeq1iunk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-bzbeq1iunk]  a, .top-row[b-bzbeq1iunk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-bzbeq1iunk]  a:hover, .top-row[b-bzbeq1iunk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-bzbeq1iunk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-bzbeq1iunk] {
        justify-content: space-between;
    }

    .top-row[b-bzbeq1iunk]  a, .top-row[b-bzbeq1iunk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-bzbeq1iunk] {
        flex-direction: row;
    }

    .sidebar[b-bzbeq1iunk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-bzbeq1iunk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-bzbeq1iunk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-bzbeq1iunk], article[b-bzbeq1iunk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-bzbeq1iunk] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-bzbeq1iunk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Flyworld.AML.UI/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hmytvbujw3] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-hmytvbujw3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-hmytvbujw3] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hmytvbujw3] {
    font-size: 1.1rem;
}

.bi[b-hmytvbujw3] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-hmytvbujw3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hmytvbujw3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hmytvbujw3] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hmytvbujw3] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hmytvbujw3] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hmytvbujw3] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hmytvbujw3]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-hmytvbujw3]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hmytvbujw3]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hmytvbujw3] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hmytvbujw3] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hmytvbujw3] {
        display: none;
    }

    .nav-scrollable[b-hmytvbujw3] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Flyworld.AML.UI/Components/Pages/Case/CaseAdd.razor.rz.scp.css */
.filters[b-rx6tl1arxx] {
    display: flex;
    gap: 12px;
    padding: 8px;
    margin: 8px;
    border-radius: 5px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), /* TOP */
    2px 2px 2px rgba(0, 0, 0, 0.18), /* ORIGINAL */
    1px 7px 3px rgba(0, 0, 0, 0.05); /* ORIGINAL */
}

.search-box[b-rx6tl1arxx] {
    position: relative;
    border: 1px solid silver;
    border-radius: 8px;
}

    .search-box input[b-rx6tl1arxx] {
        width: 100%;
        padding: 10px 12px 10px 36px;
        border: 1px solid var(--border);
        border-radius: 8px;
    }

    .search-box[b-rx6tl1arxx]::before {
        content: "🔍";
        position: absolute;
        left: 12px;
        top: 8px;
        font-size: 16px;
        opacity: 0.6;
    }

select[b-rx6tl1arxx] {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff;
}
.mud-select .mud-popover-cascading-value[b-rx6tl1arxx] {
    z-index: 1065 !important;
}
/* _content/Flyworld.AML.UI/Components/Pages/Case/CaseDetailsPage.razor.rz.scp.css */

.form-select[b-6yyuinhfiv] {
    background-color: #e5e7eb !important;
}



/* Remove default bootstrap tab look */
.nav-tabs[b-6yyuinhfiv] {
    display: flex;
    flex-wrap: nowrap !important; /* ❗ NEVER wrap */
    overflow-x: auto; /* ✅ scroll */
    overflow-y: hidden;
    white-space: nowrap;
    gap: 6px;
    padding: 6px;
    -webkit-overflow-scrolling: touch;
}

    /* Remove li spacing issue */
    .nav-tabs .nav-item[b-6yyuinhfiv] {
        margin-right: 5px;
    }

    /* Main tab button */
    .nav-tabs .nav-link[b-6yyuinhfiv] {
        position: relative;
        background: #e5e7eb !important;
        border: none !important;
        color: #374151 !important;
        padding: 10px 25px !important;
        font-size: 13px;
        border-radius: 0 !important;
        transition: all 0.3s ease;
        flex: 0 0 auto; /* ❗ prevent shrinking */
        white-space: nowrap;
    }

        /* Arrow shape */
        .nav-tabs .nav-link[b-6yyuinhfiv]::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px;
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 15px solid #e5e7eb;
            z-index: 2;
        }

    /* Fix overlap */
    .nav-tabs .nav-item:not(:first-child) .nav-link[b-6yyuinhfiv] {
        margin-left: 15px;
    }

    /* Active tab */
    .nav-tabs .nav-link.active[b-6yyuinhfiv] {
        background: linear-gradient(90deg, #17968C, #34B7AF) !important;
        color: #fff !important;
        font-weight: 500;
    }

        /* Active arrow */
        .nav-tabs .nav-link.active[b-6yyuinhfiv]::after {
            border-left-color: #1a9a90;
        }

    /* Hover effect */
    .nav-tabs .nav-link:hover[b-6yyuinhfiv] {
        background: #0f474240 !important;
    }

    .nav-tabs .nav-link.active:hover[b-6yyuinhfiv] {
        background: linear-gradient(90deg, #17968C, #34B7AF) !important;
    }

    /* Optional: rounded first & last */
    .nav-tabs .nav-item:first-child .nav-link[b-6yyuinhfiv] {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .nav-tabs .nav-item:last-child .nav-link[b-6yyuinhfiv] {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

/* Responsive scroll */
.nav-tabs[b-6yyuinhfiv] {
    overflow-x: auto;
    white-space: nowrap;
}
/* ===== MOBILE VIEW ===== */
@@media (max-width: 768px) {
    /* Remove arrow (important) */
    .nav-tabs .nav-link[b-6yyuinhfiv]::after {
        display: none;
    }
    /* Make pill style */
    .nav-tabs .nav-link[b-6yyuinhfiv] {
        border-radius: 20px !important;
        padding: 8px 16px !important;
        background: #e5e7eb !important;
        font-size: 13px;
    }
        /* Active */
        .nav-tabs .nav-link.active[b-6yyuinhfiv] {
            background: #10b981 !important;
            color: #fff !important;
            box-shadow: none;
        }
}
/* _content/Flyworld.AML.UI/Components/Pages/ClientDetailsTab/ClientAdd.razor.rz.scp.css */
.filters[b-e5d1oie81m] {
    display: flex;
    gap: 12px;
    padding: 8px;
    margin: 8px;
    border-radius: 5px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), /* TOP */
    2px 2px 2px rgba(0, 0, 0, 0.18), /* ORIGINAL */
    1px 7px 3px rgba(0, 0, 0, 0.05); /* ORIGINAL */
}

.search-box[b-e5d1oie81m] {
    position: relative;
    border: 1px solid silver;
    border-radius: 8px;
}

    .search-box input[b-e5d1oie81m] {
        width: 100%;
        padding: 10px 12px 10px 36px;
        border: 1px solid var(--border);
        border-radius: 8px;
    }

    .search-box[b-e5d1oie81m]::before {
        content: "🔍";
        position: absolute;
        left: 12px;
        top: 8px;
        font-size: 16px;
        opacity: 0.6;
    }

select[b-e5d1oie81m] {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff;
}
.mud-select .mud-popover-cascading-value[b-e5d1oie81m] {
    z-index: 1065 !important;
}
/* _content/Flyworld.AML.UI/Components/Pages/ClientDetailsTab/ClientDetailsPage.razor.rz.scp.css */

.form-select[b-dk88b3ro2b] {
    background-color: #e5e7eb !important;
}



/* Remove default bootstrap tab look */
.nav-tabs[b-dk88b3ro2b] {
    display: flex;
    flex-wrap: nowrap !important; /* ❗ NEVER wrap */
    overflow-x: auto; /* ✅ scroll */
    overflow-y: hidden;
    white-space: nowrap;
    gap: 6px;
    padding: 6px;
    -webkit-overflow-scrolling: touch;
}

    /* Remove li spacing issue */
    .nav-tabs .nav-item[b-dk88b3ro2b] {
        margin-right: 5px;
    }

    /* Main tab button */
    .nav-tabs .nav-link[b-dk88b3ro2b] {
        position: relative;
        background: #e5e7eb !important;
        border: none !important;
        color: #374151 !important;
        padding: 10px 25px !important;
        font-size: 13px;
        border-radius: 0 !important;
        transition: all 0.3s ease;
        flex: 0 0 auto; /* ❗ prevent shrinking */
        white-space: nowrap;
    }

        /* Arrow shape */
        .nav-tabs .nav-link[b-dk88b3ro2b]::after {
            content: "";
            position: absolute;
            top: 0;
            right: -15px;
            width: 0;
            height: 0;
            border-top: 20px solid transparent;
            border-bottom: 20px solid transparent;
            border-left: 15px solid #e5e7eb;
            z-index: 2;
        }

    /* Fix overlap */
    .nav-tabs .nav-item:not(:first-child) .nav-link[b-dk88b3ro2b] {
        margin-left: 15px;
    }

    /* Active tab */
    .nav-tabs .nav-link.active[b-dk88b3ro2b] {
        background: linear-gradient(90deg, #17968C, #34B7AF) !important;
        color: #fff !important;
        font-weight: 500;
    }

        /* Active arrow */
        .nav-tabs .nav-link.active[b-dk88b3ro2b]::after {
            border-left-color: #1a9a90;
        }

    /* Hover effect */
    .nav-tabs .nav-link:hover[b-dk88b3ro2b] {
        background: #0f474240 !important;
    }

    .nav-tabs .nav-link.active:hover[b-dk88b3ro2b] {
        background: linear-gradient(90deg, #17968C, #34B7AF) !important;
    }

    /* Optional: rounded first & last */
    .nav-tabs .nav-item:first-child .nav-link[b-dk88b3ro2b] {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .nav-tabs .nav-item:last-child .nav-link[b-dk88b3ro2b] {
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }

/* Responsive scroll */
.nav-tabs[b-dk88b3ro2b] {
    overflow-x: auto;
    white-space: nowrap;
}
/* ===== MOBILE VIEW ===== */
@@media (max-width: 768px) {
    /* Remove arrow (important) */
    .nav-tabs .nav-link[b-dk88b3ro2b]::after {
        display: none;
    }
    /* Make pill style */
    .nav-tabs .nav-link[b-dk88b3ro2b] {
        border-radius: 20px !important;
        padding: 8px 16px !important;
        background: #e5e7eb !important;
        font-size: 13px;
    }
        /* Active */
        .nav-tabs .nav-link.active[b-dk88b3ro2b] {
            background: #10b981 !important;
            color: #fff !important;
            box-shadow: none;
        }
}
/* _content/Flyworld.AML.UI/Components/Pages/Employee/EmploeeAdd.razor.rz.scp.css */
.filters[b-ubvc7vy0pu] {
    display: flex;
    gap: 12px;
    padding: 8px;
    margin: 8px;
    border-radius: 5px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), /* TOP */
    2px 2px 2px rgba(0, 0, 0, 0.18), /* ORIGINAL */
    1px 7px 3px rgba(0, 0, 0, 0.05); /* ORIGINAL */
}

.search-box[b-ubvc7vy0pu] {
    position: relative;
    border: 1px solid silver;
    border-radius: 8px;
}

    .search-box input[b-ubvc7vy0pu] {
        width: 100%;
        padding: 10px 12px 10px 36px;
        border: 1px solid var(--border);
        border-radius: 8px;
    }

    .search-box[b-ubvc7vy0pu]::before {
        content: "🔍";
        position: absolute;
        left: 12px;
        top: 8px;
        font-size: 16px;
        opacity: 0.6;
    }

select[b-ubvc7vy0pu] {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff;
}
.mud-select .mud-popover-cascading-value[b-ubvc7vy0pu] {
    z-index: 1065 !important;
}
/* _content/Flyworld.AML.UI/Components/Pages/ForgotPassword.razor.rz.scp.css */
/* RESET EVERYTHING */

.InviteExpired[b-bukvwulm6o] {
    width: 80%;
    position: relative;
    left: 39%;
}
.sub-text[b-bukvwulm6o] {
    color: #6c757d;
    margin-bottom: 25px;
}
.card-box[b-bukvwulm6o] {
    background: white;
    padding: 40px 35px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    animation: fadeIn-b-bukvwulm6o 0.4s ease;
    position:relative;
    top:13%;
}
.text-muted[b-bukvwulm6o] {
    font-size: 14px;
    color: #7b8a97;
    margin-bottom: 25px;
}


.back-link[b-bukvwulm6o] {
    display: block;
    margin-top: 15px;
    font-size: 13px;
    color: #6c757d;
    text-decoration: none;
}

    .back-link:hover[b-bukvwulm6o] {
        text-decoration: underline;
    }
/* Animation */
@keyframes fadeIn-b-bukvwulm6o {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* _content/Flyworld.AML.UI/Components/Pages/Home.razor.rz.scp.css */
.activeclient[b-jsm2dhrvf6] {
    background: linear-gradient(89.96deg, #E6F9FF 0.03%, #FEFFFF 99.96%) !important;
}
.totalclient[b-jsm2dhrvf6] {
    background: linear-gradient(90.13deg, #F7E9FF 0.12%, #FFFEFD 99.89%) !important;
}
.highriskclient[b-jsm2dhrvf6] {
    background: linear-gradient(90deg, #E6EBFF 0%, #FFFFFF 100%) !important;
}
.duepending[b-jsm2dhrvf6] {
    background: linear-gradient(90.05deg, #FFEEEE 0.04%, #FFFCFC 97.58%) !important;
}
/* _content/Flyworld.AML.UI/Components/Pages/Register.razor.rz.scp.css */
*[b-vjr06f997l] {
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body[b-vjr06f997l], html[b-vjr06f997l] {
    margin: 0;
    height: 100%;
}
.InviteExpired[b-vjr06f997l] {
    width: 100%;
    position: relative;
    top: 25%;
    left: 39%;
}
/* =========================
   MAIN LAYOUT
========================= */
.wrapper[b-vjr06f997l] {
    display: flex;
    min-height: 100vh; /* zoom-safe */
    width: 100%;
}
/* LEFT IMAGE */
.login-image img[b-vjr06f997l] {
    max-height: 100vh;
}

.img-fluid[b-vjr06f997l] {
    max-width: 100%;
    height: 100vh;
}
/* =========================
   LEFT PANEL
========================= */
.left-panel[b-vjr06f997l] {
    flex: 0 0 40%; /* instead of width: 40% */
    min-height: 100vh; /* zoom-safe vertical size */
    background: #C9D1C43B;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* prevent zoom overflow */
}

    .left-panel img[b-vjr06f997l] {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        object-fit: contain;
    }

/* =========================
   RIGHT PANEL (CENTERED)
========================= */
.right-panel[b-vjr06f997l] {
    width: 60%;
    min-height: 100vh;
    background: #C9D1C43B;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto; /* 🔥 zoom-safe */
}

/* =========================
   FORM CONTAINER
========================= */
.login-box[b-vjr06f997l] {
    width: 100%;
    max-width: 625px;
    padding: 0px;
}

/* INPUTS */
.form-group[b-vjr06f997l] {
    margin-top: 18px;
}

.input-box[b-vjr06f997l] {
    position: relative;
}

    .input-box input[b-vjr06f997l] {
        width: 100%;
        padding: 12px 40px;
        border-radius: 8px;
        border: 1px solid #ddd;
    }

    .input-box i[b-vjr06f997l] {
        position: absolute;
        top: 44%;
        left: 17px;
        transform: translateY(-50%);
        color: #777;
    }

.password-box[b-vjr06f997l] {
    position: relative;
}

    .password-box input[b-vjr06f997l] {
        width: 100%;
        padding: 12px 44px 12px 44px; /* left & right padding */
        border-radius: 8px;
        border: 1px solid #ddd;
    }
/* PASSWORD RULES */
.password-rules[b-vjr06f997l] {
    font-size: 13px;
    color: #374151;
    margin: 10px 0 14px;
    line-height: 1.6;
}
.brand[b-vjr06f997l] {
    display: flex;
    justify-content: flex-start; /* center logo */
    margin-bottom: 0px;
    margin-left: 35px;
}
/* BRAND */
.brand img[b-vjr06f997l] {
    width: 260px;
    margin-bottom: 0px;
}

/* STEP PROGRESS */
#step-progress[b-vjr06f997l] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.step[b-vjr06f997l] {
    text-align: center;
    width: 25%;
}

.step-icon[b-vjr06f997l] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #d1d1d1;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step.active .step-icon[b-vjr06f997l] {
    border-color: #111;
}

.step-text[b-vjr06f997l] {
    font-size: 12px;
    margin-top: 6px;
    color: #6b7280;
}
.login-form[b-vjr06f997l] {
    width: 100%;
    max-width: 660px;
    padding: 0px;
}
/* HEADERS */
.section-title[b-vjr06f997l] {
    font-size: 26px;
    margin-bottom: 6px;
}

.section-subtitle[b-vjr06f997l] {
    color: #6b7280;
    font-size: 14px;
    text-align: center;
}

/* INPUTS */
input[b-vjr06f997l], select[b-vjr06f997l] {
    width: 100%;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #bbbfc7;
    background: ghostwhite;
    margin-bottom: 11px;
    font-size: 15px;
}

/* ADDRESS BLOCK */
.address-block[b-vjr06f997l] {
    margin-bottom: 5px;
}

.address-row[b-vjr06f997l] {
    display: flex;
    gap: 10px;
}

    .address-row input[b-vjr06f997l] {
        flex: 1;
    }

/* BUTTONS */
#form-action-btns[b-vjr06f997l] {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    margin-bottom:5px;
}

.btn-back[b-vjr06f997l] {
    width: 48%;
    padding: 14px;
    background: #bfa081;
    color: white;
    border-radius: 8px;
    border: none;
}
.frmtitle[b-vjr06f997l] {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    top: 5px;
}
.btn-next[b-vjr06f997l] {
    width: 48%;
    padding: 14px;
    background: #2ec4c7;
    color: white;
    border-radius: 8px;
    border: none;
}
    .btn-next:disabled[b-vjr06f997l] {
        background: #d3d3d3;
        color: #888;
        cursor: not-allowed;
    }
.form-section[b-vjr06f997l] {
    margin-bottom: 20px;
}
.form-check[b-vjr06f997l], .form-group[b-vjr06f997l] {
    margin-bottom: 0;
    padding: 0px !important;
}
.section-title[b-vjr06f997l] {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
    font-weight: 500;
}

/* Checkbox Row */
.checkbox-row[b-vjr06f997l] {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    padding: 1px 3px;
    font-size: 14px;
    cursor: pointer;
}

    /* Checkbox styling */
    .checkbox-row input[type="checkbox"][b-vjr06f997l] {
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

/* Single checkbox spacing */
.single-checkbox[b-vjr06f997l] {
    margin: 14px 0;
}

.multi-select[b-vjr06f997l] {
    position: relative;
    margin-bottom: 7px;
}

/* Header */
.multi-select-header[b-vjr06f997l] {
    border: 1px solid #d6dbe0;
    background: #f9fbfc;
    padding: 12px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Arrow */
.arrow[b-vjr06f997l] {
    font-size: 12px;
}

/* Dropdown */
.multi-select-dropdown[b-vjr06f997l] {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    border: 1px solid #d6dbe0;
    border-radius: 6px;
    margin-top: 6px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.1);
    padding: 10px;
    z-index: 10;
    max-height: 205px;
    overflow-y: auto;
}

/* Open state */
.multi-select.open .multi-select-dropdown[b-vjr06f997l] {
    display: block;
}


/* Step Progress Designs */ #step-progress[b-vjr06f997l] {
    position: relative;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    direction: rtl;
    margin-bottom: 10px;
}

    #step-progress .step[b-vjr06f997l] {
        flex: 1; /* 🔥 auto-distribute */
        text-align: center;
        position: relative;
    }

        #step-progress .step > *[b-vjr06f997l] {
            width: 100%;
            text-align: center;
        }

        #step-progress .step > .step-icon[b-vjr06f997l] {
            position: relative;
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #d1d1d1;
            border-radius: 50% 50%;
            color: #d1d1d1;
            margin-bottom: 5px;
            z-index: 2;
        }

        #step-progress .step:not(:nth-child(1))[b-vjr06f997l]:before {
            content: "";
            position: absolute;
            top: 15px;
            left: calc(50% + 15px);
            width: calc(100% - 30px);
            height: 2px;
            background-color: #d1d1d1;
        }

        #step-progress .step > .step-text[b-vjr06f997l] {
            font-size: 12px;
            color: #6384a0;
        }

        #step-progress .step.active > .step-icon[b-vjr06f997l], #step-progress .step.active > .step-text[b-vjr06f997l] {
            border-color: #464646;
            color: #464646;
        }

        #step-progress.step-progress-done .step > .step-icon[b-vjr06f997l], #step-progress .step.active ~ .step > .step-icon[b-vjr06f997l] {
            border-color: #18da69;
            background: #18da69;
            color: #fff;
        }

        #step-progress.step-progress-done .step > .step-text[b-vjr06f997l], #step-progress .step.active ~ .step > .step-text[b-vjr06f997l] {
            color: #18da69;
        }

        #step-progress .step.active ~ .step[b-vjr06f997l]:before {
            background: #18da69;
        }

        #step-progress.step-progress-done .step-icon[b-vjr06f997l]:before, #step-progress .step.active ~ .step > .step-icon[b-vjr06f997l]:before {
            content: "\2713";
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #18da69;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            border-radius: 50% 50%;
        }
/* MOBILE */
@media (max-width: 900px) {
    .left-panel[b-vjr06f997l] {
        display: none;
    }

    .right-panel[b-vjr06f997l] {
        width: 100%;
        height: 108vh;
    }
    .login-box[b-vjr06f997l] {
        width: 100%;
        max-width: 622px;
        padding: 5px;
        position: absolute;
        top: -10px;
    }
}
@media (max-width: 1600px) {
    .left-panel[b-vjr06f997l] {
        flex: 0 0 40%
    }
    .login-box[b-vjr06f997l] {
        width: 100%;
        max-width: 622px;
        padding: 0px;
        position: absolute;
        top: -34px;
    }
}
@media (max-width: 1800px) {
    .left-panel[b-vjr06f997l] {
        flex: 0 0 40%
    }
    .login-box[b-vjr06f997l] {
        width: 100%;
        max-width: 622px;
        padding: 0px;
        position: absolute;
        top: -34px;
    }
}

.customer-grid[b-vjr06f997l] {
    max-width: 900px;
    margin-top: 5px;
    background: #122f4705;
    padding: 5px;
    border: 1px solid #e9e4e4;
    border-radius: 15px;
}

/* Row layout */
.customer-row[b-vjr06f997l] {
    display: grid;
    grid-template-columns: 1fr 220px;
    align-items: center;
    gap: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fdfafa;
}

/* Left side (checkbox + label) */
.customer-left[b-vjr06f997l] {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    color: #1d2b3a;
    cursor: pointer;
}

    /* Checkbox styling (clean default) */
    .customer-left input[type="checkbox"][b-vjr06f997l] {
        width: 16px;
        height: 16px;
        cursor: pointer;
    }

/* Percentage input */
.percentage[b-vjr06f997l] {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #cfd6dd;
    font-size: 14px;
    background: #f7f9fc;
}

/* Total text */
.total-text[b-vjr06f997l] {
    text-align: right;
    font-weight: 600;
    margin-top: 10px;
    color: #1d2b3a;
}

/* Responsive */
@media (max-width: 768px) {
    .customer-row[b-vjr06f997l] {
        grid-template-columns: 1fr;
    }

    .percentage[b-vjr06f997l] {
        width: 100%;
    }
}

/* OTP INPUTS */
.otp-inputs[b-vjr06f997l] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 24px;
}

    .otp-inputs input[b-vjr06f997l] {
        width: 48px;
        height: 48px;
        text-align: center;
        font-size: 18px;
        border-radius: 8px;
        border: 1px solid #cfd6dd;
        background: #fff;
    }
.otp-verify-wrapper[b-vjr06f997l] {
    display: flex;
    justify-content: center;
    margin-bottom: 28px;
}
/* BUTTON */
.btn-verify[b-vjr06f997l] {
    background: #2ec4c7;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 16px;
    font-size: 14px;
    width: 51%;
}

/* MOBILE */
@media (max-width: 900px) {
    .otp-layout[b-vjr06f997l] {
        grid-template-columns: 1fr;
    }

    .otp-left[b-vjr06f997l] {
        display: none;
    }
}

.srManager-row[b-vjr06f997l] {
    display: flex;
    gap: 10px;
}
.srManagerlabel[b-vjr06f997l] {
    
    display: flex;
    gap: 73px;
    display: grid;
    grid-template-columns:none;
    gap: 20px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #009688 !important;
}
.input-error[b-vjr06f997l] {
    border: 1px solid #e74c3c !important;
}
.input-success[b-vjr06f997l] {
    border: 1px solid #2ecc71 !important;
}
.abn-input[b-vjr06f997l] {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    outline: none;
    transition: all 0.3s ease;
}
    .abn-input.processing[b-vjr06f997l] {
        border: 2px solid transparent;
        border-radius: 8px;
        background-image: linear-gradient(white, white), linear-gradient(90deg, transparent, #2ec4c7, transparent);
        background-origin: border-box;
        background-clip: padding-box, border-box;
        background-size: 100% 100%, 200% 100%;
        animation: slide-b-vjr06f997l 3s linear infinite;
    }
@keyframes slide-b-vjr06f997l {
    0% {
        background-position: 0% 0%, -200% 0%;
    }

    100% {
        background-position: 0% 0%, 200% 0%;
    }
}

.error-text[b-vjr06f997l] {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 0px;
    margin-bottom: 5px; /* 👈 THIS FIX */
    display: block;
}
/* _content/Flyworld.AML.UI/Components/Pages/TeamInvite.razor.rz.scp.css */
.filters[b-ehe3b4a4to] {
    display: flex;
    gap: 12px;
    padding: 8px;
    margin: 8px;
    border-radius: 5px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), /* TOP */
    2px 2px 2px rgba(0, 0, 0, 0.18), /* ORIGINAL */
    1px 7px 3px rgba(0, 0, 0, 0.05); /* ORIGINAL */
}

.search-box[b-ehe3b4a4to] {
    position: relative;
    border: 1px solid silver;
    border-radius: 8px;
}

    .search-box input[b-ehe3b4a4to] {
        width: 100%;
        padding: 10px 12px 10px 36px;
        border: 1px solid var(--border);
        border-radius: 8px;
    }

    .search-box[b-ehe3b4a4to]::before {
        content: "🔍";
        position: absolute;
        left: 12px;
        top: 8px;
        font-size: 16px;
        opacity: 0.6;
    }

select[b-ehe3b4a4to] {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff;
}
.mud-select .mud-popover-cascading-value[b-ehe3b4a4to] {
    z-index: 1065 !important;
}
/* _content/Flyworld.AML.UI/Components/Pages/UserApproval.razor.rz.scp.css */
.filters[b-d65xqkxcis] {
    display: flex;
    gap: 12px;
    padding: 8px;
    margin: 8px;
    border-radius: 5px;
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.08), /* TOP */
    2px 2px 2px rgba(0, 0, 0, 0.18), /* ORIGINAL */
    1px 7px 3px rgba(0, 0, 0, 0.05); /* ORIGINAL */
}

.search-box[b-d65xqkxcis] {
    position: relative;
    border: 1px solid silver;
    border-radius: 8px;
}

    .search-box input[b-d65xqkxcis] {
        width: 100%;
        padding: 10px 12px 10px 36px;
        border: 1px solid var(--border);
        border-radius: 8px;
    }

    .search-box[b-d65xqkxcis]::before {
        content: "🔍";
        position: absolute;
        left: 12px;
        top: 8px;
        font-size: 16px;
        opacity: 0.6;
    }

select[b-d65xqkxcis] {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid var(--border);
    background: #fff;
}
.mud-select .mud-popover-cascading-value[b-d65xqkxcis] {
    z-index: 1065 !important;
}
