@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/AbbSpinner.razor.rz.scp.css */
.spinner__content[b-n3hl6g3xp4] {
    position: relative;
    min-height: 50px;
}

    .spinner__content .spinner__content-overlay[b-n3hl6g3xp4] {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 10000;
        line-height: initial;
    }

        .spinner__content .spinner__content-overlay .spinner__content-overlay-loader[b-n3hl6g3xp4] {
            border: 5px solid #f3f3f3;
            border-top: 5px solid #6e6e6e;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin-b-n3hl6g3xp4 2s linear infinite;
        }

@keyframes spin-b-n3hl6g3xp4 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/ConfirmationDialog.razor.rz.scp.css */
.confirmation-button-container[b-4x2y4wr9so] {
    display: flex;
    gap: 1em;
}

.custom-confirmation[b-4x2y4wr9so] {
    display: block;
    z-index: 10000;
}

.custom-fade[b-4x2y4wr9so] {
    z-index: 9999;
}
/* /Components/UserCircleMenu.razor.rz.scp.css */
.avatar-custom[b-p5ezt0uwbe] {
    height: 35px;
    width: 35px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    background-color: #ff000f;
    color: #fff;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    border: none;
}

.avatar-custom__icon[b-p5ezt0uwbe] {
    height: 30px;
    width: 30px;
}

.dropdown[b-p5ezt0uwbe] {
    display: inline-block;
    position: relative;
}

.dropdown__content[b-p5ezt0uwbe] {
    display: block;
    position: absolute;
    right: 100%;
    top: 20px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    background-color: #fff;
    z-index: 1000;
}

.dropdown:hover .dropdown-content[b-p5ezt0uwbe] {
    display: block;
}

.account-custom[b-p5ezt0uwbe] {
    font-size: 20px;
}

.dropdown-divider[b-p5ezt0uwbe] {
    margin: 0px;
    border-width: 0px 0px thin;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.02);
    background-color: #848484;
}

.dropdown-header-name[b-p5ezt0uwbe] {
    color: #262626;
    display: block;
}

.dropdown-header-email[b-p5ezt0uwbe] {
    font-weight: normal;
    display: block;
    text-transform: lowercase;
}
/* /Pages/AdminPanel/TileOverview.razor.rz.scp.css */
.category-name[b-98vza54fn8] {
    cursor: pointer;
}
/* /Pages/Home.razor.rz.scp.css */
.welcome-image[b-ll2wv361km] {
    width: 100%;
}

.image-container[b-ll2wv361km] {
    display: flex;
    justify-content: center;
    position: relative;
    color: white;
}

.bottom-left[b-ll2wv361km] {
    position: absolute;
    bottom: 40px;
    left: 80px;
}

.centered[b-ll2wv361km] {
    position: absolute;
}

.full-height[b-ll2wv361km] {
    margin: 0px;
    align-items: safe center;
    display: flex;
    height: 100%;
}

.greyed[b-ll2wv361km] {
    color: black;
    background-color: #E6E6E6;
}

.cover-image[b-ll2wv361km] {
    object-fit: cover;
}
/* /Shared/HomeLayout.razor.rz.scp.css */
.page[b-x6ae57zdat] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x6ae57zdat] {
    flex: 1;
}

.sidebar[b-x6ae57zdat] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-x6ae57zdat] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem; 
    display: flex;
    align-items: center;
}

.content-wrapper[b-x6ae57zdat]{
    padding: 100px 20px 20px 20px !important;
}

    .top-row[b-x6ae57zdat]  a, .top-row[b-x6ae57zdat]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-x6ae57zdat]  a:hover, .top-row[b-x6ae57zdat]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-x6ae57zdat]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-x6ae57zdat] {
        display: none;
    }

    .top-row.auth[b-x6ae57zdat] {
        justify-content: space-between;
    }

    .top-row[b-x6ae57zdat]  a, .top-row[b-x6ae57zdat]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x6ae57zdat] {
        flex-direction: row;
    }

    .sidebar[b-x6ae57zdat] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x6ae57zdat] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-x6ae57zdat]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-x6ae57zdat], article[b-x6ae57zdat] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ciwllt93r1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ciwllt93r1] {
    flex: 1;
}

.sidebar[b-ciwllt93r1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ciwllt93r1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ciwllt93r1]  a, .top-row[b-ciwllt93r1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-ciwllt93r1]  a:hover, .top-row[b-ciwllt93r1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-ciwllt93r1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ciwllt93r1] {
        display: none;
    }

    .top-row.auth[b-ciwllt93r1] {
        justify-content: space-between;
    }

    .top-row[b-ciwllt93r1]  a, .top-row[b-ciwllt93r1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ciwllt93r1] {
        flex-direction: row;
    }

    .sidebar[b-ciwllt93r1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ciwllt93r1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-ciwllt93r1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-ciwllt93r1], article[b-ciwllt93r1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
