@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/Spot/Components/Admin/Contents/Content - Copy.razor.rz.scp.css */
.tab-menu[b-5k1wpwo97q] {
    margin-top: 1rem;
}

.nav[b-5k1wpwo97q] {
    justify-content: center !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-white) !important;
    gap: 1.5rem !important;
}






.upload-area[b-5k1wpwo97q] {
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin: 2rem;
    margin-top: 5rem;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 0.375rem;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.upload-area:hover[b-5k1wpwo97q], .upload-area.dragging[b-5k1wpwo97q] {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
}

.upload-label[b-5k1wpwo97q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.6rem;
    font-size: 0.8rem;
    gap: 0.75rem;
    width: 100%;
    cursor: pointer;
}





.image-info[b-5k1wpwo97q] {
    /*display: flex;*/
    /*justify-content: left;*/
    align-items: center;
    font-size: 0.6rem;
    padding: 0.5rem;
    /*gap: 1rem;*/
}

    .image-info span[b-5k1wpwo97q] {
        color: gray;
    }
/* _content/Spot/Components/Admin/Contents/Content.razor.rz.scp.css */
.tab-menu[b-sr607yq5bk] {
    margin-top: 1rem;
}

.nav[b-sr607yq5bk] {
    justify-content: center !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-white) !important;
    gap: 1.5rem !important;
}






.upload-area[b-sr607yq5bk] {
    display: flex;
    justify-content: center !important;
    align-items: center;
    margin: 2rem;
    margin-top: 5rem;
    border: 1px dashed rgba(255, 255, 255, 0.5);
    border-radius: 0.375rem;
    padding: 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.upload-area:hover[b-sr607yq5bk], .upload-area.dragging[b-sr607yq5bk] {
    border-color: #0d6efd;
    background-color: rgba(13, 110, 253, 0.05);
}

.upload-label[b-sr607yq5bk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.6rem;
    font-size: 0.8rem;
    gap: 0.75rem;
    width: 100%;
    cursor: pointer;
}





.image-info[b-sr607yq5bk] {
    /*display: flex;*/
    /*justify-content: left;*/
    align-items: center;
    font-size: 0.6rem;
    padding: 0.5rem;
    /*gap: 1rem;*/
}

    .image-info span[b-sr607yq5bk] {
        color: gray;
    }
/* _content/Spot/Components/Admin/Contents/Contents.razor.rz.scp.css */
.preview-image[b-sp7ch2uiab] {
    width: 100%;
    max-height: 10rem;
    object-fit: contain;
}

.preview-video[b-sp7ch2uiab] {
    width: 100%;
    max-height: 10rem;
    object-fit: contain;
}
/* _content/Spot/Components/Admin/Home/Home.razor.rz.scp.css */
a[b-2pobnns4nc] {
    text-decoration: none;
}

canvas[b-2pobnns4nc] {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.bg-online[b-2pobnns4nc] {
    margin-top: 2rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.3);
}
/* _content/Spot/Components/Admin/Home/_IconComponent.razor.rz.scp.css */
.widget[b-yox6n4w5pn] {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    background-color: rgba(75, 192, 192, 1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    padding: 1rem;
}

    .widget[b-yox6n4w5pn]::before {
        content: attr(data-icon);
        position: absolute;
        font-size: 8rem;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.3);
        right: -0.25rem;
        bottom: -2.7rem;
        z-index: 0;
    }

.stats-content[b-yox6n4w5pn] {
    position: relative;
    z-index: 1;
}

.stats-title[b-yox6n4w5pn] {
    font-size: 0.75rem;
    color: whitesmoke;
}

.stats-number[b-yox6n4w5pn] {
    font-size: 2rem;
    font-weight: bold;
    color: whitesmoke;
}

.stats-desc[b-yox6n4w5pn] {
    font-size: 0.5rem;
    color: gray;
}
/* _content/Spot/Components/Admin/Home/_ScreenWidget.razor.rz.scp.css */
.widget[b-3d6ykeeozx] {
    /*width: 300px;
    height: 180px;*/
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .widget[b-3d6ykeeozx]::before {
        content: attr(data-icon);
        position: absolute;
        font-size: 8rem;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.3);
        right: -0.25rem;
        bottom: -2.7rem;
        z-index: 0;
    }

.stats-content[b-3d6ykeeozx] {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.stats-title[b-3d6ykeeozx] {
    font-size: 1rem;
    color: whitesmoke;
    font-weight: bold;
}

.stats-subtitle[b-3d6ykeeozx] {
    font-size: 0.9rem;
    color: whitesmoke;
}

.stats-number[b-3d6ykeeozx] {
    font-size: 1.5rem;
    /*font-weight: bold;*/
    color: whitesmoke;
}

.progress[b-3d6ykeeozx] {
    width: 100%;
    height: 0.3rem;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    overflow: hidden;
}

.stats-value[b-3d6ykeeozx] {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.4);
}

.stats-desc[b-3d6ykeeozx] {
    font-size: 0.8rem;
    color: whitesmoke;
}
/* _content/Spot/Components/Admin/Playlists/Playlist.razor.rz.scp.css */
.tab-menu[b-ibr9iygq7w] {
    margin-top: 1rem;
}

.nav[b-ibr9iygq7w] {
    justify-content: center !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-white) !important;
    gap: 1.5rem !important;
}
/* _content/Spot/Components/Admin/Screens/Screen.razor.rz.scp.css */
.tab-menu[b-zz0tlqx361] {
    margin-top: 1rem;
}

