.bg-color-purple{
    background: #ee6823;
    padding: 20px;
}

.tracking-yellow{
    padding: 10px;
    background: transparent linear-gradient(180deg, #F7AB00 0%, #F7AB00 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #E51F1F;
    border-radius: 6px;
}

.tracking-txt{
       position: relative;
       top: -177px;
}

.tracking-txt-2{
       position: relative;
       top: -134px;
}

.tracking-txt-container{
       position: relative;
       top: -178px;
}

.profile-tracking{
    background: #1C1E24 0% 0% no-repeat padding-box;
    padding: 20px;
}

.tracking-dark{
    background: #E4F1EB 0% 0% no-repeat padding-box;
    border-radius: 25px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.tracking-bg{
    background: #F2F1F2 0% 0% no-repeat padding-box;
    border-radius: 0px;
}

.tracking-search{
    background: #456E5C 0% 0% no-repeat padding-box;
    border: 1px solid #F2F1F2;
    border-radius: 8px;
    padding: 10px;
    margin-top: 50px;
}


.car-banner-img-2{
    width: 100%;
    height: 100%;
}

.font-title-tracking{
    font-size: 15px;
}


.form-control-tracking {
    padding: 10px 0px 10px 20px; /* Adjusted padding to make space for the search icon */
    width: 100%;
    color: #000;
    min-height: 50px;
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #3EDDA5;
    border-radius: 16px;
}

.red-name-1{
    background: #DD001E 0% 0% no-repeat padding-box;
    padding: 10px;
}

.black-1{
    background: transparent linear-gradient(270deg, #414141 0%, #121212 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
}

.black-2{
    background: #3D3D3D 0% 0% no-repeat padding-box;
    border: 1px solid #313131;
    border-radius: 16px;
    padding: 20px;
}

.search-icon-1 {
    position: absolute;
    right: 33px;
    color: #fff;
    top: 9px;
    transform: translateY(-50%);
    z-index: 33;

}

.tracking-bg-container{
  background: transparent linear-gradient(180deg, #DDDDDD 0%, #FFFFFF 51%, #DDDDDD 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 6px 6px #0000004D;
  border: 2px solid #FFFFFF;
  border-radius: 11px;
}

.tracking-blue{
    background: #0B1337;
    border: 1px solid #0B1337;
    padding: 10px;
}

.tracking-white{
    padding: 10px;
}


.tracking-status-container-1 {
    background: #3B3737 0% 0% no-repeat padding-box;
    border: 1px solid #D4A31F;
    border-radius: 22px;
    padding: 10px;
}

.tracking-status-orange{
    background: transparent linear-gradient(0deg, #610000 0%, #DC1A47 100%) 0% 0% no-repeat padding-box;
    border-radius: 9px;
    padding: 20px;
}

#track{
    display: none;
}

/* Modal Content */
.modal-content {
  background-color: #212529;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  top: -50px;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.car-details-title {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 15px;
}


.car-details-title-1 {
    font-size: 15px;
    font-weight: 600;
    color: #DFAF2F;
    padding-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .tracking-status-container{
      height: auto;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .tracking-status-container{
        height: auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 .tracking-status-container{
       height: auto;
   }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .tracking-status-container{
         height: 100%;
     }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .tracking-status-container{
           height: 100%;
       }
}

@media (min-width: 768px) {
  .ten-columns > .col-sm-2 {
    width: 20%;
    flex: 0 0 19.666667%;
    max-width: 19.666667%;
  }
}

@media (min-width:320px)  {
    .search-icon-1 {
        position: absolute;
        right: 67px;
        color: #fff;
        top: 242px;
        z-index: 33;
    }

    .car-banner-img-2{
        width: 100%;
        height: 250px;
        margin-top: 100px;
    }

    .font-title-tracking{
        font-size: 15px;
    }

    .tracking-txt {
         top: -164px;
    }

    .tracking-txt-2 {
         top: -50px;
    }

    .tracking-txt-container {
         top: -170px;
    }


}

@media (min-width:480px)  {
    .search-icon-1 {
        position: absolute;
        right: 67px;
        color: #fff;
        top: 242px;
        z-index: 33;
    }

    .car-banner-img-2{
        width: 100%;
        height: 250px;
        margin-top: 100px;
    }

    .font-title-tracking{
        font-size: 15px;
    }

    .tracking-txt {
         top: -67px;
    }

    .tracking-txt-container {
         top: -11px;
    }

    .tracking-txt-2 {
         top: -50px;
    }

}

@media (min-width:600px)  {
    .search-icon-1 {
        position: absolute;
        right: 67px;
        color: #fff;
        top: 242px;
        z-index: 33;
    }

    .car-banner-img-2{
        width: 100%;
        height: 343px;
        margin-top: 100px;
    }

    .font-title-tracking{
        font-size: 25px;
    }

    .font-title-tracking{
        font-size: 25px;
    }

    .tracking-txt {
         top: -104px;
    }

    .tracking-txt-2 {
         top: -40px;
    }

    .tracking-txt-container {
         top: -21px;
    }

}

@media (min-width:801px)  {
    .car-banner-img-2{
        width: 100%;
        height: 343px;
        margin-top: 100px;
    }

    .font-title-tracking{
        font-size: 25px;
    }

    .tracking-txt {
         top: -104px;
    }

    .tracking-txt-2 {
         top: -40px;
    }

    .tracking-txt-container {
         top: -21px;
    }

}

@media (min-width:1025px)  {
    .car-banner-img-2{
        width: 100%;
        height: 100%;
    }

    .font-title-tracking{
        font-size: 49px;
    }

    .tracking-txt {
         top: -176px;
    }

    .tracking-txt-2 {
         top: -134px;
    }

    .tracking-txt-container {
         top: -42px;
    }

}

@media (min-width:1281px)  {
    .car-banner-img-2{
        width: 100%;
        height: 100%;
    }

    .font-title-tracking{
        font-size: 49px;
    }

    .tracking-txt {
         position: relative;
         top: -176px;
    }

    .tracking-txt-2 {
         top: -134px;
    }

    .tracking-txt-container {
         position: relative;
         top: -42px;
    }

}