@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.bundle.scp.css';

/* /FrontEnd/Components/ClickToShowLabel.razor.rz.scp.css */
div[b-zempxvsj59] {
    cursor: pointer;
    color: #347c7c;
}
div:hover[b-zempxvsj59] {
    color: #A0D7D7;
}
/* /FrontEnd/Components/EventOverlayItem.razor.rz.scp.css */
.overlayItem[b-jk7gus1v87] {
    -moz-transition: opacity 0.5s 0s ease;
    -o-transition: opacity 0.5s 0s ease;
    -webkit-transition: opacity 0.5s 0s ease;
    border-collapse: collapse;
    display: table;
    position: absolute;
    transition: opacity 0.5s 0s ease;
}

.overlayItem .text[b-jk7gus1v87] {
    -webkit-text-stroke: 1px black;
    color: #ffffff;
    display: table-cell;
    width: auto;
}

.overlayItem .image[b-jk7gus1v87] {
    display: table-cell;
    padding-right: 30px;
    vertical-align: middle;
    width: 1px;
}

.overlayItem .image img[b-jk7gus1v87] { height: 150px; }

.overlayItem .text[b-jk7gus1v87] {
    display: inline-block;
    vertical-align: middle;
    width: 85%;
}
/* /FrontEnd/Components/InteractiveCanvas.razor.rz.scp.css */
div.interactive-canvas-container[b-vg0mli1pag] {
    position: relative;
    width: 100%;
    border: 1px solid rgba(255,255,255,0.3);
    cursor: default;
    overflow: hidden;
}
div.interactive-canvas[b-vg0mli1pag] {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    cursor: default;
}
div.interactive-canvas *[b-vg0mli1pag] {
    cursor: default;
}

div.interactive-canvas.dragging[b-vg0mli1pag] {
    cursor: move;
}
div.interactive-canvas.dragging *[b-vg0mli1pag] {
    cursor: move;
}
div.interactive-canvas.resizing-nw[b-vg0mli1pag] {
    cursor: nw-resize;
}
div.interactive-canvas.resizing-nw *[b-vg0mli1pag] {
    cursor: nw-resize;
}
div.interactive-canvas.resizing-ne[b-vg0mli1pag] {
    cursor: ne-resize;
}
div.interactive-canvas.resizing-ne *[b-vg0mli1pag] {
    cursor: ne-resize;
}
/* /FrontEnd/Components/InteractiveCanvasItem.razor.rz.scp.css */
div.interactive-canvas-item[b-4drm65pd3n] {
    position: absolute;
    border: 1px dashed #000000;
}
div.interactive-canvas-item.selected[b-4drm65pd3n] {
    border-color: #ff0000;
}

div.grip[b-4drm65pd3n] {
    position: absolute;
    border: 1px solid #000000;
    background-color: #ffffff;
    width: 8px;
    height: 8px;
    z-index: 100000;
}

div.grip.top-left[b-4drm65pd3n] {
    left: -1px;
    top: -1px;
    cursor: nw-resize;
}
div.grip.top-right[b-4drm65pd3n] {
    right: -1px;
    top: -1px;
    cursor: ne-resize;
}
div.grip.bottom-left[b-4drm65pd3n] {
    left: -1px;
    bottom: -1px;
    cursor: ne-resize;
}
div.grip.bottom-right[b-4drm65pd3n] {
    right: -1px;
    bottom: -1px;
    cursor: nw-resize;
}
/* /FrontEnd/Components/MediaItem.razor.rz.scp.css */
div.media-item[b-os9qujqq3l] {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 230px;
    height: 230px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.25);
    cursor: pointer;
    -webkit-transition: all 0.1s 0s ease-in-out;
    -moz-transition: all 0.1s 0s ease-in-out;
    -o-transition: all 0.1s 0s ease-in-out;
    transition: all 0.1s 0s ease-in-out;
}
div.media-item:hover[b-os9qujqq3l] {
    border-color: rgba(255, 255, 255, 0.8);
    background-color: rgba(255, 255, 255, 0.5);
}

