/* /Aplication/Infrastructure/AlertDisplay.razor.rz.scp.css */
.fade-out[b-lg83yr3fzv] {
    animation: fadeOut-b-lg83yr3fzv ease 15s;
    -webkit-animation: fadeOut ease 15s;
    -moz-animation: fadeOut ease 15s;
    -o-animation: fadeOut ease 15s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut-b-lg83yr3fzv {
    0% {
        opacity: 1;
        z-index: 70;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
        z-index: 70;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
        z-index: 70;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1;
        z-index: 70;
    }

    100% {
        opacity: 0;
        z-index: -1;
    }
}

.alertPosition[b-lg83yr3fzv] {
    position: sticky;
    top: 75%;
    left: 50%;
    z-index: 2000 !important;
    min-width: 420px;
}

.container-alert[b-lg83yr3fzv] {
    max-width: 100%;
    left: 0;
}
/* /Pages/Authentication/Authentication.razor.rz.scp.css */
.login-wrapper[b-c4iy5k75nu] {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-top: -1.1rem;
}

.login-card[b-c4iy5k75nu] {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 420px;
    margin: 1.5rem;
}

.login-overlay[b-c4iy5k75nu] {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: rgba(243, 244, 246, 0.75);
    backdrop-filter: blur(1px);
}

.login-card-body[b-c4iy5k75nu] {
    background: #ffffff;
    border: none;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 1px 4px rgba(0, 0, 0, 0.04);
    padding: 2.5rem 2rem;
    text-align: center;
}

    .login-card-body.is-loading[b-c4iy5k75nu] {
        filter: grayscale(1);
        opacity: 0.55;
        pointer-events: none;
        user-select: none;
    }

.login-logo[b-c4iy5k75nu] {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.login-title[b-c4iy5k75nu] {
    font-family: var(--bo-font-ui);
    font-size: 1.35rem;
    font-weight: 600;
    color: var(--bo-brand-primary);
    margin-bottom: 0.5rem;
}

.login-subtitle[b-c4iy5k75nu] {
    font-family: var(--bo-font-body);
    font-size: 0.9rem;
    color: #6b7280;
    margin-bottom: 2rem;
    line-height: 1.5;
}

.login-btn[b-c4iy5k75nu] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    font-family: var(--bo-font-ui);
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--bo-brand-primary);
    border: none;
    border-radius: 10px;
    padding: 0.8rem 1.75rem;
    cursor: pointer;
    transition: background-color 0.15s, box-shadow 0.15s;
    letter-spacing: 0.01em;
    position: relative;
}

    .login-btn:hover:not(:disabled)[b-c4iy5k75nu] {
        background-color: #1a3d82;
    }

    .login-btn:active:not(:disabled)[b-c4iy5k75nu] {
        background-color: #0f2a57;
    }

    .login-btn:disabled[b-c4iy5k75nu] {
        opacity: 0.65;
        cursor: not-allowed;
    }

.login-error[b-c4iy5k75nu] {
    margin-top: 1rem;
    padding: 0.65rem 1rem;
    background-color: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    color: var(--bo-danger);
    font-family: var(--bo-font-body);
    font-size: 0.85rem;
    line-height: 1.4;
}

.home-container[b-c4iy5k75nu] {
    position: relative;
    min-height: calc(100vh - 1.1rem);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    z-index: 3;
    margin: -1.1rem -1.5rem -1.1rem -1.5rem;
    font-family: var(--bo-font-ui);
}

@media (min-width: 641px) {
    .home-container[b-c4iy5k75nu] {
        margin: -1.1rem -1.5rem -1.1rem -2rem !important;
        padding: 4rem 6rem;
    }
}
/* /Pages/GeneralSettings/GeneralSettingEditView.razor.rz.scp.css */
.gs-detail-header[b-311gppm0dz] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.gs-back-btn[b-311gppm0dz] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    color: var(--bo-brand-primary);
    cursor: pointer;
}

.gs-back-btn:hover[b-311gppm0dz] {
    background-color: #f1f5f9;
}

.gs-detail-title[b-311gppm0dz] {
    font-family: var(--bo-font-ui);
    font-size: 1.2rem;
    color: var(--bo-brand-primary);
}

.gs-detail-body[b-311gppm0dz] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    max-width: 640px;
}

.gs-detail-field[b-311gppm0dz] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.gs-detail-label[b-311gppm0dz] {
    font-family: var(--bo-font-ui);
    font-size: 0.83rem;
    color: var(--bo-text-idle);
}

.gs-detail-value[b-311gppm0dz] {
    font-family: var(--bo-font-body);
    font-size: 0.95rem;
    color: #1a1a1a;
    word-break: break-word;
}

.gs-input[b-311gppm0dz] {
    font-family: var(--bo-font-body);
    font-size: 0.9rem;
    color: #1a1a1a;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.55rem 0.8rem;
    background: #ffffff;
    outline: none;
    width: 100%;
    transition: border-color 0.15s, box-shadow 0.15s;
    height: 44px;
    box-sizing: border-box;
}

.gs-input:focus[b-311gppm0dz] {
    border-color: var(--bo-brand-primary);
    box-shadow: 0 0 0 3px rgba(23, 49, 106, 0.1);
}

.gs-input-number[b-311gppm0dz] {
    max-width: 220px;
}

.gs-textarea[b-311gppm0dz] {
    height: auto;
    min-height: 110px;
    resize: vertical;
    font-family: var(--bo-font-body);
}

.gs-detail-actions[b-311gppm0dz] {
    margin-top: 0.5rem;
}

.gs-btn-save[b-311gppm0dz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--bo-font-ui);
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background-color: var(--bo-brand-primary);
    border: none;
    border-radius: 10px;
    padding: 0.7rem 1.75rem;
    cursor: pointer;
    transition: background-color 0.15s;
    letter-spacing: 0.01em;
}

.gs-btn-save:hover:not(:disabled)[b-311gppm0dz] {
    background-color: #1a3d82;
}

.gs-btn-save:disabled[b-311gppm0dz] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Pages/GeneralSettings/GeneralSettingsFilter.razor.rz.scp.css */
.gs-page-title[b-8ova8u8dda] {
    font-family: var(--bo-font-ui);
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--bo-brand-primary);
    margin: 0 0 1.75rem 0;
}

.gs-filter-row[b-8ova8u8dda] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.gs-filter-field[b-8ova8u8dda] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 240px;
}

.gs-filter-label[b-8ova8u8dda] {
    font-family: var(--bo-font-ui);
    font-size: 0.83rem;
    font-weight: 400;
    color: #1a1a1a;
}

.gs-input-wrap[b-8ova8u8dda] {
    position: relative;
    display: flex;
    align-items: center;
}

.gs-input[b-8ova8u8dda] {
    font-family: var(--bo-font-body);
    font-size: 0.9rem;
    color: #1a1a1a;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.55rem 0.8rem;
    background: #ffffff;
    outline: none;
    width: 100%;
    transition: border-color 0.15s, box-shadow 0.15s;
    height: 44px;
    box-sizing: border-box;
}

.gs-input:focus[b-8ova8u8dda] {
    border-color: var(--bo-brand-primary);
    box-shadow: 0 0 0 3px rgba(23, 49, 106, 0.1);
}

.gs-search-action[b-8ova8u8dda] {
    margin-bottom: 1.5rem;
}

