        @font-face {
 
    font-family: vazir;
 
    src: url(Vazir.ttf);
 
}
body{
    font-family:vazir;
    background-color: #222;
}
            .simplebtn{
display: inline-block;
font-size: 21px;
text-decoration: none;
color: #959595;
border: 2px solid #444;
padding: 8px;
border-radius: 14px;
margin: auto;
width: 250px;
text-align: center;
}

.accordion {
    font-family: vazir;
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid black;
  text-align: right;
direction: rtl;
}

.active, .accordion:hover {
  background-color: #ccc;
}



.panel {
    font-family: vazir;
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  text-align: right;
direction: rtl;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}