
#myc-container {
    width: inherit;
}

#myc-nav-container {
    margin-bottom: 15px;
}

#myc-current-month-year-container {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
    vertical-align: top;
    color: #000;
}

#myc-prev-week-container {
    display: inline-block;
}
.top-calender-navigationd {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#myc-next-week-container {
    display: inline-block;
}

#myc-prev-week {
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
    cursor: pointer;
    float: left;
    font-size: 1.6em;
    font-weight: lighter;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 32px;
}

#myc-next-week {
    border: 1px solid #e0e0e0;
    color: #e0e0e0;
    cursor: pointer;
    float: right;
    font-size: 1.6em;
    font-weight: lighter;
    height: 40px;
    text-align: center;
    width: 40px;
    line-height: 32px;
}

#myc-prev-week:hover, #myc-next-week:hover {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
}

#myc-week-container {
    border-top: 1px solid #e0e0e0;
    max-height: 377px;
    overflow: hidden;
}
#picker.toggle-container #myc-week-container {
    max-height: 100%;
}
#myc-week-container.open {
    max-height: 100%;
}
.js-availavlity-toggle {
    display: block;
    width: 100%;
    text-align: center;
    background: #fff;
    padding: 10px;
}
.js-availavlity-toggle a {
    text-decoration: none !important;
    display: inline-block;
    background: #41BB93;
    border: 1px solid #41BB93;
    color: white;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.01em;
}
#myc-dates-container > #myc-dates-container {
    background-color: #fafafa;
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
}

.myc-date-header {
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    width: 13.77%;
}
#myc-dates-container .myc-date-header:first-of-type {
    border-left: 1px solid #e0e0e0;
}

.booking-calender-wrapper {
    margin-bottom: 45px;
}


#myc-available-time-container {
    border-top: 1px solid #e0e0e0;
    min-height: 150px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.myc-day-time-container {
    /*border-right: 1px solid #e0e0e0;*/
    display: inline-block;
    height: 100%;
    padding: 10px;
    vertical-align: top;
    width: 100%;
}

/* .myc-day-time-container:first-of-type {
    padding-left: 15px;
} */

.myc-date-number {
    font-size: 16px;
    font-weight: bold;
}

.myc-available-time {
    background-color: #29b6f62e;
    border: 1px solid #29b6f62e;
    border-radius: 5px;
    color: #0096d0;
    display: block;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
    font-size: 13px;
    line-height: normal;
    text-decoration: none !important;
    margin-top: 5px;
}

.myc-available-time.time-disabled {
    opacity: 0.4;
    pointer-events: none;
} 
#picker.no-eligable .myc-available-time {
    opacity: 0.4;
    pointer-events: none;
}
.myc-available-time.selected, .myc-available-time:hover {
    background-color: #ffffff;
    border-color: #41BB93;
}
.myc-available-time:focus {
    background-color: #29b6f6;
    color: #ffffff;
}


.myc-date-display {
    text-transform: capitalize;
    font-size: 15px;
    color: #4B5981;
}

.myc-date-number.today {
    background: #34b6f6;
    width: 25px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    margin: auto;
    border-radius: 100%;
    color: #fff;
}
.myc-date-display.today {
    color: #34b6f6;
}
@media only screen and (max-width: 768px) {
    .myc-date-header, .myc-day-time-container {
        width: 13.5%;
    }
    .myc-date-header {
        padding: 4px;
    }
    .myc-date-display {
        font-size: 10px;
    }
    .myc-date-number {
        font-size: 12px;
    }
    .myc-available-time {
        padding: 2px;
        font-size: 10px;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .myc-day-time-container {
        padding: 2px 0;
    }
    .booking-calender-wrapper {
        margin-left: -5px;
        margin-right: -5px;
    }
    /*.myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
        width: 12%;
    }*/
}