.topnav {
  position: relative;
  direction: rtl;
  background-color: #fff;
  height: 5vh;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}

.topnav .logo {
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}

.topnav .logo img {
  background-color: #F5B53F;
  height: 100%;
  padding: 10px
}

.topnav button {
  background: none;
  border: none;
  display: flex;
  column-gap: 10px;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-left: 20px;
}

.topnav button:hover {
  text-decoration: underline;
}

.service-period-container {
  font-size: 1.2em;
  font-weight: bold;
  cursor: default;
}

.service-period-container button#service_period {
    color: white;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    background-color: #72b317;;
    font-size: 0.8em;
    font-weight: normal;
    cursor: default;

}

.topnav.english {
  direction: rtl;
}

.leaflet-control-layers {
  direction: rtl;
}

#about {
  position: absolute;
  width: 380px;
  z-index: 2;
  padding: 18px;
  background: #FFF;
  left: 20px;
  margin-top: 20px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
  border-radius: 8px;
  direction: rtl;
  font-size: 17px;
  font-weight: 400;
}

#about h2 {
  text-align: center;
}


#about .about-logos {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#about img.close-icon {
  position: absolute;
  left: 20px;
  top: 20px;
  cursor: pointer;
}

.freq-list {
  direction: rtl;
  text-align: center;
}

.freq-list.popup-list {
  max-height: 300px;
  overflow-y: auto;
}

.freq-list.popup-list p
{
  font-weight: bold;
  margin-bottom: 0px;

}

.freq-list.popup-list h4 { margin: 0 0 5px; color: #777; }

.freq-table {
  text-align: right;
  direction: rtl;
  border: solid 1px #DDEEEE;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif;
  align-self: center;
}
.freq-table thead th {
  text-align: center;
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff;
  max-width: 45px;
  border-bottom: solid 1px darkgrey;
}
.freq-table tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 2px;
  text-shadow: 1px 1px 1px #fff;
  word-wrap: break-word;
  max-width: 45px;
}

.freq-table tbody tr.freq-route {
  background-color: rgba(192, 198, 190, 0.3);
}

#towns {
  direction: rtl;
}
