.hello-week .week {
    color: #696E72;
    font-size: 0.8em; }
  
  .hello-week .day.is-weekend {
    /* color: #ff3860;  */
  
  }
  .hello-week .day{
    color: #121619 ;
    margin-bottom: 2px;
  }
  .hello-week .day.is-highlight {
    background-color: #8fbc8f;
    color: #fff; }
  
  .hello-week .day.is-today {
    background-color: #DF5A10;
    border-radius: 6px;
    color: #fff; }
  
  .hello-week .day.is-selected {
    background-color:  rgba(223, 90, 16, 0.1) !important;
    border: 1px solid rgba(223, 90, 16, 0.1);
    border-radius: 6px;
    color: 121619 !important; }
  
  .hello-week .day.is-begin-range, .hello-week .day.is-end-range {
    background-color: #42a298 !important;
    color: #fff !important; }
  
  .hello-week .day.is-disabled {
    cursor: not-allowed;
    opacity: .33; }