.nav[b-zz0tlqx361] {
    justify-content: center !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-white) !important;
    gap: 1.5rem !important;
}
/* _content/Spot/Components/Admin/Users/User - Copy.razor.rz.scp.css */
.tab-menu[b-2b3hqzin8p] {
    margin-top: 1rem;
}

.nav[b-2b3hqzin8p] {
    justify-content: center !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-white) !important;
    gap: 1.5rem !important;
}
/* _content/Spot/Components/Admin/Users/User.razor.rz.scp.css */
.tab-menu[b-k48nntkc8k] {
    margin-top: 1rem;
}

.nav[b-k48nntkc8k] {
    justify-content: center !important;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-white) !important;
    gap: 1.5rem !important;
}
/* _content/Spot/Components/Display/Display.razor.rz.scp.css */
/*.output {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    background: #000;
}

.img-fluid {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}*/



.output[b-g7g2a59dev] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.img-fluid[b-g7g2a59dev], video[b-g7g2a59dev] {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    image-rendering: optimizeQuality;
    display: block;
}

.fullscreen-overlay[b-g7g2a59dev] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    z-index: 10000;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .output[b-g7g2a59dev] {
        align-items: flex-start;
    }

    .img-fluid[b-g7g2a59dev], video[b-g7g2a59dev] {
        object-position: top center;
    }
}
/* _content/Spot/Components/Display/DisplayNew.razor.rz.scp.css */
/*.output {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    background: #000;
}

.img-fluid {
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}*/



.output[b-vgbuck82jy] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    background: #000;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.img-fluid[b-vgbuck82jy], video[b-vgbuck82jy] {
    width: 100vw;
    height: 100vh;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center;
    image-rendering: optimizeQuality;
    display: block;
}

.fullscreen-overlay[b-vgbuck82jy] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    text-align: center;
    z-index: 10000;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .output[b-vgbuck82jy] {
        align-items: flex-start;
    }

    .img-fluid[b-vgbuck82jy], video[b-vgbuck82jy] {
        object-position: top center;
    }
}
/* _content/Spot/Components/Home/Home.razor.rz.scp.css */
.carousel-caption[b-ch4o1caiij] {
    color: whitesmoke !important;
}
/* _content/Spot/Components/Home/_1Hero.razor.rz.scp.css */
.carousel[b-hj6sl5tfi8] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*margin-bottom: -100px;*/
}

