.vc-weeks,
.vc-days {
    font-family: 'MyriadPro' !important;
    font-size: 12px !important;

}

.vc-title-wrapper {
    font-family: 'MyriadPro' !important;
    font-size: 14px !important;
    color: #000 !important;
}

.vc-header .vc-arrow {
    border-radius: 50px !important;
    background-color: #030F6B1c !important;
    color: #fff;
}

.vc-header {
    background-color: #FFD470;
    border-radius: 1rem;
    padding: 2px !important;
}

.vc-day-box-center-center {
    color: #000 !important;
}

.vc-header.is-lg {
    font-size: var(--vc-text-lg);
    height: 40px;
}

.vc-header .vc-title {
    background: none !important;
    text-transform: uppercase !important;
}

.vc-bordered {
    border-color: #FFF5DE !important;
}

.vc-header .vc-title-wrapper {
    z-index: 1;
    text-transform: uppercase !important;

}

.vc-expanded {
    background-color: #FFF5DE !important;
}


.fullscreen {
    overflow-y: auto;
    overflow-x: hidden;
}

#app {
    background-color: #fff;
}