.gs-btn-search[b-8ova8u8dda] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--bo-font-ui);
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background-color: var(--bo-brand-primary);
    border: none;
    border-radius: 10px;
    padding: 0.7rem 1.75rem;
    cursor: pointer;
    transition: background-color 0.15s;
    letter-spacing: 0.01em;
}

.gs-btn-search:hover:not(:disabled)[b-8ova8u8dda] {
    background-color: #1a3d82;
}

.gs-btn-search:disabled[b-8ova8u8dda] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Pages/GeneralSettings/GeneralSettingsResults.razor.rz.scp.css */
.gs-loading-row[b-w79mas3oqc] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.gs-empty[b-w79mas3oqc] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: var(--bo-text-idle);
    gap: 0.75rem;
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
}

.gs-empty[b-w79mas3oqc]  .gs-empty-icon {
    opacity: 0.35;
}

.gs-table-wrap[b-w79mas3oqc] {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.gs-table[b-w79mas3oqc] {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--bo-font-body);
    font-size: 0.88rem;
    background: #ffffff;
    table-layout: fixed;
}

.gs-table thead tr[b-w79mas3oqc] {
    background: #ffffff;
    border-bottom: 1.5px solid #e2e8f0;
}

.gs-table th[b-w79mas3oqc] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-family: var(--bo-font-ui);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--bo-brand-primary);
    white-space: nowrap;
}

.gs-th-action[b-w79mas3oqc] {
    width: 130px;
}

.gs-th-sortable[b-w79mas3oqc] {
    cursor: pointer;
    user-select: none;
}

.gs-sort-icon[b-w79mas3oqc] {
    vertical-align: middle;
    margin-left: 0.25rem;
    width: 1rem;
    height: 1rem;
}

.gs-table td[b-w79mas3oqc] {
    padding: 0.85rem 1rem;
    color: #1a1a1a;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.gs-table tbody tr:last-child td[b-w79mas3oqc] {
    border-bottom: none;
}

.gs-table tbody tr:hover[b-w79mas3oqc] {
    background-color: #f8fafc;
}

.gs-td-action[b-w79mas3oqc] {
    white-space: nowrap;
}

.gs-td-key[b-w79mas3oqc] {
    color: var(--bo-brand-primary);
    font-weight: 500;
    word-break: break-all;
}

.gs-td-value[b-w79mas3oqc] {
    white-space: pre-wrap;
    word-break: break-word;
}

.gs-row-btn[b-w79mas3oqc] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-family: var(--bo-font-ui);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--bo-brand-secondary);
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.3rem 0.65rem;
    cursor: pointer;
    transition: background-color 0.12s, border-color 0.12s;
}

.gs-row-btn:hover[b-w79mas3oqc] {
    background-color: #f1f5f9;
    border-color: #94a3b8;
}

.gs-pagination-bar[b-w79mas3oqc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.5rem 0;
}

