@import url('https://fonts.googleapis.com/css2?family=Markazi+Text:wght@500&family=Poppins:wght@500&family=Readex+Pro:wght@500&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
.tracking-page-holder{
    position:relative;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
}
.status .description{
  color:rgb(40,70,70);
  position :absolute;
  bottom:10px;
  width:100%;
  text-align: center;
  text-transform: capitalize;
  font-size:11pt;
  font-weight: bold;
}
.status .latest-action-date{
  position:absolute;
  top:2px;
  right:5px;
  min-width:100px;
  min-height:30px;
  color:blue;
}
.error-handler{
  text-align: center;
  width: 100%;
  position: relative;
  top: 250px;
  display: none;
  text-transform: capitalize;
}
.error-handler h1{
  color:orangered;
}
.error-handler h3{
  color:rgb(39, 39, 211)
}
.timeline-roller{
  position:absolute;
  height:100%;
  top:0;
  width:4px;
  display:flex;
  justify-content: center;
  align-items: center;
  right: 70px;
  background-color: rgba(0,0,0,.06);
}
.status-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width:100%;
  gap:40px
}
.status-holder>div:not(:last-child){
  margin-bottom: 20px;
}
.status{
  position:relative;
  width:125px;
  min-height:125px;
  border-radius:50%;
  border:4px solid #FB8500;
  background: white;
  padding:25px;
}
.status-data-bar{
  position:relative;
  height: 35px;
  width: 85px;
  background: #FB8500;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.status-data-bar::before{
  content:'s';
  position: absolute;
  right:-40px;
  height:4px;
  width:40px;
  background-color:rgba(0,0,0,.19);
}
.status-holder{
  position:relative;
  width:300px;
  display:flex;
  flex-direction: column;
  flex-wrap:wrap;
  gap:5px;
  justify-content:center;
  align-items: center;
}
.navigation-bar{
  width:100%;
  position:relative;
  display:flex;
  justify-content: space-between;
  align-items: center;
  height:60px;
  background-color:#36a9d3;
  padding-top:1px;
  padding-bottom: 2px;
  margin-bottom:30px;
  z-index: 999;
}
#submition-btn{
  position:relative;
}
.navigation-bar #search-text{
  position:relative; 
}
#search-form{
  display:flex;
  gap:5px;
}
.container{
  position: relative;
  flex-wrap: wrap;
  top: 50px;
  justify-content: space-between;
}
.success{
  color:green;
}
.timeline{
  position:relative;
  width:90%;
  margin:0 auto;
  display:flex;
  justify-content: center;
  align-items:center;
  padding:2px;
}
.status-action{
  text-align:center;
  --font-size:40pt;
  font-size:var(--font-size);
  display:flex;
  position: relative;
  height: 100%;
  align-items: center;
  justify-content: center;
  opacity:.6
}
.status-mask .done{
  color:green;
  display:none;
}
.status-big{
  min-height:70px;
  position:relative;
}
.shipment-data-section{
  text-transform: capitalize;
  font-size: min(5vw, 20pt);
}
.shipment-data-section li{
  font-weight: bold;
  letter-spacing: .5px;
  margin-bottom:5px;
}
.detail-action-description{
  font-family: 'Readex Pro', sans-serif;
}
.loading-indicator{
  display:none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:0;
  width:100vw;
  height:100vh;
  font-size:70pt;
  text-align: center;
  color:rgb(40,70,70);
  background-color:rgba(120,100,120,.9);
  z-index:100;
}
.loading-indicator i{
  -webkit-animation-name:spin;
          animation-name:spin;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes spin {
  from{
    transform:rotate(0deg)
  }
  to{
    transform:rotate(360deg)
  }
}
@keyframes spin {
  from{
    transform:rotate(0deg)
  }
  to{
    transform:rotate(360deg)
  }
}
.shipmentData{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  color: rgba(40,70,70);
}
.shipmentData ol li span {
  margin-left:5px;
  font-family: 'Markazi Text', serif;
  font-size: 25px;
}
.shipmentData ol li {
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-size: 16px;
}
.status img{
  width:95%;
  position:relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.shipmentData ol li {
  border-bottom: 1px solid rgba(0,0,0,.06);
  min-height:70px;
  position:relative;
  display:flex;
  align-items: center;
}
.shipmentData ol li::before{
  content: "•";
  color: #8ECAE6;
  text-shadow: #8ECAE6 0 0 2px;
  margin-bottom:4px;
  margin-right:10px
}
.shipmentData ol{
  margin-top:30px;
  font-size: min(3.1vw, 15pt);
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  list-style-position: inside;
  list-style-type:none;
  width:100%;
  font-weight: 400;
  padding:10px;
  min-width:300px;
}
.fa-portrait{
  font-size: 25pt  !important;
}
.view-more-btn{
  width:100%;
}
.view-more-btn a{
  float: left;
}
.details-popup{
  max-height: 500px;
  margin-right: 5px;
  margin-top: 10px;
  margin-bottom:10px;
  text-transform: capitalize;
  font-family: Georgia, Times, serif;
  overflow: auto;
}
.details-popup::-webkit-scrollbar{
  width:5px;  
  border-top-left-radius: 2px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  height:100px;
}
.details-popup::-webkit-scrollbar-thumb{
  background-color:rgba(0,0,0,.76);
  border-radius: 10px;
}
.exit-btn:hover{
  color:white;
  background-color:#E63946;
  border-color:rgba(0, 0, 0, 0.711);
  box-shadow: 1px 1px 2px;
}
.details-popup ul{
  width:100%;
}
.details-popup .detail-action-date{
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size:max(1.8vw,15px);    
}
.details-popup ul li {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color:rgba(0,0,0,.76);
  font-size:max(1.6vw,15px);
}
.details-popup ul li:not(:last-child){
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 420px) {
  .shipmentData ol li span {
    font-size: 15px;
  }
  .shipmentData ol li {
    font-size: 14px;
  }
}
.reasons {
    font-size: 15px;
    font-weight: bold;
    background-color: #e5e5e5;
    padding: 0 6px;
    border: 1px solid #000;
    border-radius: 10px;
}
.detail-action-description {
    font-size: 15px;
    font-weight: bold;
    background-color: #f3cfcf;
    padding: 0 6px;
    border: 1px solid #000;
    border-radius: 10px;
}

