.vanilla-calendar { z-index:9999; }

.vanilla-calendar[data-calendar-theme="light"] {
  border: 1px solid #e8edf3;
}

.vanilla-calendar_multiple {
  width: 580px!important;
}

.vanilla-calendar * {
  font-family: 'Lato', 'Helvetica', 'Arial', sans-serif;
}

.vanilla-calendar-time__keeping {
  background: transparent;
  border: 0;
  padding: 0;
}

.arrow-smile {
  position: relative;
  padding: 0;
  background: none;
  border: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
  transition: 0.2s all;
}

.arrow-smile:hover {
  transform: rotateZ(-180deg);
}

.arrow-smile::before {
  content: '😊';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1;
}

.bg-orange {
  background-color: #ffc107 !important;
  color: #fff !important;
}

.bg-red {
  background-color: #ff5050 !important;
  color: #fff !important;
}

.text-bold {
  font-weight: bold !important;
}

#calendar-input,
#calendar-input-div {
  display: none;
  /*
  align-items: center;
  height: 30px;
  border: 0;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 307px;
  outline: 0;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #0f172a;
  border-radius: 4px;
  background-color: white;
  */
}