/* _content/Burn.Camp/Components/AnkerLightBox.razor.rz.scp.css */
.lightbox-gallery[b-hyde8bfnro] {
    display: flex;
    gap: 10px;
}

.lightbox-thumbnail[b-hyde8bfnro] {
    width: 100px;
    height: 100px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
}

.lightbox-overlay[b-hyde8bfnro] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.lightbox-modal[b-hyde8bfnro] {
    position: relative;
    display: flex;
    align-items: center;
}

.lightbox-image[b-hyde8bfnro] {
    max-width: 90%;
    max-height: 90vh;
    object-fit: contain;
}

.close-btn[b-hyde8bfnro], .prev-btn[b-hyde8bfnro], .next-btn[b-hyde8bfnro] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 24px;
}

.close-btn[b-hyde8bfnro] {
    right: 10px;
}

.prev-btn[b-hyde8bfnro] {
    left: 10px;
}

.next-btn[b-hyde8bfnro] {
    right: 10px;
}
/* _content/Burn.Camp/Components/AnkerTriStateSwitch.razor.rz.scp.css */
.tri-state-container[b-s4h81hcwkf] {
    display: flex;
    gap: 10px;
}

.btn[b-s4h81hcwkf] {
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.btn-success[b-s4h81hcwkf] {
    background-color: #28a745;
    color: white;
}

.btn-danger[b-s4h81hcwkf] {
    background-color: #dc3545;
    color: white;
}

.btn-secondary[b-s4h81hcwkf] {
    background-color: #6c757d;
    color: white;
}

.btn-outline-secondary[b-s4h81hcwkf] {
    background-color: white;
    color: black;
    border: 1px solid #ccc;
}

.active[b-s4h81hcwkf] {
    font-weight: bold;
}
/* _content/Burn.Camp/Components/Layout/HeaderBar.razor.rz.scp.css */
body[b-obix1hm18c] {
}
/* _content/Burn.Camp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-npl9yv4xzl] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-npl9yv4xzl] {
    flex: 1;
}

.sidebar[b-npl9yv4xzl] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

@media (max-width: 767px) {
    .top-row[b-npl9yv4xzl] {
        justify-content: space-between;
    }

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

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

    .sidebar[b-npl9yv4xzl] {
        width: 199px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

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

        .top-row.auth[b-npl9yv4xzl]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-npl9yv4xzl], article[b-npl9yv4xzl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-npl9yv4xzl] {
    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-npl9yv4xzl] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Burn.Camp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rvk9lrfxxc] {
    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-rvk9lrfxxc] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

    .nav-item[b-rvk9lrfxxc]  .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-rvk9lrfxxc]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

.nav-scrollable[b-rvk9lrfxxc] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-rvk9lrfxxc] {
    display: block;
}

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

    .nav-scrollable[b-rvk9lrfxxc] {
        /* 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/Burn.Camp/Components/SortableList.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/

[b-3v8525i4zu] .sortable-ghost {
    visibility: hidden;
}

[b-3v8525i4zu] .sortable-fallback {
    opacity: 1 !important
}
