@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-93icwg0nw5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-93icwg0nw5] {
    flex: 1;
}

#blazor-error-ui[b-93icwg0nw5] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-93icwg0nw5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* "Clarity" nav bar — dark shell, active tab gets a 2px indigo underline. */

.app-nav[b-2znm3swqmu] {
    background: #16202E;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 28px;
}

.app-nav-left[b-2znm3swqmu] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 4px;
    column-gap: 20px;
    min-width: 0;
}

.app-nav-title[b-2znm3swqmu] {
    color: #fff !important;
    font-size: 19px;
    font-weight: 800;
    letter-spacing: -0.01em;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.app-nav-link[b-2znm3swqmu] {
    color: #9AA5C2 !important;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 40px;
    border-bottom: 2px solid transparent;
}

.app-nav-link:hover[b-2znm3swqmu] {
    color: #fff !important;
}

.app-nav-link.active[b-2znm3swqmu] {
    color: #fff !important;
    border-bottom-color: #4B57D6;
}

.app-nav-dropdown[b-2znm3swqmu] {
    line-height: 40px;
}

.app-nav-dropdown .dropdown-toggle[b-2znm3swqmu]::after {
    color: #9AA5C2;
}

.app-nav-dropdown .dropdown-menu[b-2znm3swqmu] {
    background: #fff;
    border: 1px solid #E6EBF2;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(20,32,46,0.16);
    padding: 6px;
    margin-top: -4px;
}

.app-nav-dropdown .dropdown-item[b-2znm3swqmu] {
    border-radius: 8px;
    font-size: 14px;
    color: #16202E;
    padding: 8px 12px;
}

.app-nav-dropdown .dropdown-item:hover[b-2znm3swqmu], .app-nav-dropdown .dropdown-item:focus[b-2znm3swqmu] {
    background: #ECEEFC;
    color: #3742B8;
}

.app-nav-right[b-2znm3swqmu] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
}

.app-nav-user[b-2znm3swqmu] {
    color: #8B93CF;
    font-size: 13px;
    white-space: nowrap;
}

.app-nav-logout[b-2znm3swqmu] {
    background: #4B57D6;
    color: #fff !important;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 18px;
    border-radius: 8px;
    white-space: nowrap;
}

.app-nav-logout:hover[b-2znm3swqmu] {
    background: #3742B8;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1b1mhix9gz],
.components-reconnect-repeated-attempt-visible[b-1b1mhix9gz],
.components-reconnect-failed-visible[b-1b1mhix9gz],
.components-pause-visible[b-1b1mhix9gz],
.components-resume-failed-visible[b-1b1mhix9gz],
.components-rejoining-animation[b-1b1mhix9gz] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1b1mhix9gz],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1b1mhix9gz],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1b1mhix9gz],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1b1mhix9gz],
#components-reconnect-modal.components-reconnect-retrying[b-1b1mhix9gz],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1b1mhix9gz],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1b1mhix9gz],
#components-reconnect-modal.components-reconnect-failed[b-1b1mhix9gz],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1b1mhix9gz] {
    display: block;
}


