/* /Components/ContactInfo/ContactInfo.razor.rz.scp.css */
.contact-info[b-qvhcxmndue] {
    text-align: right;
    font-size: 0.9rem;
    line-height: 1.4;
}

.contact-info a[b-qvhcxmndue] {
    color: inherit;
    text-decoration: none;
}
.contact-info a:hover[b-qvhcxmndue] {
    text-decoration: underline;
}
/* /Components/CustomerSelector/CustomerSelector.razor.rz.scp.css */
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-hyyrbh885p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-hyyrbh885p] {
    flex: 1;
}

.sidebar[b-hyyrbh885p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-hyyrbh885p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-hyyrbh885p]  a, .top-row[b-hyyrbh885p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-hyyrbh885p]  a:hover, .top-row[b-hyyrbh885p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-hyyrbh885p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-hyyrbh885p] {
        justify-content: space-between;
    }

    .top-row[b-hyyrbh885p]  a, .top-row[b-hyyrbh885p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-hyyrbh885p] {
        flex-direction: row;
    }

    .sidebar[b-hyyrbh885p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: width 0.2s ease;
    }

    .sidebar.collapsed[b-hyyrbh885p] {
        width: 64px;
    }

    .top-row[b-hyyrbh885p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-hyyrbh885p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-hyyrbh885p], article[b-hyyrbh885p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-hyyrbh885p] {
    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-hyyrbh885p] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-u0d1wfr2g0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-u0d1wfr2g0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-u0d1wfr2g0] {
    height: 5.5rem;
    background-color: rgba(255, 255, 255, 1.0);
}

.navbar-brand[b-u0d1wfr2g0] {
    font-size: 1.1rem;
}

.navbar-logo[b-u0d1wfr2g0] {
    height: 60px; /* Adjust the size of the logo */
    width: auto;
}

.bi[b-u0d1wfr2g0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
    vertical-align: middle;
}

/* Home */
.bi-house-door-fill-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

/* Overview */
.bi-grid-1x2-fill-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-grid-1x2-fill' viewBox='0 0 16 16'%3E%3Cpath d='M0 1a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm9 0a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1zm0 9a1 1 0 0 1 1-1h5a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}

/* mFRR Bidding */
.bi-cash-stack-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-cash-stack' viewBox='0 0 16 16'%3E%3Cpath d='M1 3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1zm7 8a2 2 0 1 0 0-4 2 2 0 0 0 0 4'/%3E%3Cpath d='M0 5a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1zm3 0a2 2 0 0 1-2 2v4a2 2 0 0 1 2 2h10a2 2 0 0 1 2-2V7a2 2 0 0 1-2-2z'/%3E%3C/svg%3E");
}

/* Ancillary Services History */
.bi-clock-history-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-clock-history' viewBox='0 0 16 16'%3E%3Cpath d='M8.515 1.019A7 7 0 0 0 8 1V0a8 8 0 0 1 .589.022zm2.004.45a7 7 0 0 0-.985-.299l.219-.976q.576.129 1.126.342zm1.37.71a7 7 0 0 0-.439-.27l.493-.87a8 8 0 0 1 .979.654l-.615.789a7 7 0 0 0-.418-.302zm1.834 1.79a7 7 0 0 0-.653-.796l.724-.69q.406.429.747.91zm.744 1.352a7 7 0 0 0-.214-.468l.893-.45a8 8 0 0 1 .45 1.088l-.95.313a7 7 0 0 0-.179-.483m.53 2.507a7 7 0 0 0-.1-1.025l.985-.17q.1.58.116 1.17zm-.131 1.538q.05-.254.081-.51l.993.123a8 8 0 0 1-.23 1.155l-.964-.267q.069-.247.12-.501m-.952 2.379q.276-.436.486-.908l.914.405q-.253.57-.583 1.098zm-1.668 1.8q.346-.366.645-.77l.8.6a8 8 0 0 1-.782.933zm-1.573 1.029a7 7 0 0 0 .695-.518l.632.766a8 8 0 0 1-.833.63zm-2.413.905a7 7 0 0 0 .954-.262l.317.947a8 8 0 0 1-1.146.32zM0 8a8 8 0 0 1 8-8v1a7 7 0 1 0 7 7h1a8 8 0 0 1-16 0'/%3E%3Cpath d='M7.5 3a.5.5 0 0 1 .5.5v5.21l3.248 1.856a.5.5 0 0 1-.496.868l-3.5-2A.5.5 0 0 1 7 9V3.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

/* Trading Monitor */
.bi-display-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-display' viewBox='0 0 16 16'%3E%3Cpath d='M0 4s0-2 2-2h12s2 0 2 2v6s0 2-2 2h-4q0 1 .25 1.5H11a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1h.75Q6 13 6 12H2s-2 0-2-2zm1.398-.855a.76.76 0 0 0-.254.302A1.5 1.5 0 0 0 1 4.01V10c0 .325.078.502.145.602q.105.156.302.254a1.5 1.5 0 0 0 .538.143L2.01 11H14c.325 0 .502-.078.602-.145a.76.76 0 0 0 .254-.302 1.5 1.5 0 0 0 .143-.538L15 9.99V4c0-.325-.078-.502-.145-.602a.76.76 0 0 0-.302-.254A1.5 1.5 0 0 0 13.99 3H2c-.325 0-.502.078-.602.145'/%3E%3C/svg%3E");
}

