/* /Components/Account/Pages/Login.razor.rz.scp.css */
input[type="checkbox"]#rememberMe[b-3sq013k7qe] {
    appearance: none;
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #6b6b6b;
    border-radius: 3px;
    background-color: #ffffff;
    cursor: pointer;
    flex-shrink: 0;
}

    input[type="checkbox"]#rememberMe:checked[b-3sq013k7qe] {
        background-color: #042304;
        border-color: #042304;
        background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0z'/%3E%3C/svg%3E");
        background-size: contain;
    }
/* /Components/App.razor.rz.scp.css */
/* Set main content location */
[b-boc3itbvx5] .mud-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Turn off click-effect*/
[b-boc3itbvx5] .mud-ripple {
    --mud-ripple-opacity: 0;
}

/* Global styling for input fields */

/* Set disabled bg-color for MudTextFields */
[b-boc3itbvx5] .mud-input.mud-disabled {
    background-color: var(--mud-palette-action-disabled-background) !important;
}

[b-boc3itbvx5] .filter-inputs .mud-input {
    /*background-color: var(--mud-palette-surface) !important;*/
    /*border-radius: var(--mud-default-borderradius) !important;*/
    color: var(--mud-palette-text-secondary) !important;
}
    /* Remove dimming of placeholder in input fields (MudTextField) */
    [b-boc3itbvx5] .filter-inputs .mud-input input::placeholder { /* Before any input values*/
        opacity: 1 !important;
    }

    [b-boc3itbvx5] .filter-inputs .mud-input input { /* After any input values*/
    }

[b-boc3itbvx5] .mud-input-control {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

/* MudTextField */
[b-boc3itbvx5] .mud-input {
    color: var(--mud-palette-text-primary) !important;
    background-color: var(--mud-palette-surface) !important;
    border-radius: var(--mud-default-borderradius) !important;
}

[b-boc3itbvx5] .mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol {
    background-color: #C5FBC8 !important;
    color: var(--mud-palette-text-primary) !important;
    padding: 0px 5px 0px 5px !important;
}

[b-boc3itbvx5] .mud-disabled.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol {
    background-color: var(--mud-palette-text-secondary) !important;
    color: var(--mud-palette-text-disabled) !important;
    padding: 0px 5px 0px 5px !important;
}

/* end MudTextField */
