/* _content/fastoms_BP/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gi5yngtpfz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-gi5yngtpfz] {
    flex: 1;
}

#order-logs-link[b-gi5yngtpfz] {
    margin-left: 50px;
    color: black;
}

#report-logs-link[b-gi5yngtpfz] {
    margin-left: 50px;
    color: black;
}


.sidebar[b-gi5yngtpfz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-gi5yngtpfz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gi5yngtpfz]  a, .top-row[b-gi5yngtpfz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-gi5yngtpfz]  a:hover, .top-row[b-gi5yngtpfz]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-gi5yngtpfz]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


#blazor-error-ui[b-gi5yngtpfz] {
    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-gi5yngtpfz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.main-grid[b-gi5yngtpfz] {
    display: grid;
    position: fixed;
    height: 100vh;
    width: 100%;
    max-height: 100vh;
    max-width: 100%;
    grid-template-rows: min-content min-content 1fr;
    grid-template-columns: 100%;
}

.ticker-row[b-gi5yngtpfz] {
    grid-row: 1;
    grid-column: 1 /span 2;
    overflow: hidden;
    white-space: nowrap;
}



.main-content[b-gi5yngtpfz] {
    grid-row: 3;
    grid-column: 1;

}

.custom-link[b-gi5yngtpfz] {
    text-decoration: underline;
    font-weight: bold;
    position: relative;
    transition: all 0.2s ease-in-out;
    margin: 0 0.6vw !important;
    font-size: 1em;
    min-width: 40px;
    white-space: nowrap;
    padding: 0;
}
    .custom-link:hover[b-gi5yngtpfz] {
        text-decoration: none;
        cursor: pointer;
    }

    .custom-link.active[b-gi5yngtpfz] {
        font-weight: bold;
        color: inherit;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }

#logout-modal[b-gi5yngtpfz] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

#logout-modal-content[b-gi5yngtpfz] {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 15px;
    border: 1px solid #888;
    width: 15%;
    height: fit-content;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

#cancel-logout[b-gi5yngtpfz], #logout-button[b-gi5yngtpfz] {
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

    #cancel-logout:hover[b-gi5yngtpfz], #logout-button:hover[b-gi5yngtpfz] {
        opacity: 0.8;
    }
    
#blazor-error-ui[b-gi5yngtpfz] {
    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-gi5yngtpfz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media print {

    .logout-bbb[b-gi5yngtpfz], #logout-menu[b-gi5yngtpfz] {
        display: none !important;
    }

    .toolbar-row[b-gi5yngtpfz] {
        display: none;
    }
}
.custom-link[b-gi5yngtpfz] {
    color: #0D6efd;
    text-decoration: none;
}

    .custom-link.active[b-gi5yngtpfz] {
        color: black;
        font-weight: bold;
        text-decoration:underline;
    }

.toolbar-row[b-gi5yngtpfz] {
    font-size: 1rem;
    padding-left: 0;
    padding-right: 0;
    grid-row: 2;
    grid-column: 1;
}


.logo-dashboard[b-gi5yngtpfz] {
    height: 30px;
    width: 130px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 20px;
    min-width: 40px;
    min-height: 10px;
}

.text-end[b-gi5yngtpfz] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;             
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
}

.logout-bbb[b-gi5yngtpfz] {
    font-size: 1em;
    min-width: 70px;
    min-height: 24px;
    white-space: nowrap;
}

.register-bbb[b-gi5yngtpfz] {
    font-size: 1em;
    min-width: 70px;
    min-height: 24px;
    white-space: nowrap;
}

.nav[b-gi5yngtpfz] {
    flex-wrap: nowrap !important;
    gap: 2.1rem;  
    white-space: nowrap;
    min-width: 0 !important;
    width: 100%;
    justify-content: center;
}

.nav-sep[b-gi5yngtpfz] {
    color: #333;
    font-weight: 400;
    text-decoration: none;
    pointer-events: none;
    margin: 0 0.5rem; 
    font-size: 1.1rem;
}
/* _content/fastoms_BP/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-gnc40kcvy2] {
    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-gnc40kcvy2] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-gnc40kcvy2] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-gnc40kcvy2] {
    font-size: 1.1rem;
}

.bi[b-gnc40kcvy2] {
    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-gnc40kcvy2] {
    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-gnc40kcvy2] {
    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-gnc40kcvy2] {
    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-gnc40kcvy2] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-gnc40kcvy2] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-gnc40kcvy2] {
        padding-bottom: 1rem;
    }

    .nav-item[b-gnc40kcvy2]  .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-gnc40kcvy2]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-gnc40kcvy2]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-gnc40kcvy2] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-gnc40kcvy2] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-gnc40kcvy2] {
        display: none;
    }

    .nav-scrollable[b-gnc40kcvy2] {
        /* 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/fastoms_BP/Components/Pages/CAIF/ApprovalPage.razor.rz.scp.css */
