body { margin: 0; padding: 0; }
   #map {
      position: relative;
      top: 0;
      bottom: 0;
      width: 100%;
      max-width:1000px;
      height: 650px;
      margin:auto;
    }
.marker {
  background-image: url('https://janral.com/wp-content/uploads/2023/05/Fastag.png');
  background-size: cover;
  width: 40px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
}
.mapbox-directions-profile{
    display:none !important;
}
.mapboxgl-popup {
  max-width: max-content;
  }
  .mapbox-directions-instructions {
    display: flex;
   }
   .mapbox-directions-instructions a{
      color: White !important;
      
}
  .mapbox-directions-route-summary{
    display: flex;
		flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
  }

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.mapboxgl-popup-content {
      border-radius: 15px !important;
      background: #ffffffe0 !important;
      color: rebeccapurple;
      cursor: pointer;
      padding: 0.35em 1em;
      border: 0.15em solid rebeccapurple;
      border-radius: 0.45em;
      background: none;

      font-family: "Raleway", sans-serif;
      font-weight: 900;
      -webkit-box-shadow: inset 0px 0px 0.5em 0px rebeccapurple,
        0px 0px 0.5em 0px rebeccapurple;
      -moz-box-shadow: inset 0px 0px 0.5em 0px rebeccapurple,
        0px 0px 0.5em 0px rebeccapurple;
      box-shadow: inset 0px 0px 0.5em 0px rebeccapurple,
        0px 0px 0.5em 0px rebeccapurple;
      animation: border-flicker 2s linear infinite;
    } 
    .mapboxgl-ctrl-geocoder ul{
        color:darkcyan;
    }

  /* Reset default styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  
  
  .introduction {
    padding: 20px;
    max-width:1000px;
    margin:auto;
  }
  
  .introduction-title {
    font-size: 28px;
    font-weight: bold;
    color: #111;
    margin-bottom: 10px;
  }
  
  .introduction-description {
    font-size: 16px;
    color: #111;
    margin-bottom: 15px;
  }
  .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    color: rgb(252, 252, 252);
}

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.toll-info {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-row-gap: 10px;

}

.toll-info .column {
    padding: 10px;
}

.toll-info a, .ub_styled_list a {
    color: #1d1d1d;
    text-underline-position: under;
}
.toll-info li, li{
        letter-spacing: 2px;
    margin-bottom: 10px;
}
.label {
    margin-bottom: 10px;
}

.toll-info .column .label {
    font-weight: bold;
}
.mapbox-directions-instructions a{
    color: #1d1d1d;
}
.value{
	color:#ffc578;
}