

#myc-container {
    width: inherit;
}

#myc-nav-container {
    width: inherit;
    float: right;
}

#myc-current-month-year-container {
    display: inline-block;
    font-size: 1.5em;
    text-align: center;
    text-transform: capitalize;
    vertical-align: center;
    width: 68%;
}

#myc-prev-week-container {
    display: inline-block;
}

#myc-next-week-container {
    display: inline-block;
}

#myc-prev-week {
    float: left;
}

#myc-next-week {
    float: right;
}

#myc-week-container {
    /* border: 1px solid #e0e0e0; */
}

#myc-dates-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 2px;
}

.myc-date-header {
    background-color: #696cff;
    font-weight: bold;
    display: inline-block;
    padding: .5rem;
    vertical-align: top;
    width: 100%;
    color: #fff;
    text-align: center;
}

/* .myc-date-header:first-of-type {
    padding-left: 0px;
} */

.myc-date-header:last-of-type {
    border-right: none;
    width: 100%;
}

#myc-available-time-container {
    min-height: 150px;
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 2px;
}

.myc-day-time-container {
    gap: 4px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 5px 0px 1px 0px;
    vertical-align: top;
    width: 100%;
}

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


.myc-day-time-container:last-of-type {
    border-right: none;
    width: 100%;
}

.myc-date-number {
    font-size: 0.7em;
}

.myc-available-time {
    font-weight: bold;
    text-decoration: none;
    background-color: rgba(83,199,151,.1);
    color: #53c797;
    display: block;
    /* margin-bottom: 5px; */
    padding: .5rem .25rem ;
    text-align: center;
    border-radius: 5px;
    font-size:0.7em
}

.myc-available-time.selected, .myc-available-time:hover {
    background-color: rgba(83,199,151);
    color: #fff;
}

.myc-date-display {
    /* font-weight: lighter; */
    font-size: 0.7em;
}

.empty-slot {
    font-weight: bold;
    text-decoration: none;
    color: #53c797;
    display: block;
    /* margin-bottom: 5px; */
    padding: 0.5rem 0.25rem;
    text-align: center;
    font-size: 0.7em;
}


@media only screen and (max-width: 768px) {
    /* .myc-date-header, .myc-day-time-container {
        width: 13.5%;
    } */
    /* .myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
        width: 12%;
    } */
}
