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

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

.hello-week .day.is-highlight {
  background-color: #8fbc8f;
  color: #fff; }

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

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

.hello-week .day.is-begin-range, .hello-week .day.is-end-range {
  background-color: #ff6b6b !important;
  color: #fff !important; }

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