/* _content/ScoreCapture.DisplayManagement.Web/Components/Account/Pages/Login.razor.rz.scp.css */
html[b-cxtyma579v],
body[b-cxtyma579v] {
    height: 100%;
}

body[b-cxtyma579v] {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin[b-cxtyma579v] {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}

    .form-signin .checkbox[b-cxtyma579v] {
        font-weight: 400;
    }

    .form-signin .form-control[b-cxtyma579v] {
        position: relative;
        box-sizing: border-box;
        height: auto;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus[b-cxtyma579v] {
            z-index: 2;
        }

    .form-signin input[type="email"][b-cxtyma579v] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"][b-cxtyma579v] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
/* _content/ScoreCapture.DisplayManagement.Web/Components/App.razor.rz.scp.css */
#reconnect-modal[b-957ue95cy1] {
    /*display: none;*/ /*Hidden by default */
    /*display: block !important;*/
    position: fixed; /*  Stay in place */
    z-index: 10000; /*Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255,255,255); /*Fallback color */
    background-color: rgba(255,255,255,0.7); /*White w/ opacity */
    background: rgba(19, 34, 40, 0.9); /*PaletteSecondary w/ opacity */

    color: #000000;
    border: 1px solid #888;
    padding-top: 12vh;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: var(--mud-palette-primary);
    margin: auto;
}

    #reconnect-modal .inner[b-957ue95cy1] {
        display: inline-block;
        background: rgba(255, 255, 255, 0.9);
        border-radius: 5px;
        padding: 1vh 5vw 3vh;
    }

        #reconnect-modal .inner[b-957ue95cy1]  .logo {
            background: var(--mud-palette-secondary);
            padding: 10px;
            border-radius: 5px;
        }
/* _content/ScoreCapture.DisplayManagement.Web/Components/Controls/LocationCompositePlaylistViewDialog.razor.rz.scp.css */

.loading-overlay[b-r565ekmj4u] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    display: flex;
    justify-content: center;
    align-items: center;
}

[b-r565ekmj4u] .item-btnPreview {
    background: #3881D322;
    color: var(--mud-palette-info);
    border-radius: 100%;
    margin: -2px 0 0 7px;
    box-sizing: content-box;
    padding: 5px;
}

    [b-r565ekmj4u] .item-btnPreview:hover {
        background: var(--mud-palette-info);
        color: #FFF;
        fill: #FFF;
    }
/* _content/ScoreCapture.DisplayManagement.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-tn6xevseas] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-tn6xevseas] {
    flex: 1;
}

.sidebar[b-tn6xevseas] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tn6xevseas] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tn6xevseas]  a, .top-row[b-tn6xevseas]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-tn6xevseas]  a:hover, .top-row[b-tn6xevseas]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-tn6xevseas]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-tn6xevseas] {
        justify-content: space-between;
    }

    .top-row[b-tn6xevseas]  a, .top-row[b-tn6xevseas]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tn6xevseas] {
        flex-direction: row;
    }

    .sidebar[b-tn6xevseas] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tn6xevseas] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-tn6xevseas]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-tn6xevseas], article[b-tn6xevseas] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-tn6xevseas] {
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 34, 40, 0.9); /*PaletteSecondary w/ opacity */
}

    #blazor-error-ui .msg-box[b-tn6xevseas] {
        background: lightyellow;
        bottom: 0;
        box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
        left: 0;
        padding: 0.6rem 1.25rem 0.7rem 1.25rem;
        position: fixed;
        width: 100%;
        color: #856404;
    }

        #blazor-error-ui .msg-box .dismiss[b-tn6xevseas] {
            cursor: pointer;
            position: absolute;
            right: 0.75rem;
            top: 0.5rem;
        }

        #blazor-error-ui .msg-box > div[b-tn6xevseas] {
            padding: 1rem 0 .3rem 0;
        }

        #blazor-error-ui .msg-box .reload[b-tn6xevseas] {
            padding: .5rem;
            color: #212529;
            background-color: #ffc107;
            text-decoration: none;
        }
