/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.page[b-xulr8iexap] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-xulr8iexap] {
    flex: 1;
}

.sidebar[b-xulr8iexap] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-xulr8iexap] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-xulr8iexap]  a, .top-row[b-xulr8iexap]  .btn-link {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
        text-decoration: none;
    }

    .top-row[b-xulr8iexap]  a:hover, .top-row[b-xulr8iexap]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-xulr8iexap]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-xulr8iexap] {
        justify-content: space-between;
    }

    .top-row[b-xulr8iexap]  a, .top-row[b-xulr8iexap]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-xulr8iexap] {
        flex-direction: row;
    }

    .sidebar[b-xulr8iexap] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-xulr8iexap] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-xulr8iexap]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-xulr8iexap], article[b-xulr8iexap] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-xulr8iexap] {
    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-xulr8iexap] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/BlankLayout.razor.rz.scp.css */
.page[b-x0bg82gv4i] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x0bg82gv4i] {
    flex: 1;
}

.sidebar[b-x0bg82gv4i] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #111 0%, #222 75%);
}

.top-row[b-x0bg82gv4i] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    /*justify-content: flex-end;*/
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x0bg82gv4i]  a, .top-row[b-x0bg82gv4i]  .btn-link {
        white-space: nowrap;
        /*margin-left: 1.5rem;*/
        text-decoration: none;
    }

        .top-row[b-x0bg82gv4i]  a:hover, .top-row[b-x0bg82gv4i]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-x0bg82gv4i]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-x0bg82gv4i] {
        justify-content: space-between;
    }

        .top-row[b-x0bg82gv4i]  a, .top-row[b-x0bg82gv4i]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .page[b-x0bg82gv4i] {
        flex-direction: row;
    }

    .sidebar[b-x0bg82gv4i] {
        width: 250px;
        height: 100vh; /* 125vh; */
        position: sticky;
        top: 0;
    }

    .top-row[b-x0bg82gv4i] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-x0bg82gv4i]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-x0bg82gv4i], article[b-x0bg82gv4i] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-x0bg82gv4i] {
    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-x0bg82gv4i] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.page[b-8e6ulpkixc] {
    position: relative;
    display: flex;
    flex-direction: column;
}

#blazor-error-ui[b-8e6ulpkixc] {
    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-8e6ulpkixc] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qgsvw684bo] {
    position: relative;
    display: flex;
    flex-direction: row;
}

main[b-qgsvw684bo] {
    flex: 1;
    min-width: 0;
}

.sidebar-docked[b-qgsvw684bo] {
    background-image: linear-gradient(180deg, #111 0%, #222 75%);
    width: 250px;
    height: 100vh;
    position: sticky;
    top: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.top-row[b-qgsvw684bo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: calc(3.5rem + env(safe-area-inset-top, 0px));
    padding-top: env(safe-area-inset-top, 0px);
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 6;
}

    .top-row[b-qgsvw684bo]  a, .top-row[b-qgsvw684bo]  .btn-link {
        white-space: nowrap;
        text-decoration: none;
    }

    .top-row[b-qgsvw684bo]  a:hover, .top-row[b-qgsvw684bo]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-qgsvw684bo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .top-row[b-qgsvw684bo], article[b-qgsvw684bo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

/* Floating (offcanvas) sidebar: the brand header carries its own rgba(0,0,0,0.4) tint
   (NavMenu.razor.css) which stacks on top of the offcanvas glass and masks the backdrop
   blur at the top ~3.5rem. Clear it here so the blur shows through the header uniformly.
   The docked sidebar isn't inside #sidebarOffcanvas, so it keeps its header tint. */
#sidebarOffcanvas[b-qgsvw684bo]  .top-row {
    background-color: transparent;
}

#blazor-error-ui[b-qgsvw684bo] {
    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-qgsvw684bo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-g8o6n169oq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-g8o6n169oq] {
    font-size: 1.1rem;
}

.bi[b-g8o6n169oq] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' 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");
}

.bi-plus-square-fill-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-g8o6n169oq] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-g8o6n169oq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g8o6n169oq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g8o6n169oq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g8o6n169oq]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-g8o6n169oq]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-g8o6n169oq]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Still scrolls -- wheel, touch, keyboard -- but the bar itself never shows. */
.nav-scrollable[b-g8o6n169oq] {
    display: block;
    height: 100vh;
    overflow-y: auto;
    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* legacy Edge */
}

    .nav-scrollable[b-g8o6n169oq]::-webkit-scrollbar {
        display: none;          /* Chrome, Edge, Safari */
    }
