/* /Pages/Login/LoginPage.razor.rz.scp.css */
[b-tymqsgal2u] .login-container {
    max-width: 480px;
}

[b-tymqsgal2u] .custom-button-color {
    background-color: #23ae90 !important;
    border-color: #23ae90 !important;
}
/* /Pages/Notice/NoticePage.razor.rz.scp.css */
[b-uxm9mr1c3o] .disable-pointer-events {
    pointer-events: none;
}
/* /Pages/OrderRecord/OrderRecordPage.razor.rz.scp.css */
[b-ih4he1bbzd] .monospace-font {
    font-family: monospace;
}
/* /Pages/Order/OrderPage.razor.rz.scp.css */
[b-a17h691pot] .disable-pointer-events {
    pointer-events: none;
}

[b-a17h691pot] .last-price {
    background-color: rgba(253, 244, 191, 1.0);
    color: rgba(157, 36, 12, 1.0);
}

[b-a17h691pot] .previous-close {
    background-color: lightgrey;
}

[b-a17h691pot] .high-price {
    background-color: rgba(255, 227, 227, 0.7);
}

[b-a17h691pot] .low-price {
    background-color: rgba(215, 233, 255, 0.7);
}

[b-a17h691pot] .stop-loss {
    background-color: rgba(153, 217, 234, 1.0);
    color: rgba(153, 217, 234, 1.0);
}

[b-a17h691pot] .take-profit {
    background-color: rgba(255, 174, 201, 1.0);
    color: rgba(255, 174, 201, 1.0);
}

[b-a17h691pot] .sell-mit-qty {
    background-color: rgba(219, 238, 244, 0.7);
}

[b-a17h691pot] .sell-order-qty {
    background-color: rgba(192, 217, 241, 0.7);
}

[b-a17h691pot] .sell-qty {
    background-color: rgba(215, 233, 255, 0.7);
}

[b-a17h691pot] .buy-qty {
    background-color: rgba(255, 227, 227, 0.7);
}

[b-a17h691pot] .buy-order-qty {
    background-color: rgba(252, 213, 181, 0.7);
}

[b-a17h691pot] .buy-mit-qty {
    background-color: rgba(253, 234, 218, 0.7);
}

[b-a17h691pot] .col-1-5 {
    flex: 0 0 20%;
    max-width: 20%;
}

[b-a17h691pot] .fixed-middle-row-cell {
    border-bottom: 1px solid #666666 !important;
}
/* /Pages/Referrer/ReferrerPage.razor.rz.scp.css */
/* /Pages/Register/RegisterPage.razor.rz.scp.css */
[b-9qqlg27cgj] .register-container {
    max-width: 480px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-2i236vtkkq] .card {
    display: flex;
    flex-direction: column;
    height: fit-content;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

[b-2i236vtkkq] .chart-layout {
    height: 100vh;
}

[b-2i236vtkkq] .card-body {
    flex-grow: 1;
    overflow: auto;
    width: 100%;
    height: 100%;
}

[b-2i236vtkkq] .header-bg {
    background-color: transparent;
    width: 50%;
}

[b-2i236vtkkq] .dxbl-menu.dxbl-menu-horizontal .dxbl-menu-title {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

[b-2i236vtkkq] .dropdown-menu {
    background-color: #343a40;
    font-size: 30px;
}

[b-2i236vtkkq] .header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[b-2i236vtkkq] .logout-button {
    margin-left: auto;
    white-space: nowrap;
}
