.hello-week .week {
  color: #D46B6C;
  font-size: 1.2em; }

.hello-week .day.is-weekend {
  color: #D46B6C; }

.hello-week .day.is-highlight {
  border-radius: 5px;
  color: #fff; }

.hello-week .day.is-today {
  background-color: #D46B6C;
  color: #fff; }

.hello-week .day.is-selected {
  border-radius: 5px;
  background-color: #81c784 !important;
  color: #fff !important; 
}

.hello-week .day.is-begin-range, .hello-week .day.is-end-range {
  border-radius: 5px;
  background-color: #81c784 !important;
  color: #fff !important; 
}

.hello-week .day.is-disabled {
  cursor: not-allowed;
  opacity: .33; }
