@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Font";
}

@font-face {
  font-family: "Roboto";
  src: url("../FONT/Roboto-Regular.eot");
  src: url("../FONT/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../FONT/Roboto-Regular.woff2") format("woff2"), url("../FONT/Roboto-Regular.woff") format("woff"), url("../FONT/Roboto-Regular.ttf") format("truetype"), url("../FONT/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Font";
  src: url("../FONT/Font.eot");
  src: url("../FONT/Font.eot?#iefix") format("embedded-opentype"), url("../FONT/Font.woff2") format("woff2"), url("../FONT/Font.woff") format("woff"), url("../FONT/Font.ttf") format("truetype"), url("../FONT/Font.svg#Font") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
==================
=== page Index ===
==================
*/
.header_1 {
  width: 100%;
}
.header_1 .container_header_1 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 38px;
  border-bottom: 1px solid rgb(230, 231, 232);
}
@media (max-width: 991px) {
  .header_1 .container_header_1 {
    padding: 16px 15px;
  }
}
.header_1 .container_header_1 .part_left {
  gap: 59px;
}
.header_1 .container_header_1 .part_left .logo img {
  width: 76px;
}
.header_1 .container_header_1 .part_left ul {
  list-style: none;
  gap: 30px;
}
@media (max-width: 991px) {
  .header_1 .container_header_1 .part_left ul {
    display: none !important;
  }
}
.header_1 .container_header_1 .part_left ul li {
  font-size: 14px;
  color: #414042;
  line-height: 12px;
  font-weight: 300;
  position: relative;
  cursor: pointer;
}
.header_1 .container_header_1 .part_right ul {
  list-style: none;
  gap: 23px;
}
.header_1 .container_header_1 .part_right ul li img.search {
  width: 24px;
  height: 24px;
}
.header_1 .container_header_1 .part_right ul li img.menu {
  width: 21px;
  height: 17px;
}

.wrapper_msg {
  width: 100%;
  position: relative;
}
.wrapper_msg .container_msg {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10% 15px 30px;
}
.wrapper_msg .container_msg .back {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.wrapper_msg .container_msg .back img {
  width: 100%;
}
.wrapper_msg .container_msg .box_msg {
  max-width: 700px;
  margin: 0 auto;
  background-color: white;
  z-index: 10000;
  position: relative;
  border: solid 1px #414042;
  padding: 20px;
}
.wrapper_msg .container_msg .box_msg .logo {
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper_msg .container_msg .box_msg .logo img {
  width: 100px;
}
.wrapper_msg .container_msg .box_msg .id_track {
  padding: 13px 5px 13px 20px;
  background-color: #DC0032;
}
.wrapper_msg .container_msg .box_msg .id_track p {
  margin-bottom: 0;
  text-align: center;
  font-weight: 600;
  color: white;
}
.wrapper_msg .container_msg .box_msg .title {
  width: 100%;
  background-color: rgba(230, 231, 232, 0.4509803922);
  padding: 20px;
}
.wrapper_msg .container_msg .box_msg .title h1 {
  font-size: 25px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .wrapper_msg .container_msg .box_msg .title h1 {
    font-size: 20px;
  }
}
.wrapper_msg .container_msg .box_msg .title p {
  margin-bottom: 0;
  font-size: 14px;
}
.wrapper_msg .container_msg .box_msg .select {
  background-color: #E6E7E8;
  padding: 20px;
}
.wrapper_msg .container_msg .box_msg .select label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.wrapper_msg .container_msg .box_msg .select label .icon {
  min-width: 50px;
  min-height: 50px;
  border: 1px solid;
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #414042;
  border-radius: 50%;
}
.wrapper_msg .container_msg .box_msg .select label .txt p {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 15px;
}
.wrapper_msg .container_msg .box_msg .select label .txt span {
  font-size: 14px;
}
.wrapper_msg .container_msg .box_msg .table_msg .head_msg {
  background-color: #555557;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.wrapper_msg .container_msg .box_msg .table_msg .head_msg p {
  margin-bottom: 0;
}
.wrapper_msg .container_msg .box_msg .table_msg .head_msg .track span, .wrapper_msg .container_msg .box_msg .table_msg .head_msg .status span {
  color: #908f92;
  font-size: 12px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.wrapper_msg .container_msg .box_msg .table_msg .head_msg .track p, .wrapper_msg .container_msg .box_msg .table_msg .head_msg .status p {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  font-weight: 500;
  color: white;
  font-size: 14px;
}
.wrapper_msg .container_msg .box_msg .table_msg .body_msg {
  background-color: #E6E7E8;
  padding: 20px;
}
.wrapper_msg .container_msg .box_msg .table_msg .body_msg ul {
  list-style: none;
}
.wrapper_msg .container_msg .box_msg .table_msg .body_msg .title_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper_msg .container_msg .box_msg .table_msg .body_msg .title_table li {
  font-weight: 600;
}
.wrapper_msg .container_msg .box_msg .table_msg .body_msg .title_table li.txt_bold {
  min-width: 200px;
}
@media (max-width: 630px) {
  .wrapper_msg .container_msg .box_msg .table_msg .body_msg .title_table li.txt_bold {
    min-width: 100px;
  }
}
.wrapper_msg .container_msg .box_msg .table_msg .body_msg .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.wrapper_msg .container_msg .box_msg .table_msg .body_msg .txt li {
  margin-bottom: 0;
  font-size: 12px;
  margin: 7px 0 0px;
}
.wrapper_msg .container_msg .box_msg .table_msg .body_msg .txt li.txt_bold {
  font-family: "Roboto", sans-serif;
  min-width: 200px;
  font-size: 13px;
  font-weight: 600;
  color: #626262;
}
@media (max-width: 630px) {
  .wrapper_msg .container_msg .box_msg .table_msg .body_msg .txt li.txt_bold {
    min-width: 100px;
  }
}
.wrapper_msg .container_msg .box_msg .table_msg .btns {
  width: 100%;
  padding: 20px 0 0;
  width: 100%;
}
.wrapper_msg .container_msg .box_msg .table_msg .btns a {
  background-color: #dc0032 !important;
  color: #fff !important;
  padding: 20px;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 15px;
}
.wrapper_msg .container_msg .box_msg .table_msg .btns a i {
  font-weight: normal;
  font-size: 25px;
  line-height: 12px;
}

.footer_1 {
  width: 100%;
}
.footer_1 .container_footer {
  min-height: 84px;
  background-color: #cac4be;
  max-width: 1200px;
  margin: 0 auto;
  padding: 19px 38px;
  gap: 5px 20px;
}
@media (max-width: 991px) {
  .footer_1 .container_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px 15px 20px;
  }
}
.footer_1 .container_footer .sm_logo img {
  width: 120px;
  height: 30px;
}
.footer_1 .container_footer .links_footer {
  list-style: none;
  gap: 0;
}
.footer_1 .container_footer .links_footer li {
  padding: 0 7px;
  font-size: 11px;
  font-weight: 300;
  border-right: 1px solid #414042;
  height: 13.6px;
}

/*
====================
=== page details ===
====================
*/
.wrapper_details {
  width: 100%;
  padding: 40px 0 30px;
}
.wrapper_details .container_details {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 35px;
}
.wrapper_details .container_details .title {
  padding-bottom: 20px;
}
.wrapper_details .container_details .title img {
  width: 169px;
}
.wrapper_details .container_details .title h1 {
  color: #414042;
  font-size: 20px;
  font-weight: 600;
}
.wrapper_details .container_details .icons_cards {
  margin-bottom: 17px;
  height: 45px;
}
.wrapper_details .container_details form {
  max-width: 700px;
}
.wrapper_details .container_details form .input_box {
  width: 100%;
  margin-bottom: 20px;
}
.wrapper_details .container_details form .input_box label {
  width: 100%;
  position: relative;
}
.wrapper_details .container_details form .input_box label .lab {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  color: #808285;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  margin-bottom: 0;
}
.wrapper_details .container_details form .input_box label .lab.focus {
  top: 30%;
  font-size: 13px;
}
.wrapper_details .container_details form .input_box label input {
  width: 100%;
  padding-top: 22px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #808285;
  background: #fff;
  resize: none;
  outline: none;
  font-size: 16px;
  height: 47px;
}
.wrapper_details .container_details form .btn_sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.wrapper_details .container_details form .btn_sub button {
  width: 100%;
  padding: 12px 14px;
  border: none;
  outline: none;
  color: white;
  font-weight: 600;
}
.wrapper_details .container_details form .btn_sub button.back {
  background-color: #808285;
}
.wrapper_details .container_details form .btn_sub button.next {
  background-color: #dc0032;
}

/*
========================
=== page verifiction ===
========================
*/
.wrapper_verfiction {
  width: 100%;
  padding: 25px;
}
.wrapper_verfiction form {
  max-width: 420px;
  margin: 0 auto;
  background-color: white;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 12px rgba(144, 143, 146, 0.16);
          box-shadow: 0px 0px 12px rgba(144, 143, 146, 0.16);
  padding: 25px 20px;
}
.wrapper_verfiction form .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper_verfiction form .icon img {
  width: 70px;
}
.wrapper_verfiction form .title {
  text-align: center;
  margin-top: 15px;
}
.wrapper_verfiction form .title h1 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
.wrapper_verfiction form .title p {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #555557;
}
.wrapper_verfiction form .details_trans {
  border-top: 1px solid rgba(39, 39, 39, 0.0862745098);
  border-bottom: 1px solid rgba(39, 39, 39, 0.0862745098);
  margin: 13px 0;
  text-align: center;
  padding: 8px 0;
}
.wrapper_verfiction form .details_trans p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
.wrapper_verfiction form .details_trans ul {
  list-style: none;
  background-color: #F9F7F9;
  margin: 8px 0 10px;
  padding: 10px 0;
}
.wrapper_verfiction form .details_trans ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.wrapper_verfiction form .details_trans ul li span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper_verfiction form .details_trans ul li span.key {
  font-weight: 600;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
}
.wrapper_verfiction form .details_trans ul li span.val {
  font-weight: 600;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  color: #555557;
}
.wrapper_verfiction form .details_trans .sec {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #555557;
  margin-top: 10px;
}
.wrapper_verfiction form .input_box {
  width: 100%;
}
.wrapper_verfiction form .input_box label {
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin-bottom: 5px;
}
.wrapper_verfiction form .input_box input {
  width: 100%;
  border: 1px solid #808285;
  padding: 9px 12px;
  border-radius: 5px;
  outline: none;
}
.wrapper_verfiction form .btn_sub {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.wrapper_verfiction form .btn_sub button {
  width: 100%;
  padding: 10px 14px;
  border-radius: 5px;
  border: none;
  outline: none;
  color: white;
  font-weight: 600;
  background-color: #dc0032;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}
.wrapper_verfiction form .timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  gap: 5px;
}
.wrapper_verfiction form .timeline .time {
  color: #DC0032;
}
.wrapper_verfiction form .btns {
  width: 100%;
  padding: 20px 0 0;
  width: 100%;
}
.wrapper_verfiction form .btns a {
  background-color: #dc0032 !important;
  color: #fff !important;
  padding: 12px 20px;
  text-decoration: none;
  border-radius: 17px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 15px;
}
.wrapper_verfiction form .btns a i {
  font-weight: normal;
  font-size: 25px;
  line-height: 12px;
}

.loading {
  width: 100%;
  min-height: 75.9vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.loading p {
  font-size: 14px;
  text-align: center;
  margin-top: 7px;
}
@media (max-width: 600px) {
  .loading p {
    font-size: 13px;
  }
}

.error_box {
  border: 1px solid #DC0032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  padding: 10px;
  margin-bottom: 20px;
}
.error_box span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #DC0032;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.error_box p {
  margin-bottom: 0;
  color: #DC0032;
  font-size: 13px;
}