.item_section_search_box {
  background-color: #fff;
  box-shadow: 1px 1px 16px #cdcdcd;
  padding: 5% 3%;
}
.item_section_search_box input {
  height: 3em;
  padding: 10px !important;
}
.item_section_search_box #error_holder .success_message {
  color: rgb(43, 204, 43);
  padding-top: 10px;
}
.item_section_search_box #error_holder .faliur_message {
  color: red;
  padding-top: 10px;
}

.top_section {
  padding-top: 12%;
  margin-top: -8%;
  height: auto;
  background-size: cover;
}

.header {
  background-color: #fff !important;
}
.header .header-inner {
  background: #fff !important;
}

.animation {
  position: relative;
  animation: example 8s infinite;
}

@keyframes example {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 80%;
  }
}
.tiem_status_box {
  background-color: rgba(255, 255, 255, 0.768627451);
  box-shadow: 4px 6px 13px #d7d7d7;
  margin-top: 3%;
}

#waybill_bill {
  padding: 5% 4%;
}
#waybill_bill .card {
  padding: 3%;
}
#waybill_bill .card .logo_ {
  width: 85%;
}
#waybill_bill .card .barcode_holder {
  text-align: center;
}
.text-center {
  text-align: center !important;
}

.tiem_status_box {
  padding: 20px;
  overscroll-behavior-x: auto;
}
.tiem_status_box *,
.tiem_status_box *::after,
.tiem_status_box *::before {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.tiem_status_box html {
  font-size: 62.5%;
}
.tiem_status_box body {
  color: #2c3e50;
  font-family: "Montserrat", sans-serif;
  width: 40rem;
  font-weight: 300;
  min-height: 100vh;
  position: relative;
  display: block;
  margin: 2rem auto;
}
.tiem_status_box h2,
.tiem_status_box h4,
.tiem_status_box h6 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.tiem_status_box .root {
  padding: 3rem 1.5rem;
  border-radius: 5px;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.3);
}
.tiem_status_box figure {
  display: flex;
}
.tiem_status_box figure img {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: 1px solid #f05a00;
  margin-right: 1.5rem;
}
.tiem_status_box figure figcaption {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.tiem_status_box figure figcaption h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
.tiem_status_box figure figcaption h6 {
  font-size: 1rem;
  font-weight: 300;
}
.tiem_status_box figure figcaption h2 {
  font-size: 1.6rem;
  font-weight: 500;
}
.tiem_status_box .order-track {
  margin-top: 2rem;
  padding: 0 1rem;
  border-top: 1px dashed #2c3e50;
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
}
.tiem_status_box .order-track-step {
  display: flex;
  height: 7rem;
}
.tiem_status_box .order-track-step:last-child {
  overflow: hidden;
  height: 4rem;
}
.tiem_status_box .order-track-step:last-child .order-track-status span:last-of-type {
  display: none;
}
.tiem_status_box .order-track-status {
  margin-right: 1.5rem;
  position: relative;
}
.tiem_status_box .order-track-status-dot {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: #f05a00;
}
.tiem_status_box .order-track-status-line {
  display: block;
  margin: 0 auto;
  width: 2px;
  height: 7rem;
  background: #f05a00;
}
.tiem_status_box .order-track-text-stat {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 3px;
}
.tiem_status_box .order-track-text-sub {
  font-size: 1rem;
  font-weight: 300;
}
.tiem_status_box .order-track {
  transition: all 0.3s height 0.3s;
  transform-origin: top center;
}

.item_Description_div {
  margin-top: 2em;
}
.item_Description_div label {
  margin-bottom: 0;
  font-size: 18px;
}

.read_more_btn {
  margin-left: 10px;
  background: none;
  border: none;
  color: #ff0000;
}

.hight_600 {
  height: 600px;
  margin-bottom: 8%;
}

.set_order_status_items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.set_value_error {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}
.set_value_error h2 {
  font-size: 4vw;
  margin-bottom: 20px;
  font-weight: 600;
}
.set_value_error p {
  font-size: 1vw;
  line-height: 2vw;
  font-weight: 500;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .header {
    background-color: #fff !important;
  }
  .header .header-inner {
    background: #fff !important;
  }
  .header .logo {
    width: 50%;
  }
  .tiem_status_box h4 {
    margin-bottom: 10px;
  }
  .item_Description_div div {
    margin-bottom: 10px;
  }
  .set_order_status_items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .current_item_ {
    display: none;
  }
  .set_value_error {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  .set_value_error h2 {
    font-size: 10vw;
    margin-bottom: 20px;
    font-weight: 600;
  }
  .set_value_error p {
    font-size: 4vw;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 5vw;
  }
  .hight_600 {
    height: 650px;
    margin-bottom: 8%;
  }
}
.d_flex_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  flex-wrap: nowrap;
}

.info_table th,
.info_table td {
  border: 1px solid black;
  padding: 5px;
}

.pull-right {
  text-align: right;
}

#set_error_holder {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#set_error_holder .error_box {
  background: #fff;
  box-shadow: 4px 4px 7px #f5f5f5;
  border-radius: 25px;
  /* margin-top: 3%; */
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 31px;
}
#set_error_holder .error_box a {
  color: #fff;
}

.red {
  background: #f3590f !important;
}

.required::after {
  content: "*";
  color: #ff0000;
}

.success_input {
  border-color: #47f54c !important;
}

.errr_input {
  border-color: #ff0000 !important;
}

#form_submit {
  margin-top: 2em;
}
#form_submit .form_holder {
  background: #fff;
  box-shadow: 1px 5px 18px rgba(215, 215, 215, 0.968627451);
  padding: 15px;
  border-radius: 10px;
  border-bottom: 5px solid #006838;
}
#form_submit .form_holder #form_sbmit_daily_sales .mainTitle {
  margin-top: 15px;
  text-align: center;
}
#form_submit .form_holder #form_sbmit_daily_sales input {
  height: 42px;
  font-size: 16px;
  padding-left: 12px;
}
#form_submit .form_holder #form_sbmit_daily_sales textarea {
  font-size: 16px;
}
#form_submit .form_holder #form_sbmit_daily_sales ::-moz-placeholder {
  font-size: 14px;
}
#form_submit .form_holder #form_sbmit_daily_sales ::placeholder {
  font-size: 14px;
}
#form_submit .form_holder #form_sbmit_daily_sales select {
  height: 42px;
}
#form_submit .form_holder #form_sbmit_daily_sales .checkbtn {
  padding: 5px 10px;
  margin-top: 10px;
}
#form_submit .form_holder #form_sbmit_daily_sales .entering_form {
  margin-top: 10px;
}/*# sourceMappingURL=custom_css.css.map */