/* /Components/App.razor.rz.scp.css */
:root[b-5gl7dji5k0] {
    --mud-default-borderradius: .8rem !important;

    .mud-dialog-width-full {
        width: calc(100% - 2rem);
    }
}
/* /Components/Booking/BookingDateSelector.razor.rz.scp.css */
.booking-date-selector-legend[b-x3pnzp3cwj] {
    margin-top: -12px;
}

.booking-date-selector-legend-dot[b-x3pnzp3cwj] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--mud-palette-success);
}

.booking-date-selector[b-x3pnzp3cwj]  .booking-date-available {
    position: relative;
}

.booking-date-selector[b-x3pnzp3cwj]  .booking-date-available::after {
    position: absolute;
    bottom: 3px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: var(--mud-palette-success);
    content: "";
    transform: translateX(-50%);
}

.booking-date-selector[b-x3pnzp3cwj]  .booking-date-available.mud-selected::after {
    background-color: var(--mud-palette-primary-text);
}