/* _content/ScoreCapture.DisplayManagement.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hcmvyfq48p] {
    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-hcmvyfq48p] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-hcmvyfq48p] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hcmvyfq48p] {
    font-size: 1.1rem;
}

.bi[b-hcmvyfq48p] {
    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-hcmvyfq48p] {
    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-hcmvyfq48p] {
    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-hcmvyfq48p] {
    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");
}

.bi-lock-nav-menu[b-hcmvyfq48p] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-hcmvyfq48p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-hcmvyfq48p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}

.bi-person-fill-nav-menu[b-hcmvyfq48p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-hcmvyfq48p] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}

.nav-item[b-hcmvyfq48p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-hcmvyfq48p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-hcmvyfq48p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-hcmvyfq48p]  .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-hcmvyfq48p]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-hcmvyfq48p]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-hcmvyfq48p] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-hcmvyfq48p] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hcmvyfq48p] {
        display: none;
    }

    .nav-scrollable[b-hcmvyfq48p] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/ScoreCapture.DisplayManagement.Web/Components/Pages/IntegrationJob/IntegrationJobTable.razor.rz.scp.css */
[b-godr8t70f6] .overlay-progress-paper {
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: max-content;
    padding: 10px 10px 2px;
    margin: auto;
}
/* _content/ScoreCapture.DisplayManagement.Web/Components/Pages/IntegrationJob/View.razor.rz.scp.css */
[b-av07eu1eev] .overlay-progress-paper {
    background: rgba(255, 255, 255, .8);
    border-radius: 50%; 
    width: max-content;
    padding: 10px 10px 2px;
    margin: auto;
}
/* _content/ScoreCapture.DisplayManagement.Web/Components/Pages/Media/Edit.razor.rz.scp.css */
[b-5i77sh4fj5] .overlay-progress-paper {
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: max-content;
    padding: 10px 10px 2px;
    margin: auto;
}

[b-5i77sh4fj5] .mud-input-underline:has(:not(input:focus)):before, [b-5i77sh4fj5] .mud-input-underline:has(:not(input:focus)) .mud-input-adornment {
    opacity: 0;
    /*border-color: transparent;*/
}

[b-5i77sh4fj5] .mud-input-underline:has(input:focus) .mud-input-adornment, [b-5i77sh4fj5] .mud-input-underline:has(input:hover) .mud-input-adornment {
    opacity: 1;
}
/* _content/ScoreCapture.DisplayManagement.Web/Components/Pages/Media/Index.razor.rz.scp.css */
[b-0a16qaad60] .overlay-progress-paper {
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: max-content;
    padding: 10px 10px 2px;
    margin: auto;
}
/* _content/ScoreCapture.DisplayManagement.Web/Components/Pages/Media/MediaPreview.razor.rz.scp.css */

