body {
  display: flex;
  justify-content: center;
  align-items: center;

  margin: 0;
  background: linear-gradient(to bottom right, #f0f8ff, #e6e6fa, #b0e0e6) center
    center fixed;
}
.jabutton {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn {
  width: 170px;
  height: 40px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  margin: 30px;
  background-color: #87adcc; /* Light Sky Blue */
  padding-top: 2px;
  font-size: 20px;
  font-family: "B Nazanin";
}

@font-face {
  font-family: "B Nazanin";
  src: url("/static/font/B_NAZANIN/B_NAZANIN/B-NAZANIN.fe70eb00cc03.TTF") format("truetype");
}
.jah2{
  width: 100%;
  display:flex;
  justify-content: space-around;
}
.text1 {

  font-size: 40px;
  font-family: "B Nazanin";
  color: #000000;
  margin: 30px;
  text-align: center;
}

#step00 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 900px;
  margin: 20px auto;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.3); /* پس‌زمینه با شفافیت */
  backdrop-filter: blur(10px); /* بلور کردن پس‌زمینه */
  font-family: "B Nazanin";
  border-radius: 5px;
  box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37); /* سایه نرم */
  text-align: right;
}
.jaui {
  display: flex;
  justify-content: center;
  align-items: center;
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
 
}
.uien {
  text-align: left;
  border-right: 2px double black;
  padding-left: 8px;
  direction: ltr;
  text-align: justify; /* تنظیم متن به صورت justify */
}
.uien1 {
 padding-right: 8px;
 direction: rtl;
 text-align: justify; /* تنظیم متن به صورت justify */

}
ul li {
  padding: 6px;
  
  margin: 6px;
}

@media (max-width: 500px) {
  .jaui {
    display:block;
  
  }
  #step00 {

    width:90%;

  }
  .username{
    width: 90%;
  }
  .jabutton {
    width: 90%;
  }
  ul {
  
    width: 100%;

  }
  .uien {
    width: 90%;
    border: none;
    padding: 0;
    
    text-align: left; /* تنظیم متن به صورت justify */
  }
 
  .uien1 {
   padding-right: 0;
    text-align: right;
  
  }

  ul li {
    padding: 6px;
  
    margin: 6px;
  }
  .btn{
    font-size: 15px;
  }
  .textrespos{
    display: none;
  }
}
