.authentication-alert .alert-text {
    color: #fff;
    padding: 5px;
    margin: 5px 0;
  }
  .authentication-alert.fail {
    background-color: #ff4242;
  }
  .authentication-alert.success {
    background-color: #00c30f;
  }
  .info-show .true {
    color: rgb(2, 148, 2);
  }
  
  .info-show .false {
    color: rgb(231, 5, 5);
  }
  
  .auth {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 500px;
    margin: 0px auto;
  }
  
  .authentication_code {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0px;
    width: 80%;
  }
  
  .authentication_form {
    text-align: center;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0px;
    width: 20%;
  }
  
  /* button {
    border: none;
    background: #333;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 17px;
    cursor: pointer;
    font-family: Mulish, sans-serif!important;
  } */
  .popup-flex {
    margin: 30px;
  }
  .popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 82%);
    display: flex;
    align-items: center;
  }
  .popup-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 50%;
    border-radius: 6px;
    box-shadow: 1px 1px 2px #959595;
  }
  .popup-content p {
    font-size: 17px;
    padding: 10px;
    line-height: 20px;
    font-family: Mulish, sans-serif !important;
  }
  .popup-content span {
    color: #fff;
    float: right;
    font-size: 35px;
    margin: 0px 0px 0px 0px;
    background: #F26A14;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 31px;
    padding: 2px 0px 0px 7px;
    font-family: Mulish, sans-serif !important;
  }
  
  .popup-content span:hover,
  .popup-content span:focus {
    color: rgb(240, 240, 240);
    text-decoration: none;
    cursor: pointer;
  }
  
  .show {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  
  .more-articles {
    margin: 30px 30px 50px;
    font-size: 20px;
  }
  .more-articles a {
    margin: 0 10px;
    text-decoration: underline;
  }
  
  .danger_info {
    text-align: center;
    margin: 0px auto;
    
  }
  
  .danger_info img {
    max-width: 100px;
    width:60px;
  }
  
  .danger_info h4 {
    font-size: 26px;
    font-weight: 600;
    color: #3a3a3a;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 5px 0px;
    font-family: Mulish, sans-serif !important;
  }
  
  .danger_info p {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    font-family: Mulish, sans-serif !important;
  }
  
  .success_info {
    text-align: center;
    margin: 0px auto;
  }
  
  .success_info img {
    width: 100%;
  }
  
  .success_info h4 {
    font-size: 22px;
    font-weight: 600;
    color: #007c2a;
    margin: 0px 0px 0px 0px;
    padding: 10px 0px 5px 0px;
    text-transform: uppercase;
    font-family: Mulish, sans-serif !important;
  }
  
  .success_info label {
    text-transform: uppercase;
    font-family: Mulish, sans-serif !important;
  }
  
  .success_info p {
    font-size: 16px;
    font-weight: 500;
    color: #555;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    line-height: 25px;
    font-family: Mulish, sans-serif !important;
  }
  
  @media screen and (max-width: 768px) {
    .authentication_code {
      text-align: center;
      display: flex;
      align-content: center;
      justify-content: center;
      flex-wrap: nowrap;
      align-items: center;
      margin: 0px;
      min-width: 200px;
    }
  
    .authentication_form {
      text-align: center;
      display: flex;
      align-content: center;
      justify-content: center;
      flex-wrap: nowrap;
      align-items: center;
      margin: 0px;
      min-width: 90px;
      font-size: 13px !important;
      padding: 15px !important;
      margin-left: 5px !important;
    }
  }


  .tracking_table{
    
    width: 100%;

}
.tracking_table tr{
    margin: 0px 0px 0px 0px;
    line-height: 50px;
}

.tracking_table tr th{
  margin: 0px 0px 0px 0px;
  text-align: left;
  width: 200px;
  font-size: 15px;
  font-weight: 600;
  color: #111;
  background-color: #dcddcd;
  padding: 0px 10px;
}



.tracking_table tr td{
    margin: 0px 0px 0px 0px;
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    color: #555;
    background-color: #ededed;
    padding: 0px 10px;
}

.tracking_parcel{
	display:flex
}

.tracking_parcel input[type=input]{
	margin:0px 0px 0px 0px
}

.tracking_parcel input[type=submit]{
	margin:0px 0px 0px 0px
}
  