.media-preview-panel[b-7u2u4rwp0q] {
    width: 100%;
    height: 100%;
    transition: 2s;
    flex: 0 0 auto;
}

    .media-preview-panel img[b-7u2u4rwp0q] {
        width: 100%;
        height: 100%;
    }

    .media-preview-panel video[b-7u2u4rwp0q] {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
/* _content/ScoreCapture.DisplayManagement.Web/Components/Pages/Playlists/Edit.razor.rz.scp.css */
[b-1lhkauz1js] .overlay-progress-paper {
    background: rgba(255, 255, 255, .8);
    border-radius: 50%; 
    width: max-content;
    padding: 10px 10px 2px;
    margin: auto;
}

[b-1lhkauz1js] .mud-input-underline:has(:not(input:focus)):before, [b-1lhkauz1js] .mud-input-underline:has(:not(input:focus)) .mud-input-adornment {
    opacity: 0;
    /*border-color: transparent;*/
}

[b-1lhkauz1js] .mud-input-underline:has(input:focus) .mud-input-adornment, [b-1lhkauz1js] .mud-input-underline:has(input:hover) .mud-input-adornment {
    opacity: 1;
}

[b-1lhkauz1js] .item-displaytitle {
    max-width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
[b-1lhkauz1js] .item-btnEdit {
    background: #38AB2422;
    color: #38AB24;
    border-radius: 100%;
    margin: auto 0;
    box-sizing: content-box;
    padding: 5px;
}
    [b-1lhkauz1js] .item-btnEdit:hover {
        background: #38AB24;
        color: #FFF;
        fill: #FFF;
    }

[b-1lhkauz1js] .item-btnPriority {
    background: #D4433922;
    color: #FFC107;
    border-radius: 92% !important;
    padding: 4px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 31px !important;
    width: 32px !important;
    margin: 6px -3px !important;
    box-sizing: border-box;
}

    [b-1lhkauz1js] .item-btnPriority:hover {
        background: #FFC107;
        color: #FFF;
        fill: #FFF;
    }

[b-1lhkauz1js] .item-btnRemove {
    background: #D4433922;
    color: #D44339;
    border-radius: 100%;
    margin: auto 0;
    box-sizing: content-box;
    padding: 5px;
}

    [b-1lhkauz1js] .item-btnRemove:hover {
        background: #D44339;
        color: #FFF;
        fill: #FFF;
    }

[b-1lhkauz1js] .item-btnPreview {
    background: #3881D322;
    color: var(--mud-palette-info);
    border-radius: 100%;
    margin: auto 0;
    box-sizing: content-box;
    padding: 5px;
}

    [b-1lhkauz1js] .item-btnPreview:hover {
        background: var(--mud-palette-info);
        color: #FFF;
        fill: #FFF;
    }

[b-1lhkauz1js] .playlist-item .mud-timeline-item-dot {
    transition: 1s;
}
[b-1lhkauz1js] .playlist-item.editable:hover .mud-timeline-item-dot {
    background: #38AB24;
}
[b-1lhkauz1js] .playlist-item {
    transition: 1s;
    padding: 12px 0;
}
    [b-1lhkauz1js] .playlist-item:not(.editable) {
        cursor: default !important;
    }
    [b-1lhkauz1js] .playlist-item.editable:hover {
        background: #38AB2422;
    }
[b-1lhkauz1js] .playlist-item .mud-card {
}
    [b-1lhkauz1js] .playlist-item.editable:hover .mud-card {
        border: 2px solid #38AB24;
        margin: -2px;
    }
    [b-1lhkauz1js] .playlist-item .time-display {
        margin-left: -15px
    }

[b-1lhkauz1js] .item-icon-fix {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    width: 32px;
    padding: 5px;
    margin: 0 4px;
    box-sizing: border-box;
    vertical-align: middle;
}

Then updat
/* --- playlist items preview --- */
.preview-panels[b-1lhkauz1js] {
    width: 100%;
    height: 350px;
    margin: 10px 0;
    border: 5px ridge #000000a8;
    padding: 10px 10px 60px 10px;
    overflow: hidden;
}
    .preview-panels.full-screen[b-1lhkauz1js] {
        position: fixed;
        z-index: 9999999999999;
        top: 1vh;
        bottom: 1vh;
        left: 1vw;
        right: 1vw;
        height: auto;
        width: auto;
    }
    .preview-panels .controls-panel[b-1lhkauz1js] {
        /*position: absolute;*/
        width: 100%;
        height: 50px;
        margin: 5px 0;
        background: #000000a1;
        border-radius: 10px;
        display: flex;
        justify-content: center;
    }
    .preview-panels .controls-panel[b-1lhkauz1js]  button {
        color:#FFF;
    }

    .preview-panels .slider[b-1lhkauz1js] {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
        gap: 20px;
        transition: 2s;
    }
    .preview-panels .preview-panel[b-1lhkauz1js] {
        width: 100%;
        height: 100%;
        transition: 2s;
        flex: 0 0 auto;
    }

    .preview-panels .preview-panel img[b-1lhkauz1js] {
        width: 100%;
        height: 100%;
    }
    .preview-panels .preview-panel video[b-1lhkauz1js] {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }
/* _content/ScoreCapture.DisplayManagement.Web/Components/Pages/Playlists/PlaylistAffectedLocationTree.razor.rz.scp.css */

[b-x4vosfpka7].location-tree {
    position: relative;
    margin-left: 30px;
}

    [b-x4vosfpka7].location-tree .location-node:before {
        content: "";
        border: 1px solid #00bcd4;
        width: 18px;
        height: 12px;
        position: absolute;
        left: -19px;
        top: 0%;
        border-width: 0px 0px 1px 0px;
    }

    [b-x4vosfpka7].location-tree .location-node:after {
        content: "";
        border: 1px solid #00bcd4;
        width: 0px;
        height: 100%;
        position: absolute;
        left: -19px;
        top: 0px;
        border-width: 0px 0px 1px 1px;
    }

[b-x4vosfpka7].location-tree .location-node .isNotAffected {
    opacity: 0.5;
}
/* _content/ScoreCapture.DisplayManagement.Web/Components/Pages/Playlists/PlaylistTable.razor.rz.scp.css */
[b-t0dseeb50w] .overlay-progress-paper {
    background: rgba(255, 255, 255, .8);
    border-radius: 50%;
    width: max-content;
    padding: 10px 10px 2px;
    margin: auto;
}
