#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.datepicker {
    width: 384px;
    color: rgb(93 96 100);
}

.datepicker-dropdown {
    width: 250px;
}

.datepicker-month {
    text-align: center;
    font-weight: 500;
    font-size: large;
}

.datepicker-day {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    height: 39px;
    border-radius: 4px;
    line-height: 1;
    cursor: pointer
}

.datepicker-day-dropdown {
    height: 30px;
}

.datepicker-day:hover {
    background: rgba(101,109,119,.06);
    border-color: transparent;
}

.datepicker-not-month {
    opacity: 0.5;
}



.datepicker-weekdays,
.datepicker-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}


/*// Styles for the weekday/weekend header*/
.datepicker-weekdays {
    margin-top: 1.25em;
}

.datepicker-weekdays {
    text-align: center;
    font-size: .625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 1.6;
    color: #656d77;
}

/* Dates */
.datepicker-days {
    margin-top: 0.5em;
}
