.v-calendar-weekly__day.v-present [data-day] {
    background-color: var(--orange)!important;
    color: #fff;
    font-weight: bold;
}
.v-calendar-daily__intervals-body,
.v-calendar-daily__intervals-head {
    width: 25px !important;
}
.v-calendar .v-btn--fab.v-size--default {
    background: none;
    border-radius: 0;
    height: auto;
    width: auto;
}
.v-calendar-daily__interval-text {
    white-space: nowrap;
}
@media (max-width: 552px) {
    .calendar-card {
        background: none;
    }
}















































