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

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

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

.vc-header{
background-color: #CAF0F8;
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: #E4FBFF !important;
}

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

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


.fullscreen {
    overflow-y: auto;
    overflow-x: hidden;
}
  
#app {
    background-color:#fff;    
}