small.error {
  display: block;
  outline: none;
  text-align: left;
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.flow-btn {
  background-color: #ffcc00;
  padding: 10px 16px;
  border-radius: 23px;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  width: 200px;
  border: none;
}

@media (max-width: 767px) {
  .flow-btn {
    width: 100%;
  }
}

.popup-model img {
  width: 20%;
  margin: 20px 0 30px;
}

.popup-model .modal-footer {
  border: none;
}

.popup-model .modal-body h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 767px) {
  .popup-model .modal-body h3 {
    font-size: 20px;
    line-height: 28px;
  }
}

.modal-content {
  padding: 14px;
}

.dropdownSelect {

  position: relative;

  font-weight: 500;

  font-size: 14px;

  margin-bottom: 20px;

  width: 100%;

}

.dropdownSelect select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=) calc(100% - 18px)/11px no-repeat;

}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow {

  height: 53px;

  right: 15px;

  transition: 240ms;

}

.dropdownSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {

  border: none;

  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9Ii00NzMgMjc3IDEyIDgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgLTQ3MyAyNzcgMTIgODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzhBOTNBNjt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTS00NzEuNiwyNzcuM2w0LjYsNC42bDQuNi00LjZsMS40LDEuNGwtNiw2bC02LTZMLTQ3MS42LDI3Ny4zeiIvPg0KPC9zdmc+DQo=") no-repeat 0 0;

  width: 12px;

  height: 8px;

  background-size: 100% 100%;

  transform: translateY(-50%);

  left: 0;

  right: 0;

  margin: auto;

}

.dropdownSelect .select2-container--default .select2-results__option[aria-selected=true] {

  background-color: #f4c045;

  color: #fff;

}

.dropdownSelect .select2-container--default .select2-results__option:last-child {

  border-radius: 0px 0px 4px 4px;

}

.dropdownSelect .select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 16px;
  border: 1px solid #dfe3e7;
  border-radius: 4px;
  color: #757575;
  padding: 10px 10px 10px 30px;
  background-color: #fff;
  position: relative;
  padding-right: 45px;
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;

}

.dropdownSelect .select2-container .select2-selection--single .select2-selection__rendered {

  padding-left: 15px;

  top: 1px;

  position: absolute;

  width: 100%;

  opacity: 0;

  height: 100%;

  left: 0;

}

.dropdownSelect .select2-results__option {

  padding: 0px 18px;

  -moz-user-select: none;

  user-select: none;

  -webkit-user-select: none;

  color: #4f4f4f;

  font-size: 14px;

  font-weight: 400;

  list-style: none;

  padding: 10px;

  padding-left: 10px;
  text-align: left;

}


.dropdownSelect .select2-results__options {

  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  background-color: white;
  padding: 0;
  margin: 0;
  border-radius: 10px;
}

.dropdownSelect .select2Part.w-100>.select2-container {

  width: 100% !important;

  left: 0 !important;

  top: auto !important;

  z-index: 99 !important;

}

.dropdownSelect .select2-search--dropdown {

  position: relative;

}

.dropdownSelect .select2-container--default.select2-container--focus .select2-selection--multiple {

  border: 1px solid #f4c045;

  background-color: #fff;

}

.dropdownSelect .floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered {

  padding-bottom: 7px;

  padding-top: 17px;

  padding-left: 17px;

}

.form-control {
  padding: 11px 18px;
  margin-top: 8px !important;
  border-radius: 10px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  text-align-last: left;
  padding-right: 30px;
}


.stepper-three-dob.focused label {
  left: 15px;
  top: 6px;
}

.stepper-three-dob label {
  left: 15px;
}

.stepper-three-dob {
  position: relative;
}

.stepper-three-dob:before {
  content: "";
  background-image: url('/assets/images/svg/calaender.svg');
  position: absolute;
  top: 17px;
  right: 0;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  z-index: 9;
}

@media (max-width: 992px) and (min-width: 768px) {
  .stepper-three-dob:before {
    width: 24px;
    height: 24px;
  }
}

.stepper-three-dob input {
  position: relative !important;
  border: 1px solid #c2c2c2;
  background: transparent;
  border-radius: 8px;
  width: 100%;
  padding: 11px 18px;
  font-weight: 500;
  font-size: 14px;
  outline: unset;
  z-index: 1;
  cursor: pointer;
  margin-top: 8px;
}

.ui-state-default:hover {
  background: #ffcb09 !important;
  color: white !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #ffcb09 !important;
  border: 1px solid #ffcb09 !important;
  color: white;
}

.mdtp__wrapper[data-theme=green] .mdtp__button {
  color: black !important;
}

.mdtp__button:hover {
  background-color: #ffcb09 !important;
}

.timepicker_div input {
  font-size: 16px;
  color: #000;
  padding: 4px 20px;
  border-radius: 0.5rem;
  width: 100%;
  border: 0.0625rem solid #c4c4c4;
  margin-top: 0.4375rem;
  line-height: 24px;
  height: 48px;
}

.timepicker_div {
  position: relative;
}

.timepicker_div:after {
  content: '';
  background-image: url(/assets/images/svg/clock.svg);
  background-repeat: no-repeat;
  width: 10px;
  padding: 10px;
  position: absolute;
  top: 60%;
  right: 10px;
  transform: translateY(-50%);
}

.no-search .select2-search {
  display: none
}

.select2-container .select2-results__options {
  max-height: 220px;
  overflow-y: auto;
  overflow-y: auto;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

span.select2-search.select2-search--dropdown:before {
  content: "";
  background-image: url(/assets/images/svg/search.svg);
  top: 2px;
  left: 0;
  position: absolute;
  padding: 10px;
  z-index: 99;
  transform: translateX(37%);
  background-repeat: no-repeat;
  background-size: 15px;
}

.hide-calendar .ui-datepicker-calendar {
  display: none;
}

.table {
  overflow: auto;
}

.shipment-data.btn {
  margin: auto;
  padding: 10px;
}

.shipment-data .download-formate {
  font-size: 14px;
  font-weight: 500;
  color: #0369ff;
  margin-top: -13px;
  border-bottom: 1px solid;
  display: flex;
  width: fit-content;
  gap: 9px;
  margin-bottom: 10px;
}

.shipment-data .download-formate img {
  width: 14px;
  filter: invert(35%) sepia(66%) saturate(7239%) hue-rotate(211deg) brightness(104%) contrast(102%);
}

#reUploadNote {
  display: none;
}

.note {
  color: #212529;
  background-color: #ffc107;
  margin-top: 10px;
  display: block;
  text-align: left;
}

#password {
  -webkit-text-security: disc !important;
}

.password-note {
  text-align: center;
  padding: 15px 0;
  font-size: 13px;
  background: antiquewhite;
}

.table-scroll {
  max-height: 400px;
  overflow-y: auto !important;
}