.text-center {
  text-align: center;
}

label {
  font-size: 16px;
  color: black;
}

.required::after {
  content: "*";
  color: #ff0000;
}

.item_color_box_small {
  padding: 10px;
  width: 75%;
  border-radius: 25px;
  color: #fff;
}

#customer_form .select-wrapper .select-dropdown,
#from_waybill .select-wrapper .select-dropdown,
#ivoivce_params .select-wrapper .select-dropdown,
#picukupRequests .select-wrapper .select-dropdown,
#city_item #search_form_waybill .select-wrapper .select-dropdown {
  display: none !important;
}
#customer_form .select-wrapper select,
#from_waybill .select-wrapper select,
#ivoivce_params .select-wrapper select,
#picukupRequests .select-wrapper select,
#city_item #search_form_waybill .select-wrapper select {
  display: block !important;
}

#map_holder #map {
  height: 450px;
}
#map_holder .card-content {
  padding: 10px;
}

.text-right {
  text-align: right;
}

#demo {
  font-size: 2vw;
  color: #ff0000;
}

.alert {
  padding: 10px 3px;
  margin-top: 10px;
}

.alert-danger {
  background-color: #ff0000;
  color: #fff;
  font-weight: 500;
}
.alert-danger a {
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 5px;
}

.alert-success {
  background-color: green;
  color: #fff;
  font-weight: 500;
}
.alert-success a {
  color: #fff;
  font-weight: 500;
  margin-right: 10px;
  margin-left: 5px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.item_boxed_item {
  background: #fff;
  padding: 15px 15px 8px;
  height: auto;
}

.d_flex_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

b {
  color: #000;
}

.d_flex_vertical_center_align {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

#order_status *,
#order_status *::after,
#order_status *::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
#order_status html {
  font-size: 62.5%;
}
#order_status body {
  color: #2c3e50;
  font-family: "Montserrat", sans-serif;
  width: 40rem;
  font-weight: 300;
  min-height: 100vh;
  position: relative;
  display: block;
  margin: 2rem auto;
}
#order_status h2,
#order_status h4,
#order_status h6 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#order_status .root {
  padding: 3rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
}
#order_status figure {
  display: flex;
}
#order_status figure img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid #f05a00;
  margin-right: 1.5rem;
}
#order_status figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#order_status figure figcaption h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
#order_status figure figcaption h6 {
  font-size: 1rem;
  font-weight: 300;
}
#order_status figure figcaption h2 {
  font-size: 1.6rem;
  font-weight: 500;
}
#order_status .order-track {
  margin-top: 2rem;
  padding: 0 1rem;
  border-top: 1px dashed #2c3e50;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
#order_status .order-track-step {
  display: flex;
  height: 7rem;
}
#order_status .order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}
#order_status .order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}
#order_status .order-track-status {
  margin-right: 1.5rem;
  position: relative;
}
#order_status .order-track-status-dot {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #f05a00;
}
#order_status .order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 7rem;
  background: #f05a00;
}
#order_status .order-track-text-stat {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 3px;
}
#order_status .order-track-text-sub {
  font-size: 1rem;
  font-weight: 300;
}
#order_status .order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}

.read_more_btn {
  margin-left: 10px;
  background: none;
  border: none;
  color: #ff0000;
}

.item_box_selector {
  background: #cdcdcd;
  text-align: center;
  padding: 10px;
  border-radius: 20px;
  margin-right: 10px;
  line-height: 5em;
}

.active_item {
  background: #39a3ed;
  color: #000;
}

#hide_current .l6,
#setCustom_payment .l6 {
  width: 100% !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

#row_items .status_items {
  display: flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}
#row_items .status_items .item_status_number {
  background: #f2725d;
  width: 100px;
  height: 100px;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#row_items .status_items .item_status_number h4 {
  font-size: 50px;
  color: #fff;
}
#row_items .status_items .status_description {
  margin-left: 35px;
}

.badge_icon_sidebar {
  font-size: 11px;
  margin-left: 15px;
  background: #e64291;
  padding: 3px 10px;
  border-radius: 25px;
  color: #fff;
}

.pull-right {
  text-align: right !important;
}

.d-flex-inline-space-btw-al-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}/*# sourceMappingURL=custom_dev.css.map */