/* /Pages/CAIF/BasicForm.cshtml.rz.scp.css */
.caif-page[b-0qdjkjoba7] {
    width: 100%;
    padding: 24px 12px;
}

.caif-page-row[b-0qdjkjoba7] {
    display: flex;
    justify-content: center;
}

.caif-page-column[b-0qdjkjoba7] {
    width: 100%;
    max-width: 950px;
}

.caif-card[b-0qdjkjoba7] {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.caif-card-body[b-0qdjkjoba7] {
    padding: 48px;
}

.caif-title[b-0qdjkjoba7] {
    margin-bottom: 24px;
    font-size: 1.5rem;
}

.caif-alert[b-0qdjkjoba7] {
    margin-bottom: 24px;
}

.caif-semibold[b-0qdjkjoba7] {
    font-weight: 600;
}

.caif-action-row[b-0qdjkjoba7],
.caif-submit-row[b-0qdjkjoba7] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.caif-action-row[b-0qdjkjoba7] {
    margin-bottom: 24px;
}

.caif-form-grid[b-0qdjkjoba7] {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    margin-right: -6px;
    margin-left: -6px;
}

.caif-field[b-0qdjkjoba7],
.caif-section-row[b-0qdjkjoba7],
.caif-submit-row[b-0qdjkjoba7] {
    min-width: 0;
    padding-right: 6px;
    padding-left: 6px;
}

.caif-field-quarter[b-0qdjkjoba7] { flex: 0 0 25%; max-width: 25%; }
.caif-field-third[b-0qdjkjoba7] { flex: 0 0 33.333333%; max-width: 33.333333%; }
.caif-field-half[b-0qdjkjoba7] { flex: 0 0 50%; max-width: 50%; }
.caif-field-two-thirds[b-0qdjkjoba7] { flex: 0 0 66.666667%; max-width: 66.666667%; }
.caif-field-full[b-0qdjkjoba7],
.caif-section-row[b-0qdjkjoba7],
.caif-submit-row[b-0qdjkjoba7] {
    flex: 0 0 100%;
    max-width: 100%;
}

.caif-section-row[b-0qdjkjoba7] {
    padding-top: 16px;
}

.caif-section-title[b-0qdjkjoba7] {
    margin: 0;
    color: var(--app-muted);
    font-size: 1rem;
    text-transform: uppercase;
}

.field-error[b-0qdjkjoba7] {
    color: var(--app-red);
    font-size: 0.875em;
}

.file-note[b-0qdjkjoba7] {
    margin-top: 4px;
    color: var(--app-muted);
    font-size: 0.875em;
}

.caif-check-row[b-0qdjkjoba7] {
    display: flex;
    align-items: flex-end;
}

.caif-check[b-0qdjkjoba7] {
    margin-right: 24px;
}

@media (max-width: 767.98px) {
    .caif-card-body[b-0qdjkjoba7] {
        padding: 24px;
    }

    .caif-field-quarter[b-0qdjkjoba7],
    .caif-field-third[b-0qdjkjoba7],
    .caif-field-half[b-0qdjkjoba7],
    .caif-field-two-thirds[b-0qdjkjoba7] {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* /Pages/CAIF/PendingApproval.cshtml.rz.scp.css */
.approval-page[b-n4imk8vd02] {
    width: 100%;
    padding: 48px 12px;
}

.approval-page-row[b-n4imk8vd02] {
    display: flex;
    justify-content: center;
}

.approval-page-column[b-n4imk8vd02] {
    width: 100%;
    max-width: 570px;
}

.approval-card[b-n4imk8vd02] {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.approval-card-body[b-n4imk8vd02] {
    padding: 24px;
    text-align: center;
}

.approval-title[b-n4imk8vd02] {
    margin-bottom: 16px;
    font-size: 1.5rem;
}

.approval-message[b-n4imk8vd02] {
    margin-bottom: 8px;
}

.approval-muted-message[b-n4imk8vd02] {
    margin-bottom: 24px;
    color: var(--app-muted);
}
/* /Pages/CAIF/RegularForm.cshtml.rz.scp.css */
.caif-page[b-j1ko331huz] {
    width: 100%;
    padding: 24px 12px;
}

.caif-page-row[b-j1ko331huz] {
    display: flex;
    justify-content: center;
}

.caif-page-column[b-j1ko331huz] {
    width: 100%;
    max-width: 950px;
}

.caif-card[b-j1ko331huz] {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.caif-card-body[b-j1ko331huz] {
    padding: 48px;
}

.caif-title[b-j1ko331huz] {
    margin-bottom: 24px;
    font-size: 1.5rem;
}

.caif-alert[b-j1ko331huz] {
    margin-bottom: 24px;
}

.caif-semibold[b-j1ko331huz] {
    font-weight: 600;
}

.caif-action-row[b-j1ko331huz],
.caif-submit-row[b-j1ko331huz] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.caif-action-row[b-j1ko331huz] {
    margin-bottom: 24px;
}

.caif-form-grid[b-j1ko331huz] {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    margin-right: -6px;
    margin-left: -6px;
}

.caif-field[b-j1ko331huz],
.caif-section-row[b-j1ko331huz],
.caif-submit-row[b-j1ko331huz] {
    min-width: 0;
    padding-right: 6px;
    padding-left: 6px;
}

.caif-field-quarter[b-j1ko331huz] { flex: 0 0 25%; max-width: 25%; }
.caif-field-third[b-j1ko331huz] { flex: 0 0 33.333333%; max-width: 33.333333%; }
.caif-field-half[b-j1ko331huz] { flex: 0 0 50%; max-width: 50%; }
.caif-field-two-thirds[b-j1ko331huz] { flex: 0 0 66.666667%; max-width: 66.666667%; }
.caif-field-full[b-j1ko331huz],
.caif-section-row[b-j1ko331huz],
.caif-submit-row[b-j1ko331huz] {
    flex: 0 0 100%;
    max-width: 100%;
}

.caif-section-row[b-j1ko331huz] {
    padding-top: 16px;
}

.caif-section-title[b-j1ko331huz] {
    margin: 0;
    color: var(--app-muted);
    font-size: 1rem;
    text-transform: uppercase;
}

.field-error[b-j1ko331huz] {
    color: var(--app-red);
    font-size: 0.875em;
}

.file-note[b-j1ko331huz] {
    margin-top: 4px;
    color: var(--app-muted);
    font-size: 0.875em;
}

.caif-check-row[b-j1ko331huz] {
    display: flex;
    align-items: flex-end;
}

.caif-check[b-j1ko331huz] {
    margin-right: 24px;
}

@media (max-width: 767.98px) {
    .caif-card-body[b-j1ko331huz] {
        padding: 24px;
    }

    .caif-field-quarter[b-j1ko331huz],
    .caif-field-third[b-j1ko331huz],
    .caif-field-half[b-j1ko331huz],
    .caif-field-two-thirds[b-j1ko331huz] {
        flex-basis: 100%;
        max-width: 100%;
    }
}
/* /Pages/Error.cshtml.rz.scp.css */
.error-title[b-p1nfvjnlnj],
.error-subtitle[b-p1nfvjnlnj] {
    color: var(--app-red);
}
/* /Pages/Index.cshtml.rz.scp.css */
.home-welcome[b-l3l12orcj3] {
    text-align: center;
}

.home-title[b-l3l12orcj3] {
    font-size: 3.5rem;
}
/* /Pages/Profile/ChangePassword.cshtml.rz.scp.css */
/* =======================[ Input Group ]======================= */
.password-form[b-s3fc44lov7] {
    margin: 16px;
    padding: 0;
}

.password-rule-icon[b-s3fc44lov7],
.message-text[b-s3fc44lov7] {
    margin-right: 0;
    margin-left: 0;
}

.password-rule-valid[b-s3fc44lov7],
.password-success-icon[b-s3fc44lov7] {
    color: var(--app-green);
}

.app-input-group[b-s3fc44lov7] {
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    max-width: 400px;
    width: 100%;
}

.password-first-field[b-s3fc44lov7] {
    margin-top: 0;
}
.app-input-group label[b-s3fc44lov7] {
    margin-bottom: 5px;
    font-weight: bold;
}
.app-input-group input[b-s3fc44lov7] {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
}
.app-input-group button[b-s3fc44lov7] {
    width: 100%;
    padding: 10px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    text-align: center;
}

/* =======================[ Save Button ]======================= */
#saveButton[b-s3fc44lov7] {
    display: block;
    width: 200px;
    margin: 10px auto;
    padding: 5px;
    border: none;
    
    font-weight: bold;
    transition: background 0.3s ease;
}

/* =======================[ Disabled Button State ]======================= */
.disabled-button[b-s3fc44lov7] {
    background-color: lightblue;
    cursor: not-allowed;
}

/* =======================[ Message Styles ]======================= */
.message[b-s3fc44lov7] {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 5px;
    height: auto;
    width: 90%;
    text-align: center;
}
.message.error[b-s3fc44lov7] {
    max-width: 400px;
    width: 100%;
    border-radius: 6px;
    margin-top: 10px;
    animation: fadeOut-b-s3fc44lov7 1s ease-out 3s forwards;
    overflow: hidden;
}
.message.succeed[b-s3fc44lov7] {
    max-width: 400px;
    width: 100%;
    border-radius: 6px;
    margin-top: 10px;
    animation: fadeOut-b-s3fc44lov7 1s ease-out 3s forwards;
    overflow: hidden;
}
.message.no-fill[b-s3fc44lov7] {
    background-color: #faff8f;
    outline: 1px solid #b2be07;
    max-width: 400px;
    width: 100%;
    padding: 4px 8px;
    border-radius: 6px;
    margin-top: 10px;
    animation: fadeOut-b-s3fc44lov7 1s ease-out 3s forwards;
    overflow: hidden;
}
@keyframes fadeOut-b-s3fc44lov7 {
    to {
        opacity: 0;
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
        visibility: hidden;
    }
}

.modal-overlay[b-s3fc44lov7] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.success-modal[b-s3fc44lov7] {
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.success-modal-copy[b-s3fc44lov7] {
    margin: 16px 0 0;
    color: var(--app-muted);
}

.success-modal-action[b-s3fc44lov7] {
    width: 100%;
}
/* =======================[ Responsive Fixes ]======================= */
@media (max-width: 768px) {
    .app-input-group[b-s3fc44lov7] {
        max-width: 100%;
    }
    #saveButton[b-s3fc44lov7] {
        width: 100%;
    }
}
/* /Pages/Profile/Login.cshtml.rz.scp.css */
body[b-v2rvqdtfy2] {
    background-color: #f7f9fc;
    height: 100vh;
}

/* =======================[ Layout Containers ]======================= */
.outer-container[b-v2rvqdtfy2] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #f7f9fc;
    overflow: hidden;
    padding: 24px;
}

.login-container[b-v2rvqdtfy2],
.card-wrapper[b-v2rvqdtfy2] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.card[b-v2rvqdtfy2] {
    background-color: #ffffff;
    padding: 50px;
    border: 1px solid #e4e9f1;
    border-radius: 42px;
    width: min(100%, 420px);
    text-align: center;
    position: relative;
    z-index: 1;
}

/* =======================[ Logo & Images ]======================= */
.profile-image[b-v2rvqdtfy2] {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
}

/* =======================[ Form Groups ]======================= */
.login-form[b-v2rvqdtfy2] {
    width: 100%;
}

.form-group[b-v2rvqdtfy2] {
    position: relative;
    margin-bottom: 18px;
    text-align: left;
}

.login-form-group-fill[b-v2rvqdtfy2] {
    width: 100%;
}

.login-form .app-field-label[b-v2rvqdtfy2] {
    display: block;
    margin-bottom: 7px;
    font-weight: 600;
}

.login-role-block[b-v2rvqdtfy2] {
    margin-bottom: 22px;
}

.login-user-type-options[b-v2rvqdtfy2] {
    display: flex;
    border: 1px solid #b9c5d6;
    border-radius: 4px;
    overflow: hidden;
}

.login-user-type-option[b-v2rvqdtfy2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    flex: 1;
    min-height: 31px;
    margin: 0;
    padding: 5px 8px;
    background: #ffffff;
    color: #1f2937;
    cursor: pointer;
}

.login-user-type-option + .login-user-type-option[b-v2rvqdtfy2] {
    border-left: 1px solid #b9c5d6;
}

.login-user-type-option:has(.login-role-control:checked)[b-v2rvqdtfy2] {
    color: var(--app-primary);
    background: var(--app-selected-surface);
}

.login-role-control[b-v2rvqdtfy2] {
    accent-color: var(--app-primary);
}

.login-input-group[b-v2rvqdtfy2] {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.login-input-icon[b-v2rvqdtfy2] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    flex: 0 0 34px;
    color: var(--app-primary);
    border: 1px solid #ced4da;
    border-right: 0;
    border-radius: 4px 0 0 4px;
    background-color: #ffffff;
}

.login-input-group[b-v2rvqdtfy2]  input.login-input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: left;
    text-align-last: left;
}

/* =======================[ Login Button ]======================= */
.login-submit-button[b-v2rvqdtfy2] {
    background-color: var(--app-primary);
    border: none;
    color: #ffffff;
    min-height: 42px;
    padding: 10px 24px;
    width: 100%;
    border-radius: 6px;
    cursor: pointer;
}

.login-submit-button:hover[b-v2rvqdtfy2] {
    background-color: #0b5ed7;
}

/* =======================[ Floating Message ]======================= */
.floating-message[b-v2rvqdtfy2] {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
}

.floating-message.is-visible[b-v2rvqdtfy2] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    animation: fadeInOut-b-v2rvqdtfy2 1.3s ease-in-out forwards;
}
.floating-message.error[b-v2rvqdtfy2] {
    position: absolute;
    bottom: -55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    
    text-align: center;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.floating-message.success[b-v2rvqdtfy2] {
    color: var(--app-green);
    background-color: transparent;
    border: 1px solid var(--app-green);
}

@keyframes fadeInOut-b-v2rvqdtfy2 {
    0% { opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { opacity: 0; }
}

@media (max-width: 520px) {
    .outer-container[b-v2rvqdtfy2] {
        padding: 16px;
    }

    .profile-image[b-v2rvqdtfy2] {
        width: 100%;
    }
}
/* /Pages/Profile/Logout.cshtml.rz.scp.css */
body[b-zljgybrm8y] {
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
:root[b-8fw7hksy1s] {
    --app-desktop-width: 1200;
    --app-scale: 1;
    --app-viewport-height: 100vh;
}

/* =======================[ Page Layout ]======================= */
.page-scalable[b-8fw7hksy1s] {
    width: 100%;
    height: var(--app-viewport-height);
    min-height: 0;
    overflow: hidden;
}

.page[b-8fw7hksy1s] {
    display: flex;
    width: 100%;
    min-width: 900px;
    height: 100vh;
    height: -webkit-fill-available;
    height: 100dvh;
    min-height: 0;
    flex-direction: column;
}

html.mobile-shrink .page-scalable[b-8fw7hksy1s] {
    overflow: hidden;
    margin: 0 auto;
    height: calc(var(--app-viewport-height) * var(--app-scale));
}

html.mobile-shrink .page[b-8fw7hksy1s] {
    width: max(100%, calc(var(--app-desktop-width) * 1px));
    min-width: calc(var(--app-desktop-width) * 1px);
    transform-origin: top left;
    transform: scale(var(--app-scale));
}

.page > .content[b-8fw7hksy1s] {
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    height: 100%;
    overflow: hidden;
}

/* =======================[ Global Ticker ]======================= */
.global-ticker-panel[b-8fw7hksy1s] {
    --global-ticker-height: 90px;
    flex: 0 0 var(--global-ticker-height);
    height: var(--global-ticker-height);
    min-height: var(--global-ticker-height);
    background: var(--app-black);
    overflow: hidden;
}

.global-ticker-feed[b-8fw7hksy1s] {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: var(--global-ticker-height);
    min-height: var(--global-ticker-height);
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    gap: 0;
    background: var(--app-black);
    padding: 4px;
}

.global-ticker-item[b-8fw7hksy1s] {
    flex: 0 0 75px;
    width: 75px;
    min-width: 0;
    max-width: 75px;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 4px;
    background: transparent;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 4px;
    overflow: hidden;
    color: #fff;
    box-sizing: border-box;
}

.global-ticker-line[b-8fw7hksy1s] {
    display: block;
    flex: 0 0 13px;
    min-height: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 13px;
    color: inherit;
}

.global-ticker-symbol[b-8fw7hksy1s],
.global-ticker-price[b-8fw7hksy1s] {
    font-weight: 400;
}

.global-ticker-time[b-8fw7hksy1s] {
    font-size: 11px;
    color: #ffffff;
}

.global-ticker-qty[b-8fw7hksy1s],
.global-ticker-seller[b-8fw7hksy1s] {
    padding-left: 5px;
}

.global-ticker-loading[b-8fw7hksy1s] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #111827 25%, #293142 50%, #111827 75%);
    background-size: 200% 100%;
    animation: global-ticker-shimmer-b-8fw7hksy1s 1.8s infinite linear;
}

@keyframes global-ticker-shimmer-b-8fw7hksy1s {
    0% { background-position: -250% 0; }
    100% { background-position: 250% 0; }
}

.global-ticker-item.price-up[b-8fw7hksy1s] { color: var(--app-green); }
.global-ticker-item.price-down[b-8fw7hksy1s] { color: var(--app-red); }
.global-ticker-item.no-change[b-8fw7hksy1s] { color: #ffffff; }

/* =======================[ Header ]======================= */
.header[b-8fw7hksy1s] {
    display: grid;
    grid-template-columns: 160px max-content auto max-content max-content;
    border-bottom: solid #bbb8b8 1px;
    padding: 6px 10px 6px 10px;
}

.header > div[b-8fw7hksy1s] {
    margin: auto;
}

.header-action-button[b-8fw7hksy1s] {
    display: flex;
    align-items: center;
}

.navbar-clock[b-8fw7hksy1s] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 72px;
    padding: 0 8px;
    border: 1px solid #6c757d;
    border-radius: 0.375rem;
    background-color: #6c757d;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

/* =======================[ App Content With Inline Ticket ]======================= */
.content-with-ticket[b-8fw7hksy1s] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    grid-template-rows: minmax(0, 1fr);
    gap: 0;
    align-items: stretch;
    min-height: 0;
    min-width: 0;
}

.content-main[b-8fw7hksy1s] {
    min-width: 0;
    min-height: 0;
    height: 100%;
    overflow: hidden;
}

.order-ticket-sidebar[b-8fw7hksy1s] {
    border-left: 1px solid #e6e6e6;
    padding-left: 10px;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
}

.order-ticket-frame[b-8fw7hksy1s] {
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: 0;
    background: #fff;
}

/* =======================[ Navigation Links ]======================= */
.custom-link[b-8fw7hksy1s] {
    color: var(--app-selected-bg);
    text-decoration: underline;
    margin: 0 10px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 4px;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.custom-link:hover[b-8fw7hksy1s] {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--app-selected-surface);
}

.custom-link.active[b-8fw7hksy1s] {
    text-decoration: none;
    color: #fff;
    background-color: var(--app-selected-bg);
}

.custom-link.active:hover[b-8fw7hksy1s] {
    text-decoration: none;
    color: #fff;
    background-color: var(--app-selected-bg);
    cursor: default;
}

/* =======================[ Logout Modal ]======================= */
#logout-modal[b-8fw7hksy1s] {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.8);
}

#logout-modal-content[b-8fw7hksy1s] {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 15px;
    border: 1px solid #888;
    width: 15%;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
}

#cancel-logout[b-8fw7hksy1s],
#logout-button[b-8fw7hksy1s] {
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

#cancel-logout:hover[b-8fw7hksy1s],
#logout-button:hover[b-8fw7hksy1s] {
    opacity: 0.8;
}

