
#myc-container {
    width: inherit;
}

#myc-nav-container {
    margin-bottom: 15px;
    width: inherit;
}

#myc-current-month-year-container {
    display: inline-block;
    font-size: 3.5em;
    font-weight: lighter;
    text-align: center;
    text-transform: capitalize;
    vertical-align: top;
    width: 68%;
}

#myc-prev-week-container {
    display: inline-block;
    width: 15%;
}

#myc-next-week-container {
    display: inline-block;
    width: 15%;
}

#myc-prev-week {
    border: 1px solid #e0e0e0;
    /*border-radius: 80px;*/
    color: #e0e0e0;
    cursor: pointer;
    float: left;
    font-size: 1.6em;
    font-weight: lighter;
    height: 40px;
    text-align: center;
    width: 40px;
    padding-top: 4px;
}

#myc-next-week {
    border: 1px solid #e0e0e0;
    /*border-radius: 80px;*/
    color: #e0e0e0;
    cursor: pointer;
    float: right;
    font-size: 1.6em;
    font-weight: lighter;
    height: 40px;
    text-align: center;
    width: 40px;
    padding-top: 4px;

}

#myc-prev-week:hover, #myc-next-week:hover {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
}

#myc-week-container {
    border: 1px solid #e0e0e0;
}

#myc-dates-container {
    text-align: center;
    background: #d3161b;
    /*background-color: #fafafa;*/
}

.forAppoit{
  border: solid 2px #277de6;
    padding: 10px;
}
.myc-date-header {
    background: #d3161b;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    display: inline-block;
    min-height: 50px;
    padding: 15px 15px 15px 15px;
    vertical-align: top;
    width: 13.77%;
}

.myc-date-header:first-of-type {
    padding-left: 15px;
}

.myc-date-header:last-of-type {
    border-right: none;
    width: 13%;
}

#myc-available-time-container {
    background: #262626;
    border: 1px solid #bbbbbb;
    padding-top: 1px;
    border-top: 1px solid #e0e0e0;
    min-height: 150px;
    text-align: center;
}

.myc-day-time-container {
    /*border-right: 1px solid #e0e0e0;*/
    display: inline-block;
    height: 100%;
    /*padding: 15px 15px 15px 15px;*/
    vertical-align: top;
    width: 13.77%;
}

.myc-day-time-container:first-of-type {
    /*padding-left: 15px;*/
}

.myc-day-time-container:last-of-type {
    border-right: none;
    width: 13%;
}

.myc-date-number {
    font-size: 1.8em;
    font-weight: lighter;
}

.myc-available-time {
    /*border-bottom: 1px solid #a7a7a7;*/
    /*border-right: 1px solid #a7a7a7;*/
    border: 1px solid #a7a7a7;

    background-color: #262626;
    /*border-radius: 20px;*/
    color: #ffffff;
    display: block;
    /*margin-bottom: 15px;*/

    padding: 20px 0px 20px 0px;
    text-align: center;
}

.myc-available-time.selected, .myc-available-time:hover {
    background-color: rgb(147 187 242 / 68%);

    /*background-color: #626262;*/
}

.myc-date-display {
    font-weight: 800;
}




@media only screen and (max-width: 768px) {
    .myc-date-header, .myc-day-time-container {
        width: 11.5%;
        font-size: 8px;
    }

    #myc-current-month-year-container{
          font-size: 1.5em;
          width: 65%;
    }
    .myc-date-header:first-of-type{
      padding-left: 0px;
    }

    .myc-date-header{
      padding: 0px;
    }
    .myc-date-display {

    margin-left: -6px;
  }

    /*.myc-date-header:last-of-type, .myc-day-time-container:last-of-type {
        width: 12%;
    }*/
}
