.hello-week .navigation .period{
    color: #C82D2A;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.hello-week .navigation .prev {
    background-image: url('/img/public/svg/big_arrow_sx_r.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;        
    cursor: pointer !important;             
    padding: 10px !important;             
}

.hello-week .navigation .next {
    background-image: url('/img/public/svg/big_arrow_dx_r.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;      
    cursor: pointer !important;             
    padding: 10px !important;                 
}        

.hello-week .week{
    color: black !important;
    text-transform: lowercase !important;
}

.hello-week .month .day{
    padding: 1px !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    border-radius: 5px !important;
}

.hello-week .month .day.is-weekend{
    color: unset;
}  

.hello-week .month .day.is-selected{
    background-color: #C82D2A !important;
    border: 1px solid black !important;
} 

.hello-week .month .day.is-highlight{   
    color: black; 
    background-color: white;
    border: 1px solid #C82D2A;
} 

.center-block {
    margin-left:auto;
    margin-right:auto;
    display:block;
}
     
#calendar-top-container{
    margin-bottom: 30px;
}