/* /Components/Pages/Nominations/NominationTabs.razor.rz.scp.css */
.tab-btn[b-1s81gx5006] {
    border: none;
    border-bottom: 2px solid transparent;
    background: none;
    padding: 8px 16px;
    cursor: pointer;
    color: #6c757d;
    text-decoration: none;
}

.tab-btn:hover[b-1s81gx5006] {
    color: #212529;
    text-decoration: none;
}

.tab-btn.active[b-1s81gx5006] {
    border-bottom-color: #6C757D;
    font-weight: bold;
    color: #212529;
}

.tab-btn.disabled[b-1s81gx5006] {
    opacity: 0.5;
    pointer-events: none;
}
/* /Components/Pages/Shop/Order.razor.rz.scp.css */
.status-timeline[b-i6wk6hxztw] {
    display: flex;
    align-items: center;
    gap: 4px;
    overflow-x: auto;
    padding-bottom: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.status-timeline[b-i6wk6hxztw]::-webkit-scrollbar {
    display: none;
}

.timeline-pill[b-i6wk6hxztw] {
    display: flex;
    align-items: center;
    gap: 4px;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 0.85rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.timeline-pill.done[b-i6wk6hxztw] {
    background-color: var(--bs-success);
    color: #fff;
}

.timeline-pill.current[b-i6wk6hxztw] {
    background-color: var(--bs-primary);
    color: #fff;
}

.timeline-pill.future[b-i6wk6hxztw] {
    background-color: var(--bs-light);
    color: var(--bs-secondary);
    border: 1px solid var(--bs-border-color);
}

.timeline-arrow[b-i6wk6hxztw] {
    color: var(--bs-secondary);
    font-size: 0.7rem;
    flex-shrink: 0;
}
/* /Components/Shared/Softphone/Softphone.razor.rz.scp.css */
.wv-phone[b-jed938vdge] { display: inline-block; position: relative; }

.wv-phone-btn[b-jed938vdge] {
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: relative;
    line-height: 1;
}
.wv-phone-btn i[b-jed938vdge] { font-size: 17pt; }

.wv-phone-pulse[b-jed938vdge] {
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid #f0a020;
    animation: wv-phone-pr-b-jed938vdge 1.4s ease-out infinite;
    pointer-events: none;
}
@keyframes wv-phone-pr-b-jed938vdge { 0% { transform: scale(.6); opacity: .85; } 100% { transform: scale(1.6); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .wv-phone-pulse[b-jed938vdge] { animation: none; opacity: .5; } }

.wv-phone-panel[b-jed938vdge] {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 250px;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    z-index: 1080;
}
.wv-phone-backdrop[b-jed938vdge] { position: fixed; inset: 0; z-index: 1079; background: transparent; }

.wv-phone-status[b-jed938vdge] { display: flex; gap: 6px; }
.wv-phone-status-btn[b-jed938vdge] {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 12.5px;
    padding: 6px 8px;
    border: 1px solid #dee2e6;
    border-radius: 7px;
    background: #fff;
    color: #495057;
    cursor: pointer;
}
.wv-phone-status-btn.on[b-jed938vdge] { border-color: #6c757d; background: #f1f3f5; font-weight: 600; }
.wv-phone-sdot[b-jed938vdge] { width: 9px; height: 9px; border-radius: 50%; display: inline-block; flex: 0 0 auto; }

.wv-softphone-icon[b-jed938vdge] {
    width: 38px;
    height: 38px;
    background: var(--bs-primary, #6c757d);
    color: #fff;
    flex: 0 0 auto;
}

.wv-softphone-keypad[b-jed938vdge] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
}
.wv-key-flash[b-jed938vdge] { background-color: #6c757d !important; color: #fff !important; border-color: #6c757d !important; }

/* in-call contact card (light-authored; DarkReader inverts) */
.wv-phone-card[b-jed938vdge] { display: flex; flex-direction: column; align-items: center; text-align: center; padding: 16px 12px 10px; }
.wv-phone-av[b-jed938vdge] { width: 70px; height: 70px; border-radius: 50%; overflow: hidden; margin-bottom: 9px; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; background: #5a6577; color: #fff; font-size: 26px; }
.wv-phone-av.co[b-jed938vdge] { border-radius: 14px; }
.wv-phone-av img[b-jed938vdge] { width: 100%; height: 100%; object-fit: cover; }
.wv-phone-name[b-jed938vdge] { font-size: 16px; font-weight: 700; line-height: 1.15; }
.wv-phone-num[b-jed938vdge] { font-size: 12.5px; color: #6c757d; margin-top: 2px; }
.wv-phone-callstatus[b-jed938vdge] { font-size: 12px; margin-top: 4px; }
.wv-phone-callstatus .timer[b-jed938vdge] { color: #0a7d76; font-weight: 600; font-variant-numeric: tabular-nums; }
.wv-phone-callstatus .ringing[b-jed938vdge] { color: #c8860f; font-weight: 600; }
.wv-phone-who[b-jed938vdge] { font-size: 11px; color: #9aa4b6; margin-top: 2px; }
.wv-phone-open[b-jed938vdge] { display: inline-flex; align-items: center; gap: 5px; margin-top: 8px; font-size: 11.5px; font-weight: 600; color: #0a7d76; text-decoration: none; border: 1px solid #b8e0dc; background: #eef8f7; border-radius: 999px; padding: 3px 11px; cursor: pointer; }
.wv-phone-open:hover[b-jed938vdge] { background: #dff1ef; color: #086b65; }

.wv-phone-actions[b-jed938vdge] { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; padding: 4px 11px 10px; }
.wv-act[b-jed938vdge] { border: 1px solid #dee2e6; border-radius: 9px; background: #fff; color: #495057; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 8px 4px 6px; cursor: pointer; }
.wv-act i[b-jed938vdge] { font-size: 15px; }
.wv-act span[b-jed938vdge] { font-size: 10px; font-weight: 600; }
.wv-act.on[b-jed938vdge] { background: #e9ecef; border-color: transparent; color: #212529; }
.wv-act.info[b-jed938vdge] { background: #cff4fc; border-color: transparent; color: #055160; }

.wv-phone-endbar[b-jed938vdge] { margin: 0 11px 11px; background: #dc3545; color: #fff; border-radius: 9px; padding: 10px; text-align: center; font-weight: 600; font-size: 13px; cursor: pointer; }
.wv-phone-answer[b-jed938vdge] { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 2px 11px 12px; }
.wv-phone-answer .btn[b-jed938vdge] { border-radius: 9px; padding: 10px 4px; font-size: 12.5px; font-weight: 600; }

/* search-to-dial results */
.wv-phone-results[b-jed938vdge] { display: flex; flex-direction: column; gap: 2px; max-height: 220px; overflow-y: auto; }
.wv-phone-result[b-jed938vdge] { display: flex; align-items: center; gap: 8px; padding: 6px 7px; border-radius: 8px; cursor: pointer; }
.wv-phone-result:hover[b-jed938vdge] { background: #f1f3f5; }
.wv-phone-ravatar[b-jed938vdge] { width: 30px; height: 30px; border-radius: 50%; overflow: hidden; flex: 0 0 auto; display: flex; align-items: center; justify-content: center; background: #5a6577; color: #fff; font-size: 12px; }
.wv-phone-ravatar.co[b-jed938vdge] { border-radius: 7px; }
.wv-phone-ravatar img[b-jed938vdge] { width: 100%; height: 100%; object-fit: cover; }
.wv-phone-rmeta[b-jed938vdge] { min-width: 0; flex: 1; }
.wv-phone-rname[b-jed938vdge] { font-size: 12.5px; font-weight: 600; color: #212529; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wv-phone-rnum[b-jed938vdge] { font-size: 10.5px; color: #6c757d; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.wv-phone-rcall[b-jed938vdge] { color: #28a745; font-size: 13px; flex: 0 0 auto; }

.wv-phone-warn[b-jed938vdge] { display: flex; align-items: center; gap: 8px; font-size: 11.5px; font-weight: 600; line-height: 1.25; color: #b02a37; background: #fbe9ea; border: 1px solid #f2c2c6; border-radius: 8px; padding: 7px 10px; margin-bottom: 8px; }
.wv-phone-warn i[b-jed938vdge] { flex: 0 0 auto; font-size: 12px; }

.wv-softphone-transfer[b-jed938vdge] {
    max-height: 240px;
    overflow-y: auto;
}

.wv-softphone-captions[b-jed938vdge] {
    max-height: 200px;
    overflow-y: auto;
}