.carousel-img[b-hj6sl5tfi8] {
    animation: blurFade-b-hj6sl5tfi8 1.5s ease-in;
}

h1:focus[b-hj6sl5tfi8] {
    outline: none;
}

.carousel-text[b-hj6sl5tfi8] {
    position: relative;
    top: -190px;
    padding: 2.5rem 0 2rem;
    text-align: center;
    background-color: rgba(var(--bs-black-rgb), 0.5);
}

    .carousel-text h1[b-hj6sl5tfi8] {
        /*margin-top: 3rem;*/
        font-family: var(--spot-primary-font);
        font-size: 3rem;
        font-weight: 300;
        color: whitesmoke;
        text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
        animation: heartbeat-b-hj6sl5tfi8 1.5s ease-in-out infinite both;
    }

    .carousel-text p[b-hj6sl5tfi8] {
        font-family: var(--spot-primary-font);
        font-size: 1.5rem;
        font-weight: 300;
        color: whitesmoke;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    }


@media (max-width: 768px) {
    .carousel-text[b-hj6sl5tfi8] {
        top: -65px;
        padding: 0.3rem 0 0;
    }

        .carousel-text h1[b-hj6sl5tfi8] {
            margin-bottom: 0;
            font-size: 1.8rem;
        }

        .carousel-text p[b-hj6sl5tfi8] {
            padding-bottom: 0.5rem;
            font-size: 0.8rem;
        }
}


