/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/* Calendar availability states */
.calendar-placeholder,
.calendar-loading {
    background: #f8f9fa;
    border-radius: 8px;
    margin-top: 10px;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.calendar-placeholder .bi {
    color: #adb5bd;
}