/* Reporting Monitor */
.bi-bar-chart-fill-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-bar-chart-fill' viewBox='0 0 16 16'%3E%3Cpath d='M1 11a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1zm5-4a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v7a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1zm5-5a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}

/* Order Summary */
.bi-bag-check-fill-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-bag-check-fill' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.5 3.5a2.5 2.5 0 0 0-5 0V4h5zm1 0V4H15v10a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V4h3.5v-.5a3.5 3.5 0 1 1 7 0m-.646 5.354a.5.5 0 0 0-.708-.708L7.5 10.793 6.354 9.646a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z'/%3E%3C/svg%3E");
}

/* Trade Summary */
.bi-list-task-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-list-task' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 2.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V3a.5.5 0 0 0-.5-.5zM3 3H2v1h1z'/%3E%3Cpath d='M5 3.5a.5.5 0 0 1 .5-.5h9a.5.5 0 0 1 0 1h-9a.5.5 0 0 1-.5-.5M5.5 7a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1zm0 4a.5.5 0 0 0 0 1h9a.5.5 0 0 0 0-1z'/%3E%3Cpath fill-rule='evenodd' d='M1.5 7a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H2a.5.5 0 0 1-.5-.5zM2 7h1v1H2zm0 3.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm1 .5H2v1h1z'/%3E%3C/svg%3E");
}

/* Time Series */
.bi-calendar4-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-calendar4' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M2 2a1 1 0 0 0-1 1v1h14V3a1 1 0 0 0-1-1zm13 3H1v9a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1z'/%3E%3C/svg%3E");
}

/* Intraday Messages */
.bi-envelope-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-envelope' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z'/%3E%3C/svg%3E");
}

/* Order Books */
.bi-journals-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-journals' viewBox='0 0 16 16'%3E%3Cpath d='M5 0h8a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2 2 2 0 0 1-2 2H3a2 2 0 0 1-2-2h1a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1H1a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v9a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1H3a2 2 0 0 1 2-2'/%3E%3Cpath d='M1 6v-.5a.5.5 0 0 1 1 0V6h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 3v-.5a.5.5 0 0 1 1 0V9h.5a.5.5 0 0 1 0 1h-2a.5.5 0 0 1 0-1zm0 2.5v.5H.5a.5.5 0 0 0 0 1h2a.5.5 0 0 0 0-1H2v-.5a.5.5 0 0 0-1 0'/%3E%3C/svg%3E");
}

/* Control room */
.bi-toggles-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-toggles' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 9a3.5 3.5 0 1 0 0 7h7a3.5 3.5 0 1 0 0-7zm7 6a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5m-7-14a2.5 2.5 0 1 0 0 5 2.5 2.5 0 0 0 0-5m2.45 0A3.5 3.5 0 0 1 8 3.5 3.5 3.5 0 0 1 6.95 6h4.55a2.5 2.5 0 0 0 0-5zM4.5 0h7a3.5 3.5 0 1 1 0 7h-7a3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E");
}

/* Admin */
.bi-tools-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-tools' viewBox='0 0 16 16'%3E%3Cpath d='M1 0 0 1l2.2 3.081a1 1 0 0 0 .815.419h.07a1 1 0 0 1 .708.293l2.675 2.675-2.617 2.654A3.003 3.003 0 0 0 0 13a3 3 0 1 0 5.878-.851l2.654-2.617.968.968-.305.914a1 1 0 0 0 .242 1.023l3.27 3.27a.997.997 0 0 0 1.414 0l1.586-1.586a.997.997 0 0 0 0-1.414l-3.27-3.27a1 1 0 0 0-1.023-.242L10.5 9.5l-.96-.96 2.68-2.643A3.005 3.005 0 0 0 16 3q0-.405-.102-.777l-2.14 2.141L12 4l-.364-1.757L13.777.102a3 3 0 0 0-3.675 3.68L7.462 6.46 4.793 3.793a1 1 0 0 1-.293-.707v-.071a1 1 0 0 0-.419-.814zm9.646 10.646a.5.5 0 0 1 .708 0l2.914 2.915a.5.5 0 0 1-.707.707l-2.915-2.914a.5.5 0 0 1 0-.708M3 11l.471.242.529.026.287.445.445.287.026.529L5 13l-.242.471-.026.529-.445.287-.287.445-.529.026L3 15l-.471-.242L2 14.732l-.287-.445L1.268 14l-.026-.529L1 13l.242-.471.026-.529.445-.287.287-.445.529-.026z'/%3E%3C/svg%3E");
}

