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

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

.hello-week .day.is-highlight {
  background-color: #ECF1F2;
  color: #2A748C; }

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

.hello-week .day.is-selected {
  background-color: #ECF1F2 !important;
  color: #2A748C !important; 
}

.hello-week .day {
  border-radius: 50%;
}

.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; }

.hello-week .navigation {
  font-size:.85em;
}

.hello-week .navigation .period {
  color:#F6882F;
}

.hello-week .month {
  color:#2A748C;
}