.gs-page-size-wrap[b-w79mas3oqc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gs-page-size-select[b-w79mas3oqc] {
    font-family: var(--bo-font-ui);
    font-size: 0.85rem;
    color: #1a1a1a;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.35rem 1.8rem 0.35rem 0.6rem;
    appearance: none;
    background: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.4rem center;
    background-size: 16px;
    cursor: pointer;
    outline: none;
}

.gs-pagination-controls[b-w79mas3oqc] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.gs-pag-btn[b-w79mas3oqc] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-family: var(--bo-font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    color: #1a1a1a;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.35rem 0.7rem;
    cursor: pointer;
    transition: background-color 0.12s, border-color 0.12s;
}

.gs-pag-btn:hover:not(:disabled)[b-w79mas3oqc] {
    background-color: #f1f5f9;
    border-color: #94a3b8;
}

.gs-pag-btn:disabled[b-w79mas3oqc] {
    opacity: 0.4;
    cursor: not-allowed;
}

.gs-pag-next[b-w79mas3oqc] {
    font-weight: 700;
}

.gs-pag-num[b-w79mas3oqc] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    font-family: var(--bo-font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    cursor: pointer;
    color: #1a1a1a;
    transition: background-color 0.12s;
}

.gs-pag-num:hover[b-w79mas3oqc] {
    background-color: #f1f5f9;
}

.gs-pag-active[b-w79mas3oqc] {
    font-weight: 700;
    border-color: #94a3b8;
}

.gs-pag-ellipsis[b-w79mas3oqc] {
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
    color: #94a3b8;
    padding: 0 0.2rem;
    line-height: 34px;
}
/* /Pages/Index.razor.rz.scp.css */
.home-container[b-1t9qmuh44s] {
    position: relative;
    min-height: calc(100vh - 1.1rem);
    background-color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    z-index: 1;
    margin: -1.1rem -1.5rem -1.1rem -1.5rem;
    font-family: var(--bo-font-ui);
}

@media (min-width: 641px) {
    .home-container[b-1t9qmuh44s] {
        margin: -1.1rem -1.5rem -1.1rem -2rem !important;
        padding: 4rem 6rem;
    }
}

.text-content[b-1t9qmuh44s] {
    max-width: 650px;
    z-index: 5;
    position: relative;
}

.intro-paragraph[b-1t9qmuh44s] {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.6;
    color: var(--bo-brand-primary);
    margin-bottom: 2.5rem;
}

    .intro-paragraph:last-child[b-1t9qmuh44s] {
        margin-bottom: 0;
    }

.shapes-background[b-1t9qmuh44s] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.shape[b-1t9qmuh44s] {
    position: absolute;
    border-radius: 9999px;
}

.shape-1[b-1t9qmuh44s] {
    width: 520px;
    height: 180px;
    background-color: var(--bo-brand-teal);
    top: -50px;
    right: 140px;
    opacity: 0.9;
}

.shape-2[b-1t9qmuh44s] {
    width: 300px;
    height: 150px;
    background-color: var(--bo-brand-teal-light);
    top: 170px;
    right: 360px;
    opacity: 0.9;
}

.shape-2-1[b-1t9qmuh44s] {
    width: 150px;
    height: 150px;
    background-color: var(--bo-brand-teal-light);
    top: 170px;
    right: 720px;
    opacity: 0.9;
}

.shape-3[b-1t9qmuh44s] {
    width: 170px;
    height: 560px;
    background-color: var(--bo-brand-primary);
    top: 160px;
    right: 140px;
    opacity: 0.9;
}

.shape-4[b-1t9qmuh44s] {
    width: 170px;
    height: 160px;
    background-color: var(--bo-brand-secondary);
    top: 160px;
    right: -80px;
    opacity: 0.9;
}

.shape-5[b-1t9qmuh44s] {
    width: 150px;
    height: 360px;
    background-color: var(--bo-brand-primary);
    top: 360px;
    right: -60px;
    opacity: 0.9;
}

.shape-5-1[b-1t9qmuh44s] {
    width: 150px;
    height: 150px;
    background-color: var(--bo-brand-primary);
    top: 760px;
    right: -60px;
    opacity: 0.9;
}

@media (max-width: 992px) {
    .shapes-background[b-1t9qmuh44s] {
        opacity: 0.3;
    }

    .home-container[b-1t9qmuh44s] {
        padding: 3rem 2rem;
    }
}
/* /Pages/Quotations/QuotationDetail.razor.rz.scp.css */
.qt-detail-header[b-g3aqc19huh] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.qt-back-btn[b-g3aqc19huh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0.1rem;
    cursor: pointer;
    color: var(--bo-brand-primary);
    transition: opacity 0.15s;
}

    .qt-back-btn:hover[b-g3aqc19huh] {
        opacity: 0.7;
    }

    .qt-back-btn .bo-icon svg[b-g3aqc19huh] {
        width: 1.3rem;
        height: 1.3rem;
    }

.qt-detail-title[b-g3aqc19huh] {
    font-family: var(--bo-font-ui);
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
}

    .qt-detail-title strong[b-g3aqc19huh] {
        font-weight: 700;
        color: #1a1a1a;
    }

.qt-pill-tabs[b-g3aqc19huh] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.qt-pill[b-g3aqc19huh] {
    font-family: var(--bo-font-ui);
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a1a;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 50px;
    padding: 0.4rem 1.1rem;
    cursor: pointer;
    transition: background-color 0.12s, border-color 0.12s, color 0.12s;
    white-space: nowrap;
}

    .qt-pill:hover[b-g3aqc19huh] {
        border-color: var(--bo-brand-primary);
        color: var(--bo-brand-primary);
    }

.qt-pill-active[b-g3aqc19huh] {
    background-color: #ffffff;
    border-color: #c8cdd4;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #1a1a1a;
}

.qt-loading-row[b-g3aqc19huh] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.qt-empty[b-g3aqc19huh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: var(--bo-text-idle);
    gap: 0.75rem;
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
}

.qt-empty[b-g3aqc19huh]  .qt-empty-icon {
    opacity: 0.35;
}

.qt-detail-body[b-g3aqc19huh]  .qt-field {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    margin-bottom: 1.15rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-field-label {
    font-family: var(--bo-font-ui);
    font-size: 0.78rem;
    font-weight: 400;
    color: #64748b;
}

.qt-detail-body[b-g3aqc19huh]  .qt-field-value {
    font-family: var(--bo-font-ui);
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
    word-break: break-word;
}

.qt-detail-body[b-g3aqc19huh]  .qt-section-title {
    font-family: var(--bo-font-ui);
    font-size: 1rem;
    font-weight: 600;
    color: var(--bo-brand-primary);
    margin: 1.5rem 0 1rem 0;
}

.qt-detail-body[b-g3aqc19huh]  .qt-inner-table {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--bo-font-body);
    font-size: 0.88rem;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.qt-detail-body[b-g3aqc19huh]  .qt-inner-table th {
    padding: 0.7rem 1rem;
    text-align: left;
    font-family: var(--bo-font-ui);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--bo-brand-primary);
    border-bottom: 1.5px solid #e2e8f0;
    white-space: nowrap;
}

.qt-detail-body[b-g3aqc19huh]  .qt-inner-table td {
    padding: 0.75rem 1rem;
    color: #1a1a1a;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.qt-detail-body[b-g3aqc19huh]  .qt-inner-table tbody tr:last-child td {
    border-bottom: none;
}

.qt-detail-body[b-g3aqc19huh]  .qt-loading-row {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-muted {
    color: var(--bo-text-idle);
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-status-flow {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 1.5rem 0;
}

.qt-detail-body[b-g3aqc19huh]  .qt-status-node {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 130px;
}

.qt-detail-body[b-g3aqc19huh]  .qt-status-node-name {
    font-family: var(--bo-font-ui);
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--bo-brand-primary);
}

.qt-detail-body[b-g3aqc19huh]  .qt-status-node-date,
.qt-detail-body[b-g3aqc19huh]  .qt-status-node-author {
    font-family: var(--bo-font-ui);
    font-size: 0.75rem;
    color: #64748b;
}

.qt-detail-body[b-g3aqc19huh]  .qt-status-arrow {
    align-self: center;
    color: #94a3b8;
    font-size: 1.1rem;
    line-height: 1;
}

.qt-detail-body[b-g3aqc19huh]  .qt-badge-pending {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.1rem 0.55rem;
    border-radius: 50px;
    background-color: #fff3cd;
    color: #7a5b00;
    font-family: var(--bo-font-ui);
    font-size: 0.72rem;
    font-weight: 600;
}

.qt-detail-body[b-g3aqc19huh]  .qt-download-link {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--bo-brand-secondary);
    font-family: var(--bo-font-ui);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
}

.qt-detail-body[b-g3aqc19huh]  .qt-download-link:hover {
    text-decoration: underline;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-thread {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 0.25rem;
    width: 100%;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-empty {
    color: var(--bo-text-idle);
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
    font-style: italic;
    margin: 0;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment {
    border: 1px solid #e2e8f0;
    border-left: 3px solid var(--bo-brand-primary);
    border-radius: 6px;
    background-color: #f8f9fa;
    padding: 0.5rem 0.75rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment--additional {
    border-left-color: orange;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment--public {
    border-left-color: #198754;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment--internal {
    border-left-color: #6c757d;
    background-color: #f1f3f5;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
    font-family: var(--bo-font-ui);
    font-size: 0.8rem;
    margin-bottom: 0.35rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-author {
    font-weight: 600;
    color: var(--bo-brand-primary);
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-visibility {
    border-radius: 10px;
    padding: 0.05rem 0.5rem;
    font-size: 0.7rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-visibility-internal {
    background-color: #6c757d;
    color: #ffffff;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-visibility-public {
    background-color: #198754;
    color: #ffffff;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-date {
    color: #6c757d;
    margin-left: auto;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-body {
    font-family: var(--bo-font-body);
    font-size: 0.9rem;
    color: #1a1a1a;
    white-space: pre-wrap;
    word-break: break-word;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-compose {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 0.75rem;
    margin-bottom: 1rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-input {
    width: 100%;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    resize: vertical;
    font-family: var(--bo-font-body);
    font-size: 0.9rem;
    color: #1a1a1a;
    box-sizing: border-box;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-input:focus {
    outline: none;
    border-color: var(--bo-brand-primary);
    box-shadow: 0 0 0 3px rgba(23, 49, 106, 0.1);
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-compose-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-visibility-toggle {
    display: inline-flex;
    border: 1px solid #dee2e6;
    border-radius: 999px;
    background-color: #f1f3f5;
    padding: 0.15rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-visibility-option {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 0;
    background: transparent;
    border-radius: 999px;
    padding: 0.3rem 0.9rem;
    font-family: var(--bo-font-ui);
    font-size: 0.8rem;
    font-weight: 600;
    color: #6c757d;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.qt-detail-body[b-g3aqc19huh]  .qt-visibility-option:hover:not(:disabled):not(.is-active) {
    color: #343a40;
}

.qt-detail-body[b-g3aqc19huh]  .qt-visibility-option:disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.qt-detail-body[b-g3aqc19huh]  .qt-visibility-option--internal.is-active {
    background-color: #6c757d;
    color: #ffffff;
}

.qt-detail-body[b-g3aqc19huh]  .qt-visibility-option--public.is-active {
    background-color: #198754;
    color: #ffffff;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-actions {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-counter {
    font-family: var(--bo-font-ui);
    font-size: 0.75rem;
    color: #adb5bd;
    font-variant-numeric: tabular-nums;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-submit {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    border: 0;
    border-radius: 999px;
    background-color: var(--bo-brand-primary);
    color: #ffffff;
    font-family: var(--bo-font-ui);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.4rem 1.1rem;
    cursor: pointer;
    transition: opacity 0.15s ease;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-submit:hover:not(:disabled) {
    opacity: 0.9;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-submit:disabled {
    cursor: not-allowed;
    background-color: #ced4da;
    color: #f8f9fa;
}

.qt-detail-body[b-g3aqc19huh]  .qt-comment-hint {
    font-family: var(--bo-font-ui);
    font-size: 0.75rem;
    color: #6c757d;
    margin: 0.6rem 0 0;
}
/* /Pages/Quotations/QuotationsFilter.razor.rz.scp.css */
.qt-page-title[b-1dancd6iaz] {
    font-family: var(--bo-font-ui);
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--bo-brand-primary);
    margin: 0 0 1.75rem 0;
}

.qt-filter-row[b-1dancd6iaz] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.qt-filter-field[b-1dancd6iaz] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 240px;
}

.qt-filter-label[b-1dancd6iaz] {
    font-family: var(--bo-font-ui);
    font-size: 0.83rem;
    font-weight: 400;
    color: #1a1a1a;
}

.qt-input-wrap[b-1dancd6iaz] {
    position: relative;
    display: flex;
    align-items: center;
}

.qt-input[b-1dancd6iaz] {
    font-family: var(--bo-font-body);
    font-size: 0.9rem;
    color: #1a1a1a;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.55rem 0.8rem;
    background: #ffffff;
    outline: none;
    width: 100%;
    transition: border-color 0.15s, box-shadow 0.15s;
    height: 44px;
    box-sizing: border-box;
}

.qt-input:focus[b-1dancd6iaz] {
    border-color: var(--bo-brand-primary);
    box-shadow: 0 0 0 3px rgba(23, 49, 106, 0.1);
}

.qt-search-action[b-1dancd6iaz] {
    margin-bottom: 1.5rem;
}

.qt-btn-search[b-1dancd6iaz] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--bo-font-ui);
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background-color: var(--bo-brand-primary);
    border: none;
    border-radius: 10px;
    padding: 0.7rem 1.75rem;
    cursor: pointer;
    transition: background-color 0.15s;
    letter-spacing: 0.01em;
}

.qt-btn-search:hover:not(:disabled)[b-1dancd6iaz] {
    background-color: #1a3d82;
}

.qt-btn-search:disabled[b-1dancd6iaz] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* /Pages/Quotations/QuotationsResults.razor.rz.scp.css */
.qt-loading-row[b-y1zyehlk2z] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}

.qt-empty[b-y1zyehlk2z] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: var(--bo-text-idle);
    gap: 0.75rem;
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
}

.qt-empty[b-y1zyehlk2z]  .qt-empty-icon {
    opacity: 0.35;
}

.qt-table-wrap[b-y1zyehlk2z] {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
}

.qt-table[b-y1zyehlk2z] {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--bo-font-body);
    font-size: 0.88rem;
    background: #ffffff;
    table-layout: fixed;
}

.qt-table thead tr[b-y1zyehlk2z] {
    background: #ffffff;
    border-bottom: 1.5px solid #e2e8f0;
}

.qt-table th[b-y1zyehlk2z] {
    padding: 0.75rem 1rem;
    text-align: left;
    font-family: var(--bo-font-ui);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--bo-brand-primary);
    white-space: nowrap;
}

.qt-th-action[b-y1zyehlk2z] {
    width: 70px;
}

.qt-th-sortable[b-y1zyehlk2z] {
    cursor: pointer;
    user-select: none;
}

.qt-sort-icon[b-y1zyehlk2z] {
    vertical-align: middle;
    margin-left: 0.25rem;
    width: 1rem;
    height: 1rem;
}

.qt-table td[b-y1zyehlk2z] {
    padding: 0.85rem 1rem;
    color: #1a1a1a;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
}

.qt-table tbody tr:last-child td[b-y1zyehlk2z] {
    border-bottom: none;
}

.qt-table tbody tr:hover[b-y1zyehlk2z] {
    background-color: #f8fafc;
}

.qt-td-action[b-y1zyehlk2z] {
    white-space: nowrap;
}

.qt-td-number[b-y1zyehlk2z] {
    color: var(--bo-brand-primary);
    font-weight: 500;
}

.qt-row-btn[b-y1zyehlk2z] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    color: var(--bo-brand-secondary);
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.3rem 0.5rem;
    cursor: pointer;
    transition: background-color 0.12s, border-color 0.12s;
}

.qt-row-btn:hover[b-y1zyehlk2z] {
    background-color: #f1f5f9;
    border-color: #94a3b8;
}

.qt-pagination-bar[b-y1zyehlk2z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.5rem 0;
}

.qt-page-size-wrap[b-y1zyehlk2z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.qt-page-size-select[b-y1zyehlk2z] {
    font-family: var(--bo-font-ui);
    font-size: 0.85rem;
    color: #1a1a1a;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.35rem 1.8rem 0.35rem 0.6rem;
    appearance: none;
    background: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.4rem center;
    background-size: 16px;
    cursor: pointer;
    outline: none;
}

.qt-pagination-controls[b-y1zyehlk2z] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.qt-pag-btn[b-y1zyehlk2z] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-family: var(--bo-font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    color: #1a1a1a;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.35rem 0.7rem;
    cursor: pointer;
    transition: background-color 0.12s, border-color 0.12s;
}

.qt-pag-btn:hover:not(:disabled)[b-y1zyehlk2z] {
    background-color: #f1f5f9;
    border-color: #94a3b8;
}

.qt-pag-btn:disabled[b-y1zyehlk2z] {
    opacity: 0.4;
    cursor: not-allowed;
}

.qt-pag-next[b-y1zyehlk2z] {
    font-weight: 700;
}

.qt-pag-num[b-y1zyehlk2z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    font-family: var(--bo-font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    cursor: pointer;
    color: #1a1a1a;
    transition: background-color 0.12s;
}

.qt-pag-num:hover[b-y1zyehlk2z] {
    background-color: #f1f5f9;
}

.qt-pag-active[b-y1zyehlk2z] {
    font-weight: 700;
    border-color: #94a3b8;
}

.qt-pag-ellipsis[b-y1zyehlk2z] {
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
    color: #94a3b8;
    padding: 0 0.2rem;
    line-height: 34px;
}
/* /Pages/Security/SecurityDetailView.razor.rz.scp.css */
.sec-detail-header[b-nf83i00k7h] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 1.25rem;
}

.sec-back-btn[b-nf83i00k7h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0.1rem;
    cursor: pointer;
    color: var(--bo-brand-primary);
    transition: opacity 0.15s;
}

    .sec-back-btn:hover[b-nf83i00k7h] {
        opacity: 0.7;
    }

    .sec-back-btn .bo-icon svg[b-nf83i00k7h] {
        width: 1.3rem;
        height: 1.3rem;
    }

.sec-detail-title[b-nf83i00k7h] {
    font-family: var(--bo-font-ui);
    font-size: 1rem;
    font-weight: 400;
    color: #1a1a1a;
}

    .sec-detail-title strong[b-nf83i00k7h] {
        font-weight: 700;
        color: #1a1a1a;
    }

.sec-pill-tabs[b-nf83i00k7h] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
}

.sec-pill[b-nf83i00k7h] {
    font-family: var(--bo-font-ui);
    font-size: 0.85rem;
    font-weight: 500;
    color: #1a1a1a;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 50px;
    padding: 0.4rem 1.1rem;
    cursor: pointer;
    transition: background-color 0.12s, border-color 0.12s, color 0.12s;
    white-space: nowrap;
}

    .sec-pill:hover[b-nf83i00k7h] {
        border-color: var(--bo-brand-primary);
        color: var(--bo-brand-primary);
    }

.sec-pill-active[b-nf83i00k7h] {
    background-color: #ffffff;
    border-color: #c8cdd4;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #1a1a1a;
}

.sec-detail-body[b-nf83i00k7h] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 480px;
}

.sec-detail-field[b-nf83i00k7h] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.sec-detail-label[b-nf83i00k7h] {
    font-family: var(--bo-font-ui);
    font-size: 0.78rem;
    font-weight: 400;
    color: #64748b;
}

.sec-detail-value[b-nf83i00k7h] {
    font-family: var(--bo-font-ui);
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a1a1a;
}

.sec-detail-blue[b-nf83i00k7h] {
    color: var(--bo-brand-primary);
}

.sec-detail-date[b-nf83i00k7h] {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--bo-brand-primary);
}

.sec-detail-actions[b-nf83i00k7h] {
    margin-top: 0.5rem;
}

.sec-btn-deactivate[b-nf83i00k7h] {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-family: var(--bo-font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    color: #1a1a1a;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.5rem 1.25rem;
    cursor: pointer;
    transition: background-color 0.12s, border-color 0.12s;
}

    .sec-btn-deactivate:hover:not(:disabled)[b-nf83i00k7h] {
        background-color: #f1f5f9;
        border-color: #94a3b8;
    }

    .sec-btn-deactivate:disabled[b-nf83i00k7h] {
        opacity: 0.5;
        cursor: not-allowed;
    }

.sec-role-row[b-nf83i00k7h] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.45rem 0;
}

.sec-role-disabled[b-nf83i00k7h] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.sec-role-readonly[b-nf83i00k7h] {
    opacity: 0.75;
}

.sec-role-lock[b-nf83i00k7h] {
    margin-left: 0.4rem;
    padding: 0.05rem 0.4rem;
    border: 1px solid #c8cdd4;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 500;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.sec-role-check[b-nf83i00k7h] {
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: #c8cdd4;
}

    .sec-role-check svg[b-nf83i00k7h] {
        width: 1.1rem;
        height: 1.1rem;
    }

.sec-role-check-active[b-nf83i00k7h] {
    color: var(--bo-brand-teal);
}

.sec-role-check-inactive[b-nf83i00k7h] {
    color: #c8cdd4;
}

.sec-role-text[b-nf83i00k7h] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.sec-role-name[b-nf83i00k7h] {
    font-family: var(--bo-font-ui);
    font-size: 0.78rem;
    font-weight: 400;
    color: #64748b;
}

.sec-role-desc[b-nf83i00k7h] {
    font-family: var(--bo-font-ui);
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--bo-brand-primary);
}

.sec-loading-row[b-nf83i00k7h] {
    display: flex;
    justify-content: center;
    padding: 3rem;
    color: var(--bo-brand-secondary);
    font-size: 1.5rem;
}
/* /Pages/Security/SecuritySearchFilter.razor.rz.scp.css */
.sec-page-title[b-31fntoyt1v] {
    font-family: var(--bo-font-ui);
    font-size: 1.45rem;
    font-weight: 600;
    color: var(--bo-brand-primary);
    margin: 0 0 1.75rem 0;
}

.sec-filter-row[b-31fntoyt1v] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.sec-filter-field[b-31fntoyt1v] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    min-width: 180px;
}

.sec-filter-label[b-31fntoyt1v] {
    font-family: var(--bo-font-ui);
    font-size: 0.83rem;
    font-weight: 400;
    color: #1a1a1a;
}

.sec-input-wrap[b-31fntoyt1v] {
    position: relative;
    display: flex;
    align-items: center;
}

.sec-input[b-31fntoyt1v] {
    font-family: var(--bo-font-body);
    font-size: 0.9rem;
    color: #1a1a1a;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.55rem 0.8rem;
    background: #ffffff;
    outline: none;
    width: 100%;
    transition: border-color 0.15s, box-shadow 0.15s;
    height: 44px;
    box-sizing: border-box;
}

    .sec-input:focus[b-31fntoyt1v] {
        border-color: var(--bo-brand-primary);
        box-shadow: 0 0 0 3px rgba(23, 49, 106, 0.1);
    }

.sec-input-icon[b-31fntoyt1v] {
    position: absolute;
    right: 0.65rem;
    color: #94a3b8;
    pointer-events: none;
}

    .sec-input-icon svg[b-31fntoyt1v] {
        width: 1.1rem;
        height: 1.1rem;
    }

.sec-select[b-31fntoyt1v] {
    cursor: pointer;
    appearance: none;
    padding-right: 2.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    background-size: 18px;
}

.sec-filter-check[b-31fntoyt1v] {
    flex-direction: column;
    gap: 0.4rem;
    min-width: auto;
}

.sec-checkbox[b-31fntoyt1v] {
    width: 18px;
    height: 18px;
    accent-color: var(--bo-brand-primary);
    cursor: pointer;
    margin-top: 2px;
}

.sec-search-action[b-31fntoyt1v] {
    margin-bottom: 1.5rem;
}

.sec-btn-search[b-31fntoyt1v] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-family: var(--bo-font-ui);
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background-color: var(--bo-brand-primary);
    border: none;
    border-radius: 10px;
    padding: 0.7rem 1.75rem;
    cursor: pointer;
    transition: background-color 0.15s;
    letter-spacing: 0.01em;
}

    .sec-btn-search:hover:not(:disabled)[b-31fntoyt1v] {
        background-color: #1a3d82;
    }

    .sec-btn-search:disabled[b-31fntoyt1v] {
        opacity: 0.6;
        cursor: not-allowed;
    }

    .sec-btn-search .bo-icon svg[b-31fntoyt1v] {
        width: 1.15rem;
        height: 1.15rem;
    }

/* /Pages/Security/SecuritySearchResults.razor.rz.scp.css */
.sec-results-tag[b-70v1yctpri] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-family: var(--bo-font-ui);
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--bo-brand-teal);
    margin-bottom: 0.5rem;
}

.sec-tag-dot[b-70v1yctpri] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--bo-brand-teal);
    flex-shrink: 0;
}