/* Utility Cloud */
.bi-cloud-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-cloud' viewBox='0 0 16 16'%3E%3Cpath d='M4.406 3.342A5.53 5.53 0 0 1 8 2c2.69 0 4.923 2 5.166 4.579C14.758 6.804 16 8.137 16 9.773 16 11.569 14.502 13 12.687 13H3.781C1.708 13 0 11.366 0 9.318c0-1.763 1.266-3.223 2.942-3.593.143-.863.698-1.723 1.464-2.383m.653.757c-.757.653-1.153 1.44-1.153 2.056v.448l-.445.049C2.064 6.805 1 7.952 1 9.318 1 10.785 2.23 12 3.781 12h8.906C13.98 12 15 10.988 15 9.773c0-1.216-1.02-2.228-2.313-2.228h-.5v-.5C12.188 4.825 10.328 3 8 3a4.53 4.53 0 0 0-2.941 1.1z'/%3E%3C/svg%3E");
}

/* Users */
.bi-people-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-people' viewBox='0 0 16 16'%3E%3Cpath d='M15 14s1 0 1-1-1-4-5-4-5 3-5 4 1 1 1 1zm-7.978-1L7 12.996c.001-.264.167-1.03.76-1.72C8.312 10.629 9.282 10 11 10c1.717 0 2.687.63 3.24 1.276.593.69.758 1.457.76 1.72l-.008.002-.014.002zM11 7a2 2 0 1 0 0-4 2 2 0 0 0 0 4m3-2a3 3 0 1 1-6 0 3 3 0 0 1 6 0M6.936 9.28a6 6 0 0 0-1.23-.247A7 7 0 0 0 5 9c-4 0-5 3-5 4q0 1 1 1h4.216A2.24 2.24 0 0 1 5 13c0-1.01.377-2.042 1.09-2.904.243-.294.526-.569.846-.816M4.92 10A5.5 5.5 0 0 0 4 13H1c0-.26.164-1.03.76-1.724.545-.636 1.492-1.256 3.16-1.275ZM1.5 5.5a3 3 0 1 1 6 0 3 3 0 0 1-6 0m3-2a2 2 0 1 0 0 4 2 2 0 0 0 0-4'/%3E%3C/svg%3E");
}

/* Accounts */
.bi-person-circle-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-person-circle' viewBox='0 0 16 16'%3E%3Cpath d='M11 6a3 3 0 1 1-6 0 3 3 0 0 1 6 0'/%3E%3Cpath fill-rule='evenodd' d='M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8m8-7a7 7 0 0 0-5.468 11.37C3.242 11.226 4.805 10 8 10s4.757 1.225 5.468 2.37A7 7 0 0 0 8 1'/%3E%3C/svg%3E");
}

/* Locations */
.bi-geo-alt-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-geo-alt' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A32 32 0 0 1 8 14.58a32 32 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}

/* Customer Orders */
.bi-bag-check-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-bag-check' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M10.854 8.146a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 0 1 .708-.708L7.5 10.793l2.646-2.647a.5.5 0 0 1 .708 0'/%3E%3Cpath d='M8 1a2.5 2.5 0 0 1 2.5 2.5V4h-5v-.5A2.5 2.5 0 0 1 8 1m3.5 3v-.5a3.5 3.5 0 1 0-7 0V4H1v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4zM2 5h12v9a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1z'/%3E%3C/svg%3E");
}

/* Customer Trades */
.bi-wallet2-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-wallet2' viewBox='0 0 16 16'%3E%3Cpath d='M12.136.326A1.5 1.5 0 0 1 14 1.78V3h.5A1.5 1.5 0 0 1 16 4.5v9a1.5 1.5 0 0 1-1.5 1.5h-13A1.5 1.5 0 0 1 0 13.5v-9a1.5 1.5 0 0 1 1.432-1.499zM5.562 3H13V1.78a.5.5 0 0 0-.621-.484zM1.5 4a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}

/* Delivery Area */
.bi-map-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-map' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15.817.113A.5.5 0 0 1 16 .5v14a.5.5 0 0 1-.402.49l-5 1a.5.5 0 0 1-.196 0L5.5 15.01l-4.902.98A.5.5 0 0 1 0 15.5v-14a.5.5 0 0 1 .402-.49l5-1a.5.5 0 0 1 .196 0L10.5.99l4.902-.98a.5.5 0 0 1 .415.103M10 1.91l-4-.8v12.98l4 .8zm1 12.98 4-.8V1.11l-4 .8zm-6-.8V1.11l-4 .8v12.98z'/%3E%3C/svg%3E");
}

/* Intraday Contract */
.bi-file-earmark-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-file-earmark' viewBox='0 0 16 16'%3E%3Cpath d='M14 4.5V14a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V2a2 2 0 0 1 2-2h5.5zm-3 0A1.5 1.5 0 0 1 9.5 3V1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h8a1 1 0 0 0 1-1V4.5z'/%3E%3C/svg%3E");
}

/* Intraday Order */
.bi-card-list-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-card-list' viewBox='0 0 16 16'%3E%3Cpath d='M14.5 3a.5.5 0 0 1 .5.5v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9a.5.5 0 0 1 .5-.5zm-13-1A1.5 1.5 0 0 0 0 3.5v9A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-9A1.5 1.5 0 0 0 14.5 2z'/%3E%3Cpath d='M5 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 5 8m0-2.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m0 5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5m-1-5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0M4 8a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0m0 2.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0'/%3E%3C/svg%3E");
}