.search-bar-container[b-v4axef9x2g] {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.trading-log[b-v4axef9x2g] {
    display: flex;
    font-size: clamp(1.1rem, 0.8vw, 1.7rem);
    font-weight: bold;
    line-height: 1;
}
.d-flex.align-items-center.ms-4.gap-2[b-v4axef9x2g] {
    gap: 10px;
    margin-left: 1.5rem;
}
.search-input[b-v4axef9x2g], .client-search[b-v4axef9x2g], .client-name-search[b-v4axef9x2g], .email-search[b-v4axef9x2g] {
    width: 120px;
    padding: 8px;
    border-radius: 0.25rem;
    height: 28px;
}
.email-search[b-v4axef9x2g] { width: 140px; }
.search-btn[b-v4axef9x2g] {
    width: 50px; height: 28px; display: flex; align-items: center; justify-content: center;
    background-color: #007bff; color: white; position: relative; border: none; border-radius: 0.25rem; cursor: pointer;
}
.search-btn:hover[b-v4axef9x2g] { background-color: #0056b3; }

.table-wrapper[b-v4axef9x2g] { width: 100%; min-width: 320px; max-height: calc(110vh - 205px); overflow-y: auto; overflow-x: auto;
    box-shadow: 0 1px 8px #1b24430a; background: #fff; border-radius: 8px; position: relative; padding: 0; }
.trading-table[b-v4axef9x2g] { border-collapse: separate; border-spacing: 0; background-color: #fff; font-size: 1rem; margin: 0 auto; width: 100% !important; min-width: 950px; }
.trading-table th[b-v4axef9x2g], .trading-table td[b-v4axef9x2g] { border: none !important; vertical-align: middle; font-size: 12px !important; padding: 2px 4px !important; max-width: 120px !important; white-space: nowrap !important; text-overflow: ellipsis !important; overflow: hidden !important; }
.trading-table th[b-v4axef9x2g] { font-weight: 700 !important; background: #f8fafc; color: #2c2c2c; border-bottom: 2px solid #e0e0e0 !important; text-align: left; position: sticky; top: 0; z-index: 3; padding: 0.4rem 0.7rem; white-space: nowrap; overflow: hidden; }
.trading-table tr:nth-child(even)[b-v4axef9x2g] { background-color: #f9f9f9; }
.trading-table tr:nth-child(odd)[b-v4axef9x2g] { background-color: #ffffff; }
.table-wrapper[b-v4axef9x2g]::-webkit-scrollbar { width: 10px; }
.table-wrapper[b-v4axef9x2g]::-webkit-scrollbar-thumb { background-color: #aaa; border-radius: 5px; }
.table-wrapper[b-v4axef9x2g]::-webkit-scrollbar-thumb:hover { background-color: #555; }
.badge.bg-warning[b-v4axef9x2g] { background-color: #ffc107 !important; color: #212529 !important; }
.badge.bg-success[b-v4axef9x2g] { background-color: #28a745 !important; color: #fff !important; }
.badge.bg-danger[b-v4axef9x2g] { background-color: #dc3545 !important; color: #fff !important; }
.action-container[b-v4axef9x2g] { display: flex; justify-content: center; align-items: center; gap: 5px; }
.btn-success[b-v4axef9x2g], .btn-danger[b-v4axef9x2g], .btn-info[b-v4axef9x2g] { min-width: 60px; font-size: 12px; padding: 3px 10px; border-radius: 5px; }
.btn-success[b-v4axef9x2g] { background-color: #28a745; color: white; border: none; }
.btn-success:hover[b-v4axef9x2g] { background-color: #218838; }
.btn-danger[b-v4axef9x2g] { background-color: #dc3545; color: white; border: none; }
.btn-danger:hover[b-v4axef9x2g] { background-color: #c82333; }
.btn-info[b-v4axef9x2g] {background-color:#007bff; color: white; border: none;}
.btn-info:hover[b-v4axef9x2g] { background-color: #007bff; }
.trading-table th:last-child[b-v4axef9x2g], .trading-table td:last-child[b-v4axef9x2g] { text-align: center !important; }
.trading-table td:last-child .action-container[b-v4axef9x2g] { justify-content: center !important; }
.trading-table th[b-v4axef9x2g], .trading-table td[b-v4axef9x2g] { text-align: left !important; }
.trading-table td[b-v4axef9x2g] { font-size: 13px !important; }
.trading-table tbody tr:hover[b-v4axef9x2g] { background-color: #e9ecef !important; }
.modal-backdrop[b-v4axef9x2g] { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; z-index: 1050; }
.modal-dialog[b-v4axef9x2g] { max-width: 400px; margin: auto; }
.modal-content[b-v4axef9x2g] { background: #fff; border-radius: 12px; padding: 25px 16px; text-align: center; }
.modal-footer[b-v4axef9x2g] { display: flex; justify-content: center; gap: 12px; }
/* _content/fastoms_BP/Components/Pages/CAIF/BasicForm.razor.rz.scp.css */
h3[b-5m5gszbnkk] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

h4[b-5m5gszbnkk] {
    font-weight: bold;
}

.details-container[b-5m5gszbnkk] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    width: 100vw;
}

.details-card[b-5m5gszbnkk] {
    width: 30%;
    min-width: 300px;
    margin: 10px auto;
    padding: 0 16px 28px 16px;
    border-radius: 12px;
    background: #fff;
    box-sizing: border-box;
    max-height: 96vh;       
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.card-header[b-5m5gszbnkk] {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff; 
    border-radius: 12px 12px 0 0;
    padding: 24px 0 18px 0;
    min-height: 56px;
}

.form-content[b-5m5gszbnkk] {
    overflow-y: auto;  /* Only scrolls the content! */
    flex: 1 1 auto;
    padding: 0 16px 28px 16px;
}
.form-group-row[b-5m5gszbnkk] {
    gap: 10px;
    margin-bottom: 12px;
}
.form-group[b-5m5gszbnkk] {
    flex: 1 1 180px;
    min-width: 120px;
    max-width: 100%;
    margin-bottom: 0;
}

.form-control[b-5m5gszbnkk],
select.form-control[b-5m5gszbnkk],
input.form-control[b-5m5gszbnkk] {
    width: 100%;
    padding: 7px 9px;
    font-size: 0.98rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

label[b-5m5gszbnkk] {
    font-size: 0.97rem;
    font-weight: bold;
    margin-bottom: 2px;
    color: #2b2b2b;
}

.radio-table-compact[b-5m5gszbnkk] {
    width: 100%;
    min-width: 400px; 
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow-x: auto;
}
.radio-table-compact td[b-5m5gszbnkk] {
    border: 1px solid #ccc;
    padding: 3px 5px;
    font-size: 0.95rem;
    background: #fff;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
}

.form-actions-row[b-5m5gszbnkk] {
    display: flex;
    justify-content: flex-end;
    margin-top: 18px;
    margin-bottom: 4px;
    width: 100%;
}
.small-btn[b-5m5gszbnkk] {
    padding: 0.32rem 0.8rem;
    font-size: 0.97rem;
    margin-left: 8px;
}

.form-check[b-5m5gszbnkk] { display: flex; align-items: center; margin-right: 12px; }
.form-group .checkbox-group[b-5m5gszbnkk] { display: flex; align-items: center; }
.checkbox-group label[b-5m5gszbnkk] { margin-left: 10px; }
input[type="radio"][b-5m5gszbnkk] {
    accent-color: #007bff;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 4px;
}
input[type="date"].form-control[b-5m5gszbnkk] { min-height: 32px; padding: 7px; }
input[type="file"].form-control[b-5m5gszbnkk] { padding: 3px 2px; }

/* --- FOR LAPTOPS/DESKTOPS >= 1024PX: STAY COMPACT, 2-COLUMN --- */
/*@media (min-width: 1024px) {*/
/*    .details-card {*/
/*        max-width: 520px;*/
/*        min-width: 320px;*/
/*        padding: 18px 18px 28px 18px;*/
/*    }*/
/*    .form-group-row {*/
/*        flex-direction: row;*/
/*    }*/
/*    .radio-table-compact td {*/
/*        font-size: 0.99rem;*/
/*    }*/
/*}*/
/* --- FOR ULTRA-WIDE (1440PX+) IF YOU WANT IT EVEN SMALLER --- */
/*@media (min-width: 1440px) {*/
/*    .details-card {*/
/*        max-width: 460px;*/
/*        min-width: 320px;*/
/*    }*/
/*}*/
/* --- FOR TABLETS/MOBILE: SINGLE COLUMN, RESPONSIVE --- */
/*@media (max-width: 1023px) {*/
/*    .details-card {*/
/*        max-width: 100%;*/
/*        min-width: 0;*/
/*        padding: 10px 2vw 18px 2vw;*/
/*    }*/
/*    .form-group-row {*/
/*        flex-direction: column;*/
/*        gap: 0;*/
/*    }*/
/*    .form-group {*/
/*        width: 100%;*/
/*        min-width: unset;*/
/*    }*/
/*    .radio-table-compact,*/
/*    .radio-table-compact tr,*/
/*    .radio-table-compact td {*/
/*        display: block;*/
/*        width: 100%;*/
/*        box-sizing: border-box;*/
/*        padding: 4px 0;*/
/*        font-size: 0.97rem;*/
/*    }*/
/*    .form-actions-row { margin-top: 14px; }*/
/*}*/

/* --- NO FIELD GOES OUT OF THE CARD --- */


/* --- REMOVE ANY STRAY .form-group DUPLICATE STYLE (MUST BE ONE!) --- */
/* --- REMOVE ANY STRAY .form-group DUPLICATE STYLE (MUST BE ONE!) --- */

/* --- GENDER, CHECKBOX ETC. REMAINS SAME --- */
.gender-table[b-5m5gszbnkk] {
    width: auto;
    margin-top: 2px;
    margin-bottom: 2px;
    border-collapse: separate;
    border-spacing: 0 0.5em;
    background: none;
}
.gender-table td[b-5m5gszbnkk] {
    border: none;
    padding: 0 18px 0 0;
    vertical-align: middle;
}

.section-divider[b-5m5gszbnkk] {
    border-top: 2px solid #e7e7e7;
    margin: 22px 0 16px 0;
}

.miniform[b-5m5gszbnkk] {
    width: 50% !important;        
    max-width: 200px !important;  
    min-width: 96px;
    font-size: 0.97rem;
    padding: 5px 8px !important;
    display: inline-block;
    box-sizing: border-box;
    height: 20px;

}

@media (max-width: 1023px) {
    .details-card[b-5m5gszbnkk] {
        width: 98vw !important;
        min-width: 0 !important;
        max-width: 99vw !important;
        margin: 10px 1vw !important;
        padding: 0 2vw 18px 2vw !important;
        border-radius: 14px !important;
        box-sizing: border-box;
    }
    .card-header[b-5m5gszbnkk] {
        padding: 18px 0 14px 0 !important;
    }
    .form-content[b-5m5gszbnkk] {
        padding: 0 0 20px 0 !important;
    }
    .form-title[b-5m5gszbnkk], .card-header h3[b-5m5gszbnkk], .card-header h4[b-5m5gszbnkk] {
        font-size: 1.2rem !important;
        line-height: 1.15 !important;
        letter-spacing: 0.5px !important;
        padding: 0 2vw !important;
        word-break: break-word !important;
    }
    /* Make all tables fit the container width */
    .radio-table-compact[b-5m5gszbnkk] {
        width: 100% !important;
        table-layout: fixed !important;
        border-spacing: 0 !important;
    }

    .radio-table-compact tr[b-5m5gszbnkk] {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0 !important;
    }

    .radio-table-compact td[b-5m5gszbnkk] {
        border: 1px solid #e0e0e0 !important;
        display: inline-block !important;
        width: 50% !important;           /* Two columns */
        box-sizing: border-box !important;
        padding: 5px 6px !important;
        font-size: 0.98rem !important;
        vertical-align: top !important;
    }

    .miniform[b-5m5gszbnkk] {
        width: 95% !important;
        max-width: 160px !important;   /* Smaller cap for narrow screens */
        margin-left: 4px;
        font-size: 0.96rem;
        height: 20px;
    }
}

/* _content/fastoms_BP/Components/Pages/CAIF/IdForm.razor.rz.scp.css */
/* Inherit from your style guide: */

h3[b-hb1xq0oo5s] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.details-container[b-hb1xq0oo5s] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    margin: 0 auto;
    min-height: 90vh;
    margin-top: 40px;
}

.details-card[b-hb1xq0oo5s] {
    width: 80vw;
    max-width: 800px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: white;
}

.form-group-row[b-hb1xq0oo5s] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.form-group[b-hb1xq0oo5s] {
    flex: 1;
    min-width: 200px;
    margin-bottom: 8px;
}

.form-control[b-hb1xq0oo5s], textarea[b-hb1xq0oo5s] {
    width: 100%;
    padding: 8px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="file"].form-control[b-hb1xq0oo5s] {
    padding: 4px 0 4px 0;
}

.small[b-hb1xq0oo5s] {
    font-size: 0.87rem;
    color: #888;
}

.btn[b-hb1xq0oo5s] {
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
}

.btn-primary[b-hb1xq0oo5s] {
    background-color: #007bff;
    color: white;
}

.btn-primary:hover[b-hb1xq0oo5s] {
    background-color: #0056b3;
}

.btn-secondary[b-hb1xq0oo5s] {
    background-color: #6c757d;
    color: white;
}

.btn-secondary:hover[b-hb1xq0oo5s] {
    background-color: #495057;
}

.small-btn[b-hb1xq0oo5s] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    margin-left: 8px;
}

/* Responsive tweaks */
@media (max-width: 1024px) {
    .details-card[b-hb1xq0oo5s] {
        max-width: 95vw;
        min-height: 80vh;
    }
}

@media (max-width: 768px) {
    .details-card[b-hb1xq0oo5s] {
        width: 100vw;
        padding: 10px;
    }
    .form-group-row[b-hb1xq0oo5s] {
        flex-direction: column;
    }
}
/* _content/fastoms_BP/Components/Pages/CAIF/Testing.razor.rz.scp.css */
h3[b-0z996iaawo] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

button[b-0z996iaawo] {
    margin-bottom: 10px;
    padding: 8px 16px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

button:hover[b-0z996iaawo] {
    background-color: #0056b3;
}

.details-container[b-0z996iaawo] {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 10px;
    margin: 0 auto;
    min-height: 90vh;
    margin-top: 40px;
}

.details-card[b-0z996iaawo] {
    width: 80vw;
    max-width: 800px;
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: white;
}

.form-group-row[b-0z996iaawo] {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;  
}

.form-group[b-0z996iaawo] {
    flex: 1;
    min-width: 200px;
}

.form-control[b-0z996iaawo] {
    width: 100%;
    padding: 8px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .details-card[b-0z996iaawo] {
        max-width: 95vw;
    }
}

@media (min-width: 1440px) {
    .details-container[b-0z996iaawo] {
        justify-content: center;
        align-items: flex-start;
    }

    .details-card[b-0z996iaawo] {
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    .radio-table-compact[b-0z996iaawo] {
        width: 100% !important;
        min-width: unset !important;
        font-size: 13px;
    }
    .radio-table-compact td[b-0z996iaawo] {
        padding: 6px 4px;
    }
    .form-group-row[b-0z996iaawo] {
        flex-direction: column;
    }
}

.form-group[b-0z996iaawo] {
    margin-bottom: 8px;
}

.form-group .checkbox-group[b-0z996iaawo] {
    display: flex;
    align-items: center;
}

.checkbox-group label[b-0z996iaawo] {
    margin-left: 10px;
}

.switch[b-0z996iaawo] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch input[b-0z996iaawo] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-0z996iaawo] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider[b-0z996iaawo]:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider[b-0z996iaawo] {
    background-color: #007bff;
}

input:checked + .slider[b-0z996iaawo]:before {
    transform: translateX(18px);
}

.slider.round[b-0z996iaawo] {
    border-radius: 34px;
}

.slider.round[b-0z996iaawo]:before {
    border-radius: 50%;
}

.form-check[b-0z996iaawo] {
    display: inline-block; /* Change from block to inline-block */
    margin-right: 20px;
}

.form-check-input[b-0z996iaawo] {
    vertical-align: middle;

    .form-check-label {
        vertical-align: middle; 
        margin-left: 4px; 
    }

    .alert[b-0z996iaawo] {
        text-align: center;
        height: 25px;
    }


    .form-check-group[b-0z996iaawo] {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start; 
    }
}

.radio-table-compact[b-0z996iaawo] {
    width: 680px;        
    max-width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.radio-table-compact td[b-0z996iaawo] {
    border: 1px solid #ccc;
    padding: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.small-btn[b-0z996iaawo] {
    padding: 0.25rem 0.5rem;  
    font-size: 0.875rem;
    margin-left: auto;
}
h4[b-0z996iaawo] {
    margin-top: 14px;
    margin-bottom: 14px; 
    font-weight: bold;/* more spacing around sub-section titles */
}

label[b-0z996iaawo] {
    margin-bottom: 5px; /* for space below the label and before input */
    display: inline-block;
}
/* _content/fastoms_BP/Components/Pages/FastOMS_broker/AgentDetails.razor.rz.scp.css */
.details-container[b-654d4qwptn] {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: flex-start; /* Align content to the top */
    width: 100%; /* Full width of the screen */
    min-height: 90vh; /* Minimum height to fit viewport */
    padding: 20px;
    margin: 0 auto; /* Center the container */
    box-sizing: border-box;
}


.details-card[b-654d4qwptn] {
    width: 100%;
    max-width: 800px; /* Adjust based on design */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    box-sizing: border-box;
}
.alert[b-654d4qwptn] {
    padding: 10px;
    border-radius: 4px;
}
/* Suggestions dropdown styling */
.suggestions-list[b-654d4qwptn] {
    position: absolute;
    top: 100%; /* Position the list just below the input */
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
}

.suggestions-list[b-654d4qwptn] {
    list-style-type: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-top: 0.5rem;
}

.suggestion-item[b-654d4qwptn] {
    padding: 8px 12px;
    cursor: pointer;
    color: #333;
    font-size: 14px;
}

.suggestion-item:hover[b-654d4qwptn], .suggestion-item.highlighted[b-654d4qwptn] {
    background-color: #f0f0f0;
}

.loading-spinner[b-654d4qwptn] {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 0.8rem;
    color: gray;
}
/* _content/fastoms_BP/Components/Pages/FastOMS_broker/ClientDetails.razor.rz.scp.css */
.details-container[b-0og3xml61s] {
    margin: 0 auto;
    padding: 20px;
    max-width: 800px;
}

.details-card[b-0og3xml61s] {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: white;
}

.alert[b-0og3xml61s] {
    padding: 10px;
    border-radius: 4px;
}
/* _content/fastoms_BP/Components/Pages/FastOMS_broker/Details.razor.rz.scp.css */
h3[b-41mes2tdgs] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px; 
    text-align: center;
}

button[b-41mes2tdgs] {
    margin-bottom: 10px;
    padding: 8px 16px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    cursor: pointer;
}

    button:hover[b-41mes2tdgs] {
        background-color: #0056b3;
    }


.details-container[b-41mes2tdgs] {
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    padding: 10px;
    margin: 0 auto;
    min-height: 90vh;
    margin-top: 40px;
}

.details-card[b-41mes2tdgs] {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; /* Center the card horizontally */
    padding: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: white;
}


.form-group-row[b-41mes2tdgs] {
    display: flex;
    gap: 10px; 
    justify-content: space-between;
}

.form-group[b-41mes2tdgs] {
    flex: 1; 
    min-width: 200px;
}

.form-control[b-41mes2tdgs] {
    width: 100%;
    padding: 8px; 
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@media (max-width: 1024px) {
    .details-card[b-41mes2tdgs] {
        max-width: 95vw;
        min-height: 80vh;
    }
}

@media (min-width: 1440px) {
    .details-container[b-41mes2tdgs] {
        justify-content: center;
        align-items: flex-start; 
    }

    .details-card[b-41mes2tdgs] {
        max-width: 900px;
    }
}

@media (max-width: 768px) {
    .details-card[b-41mes2tdgs] {
        width: 100vw;
        padding: 10px;
    }

    .form-group-row[b-41mes2tdgs] {
        flex-direction: column; 
    }

    button[b-41mes2tdgs] {
        width: 100%; 
    }
}

.form-group[b-41mes2tdgs] {
    margin-bottom: 8px; 
}

    .form-group .checkbox-group[b-41mes2tdgs] {
        display: flex;
        align-items: center;
    }

.checkbox-group label[b-41mes2tdgs] {
    margin-left: 10px; 
}

.switch[b-41mes2tdgs] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input[b-41mes2tdgs] {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider[b-41mes2tdgs] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

    .slider[b-41mes2tdgs]:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 2px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider[b-41mes2tdgs] {
    background-color: #007bff;
}

    input:checked + .slider[b-41mes2tdgs]:before {
        transform: translateX(18px);
    }

.slider.round[b-41mes2tdgs] {
    border-radius: 34px;
}

    .slider.round[b-41mes2tdgs]:before {
        border-radius: 50%;
    }
.alert[b-41mes2tdgs]{
    text-align:center;
    height: 25px;
}
.modal[b-41mes2tdgs] {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); 
}

.modal-dialog[b-41mes2tdgs] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
}

.modal-content[b-41mes2tdgs] {
    background-color: #fefefe;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%; 
    max-width: 600px; 
}

.modal-footer[b-41mes2tdgs] {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.btn[b-41mes2tdgs] {
    padding: 10px 20px;
    border-radius: 5px;
}

main[b-41mes2tdgs] {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: center; /* Center vertically (optional) */
    min-height: 100vh; /* Ensure it fills the full height */
}
/* _content/fastoms_BP/Components/Pages/FastOMS_broker/InvestorPage.razor.rz.scp.css */
.search-bar-container[b-6kxrho8eow] {
    display: flex;
    align-items: center;
    gap: 10px; 
    width: 50%; 
    margin-bottom: 10px; 
}

.investor-log[b-6kxrho8eow] {
    display: flex;
    font-size: clamp(1.1rem, 0.8vw, 1.7rem);
    font-weight: bold;
    line-height: 1;
}

.search-controls[b-6kxrho8eow] {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}

.investor-search[b-6kxrho8eow] {
    width: 200px;
    padding: 8px;
    border-radius: 0.25rem;
    height: 36px; 
    flex-shrink: 0; 
}

.search-btn[b-6kxrho8eow] {
    width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

    .search-btn:hover[b-6kxrho8eow] {
        background-color: #0056b3;
    }

.create-acc[b-6kxrho8eow] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 0.25rem;
    cursor: pointer;
    height: 36px;
    margin-left: auto;
}

    .create-acc:hover[b-6kxrho8eow] {
        background-color: #0056b3;
    }

.table-wrapper[b-6kxrho8eow] {
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: auto;
    border: none !important;
    box-shadow: 0 1px 8px #1b24430a;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 0;
}

.investor-table[b-6kxrho8eow] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1rem;
    background-color: #fff;
    table-layout: auto;
    margin: 0 auto;
}
    .investor-table th[b-6kxrho8eow], .investor-table td[b-6kxrho8eow] {
        border: none !important;
        padding: 0.4rem 0.7rem;
        text-align: center;
        vertical-align: middle;
        white-space: nowrap; 
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .investor-table th[b-6kxrho8eow] {
        background: #f8fafc;
        font-weight: 600;
        color: #2c2c2c;
        border-bottom: 2px solid #e0e0e0 !important;
        text-align: center;
        position: sticky;
        top: 0;
        z-index: 2;
    }
.investor-table tbody tr:nth-child(even)[b-6kxrho8eow] {
    background-color: #fafbfc !important;
}
.investor-table tbody tr:nth-child(odd)[b-6kxrho8eow] {
    background-color: #fff !important;
}

/* Center only the Action column */
.investor-table th:last-child[b-6kxrho8eow],
.investor-table td:last-child[b-6kxrho8eow] {
    text-align: center !important;
}


.modal-backdrop[b-6kxrho8eow] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-content[b-6kxrho8eow] {
    border-radius: 15px;
    margin-bottom: 300px;
}

.modal-body button[b-6kxrho8eow] {
    width: 60px;
    height: 40px;
    margin: 0 20px;
    border-radius: 10px;
}

.btn-success[b-6kxrho8eow] {
    background-color: #28a745;
    color: white;
}

.btn-danger[b-6kxrho8eow] {
    background-color: #dc3545;
    color: white;
}
/* _content/fastoms_BP/Components/Pages/FastOMS_broker/Orderlogs.razor.rz.scp.css */
.date-printed[b-zmmkxnu4i7] {
    display: none;
}

.order-log-print[b-zmmkxnu4i7] {
    display: none;
}

.logo-print[b-zmmkxnu4i7] {
    display: none;
}

.search-btn[b-zmmkxnu4i7] {
    width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}
.order-log[b-zmmkxnu4i7] {
    display: flex;
    font-size: clamp(1.1rem, 0.8vw, 1.7rem);  
    font-weight: bold;
    line-height: 1;
}

.pdf-btn[b-zmmkxnu4i7] {
    background-color: darkred;
    color: white;
    margin-left: auto;       
    position: relative;
    padding: 4px 14px !important;  
    font-size: 0.95rem !important;  
    min-width: 44px !important;   
    max-width: 72px;
    height: 30px !important;        
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;                     
}

.pdf-btn:hover[b-zmmkxnu4i7] {
        background-color: red;
        color: white;
}

.reset-btn[b-zmmkxnu4i7] {
    background-color: #6C757D;
    color: white;
    width: 25%;
    position: relative;
}

    .reset-btn:hover[b-zmmkxnu4i7] {
        background-color: gray !important; 
        color: white !important; 
    }
    
.search-dropdown[b-zmmkxnu4i7] {
    width: 150px; 
}
.order-log-table tr:nth-child(even)[b-zmmkxnu4i7] {
    background-color: #f9f9f9;
}

.order-log-table tr:nth-child(odd)[b-zmmkxnu4i7] {
    background-color: #ffffff;
}


.no-data[b-zmmkxnu4i7] {
    color: black;
    vertical-align: middle;
}

.table-wrapper[b-zmmkxnu4i7] {
    width: 100%;
    height: 100%;
    min-width: 320px;
    max-height: calc(110vh - 205px);
    overflow-y: auto;
    overflow-x: auto;
    border: none !important;
    box-shadow: 0 1px 8px #1b24430a;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 0;
}

.order-log-table[b-zmmkxnu4i7] {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    font-size: 1rem;
    table-layout: auto;
    margin: 0 auto;
    width: 100% !important;
    min-width: 950px;
}

.order-log-table th[b-zmmkxnu4i7],
.order-log-table td[b-zmmkxnu4i7] {
    border: none !important;
    padding: 0.4rem 0.7rem;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 140px;
    overflow: hidden;
}

.order-log-table th[b-zmmkxnu4i7] {
    background: #f8fafc;
    font-weight: 600;
    color: #2c2c2c;
    border-bottom: 2px solid #e0e0e0 !important;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    
}


.order-log-table tbody tr[b-zmmkxnu4i7] {
    border-bottom: 1px solid #e0e0e0 !important;
}

.order-log-table tbody tr:hover[b-zmmkxnu4i7] {
    background: lightgray !important;
}

.order-log-table td:nth-child(6)[b-zmmkxnu4i7],
.order-log-table td:nth-child(7)[b-zmmkxnu4i7],
.order-log-table td:nth-child(8)[b-zmmkxnu4i7] {
    text-align: right !important;
    font-variant-numeric: tabular-nums;
}
.order-log-table td.text-end[b-zmmkxnu4i7],
.order-log-table th.text-end[b-zmmkxnu4i7] {
    text-align: right !important;
}

/* 3. Badge for Side (BUY/SELL) */
.order-log-table td .badge-buy[b-zmmkxnu4i7] {
    background: #28a745 !important;
    color: #fff !important;
    border-radius: 0.3rem;
    padding: 0.3em 0.7em;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.05em;
    box-shadow: 0 1px 2px #00000009;
}

.order-log-table td .badge-sell[b-zmmkxnu4i7] {
    background: #dc3545 !important;
    color: #fff !important;
    border-radius: 0.3rem;
    padding: 0.3em 0.7em;
    font-weight: 600;
    font-size: 1em;
    letter-spacing: 0.05em;
    box-shadow: 0 1px 2px #00000009;
}

.order-log-table td .status-working[b-zmmkxnu4i7] {
    color: #198754 !important;
    font-weight: 600;
}

.order-log-table td .status-cancelled[b-zmmkxnu4i7] {
    color: #dc3545 !important; 
    font-weight: 600;
}
.order-log-table td .status-expired[b-zmmkxnu4i7] {
    color: #6c757d !important; 
    font-weight: 600;
}

.order-log-table td .status-matched[b-zmmkxnu4i7] {
    color: #0d6efd !important; 
    font-weight: 600;
}

@media (max-width: 1024px) {
    .search-bar-container[b-zmmkxnu4i7] {
        flex-direction: row !important;
        align-items: center;
        gap: 8px;
    }

    .search-bar-container .d-flex.ms-4[b-zmmkxnu4i7] {
        flex-direction: row !important;
        gap: 4px;
        width: auto;
    }
    .search-bar-container input[b-zmmkxnu4i7],
    .search-bar-container select[b-zmmkxnu4i7],
    .search-bar-container .form-control[b-zmmkxnu4i7],
    .search-bar-container .form-select[b-zmmkxnu4i7] {
        width: auto;
        min-width: 80px;
        max-width: 130px;
        font-size: 0.95rem;
    }
    .search-bar-container .pdf-btn[b-zmmkxnu4i7],
    .search-bar-container .btn[b-zmmkxnu4i7] {
        width: auto;
        min-width: 48px;
        max-width: 80px;
        margin: 0;
    }
}
/* _content/fastoms_BP/Components/Pages/FastOMS_broker/Portfolio.razor.rz.scp.css */
.portfolio-container[b-yg2fdoxqlz] {
    margin: 0 auto;
}

.back-button[b-yg2fdoxqlz] {
    margin-bottom: 20px;
}

.table-wrapper[b-yg2fdoxqlz] {
    max-height: 74vh; /* Set the maximum height for the table */
    overflow-y: auto; /* Enable vertical scrolling */
}

.portfolio-table[b-yg2fdoxqlz] {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    table-layout: fixed; /* Ensures consistent column widths */
}

.portfolio-table th[b-yg2fdoxqlz],
.portfolio-table td[b-yg2fdoxqlz] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    white-space: nowrap; /* Prevents text wrapping for clean alignment */
}

.portfolio-table th[b-yg2fdoxqlz] {
    background: #f8fafc;
    color: #2c2c2c;
    font-weight: 700 !important;
    font-size: 12px !important;
    border-bottom: 2px solid #e0e0e0 !important;
    position: sticky; /* Sticky positioning for the header */
    top: 0;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
    padding: 0.4rem 0.7rem; /* Ensure it stays above the table rows */
}

.portfolio-table tr:nth-child(even)[b-yg2fdoxqlz] {
    background-color: #f9f9f9;
}

.portfolio-table tr:hover[b-yg2fdoxqlz] {
    background-color: #f1f1f1;
}

.btn-back[b-yg2fdoxqlz] {
    background-color: #ff9800;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.portfolio-header[b-yg2fdoxqlz] {
    margin-bottom: 20px;
}

.portfolio-header h2[b-yg2fdoxqlz] {
    margin-bottom: 10px;
    color: #333;
}

.portfolio-header p[b-yg2fdoxqlz] {
    margin: 0;
}

.header-and-buttons[b-yg2fdoxqlz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-info-container[b-yg2fdoxqlz] {
    display: flex;
    justify-content: space-between;
}

.cash-info[b-yg2fdoxqlz] {
    margin-bottom: 20px;
}

.cash-info p[b-yg2fdoxqlz] {
    margin: 0;
    color: #333;
}

.button-group[b-yg2fdoxqlz] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    justify-content: flex-end;
}

.btn-update[b-yg2fdoxqlz] {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-refresh[b-yg2fdoxqlz] {
    background-color: #f1f1f1;
    color: #333;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-update:hover[b-yg2fdoxqlz], .btn-refresh:hover[b-yg2fdoxqlz] {
    background-color: #0056b3;
    color: white;
}

.account-info-container[b-yg2fdoxqlz] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

h3[b-yg2fdoxqlz] {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* _content/fastoms_BP/Components/Pages/FastOMS_broker/Testing.razor.rz.scp.css */
.details-container[b-86fb24k3tq] {
    margin: 0 auto;
    padding: 20px;
    max-width: 800px;
}

.details-card[b-86fb24k3tq] {
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background-color: white;
}

.alert[b-86fb24k3tq] {
    padding: 10px;
    border-radius: 4px;
}
/* _content/fastoms_BP/Components/Pages/FastOMS_broker/TradersPage.razor.rz.scp.css */
.search-bar-container[b-t9yhyf8qjc] {
    display: flex;
    align-items: center;
    gap: 10px; 
    width: 50%; 
    margin-bottom: 10px;
}

.search-controls[b-t9yhyf8qjc] {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}

.trader-log[b-t9yhyf8qjc] {
    display: flex;
    font-size: clamp(1.1rem, 0.8vw, 1.7rem);
    font-weight: bold;
    line-height: 1;
}
.action-buttons[b-t9yhyf8qjc] {
    display: flex;
    justify-content: center;      
    align-items: center;         
    gap: 12px;                    
    min-height: 40px;             
    height: 100%;
    width: 100%;
}

.trader-search[b-t9yhyf8qjc] {
    width: 200px; 
    padding: 8px;
    border-radius: 0.25rem;
    height: 36px; 
    flex-shrink: 0; 
}

.search-btn[b-t9yhyf8qjc] {
    width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

    .search-btn:hover[b-t9yhyf8qjc] {
        background-color: #0056b3;
    }

.table-wrapper[b-t9yhyf8qjc] {
    width: 100%;
    max-height: 85vh;
    overflow-y: auto;
    overflow-x: auto;
    border: none !important;
    box-shadow: 0 1px 8px #1b24430a;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 0;
}

.trader-table[b-t9yhyf8qjc] {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 1rem;
    background-color: #fff;
    table-layout: auto;
    margin: 0 auto;
}

    .trader-table tbody tr:hover[b-t9yhyf8qjc] {
        background: lightgray !important;
    }

    .trader-table th[b-t9yhyf8qjc],
    .trader-table td[b-t9yhyf8qjc] {
        border: none !important;
        padding: 0.4rem 0.7rem;
        vertical-align: middle;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: center;
    }

    .trader-table th[b-t9yhyf8qjc] {
        background: #f8fafc;
        font-weight: 600;
        color: #2c2c2c;
        border-bottom: 2px solid #e0e0e0 !important;
        text-align: center;
        position: sticky;
        top: 0;
        z-index: 2;
    }
    .trader-table tbody tr:nth-child(even)[b-t9yhyf8qjc] {
        background-color: #fafbfc !important; 
    }
    .trader-table tbody tr:nth-child(odd)[b-t9yhyf8qjc] {
        background-color: #fff !important;    
    }
    .trader-table th:last-child[b-t9yhyf8qjc],
    .trader-table td:last-child[b-t9yhyf8qjc] {
        text-align: center !important;
    }


/* _content/fastoms_BP/Components/Pages/FastOMS_broker/TradingAccountDetails.razor.rz.scp.css */
.details-container[b-nnzspun2ot] {
    display: flex;
    justify-content: center; /* Center horizontally */
    align-items: flex-start; /* Align content to the top */
    width: 100%; /* Full width of the screen */
    min-height: 90vh; /* Minimum height to fit viewport */
    padding: 20px;
    margin: 0 auto; /* Center the container */
    box-sizing: border-box;
}

.details-card[b-nnzspun2ot] {
    width: 100%;
    max-width: 800px; /* Adjust based on design */
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: white;
    box-sizing: border-box;
}

.alert[b-nnzspun2ot] {
    padding: 10px;
    border-radius: 4px;
}
.details-container[b-nnzspun2ot] {
    margin: 20px;
}

.client-grid-container[b-nnzspun2ot] {
    margin: 20px;
}

table[b-nnzspun2ot] {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

th[b-nnzspun2ot], td[b-nnzspun2ot] {
    text-align: center;
    padding: 10px;
}

th[b-nnzspun2ot] {
    background-color: #f2f2f2;
}

.suggestions-list[b-nnzspun2ot] {
    position: absolute;
    top: 100%; /* Position the list just below the input */
    background-color: white;
    border: 1px solid #ccc;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 1000;
}

.suggestion-item[b-nnzspun2ot] {
    padding: 8px;
    cursor: pointer;
    color: #333;
}

.suggestion-item:hover[b-nnzspun2ot] {
    background-color: #f0f0f0;
}
/* _content/fastoms_BP/Components/Pages/FastOMS_broker/TradingAccountPage.razor.rz.scp.css */
.search-bar-container[b-8i035yd5uj] {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.trading-log[b-8i035yd5uj] {
    display: flex;
    font-size: clamp(1.1rem, 0.8vw, 1.7rem);
    font-weight: bold;
    line-height: 1;
}

.search-controls[b-8i035yd5uj] {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}

.reset-btn[b-8i035yd5uj] {
    background-color: #6C757D;
    color: white;
    width: 50px;
    position: relative;
}

.search-btn[b-8i035yd5uj] {
    width: 50px;
    position: relative;
}

.reset-btn:hover[b-8i035yd5uj] {
    background-color: gray !important;
    color: white !important;
}

.client-search[b-8i035yd5uj],
.client-name-search[b-8i035yd5uj],
.email-search[b-8i035yd5uj],
.agent-search[b-8i035yd5uj],
.tc_code-search[b-8i035yd5uj],
.tc_type-search[b-8i035yd5uj],
.currency-search[b-8i035yd5uj] {
    width: 120px;
    padding: 8px;
    border-radius: 0.25rem;
    height: 28px;
}

.email-search[b-8i035yd5uj] {
    width: 140px;
}

.tc_code-search[b-8i035yd5uj] {
    width: 158px;
}

.search-btn[b-8i035yd5uj] {
    width: 50px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    color: white;
    position: relative;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
}

.search-btn:hover[b-8i035yd5uj] {
    background-color: #0056b3;
}

.create-acc[b-8i035yd5uj] {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 0.25rem;
    cursor: pointer;
    height: 36px;
    margin-left: auto;
}

.create-acc:hover[b-8i035yd5uj] {
    background-color: #0056b3;
}

.table-wrapper[b-8i035yd5uj] {
    width: 100%;
    height: 100%;
    min-width: 320px;
    max-height: calc(110vh - 205px);
    overflow-y: auto;
    overflow-x: auto;
    border: none !important;
    box-shadow: 0 1px 8px #1b24430a;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding: 0;
}

.trading-table[b-8i035yd5uj] {
    border-collapse: separate;
    border-spacing: 0;
    background-color: #fff;
    font-size: 1rem;
    table-layout: auto;
    margin: 0 auto;
    width: 100% !important;
    min-width: 950px;
}

.trading-table th[b-8i035yd5uj],
.trading-table td[b-8i035yd5uj] {
    border: none !important;
    vertical-align: middle;
    font-size: 12px !important;
    padding: 2px 4px !important;
    max-width: 80px !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}

.trading-table th[b-8i035yd5uj] {
    font-weight: 700 !important;
    background-clip: padding-box;
    background: #f8fafc;
    font-weight: 600;
    color: #2c2c2c;
    border-bottom: 2px solid #e0e0e0 !important;
    text-align: left;
    position: sticky;
    top: 0;
    z-index: 3; /* bump if still ghosting */
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    overflow: hidden;
}

/* Alternate row colors for better readability */
.trading-table tr:nth-child(even)[b-8i035yd5uj] {
    background-color: #f9f9f9; /* Slightly gray for even rows */
}

.trading-table tr:nth-child(odd)[b-8i035yd5uj] {
    background-color: #ffffff; /* White for odd rows */
}

/* Add scrollbars with custom appearance */
.table-wrapper[b-8i035yd5uj]::-webkit-scrollbar {
    width: 10px;
}

.table-wrapper[b-8i035yd5uj]::-webkit-scrollbar-thumb {
    background-color: #aaa;
    border-radius: 5px;
}

.table-wrapper[b-8i035yd5uj]::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.modal-backdrop[b-8i035yd5uj] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
}

.modal-content[b-8i035yd5uj] {
    border-radius: 15px;
    margin-bottom: 300px;
}

.modal-body button[b-8i035yd5uj] {
    width: 60px;
    height: 40px;
    margin: 0 20px;
    border-radius: 10px;
}

.btn-portfolio[b-8i035yd5uj], .btn-details[b-8i035yd5uj] {
    padding: 6px 7px;
    font-size: 9px;
    height: auto;
    width: auto;
    line-height: 1;
    border-radius: 5px;
    text-align: center;
    white-space: nowrap;
}

/* Optional: Add hover effect for a clean UI */
.btn-portfolio:hover[b-8i035yd5uj], .btn-details:hover[b-8i035yd5uj] {
    background-color: #0056b3; /* Darker blue on hover */
    color: white; /* Ensure white text for clarity */
    cursor: pointer; /* Indicate interactivity */
}

.action-container[b-8i035yd5uj] {
    display: flex;
    justify-content: center;
    align-items: center; /* Center the buttons vertically */
    gap: 5px; /* Space between buttons */
}

.btn-success[b-8i035yd5uj] {
    background-color: #28a745;
    color: white;
}

.btn-danger[b-8i035yd5uj] {
    background-color: #dc3545;
    color: white;
}

.trading-table th:nth-child(7)[b-8i035yd5uj],
.trading-table td:nth-child(7)[b-8i035yd5uj] {
    text-align: right;
}

/* Target the "Commission Min" column for right alignment */
.trading-table th:nth-child(8)[b-8i035yd5uj],
.trading-table td:nth-child(8)[b-8i035yd5uj] {
    text-align: right;
}
.trading-table th:last-child[b-8i035yd5uj],
.trading-table td:last-child[b-8i035yd5uj] {
    text-align: center !important;
}


.trading-table td:nth-child(9)[b-8i035yd5uj] {
    display: flex !important;
    justify-content: center !important; /* horizontal center */
    font-size: 16px;
}
.trading-table th:nth-child(9)[b-8i035yd5uj] {
    text-align: center !important;
}

.trading-table tbody tr:hover[b-8i035yd5uj] {
    background-color: lightgray !important; /* Light blue highlight on hover */
}
/* _content/fastoms_BP/Components/Pages/FastOMS_login/LoginComponent/Login.razor.rz.scp.css */
*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

*[b-ceoooym6xx] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-ceoooym6xx] {
    background-color: #f0f0f0;
    height: 100vh;
}

.outer-container[b-ceoooym6xx] {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.container[b-ceoooym6xx] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.card[b-ceoooym6xx] {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
    min-width: 305px;
    max-width: 380px;
}

.profile-image[b-ceoooym6xx] {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
}

.form-group[b-ceoooym6xx] {
    position: relative;
    margin-bottom: 20px;
}

    .form-group i[b-ceoooym6xx] {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        color: #6c757d;
        font-size: 1.2rem;
    }

.form-footer[b-ceoooym6xx] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.remember-me[b-ceoooym6xx] {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

    .remember-me input[b-ceoooym6xx] {
        margin-right: 5px;
    }

.forgot-password[b-ceoooym6xx] {
    font-size: 0.9rem;
    text-decoration: none;
    color: #007bff;
}

    .forgot-password:hover[b-ceoooym6xx] {
        text-decoration: underline;
    }

.btn-login[b-ceoooym6xx] {
    width: 100%;
    padding: 12px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
}

    .btn-login:hover[b-ceoooym6xx] {
        background-color: #0056b3;
    }

.message[b-ceoooym6xx] {
    margin-top: 15px;
}

    .message p[b-ceoooym6xx] {
        margin: 0;
        padding: 0;
    }

        .message p.orange[b-ceoooym6xx] {
            padding: 0;
            color: orange;
        }

        .message p.red[b-ceoooym6xx] {
            padding: 0;
            color: red;
        }

        .message p.green[b-ceoooym6xx] {
            padding: 0;
            color: green;
        }

BPlogo[b-ceoooym6xx] {
    width: 100px;
    height: 150 px;
    display: block;
    margin: 0 auto;
}
/* _content/fastoms_BP/Components/Pages/FastOMS_login/LogoutComponent/Logout.razor.rz.scp.css */
body[b-7e0gzxshf2] {
}
