/* Track-ShipmentPageCss-Start */
.track-page {
  margin-top: 30px;
  padding-bottom: 46px;
}

.track-page h3 {
  margin-bottom: 1rem;
  font-weight: 600;
}

.track-page hr {
  margin-top: 0px;
}

/*.track-border {
  border: 1px solid #9e9e9e;
}*/

.track-left {
  height: 114px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.track-left p {
  font-size: 1.5rem;
}

.track-right {
  border-left: 1px solid #ddd;
  padding: 20px 10px;
}

.track-right input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
}

.track-right input::placeholder {
  font-size: 14px;
  letter-spacing: 1px;
  color: #ddd;
}

.track-right p {
  font-size: 12px;
  margin-bottom: 0px;
  margin-top: 10px;
}

.track-btn .btn {
  outline: none;
  border: none;
  background: #0070bc;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
}

.track-btn .btn:hover {
  color: #fff;
}

.packet-status h6, .packet-history h6 {
  margin-bottom: 5px;
  margin-top: 10px;
}

.packet-status table tr td {
  width: auto;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}

.packet-status table tr td, .packet-status table tr th, .packet-history table tr td, .packet-history table tr th {
  padding: 5px;
  font-size: 12px;
}

/* .packet-history table.table-striped tbody tr:nth-of-type(odd){
    background-color: #ffc1074a !important;
} */
/*.track-top {
  padding: 5px 15px;
  background: #c7c7c7;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}*/

.track-top a {
  text-decoration: none;
  background: #4caf50;
  color: #fff;
  padding: 5px 12px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  display: inline-block;
}

.track-top a:hover {
  text-decoration: none;
  color: #fff;
}

.track-top ul {
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 0px;
}

.track-top ul li {
  list-style: none;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin-left: 20px;
}

.track-top ul li span.bold-text {
  font-weight: 600;
}

.track-top .toggle-point {
  display: inline-block;
  float: right;
  cursor: pointer;
}

/* #track-data{
    display: none;
} */


/* New Css */
/*.tracking {
  position: relative;
  padding: 20px 0;
  list-style: none;
  max-width: 1200px;
  margin: 0 auto;
}*/

.tracking>li {
  position: relative;
  margin-bottom: 20px;
}

.tracking>li>.tracking-date {
  float: left;
  text-align: right;
  position: relative;
  width: 20%;
  padding: 20px 20px 20px 0px;
}

.tracking>li>.tracking-badge {
  z-index: 100;
  position: absolute;
  top: 16px;
  left: 23%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2em;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  background-color: #4c5667;
}

.tracking-badge.success {
  background-color: #4caf50 !important;
}

.tracking .tracking-panel {
  float: right;
  position: relative;
  width: 75%;
  padding: 15px 25px;
}

.tracking-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
}

.tracking-body>p, .tracking-body>ul {
  margin-bottom: 0;
}

.tracking-body>p {
  color: #313131;
}

.tracking .tracking-panel {
  float: right;
  position: relative;
  width: 75%;
  padding: 15px 25px;
}

.tracking-title {
  margin-top: 0;
  color: inherit;
  font-weight: 400;
  font-size: 14px;
}

.tracking-body>p, .tracking-body>ul {
  margin-bottom: 0;
}

.tracking-body>p {
  color: #313131;
  font-size: 12px;
}

.tracking:before {
  content: " ";
  position: absolute;
  top: 40px;
  bottom: 70px;
  left: 23%;
  width: 3px;
  margin-left: -1.5px;
  background-color: #eee;
}

.tracking>li>.tracking-badge {
  z-index: 9;
  position: absolute;
  top: 16px;
  left: 23%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  border-radius: 50%;
  text-align: center;
  font-size: 1.2em;
  line-height: 40px;
  color: #fff;
  overflow: hidden;
  background-color: #4c5667;
}

.tracking>li:after, .tracking>li:before {
  content: " ";
  display: table;
}

.tracking>li:after {
  clear: both;
}

.tracking>li:after, .tracking>li:before {
  content: " ";
  display: table;
}

@media screen and (max-width:991px) {
  .track-page h3{
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
  }
  .track-left{
    height: auto;
  }
  .track-left p{
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .track-right {
    border-left: none;
    text-align: center;
  }
  .track-right p{
    margin-bottom: 1rem;
  }

}

@media screen and (max-width:767px){
  .tracking>li>.tracking-date{
    width: 30%;
    padding: 15px 10px 15px 0px;
  }
  .tracking>li>.tracking-badge{
    left: 35%;
    top: 0px;
  }
  .tracking .tracking-panel{
    width: 60%;
    padding: 10px 0px 0px 10px;
  }
  .tracking-title{
    font-size: 12px;
  }
  .tracking:before{
    left: 35%;
  }
}

@media screen and (max-width:507px) {
  .track-top .toggle-point {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .track-top ul li{
    margin-left: 10px;
  }
  
}