/* Private Trades */
.bi-cart-check-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-cart-check' viewBox='0 0 16 16'%3E%3Cpath d='M11.354 6.354a.5.5 0 0 0-.708-.708L8 8.293 6.854 7.146a.5.5 0 1 0-.708.708l1.5 1.5a.5.5 0 0 0 .708 0z'/%3E%3Cpath d='M.5 1a.5.5 0 0 0 0 1h1.11l.401 1.607 1.498 7.985A.5.5 0 0 0 4 12h1a2 2 0 1 0 0 4 2 2 0 0 0 0-4h7a2 2 0 1 0 0 4 2 2 0 0 0 0-4h1a.5.5 0 0 0 .491-.408l1.5-8A.5.5 0 0 0 14.5 3H2.89l-.405-1.621A.5.5 0 0 0 2 1zm3.915 10L3.102 4h10.796l-1.313 7zM6 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0m7 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0'/%3E%3C/svg%3E");
}

/* Capacities */
.bi-lightning-charge-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-lightning-charge' viewBox='0 0 16 16'%3E%3Cpath d='M11.251.068a.5.5 0 0 1 .227.58L9.677 6.5H13a.5.5 0 0 1 .364.843l-8 8.5a.5.5 0 0 1-.842-.49L6.323 9.5H3a.5.5 0 0 1-.364-.843l8-8.5a.5.5 0 0 1 .615-.09zM4.157 8.5H7a.5.5 0 0 1 .478.647L6.11 13.59l5.732-6.09H9a.5.5 0 0 1-.478-.647L9.89 2.41z'/%3E%3C/svg%3E");
}

/* Public Statistic */
.bi-file-bar-graph-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-file-bar-graph' viewBox='0 0 16 16'%3E%3Cpath d='M4.5 12a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5zm3 0a.5.5 0 0 1-.5-.5v-4a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v4a.5.5 0 0 1-.5.5zm3 0a.5.5 0 0 1-.5-.5v-6a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5z'/%3E%3Cpath d='M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1'/%3E%3C/svg%3E");
}

/* Public Trades */
.bi-shop-window-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-shop-window' viewBox='0 0 16 16'%3E%3Cpath d='M2.97 1.35A1 1 0 0 1 3.73 1h8.54a1 1 0 0 1 .76.35l2.609 3.044A1.5 1.5 0 0 1 16 5.37v.255a2.375 2.375 0 0 1-4.25 1.458A2.37 2.37 0 0 1 9.875 8 2.37 2.37 0 0 1 8 7.083 2.37 2.37 0 0 1 6.125 8a2.37 2.37 0 0 1-1.875-.917A2.375 2.375 0 0 1 0 5.625V5.37a1.5 1.5 0 0 1 .361-.976zm1.78 4.275a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0 1.375 1.375 0 1 0 2.75 0V5.37a.5.5 0 0 0-.12-.325L12.27 2H3.73L1.12 5.045A.5.5 0 0 0 1 5.37v.255a1.375 1.375 0 0 0 2.75 0 .5.5 0 0 1 1 0M1.5 8.5A.5.5 0 0 1 2 9v6h12V9a.5.5 0 0 1 1 0v6h.5a.5.5 0 0 1 0 1H.5a.5.5 0 0 1 0-1H1V9a.5.5 0 0 1 .5-.5m2 .5a.5.5 0 0 1 .5.5V13h8V9.5a.5.5 0 0 1 1 0V13a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V9.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E");
}

/* Portfolios */
.bi-briefcase-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-briefcase' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 1A1.5 1.5 0 0 0 5 2.5V3H1.5A1.5 1.5 0 0 0 0 4.5v8A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5v-8A1.5 1.5 0 0 0 14.5 3H11v-.5A1.5 1.5 0 0 0 9.5 1zm0 1h3a.5.5 0 0 1 .5.5V3H6v-.5a.5.5 0 0 1 .5-.5m1.886 6.914L15 7.151V12.5a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5V7.15l6.614 1.764a1.5 1.5 0 0 0 .772 0M1.5 4h13a.5.5 0 0 1 .5.5v1.616L8.129 7.948a.5.5 0 0 1-.258 0L1 6.116V4.5a.5.5 0 0 1 .5-.5'/%3E%3C/svg%3E"););
}

/* External Link */
.bi-box-arrow-up-right-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-box-arrow-up-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8.636 3.5a.5.5 0 0 0-.5-.5H1.5A1.5 1.5 0 0 0 0 4.5v10A1.5 1.5 0 0 0 1.5 16h10a1.5 1.5 0 0 0 1.5-1.5V7.864a.5.5 0 0 0-1 0V14.5a.5.5 0 0 1-.5.5h-10a.5.5 0 0 1-.5-.5v-10a.5.5 0 0 1 .5-.5h6.636a.5.5 0 0 0 .5-.5'/%3E%3Cpath fill-rule='evenodd' d='M16 .5a.5.5 0 0 0-.5-.5h-5a.5.5 0 0 0 0 1h3.793L6.146 9.146a.5.5 0 1 0 .708.708L15 1.707V5.5a.5.5 0 0 0 1 0z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-left: 8px;
}

