.asteriskField {
  color: red;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#overlay {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 2s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
} */

.is-hide {
  display: none;
}

.select2-container--bootstrap .select2-selection--single {
  padding-top: 0% !important;
  padding-bottom: 0% !important;
  padding-right: 24px !important;
  padding-left: 6px;
}



.flatpickr-calendar {
  width: 224px;
}

.dayContainer {
  width: 224px;
  min-width: 224px;
  max-width: 224px;
}

.flatpickr-days {
  width: 224px;
}

.flatpickr-day {
  max-width: 32px;
  height: 32px;
  line-height: 32px;
}
.table-hover tbody tr:hover td {
background-color: black;
color: white;
}

.dt-button {
margin: 5px;
}
.m0 {
padding: 0% !important;

}