#progressbar li{
    text-align: center;
    font-size: 12px !important;
}
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
}
#progressbar li {
    list-style-type: none;
    color: #99a2a8;
    width: calc(100% / 3);
    float: left;
    position: relative;
    font: 500 13px/1 $roboto;
}
#progressbar li:nth-child(2):before {
    content: "\f0d1";
    color: white;
}
#progressbar li:nth-child(3):before {
    content: "\f058";
    color: white;
}
#progressbar li:before {
    content: '\f07a';
    font-family: 'FontAwesome';
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    font-size: 20px;
    background: rgba(255, 165, 0, 0.5);
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 10px;
    background: #eaf0f4;
    position: absolute;
    left: -50%;
    top: 21px;
    z-index: -1;
}
#progressbar li:last-child:after {
    width: 150%;
}
#progressbar li.active {
    color: black;
}
#progressbar li.active:before, #progressbar li.active:after {
    background: #ef6c26;
    color: white;
}
.btn__submit{
    font-size: 20px;
    border-radius: 5px;
    width: 50%;    
}
.track-form, .track-form1 {
    margin-left:auto;
    margin-right:auto;
}
.content6-title {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
    padding-left: 5px;
    margin-bottom: -10px;
    text-transform: uppercase;
}
.content6-title p {
    font-size: 24px;
    line-height: 20px;
    font-weight: 800;
}
.content6-title span {
    background-color: black;
    color: #FFF;
    font-size: 10px;
    line-height: 10px;
    padding: 4px 4px;
    border-radius: 4px;
    display: block;
    float: left;
    font-weight: 400;
    margin-top: 1px;
    margin-left: 3px;
}
.content2 {
    background-color: #FFF;
    text-align: center;
    position: relative;
    z-index: 1;
}

#content2{
    border-bottom:1px solid #e4e4e4; 
    width: 100%;
}
.content6 {
    background-color: #FFF;
    border: 1px;
}
.content6-img {
    width: 100%;
}
.content6-des {
    margin-top: 10px;
}
.form-des {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
}
.form-title {
    text-align: left;
}

.order-form {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
    text-align: left;
    background: #f5f5f5;
  }

  .track-form1 {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    text-align: left;
    background: #f5f5f5;
    padding: 20px;
  }
  
  .tracking-desc {
    text-transform: uppercase;
    font: 16px "Open Sans", sans-serif;
    letter-spacing: 2px;
  }

  .track-form {
    width: 100%;
    margin: auto;
    margin-top: 30px;
    text-align: left;
  }
  .content6-des {
    font-size: 16px;
    padding-left: 5px;
    padding-bottom: 15px;
  }

  #alertTracking{
    margin-top: 50px;
    box-shadow: 20px 10px 10px 8px;
  }

  .close-btn-div{
    position: absolute;
    font-size: 10px;
    right: 2px;
    z-index:999;
  }

  #alertTracking .modal-body{
    padding: 0px;
  }


  .loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050; /* Higher than most elements */
    backdrop-filter: blur(5px); /* Blur effect */
  }