
.btn-calendar{
    font-size:10px;
}
.btn-calendar:hover{
    background-color: rgba(0, 0, 0, 0.125);
}

.btn-calendar.today{
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd;
}

.btn-calendar.holiday{
    border-color: #FF4D4F;
    color: #FF4D4F;
}

.btn-calendar.selected{
    color: #0d6efd;
    --bs-btn-bg: #9cc2fd;
    font-weight: 700;
}

.btn-calendar.prev, .btn-calendar.next{
    color: var(--bs-gray-500);
}

.calendar .badge{
	margin-left:3px;
}

.badge.w-95{
	width: calc(100% - 6px)!important;
}