.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    min-width: 170px;
}

.input_email input {
  width: 100% !important;
}

.caption {
  font-size: 12px;
}

.number input {
  width: 100px !important;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

input[type="checkbox"], input[type="radio"] {
    width: 25px;
    height: 25px;
    position: absolute;
    left: -30px;
    top: -5px;
}

.no-border {
  border: none;
}

.datepicker {
    background: #fff;
    width: 300px !important;
}

.timepicker {
    background: #fff;
    width: 150px !important;
}

.flatpickr-time {
    line-height: 70px !important;
    max-height: 70px !important;
}

.flatpickr-time input {
  font-size: 22px !important;
}

.flatpickr-time .numInputWrapper {
  height: 70px !important;
}

.flatpickr-time  .numInputWrapper span {
    padding: 0 16px 0 10px !important;
    opacity: 1 !important;
}