.floating-label {
    position: absolute;
    pointer-events: none;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    transition: 0.2s ease all;
    top: 9px;
    left: 12px;
  }
  
  .shrink-valid:focus ~ .floating-label,
  .shrink-valid:not(:placeholder-shown).shrink-valid:not(:focus) ~ .floating-label {
    top: -9px;
    color: #000;
    font-size: 13px;
    opacity: 1;
    background: #fff;
    padding: 0 5px;
    left: 12px;
  }
  .form-control,
.form-select {
  box-shadow: none;
  font-size: 13px;
  color: #494949;
  height: 38px;
  line-height: 21px;
  font-weight: 500;
  outline: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
      border-radius: 4px;
    width: 100%;
    padding: 0 10px;
}

select.form-select,
.select2-container .select2-selection--single {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/images/select_drop.svg);
  background-repeat: no-repeat;
  background-size: 26px;
  background-position-x: 99.5%;
  background-position-y: 55%;
}
.datePicker,
.dateTimePicker,.dateTimePicker2{
    background-image: url(/images/calendar.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: 98%;
    background-position-y: 55%;
}

.form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus-visible {
  border-color: #006AFF;
  box-shadow: none;
}
.selectfrmHeight .select2-container .select2-selection--single {
    height: 36px;
    border-radius: 4px;
    font-size: 14px;
    color: #212529;
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 34px;
}
 .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-search--dropdown .select2-search__field {
    height: 35px !important;
    border-radius: 4px !important;
}
.select2-search--dropdown .select2-search__field:focus {
    box-shadow: none !important;
    border: 1px solid #86b7fe !important;
}
.select2-search--dropdown .select2-search__field:focus-visible {
    box-shadow: none !important;
    border: 1px solid #86b7fe !important;outline: none !important;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 150px !important;
}

/*.flatpickr-day {
    max-width: 27px !important;
    height: 27px !important;
    line-height: 27px !important;
        font-size: 12px !important;
}*/