.sec-table-wrap[b-70v1yctpri] {
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 0;
}

.sec-table[b-70v1yctpri] {
    width: 100%;
    border-collapse: collapse;
    font-family: var(--bo-font-body);
    font-size: 0.88rem;
    background: #ffffff;
}

    .sec-table thead tr[b-70v1yctpri] {
        background: #ffffff;
        border-bottom: 1.5px solid #e2e8f0;
    }

    .sec-table th[b-70v1yctpri] {
        padding: 0.75rem 1rem;
        text-align: left;
        font-family: var(--bo-font-ui);
        font-size: 0.82rem;
        font-weight: 600;
        color: var(--bo-brand-primary);
        white-space: nowrap;
    }

.sec-th-sortable[b-70v1yctpri] {
    cursor: pointer;
    user-select: none;
}

.sec-sort-icon[b-70v1yctpri] {
    vertical-align: middle;
    margin-left: 0.25rem;
    width: 1rem;
    height: 1rem;
}

.sec-th-icon[b-70v1yctpri] {
    width: 40px;
    padding-left: 1rem;
}

.sec-table td[b-70v1yctpri] {
    padding: 0.85rem 1rem;
    color: #1a1a1a;
    border-bottom: 1px solid #f1f5f9;
    vertical-align: middle;
}

