@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/televend.sandman.com/Components/Admin/Calls/List.razor.rz.scp.css */
.calls-grid thead th[b-j6bw5zlyk3] {
    position: sticky;
    top: 0;
    z-index: 5;
    background-color: red;
}
/* _content/televend.sandman.com/Components/Admin/Dashboard.razor.rz.scp.css */
/* _content/televend.sandman.com/Components/Admin/Devices/AnnualCallChart.razor.rz.scp.css */
.chart-card .card-body > div[b-2l0c914a1b] {
    min-height: 450px;
}
/* _content/televend.sandman.com/Components/Admin/Devices/Details.razor.rz.scp.css */
.save-success[b-0uzm44zfpv] {
    animation: fadeOut-b-0uzm44zfpv 3s forwards;
}

@keyframes fadeOut-b-0uzm44zfpv {
    0%, 70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
/* _content/televend.sandman.com/Components/Admin/Devices/QgDeviceList.razor.rz.scp.css */
[b-xp7fou9cmt] table, [b-xp7fou9cmt] th, [b-xp7fou9cmt] td {
    border: 1px solid black;
    border-collapse: collapse;
}

[b-xp7fou9cmt] th {
    background-color: lightgray;
}

[b-xp7fou9cmt] table img {
    margin: 0 2px;
}

[b-xp7fou9cmt] table a {
    margin-right: 4px;
}

[b-xp7fou9cmt] td:has(.active-highlight) {
    background-color: #90ee90;
}

[b-xp7fou9cmt] td:has(.inactive-highlight) {
    background-color: #fa8072;
}

[b-xp7fou9cmt] .column-name {
    min-width: 172px;
}
/* _content/televend.sandman.com/Components/Admin/Transactions/Details.razor.rz.scp.css */
.embedded-invoice table[b-kp3xa5wymf] {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; /* ensures both tables end up same width */
    background: #fff;
    font-size: .95rem;
}

.embedded-invoice th[b-kp3xa5wymf],
.embedded-invoice td[b-kp3xa5wymf] {
    border: 1px solid #000;
    padding: 6px 8px;
    vertical-align: middle;
}

.embedded-invoice th[b-kp3xa5wymf] {
    background: dimgray;
    color: #fff;
    font-weight: 700;
    text-align: left;
}

/* Shared fixed column widths so both tables align */
.embedded-invoice .w-qty[b-kp3xa5wymf] {
    width: 110px;
}

.embedded-invoice .w-money[b-kp3xa5wymf] {
    width: 140px;
}

.embedded-invoice .w-method[b-kp3xa5wymf] {
    width: 220px;
}

.embedded-invoice .text-center[b-kp3xa5wymf] {
    text-align: center;
}

.embedded-invoice .text-right[b-kp3xa5wymf] {
    text-align: right;
}

.embedded-invoice .embedded-summary[b-kp3xa5wymf] {
    display: grid;
    grid-template-columns: 2fr 1fr;
    border: 1px solid #000;
    margin-top: 10px;
}

    .embedded-invoice .embedded-summary .label[b-kp3xa5wymf] {
        padding: 6px 8px;
        text-align: right;
        border-right: 1px solid #000;
    }

    .embedded-invoice .embedded-summary .value[b-kp3xa5wymf] {
        padding: 6px 8px;
        text-align: center;
        font-weight: 700;
    }

.embedded-invoice .due[b-kp3xa5wymf] {
    background: lightpink;
}

.embedded-invoice .paid[b-kp3xa5wymf] {
    background: lightgreen;
}

.embedded-invoice .over[b-kp3xa5wymf] {
    background: orange;
}
/* _content/televend.sandman.com/Components/Layout/AdminLayout.razor.rz.scp.css */
.page[b-vqgxkuauj7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-vqgxkuauj7] {
    flex: 1;
}

.sidebar[b-vqgxkuauj7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-vqgxkuauj7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-start;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-vqgxkuauj7]  a, .top-row[b-vqgxkuauj7]  .btn-link {
        white-space: nowrap;
        margin-right: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-vqgxkuauj7]  a:hover, .top-row[b-vqgxkuauj7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vqgxkuauj7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-vqgxkuauj7] {
        justify-content: space-between;
    }

    .top-row[b-vqgxkuauj7]  a, .top-row[b-vqgxkuauj7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-vqgxkuauj7] {
        flex-direction: row;
    }

    .sidebar[b-vqgxkuauj7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-vqgxkuauj7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-vqgxkuauj7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-vqgxkuauj7], article[b-vqgxkuauj7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-vqgxkuauj7] {
    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-vqgxkuauj7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/televend.sandman.com/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-1jjsvb97iv] {
    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-1jjsvb97iv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-1jjsvb97iv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-1jjsvb97iv] {
    font-size: 1.1rem;
}

.bi[b-1jjsvb97iv] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi.nav-menu[b-1jjsvb97iv] {
    top: -0.75rem;
    font-size: 1.5em;
}

.nav-item[b-1jjsvb97iv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1jjsvb97iv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1jjsvb97iv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1jjsvb97iv]  .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-1jjsvb97iv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-1jjsvb97iv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-1jjsvb97iv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-1jjsvb97iv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-1jjsvb97iv] {
        display: none;
    }

    .nav-scrollable[b-1jjsvb97iv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
