/* /Core/Components/AppBar/Appbar.razor.rz.scp.css */
.user-info[b-sjecl8m7o9]{
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #24394D;
}
/* /Core/Components/ColorView/ColorView.razor.rz.scp.css */
span[b-vgnwg33n8q]{
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}
/* /Core/Components/ColorView/MixedColorView.razor.rz.scp.css */
span[b-49zwgo5izx]{
    border-radius: 50%;
    display: block;
    height: 100%;
    width: 100%;
}
/* /Core/Components/LazyImage/LazyImage.razor.rz.scp.css */
.zoomed-image-wrapper[b-qinkmxm9u1]{
    position: absolute;
    display: flex;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.3));
    align-items: center;
}

.zoomed-image-arrow[b-qinkmxm9u1]{
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #fff;
    margin-right: -2px;
    pointer-events: auto;
}

@media (max-width: 600px) {
    .zoomed-image-wrapper[b-qinkmxm9u1]{
        left: 50%!important;
        top: 50%!important;
        transform: translate(-50%, -50%)!important;
    }

    .zoomed-image-arrow[b-qinkmxm9u1]{
        display: none;
    }
}
/* /Core/Components/Select/FgSelect.razor.rz.scp.css */
.fg-label[b-g4wznurj6r] {
    font-size: var(--mud-typography-body2-size);
    color: var(--mud-palette-secondary);
    display: block;
}

.fg-select-wrapper[b-g4wznurj6r] {
    position: relative;
    display: flex;
    align-items: center;
}

[b-g4wznurj6r] .fg-icon {
    position: absolute;
    left: 12px;
}

[b-g4wznurj6r] .fg-select {
    min-width: 200px;
}

[b-g4wznurj6r] .fg-select .mud-input {
    padding-left: 36px;
}

[b-g4wznurj6r] .fg-select .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: var(--mud-palette-secondary);
    border-width: 2px;
}
/* /Core/Components/Select/UserSuggest.razor.rz.scp.css */
/* /Core/Components/Spinner.razor.rz.scp.css */
.spinner-overlay[b-79h6wddhjy] {
    width: 100vw;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.spinner-container[b-79h6wddhjy] {
    position: absolute;
    top: calc(50% - 100px);
    left: 50%
}

.spinner[b-79h6wddhjy] {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate-b-79h6wddhjy 2.0s infinite linear;
}

.dot1[b-79h6wddhjy], .dot2[b-79h6wddhjy] {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce-b-79h6wddhjy 2.0s infinite ease-in-out;
}

.dot2[b-79h6wddhjy] {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate-b-79h6wddhjy {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce-b-79h6wddhjy {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* /Core/Components/Switch/SwitchBase.razor.rz.scp.css */
/* /Core/Components/WeekRangePicker/WeekRangePicker.razor.rz.scp.css */
.ball[b-8jt5y0neb9]{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--mud-palette-info-darken);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ball.selected[b-8jt5y0neb9]{
    background-color: var(--mud-palette-secondary);
}