.sec-table tbody tr:last-child td[b-70v1yctpri] {
    border-bottom: none;
}

.sec-table tbody tr[b-70v1yctpri] {
    cursor: pointer;
    transition: background-color 0.1s;
}

    .sec-table tbody tr:not(.sec-row-teal):hover[b-70v1yctpri] {
        background-color: #f8fafc;
    }

.sec-row-green[b-70v1yctpri] {
    color: #16a34a !important;
}

.sec-row-teal[b-70v1yctpri] {
    background-color: var(--bo-brand-teal) !important;
}

.sec-td-teal-text[b-70v1yctpri] {
    color: #ffffff !important;
}

.sec-td-icon[b-70v1yctpri] {
    width: 40px;
    color: var(--bo-brand-secondary);
}

.sec-row-btn[b-70v1yctpri] {
    display: inline-flex;
    cursor: pointer;
}

.sec-row-eye[b-70v1yctpri] {
    color: var(--bo-brand-secondary);
}

    .sec-row-eye svg[b-70v1yctpri] {
        width: 1.1rem;
        height: 1.1rem;
    }

.sec-row-plus[b-70v1yctpri] {
    color: #ffffff;
}

    .sec-row-plus svg[b-70v1yctpri] {
        width: 1.15rem;
        height: 1.15rem;
    }