@keyframes heartbeat-b-hj6sl5tfi8 {
    from {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }

    17% {
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }

    33% {
        transform: scale(0.87);
        animation-timing-function: ease-in;
    }

    45% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes blurFade-b-hj6sl5tfi8 {
    0% {
        filter: blur(10px);
        opacity: 0;
    }

    100% {
        filter: blur(0px);
        opacity: 1;
    }
}
/* _content/Spot/Components/Home/_2About.razor.rz.scp.css */
section[b-8gwq90xj1q] {
    margin-top: -10rem;
}


@media (max-width: 768px) {
    section[b-8gwq90xj1q] {
        margin-top: -5rem;
    }
}
/* _content/Spot/Components/Home/_3QrCode.razor.rz.scp.css */
.hero-section[b-3fovu529xq] {
    /*background-color: #f8f9fa;*/
    padding: 1rem 0;
}

.hero-image[b-3fovu529xq] {
    /*border-radius: 0.5rem;*/
    /*border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;*/
    border-radius: 30% 70% 63% 37% / 30% 33% 67% 70%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}
/* _content/Spot/Components/Home/_Audience.razor.rz.scp.css */
section[b-9dyevo5u06] {
    background-color: rgba(var(--bs-black-rgb), 0.1);
}

.card[b-9dyevo5u06] {
    background-color: rgba(var(--bs-black-rgb), 0.1);
}
/* _content/Spot/Components/Home/_Benefits.razor.rz.scp.css */
.list-group-item[b-cny2deft5d] {
    background-color: rgba(var(--bs-black-rgb), 0.1);
}
/* _content/Spot/Components/Home/_BuildAds.razor.rz.scp.css */
.hero-section[b-j8pgjiyb5x] {
    /*background-color: #f8f9fa;*/
    padding: 1rem 0;
}

.hero-image[b-j8pgjiyb5x] {
    border-radius: 30% 70% 63% 37% / 30% 33% 67% 70%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}




@media (max-width: 767.98px) {
    .hero-section .row[b-j8pgjiyb5x] {
        flex-direction: column;
    }

    .hero-section .col-md-6:nth-child(1)[b-j8pgjiyb5x] {
        order: 1;
    }

    .hero-section .col-md-6:nth-child(2)[b-j8pgjiyb5x] {
        order: 2;
    }
}
/* _content/Spot/Components/Home/_Features.razor.rz.scp.css */
.card[b-xqu0da0sl0] {
    background-color: rgba(var(--bs-black-rgb), 0.1);
}
/* _content/Spot/Components/Home/_Pricing.razor.rz.scp.css */
.pricing-section[b-itprj7nw2o] {
    margin-top: 3rem;
    padding: 20px 0;
    /*background-color: rgba(var(--bs-black-rgb), 0.1);*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.pricing-card[b-itprj7nw2o] {
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s ease;
    /*background-color: #fff;*/
}

.pricing-card:hover[b-itprj7nw2o] {
    transform: translateY(-10px);
}

    .pricing-card .card-header[b-itprj7nw2o] {
        /*background-color: #007bff;*/
        background-color: rgba(var(--bs-black-rgb), 0.3);
        /*color: #fff;*/
        padding: 30px;
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.pricing-card .card-body[b-itprj7nw2o] {
    padding: 40px;
    text-align: center;
}

.pricing-card .pricing[b-itprj7nw2o] {
    font-size: 64px;
    font-weight: bold;
    margin-bottom: 30px;
    /*color: #007bff;*/
    color: whitesmoke;
}

.pricing-card .pricing sup[b-itprj7nw2o] {
    font-size: 32px;
    top: -30px;
}

.pricing-card .features[b-itprj7nw2o] {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.pricing-card .features li[b-itprj7nw2o] {
    margin-bottom: 15px;
    font-size: 18px;
}

.pricing-card .features li i[b-itprj7nw2o] {
    /*color: #007bff;*/
    color: whitesmoke;
    margin-right: 10px;
}

.pricing-card .btn-primary[b-itprj7nw2o] {
    background-color: #007bff;
    border-color: #007bff;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.pricing-card .btn-primary:hover[b-itprj7nw2o] {
    background-color: #0062cc;
    border-color: #005cbf;
}
/* _content/Spot/Components/Layout/DisplayLayout.razor.rz.scp.css */
page[b-qtf487ante] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background: black;
}
/* _content/Spot/Components/Layout/HomeLayout.razor.rz.scp.css */
.page[b-0wqa5apshb] {
    position: relative;
    display: flex;
}

main[b-0wqa5apshb] {
    flex: 1;
    position: relative;
    color: whitesmoke;
}

@media (min-width: 641px) {
    .page[b-0wqa5apshb] {
        flex-direction: row;
    }
}

#blazor-error-ui[b-0wqa5apshb] {
    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-0wqa5apshb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Spot/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-uwf0xkk0em] {
    position: relative;
    display: flex;
}

main[b-uwf0xkk0em] {
    flex: 1;
    position: relative;
    color: whitesmoke;
}

@media (min-width: 641px) {
    .page[b-uwf0xkk0em] {
        flex-direction: row;
    }
}

#blazor-error-ui[b-uwf0xkk0em] {
    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-uwf0xkk0em] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Spot/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-rnlg0d3qlf] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rnlg0d3qlf] {
    font-size: 1.1rem;
}

.bi[b-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    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-rnlg0d3qlf] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

    .nav-item:first-of-type[b-rnlg0d3qlf] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rnlg0d3qlf] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rnlg0d3qlf]  .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-rnlg0d3qlf]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rnlg0d3qlf]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-rnlg0d3qlf] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rnlg0d3qlf] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rnlg0d3qlf] {
        display: none;
    }

    .nav-scrollable[b-rnlg0d3qlf] {
        /* 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/Spot/Components/Layout/Sidebar.razor.rz.scp.css */
.sidebar[b-l9uhvogw7d] {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    color: whitesmoke;
    background-color: rgba(var(--bs-black-rgb), 0.5);
}

.sidebar-header[b-l9uhvogw7d] {
    cursor: pointer;
}

.sidebar-icon[b-l9uhvogw7d] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
}

