.error-highlight {border: 1px solid #ce404078 !important;box-shadow: 0px 0px 4px 0px #ff7777 !important;}
.error-field {
  color: #ff2c2c !important;
  font-size: 12px;
  margin-top: 3px;
}

.success-field {border: 1px solid #84ce4078 !important ;box-shadow: 0 0 0 0.2rem rgb(20 43 8 / 17%) !important;}
.custom-form-select {padding-left: 10px;}
.img-pos{
  border: 1px solid #265f77;
  padding: 5px;
  border-radius: 5px;
}
/* Loader Css */
.loader,.overlay_loader {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #dbdbdbe0;
  z-index: 10000;
  display:none;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0.33);
  /* border-top-color: #3f4d67; */
  border-top-color:#439BCE;
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}


/* --------------------------Auto populare subhauler list----------------------------------------- */

.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 9;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}
.est_ending_time{
  width: 65px;
}

.codeblock input{
  border: 1px solid #CECECE;
}

.form-control::-webkit-input-placeholder {
  color:#bdb9b9;
}