.childcrm_tour_available {
  
    border-radius: 6px;
    color: #17bc17;
    font-weight: 600;
    cursor: pointer;
    
}
.zabuto-calendar__day--today {
    border: 1px solid #eee;
    background: #fff ! IMPORTANT;
}
.zabuto-calendar__event .active{
    
    color: #fff;
}
#child-crm-time-slots a.active{
    color: #fff;
    background-color: #000;
}
.zabuto-calendar__event{
    cursor: pointer;
}
#child-crm-time-slots{
        padding: 0;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 30px;
    list-style: none;
}

#child-crm-time-slots li{
    display: inline-block;
    margin: 0 10px 10px 0;
    cursor: pointer;
}
#child-crm-time-slots li a{
   text-decoration: none;
    color: #000;
    padding: 10px 20px;
    font-size: 18px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ccc;
    transition: all 0.3s;
}
#child-crm-time-slots li a:hover{
    color: #fff;
    background-color: #000;
    
}