/* /Components/ModalDialog.razor.rz.scp.css */
my-modal-overlay[b-pcpfxwwnmd] {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--rb-modal-overlay);
    z-index: 1300;
}

my-modal[b-pcpfxwwnmd] {
    z-index: 1310;
    width: 100%;
    top: 25px;
    left: 0;
    animation: my-modal-animation-b-pcpfxwwnmd 0.5s;
}

@keyframes my-modal-animation-b-pcpfxwwnmd {
    0%   { transform: scale(0.1); }
    100% { transform: scale(1); }
}

.card[b-pcpfxwwnmd] {
    max-width: 600px;
}

i[b-pcpfxwwnmd] {
    cursor: pointer;
}
/* /Components/MyButton.razor.rz.scp.css */
button:disabled[b-b5kr8tzz2r] {
    cursor: not-allowed;
    pointer-events: auto;
}
/* /Components/MySwitch.razor.rz.scp.css */
my-switch[b-5wmjm64luw] {
    display: flex;
    align-items: center;
}

my-switch.disabled + .slider[b-5wmjm64luw] {
    cursor: not-allowed !important;
}

my-switch.disabled + .switch-checkbox[b-5wmjm64luw] {
    cursor: not-allowed !important;
    background-color: var(--mud-palette-action-disabled) !important;
}

.checkbox-label[b-5wmjm64luw] { cursor: pointer; color: var(--rb-text); }
.checkbox-label.disabled[b-5wmjm64luw] { cursor: not-allowed !important; color: var(--rb-text-disabled); }

.switch[b-5wmjm64luw] {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.switch input[b-5wmjm64luw] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-5wmjm64luw] {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: var(--mud-palette-gray-light);
    transition: .4s;
}

.slider.disabled[b-5wmjm64luw] { cursor: not-allowed; background-color: var(--mud-palette-action-disabled) !important; }

.slider[b-5wmjm64luw]:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: var(--rb-surface);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    transition: .4s;
}

.switch-checkbox.checked + .slider[b-5wmjm64luw] { background-color: var(--rb-primary); }
.switch-checkbox:focus + .slider[b-5wmjm64luw] { box-shadow: 0 0 0 2px color-mix(in srgb, var(--rb-primary) 45%, transparent); }
.switch-checkbox.checked + .slider[b-5wmjm64luw]:before { transform: translateX(32px); }

.slider.round[b-5wmjm64luw] { border-radius: 34px; }
.slider.round[b-5wmjm64luw]:before { border-radius: 50%; }
/* /Components/ResponsiveSpinner.razor.rz.scp.css */
.spinner-extrasmall[b-t333l9aejm] { font-size: 0.875rem; }
.spinner-small[b-t333l9aejm]      { font-size: 1.125rem; }
.spinner-medium[b-t333l9aejm]     { font-size: 1.375rem; }
.spinner-large[b-t333l9aejm]      { font-size: 1.75rem; }
.spinner-extralarge[b-t333l9aejm] { font-size: 2.25rem; }
/* /Pages/Budget.razor.rz.scp.css */
.budget-year-month-header .form-group[b-vrfuyt30j3] {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
}

.budget-year-month-header .form-group label[b-vrfuyt30j3] {
    margin-right: 0.5rem;
    margin-bottom: 0;
    white-space: nowrap;
}

.budget-year-month-header .form-group .form-select[b-vrfuyt30j3] {
    width: auto;
    min-width: 6rem;
}

.budget-year-month-header .card-header .d-flex[b-vrfuyt30j3] {
    align-items: center;
}

.percentage-column[b-vrfuyt30j3] {
    width: 10rem;
    text-align: right;
    margin-right: 2rem;
}

.planned-column[b-vrfuyt30j3] {
    width: 10rem;
    text-align: right;
    margin-right: 4rem;
}

.amount-column[b-vrfuyt30j3] {
    width: 7rem;
    text-align: right;
    margin-right: 4rem;
}

.actions-column[b-vrfuyt30j3] {
    width: 5rem;
    text-align: center;
}

[b-vrfuyt30j3] .group-name-save-spinner {
    width: 30px !important;
    margin-left: 1rem;
}

.summary-group-percentage[b-vrfuyt30j3] {
    width: 200px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
[b-8nhmrb7t4v] .site-logo {
    line-height: 1;
    min-width: 0;
    flex: 0 1 auto;
    overflow: hidden;
    text-align: center;
}

[b-8nhmrb7t4v] .site-logo-title {
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1.1;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    white-space: nowrap;
    color: var(--mud-palette-appbar-text) !important;
}

[b-8nhmrb7t4v] .site-logo-subtitle {
    line-height: 1;
    font-size: clamp(0.7rem, 1.8vw, 0.9rem);
    white-space: nowrap;
    color: var(--mud-palette-appbar-text) !important;
    margin-top: 4px;
}

[b-8nhmrb7t4v] #nav-drawer .mud-nav-link-icon {
    margin-right: 12px;
}

[b-8nhmrb7t4v] .mud-appbar {
    border-bottom: 2px solid var(--rb-primary);
}