.sec-td-login[b-70v1yctpri] {
    color: var(--bo-brand-primary);
    font-weight: 500;
}

.sec-pagination-bar[b-70v1yctpri] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0.5rem 0;
}

.sec-page-size-wrap[b-70v1yctpri] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sec-page-size-select[b-70v1yctpri] {
    font-family: var(--bo-font-ui);
    font-size: 0.85rem;
    color: #1a1a1a;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.35rem 1.8rem 0.35rem 0.6rem;
    appearance: none;
    background: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.4rem center;
    background-size: 16px;
    cursor: pointer;
    outline: none;
}

.sec-pagination-controls[b-70v1yctpri] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.sec-pag-btn[b-70v1yctpri] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    font-family: var(--bo-font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    color: #1a1a1a;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.35rem 0.7rem;
    cursor: pointer;
    transition: background-color 0.12s, border-color 0.12s;
}

    .sec-pag-btn:hover:not(:disabled)[b-70v1yctpri] {
        background-color: #f1f5f9;
        border-color: #94a3b8;
    }

    .sec-pag-btn:disabled[b-70v1yctpri] {
        opacity: 0.4;
        cursor: not-allowed;
    }

    .sec-pag-btn .bo-icon svg[b-70v1yctpri] {
        width: 1rem;
        height: 1rem;
    }

.sec-pag-next[b-70v1yctpri] {
    font-weight: 700;
}

.sec-pag-num[b-70v1yctpri] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    font-family: var(--bo-font-ui);
    font-size: 0.88rem;
    font-weight: 500;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    cursor: pointer;
    color: #1a1a1a;
    transition: background-color 0.12s;
}

    .sec-pag-num:hover[b-70v1yctpri] {
        background-color: #f1f5f9;
    }

.sec-pag-active[b-70v1yctpri] {
    font-weight: 700;
    border-color: #94a3b8;
}

.sec-pag-ellipsis[b-70v1yctpri] {
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
    color: #94a3b8;
    padding: 0 0.2rem;
    line-height: 34px;
}

.sec-empty[b-70v1yctpri] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: var(--bo-text-idle);
    gap: 0.75rem;
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
}

.sec-empty-icon[b-70v1yctpri] {
    opacity: 0.35;
}

    .sec-empty-icon svg[b-70v1yctpri] {
        width: 2.5rem;
        height: 2.5rem;
    }