.restore-session-modal[b-8fw7hksy1s] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.45);
}

.restore-session-modal-content[b-8fw7hksy1s] {
    width: 100%;
    max-width: 420px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.25);
}

.restore-session-message[b-8fw7hksy1s] {
    margin: 0 0 14px;
    color: #6c757d;
}

.restore-session-spinner[b-8fw7hksy1s] {
    display: none;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: var(--app-selected-bg);
}

.restore-session-error[b-8fw7hksy1s] {
    min-height: 20px;
    margin-top: 8px;
    color: var(--app-red);
}

/* =======================[ Error UI Banner ]======================= */
#blazor-error-ui[b-8fw7hksy1s] {
    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-8fw7hksy1s] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Pages/Terminal/Accounts.cshtml.rz.scp.css */
/* =======================[ Layout & Grid ]======================= */
.portfolio-grid[b-t0f3ixiut3] {
    display: grid;
    grid-template-columns: 15% 85%;
    grid-template-rows: auto minmax(0, 1fr);
    width: 100%;
    height: calc(100vh - 140px);
    min-height: 0;
    min-width: 0;
    overflow: hidden;
}

/* =======================[ Sidebar (Accounts) ]======================= */
.side[b-t0f3ixiut3] {
    grid-row: 1 / span 2;
    grid-column: 1;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 10px;
    background: whitesmoke;
}