.nav-link[b-l9uhvogw7d] {
    transition: all 0.3s;
}

    .nav-link:hover[b-l9uhvogw7d] {
        background-color: rgba(255,255,255,0.1);
    }
/* _content/Spot/Components/Layout/Toprow.razor.rz.scp.css */
.top-row[b-uc2m09hzy2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
    background-color: rgba(var(--bs-black-rgb), 0.2);
    /*border-bottom: 1px solid #d6d5d5;*/
}

@media (min-width: 641px) {
    .top-row[b-uc2m09hzy2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-uc2m09hzy2]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-uc2m09hzy2] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
/* _content/Spot/Components/Pages/Home.razor.rz.scp.css */
.container[b-wv4kz3whxy] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
}
/* _content/Spot/Components/Settings/Settings.razor.rz.scp.css */
.open-settings[b-ypiioul9sg] {
    color: white;
    position: fixed;
    top: 80px;
    right: 10px;
    z-index: 1150;
    transition: right 0.3s ease-in-out;
}

    .open-settings:hover[b-ypiioul9sg] {
        animation: spinner-b-ypiioul9sg 2s infinite linear;
    }

.svg-icon[b-ypiioul9sg] {
    width: 30px;
    height: 30px;
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.8));
    transition: transform 0.3s ease-in-out;
    transform-origin: center;
}

body:has(.offcanvas.show) .open-settings[b-ypiioul9sg] {
    right: 265px;
}

.offcanvas[b-ypiioul9sg] {
    width: 250px;
    z-index: 1150;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    transition: transform 0.3s ease-in-out;
}

.offcanvas-header[b-ypiioul9sg] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1.5px solid white;
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

.offcanvas-title[b-ypiioul9sg] {
    color: whitesmoke;
}

.offcanvas-body p[b-ypiioul9sg] {
    text-align: start;
    margin-left: 0.5rem;
}

.content .icon-title[b-ypiioul9sg] {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 1rem;
    gap: 1rem;
}

.content i[b-ypiioul9sg] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    font-size: 2rem;
    border-radius: var(--bs-border-radius);
    border: 1px solid whitesmoke;
    box-shadow: 1px 1px 1px rgba(var(--bs-black-rgb), 0.4);
}

.items[b-ypiioul9sg] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border-radius: var(--bs-border-radius);
    /*background-color: rgba(0, 0, 0, 0.2);*/
}

    .items a[b-ypiioul9sg] {
        position: relative;
    }

a img[b-ypiioul9sg] {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 4rem;
    border-radius: var(--bs-border-radius);
    box-shadow: 2px 2px 2px rgba(var(--bs-black-rgb), 0.4);
}

