.bg-color-purple{
    background: #ee6823;
    padding: 20px;
}

.profile-tracking{
    background: #1C1E24 0% 0% no-repeat padding-box;
    padding: 20px;
}

.tracking-dark{
    background: #1C1E24 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 5px;
    padding: 20px;
}

/* 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-image: url('../images/background/background-image_2.png');
    width: 100%;
    height: 100%;
    background-color: #1d191e;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
}


.form-control-tracking {
    padding: 10px 40px 10px 20px; /* Adjusted padding to make space for the search icon */
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #000;
    min-height: 50px;
    background: #D1D5DB;
    border: 0px solid #96A4C2;
    border-radius: 25px;
}

.search-icon-1 {
    position: absolute;
    right: 33px;
    color: #fff;
    top: 9px;
    transform: translateY(-50%);
    z-index: 33;

}

.tracking-bg-container{
    background: transparent;
    box-shadow: 0px 0px 0px #00000033;
    border: 0px solid #656B61;
    border-radius: 0px;
    padding: 0px;
}


.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;
    }

}

@media (min-width:480px)  {
    .search-icon-1 {
        position: absolute;
        right: 67px;
        color: #fff;
        top: 242px;
        z-index: 33;
    }

}

@media (min-width:600px)  {
    .search-icon-1 {
        position: absolute;
        right: 67px;
        color: #fff;
        top: 242px;
        z-index: 33;
    }

}