.accounts-wrapper[b-t0f3ixiut3] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 0;
    padding-top: 10px;
}

.accounts-search[b-t0f3ixiut3] {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.search-input-container[b-t0f3ixiut3] {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.client-search-input[b-t0f3ixiut3] {
    width: 100%;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.client-search-input:focus[b-t0f3ixiut3] {
    border-color: var(--app-selected-bg);
    outline: 0;
    box-shadow: 0 0 0 2px var(--app-selected-surface);
}

.search-btn[b-t0f3ixiut3] {
    position: absolute;
    right: 5px;
    padding: 5px;
    background: none;
    border: none;
    color: gray;
    
    cursor: pointer;
}

.search-btn:hover[b-t0f3ixiut3] {
    color: var(--app-black);
}

.search-btn:focus[b-t0f3ixiut3] {
    color: var(--app-black);
    outline: 0;
}

.accounts-table[b-t0f3ixiut3] {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.accounts-table tr[b-t0f3ixiut3] {
    border-bottom: 1px solid lightgray;
}

.accounts-wrapper > .app-table-container[b-t0f3ixiut3] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.accounts-list-wrap[b-t0f3ixiut3] {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.accounts-list[b-t0f3ixiut3] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.accounts-list-item[b-t0f3ixiut3] {
    border-bottom: 1px solid lightgray;
}

.accounts-list-button[b-t0f3ixiut3] {
    width: 100%;
    padding: 4px 5px;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    line-height: 1.05;
    text-align: center;
    white-space: normal;
    cursor: pointer;
}

.accounts-list-item.selected .accounts-list-button[b-t0f3ixiut3] {
    background: var(--app-selected-bg);
    color: white;
}

.accounts-list-button:hover[b-t0f3ixiut3],
.accounts-list-button:focus[b-t0f3ixiut3] {
    background: gray;
    color: white;
    outline: 0;
}

.accounts-loading-state[b-t0f3ixiut3] {
    min-height: 90px;
}

.accounts-empty-message[b-t0f3ixiut3] {
    padding: 10px;
    color: gray;
    text-align: center;
}

.accounts-table th[b-t0f3ixiut3] {
    font-weight: bold;
}

.accounts-table tr.selected-row[b-t0f3ixiut3] {
    background: var(--app-selected-bg);
    color: white;
}

.accounts-table tr td:hover[b-t0f3ixiut3] {
    background: gray;
    color: white;
    cursor: pointer;
}

.accounts-table td:first-child[b-t0f3ixiut3],
.accounts-table th:first-child[b-t0f3ixiut3],
.accounts-table td:last-child[b-t0f3ixiut3],
.accounts-table th:last-child[b-t0f3ixiut3] {
    border-left: none;
    border-right: none;
}

.accounts-table button[b-t0f3ixiut3] {
    width: 100%;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    cursor: pointer;
}

.accounts-table button:hover[b-t0f3ixiut3] {
    background: #eaeaea;
}

/* =======================[ Portfolio Header Section ]======================= */
.portfolio-header[b-t0f3ixiut3] {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
    padding: 0 5px 10px 10px;
    overflow: auto;
    white-space: nowrap;
}

.portfolio-summary-card[b-t0f3ixiut3] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    min-height: 50px;
    gap: 2px;
    padding: 8px;
    border: 1px solid var(--app-border-color);
}

.portfolio-summary-card label[b-t0f3ixiut3] {
    color: var(--app-black);
}

.portfolio-summary-card span[b-t0f3ixiut3] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    text-align: left;
}

.portfolio-header button[b-t0f3ixiut3] {
    padding: 5px 10px;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    
}

/* =======================[ Positions (Portfolio Table) ]======================= */
.positions[b-t0f3ixiut3] {
    grid-row: 2;
    grid-column: 2;
    display: flex;
    min-height: 0;
    padding: 0 5px 0 10px;
}

.positions > .app-table-container[b-t0f3ixiut3] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.positions-table[b-t0f3ixiut3] {
    min-width: 1220px;
}

.no-data-row td[b-t0f3ixiut3] {
    height: 130px;
    font-weight: bold;
    color: gray;
}

.stocks-empty-icon[b-t0f3ixiut3] {
    display: inline-block;
    width: 12px;
    height: 14px;
    margin-right: 4px;
    border: 1px solid currentColor;
    border-radius: 1px;
    vertical-align: -2px;
}

.stocks-empty-icon[b-t0f3ixiut3]::before,
.stocks-empty-icon[b-t0f3ixiut3]::after {
    content: "";
    display: block;
    height: 1px;
    margin: 3px 2px 0;
    background: currentColor;
}

.value-positive[b-t0f3ixiut3] {
    color: var(--app-green);
}

.value-negative[b-t0f3ixiut3] {
    color: var(--app-red);
}

.spinner[b-t0f3ixiut3] {
    --app-spinner-size: 40px;
    --app-spinner-border-width: 4px;
    --app-spinner-track-color: rgba(0,0,0,0.2);
    --app-spinner-active-color: #007bff;
    margin: 20% auto;
    display: inline-block;
}

/* =======================[ Miscellaneous ]======================= */
i[b-t0f3ixiut3] {
    
}
/* /Pages/Terminal/Brokers.cshtml.rz.scp.css */
.brokers-page[b-oj5dk9sf00] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: 6px;
    color: #111827;
    overflow: hidden;
}

.brokers-page > .app-table-container[b-oj5dk9sf00] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.brokers-table[b-oj5dk9sf00] {
    min-width: 1320px;
    table-layout: fixed;
    line-height: 1.25;
}

.brokers-table thead th[b-oj5dk9sf00] {
    position: sticky;
    top: 0;
    z-index: 2;
}

.brokers-table .rank-col[b-oj5dk9sf00] {
    width: 60px;
    text-align: center;
}

.brokers-table .numeric-col[b-oj5dk9sf00] {
    width: 140px;
    text-align: right;
}

.broker-name[b-oj5dk9sf00] {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sort-button[b-oj5dk9sf00] {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 6px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    text-align: inherit;
    white-space: nowrap;
}

.sort-button-right[b-oj5dk9sf00] {
    justify-content: flex-end;
}

.sort-button:hover[b-oj5dk9sf00] {
    color: #111827;
}

.sort-arrow[b-oj5dk9sf00] {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}

.sort-arrow.asc[b-oj5dk9sf00] {
    border-bottom: 7px solid #6b7280;
}

.sort-arrow.desc[b-oj5dk9sf00] {
    border-top: 7px solid #6b7280;
}

.empty-row td[b-oj5dk9sf00],
.loading-row td[b-oj5dk9sf00] {
    height: 130px;
}

.spinner[b-oj5dk9sf00] {
    --app-spinner-size: 32px;
    --app-spinner-border-width: 4px;
}
/* /Pages/Terminal/DepthMatrix.cshtml.rz.scp.css */
.outlined-card-container[b-5x1twjxpwy] {
    --widget-table-row-height: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    max-height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.outlined-card[b-5x1twjxpwy]{
    width: 370px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    flex: 0 0 auto;
}

.card-inner[b-5x1twjxpwy] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.card-header[b-5x1twjxpwy] {
    width: 100%;
    height: 30px;
    border-bottom: 1px solid var(--app-border-color);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    gap: 8px;
    position: relative;
}

.card-title-input[b-5x1twjxpwy] {
    width: 80px;
    height: 18px;
    border: none;
    border-bottom: 1px solid #808080;
    background: transparent;
    color: var(--app-black);
    outline: none;
    text-align: left;
    text-transform: uppercase;
    padding: 0;
}

.save-button[b-5x1twjxpwy] {
    width: 25px;
    height: 25px;
    background: var(--app-green);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    border-radius: 4px;
}

.save-button:hover[b-5x1twjxpwy] {
    background: var(--app-green);
}

.close-button[b-5x1twjxpwy] {
    width: 25px;
    height: 25px;
    background: var(--app-red);
    color: white;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    position: absolute;
    right: 3px;
    border-radius: 4px;
}

.close-button:hover[b-5x1twjxpwy] {
    background: var(--app-red);
}

.stock-table-container[b-5x1twjxpwy] {
    padding: 5px;
    flex: 1;
}

.stock-table-container table[b-5x1twjxpwy] {
    margin-bottom: 5px;
    
}

.depth-card-body[b-5x1twjxpwy] {
    width: 100%;
    min-width: 0;
}

.depth-card-body > table[b-5x1twjxpwy] {
    margin: 0;
}

.top-table td[b-5x1twjxpwy] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-table-name-col[b-5x1twjxpwy] {
    width: 45%;
}

.top-table-price-col[b-5x1twjxpwy] {
    width: 19%;
}

.top-table-change-col[b-5x1twjxpwy],
.top-table-change-pct-col[b-5x1twjxpwy] {
    width: 18%;
}

.top-table-name[b-5x1twjxpwy] {
    min-width: 0;
}

.top-table-metric[b-5x1twjxpwy] {
    text-align: right;
}

.widgets-table :is(th, td)[b-5x1twjxpwy] {
    height: var(--widget-table-row-height);
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 16px;
}

.no-watchlist-msg[b-5x1twjxpwy] {
    padding: 20px;
    font-weight: bold;
    color: #888;
    text-align: center;
    width: 100%;
}

.spinner-container[b-5x1twjxpwy] {
    min-height: 220px;
}

.market-depth-count[b-5x1twjxpwy],
.times-sales-center[b-5x1twjxpwy] {
    text-align: center;
}

.market-depth-bid-value[b-5x1twjxpwy] {
    text-align: right;
}

.depth-table th[b-5x1twjxpwy],
.depth-table td[b-5x1twjxpwy],
.sales-table th[b-5x1twjxpwy],
.sales-table td[b-5x1twjxpwy] {
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Pages/Terminal/DraftOrder.cshtml.rz.scp.css */
/* =======================[ Frame Container ]======================= */
.popup-frame[b-jny415jovk] {
    position: absolute;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    box-shadow: none;
}

.ticket-container[b-jny415jovk] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

/* =======================[ Tab Headers ]======================= */
.client-order-id-header[b-jny415jovk] {
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
}

.custom-tabs[b-jny415jovk] {
    display: flex;
    margin-bottom: 10px;
}
.tab-btn[b-jny415jovk] {
    flex: 1;
    background: #e9ecef;
    border: 1px solid #ccc;
    padding: 8px 10px;
    cursor: pointer;
    
    text-align: center;
    transition: background-color 0.2s;
}

.order-feedback[b-jny415jovk] {
    margin-top: 8px;
}
.tab-btn:last-child[b-jny415jovk] { border-right: none; }
.tab-btn.active[b-jny415jovk] {
    font-weight: 400;
    background: var(--app-selected-bg);
    color: #ffffff;
    border: none;
}

/* =======================[ Tab Contents ]======================= */
.tab-content-container[b-jny415jovk] { padding: 0 10px; }
.tab-pane[b-jny415jovk] { display: none; }
.tab-pane.active[b-jny415jovk] { display: block; }

/* =======================[ Market Summary ]======================= */
.ticket-market[b-jny415jovk] {
    display: grid;
    grid-template-columns: 125px auto;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
    align-items: center;
}
.price[b-jny415jovk]  {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    
}
.change[b-jny415jovk] { grid-column: 1; grid-row: 3; }
.status[b-jny415jovk] { grid-column: 2; grid-row: 1; }
.bid[b-jny415jovk]    { grid-column: 2; grid-row: 2; }
.ask[b-jny415jovk]    { grid-column: 2; grid-row: 3; }

/* =======================[ Order Grid ]======================= */
.order-grid[b-jny415jovk] {
    display: grid;
    grid-template-columns: 1fr;
}
.order-grid div[b-jny415jovk] { display: flex; align-items: center; }
.order-grid label[b-jny415jovk] {
    flex: 0 0 100px;
}
.order-grid input[b-jny415jovk],
.order-grid select[b-jny415jovk] {
    flex: 1;
    padding: 5px 6px;
    width: 100%;
    box-sizing: border-box;
}

.readonly-order-summary[b-jny415jovk] {
    margin-bottom: 10px;
    grid-column: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.summary-value[b-jny415jovk] {
    font-weight: 700;
}

.summary-side.side-buy[b-jny415jovk] {
    color: var(--app-green);
}

.summary-side.side-sell[b-jny415jovk] {
    color: var(--app-red);
}

/* =======================[ Table (Trades) ]======================= */
.times-sales-scroll[b-jny415jovk] {
    max-height: 66px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.times-sales-center[b-jny415jovk] {
    text-align: center;
}

.times-sales-scroll table[b-jny415jovk] {
    table-layout: fixed;
    font-family: monospace;
    
}
.times-sales-scroll th[b-jny415jovk],
.times-sales-scroll td[b-jny415jovk] {
    overflow: hidden;
    text-overflow: ellipsis;
}
.times-sales-scroll th[b-jny415jovk] {
    background: #f1f1f1;
    font-weight: 400;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* =======================[ History ]======================= */
.order-history[b-jny415jovk] { margin-bottom: 10px; }
.history-log[b-jny415jovk] {
    overflow-y: auto;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 10px;
    
}

/* =======================[ Buttons ]======================= */
.popup-buttons[b-jny415jovk] {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 15px;
    padding: 10px;
}

.order-actions-row[b-jny415jovk] {
    grid-column: 1 / span 2;
    display: flex;
    justify-content: stretch;
    margin-top: 14px;
    width: 100%;
}

.order-actions-stack[b-jny415jovk] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 100%;
}

.order-actions-buttons[b-jny415jovk] {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.order-actions-buttons .app-button[b-jny415jovk] {
    flex: 1 1 0;
}

.new-order-link[b-jny415jovk] {
    align-self: flex-end;
    margin-top: 5px;
    color: var(--app-selected-bg);
    text-decoration: underline;
    font-weight: 400;
}

.new-order-link:hover[b-jny415jovk] {
    text-decoration: none;
}

/* =======================[ Readonly Label ]======================= */
.readonly-label[b-jny415jovk] {
    padding: 2px 0;
    margin: 0;
    font-family: monospace;
    color: #212529;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* =======================[ Loading ]======================= */
.loading-container[b-jny415jovk] {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loading-container .spinner[b-jny415jovk] {
    --app-spinner-size: 50px;
    --app-spinner-border-width: 4px;
    --app-spinner-track-color: rgba(0,0,0,0.1);
    --app-spinner-active-color: #007bff;
}
.rejected-reason-card[b-jny415jovk] {
    grid-column: 1 / span 2;
    padding: 10px;
    border-radius: 6px;
    margin-top: 8px;
    white-space: pre-line;
}
/* /Pages/Terminal/Markets.cshtml.rz.scp.css */
.markets-page[b-5n0wwuccjx] {
    height: 100%;
    min-height: 0;
    color: #1f2937;
    padding: 5px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.market-container[b-5n0wwuccjx] {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr);
    gap: 5px;
}

.market-phase[b-5n0wwuccjx] {
    grid-column: 1 / span 2;
    padding: 14px;
    border: 1px solid #d2dae8;
    border-radius: 4px;
    background: #ffffff;
}

.market-phase h3[b-5n0wwuccjx] {
    margin: 0;
    font-weight: 700;
}

.market-phase span[b-5n0wwuccjx] {
    color: #6b7280;
    font-size: 13px;
}

.ranking-grid[b-5n0wwuccjx],
.market-details-grid[b-5n0wwuccjx] {
    grid-column: 1 / span 2;
}

.ranking-grid[b-5n0wwuccjx] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.market-details-grid[b-5n0wwuccjx] {
    display: grid;
    grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr);
    gap: 14px;
}

.ranking-table[b-5n0wwuccjx] {
    min-width: 345px;
    line-height: 1.25;
    table-layout: fixed;
}

.ranking-table th[b-5n0wwuccjx] {
    text-align: right;
}

.ranking-table td[b-5n0wwuccjx] {
    text-align: right;
}

.ranking-table th:first-child[b-5n0wwuccjx],
.ranking-table td:first-child[b-5n0wwuccjx] {
    color: var(--app-black);
    text-align: center;
}

.phase-loading[b-5n0wwuccjx] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
}

.market-table[b-5n0wwuccjx] {
    table-layout: fixed;
}

.market-table td:first-child[b-5n0wwuccjx] {
    font-weight: 400;
}

.indices-table td[b-5n0wwuccjx] {
    text-align: right;
}

.indices-table td:first-child[b-5n0wwuccjx] {
    text-align: center;
}

.market-summary-table td:first-child[b-5n0wwuccjx] {
    text-align: center;
}

.market-summary-table td:nth-child(2)[b-5n0wwuccjx] {
    text-align: right;
}
/* /Pages/Terminal/OrderTicket.cshtml.rz.scp.css */
/* =======================[ Layout Containers ]======================= */
#ticket-app[b-312d7mchpk] {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-width: 0;
    overflow: hidden;
}

.ticket-hidden[b-312d7mchpk] {
    display: none !important;
}

.ticket-uppercase[b-312d7mchpk] {
    text-transform: uppercase;
}

.ticket-container[b-312d7mchpk],
.confirm-container[b-312d7mchpk],
.posted-container[b-312d7mchpk] {
    width: 100%;
    height: 100%;
    padding: 4px 8px 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

/* =======================[ Symbol Input Row ]======================= */
.ticket-symbol[b-312d7mchpk] {
    display: grid;
    grid-template-columns: max-content 100px max-content;
    gap: 5px;
    padding-bottom: 15px;
    border-bottom: 1px solid lightgray;
    align-items: center;
}

.ticket-symbol .app-input[b-312d7mchpk],
.ticket-symbol .ticket-search-btn[b-312d7mchpk] {
    height: 38px;
}

.ticket-symbol .ticket-search-btn[b-312d7mchpk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
}

/* =======================[ Market Price Widget ]======================= */
.ticket-market[b-312d7mchpk] {
    display: grid;
    grid-template-columns: 125px auto;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
    align-items: center;
}
.price[b-312d7mchpk] {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    
}
.change[b-312d7mchpk] { grid-column: 1; grid-row: 3; }
.status[b-312d7mchpk] { grid-column: 2; grid-row: 1; }
.bid[b-312d7mchpk]    { grid-column: 2; grid-row: 2; }
.ask[b-312d7mchpk]    { grid-column: 2; grid-row: 3; }

/* =======================[ Order Form ]======================= */
.ticket-order[b-312d7mchpk] {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    row-gap: 4px;
    column-gap: 6px;
    align-items: center;
    width: 100%;
    min-width: 0;
}
.ticket-order label[b-312d7mchpk] {
    white-space: nowrap;
    margin-bottom: 0;
    padding-top: 2px;
    min-width: 0;
}
.ticket-order input:not([type="checkbox"])[b-312d7mchpk],
.ticket-order select[b-312d7mchpk] {
    width: 100%;
    min-width: 0;
    height: 31px;
    padding: 4px 7px;
}
.ticket-order .full-span[b-312d7mchpk] {
    grid-column: span 2;
}
.ticket-order .stacked-input-group[b-312d7mchpk] {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.ticket-order .app-check[b-312d7mchpk] {
    display: flex;
    align-items: center;
    gap: 5px;
    
}

.ticket-client-search[b-312d7mchpk] {
    position: relative;
    min-width: 0;
}

/* =======================[ Buttons & Feedback ]======================= */
.ticket-actions[b-312d7mchpk] {
    grid-column: 1 / span 2;
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
    gap: 6px;
    padding-top: 3px;
    padding-bottom: 5px;
    min-width: 0;
}

.ticket-actions .app-button[b-312d7mchpk] {
    width: 100%;
    min-width: 0;
    padding: 5px 6px;
    white-space: nowrap;
}

.ticket-submit-btn[b-312d7mchpk] {
    font-weight: bold;
}

.ticket-draft-btn[b-312d7mchpk] {
    font-size: 12px;
}

.ticket-actions .app-alert-error[b-312d7mchpk],
.ticket-actions .app-alert-success[b-312d7mchpk] {
    grid-column: 1 / span 2;
}

.ticket-feedback[b-312d7mchpk] {
    margin-top: 8px;
}

.confirm-feedback[b-312d7mchpk] {
    margin: 0 16px 8px;
}

.app-button-mustard[b-312d7mchpk] {
    color: #1f1f1f;
    background-color: #d4a017;
    border-color: #d4a017;
}

.app-button-mustard:hover[b-312d7mchpk] {
    color: #1f1f1f;
    background-color: #c49314;
    border-color: #b88b13;
}

.app-button-mustard:focus[b-312d7mchpk] {
    color: #ffffff;
    background-color: var(--app-selected-bg);
    border-color: var(--app-selected-bg);
}

.app-button-mustard:active[b-312d7mchpk] {
    color: #1f1f1f;
    background-color: #b88b13;
    border-color: #ad8312;
}

/* =======================[ Stock Message & Loading ]======================= */
.stock-message[b-312d7mchpk] {
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    pointer-events: none;
}

.loading-container[b-312d7mchpk] {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.8);
    z-index: 9999;
}

.loading-container .spinner[b-312d7mchpk] {
    --app-spinner-size: 50px;
    --app-spinner-border-width: 4px;
    --app-spinner-track-color: rgba(0,0,0,0.1);
    --app-spinner-active-color: #007bff;
}

/* =======================[ Dropdown for Agent in Client Selection ]======================= */
.ticket-client-results[b-312d7mchpk] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 200px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.ticket-client-result-item[b-312d7mchpk] {
    padding: 8px 12px;
    cursor: pointer;
}

.ticket-client-result-item:hover[b-312d7mchpk] {
    background-color: var(--app-selected-surface);
    color: var(--app-black);
}

.active-dropdown-item[b-312d7mchpk] {
    background-color: var(--app-selected-bg);
    color: white;
}

/* =======================[ Confirmation Box ]======================= */
.confirm-modal-overlay[b-312d7mchpk] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.confirm-modal-box[b-312d7mchpk] {
    width: 420px;
    max-width: 90%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.confirm-row[b-312d7mchpk] {
    margin-bottom: 1px;
    word-break: break-word;
}
/* /Pages/Terminal/ViewOrder.cshtml.rz.scp.css */
/* =======================[ Frame Container ]======================= */
.popup-frame[b-m98ufrrd5t] {
    position: absolute;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-radius: 0;
    box-shadow: none;
}

.ticket-container[b-m98ufrrd5t] {
    height: 100%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

/* =======================[ Tab Headers ]======================= */
.view-order-header[b-m98ufrrd5t] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    min-height: 32px;
    padding: 5px 10px 2px;
}

.client-order-id-header[b-m98ufrrd5t] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.see-trades-btn[b-m98ufrrd5t] {
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    color: var(--app-selected-bg);
    background: none;
    text-align: right;
    text-decoration: underline;
}

.see-trades-btn:hover[b-m98ufrrd5t],
.see-trades-btn:focus[b-m98ufrrd5t] {
    color: var(--app-selected-bg);
    background: var(--app-selected-surface);
    text-decoration: none;
}

.custom-tabs[b-m98ufrrd5t] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 32px 2px;
    height: 34px;
    margin-bottom: 6px;
    background: transparent;
    column-gap: 0;
}
.tab-btn[b-m98ufrrd5t] {
    position: relative;
    width: auto;
    min-width: 0;
    height: 32px;
    margin: 0 2px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0 8px;
    cursor: pointer;
    text-align: center;
    color: #111;
    transition: color 0.2s, background-color 0.2s;
}

.tab-hidden[b-m98ufrrd5t] {
    display: none;
}

.order-feedback[b-m98ufrrd5t] {
    margin-top: 8px;
}
.tab-btn.active[b-m98ufrrd5t] {
    color: #ffffff;
    background: var(--app-selected-bg);
    border-radius: 12px 12px 0 0;
}
.tab-btn.active[b-m98ufrrd5t]::after {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    bottom: -2px;
    height: 2px;
    background: var(--app-selected-bg);
}

/* =======================[ Tab Contents ]======================= */
.tab-content-container[b-m98ufrrd5t] { padding: 0 10px; }
.tab-pane[b-m98ufrrd5t] { display: none; }
.tab-pane.active[b-m98ufrrd5t] { display: block; }

/* =======================[ Market Summary ]======================= */
.ticket-market[b-m98ufrrd5t] {
    display: grid;
    grid-template-columns: 125px auto;
    padding-bottom: 5px;
    border-bottom: 1px solid lightgray;
    align-items: center;
}
.price[b-m98ufrrd5t]  {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: flex;
    align-items: center;
    
}
.change[b-m98ufrrd5t] { grid-column: 1; grid-row: 3; }
.status[b-m98ufrrd5t] { grid-column: 2; grid-row: 1; }
.bid[b-m98ufrrd5t]    { grid-column: 2; grid-row: 2; }
.ask[b-m98ufrrd5t]    { grid-column: 2; grid-row: 3; }

/* =======================[ Order Grid ]======================= */
.order-grid[b-m98ufrrd5t] {
    display: grid;
    grid-template-columns: 1fr;
}
.order-grid div[b-m98ufrrd5t] { display: flex; align-items: center; }
.order-grid label[b-m98ufrrd5t] {
    flex: 0 0 100px;
}
.order-grid input[b-m98ufrrd5t],
.order-grid select[b-m98ufrrd5t] {
    flex: 1;
    padding: 5px 6px;
    width: 100%;
    box-sizing: border-box;
}

.readonly-order-summary[b-m98ufrrd5t] {
    margin-bottom: 10px;
    grid-column: 1 / span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.summary-value[b-m98ufrrd5t] {
    font-weight: 700;
}

.summary-side.side-buy[b-m98ufrrd5t] {
    color: var(--app-green);
}

.summary-side.side-sell[b-m98ufrrd5t] {
    color: var(--app-red);
}

/* =======================[ Trades ]======================= */
.trades-panel[b-m98ufrrd5t] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.view-order-trades-dialog .app-modal-body[b-m98ufrrd5t] {
    min-height: 420px;
}

.app-modal-loading[b-m98ufrrd5t] {
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trade-summary-grid[b-m98ufrrd5t] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.trade-summary-item[b-m98ufrrd5t] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 8px 10px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #f8f9fa;
    min-width: 0;
}

.trade-summary-label[b-m98ufrrd5t] {
    color: #6c757d;
    font-size: 11px;
    line-height: 1.2;
}

.trade-summary-item strong[b-m98ufrrd5t] {
    font-size: 14px;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fill-progress[b-m98ufrrd5t] {
    height: 6px;
    overflow: hidden;
    border-radius: 999px;
    background: #e9ecef;
}

.fill-progress-bar[b-m98ufrrd5t] {
    height: 100%;
    border-radius: inherit;
    background: var(--app-green);
}

.trade-executions-scroll[b-m98ufrrd5t] {
    max-height: 300px;
    overflow: auto;
    border: 0;
    border-radius: 0;
    -webkit-overflow-scrolling: touch;
}

.trade-executions-table[b-m98ufrrd5t] {
    table-layout: fixed;
    font-size: 12px;
}

.trade-executions-table .trade-time-col[b-m98ufrrd5t] {
    width: 43%;
}

.trade-executions-table .trade-qty-col[b-m98ufrrd5t] {
    width: 19%;
}

.trade-executions-table .trade-price-col[b-m98ufrrd5t] {
    width: 16%;
}

.trade-executions-table .trade-value-col[b-m98ufrrd5t] {
    width: 22%;
}

.trade-executions-table th[b-m98ufrrd5t],
.trade-executions-table td[b-m98ufrrd5t] {
    overflow: hidden;
    text-overflow: ellipsis;
}

.trade-executions-table th[b-m98ufrrd5t] {
    font-weight: 400;
}

.trade-executions-table thead th[b-m98ufrrd5t] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    color: inherit;
}

.trades-empty-state[b-m98ufrrd5t] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-height: 110px;
    padding: 18px;
    border: 1px dashed #ced4da;
    border-radius: 6px;
    background: #f8f9fa;
    color: #6c757d;
    text-align: center;
}

.trades-empty-state strong[b-m98ufrrd5t] {
    color: #343a40;
}

/* =======================[ History ]======================= */
.order-history[b-m98ufrrd5t] { margin-bottom: 10px; }
.history-log[b-m98ufrrd5t] {
    overflow-y: auto;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 6px 10px;
    
}

/* =======================[ Buttons ]======================= */
.popup-buttons[b-m98ufrrd5t] {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    margin-top: 15px;
    padding: 10px;
}

.order-actions-row[b-m98ufrrd5t] {
    grid-column: 1 / span 2;
    display: flex;
    justify-content: stretch;
    margin-top: 14px;
    width: 100%;
}

.order-actions-stack[b-m98ufrrd5t] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 100%;
}

.order-actions-buttons[b-m98ufrrd5t] {
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
}

.order-actions-buttons .app-button[b-m98ufrrd5t] {
    flex: 1 1 0;
}

.new-order-link[b-m98ufrrd5t] {
    align-self: flex-end;
    margin-top: 5px;
    color: var(--app-selected-bg);
    text-decoration: underline;
    font-weight: 400;
}

.new-order-link:hover[b-m98ufrrd5t] {
    text-decoration: none;
}

/* =======================[ Readonly Label ]======================= */
.readonly-label[b-m98ufrrd5t] {
    padding: 2px 0;
    margin: 0;
    font-family: monospace;
    color: #212529;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* =======================[ Loading ]======================= */
.loading-container[b-m98ufrrd5t] {
    position: fixed;
    top: 0; left: 0;
    width: 100vw; height: 100vh;
    background: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loading-container .spinner[b-m98ufrrd5t] {
    --app-spinner-size: 50px;
    --app-spinner-border-width: 4px;
    --app-spinner-track-color: rgba(0,0,0,0.1);
    --app-spinner-active-color: #007bff;
}
.rejected-reason-card[b-m98ufrrd5t] {
    grid-column: 1 / span 2;
    padding: 10px;
    border-radius: 6px;
    margin-top: 8px;
    white-space: pre-line;
}
/* /Pages/Terminal/_TradeAgent.cshtml.rz.scp.css */
.console-app[b-21boyzsbcc] {
    height: 100%;
    min-height: 0;
    background: #f5f7fb;
    color: #1f2937;
    overflow: hidden;
}

.console-grid[b-21boyzsbcc] {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr) 295px;
    grid-template-rows: min-content minmax(320px, 1fr) minmax(230px, 0.75fr);
    height: 100%;
    min-height: 0;
    gap: 1px;
    background: #d2dae8;
}

.console-panel[b-21boyzsbcc] {
    background: #ffffff;
    overflow: hidden;
    min-height: 0;
    min-width: 0;
}

.watchlist-panel[b-21boyzsbcc] {
    grid-column: 3;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 0;
    min-width: 0;
    padding: 5px;
    overflow: hidden;
}

.watchlist-panel > .app-table-container[b-21boyzsbcc] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.quote-header-panel[b-21boyzsbcc] {
    grid-column: 1 / span 3;
    grid-row: 1;
    min-height: 0;
}

.quote-panel[b-21boyzsbcc] {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.order-ticket-panel[b-21boyzsbcc] {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.orders-panel[b-21boyzsbcc] {
    grid-column: 1 / span 3;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.orders-panel > .app-table-container[b-21boyzsbcc] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.ticket-card[b-21boyzsbcc] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    min-width: 0;
    margin: 0;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.search-row[b-21boyzsbcc] {
    display: flex;
    gap: 6px;
    align-items: center;
}

.quote-search-input[b-21boyzsbcc],
.order-filter-input[b-21boyzsbcc] {
    text-align: center;
    text-transform: uppercase;
}

.search-row > *[b-21boyzsbcc] {
    min-width: 0;
}

.ticket-bbo[b-21boyzsbcc] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 10px;
    border-bottom: 1px solid #d2dae8;
    white-space: nowrap;
}

.watchlist-star-active[b-21boyzsbcc] {
    color: #f7cc5c;
}

.quote-ribbon[b-21boyzsbcc] {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
}

.quote-ribbon-identity[b-21boyzsbcc],
.quote-ribbon-stats[b-21boyzsbcc] {
    min-width: 0;
}

.quote-ribbon-identity[b-21boyzsbcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.quote-ribbon-identity .search-row[b-21boyzsbcc] {
    width: 100%;
}

.quote-ribbon-identity .app-input[b-21boyzsbcc] {
    min-width: 0;
}

.search-input-wrap[b-21boyzsbcc] {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.search-input-wrap .app-input[b-21boyzsbcc] {
    padding-right: 36px;
}

.search-input-icon[b-21boyzsbcc] {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 34px;
    border: 0;
    border-left: 1px solid #d2dae8;
    background: transparent;
    color: inherit;
    display: grid;
    place-items: center;
    padding: 0;
}

.search-input-icon:hover[b-21boyzsbcc],
.search-input-icon:focus[b-21boyzsbcc] {
    background: transparent;
    color: inherit;
}

.watchlist-star-btn[b-21boyzsbcc] {
    width: 31px;
    min-width: 31px;
    height: 31px;
    border: 1px solid #d2dae8;
    border-radius: 4px;
    background: #ffffff;
    color: inherit;
    display: inline-grid;
    place-items: center;
    padding: 0;
}

.watchlist-star-btn:hover[b-21boyzsbcc],
.watchlist-star-btn:focus[b-21boyzsbcc] {
    background: var(--app-selected-surface);
    color: inherit;
}

.watchlist-star-btn.active[b-21boyzsbcc] {
    color: #f7cc5c;
}

.watchlist-star-btn > i[b-21boyzsbcc] {
    font-size: 17px;
    line-height: 1;
}

.quote-info-btn[b-21boyzsbcc] {
    width: 31px;
    min-width: 31px;
    height: 31px;
    border: 1px solid #d2dae8;
    border-radius: 4px;
    background: #ffffff;
    color: inherit;
    display: inline-grid;
    place-items: center;
    padding: 0;
}

.quote-info-btn:hover[b-21boyzsbcc],
.quote-info-btn:focus[b-21boyzsbcc] {
    background: var(--app-selected-surface);
    color: inherit;
}

.quote-info-btn > i[b-21boyzsbcc] {
    font-size: 17px;
    line-height: 1;
}

.quote-ribbon-stats[b-21boyzsbcc] {
    display: grid;
    grid-template-columns: repeat(8, max-content);
}

.quote-stat[b-21boyzsbcc] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8px;
}

.quote-stat-value[b-21boyzsbcc] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-panel[b-21boyzsbcc] {
    --widget-table-row-height: 20px;
    --quote-widget-market-depth-width: 420px;
    --quote-widget-times-sales-width: 420px;
    --quote-widget-vwap-width: 300px;
    --quote-widget-buyers-sellers-width: 540px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: flex-start;
    gap: 10px;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.widgets-table :is(th, td)[b-21boyzsbcc] {
    height: var(--widget-table-row-height);
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 16px;
}

.quote-widget[b-21boyzsbcc] {
    flex: 0 1 var(--quote-widget-width);
    min-width: min(100%, var(--quote-widget-width));
    max-width: 100%;
}

.quote-widget-market-depth[b-21boyzsbcc] {
    --quote-widget-width: var(--quote-widget-market-depth-width);
}

.quote-widget-times-sales[b-21boyzsbcc] {
    --quote-widget-width: var(--quote-widget-times-sales-width);
}

.quote-widget-vwap[b-21boyzsbcc] {
    --quote-widget-width: var(--quote-widget-vwap-width);
}

.quote-widget-buyers-sellers[b-21boyzsbcc] {
    --quote-widget-width: var(--quote-widget-buyers-sellers-width);
}

.watchlist-table[b-21boyzsbcc] {
    width: 100%;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.watchlist-table thead[b-21boyzsbcc] {
    display: block;
    width: 100%;
    overflow-y: auto;
    scrollbar-gutter: stable;
    background: var(--app-table-header-bg);
}

.watchlist-table tbody tr.loading-row[b-21boyzsbcc],
.watchlist-table tbody tr.no-data-row[b-21boyzsbcc] {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
}

.watchlist-table thead tr[b-21boyzsbcc],
.watchlist-table tbody tr:not(.loading-row):not(.no-data-row)[b-21boyzsbcc] {
    display: grid;
    grid-template-columns: minmax(52px, 28%) minmax(0, 20%) minmax(0, 20%) minmax(0, 20%) minmax(24px, 12%);
    align-items: stretch;
    width: 100%;
}

.watchlist-table :is(th, td)[b-21boyzsbcc] {
    min-width: 0;
}

.watchlist-table thead th[b-21boyzsbcc],
.watchlist-table tbody tr:not(.loading-row):not(.no-data-row) td[b-21boyzsbcc] {
    display: flex;
    align-items: center;
    background: inherit;
}

.watchlist-table tbody tr.loading-row td[b-21boyzsbcc],
.watchlist-table tbody tr.no-data-row td[b-21boyzsbcc] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

.watchlist-table :is(th, td).watchlist-symbol-col[b-21boyzsbcc] {
    justify-content: flex-start;
    text-align: left;
}

.watchlist-table :is(th, td):is(.watchlist-right-col, .watchlist-action-col)[b-21boyzsbcc] {
    justify-content: flex-end;
    text-align: right;
}

.watchlist-table tbody[b-21boyzsbcc] {
    display: block;
    flex: 1 1 0;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-gutter: stable;
}

.remove-watchlist-btn[b-21boyzsbcc] {
    position: relative;
    width: 15px;
    height: 15px;
    padding: 0;
    border: 0;
    border-radius: 2px;
    background: var(--app-red);
    vertical-align: middle;
}

.remove-watchlist-btn[b-21boyzsbcc]::before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 7px;
    height: 1px;
    background: white;
}

.market-depth-count:is(th, td)[b-21boyzsbcc],
.times-sales-center:is(th, td)[b-21boyzsbcc] {
    text-align: center;
}

.market-depth-bid-value:is(th, td)[b-21boyzsbcc] {
    text-align: right;
}

.see-more[b-21boyzsbcc] {
    cursor: pointer;
    color: #93c5fd;
}

.watchlist-depth-link[b-21boyzsbcc] {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 3px;
    color: var(--app-selected-bg);
    text-decoration: none;
}

.watchlist-depth-link:hover[b-21boyzsbcc],
.watchlist-depth-link:focus[b-21boyzsbcc] {
    background: var(--app-selected-surface);
    color: var(--app-selected-bg);
}

.watchlist-depth-link > i[b-21boyzsbcc] {
    font-size: 14px;
    line-height: 1;
}

.order-ticket-frame[b-21boyzsbcc] {
    display: block;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    width: 100%;
    border: 0;
    background: #ffffff;
}

.orders-header[b-21boyzsbcc] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.orders-toolbar[b-21boyzsbcc] {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-bottom: 1px solid #cfd8e6;
    background: #ffffff;
}

.orders-view-toggle[b-21boyzsbcc] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #cfd8e6;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.orders-view-btn[b-21boyzsbcc] {
    min-width: 110px;
    padding: 6px 12px;
    border: 0;
    background: #ffffff;
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.2;
}

.orders-view-btn + .orders-view-btn[b-21boyzsbcc] {
    border-left: 1px solid #cfd8e6;
}

.orders-view-btn.active[b-21boyzsbcc] {
    background: var(--app-primary);
    color: #ffffff;
}

.orders-filters[b-21boyzsbcc] {
    display: flex;
    gap: 6px;
}

.orders-filters .app-select[b-21boyzsbcc],
.orders-filters .app-input[b-21boyzsbcc] {
    min-width: 110px;
    max-width: 140px;
}

.orderbook-table .order-highlight-col[b-21boyzsbcc],
.orderbook-table .order-highlight-cell[b-21boyzsbcc] {
    width: 28px;
    min-width: 28px;
    max-width: 28px;
}

.order-highlight-checkbox[b-21boyzsbcc] {
    width: 16px;
    height: 16px;
    margin: 0;
    vertical-align: middle;
    cursor: pointer;
}

.order-id-value[b-21boyzsbcc],
.draft-symbol-value[b-21boyzsbcc] {
    color: var(--app-selected-bg);
}

.orderbook-table[b-21boyzsbcc] {
    min-width: 1707px;
}

.orderbook-table.orderbook-table-draft[b-21boyzsbcc] {
    min-width: 1024px;
}

.orderbook-table .order-col-highlight[b-21boyzsbcc] { width: 28px; }
.orderbook-table .order-col-posted-date[b-21boyzsbcc] { width: 124px; }
.orderbook-table .order-col-exec-time[b-21boyzsbcc] { width: 85px; }
.orderbook-table .order-col-order-id[b-21boyzsbcc] { width: 145px; }
.orderbook-table .order-col-account[b-21boyzsbcc] { width: 95px; }
.orderbook-table .order-col-client-code[b-21boyzsbcc] { width: 95px; }
.orderbook-table .order-col-side[b-21boyzsbcc] { width: 45px; }
.orderbook-table .order-col-symbol[b-21boyzsbcc] { width: 65px; }
.orderbook-table .order-col-sent-qty[b-21boyzsbcc] { width: 85px; }
.orderbook-table .order-col-exec-qty[b-21boyzsbcc] { width: 80px; }
.orderbook-table .order-col-sent-price[b-21boyzsbcc] { width: 80px; }
.orderbook-table .order-col-order-ahead[b-21boyzsbcc] { width: 80px; }
.orderbook-table .order-col-vol-ahead[b-21boyzsbcc] { width: 80px; }
.orderbook-table .order-col-status[b-21boyzsbcc] { width: 85px; }
.orderbook-table .order-col-avg-price[b-21boyzsbcc] { width: 75px; }
.orderbook-table .order-col-value[b-21boyzsbcc] { width: 90px; }
.orderbook-table .order-col-gross[b-21boyzsbcc] { width: 95px; }
.orderbook-table .order-col-exec-value[b-21boyzsbcc] { width: 95px; }
.orderbook-table .order-col-left-qty[b-21boyzsbcc] { width: 85px; }
.orderbook-table .order-col-expiry[b-21boyzsbcc] { width: 95px; }

.orderbook-table th[b-21boyzsbcc],
.orderbook-table td[b-21boyzsbcc] {
    text-align: center;
}

.orderbook-table .order-table-right[b-21boyzsbcc] {
    text-align: right;
}

.orderbook-table .order-status-cell[b-21boyzsbcc] {
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orderbook-table thead th[b-21boyzsbcc] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.orderbook-table tbody tr.orderbook-row-highlighted[b-21boyzsbcc],
.orderbook-table tbody tr.orderbook-row-highlighted:hover[b-21boyzsbcc] {
    background: var(--app-selected-bg);
    color: #ffffff;
}

.orderbook-table tbody tr.orderbook-row-highlighted .order-id-value[b-21boyzsbcc],
.orderbook-table tbody tr.orderbook-row-highlighted .draft-symbol-value[b-21boyzsbcc] {
    color: #ffffff;
}

.side-buy[b-21boyzsbcc] {
    background: var(--app-green);
    color: white;
}

.side-sell[b-21boyzsbcc] {
    background: var(--app-red);
    color: white;
}

.orders-summary-bar[b-21boyzsbcc] {
    flex: 0 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    margin-top: auto;
    gap: 1px;
    border-top: 1px solid #cfd8e6;
    background: #cfd8e6;
}

.orders-summary-item[b-21boyzsbcc] {
    min-width: 0;
    padding: 5px;
    background: #f8fafc;
    text-align: right;
}

.orders-summary-label[b-21boyzsbcc] {
    display: block;
    color: #64748b;
    font-size: 11px;
    line-height: 1.1;
}

.orders-summary-item strong[b-21boyzsbcc] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #111827;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 600;
}

.app-modal-dialog-compact[b-21boyzsbcc] {
    max-width: 520px;
    width: calc(100% - 32px);
}

.app-modal-body-compact[b-21boyzsbcc] {
    display: flex;
    min-height: 0;
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
    overflow: hidden;
}

.app-modal-body-compact > .app-table-container[b-21boyzsbcc] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.app-modal-body-auto[b-21boyzsbcc] {
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
}

.app-modal-widget-table thead th[b-21boyzsbcc] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.app-modal-body-compact .app-table-container-header[b-21boyzsbcc] {
    z-index: 4;
}

.app-modal-body-compact .app-modal-widget-table thead th[b-21boyzsbcc] {
    top: 29px;
}

.quote-info-table th[b-21boyzsbcc] {
    width: 42%;
}

.quote-info-table td[b-21boyzsbcc] {
    word-break: break-word;
}
/* /Pages/Terminal/_TradeClient.cshtml.rz.scp.css */
.console-app[b-qwc07mmfqf] {
    height: 100%;
    min-height: 0;
    background: #f5f7fb;
    color: #1f2937;
    overflow: hidden;
}

.console-grid[b-qwc07mmfqf] {
    display: grid;
    grid-template-columns: 155px minmax(0, 1fr) 250px;
    grid-template-rows: min-content minmax(320px, 1fr) minmax(230px, 0.75fr);
    height: 100%;
    min-height: 0;
    gap: 1px;
    background: #d2dae8;
}

.console-panel[b-qwc07mmfqf] {
    background: #ffffff;
    overflow: hidden;
    min-height: 0;
    min-width: 0;
}

.watchlist-panel[b-qwc07mmfqf] {
    grid-column: 1;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-height: 0;
    min-width: 0;
    padding: 5px;
    overflow: hidden;
}

.watchlist-panel > .app-table-container[b-qwc07mmfqf] {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.quote-header-panel[b-qwc07mmfqf] {
    grid-column: 1 / span 3;
    grid-row: 1;
    min-height: 0;
}

.quote-panel[b-qwc07mmfqf] {
    grid-column: 2;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.order-ticket-panel[b-qwc07mmfqf] {
    grid-column: 3;
    grid-row: 2;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.orders-panel[b-qwc07mmfqf] {
    grid-column: 1 / span 3;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.orders-panel > .app-table-container[b-qwc07mmfqf] {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.ticket-card[b-qwc07mmfqf] {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    min-width: 0;
    margin: 0;
    background: #ffffff;
    border: 0;
    border-radius: 0;
    overflow: hidden;
}

.search-row[b-qwc07mmfqf] {
    display: flex;
    gap: 6px;
    align-items: center;
}

.quote-search-input[b-qwc07mmfqf],
.order-filter-input[b-qwc07mmfqf] {
    text-align: center;
    text-transform: uppercase;
}

.search-row > *[b-qwc07mmfqf] {
    min-width: 0;
}

.ticket-bbo[b-qwc07mmfqf] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    padding: 6px 10px;
    border-bottom: 1px solid #d2dae8;
    white-space: nowrap;
}

.watchlist-star-active[b-qwc07mmfqf] {
    color: #f7cc5c;
}

.quote-ribbon[b-qwc07mmfqf] {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
}

.quote-ribbon-identity[b-qwc07mmfqf],
.quote-ribbon-stats[b-qwc07mmfqf] {
    min-width: 0;
}

.quote-ribbon-identity[b-qwc07mmfqf] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.quote-ribbon-identity .search-row[b-qwc07mmfqf] {
    width: 100%;
}

.quote-ribbon-identity .app-input[b-qwc07mmfqf] {
    min-width: 0;
}

.search-input-wrap[b-qwc07mmfqf] {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
}

.search-input-wrap .app-input[b-qwc07mmfqf] {
    padding-right: 36px;
}

.search-input-icon[b-qwc07mmfqf] {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    width: 34px;
    border: 0;
    border-left: 1px solid #d2dae8;
    background: transparent;
    color: inherit;
    display: grid;
    place-items: center;
    padding: 0;
}

.search-input-icon:hover[b-qwc07mmfqf],
.search-input-icon:focus[b-qwc07mmfqf] {
    background: transparent;
    color: inherit;
}

.watchlist-star-btn[b-qwc07mmfqf] {
    width: 31px;
    min-width: 31px;
    height: 31px;
    border: 1px solid #d2dae8;
    border-radius: 4px;
    background: #ffffff;
    color: inherit;
    display: inline-grid;
    place-items: center;
    padding: 0;
}

.watchlist-star-btn:hover[b-qwc07mmfqf],
.watchlist-star-btn:focus[b-qwc07mmfqf] {
    background: var(--app-selected-surface);
    color: inherit;
}

.watchlist-star-btn.active[b-qwc07mmfqf] {
    color: #f7cc5c;
}

.watchlist-star-btn > i[b-qwc07mmfqf] {
    font-size: 17px;
    line-height: 1;
}

.quote-info-btn[b-qwc07mmfqf] {
    width: 31px;
    min-width: 31px;
    height: 31px;
    border: 1px solid #d2dae8;
    border-radius: 4px;
    background: #ffffff;
    color: inherit;
    display: inline-grid;
    place-items: center;
    padding: 0;
}

.quote-info-btn:hover[b-qwc07mmfqf],
.quote-info-btn:focus[b-qwc07mmfqf] {
    background: var(--app-selected-surface);
    color: inherit;
}

.quote-info-btn > i[b-qwc07mmfqf] {
    font-size: 17px;
    line-height: 1;
}

.quote-ribbon-stats[b-qwc07mmfqf] {
    display: grid;
    grid-template-columns: repeat(8, max-content);
}

.quote-stat[b-qwc07mmfqf] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 8px;
}


.quote-stat-value[b-qwc07mmfqf] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-panel[b-qwc07mmfqf] {
    --widget-table-row-height: 20px;
    --quote-widget-market-depth-width: 420px;
    --quote-widget-times-sales-width: 420px;
    --quote-widget-vwap-width: 300px;
    --quote-widget-buyers-sellers-width: 540px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    align-content: flex-start;
    gap: 10px;
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.widgets-table :is(th, td)[b-qwc07mmfqf] {
    height: var(--widget-table-row-height);
    padding-top: 1px;
    padding-bottom: 1px;
    line-height: 16px;
}

.quote-widget[b-qwc07mmfqf] {
    flex: 0 1 var(--quote-widget-width);
    min-width: min(100%, var(--quote-widget-width));
    max-width: 100%;
}

.quote-widget-market-depth[b-qwc07mmfqf] {
    --quote-widget-width: var(--quote-widget-market-depth-width);
}

.quote-widget-times-sales[b-qwc07mmfqf] {
    --quote-widget-width: var(--quote-widget-times-sales-width);
}

.quote-widget-vwap[b-qwc07mmfqf] {
    --quote-widget-width: var(--quote-widget-vwap-width);
}

.quote-widget-buyers-sellers[b-qwc07mmfqf] {
    --quote-widget-width: var(--quote-widget-buyers-sellers-width);
}

.watchlist-table[b-qwc07mmfqf] {
    width: 100%;
    table-layout: fixed;
}

.watchlist-table .watchlist-symbol-col[b-qwc07mmfqf] {
    width: 48%;
}

.watchlist-table .watchlist-value-col[b-qwc07mmfqf] {
    width: 36%;
}

.watchlist-table .watchlist-star-col[b-qwc07mmfqf] {
    width: 16%;
}

.watchlist-table .loading-row td[b-qwc07mmfqf],
.watchlist-table .no-data-row td[b-qwc07mmfqf] {
    height: 72px;
    text-align: center;
    vertical-align: middle;
    color: var(--app-muted);
}

.watchlist-quote-row[b-qwc07mmfqf] {
    cursor: pointer;
}

.watchlist-symbol-cell > span[b-qwc07mmfqf],
.watchlist-value-cell > span[b-qwc07mmfqf],
.watchlist-quote-symbol[b-qwc07mmfqf],
.watchlist-quote-price[b-qwc07mmfqf] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.watchlist-quote-symbol[b-qwc07mmfqf] {
    letter-spacing: 0;
}

.watchlist-quote-price[b-qwc07mmfqf] {
    text-align: right;
}

.watchlist-symbol-cell > span:last-child[b-qwc07mmfqf],
.watchlist-value-cell > span:last-child[b-qwc07mmfqf] {
    font-size: 12px;
}

.watchlist-symbol-cell > span:last-child[b-qwc07mmfqf] {
    padding-left: 5px;
}

.watchlist-value-cell > span[b-qwc07mmfqf] {
    text-align: right;
}

.watchlist-star-cell[b-qwc07mmfqf] {
    text-align: center;
    vertical-align: middle;
}

.watchlist-quote-star[b-qwc07mmfqf] {
    width: 100%;
    height: 22px;
    border: 0;
    border-radius: 3px;
    background: transparent;
    color: #f7cc5c;
    display: inline-grid;
    place-items: center;
    padding: 0;
}

.watchlist-quote-star:hover[b-qwc07mmfqf],
.watchlist-quote-star:focus[b-qwc07mmfqf] {
    background: rgba(247, 204, 92, 0.18);
    color: #d8a800;
}

.watchlist-quote-star > i[b-qwc07mmfqf] {
    font-size: 14px;
    line-height: 1;
}

.market-depth-count:is(th, td)[b-qwc07mmfqf],
.times-sales-center:is(th, td)[b-qwc07mmfqf] {
    text-align: center;
}

.market-depth-bid-value:is(th, td)[b-qwc07mmfqf] {
    text-align: right;
}

.see-more[b-qwc07mmfqf] {
    cursor: pointer;
    color: #93c5fd;
}

.watchlist-depth-link[b-qwc07mmfqf] {
    width: 24px;
    height: 24px;
    display: inline-grid;
    place-items: center;
    border-radius: 3px;
    color: var(--app-selected-bg);
    text-decoration: none;
}

.watchlist-depth-link:hover[b-qwc07mmfqf],
.watchlist-depth-link:focus[b-qwc07mmfqf] {
    background: var(--app-selected-surface);
    color: var(--app-selected-bg);
}

.watchlist-depth-link > i[b-qwc07mmfqf] {
    font-size: 14px;
    line-height: 1;
}

.order-ticket-frame[b-qwc07mmfqf] {
    display: block;
    flex: 1 1 auto;
    height: 100%;
    min-height: 0;
    width: 100%;
    border: 0;
    background: #ffffff;
}

.orders-header[b-qwc07mmfqf] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.orders-toolbar[b-qwc07mmfqf] {
    flex: 0 0 auto;
    padding: 4px 8px;
    border-bottom: 1px solid #cfd8e6;
    background: #ffffff;
}

.orders-view-toggle[b-qwc07mmfqf] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #cfd8e6;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
}

.orders-view-btn[b-qwc07mmfqf] {
    min-width: 110px;
    padding: 6px 12px;
    border: 0;
    background: #ffffff;
    color: #4b5563;
    font-size: 0.9rem;
    line-height: 1.2;
}

.orders-view-btn + .orders-view-btn[b-qwc07mmfqf] {
    border-left: 1px solid #cfd8e6;
}

.orders-view-btn.active[b-qwc07mmfqf] {
    background: var(--app-selected-bg);
    color: #ffffff;
}

.orders-filters[b-qwc07mmfqf] {
    display: flex;
    gap: 6px;
}

.orders-filters .app-select[b-qwc07mmfqf],
.orders-filters .app-input[b-qwc07mmfqf] {
    min-width: 110px;
    max-width: 140px;
}

.order-id-value[b-qwc07mmfqf],
.draft-symbol-value[b-qwc07mmfqf] {
    color: var(--app-selected-bg);
}

.orderbook-table[b-qwc07mmfqf] {
    min-width: 1679px;
}

.orderbook-table.orderbook-table-draft[b-qwc07mmfqf] {
    min-width: 996px;
}

.orderbook-table .order-col-posted-date[b-qwc07mmfqf] { width: 124px; }
.orderbook-table .order-col-exec-time[b-qwc07mmfqf] { width: 85px; }
.orderbook-table .order-col-order-id[b-qwc07mmfqf] { width: 145px; }
.orderbook-table .order-col-account[b-qwc07mmfqf] { width: 95px; }
.orderbook-table .order-col-client-code[b-qwc07mmfqf] { width: 95px; }
.orderbook-table .order-col-side[b-qwc07mmfqf] { width: 45px; }
.orderbook-table .order-col-symbol[b-qwc07mmfqf] { width: 65px; }
.orderbook-table .order-col-sent-qty[b-qwc07mmfqf] { width: 85px; }
.orderbook-table .order-col-exec-qty[b-qwc07mmfqf] { width: 80px; }
.orderbook-table .order-col-sent-price[b-qwc07mmfqf] { width: 80px; }
.orderbook-table .order-col-order-ahead[b-qwc07mmfqf] { width: 80px; }
.orderbook-table .order-col-vol-ahead[b-qwc07mmfqf] { width: 80px; }
.orderbook-table .order-col-status[b-qwc07mmfqf] { width: 85px; }
.orderbook-table .order-col-avg-price[b-qwc07mmfqf] { width: 75px; }
.orderbook-table .order-col-value[b-qwc07mmfqf] { width: 90px; }
.orderbook-table .order-col-gross[b-qwc07mmfqf] { width: 95px; }
.orderbook-table .order-col-exec-value[b-qwc07mmfqf] { width: 95px; }
.orderbook-table .order-col-left-qty[b-qwc07mmfqf] { width: 85px; }
.orderbook-table .order-col-expiry[b-qwc07mmfqf] { width: 95px; }

.orderbook-table tbody tr.orderbook-row-highlighted .order-id-value[b-qwc07mmfqf],
.orderbook-table tbody tr.orderbook-row-highlighted .draft-symbol-value[b-qwc07mmfqf] {
    color: #ffffff;
}

.orderbook-table th[b-qwc07mmfqf],
.orderbook-table td[b-qwc07mmfqf] {
    text-align: center;
}

.orderbook-table .order-table-right[b-qwc07mmfqf] {
    text-align: right;
}

.orderbook-table .order-status-cell[b-qwc07mmfqf] {
    max-width: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orderbook-table thead th[b-qwc07mmfqf] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.side-buy[b-qwc07mmfqf] {
    background: var(--app-green);
    color: white;
}

.side-sell[b-qwc07mmfqf] {
    background: var(--app-red);
    color: white;
}

.app-modal-dialog-compact[b-qwc07mmfqf] {
    max-width: 520px;
    width: calc(100% - 32px);
}

.app-modal-body-compact[b-qwc07mmfqf] {
    display: flex;
    min-height: 0;
    max-height: calc(100vh - 120px);
    max-height: calc(100dvh - 120px);
    overflow: hidden;
}

.app-modal-body-compact > .app-table-container[b-qwc07mmfqf] {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.app-modal-body-auto[b-qwc07mmfqf] {
    max-height: calc(100vh - 100px);
    max-height: calc(100dvh - 100px);
    overflow-y: auto;
}

.app-modal-widget-table thead th[b-qwc07mmfqf] {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

.app-modal-body-compact .app-table-container-header[b-qwc07mmfqf] {
    z-index: 4;
}

.app-modal-body-compact .app-modal-widget-table thead th[b-qwc07mmfqf] {
    top: 29px;
}

.quote-info-table th[b-qwc07mmfqf] {
    width: 42%;
}

.quote-info-table td[b-qwc07mmfqf] {
    word-break: break-word;
}
