* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "vazir";
}
@font-face {
  font-family: "vazir";
  src: url("../fonts/Vazir-Black.woff") format("woff");
    }
    @font-face {
  font-family: "naz";
  src: url("fonts/BNazanin.woff2") format("woff2");
    }
    
   @font-face {
    font-family: "iran";
    src: url("fonts/farsi/BMitra.eot") format("embedded-opentype"),
         url("fonts/farsi/BMitra.ttf") format("truetype"),
         url("fonts/farsi/BMitra.woff") format("woff");
         
    font-weight: normal;
    font-style: normal;
}
.header{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(135deg,#1abc9c,#16a085);
    color: white;
    text-align: center;
    padding: 0;
    font-size: 22px;
    font-weight: bold;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    
}
.title{
  font-size: 20px;
  font-family: "vazir";
  margin: 0 10px 0 0;
}
.search{
  padding: 5px 0;
  margin: 0 0 0 10px;
  width: 25px;
}


.ligs {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 20px auto; 
  border: 0.02px solid rgba(0,0,0,0.1);
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 1px 10px rgba(0,0,0,0.1);
  
}
.titr{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px 5px;
}

.titr div{
  width: 50%;
  display: flex;
  flex-direction: row;
}
.txt{
  margin: 0 4px 0 0;
}
.open{
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.opena{
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}
.open .rotated {
  transform: rotate(180deg); /* حالت چرخیده ۹۰ درجه */
}
.open .rotateda {
  transform: rotate(180deg); /* حالت چرخیده ۹۰ درجه */
}
.logolig{
  width: 30px;
  
  border-radius: 25px;
}
.item{
  border-top: 0.1px solid #717171;
  padding: 5px 2px;
  
}
.i1{
  display: block;
  text-decoration: none;
}






.footer{
  display: flex;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.i{
  flex: 0 0 25%;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.i:active{
  background: rgba(26, 188, 156, 0.3);
}
.i img{
  width: 25px;
  height: 25px;
  margin: 2px 0 0 0;
}
.i p{
  font-size: 4vw;
  color: #717171;
  font-family: "vazir";
}
.iconn{
  color: #717171;
  width: 25px;
  height: 25px;
}
.lig {
  background: rgba(26, 188, 156, 0.3);
}