.item[b-ypiioul9sg] {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.icon[b-ypiioul9sg] {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 1.5rem;
    font-size: 2.5em;
}





@keyframes spinner-b-ypiioul9sg {
    100% {
        transform: rotate(1turn);
    }
}
/* _content/Spot/Components/Shared/LoadingComponent.razor.rz.scp.css */
.center[b-92tw407v6o] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.loader[b-92tw407v6o] {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    border-top: 5px solid #e74c3c;
    position: relative;
    animation: load-b-92tw407v6o 2s linear infinite;
}

    .loader[b-92tw407v6o]::before, .loader[b-92tw407v6o]::after {
        content: '';
        width: 100px;
        height: 100px;
        position: absolute;
        left: 0;
        top: 0;
        box-sizing: border-box;
        border-radius: 50%;
    }

    .loader[b-92tw407v6o]::before {
        border-top: 5px solid #e67e22;
        transform: rotate(120deg);
    }

    .loader[b-92tw407v6o]::after {
        border-top: 5px solid #3498db;
        transform: rotate(240deg);
    }

    .loader span[b-92tw407v6o] {
        position: absolute;
        font-size: small;
        width: 100px;
        height: 100px;
        color: #fff;
        text-align: center;
        line-height: 100px;
        animation: a2-b-92tw407v6o 2s linear infinite;
    }

@keyframes load-b-92tw407v6o {
    to {
        transform: rotate(360deg);
    }
}

@keyframes a2-b-92tw407v6o {
    to {
        transform: rotate(-360deg);
    }
}
/* _content/Spot/Components/Shared/PageHeader.razor.rz.scp.css */
.bg-header[b-fv21fdwzne] {
    height: 170px;
    background-color: rgba(var(--bs-black-rgb), 0.1);
}

.page-header[b-fv21fdwzne] {
    margin-top: -100px;
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
}

.breadcrumb[b-fv21fdwzne] {
    display: flex !important;
    justify-content: start;
    align-items: center !important;
    margin-left: 1.5rem;
}

    .breadcrumb a[b-fv21fdwzne] {
        text-decoration: none;
        color: whitesmoke;
    }

    .breadcrumb i[b-fv21fdwzne] {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
        color: gray;
    }

    .breadcrumb span[b-fv21fdwzne] {
        color: whitesmoke;
        text-transform: uppercase !important;
    }
/* _content/Spot/Components/Shared/PageHeader2.razor.rz.scp.css */
.bg-header[b-8mkmdnjpwl] {
    height: 170px;
    background-color: rgba(var(--bs-black-rgb), 0.1);
}

.page-header[b-8mkmdnjpwl] {
    margin-top: -100px;
    display: flex !important;
    justify-content: space-between;
    align-items: center !important;
}

.breadcrumb[b-8mkmdnjpwl] {
    display: flex !important;
    justify-content: start;
    align-items: center !important;
    margin-left: 1.5rem;
}

    .breadcrumb a[b-8mkmdnjpwl] {
        text-decoration: none;
        color: whitesmoke;
        text-transform: uppercase !important;
    }

.breadcrumb i[b-8mkmdnjpwl] {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
    color: gray;
}

.breadcrumb span[b-8mkmdnjpwl] {
    color: whitesmoke;
    text-transform: uppercase !important;
}
/* _content/Spot/Components/Shared/Progress.razor.rz.scp.css */
.modal-content[b-g6748zrqsu] {
    border: none;
    background-color: transparent !important;
}




.center[b-g6748zrqsu] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}

.loader[b-g6748zrqsu] {
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    border-radius: 50%;
    border-top: 5px solid #e74c3c;
    position: relative;
    animation: load-b-g6748zrqsu 2s linear infinite;
}

.loader[b-g6748zrqsu]::before, .loader[b-g6748zrqsu]::after {
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-radius: 50%;
}

.loader[b-g6748zrqsu]::before {
    border-top: 5px solid #e67e22;
    transform: rotate(120deg);
}

.loader[b-g6748zrqsu]::after {
    border-top: 5px solid #3498db;
    transform: rotate(240deg);
}

.loader span[b-g6748zrqsu] {
    position: absolute;
    font-size: small;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    animation: a2-b-g6748zrqsu 2s linear infinite;
}

@keyframes load-b-g6748zrqsu {
    to {
        transform: rotate(360deg);
    }
}

@keyframes a2-b-g6748zrqsu {
    to {
        transform: rotate(-360deg);
    }
}
/* _content/Spot/Components/Shared/Toast.razor.rz.scp.css */
.toast[b-u9b4wzgq0e] {
    margin-top: 1.5rem !important;
    position: fixed !important;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    border: none;
    background-color: transparent !important;
    z-index: var(--z-toast);
}

.toast-body[b-u9b4wzgq0e] {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 3em;
    border: none;
    border-radius: 2rem;
    background-color: whitesmoke !important;
}

    .toast-body i[b-u9b4wzgq0e] {
        margin-left: 0.5rem !important;
        margin-right: 1rem !important;
        font-size: calc(1.275rem + 0.3vw) !important;
    }
