/*
created by: Saadat nikeghbal;
created date: 2025-06-25 11:10; 
last modified: 2025-06-25 11:10; 
version: 1.0.0.1; 
*/
.form{
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    animation: openform 0.5s ease; 
}

  @keyframes openform{
        0%{scale:0.0;opacity:0;}
        70%{scale:1.2; opacity:1;}
        100%{scale:1; opacity:1;}
    }



.form-group {
  margin-bottom: 15px;
}
.form-butt-group {
  margin-bottom: 15px;
  display:flex;
  justify-content:space-between;
}

.form-group h3{
    font-weight:bold;
    text-align:center;
  margin-bottom: 5px;
  background:var(--co1);
  color:var(--co2);
  padding:10px;
}
.form-group label {
  margin-bottom: 5px;
  color:gray;
  font-size:12px;
}
.form-group span{
    font-size:10px;
    color:red;
}


.form-group input,select {
  width:100%;
  max-width:100%;
  padding: 10px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align:center;
}

.searchbtn{ /*for form group*/
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align:center;
}

.btn{
    direction:ltr;
    justify-content:space-between;
    width:95%;
    margin:auto;
}

.btn :nth-child(1){
font-family:iransans_bold;
  width: 50%;
  background-color: #008CBA;
  color: #fff;
  border: none;
 
  border-radius: 5px;
  border-style:solid;
  border-width:0.5px; 
  cursor: pointer;
  padding:10px;
}

.btn :nth-child(2){
    width: 45%;
  background: none;
  color: #008CBA;
  border: none;
 
  border-radius: 5px;
  border-style:solid;
  border-width:0.5px; 
  cursor: pointer;
  padding:10px;
}

.price{
    
}
.price::after{
    content:"تــومان";
    font-size:8px; 
}