#components-reconnect-modal[b-1b1mhix9gz] {
    background-color: white !important;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-1b1mhix9gz 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1b1mhix9gz 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1b1mhix9gz 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1b1mhix9gz]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1b1mhix9gz 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1b1mhix9gz {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1b1mhix9gz {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1b1mhix9gz {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1b1mhix9gz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1b1mhix9gz] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1b1mhix9gz] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1b1mhix9gz] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1b1mhix9gz] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1b1mhix9gz] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1b1mhix9gz] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1b1mhix9gz 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1b1mhix9gz] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1b1mhix9gz {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/NewOrder.razor.rz.scp.css */
.new-order-shell[b-gvp3r6y4o5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 80px;
}

.new-order-options[b-gvp3r6y4o5] {
    display: flex;
    gap: 24px;
    width: 100%;
    max-width: 1000px;
    margin-top: 16px;
}

.new-order-card[b-gvp3r6y4o5] {
    flex: 1;
    border-radius: 14px;
    padding: 36px;
    text-align: center;
    display: block;
}

.new-order-card--manual[b-gvp3r6y4o5] {
    background: #FFFFFF;
    border: 1px solid #E6EBF2;
    box-shadow: 0 1px 2px rgba(20, 32, 46, 0.04);
}

.new-order-card--manual .new-order-icon[b-gvp3r6y4o5] {
    background: #ECEEFC;
    color: #4B57D6;
}

.new-order-card--manual .new-order-title[b-gvp3r6y4o5] {
    color: #16202E;
}

.new-order-card--manual .new-order-subtitle[b-gvp3r6y4o5] {
    color: #6B7686;
}

.new-order-card--import[b-gvp3r6y4o5] {
    background: #4B57D6;
    box-shadow: 0 8px 24px -8px rgba(75, 87, 214, 0.5);
}

.new-order-card--import .new-order-icon[b-gvp3r6y4o5] {
    background: rgba(255,255,255,0.15);
    color: #FFFFFF;
}

.new-order-card--import .new-order-title[b-gvp3r6y4o5] {
    color: #FFFFFF;
}

.new-order-card--import .new-order-subtitle[b-gvp3r6y4o5] {
    color: #DDE1FA;
}

.new-order-icon[b-gvp3r6y4o5] {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 22px;
}

.new-order-title[b-gvp3r6y4o5] {
    font-size: 16px;
    font-weight: 700;
}

.new-order-subtitle[b-gvp3r6y4o5] {
    font-size: 13px;
    margin-top: 4px;
}
/* /Components/Pages/ViewOrder.razor.rz.scp.css */
/* "Clarity" direction — scoped styling for the Order View page. */

.order-page[b-to6v4cqqs2] {
    background: #F7F9FC;
    padding: 36px 40px 44px;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.back-link[b-to6v4cqqs2] {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #4B57D6;
    margin-bottom: 16px;
}

.order-header[b-to6v4cqqs2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E6EBF2;
    border-radius: 14px;
    padding: 22px 28px;
    box-shadow: 0 1px 2px rgba(20, 32, 46, 0.04);
    flex-wrap: wrap;
    gap: 16px;
}

.order-header-left[b-to6v4cqqs2] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.order-icon-tile[b-to6v4cqqs2] {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: #ECEEFC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 18px;
    color: #4B57D6;
    flex: none;
}

.order-title[b-to6v4cqqs2] {
    font-size: 22px;
    font-weight: 800;
    color: #16202E;
    letter-spacing: -0.01em;
    margin: 0;
}

.order-subtext[b-to6v4cqqs2] {
    font-size: 13px;
    color: #6B7686;
    margin-top: 3px;
}

.status-pill[b-to6v4cqqs2] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ECEEFC;
    padding: 8px 15px;
    border-radius: 999px;
}

.status-pill .dot[b-to6v4cqqs2] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4B57D6;
}

.status-pill .label[b-to6v4cqqs2] {
    font-weight: 700;
    font-size: 13px;
    color: #3742B8;
}

.status-pill .date[b-to6v4cqqs2] {
    font-size: 13px;
    color: #8b93cf;
}

.order-layout[b-to6v4cqqs2] {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 28px;
    margin-top: 28px;
    align-items: start;
}

@media (max-width: 991px) {
    .order-layout[b-to6v4cqqs2] {
        grid-template-columns: 1fr;
    }
}

.order-sidebar[b-to6v4cqqs2] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.order-card[b-to6v4cqqs2] {
    background: #FFFFFF;
    border: 1px solid #E6EBF2 !important;
    border-radius: 14px !important;
    box-shadow: 0 1px 2px rgba(20, 32, 46, 0.04) !important;
    padding: 22px;
}

.order-card--main[b-to6v4cqqs2] {
    padding: 28px 30px;
}

