/* /Components/FileUpload/FileUpload.razor.rz.scp.css */
.drop-zone[b-2cpz30ajza] {
    padding: 20px;
    width: 100%;
    min-height: 100px;
    border: 2px dashed #0087F7;
    border-radius: 5px;
}

    .drop-zone.hover[b-2cpz30ajza] {
        border-style: solid;
    }

/* /Components/UpdateAvailableDetector.razor.rz.scp.css */
body[b-bbgrn6a7ds] {
}

.floating-update-button[b-bbgrn6a7ds] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-bbgrn6a7ds 2s ease-out;
}

@keyframes fadein-b-bbgrn6a7ds {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
/* /Pages/Account/UserProfile.razor.rz.scp.css */
[b-3lohrqx0yx] .float-left {
    float: left;
}

/* /Pages/Admin/ManageUsers/UserEdit.razor.rz.scp.css */
[b-rkt9wyh9p9] .margin-left-15 {
    margin-left: 15px;
}
/* /Pages/ManageParticipants/AmsSkills/ParticipantSkillAssignmentDialog.razor.rz.scp.css */
.rz-rating .rzi-star[b-tswn4i9psj]{
    color: inherit !important;
}

.rz-rating .rzi[b-tswn4i9psj]{
    color: inherit !important;
}

.rz-rating .rzi-ban[b-tswn4i9psj]{
    color: inherit !important;
}

.rz-rating-cancel[b-tswn4i9psj]{
    color: inherit !important;
}

.infoCardOpen[b-tswn4i9psj] {
    animation: openInfoCard-b-tswn4i9psj 0.4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}

.infoCardClose[b-tswn4i9psj]{
    animation: closeInfoCard-b-tswn4i9psj 0.4s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: both;
}

@keyframes openInfoCard-b-tswn4i9psj{
    from{
        transform: scaleX(0);
        flex-grow: 0;
        width: 0;
    }
    to{
        transform: scaleX(100%);
        flex-grow: 1;
    }
}

@keyframes closeInfoCard-b-tswn4i9psj{
    from{
        flex-grow: 1;
    }

    to{
        flex-grow: 0;
        width: 0;
        padding: 0;
        display: none;
    }
}
/* /Pages/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-987vu2if4f] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-987vu2if4f] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-987vu2if4f] {
    font-size: 1.1rem;
}

.oi[b-987vu2if4f] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-987vu2if4f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-987vu2if4f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-987vu2if4f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-987vu2if4f]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-987vu2if4f]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-987vu2if4f]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-987vu2if4f] {
        display: none;
    }

    .collapse[b-987vu2if4f] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
