body{
    font-family: "Noto Sans", serif;
}

ul, li{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    color: inherit;
    text-decoration: none;
}
/* a:hover{
    color: #ffffff;
    background-color: inherit!important;
} */
 a:active{
    color: inherit!important;
 }
.header-wrap{
    background:linear-gradient(#d9d9d9, #fff);
    display: flex;
    align-items: center;
    justify-content:flex-start;
}
.search-container{
    width: 72%;
    margin: 0 10px;
    position: relative;
}

.dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.dropdown.hidden {
    display: none;
}

.dropdown li {
    padding: 8px;
    cursor: pointer;
}

.dropdown li:hover {
    background-color: #f0f0f0;
}

.search{
    border: 0.5px solid #727272;
    border-radius: 20px;
    height: 35px;
    width: 100%;
    padding-left: 40px;
    font-size: 10px;
    background: #fff url(../images/search.svg) no-repeat 10px center;
    background-size: 20px;
}

.icon-container::after {
    font-family: 'Material Icons'; /* Font family for Material Icons */
    font-size: 50px; /* Adjust icon size */
    color: gray; /* Icon color */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.icon-search::after {
    content: 'search'; /* Icon content */
}
.scanner{
    background: #D9D9D9;
    border-radius: 50%;
    height: 32px;
    width: 32px;
}
.loyalty-points{
    height: 152px;
    width: 100%;
    background: url(../images/loyalty_points_header.png) no-repeat left bottom;
    display: block;
    background-size: cover;
    margin-bottom: 20px;
}
.section-title{
    font-size: 16px;
    line-height: 22px;
    color: #13119E;
    font-weight: 600;
    padding-left: 15px;
    border-left: 2px solid #C80206;
}
.section-title-lg{
    font-size: 24px;
    color: #4F48EC;
}
.vehicel-details .progress{
    height: 5px;
}
.vehicle-info-card{
    padding: 0 10px;
}
.details-text{
    font-size: 10px;
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
}
.details-text > div{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0 5px;
}
.services{
    margin-bottom: 20px;
}
.month-list{
    font-size: 10px;
    margin-bottom: 20px;
}


.month-list li{
    display: inline-block;
    margin-right: 13px;
    padding: 5px 0px;
    border-radius: 10px;
    /* background: #D9D9D9;
    color: #13119E; */
}
.month-list li.active{
    background: #13119E;
    color: #fff;
    padding: 5px 10px;
}

.dates{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.dates li{
    background-color: #F7F7F7;
    font-weight: 600;
    font-size: 14px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
}
.time-select {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.time-select li{
    flex-wrap: wrap;
    background-color: rgba(212, 211, 251, 0.29);
    padding: 5px 10px;
    min-width: 80px;
   
}

.dates li span{
    font-weight: 400;
}
.bottom-space-100{
    margin-bottom:110px;
}

.site-nav{
    background-color: #2219E0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    border-radius: 50px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}
.site-nav a{
    color:#fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
}
.site-nav a span{
    display: block;
}

.vehice-details.vehicle-info-card{
    text-align: center;
}
.vehice-details .details-text{
    display: flex;
    justify-content: space-between;
    padding: 0px;
}

h1{
    font-size: 36px;
}
.text-red{
    color: #C80206;
}
.text-green{
    color: #87DD54;
}
.text-yellow{
    color: #FFBF18;
}
.text-main{
    color: #13119E!important;
}
.text-sm{
    font-size: 12px;
}
.vehicle-name{
    color: rgba(0, 0, 0, 0.6) ;
    margin-bottom: 20px;
}
.vehicle-name .info-text{
    font-size: 10px;
    display: block;
    max-width: 65%;
}

.additional-info ul{
    margin-bottom: 20px;
}
.additional-info ul li{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 2.4;
    
}
.additional-info ul li .details{
    color: #13119E;
}
.font-sm{
    font-size: 12px;
    color: #727272;
}
.shaded-bg{
    background-color: rgba(212, 211, 251, 0.29);
    padding: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.vehicle-service-listing{
    background-color: #F9F9FB;
    border-radius: 50px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.vehicle-service-listing2{
    background-color: rgba(212, 211, 251, 0.29);
    border-radius: 10px;
}

.vehicle-service-listing span{
    display: block;
    font-size: 12px;
    color: #727272;
}
.vehicle-service-listing img{
    max-width: 110px;
    margin-right: 20px;
}
.vehicle-info-name{
    font-size: 12px;
    font-weight: 600;
    color:#212529!important;
}

.info-date, .info-time{
    color: #C80206;
    font-size: 10px;
}
.info-time{
    font-weight: 600;
}
.info-chasis-num{
    color: #13119E!important;
    font-weight: 600;
    font-size: 10px;
}


/** popup */
#triggerPopup {
    display: inline-block;
    text-decoration: none;
    border-radius: 5px;
  }
  
  .popup-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: bottom 0.5s ease;
  }
  
  .btm-popup {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: white;
    padding: 20px;
    text-align: center;
  }
  
  .btm-popup .close-btn {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #000;
    border: none;
    font-size: 20px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  
  .popup-btn {
    display: block;
    width: 100%;
    padding: 20px 10px;
    margin: 10px 0;
    color: #4F48EC;
    border: 1px solid #4F48EC;
    background: #fff;
    border-radius: 50px;
    cursor: pointer;
  }
  
  .popup-btn:hover {
    background-color: #4F48EC;
    color: #fff;
  }
  
  .popup-container.active {
    bottom: 0;
  }
  .popup-option-wrap a{
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 5px;
    text-align: left;
    padding: 10px 5px;
    border-radius: 5px;
  }
  .popup-option-wrap{
    max-height: 400px;
    overflow: auto;
  }
  .popup-option-wrap a:hover{
    background-color: #4F48EC;
    color: #ffffff;
  }

  /** Form */
  .form-container {
    background: #fff;
    padding: 0 10px;
    width: 100%;
    max-width: 400px;
  }

  .form-container h2 {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
  }

  .form-group {
    margin-bottom: 15px;
  }

  .form-group label {
    display: block;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 5px;
    color: #727272;
  }

  .form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 20px;
    font-size: 14px;
  }

  .form-group input:focus {
    border-color: #007BFF;
    outline: none;
  }

  .submit-btn {
    background-color: #13119E;
    color: #fff;
    padding: 10px 15px;
    border: none;
    border-radius: 14px;
    font-size: 14px;
    cursor: pointer;
    width: 90%;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .submit-static{
    position: static;
    width: 100%;
    transform: none;
  }

  /* .submit-btn:hover {
    background-color: #0056b3;
  } */
  .address-block span{
    display: block;
    line-height: 1.7;
  }

  .address-block{
    font-size: 12px;
    padding-left: 30px;
    background: url(../images/pin.png) no-repeat left top;
  }
  .vehicle-list{
    gap: 15px;
  }
  .vehicle-list li{
    max-width: 70px;
    font-size: 10px;
    text-align: center;
    
  }
  .vehicle-list img{
    max-width: 100%;
    margin-bottom: 10px;
  }
  .textarea-style{
    border-radius: 15px;
    font-size: 12px;
    min-height: 65px!important;
  }
  .upload-button{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center; 
    border: 1px solid rgba(196, 196, 196, 1);
    border-radius: 15px;
  }

  /* Popup container styles */
.popup {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Dim background */
    justify-content: center;
    align-items: center;
  }
  
  /* Popup content styles */
  .popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 300px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  /* Close button styles */
  .popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
  }
.head-tagline{
    font-size: 12px;
    line-height: 1.7;
    color: #727272;
    font-weight: normal;

}  
.trade-in-options{
    font-size: 12px;
}
.selected-link{
    color: #2219E0;
    font-weight: 600;
    text-decoration: underline;
    line-height: 2;
}
.vehicle-condition-info li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    color: #727272;
}
.vehicle-condition-info li span:last-child{
    color: #2219E0;
}
.tradein-condition .list-title{
    font-size: 16px;
    color: #2219E0;
    font-weight: 600;
}
.tradein-condition li{
    font-size: 14px;
    color:  #727272;
}
.purchase-detail-tab a {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
}
.purchase-detail-tab a.active{
    border-bottom: 3px solid #2219E0;
}

.address-text-wrap{
    background-color: #fff;
    padding: 10px 15px;
}
.popup-title-text{
    color: #4F48EC;
    font-size: 16px;
    text-align: left;
}

.tegline-text {
    font-size: 10px;
    display: block;
    line-height: 1.5;
    max-width: 40%;
    color: #4F48EC;
}

.f-12{
    font-size: 12px;
}

.f-10{
    font-size: 10px;
}
.popup-content-text{
    width: 50%;
    flex: 1 1 50%;
}

.content-wrap-ext{
    width: 90%;
}
.vehicle-condition-text{
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 10px;
}
.reg-no, .eng-no, .chasis-no{
    border: none;
    border-bottom: 1px solid #ced4da;
    font-size: 12px;
    padding-left: 0;
}
.form-check{
    font-size: 12px;
}