.md-18 {
  font-size: 18px !important;
 }


/* mematikan turbo-progress-bar */
.turbo-progress-bar {
  visibility: hidden;
}

/* calendar */
.range-start {
  background: #fecaca;
  border-left: 4px solid #dc2626;
  height: 100%;
}

.range-middle {
  background: #fee2e2;
  height: 100%;
}

.range-end {
  background: #fecaca;
  border-right: 4px solid #dc2626;
  height: 100%;
}

/* invite modal: underline valid email tags */
.invite-modal .tagify__tag {
  text-decoration: underline;
}
