/* Quorum Universal Style Repo bundle - DO NOT EDIT */
.k-timepicker {
  border: none;
  width: 100%;
}
.k-timepicker .k-picker-wrap {
  border: 1px solid #333333;
}
.k-timepicker:focus-within {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.k-timeselector .k-time-now {
  background-color: transparent;
  color: #047bc1;
  padding-top: 0;
  padding-bottom: 0;
}
.k-timeselector .k-action-buttons {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(132, 132, 132, 0.4);
}
.k-timeselector .k-action-buttons .k-button {
  background-color: transparent;
  width: 50%;
  color: #848484;
  border: none;
}
.k-timeselector .k-action-buttons .k-button:first-child,
.k-timeselector .k-action-buttons .k-button:last-child {
  border-radius: 0;
}
.k-timeselector .k-action-buttons .k-button + .k-button {
  color: #047bc1;
  margin-left: 0;
  border-left: 1px solid rgba(132, 132, 132, 0.4);
}
.k-timeselector .k-time-part .k-time-container {
  line-height: 2.4rem;
}
.k-popup .k-timeselector .k-time-highlight {
  border-color: #bbbbbb;
  border-width: 1px 0 1px 0;
  background: #ffffff;
}
.k-popup .k-time-list-container .k-content {
  background-color: transparent;
}
.k-popup .k-time-footer {
  margin: 0;
  padding: 6px 0 0 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.k-popup .k-time-footer.k-actions {
  gap: 0;
}
.k-popup .k-time-footer button {
  font-size: 13px;
  background: transparent;
  color: #333333;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 0;
  border-top: 1px solid #d8e3eb;
}
.k-popup .k-time-footer button .k-button-text {
  font-size: 13px;
  color: #333333;
}
.k-popup .k-time-footer button.k-button-solid-primary {
  color: #047bc1;
}
.k-popup .k-time-footer button.k-button-solid-primary .k-button-text {
  color: #047bc1;
}
.k-popup .k-time-footer button:first-child {
  border-left: 1px solid #d8e3eb;
  color: #047bc1;
}
.k-popup .k-time-footer button:hover {
  background-color: #f4f8fa;
  border-color: #d8e3eb;
  color: #047bc1;
}
.k-time-list-wrapper .k-title {
  font-size: 1.2rem;
}
/*# sourceMappingURL=forms-control-timepickers.css.map */