/* Warning triangle */
.bi-exclamation-triangle-nav-menu[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-exclamation-triangle' viewBox='0 0 16 16'%3E%3Cpath d='M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.15.15 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.2.2 0 0 1-.054.06.1.1 0 0 1-.066.017H1.146a.1.1 0 0 1-.066-.017.2.2 0 0 1-.054-.06.18.18 0 0 1 .002-.183L7.884 2.073a.15.15 0 0 1 .054-.057m1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767z'/%3E%3Cpath d='M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0M7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0z'/%3E%3C/svg%3E");
}

.nav-item[b-u0d1wfr2g0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
    white-space: nowrap; /* Prevent text wrapping */
}

.nav-item:first-of-type[b-u0d1wfr2g0] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-u0d1wfr2g0] {
    padding-bottom: 1rem;
}

.nav-item[b-u0d1wfr2g0]  .nav-link {
    color: #000000;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: 100%;
    justify-content: flex-start; /* Ensure icons and text are left-aligned */
}

.nav-item[b-u0d1wfr2g0]  .nav-link .bi {
    margin-right: 8px; /* Add space between the icon and the text */
}

.nav-item[b-u0d1wfr2g0]  .bi-box-arrow-up-right-nav-menu {
    margin-left: auto; /* Push the second icon to the right */
}

.nav-item[b-u0d1wfr2g0]  a.active {
    background-color: rgba(61, 61, 61, 0.37);
    color: black;
}

.nav-item[b-u0d1wfr2g0]  .nav-link:hover {
    background-color: rgba(61, 61, 61, 0.1);
    color: black;
}

.nav-scrollable[b-u0d1wfr2g0] {
    display: none;
    background: #F0F0F0;
    /* background: linear-gradient(to top,
    /* #3B4FBF 0%,   /* Blue at the bottom */
    /* #A66DA1 25%,  /* Purple */
    /* #FF5E5E 50%,  /* Red */
    /* #FFFFFF 75%); /* White at the top */
}

.navbar-toggler:checked ~ .nav-scrollable[b-u0d1wfr2g0] {
    display: block;
    background: #F0F0F0;
    /* background: linear-gradient(to top,
    /* #3B4FBF 0%,   /* Blue at the bottom */
    /* #A66DA1 25%,  /* Purple */
    /* #FF5E5E 50%,  /* Red */
    /* #FFFFFF 75%); /* White at the top */
}

/* Nav menu container */
.nav-menu[b-u0d1wfr2g0] {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: width 0.2s ease;
}

/* Collapsed state: hide text, logo, and center icons */
.nav-menu.collapsed .nav-link-text[b-u0d1wfr2g0] {
    display: none;
}

.nav-menu.collapsed .navbar-logo[b-u0d1wfr2g0] {
    display: none;
}

.nav-menu.collapsed .top-row[b-u0d1wfr2g0] {
    height: 3rem;
}

.nav-menu.collapsed .nav-item[b-u0d1wfr2g0] {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}

.nav-menu.collapsed[b-u0d1wfr2g0]  .nav-link {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
}

.nav-menu.collapsed[b-u0d1wfr2g0]  .nav-link .bi {
    margin-right: 0;
    flex-shrink: 0;
}

/* Collapse toggle button */
.nav-collapse-toggle[b-u0d1wfr2g0] {
    display: none;
    background: #F0F0F0;
    border: none;
    border-top: 1px solid #ccc;
    padding: 0.75rem;
    cursor: pointer;
    color: #333;
}

.nav-collapse-toggle:hover[b-u0d1wfr2g0] {
    background-color: #E2E2E2;
}

/* Chevron icons for collapse toggle */
.bi-chevron-left[b-u0d1wfr2g0],
.bi-chevron-right[b-u0d1wfr2g0] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
}

.bi-chevron-left[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
}