.card-header-row[b-to6v4cqqs2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.section-label[b-to6v4cqqs2] {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8B95A6;
}

.edit-link[b-to6v4cqqs2] {
    font-size: 12px;
    font-weight: 700;
    color: #4B57D6;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.contact-name[b-to6v4cqqs2] {
    font-size: 16px;
    font-weight: 700;
    color: #16202E;
}

.contact-lines[b-to6v4cqqs2] {
    font-size: 14px;
    color: #6B7686;
    line-height: 1.6;
    margin-top: 6px;
}

.contact-divider[b-to6v4cqqs2] {
    height: 1px;
    background: #EEF1F6;
    margin: 14px 0;
}

.contact-email[b-to6v4cqqs2] {
    font-size: 13px;
    color: #4B57D6;
}

.contact-phone[b-to6v4cqqs2] {
    font-size: 13px;
    color: #6B7686;
    margin-top: 3px;
}

.workflow-field[b-to6v4cqqs2] {
    margin-bottom: 14px;
}

.workflow-field:last-child[b-to6v4cqqs2] {
    margin-bottom: 0;
}

.workflow-field label[b-to6v4cqqs2] {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #6B7686;
    margin-bottom: 6px;
}

.workflow-field input[b-to6v4cqqs2],
.workflow-field select[b-to6v4cqqs2] {
    width: 100%;
    border: 1px solid #E6EBF2;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #16202E;
    background: #FFFFFF;
}

.history-entry[b-to6v4cqqs2] {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.history-entry + .history-entry[b-to6v4cqqs2] {
    margin-top: 14px;
}

.history-dot-wrap[b-to6v4cqqs2] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #ECEEFC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
}

.history-dot[b-to6v4cqqs2] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4B57D6;
}

.history-row[b-to6v4cqqs2] {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.history-status[b-to6v4cqqs2] {
    font-size: 14px;
    font-weight: 700;
    color: #16202E;
}

.history-date[b-to6v4cqqs2] {
    font-size: 13px;
    color: #8b95a6;
    white-space: nowrap;
}

.history-user[b-to6v4cqqs2] {
    font-size: 13px;
    color: #6B7686;
    margin-top: 2px;
}

.view-all-link[b-to6v4cqqs2] {
    font-size: 12px;
    font-weight: 700;
    color: #4B57D6;
    background: none;
    border: none;
    padding: 0;
    margin-top: 16px;
    cursor: pointer;
}

.summary-title[b-to6v4cqqs2] {
    font-size: 18px;
    font-weight: 800;
    color: #16202E;
    letter-spacing: -0.01em;
}

.table-header-strip[b-to6v4cqqs2] {
    display: grid;
    grid-template-columns: 1fr 96px 60px 120px;
    gap: 0 16px;
    font-size: 12px;
    font-weight: 600;
    color: #A3ABB8;
    padding: 8px 12px;
    background: #F7F9FC;
    border-radius: 8px;
    margin-top: 24px;
}

.product-group[b-to6v4cqqs2] {
    padding: 14px 12px 4px;
    border-bottom: 1px solid #EEF1F6;
}

.product-file-row[b-to6v4cqqs2] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.product-thumb-link[b-to6v4cqqs2] {
    flex: none;
}

.product-thumb[b-to6v4cqqs2] {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    object-fit: contain;
    background: #F7F9FC;
    border: 1px solid #E6EBF2;
}

.product-file[b-to6v4cqqs2] {
    font-size: 13px;
    font-weight: 700;
    color: #4B57D6;
}

.product-line[b-to6v4cqqs2] {
    display: grid;
    grid-template-columns: 1fr 96px 60px 120px;
    gap: 0 16px;
    padding: 5px 0;
}

.product-line .desc[b-to6v4cqqs2] {
    font-size: 14px;
    color: #3c4656;
}

.product-line .type[b-to6v4cqqs2] {
    font-size: 13px;
    color: #6B7686;
}

.product-line .qty[b-to6v4cqqs2] {
    font-size: 14px;
    color: #3c4656;
    text-align: right;
}

.product-line .price[b-to6v4cqqs2] {
    font-size: 14px;
    font-weight: 700;
    color: #16202E;
    text-align: right;
}

.services-section[b-to6v4cqqs2] {
    margin-top: 26px;
}

.service-row[b-to6v4cqqs2] {
    display: grid;
    grid-template-columns: 1fr 60px 120px;
    gap: 0 16px;
    padding: 12px;
    border-bottom: 1px solid #EEF1F6;
    align-items: center;
}

.service-row .desc[b-to6v4cqqs2] {
    font-size: 14px;
    color: #3c4656;
}

.service-row .qty[b-to6v4cqqs2] {
    font-size: 14px;
    color: #3c4656;
    text-align: right;
}

.amount-credit[b-to6v4cqqs2] {
    font-size: 14px;
    font-weight: 700;
    color: #188A5B;
    text-align: right;
}

.amount-included[b-to6v4cqqs2] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #A3ABB8;
    text-align: right;
}

