.owl-dt-timer-content {
  color: black;
}

.owl-dt-timer-input {
  color: black;
}

.owl-dt-control-arrow-button {
  color: black;
}

.owl-dt-timer-divider {
  color: black;
}

.owl-dt-control-arrow-button {
  color: black;
}

.owl-dt-control-button-content {
  color: black;
}

.owl-dt-calendar-cell-content {
  color: white;
  background-color: darkgray;
}

.owl-dt-calendar-cell-selected {
  color: white;
  background-color: blue;
}

.owl-dt-calendar-cell-active {
  color: white;
}

.owl-dt-calendar-cell-content:hover {
  color: black !important;
  background-color: #e65100 !important;
}

.owl-dt-calendar-cell-disabled .owl-dt-calendar-cell-content:hover {
  /* color: white !important; */
  background-color: #dcdcdc !important;
}

.owl-dt-timer {
  background-color: #2a2a2a;
}

.owl-dt-calendar-main {
  background-color: #2a2a2a;
}

.owl-dt-container-row {
  border-color: #2a2a2a;
}

.owl-dt-control-button-content {
  background-color: #e65100;
}

.owl-dt-calendar-control {
  background-color: #2a2a2a;
}

.owl-dt-calendar-cell-table .owl-dt-calendar-cell-active:focus .owl-dt-calendar-cell-content:not(.owl-ct-calendar-cell-selected) {
  background-color: yellow !important;
}
span.owl-dt-calendar-cell-disabled .owl-dt-calendar-cell:focus {
  background-color: red !important;
}

.owl-dt-calendar-cell-today {
  background-color: white;
  color: blue;
}

.owl-dt-container-info {
  background-color: black;
}


.owl-dt-container-info-label {
  color: orange;
}

.owl-dt-container-info-value {
  color: white;
}

/* .owl-dt-control-content {
  background-color: yellow;
} */


.owl-dt-container-range-content {
  /* background-color: black; */
}

.owl-dt-container-info .owl-dt-container-info-active {
  background-color: #444444;
}

.owl-dt-container {
  font-size: 16px !important;
}

.owl-dt-calendar-cell-in-range {
  background-color: darkblue !important;
}