.bi-chevron-right[b-u0d1wfr2g0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23333' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

@media (min-width: 641px) {
    .navbar-toggler[b-u0d1wfr2g0] {
        display: none;
    }

    .nav-scrollable[b-u0d1wfr2g0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        flex: 1;
        overflow-y: auto;
    }

    .nav-collapse-toggle[b-u0d1wfr2g0] {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
/* /Components/Modals/LocationModal.razor.rz.scp.css */
input[type="checkbox"][b-wwyhrrno31] {
    margin: 0 12px;
    width: auto;
}
/* /Components/Pages/Admin/ControlRoom.razor.rz.scp.css */
[b-162yqgehcq] td {
    text-align: left;
}


/* Icon container for proper alignment */
.icon-container[b-162yqgehcq] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}

/* Compact table styling - columns only as wide as necessary */
.table-sm.compact-table[b-162yqgehcq] {
    table-layout: auto;
}

.table-sm.compact-table td:nth-child(1)[b-162yqgehcq] {
    width: 40px; /* Icon column - fixed width */
}

.table-sm.compact-table td:nth-child(2)[b-162yqgehcq] {
    width: 1%; /* Title column - minimal width */
    white-space: nowrap;
}

.table-sm.compact-table td:nth-child(3)[b-162yqgehcq] {
    width: auto; /* Status column - takes remaining space but only what's needed */
}

/* Invisible table styling - removes all borders and backgrounds */
.invisible-table[b-162yqgehcq] {
    border: none;
    background: none;
}

.invisible-table td[b-162yqgehcq],
.invisible-table th[b-162yqgehcq] {
    border: none;
    background: none;
    padding: 0.25rem 0.5rem; /* Minimal padding for spacing */
}

.invisible-table tbody tr[b-162yqgehcq] {
    border: none;
    background: none;
}

.invisible-table tbody tr:hover[b-162yqgehcq] {
    background: none;
}

/* Clickable badge styling */
.clickable-badge[b-162yqgehcq] {
    transition: all 0.2s ease-in-out;
    user-select: none;
}

.clickable-badge:hover[b-162yqgehcq] {
    transform: scale(1.05);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Trader icon */
.bi-graph-up[b-162yqgehcq] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-graph-up' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M0 0h1v15h15v1H0zm14.817 3.113a.5.5 0 0 1 .07.704l-4.5 5.5a.5.5 0 0 1-.74.037L7.06 6.767l-3.656 5.027a.5.5 0 0 1-.808-.588l4-5.5a.5.5 0 0 1 .758-.06l2.609 2.61 4.15-5.073a.5.5 0 0 1 .704-.07'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Data Sentinel icon */
.bi-shield-shaded[b-162yqgehcq] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-shield-shaded' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 14.933a1 1 0 0 0 .1-.025q.114-.034.294-.118c.24-.113.547-.29.893-.533a10.7 10.7 0 0 0 2.287-2.233c1.527-1.997 2.807-5.031 2.253-9.188a.48.48 0 0 0-.328-.39c-.651-.213-1.75-.56-2.837-.855C9.552 1.29 8.531 1.067 8 1.067zM5.072.56C6.157.265 7.31 0 8 0s1.843.265 2.928.56c1.11.3 2.229.655 2.887.87a1.54 1.54 0 0 1 1.044 1.262c.596 4.477-.787 7.795-2.465 9.99a11.8 11.8 0 0 1-2.517 2.453 7 7 0 0 1-1.048.625c-.28.132-.581.24-.829.24s-.548-.108-.829-.24a7 7 0 0 1-1.048-.625 11.8 11.8 0 0 1-2.517-2.453C1.928 10.487.545 7.169 1.141 2.692A1.54 1.54 0 0 1 2.185 1.43 63 63 0 0 1 5.072.56'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

/* Markets icon */
.bi-bank[b-162yqgehcq] {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-bank' viewBox='0 0 16 16'%3E%3Cpath d='m8 0 6.61 3h.89a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5H15v7a.5.5 0 0 1 .485.38l.5 2a.498.498 0 0 1-.485.62H.5a.498.498 0 0 1-.485-.62l.5-2A.5.5 0 0 1 1 13V6H.5a.5.5 0 0 1-.5-.5v-2A.5.5 0 0 1 .5 3h.89zM3.777 3h8.447L8 1zM2 6v7h1V6zm2 0v7h2.5V6zm3.5 0v7h1V6zm2 0v7H12V6zM13 6v7h1V6zm2-1V4H1v1zm-.39 9H1.39l-.25 1h13.72z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.limit-ok[b-162yqgehcq] {
    color: green;
}

.limit-nok[b-162yqgehcq] {
    color: red;
    font-weight: bold;
}

/* Trader state timeline bar */
.trader-timeline[b-162yqgehcq] {
    display: flex;
    height: 28px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.trader-timeline-seg[b-162yqgehcq] {
    height: 100%;
    min-width: 1px;
    transition: opacity 0.2s;
}

.trader-timeline-seg:hover[b-162yqgehcq] {
    opacity: 0.8;
}

[b-162yqgehcq] .seg-trading {
    background-color: #198754;
}

[b-162yqgehcq] .seg-not-trading {
    background-color: #dc3545;
}

.seg-legend[b-162yqgehcq] {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 4px;
}
/* /Components/Pages/Admin/Users.razor.rz.scp.css */
td[b-o3n7yucvdb] {
    text-align: left;
}

td:nth-last-child(-n+2)[b-o3n7yucvdb] {
    text-align: center;
}
/* /Components/Pages/Customer/AncillaryServicesHistory.razor.rz.scp.css */
.table-container[b-d8808busp9] {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    gap: 10px;
}

.table-wrapper[b-d8808busp9] {
    width: 32%;
    max-height: 90vh;
    overflow-y: auto;
}

.pending-row[b-d8808busp9] {
    color: #495057;
    background-color: #f8f9fa;
    font-style: italic;
}

.cancelled-row[b-d8808busp9] {
    color: #6c757d;
    background-color: #f1f1f1;
    text-decoration: line-through;
}

.status-help[b-d8808busp9] {
    cursor: help;
    margin-left: 4px;
    font-size: 11px;
    opacity: 0.6;
}

.status-help:hover[b-d8808busp9] {
    opacity: 1;
}

.link-badge[b-d8808busp9] {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}
/* /Components/Pages/Customer/ContactUs.razor.rz.scp.css */
.contact-info[b-zd6gt3su4q] {
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.4;
}

.contact-info a[b-zd6gt3su4q] {
    color: inherit;
    text-decoration: none;
}
.contact-info a:hover[b-zd6gt3su4q] {
    text-decoration: underline;
}
/* /Components/Pages/Customer/Message.razor.rz.scp.css */
.operational-message-row.clickable[b-o5tpl0k92g] {
    cursor: pointer;
}

.operational-message-row.clickable:hover[b-o5tpl0k92g] {
    background-color: #f8f9fa;
}

.actions-cell[b-o5tpl0k92g] {
    text-align: center;
    white-space: nowrap;
}

.actions-cell .btn[b-o5tpl0k92g] {
    padding: 0.25rem 0.5rem;
    font-size: 1.2rem;
}

.actions-cell .btn:hover[b-o5tpl0k92g] {
    text-decoration: none;
    transform: scale(1.1);
}
/* /Components/Pages/Customer/MfrrCapacityBidding.razor.rz.scp.css */
.decimal-input[b-ra2vcwgv59] {
    font-size: 12px;
    padding: 2px;
    width: 65%;
    box-sizing: border-box;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.decimal-input:focus[b-ra2vcwgv59] {
    outline: 2px solid #258cfb;
    border-color: #258cfb;
}

.decimal-input.error-input[b-ra2vcwgv59] {
    background-color: #ffeeba;
    border-color: #ffdf7e;
    animation: flash-b-ra2vcwgv59 1s ease-in-out;
}

@keyframes flash-b-ra2vcwgv59 {
    0% { background-color: #ffeeba; }
    50% { background-color: #ffdf7e; }
    100% { background-color: #ffeeba; }
}

.select-small[b-ra2vcwgv59] {
    font-size: 12px; /* Smaller font size for inputs and selects */
    padding: 2px; /* Smaller padding for inputs */
}

.table-container[b-ra2vcwgv59] {
    display: flex;
    justify-content: space-between;
    font-size: 12px; /* Smaller font size */
    gap: 10px; /* adds spacing between the tables */
}

.table-wrapper[b-ra2vcwgv59] {
    width: 100%;
    max-height: 90vh; /* Optional: limits the maximum height of the sticky tables */
    overflow-y: auto; /* Allows scrolling if content exceeds the maximum height */
}

.tooltip-status[b-ra2vcwgv59] {
    font-size: 16px;
    cursor: help; /* Shows question mark cursor on hover to indicate there's a tooltip */
    font-style: normal !important;
}

.pending-row[b-ra2vcwgv59] {
    color: #495057; /* Dark gray for sufficient contrast on light background */
    background-color: #f8f9fa; /* Very light gray background */
    font-style: italic; /* Optional: makes it visually distinct */
}

.status-help[b-ra2vcwgv59] {
    cursor: help;
    margin-left: 4px;
    font-size: 11px;
    opacity: 0.6;
}

.status-help:hover[b-ra2vcwgv59] {
    opacity: 1;
}
/* /Components/Pages/Customer/MfrrEnergyBidding.razor.rz.scp.css */
.decimal-input[b-k50o98anph] {
    font-size: 12px;
    padding: 2px;
    width: 65%;
    box-sizing: border-box;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.decimal-input:focus[b-k50o98anph] {
    outline: 2px solid #258cfb;
    border-color: #258cfb;
}

.decimal-input.error-input[b-k50o98anph] {
    background-color: #ffeeba;
    border-color: #ffdf7e;
    animation: flash-b-k50o98anph 1s ease-in-out;
}

@keyframes flash-b-k50o98anph {
    0% { background-color: #ffeeba; }
    50% { background-color: #ffdf7e; }
    100% { background-color: #ffeeba; }
}

.select-small[b-k50o98anph] {
    font-size: 12px; /* Smaller font size for inputs and selects */
    padding: 2px; /* Smaller padding for inputs */
}

.table-container[b-k50o98anph] {
    display: flex;
    justify-content: space-between;
    font-size: 12px; /* Smaller font size */
    gap: 10px; /* adds spacing between the tables */
}

.table-wrapper[b-k50o98anph] {
    width: 48%; /* Adjust width as needed */
    max-height: 90vh; /* Optional: limits the maximum height of the sticky tables */
    overflow-y: auto; /* Allows scrolling if content exceeds the maximum height */
}

.table-wrapper-slim[b-k50o98anph] {
    width: 35%; /* Adjust width as needed */
    max-height: 90vh; /* Optional: limits the maximum height of the sticky tables */
    overflow-y: auto; /* Allows scrolling if content exceeds the maximum height */
}

.link-button[b-k50o98anph] {
    position: relative;
    display: inline-block;
}

.link-button[b-k50o98anph]::after {
    content: '\2B07'; /* Downward arrow ⬇ */
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    font-size: 14px;
    pointer-events: none;
}

.link-button:hover[b-k50o98anph]::after {
    opacity: 1;
}

.link-button.linked[b-k50o98anph]::after {
    content: '';
    width: 5px;
    height: 18px;
    background-color: #28a745; /* Green color for linked state */
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    opacity: 1;
    font-size: 0;
}

.table-wrapper.sticky[b-k50o98anph] {
    position: sticky;
    top: 0; /* Sticks the element to the top of its container */
    align-self: flex-start; /* Ensures the sticky element aligns at the start */
}

.tooltip-status[b-k50o98anph] {
    font-size: 16px;
    cursor: help; /* Shows question mark cursor on hover to indicate there's a tooltip */
    font-style: normal !important;
}

.pending-row[b-k50o98anph] {
    color: #495057; /* Dark gray for sufficient contrast on light background */
    background-color: #f8f9fa; /* Very light gray background */
    font-style: italic; /* Optional: makes it visually distinct */
}

.status-help[b-k50o98anph] {
    cursor: help;
    margin-left: 4px;
    font-size: 11px;
    opacity: 0.6;
}

.status-help:hover[b-k50o98anph] {
    opacity: 1;
}

.link-badge[b-k50o98anph] {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
}
/* /Components/Pages/Customer/Overview.razor.rz.scp.css */
.decimal-input[b-ca3kk1tffe] {
    font-size: 12px;
    padding: 2px;
    width: 65%;
    box-sizing: border-box;
    text-align: right;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.decimal-input:focus[b-ca3kk1tffe] {
    outline: 2px solid #258cfb;
    border-color: #258cfb;
}

.decimal-input.error-input[b-ca3kk1tffe] {
    background-color: #ffeeba;
    border-color: #ffdf7e;
    animation: flash-b-ca3kk1tffe 1s ease-in-out;
}

@keyframes flash-b-ca3kk1tffe {
    0% { background-color: #ffeeba; }
    50% { background-color: #ffdf7e; }
    100% { background-color: #ffeeba; }
}

.select-small[b-ca3kk1tffe] {
    font-size: 12px; /* Smaller font size for inputs and selects */
    padding: 2px; /* Smaller padding for inputs */
}

.table-container[b-ca3kk1tffe] {
    display: flex;
    justify-content: space-between;
    font-size: 12px; /* Smaller font size */
    gap: 10px; /* adds spacing between the tables */
}

.table-wrapper[b-ca3kk1tffe] {
    width: 48%; /* Adjust width as needed */
    max-height: 90vh; /* Optional: limits the maximum height of the sticky tables */
    overflow-y: auto; /* Allows scrolling if content exceeds the maximum height */
}

.table-wrapper-slim[b-ca3kk1tffe] {
    width: 35%; /* Adjust width as needed */
    max-height: 90vh; /* Optional: limits the maximum height of the sticky tables */
    overflow-y: auto; /* Allows scrolling if content exceeds the maximum height */
}

.table-wrapper.sticky[b-ca3kk1tffe] {
    position: sticky;
    top: 0; /* Sticks the element to the top of its container */
    align-self: flex-start; /* Ensures the sticky element aligns at the start */
}

.positive-cashflow[b-ca3kk1tffe] {
    color: green;
}

.negative-cashflow[b-ca3kk1tffe] {
    color: red;
}

.row-unchecked[b-ca3kk1tffe] {
    color: #999;
    font-style: italic;
    opacity: 0.6;
}

.row-unchecked select[b-ca3kk1tffe],
.row-unchecked input[b-ca3kk1tffe] {
    opacity: 0.6;
}
/* /Components/Pages/Customer/TimeSeries.razor.rz.scp.css */
.positive-cashflow[b-5mcqp6b1t0] {
    color: green;
    font-weight: bold;
}

.negative-cashflow[b-5mcqp6b1t0] {
    color: red;
    font-weight: bold;
}

/* /Components/Pages/Customer/TradingMonitor.razor.rz.scp.css */
.table th .subtext[b-4xpgaxsbgg] {
    font-weight: normal !important; /* Make the text not bold */
    font-size: 0.8em !important; /* Reduce the font size */
}

.controls-container[b-4xpgaxsbgg] {
    margin-bottom: 1rem;
}

.mfrr-table-container[b-4xpgaxsbgg] {
    width: 50%;
    margin-bottom: 1rem;
}

.table-container[b-4xpgaxsbgg] {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 200px); /* Adjust the 200px value based on your header height */
}

.table-container .table[b-4xpgaxsbgg] {
    margin-bottom: 0;
    border-collapse: collapse;
}

.table-container .table thead th[b-4xpgaxsbgg] {
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 10;
    box-shadow: inset 0 1px 0 #dee2e6, inset 0 -2px 0 #dee2e6;
}

tr.flashing-row[b-4xpgaxsbgg] {
    background-color: #ffeeba;
    border-color: #ffdf7e;
    animation: flash-b-4xpgaxsbgg 1s ease-in-out infinite;
}

@keyframes flash-b-4xpgaxsbgg {
    0% {
        background-color: #ffeeba; /* Yellow */
    }
    50% {
        background-color: #ffdf7e; /* Darker yellow */
    }
    100% {
        background-color: #ffeeba; /* Back to yellow */
    }
}

.mfrr-text[b-4xpgaxsbgg] {
    margin-left: 1rem;
    font-weight: bold;
    color: #c00;
}
/* /Components/TitleHeader/TitleHeader.razor.rz.scp.css */

.title-block[b-dpd1f4yhlq] {
    display: flex;
    align-items: center;
}

.trader-text[b-dpd1f4yhlq] {
    margin-left: 1rem;
    font-weight: bold;
    color: #c00;
}