.amount-normal[b-to6v4cqqs2] {
    font-size: 14px;
    font-weight: 700;
    color: #16202E;
    text-align: right;
}

.totals-wrap[b-to6v4cqqs2] {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.totals-box[b-to6v4cqqs2] {
    width: 320px;
    background: #F7F9FC;
    border: 1px solid #E6EBF2;
    border-radius: 12px;
    padding: 18px 20px;
}

.totals-row[b-to6v4cqqs2] {
    display: flex;
    justify-content: space-between;
    padding: 6px 0;
    font-size: 14px;
    color: #6B7686;
}

.totals-row .value[b-to6v4cqqs2] {
    font-weight: 600;
    color: #3c4656;
}

.totals-row .value.credit[b-to6v4cqqs2] {
    color: #188A5B;
}

.totals-balance[b-to6v4cqqs2] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 14px 0 0;
    margin-top: 8px;
    border-top: 1px solid #E1E7EF;
}

.totals-balance .label[b-to6v4cqqs2] {
    font-size: 13px;
    font-weight: 700;
    color: #16202E;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.totals-balance .value[b-to6v4cqqs2] {
    font-size: 24px;
    font-weight: 800;
    color: #4B57D6;
}

.empty-note[b-to6v4cqqs2] {
    font-size: 14px;
    color: #A3ABB8;
    padding: 16px 0;
}

/* Queue viewer (2j) — /vieworder/editqueue|approvalqueue/:id */
.queue-layout[b-to6v4cqqs2] {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    gap: 28px;
}

@media (max-width: 1199px) {
    .queue-layout[b-to6v4cqqs2] {
        grid-template-columns: 1fr;
    }
}

.queue-section-title[b-to6v4cqqs2] {
    font-size: 18px;
    font-weight: 800;
    color: #16202E;
    margin-bottom: 12px;
}

.queue-section-title--lg[b-to6v4cqqs2] {
    font-size: 22px;
    margin-bottom: 20px;
}

.queue-edit-btn[b-to6v4cqqs2] {
    display: inline-block;
    border: 1px solid #E6EBF2;
    color: #4B57D6;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 24px;
    border-radius: 8px;
    width: fit-content;
    margin-top: 14px;
    background: none;
    cursor: pointer;
}

.queue-field-label[b-to6v4cqqs2] {
    font-size: 16px;
    font-weight: 700;
    color: #16202E;
    margin-bottom: 8px;
}

.queue-field-box[b-to6v4cqqs2] {
    border: 1px solid #E6EBF2;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    color: #8B95A6;
    background: #fff;
    margin-bottom: 20px;
}

.queue-field-input[b-to6v4cqqs2] {
    border: 1px solid #E6EBF2;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    color: #3C4656;
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
}

.queue-item-list[b-to6v4cqqs2] {
    background: #fff;
    border: 1px solid #E6EBF2;
    border-radius: 14px;
    box-shadow: 0 1px 2px rgba(20, 32, 46, 0.04);
    overflow: hidden;
}

.queue-item-row[b-to6v4cqqs2] {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 20px;
    padding: 20px;
    border-top: 1px solid #EEF1F6;
}

.queue-item-row:first-child[b-to6v4cqqs2] {
    border-top: none;
}

.queue-item-thumb[b-to6v4cqqs2] {
    width: 110px;
    height: 96px;
    border-radius: 8px;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    text-align: center;
    line-height: 1.3;
}

img.queue-item-thumb[b-to6v4cqqs2] {
    object-fit: contain;
    background: #F0F1F4;
}

.queue-item-thumb--missing[b-to6v4cqqs2] {
    background: #C2453F;
    color: #fff;
}

.queue-item-thumb--none[b-to6v4cqqs2] {
    background: #F0F1F4;
}

.queue-status-card[b-to6v4cqqs2] {
    background: #fff;
    border: 1px solid #E6EBF2;
    border-radius: 14px;
    padding: 18px 20px;
    box-shadow: 0 1px 2px rgba(20, 32, 46, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.queue-history-row[b-to6v4cqqs2] {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #3C4656;
    padding: 4px 0;
}

.queue-history-row .status[b-to6v4cqqs2] {
    font-weight: 600;
}

.queue-history-row .date[b-to6v4cqqs2] {
    color: #8B95A6;
}