div.media-item div.thumbnail-container[b-os9qujqq3l] {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    margin-bottom: -30px;
}
div.media-item div.thumbnail[b-os9qujqq3l] {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
div.media-item div.name[b-os9qujqq3l] {
    padding-top: 7px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
div.media-item div.button-container[b-os9qujqq3l] {
    position: absolute;
    right: 8px;
    top: 8px;
    height: 30px;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 2px;
}
[b-os9qujqq3l] div.button-container i {
    margin-top: 1px;
    opacity: 0.6;
    -webkit-transition: all 0.1s 0s ease-in-out;
    -moz-transition: all 0.1s 0s ease-in-out;
    -o-transition: all 0.1s 0s ease-in-out;
    transition: all 0.1s 0s ease-in-out;
}
[b-os9qujqq3l] div.button-container i:hover {
    opacity: 1;
}
[b-os9qujqq3l] div.button-container.in-use i {
    color: #69ff69;
}
/* /Pages/Chat.razor.rz.scp.css */
ul.eventList[b-4c8ulfxop3] {
    margin: 0px;
    padding: 0px;
}

ul.eventList li[b-4c8ulfxop3] {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    list-style: none;
    margin: 3px 6px;
    padding: 2px 3px;
}
/* /Pages/EventList.razor.rz.scp.css */
ul.eventList[b-xp37o30dbg] {
    margin: 0px;
    padding: 0px;
}

ul.eventList li[b-xp37o30dbg] {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    list-style: none;
    margin: 3px 6px;
    padding: 2px 3px;
}
/* /Pages/LegacyOverlay.razor.rz.scp.css */
#overlay[b-mkiflkgwi4] {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
#error[b-mkiflkgwi4] {
    position: absolute;
    background-color: #ff0000;
    color: #ffffff;
    right: 0;
    top: 0;
    padding: 5px 10px;
    font-weight: bold;
    animation: blinker-b-mkiflkgwi4 1s linear infinite;
}

@keyframes blinker-b-mkiflkgwi4 {
    50% {
        opacity: 0;
    }
}
/* /Pages/Modules/Giveaway/Entries.razor.rz.scp.css */
ul.eventList[b-6na2jhsic9] {
    margin: 0px;
    padding: 0px;
}

ul.eventList li[b-6na2jhsic9] {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    list-style: none;
    margin: 3px 6px;
    padding: 2px 3px;
}
/* /Pages/Modules/Giveaway/EntryCount.razor.rz.scp.css */
ul.eventList[b-iij0v4lszq] {
    margin: 0px;
    padding: 0px;
}

ul.eventList li[b-iij0v4lszq] {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    list-style: none;
    margin: 3px 6px;
    padding: 2px 3px;
}
/* /Pages/Modules/Loyalty/Balances.razor.rz.scp.css */
ul.eventList[b-0fki0acpc9] {
    margin: 0px;
    padding: 0px;
}

ul.eventList li[b-0fki0acpc9] {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    list-style: none;
    margin: 3px 6px;
    padding: 2px 3px;
}
/* /Pages/Viewers/GamblingStats.razor.rz.scp.css */
#overlay[b-ieuikwvrly] {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
#error[b-ieuikwvrly] {
    position: absolute;
    background-color: #ff0000;
    color: #ffffff;
    right: 0;
    top: 0;
    padding: 5px 10px;
    font-weight: bold;
    animation: blinker-b-ieuikwvrly 1s linear infinite;
}

@keyframes blinker-b-ieuikwvrly {
    50% {
        opacity: 0;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-4pgh5fcnn0] {
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-4pgh5fcnn0] { flex: 1; }

.sidebar[b-4pgh5fcnn0] { background-color: #3a474d }

.top-row[b-4pgh5fcnn0] {
    align-items: center;
    background-color: #121F25;
    border-bottom: 1px solid #3a474d;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-4pgh5fcnn0]  a, .top-row .btn-link[b-4pgh5fcnn0] {
    margin-left: 0px;
    white-space: nowrap;
}

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4pgh5fcnn0] { display: none; }

    .top-row.auth[b-4pgh5fcnn0] { justify-content: space-between; }

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

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

    .sidebar[b-4pgh5fcnn0] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

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

    .top-row[b-4pgh5fcnn0], article[b-4pgh5fcnn0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-676o62m60k] { background-color: rgba(255, 255, 255, 0.1); }

.top-row[b-676o62m60k] {
    background-color: rgba(0, 0, 0, 0.4);
    height: 3.5rem;
}

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

.oi[b-676o62m60k] {
    font-size: 1.1rem;
    top: -2px;
    vertical-align: text-top;
    width: 2rem;
}

.nav-item[b-676o62m60k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

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

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

.nav-item[b-676o62m60k]  a {
    align-items: center;
    border-radius: 4px;
    color: #d7d7d7;
    display: flex;
    height: 3rem;
    line-height: 3rem;
}

.nav-item[b-676o62m60k]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-676o62m60k]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

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

    .collapse[b-676o62m60k] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
