.calendar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    gap: 32px;
}
.calendar .datepicker-inline,
.calendar .datepicker {
    height: 100%;    
}
.datepicker {
    border-color: #0079C2 !important;
}
.datepicker--nav {
    border-color: #0079C2;
    color: #292A2C;
}
.calendar .-other-month- {
    visibility: hidden;
}
.calendar .-weekend- {
    font-weight: 600;
}
.calendar .datepicker--nav {
    pointer-events: none;
}
.calendar .datepicker--day-name {
    color: #0079C2;
}
.calendar .datepicker--cell {
  color: #292A2C !important;
  border-radius: 0;
  pointer-events: none;
}
.calendar .datepicker--cell.operation-end {
    background: #c20000 !important;
    color: white !important;
}
.calendar .closed-periods {
    width: 100%;
    text-align: center;
}
.calendar .closed-periods::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    margin-bottom: -4px;
    background: #c20000;
}