body{
margin: 0;
padding: 20px;
font-family: 'tahoma', 'arial', sans-serif; 
direction: rtl;
text-align: center;
background-color: #f5f5f5;

}
h1{
    color: #2c3e50;
    margin-bottom: 20px;
}
#map{
height: 600px;
width: 100%;
margin: 20px auto;
border: 2px solid #3498db;
border-radius: 0 4px 8px rgba(0,0,0,0.1);



}
.leaflet-tile{
  filter: hue-rotate(200deg),saturate(1.4),brightness(0.7);
  
}

h2{
    color: #2c3e50;
    margin-bottom: 20px;
}

#sidebar {
  position: absolute;
  top: 90px;
  right: 24px;
  background: #00eaff;
  padding: 14px;
  border-radius: 10px;
  width: 260px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  z-index: 1000;
  font-family: Tahoma, Arial, sans-serif;
}


#sidebar h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #2c3e50;
}


#sidebar label {
  display: block;
  margin-top: 8px;
  font-size: 13px;
  color: #024b68;
}


#sidebar select {
  width: 100%;
  padding: 8px 10px;
  margin-top: 6px;
  border: 1px solid #d1dbe5;
  border-radius: 6px;
  background: #fbfbff;
  font-size: 14px;
}


#sidebar button {
  width: 100%;
  padding: 10px;
  margin-top: 12px;
  background: linear-gradient(180deg,#0073ff,#00a6ff94);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(20, 124, 203, 0);
}
#sidebar button:hover { transform: translateY(-1px); }


#infoparvaz { margin-top: 12px; text-align: right; }
#infoparvaz h4 { margin: 0 0 8px 0; font-size: 14px; color: #00aaff; }
#listparvaz { list-style: none; padding: 0; margin: 0; max-height: 140px; overflow: auto; }
#listparvaz { padding: 6px 8px; border-bottom: 1px dashed #eee; font-size: 13px; color:#333; }

#sidebar {
    position: absolute;
    top: 100px;
    right: 20px;
    width: 230px;
    padding: 15px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(15, 139, 206, 0.517);
    z-index: 9999;
    transition: all .3s ease;
}

#sidebar.hide {
    right: -260px;
}



select {
    width: 90%;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #aaa;
    margin-bottom: 10px;
    font-size: 14px;
}

.flight-item {
    background: #ecf0f1;
    padding: 8px;
    border-radius: 8px;
    margin: 5px 0;
}

#sidebar.open {
  right: 20px;
}

#bazvbastsidebar{
  position: absolute;
  top: 50px;
  right: 20px;
  cursor: pointer;
  background: #01c0ff;
  color: wheat;
  padding: 10px 10px;
  border-radius: 8px;
  font-size: 22px;
  z-index: 2000;
}