.sec-loading-row[b-70v1yctpri] {
    display: flex;
    justify-content: center;
    padding: 3rem;
}
/* /Shared/Components/AutocompleteSelect.razor.rz.scp.css */
.bo-ac[b-wgvuwviuj0] {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.bo-ac-input[b-wgvuwviuj0] {
    font-family: var(--bo-font-body);
    font-size: 0.9rem;
    color: #1a1a1a;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    padding: 0.55rem 2.4rem 0.55rem 0.8rem;
    background: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24'%3E%3Cpath fill='%23555' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.6rem center;
    background-size: 18px;
    outline: none;
    width: 100%;
    height: 44px;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.bo-ac-input:focus[b-wgvuwviuj0] {
    border-color: var(--bo-brand-primary);
    box-shadow: 0 0 0 3px rgba(23, 49, 106, 0.1);
}

.bo-ac-disabled .bo-ac-input[b-wgvuwviuj0] {
    opacity: 0.6;
    cursor: not-allowed;
}

.bo-ac-list[b-wgvuwviuj0] {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    right: 0;
    margin: 4px 0 0;
    padding: 0.25rem;
    list-style: none;
    max-height: 240px;
    overflow-y: auto;
    background: #ffffff;
    border: 1.5px solid #c8cdd4;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(23, 49, 106, 0.12);
}

.bo-ac-item[b-wgvuwviuj0] {
    padding: 0.5rem 0.65rem;
    border-radius: 6px;
    font-family: var(--bo-font-body);
    font-size: 0.9rem;
    color: #1a1a1a;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bo-ac-item:hover[b-wgvuwviuj0] {
    background: #f1f5f9;
}

.bo-ac-item-active[b-wgvuwviuj0] {
    background: #e7f1ff;
    font-weight: 600;
    color: var(--bo-brand-primary);
}
/* /Shared/Components/PlanicareLoader.razor.rz.scp.css */
.pl-loader[b-l5u2favvjg] {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.pl-mark[b-l5u2favvjg] {
    display: block;
    animation: pl-breathe-b-l5u2favvjg 2.4s ease-in-out infinite;
}

/* Each capsule/dot blooms on its own, staggered outward from the centre of the mark. */
.pl-s[b-l5u2favvjg] {
    transform-box: fill-box; /* so transform-origin resolves per shape, not per svg */
    transform-origin: center;
    animation: pl-bloom-b-l5u2favvjg 1.44s ease-in-out infinite;
    animation-delay: calc(var(--i) * 60ms);
}

@keyframes pl-bloom-b-l5u2favvjg {
    0% {
        opacity: 0.15;
        transform: scale(0.7);
    }

    25% {
        opacity: 1;
        transform: scale(1.06);
    }

    45% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0.15;
        transform: scale(0.7);
    }
}

@keyframes pl-breathe-b-l5u2favvjg {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

.pl-label[b-l5u2favvjg] {
    font-family: var(--bo-font-ui);
    font-size: 0.8125rem;
    color: var(--bo-text-idle);
    animation: pl-breathe-b-l5u2favvjg 2.4s ease-in-out infinite;
}

@keyframes pl-fade-b-l5u2favvjg {
    from {
        opacity: 0.45;
    }

    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pl-mark[b-l5u2favvjg], .pl-label[b-l5u2favvjg] {
        animation: none;
    }

    .pl-s[b-l5u2favvjg] {
        animation: pl-fade-b-l5u2favvjg 1.6s ease-in-out infinite alternate;
        animation-delay: 0s;
    }
}
/* /Shared/Components/Toast.razor.rz.scp.css */
.c-toast[b-11a5qmhq1j] {
    position: fixed;
    z-index: 1500;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s;
    --toast-color: #3EB7ED;
    --toast-color-dark: #2E89B2;
}

    .c-toast > .icon[b-11a5qmhq1j] {
        position: absolute;
        top: -4px;
        left: 24px;
        width: 40px;
        height: 40px;
        padding: 8px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .c-toast > .icon[b-11a5qmhq1j]:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 999px;
            border-bottom-left-radius: 0;
            transform: rotate(-45deg);
            background: var(--toast-color-dark);
        }

        .c-toast > .icon[b-11a5qmhq1j]  svg {
            position: relative;
            z-index: 2;
        }

    .c-toast > .close[b-11a5qmhq1j] {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        padding: 0;
        background: transparent;
        border: 0;
        color: white;
        font-weight: 700;
    }

    .c-toast > .wrapper[b-11a5qmhq1j] {
        margin: 16px;
        border-radius: 12px;
        background: var(--toast-color);
        color: #fff;
        padding: 12px;
        padding-left: 52px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

        .c-toast > .wrapper > .title[b-11a5qmhq1j] {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            line-height: 1.25;
            font-size: 16px;
            font-weight: 600;
        }

        .c-toast > .wrapper > .text[b-11a5qmhq1j] {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            line-height: 1.25;
            font-size: 14px;
        }

            .c-toast > .wrapper > .text[b-11a5qmhq1j]  > div + div {
                margin-top: 8px;
                padding-top: 8px;
                border-top: 1px solid rgba(255, 255, 255, 0.3);
            }

    .c-toast[b-11a5qmhq1j]  path {
        fill: #fff !important;
    }

    .c-toast.is-open[b-11a5qmhq1j] {
        opacity: 1;
        pointer-events: all;
    }

    .c-toast.type-success[b-11a5qmhq1j] {
        --toast-color: #28AF9E;
        --toast-color-dark: #04675a;
    }

    .c-toast.type-error[b-11a5qmhq1j] {
        --toast-color: #b61818;
        --toast-color-dark: #7a1414;
    }

    .c-toast.type-warning[b-11a5qmhq1j] {
        --toast-color: #dfa40c;
        --toast-color-dark: #bf7301;
    }
/* /Shared/Components/ToggleSwitch.razor.rz.scp.css */
.bo-switch[b-f06poizhut] {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    width: 44px;
    height: 24px;
    padding: 0;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background-color 0.18s ease;
}

.bo-switch-on[b-f06poizhut] {
    background-color: var(--bo-brand-primary);
}

.bo-switch-off[b-f06poizhut] {
    background-color: #c8cdd4;
}

.bo-switch:disabled[b-f06poizhut] {
    opacity: 0.5;
    cursor: not-allowed;
}

.bo-switch:focus-visible[b-f06poizhut] {
    outline: 3px solid rgba(23, 49, 106, 0.25);
    outline-offset: 2px;
}

.bo-switch-knob[b-f06poizhut] {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transition: transform 0.18s ease;
}

.bo-switch-on .bo-switch-knob[b-f06poizhut] {
    transform: translateX(20px);
}
/* /Shared/LoadingTransition.razor.rz.scp.css */
.loading-transition-wrapper[b-aleybtn3t1] {
    position: relative;
    min-height: 200px;
}

.loading-overlay[b-aleybtn3t1] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);
    border-radius: inherit;
    animation: fadeIn-b-aleybtn3t1 0.2s ease-in-out;
    z-index: 10;
}

@keyframes fadeIn-b-aleybtn3t1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-datbx478g9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-datbx478g9] {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sidebar[b-datbx478g9] {
    background-color: var(--bo-sidebar-bg);
    box-shadow: 2px 0 8px var(--bo-sidebar-border);
    z-index: 70;
    display: flex;
    flex-direction: column;
}

/* ── Top bar ─────────────────────────────────────────────────────────── */
.top-bar[b-datbx478g9] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 1rem 2rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
    pointer-events: none;
}

    .top-bar[b-datbx478g9] >  * {
        pointer-events: all;
    }

@media (max-width: 640.98px) {
    .page[b-datbx478g9] {
        flex-direction: row;
    }

    .sidebar[b-datbx478g9] {
        width: 64px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .top-bar[b-datbx478g9] {
        padding: 0.75rem 1rem;
    }

    article[b-datbx478g9] {
        padding-left: 1rem !important;
        padding-right: 0.75rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-datbx478g9] {
        flex-direction: row;
    }

    .sidebar[b-datbx478g9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }

    .top-bar[b-datbx478g9] {
        padding: 1.25rem 2rem;
    }

    article[b-datbx478g9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/Narrow.razor.rz.scp.css */
.shapes-background[b-2a79x9luym] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.shape[b-2a79x9luym] {
    position: absolute;
    border-radius: 9999px;
}

.shape-1[b-2a79x9luym] {
    width: 520px;
    height: 180px;
    background-color: var(--bo-brand-teal);
    top: -50px;
    right: 140px;
    opacity: 0.9;
}

.shape-2[b-2a79x9luym] {
    width: 300px;
    height: 150px;
    background-color: var(--bo-brand-teal-light);
    top: 170px;
    right: 360px;
    opacity: 0.9;
}

.shape-2-1[b-2a79x9luym] {
    width: 150px;
    height: 150px;
    background-color: var(--bo-brand-teal-light);
    top: 170px;
    right: 720px;
    opacity: 0.9;
}

.shape-3[b-2a79x9luym] {
    width: 170px;
    height: 560px;
    background-color: var(--bo-brand-primary);
    top: 160px;
    right: 140px;
    opacity: 0.9;
}

.shape-4[b-2a79x9luym] {
    width: 170px;
    height: 160px;
    background-color: var(--bo-brand-secondary);
    top: 160px;
    right: -80px;
    opacity: 0.9;
}

.shape-5[b-2a79x9luym] {
    width: 150px;
    height: 360px;
    background-color: var(--bo-brand-primary);
    top: 360px;
    right: -60px;
    opacity: 0.9;
}

.shape-5-1[b-2a79x9luym] {
    width: 150px;
    height: 150px;
    background-color: var(--bo-brand-primary);
    top: 760px;
    right: -60px;
    opacity: 0.9;
}

.shapes-background[b-2a79x9luym] {
    opacity: 0.3;
}

@media (max-width: 992px) {
    .home-container[b-2a79x9luym] {
        padding: 3rem 2rem;
    }
}
/* /Shared/NavLayout/MenuEntry.razor.rz.scp.css */
.c-menu-entry[b-qo5xr7hrca] {
    --menu-entry-color: var(--bo-text-idle);
    display: block;
    position: relative;
    width: 100%;
    border: 0;
    background: transparent;
    text-align: left;
    color: var(--menu-entry-color);
    transition: background-color 0.2s;
    cursor: pointer;
    border-radius: 8px;
    font-family: var(--bo-font-ui);
    font-size: 0.9rem;
}

    .c-menu-entry *[b-qo5xr7hrca] {
        cursor: pointer;
    }

    .c-menu-entry > .wrapper[b-qo5xr7hrca] {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0.5rem 1.5rem 0.5rem 1rem;
        gap: 0.5rem;
    }

    .c-menu-entry .menu-icon[b-qo5xr7hrca] {
        flex-shrink: 0;
        opacity: 0.8;
    }

        .c-menu-entry .menu-icon svg[b-qo5xr7hrca] {
            width: 1.2rem;
            height: 1.2rem;
        }

    .c-menu-entry:hover[b-qo5xr7hrca] {
        background-color: var(--bo-accent-hover-bg);
    }

        .c-menu-entry:hover .menu-icon[b-qo5xr7hrca] {
            opacity: 1;
        }

            .c-menu-entry:hover .menu-icon svg[b-qo5xr7hrca] {
                filter: drop-shadow(0 0 1px currentColor);
            }

    .c-menu-entry .label[b-qo5xr7hrca] {
        flex: 1;
        font-weight: 500;
        font-size: 0.9rem;
    }

    .c-menu-entry .icon[b-qo5xr7hrca] {
        opacity: 0.7;
        margin-left: auto;
        pointer-events: none;
    }

        .c-menu-entry .icon svg[b-qo5xr7hrca] {
            width: 1rem;
            height: 1rem;
        }

    .c-menu-entry .wrapper[b-qo5xr7hrca] {
        cursor: pointer;
    }

    .c-menu-entry .sub-menu[b-qo5xr7hrca] {
        padding-top: 0;
        display: grid;
        grid-template-rows: 0fr;
        opacity: 0;
        transition: grid-template-rows 0.4s, opacity 0.2s;
    }

        .c-menu-entry .sub-menu > .wrapper[b-qo5xr7hrca] {
            overflow: hidden;
        }

    .c-menu-entry.is-expanded .sub-menu[b-qo5xr7hrca] {
        grid-template-rows: 1fr;
        opacity: 1;
    }

    .c-menu-entry.is-sub-menu[b-qo5xr7hrca] {
        padding-left: 1.75rem;
        font-size: 0.85rem;
    }

        .c-menu-entry.is-sub-menu > .wrapper[b-qo5xr7hrca] {
            padding: 0.35rem 1rem 0.35rem 0;
        }

        .c-menu-entry.is-sub-menu .menu-icon[b-qo5xr7hrca] {
            opacity: 0.7;
        }

            .c-menu-entry.is-sub-menu .menu-icon svg[b-qo5xr7hrca] {
                width: 0.8rem;
                height: 0.8rem;
            }

        .c-menu-entry.is-sub-menu .label[b-qo5xr7hrca] {
            font-size: 0.85rem;
        }

    .c-menu-entry.has-notification > .wrapper[b-qo5xr7hrca]::before {
        content: '';
        display: block;
        position: absolute;
        top: 0.5rem;
        right: 1rem;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 50%;
        background-color: var(--bo-danger);
    }

    .c-menu-entry.is-selected[b-qo5xr7hrca] {
        --menu-entry-color: var(--bo-text-active);
        background-color: var(--bo-accent-active-bg);
    }

        .c-menu-entry.is-selected .menu-icon[b-qo5xr7hrca] {
            opacity: 1;
        }

            .c-menu-entry.is-selected .menu-icon svg[b-qo5xr7hrca] {
                filter: drop-shadow(0 0 1px currentColor);
            }

    .c-menu-entry.variant-secondary[b-qo5xr7hrca] {
        --menu-entry-color: var(--bo-text-idle);
        opacity: 0.8;
        font-size: 0.85rem;
    }

    .c-menu-entry.logout-item[b-qo5xr7hrca] {
        --menu-entry-color: var(--bo-danger);
        font-weight: 600;
    }

        .c-menu-entry.logout-item:hover[b-qo5xr7hrca] {
            background-color: var(--bo-danger-hover-bg);
        }
/* /Shared/NavLayout/MenuGroup.razor.rz.scp.css */
.c-menu-group[b-nviw39wgz5] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    overflow: hidden;
}

    .c-menu-group .list[b-nviw39wgz5] {
        display: flex;
        flex-direction: column;
        gap: 0.25rem;
        flex-grow: 1;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 0.75rem;
    }

    .c-menu-group .secondary[b-nviw39wgz5] {
        margin-top: 0.25rem;
        padding: 0 0.75rem;
    }

        .c-menu-group .secondary:empty[b-nviw39wgz5] {
            display: none;
        }

    .c-menu-group .note[b-nviw39wgz5] {
        font-family: var(--bo-font-ui);
        font-size: 0.75rem;
        border-top: 1px solid var(--bo-color-gray);
        margin-top: 0.25rem;
        padding-top: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
        color: var(--bo-text-idle);
        opacity: 0.7;
    }
/* /Shared/NavMenu.razor.rz.scp.css */
.nav-menu-container[b-jrx0hdbaym] {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    font-family: var(--bo-font-ui);
}

.logo-container[b-jrx0hdbaym] {
    padding: 1rem 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
}

    .logo-container svg[b-jrx0hdbaym] {
        width: 140px;
        height: auto;
    }

/* Note: MenuGroup provides .list and .secondary via its own scoped CSS */

.footer-container[b-jrx0hdbaym] {
    padding: 1rem 0.25rem 0.5rem;
    border-top: 1px solid rgba(0, 0, 0, 0.02);
}

.footer-text[b-jrx0hdbaym] {
    font-size: 0.72rem;
    color: var(--bo-brand-primary);
    margin: 0;
    line-height: 1.4;
    font-weight: 500;
}

@media (max-width: 640.98px) {
    .logo-container[b-jrx0hdbaym] {
        padding: 0.75rem 0.5rem;
        justify-content: center;
    }

        .logo-container svg[b-jrx0hdbaym] {
            width: 28px;
        }

    .footer-container[b-jrx0hdbaym] {
        display: none;
    }
}
/* /Shared/UserBadge.razor.rz.scp.css */
.user-badge[b-0iqyyvf1jn] {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #ffffff;
    padding: 0.55rem 1.1rem;
    border-radius: 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
    cursor: default;
    user-select: none;
}

.badge-flag[b-0iqyyvf1jn] {
    width: 32px;
    height: 22px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
    flex-shrink: 0;
}

.badge-welcome[b-0iqyyvf1jn] {
    font-size: 0.85rem;
    color: var(--bo-brand-primary);
    line-height: 1.35;
    font-family: var(--bo-font-ui);
}

    .badge-welcome strong[b-0iqyyvf1jn] {
        font-weight: 700;
        display: block;
        color: var(--bo-brand-primary);
    }

.language-dropdown-wrapper[b-0iqyyvf1jn] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.flag-button[b-0iqyyvf1jn] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    outline: none;
    transition: transform 0.2s ease;
}

    .flag-button:hover[b-0iqyyvf1jn] {
        transform: scale(1.05);
    }

.dropdown-arrow[b-0iqyyvf1jn] {
    color: var(--bo-brand-primary);
    opacity: 0.7;
    margin-left: 2px;
    user-select: none;
}

    .dropdown-arrow svg[b-0iqyyvf1jn] {
        width: 1rem;
        height: 1rem;
    }

.language-dropdown[b-0iqyyvf1jn] {
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.06);
    padding: 0.4rem;
    min-width: 140px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    animation: dropdownFadeIn-b-0iqyyvf1jn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dropdownFadeIn-b-0iqyyvf1jn {
    from {
        opacity: 0;
        transform: translate(-50%, -8px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0) scale(1);
    }
}

.dropdown-item[b-0iqyyvf1jn] {
    background: none;
    border: none;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.2s ease;
}

    .dropdown-item:hover[b-0iqyyvf1jn] {
        background-color: var(--bo-accent-active-bg);
    }

    .dropdown-item.active[b-0iqyyvf1jn] {
        background-color: var(--bo-accent-active-bg-alt);
    }

.dropdown-flag[b-0iqyyvf1jn] {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
}

.dropdown-text[b-0iqyyvf1jn] {
    font-size: 0.8rem;
    color: var(--bo-brand-primary);
    font-family: var(--bo-font-ui);
    font-weight: 500;
}

.dropdown-item.active .dropdown-text[b-0iqyyvf1jn] {
    font-weight: 700;
}
