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

.zoomed-image-arrow[b-gjr3zny44t]{
    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-gjr3zny44t]{
        left: 50%!important;
        top: 50%!important;
        transform: translate(-50%, -50%)!important;
    }

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

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

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

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

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

[b-d6482gcg4j] .fg-select .mud-input.mud-input-outlined .mud-input-outlined-border {
    border-color: var(--mud-palette-secondary);
    border-width: 2px;
}
/* /Core/Components/Switch/SwitchBase.razor.rz.scp.css */
/* /Core/Components/WeekRangePicker/WeekRangePicker.razor.rz.scp.css */
.ball[b-l37q0hfc5j]{
    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-l37q0hfc5j]{
    background-color: var(--mud-palette-secondary);
}
