
@font-face {
font-family: 'iransans' ;
src: url('iransans2.woff2');
}

body{
    background-color: #e9e9e96b;
}
.main{
    text-align: center;
    font-family: 'iransans';
    font-weight: 400;
   
   
}

.logo{
    width: 50vh;
}

.div1{
    width: 80vh; 
    height: 30vh;
    border:  1px solid #bebebe;
    margin: auto;
    margin-top: 20px;
    border-radius: 50px 5px 50px 5px;
    overflow: hidden;
    background-color: #ffffff;
}

.header{
    background-color: #fafafa;
    height: 48px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}

.btn1{
    background: #eff1ff;
    width: 90px;
    height: 100%;
    border: none;
    color: #4285F2;
    font-size: 16px;
    font-family: "iransans";
    border-bottom: 4px solid #268df5;
    cursor: pointer;

}


.btn2{ 
   
    cursor: pointer;
    width: 90px;
    height: 100%;
    border: none;
    color: #727272;
    font-size: 16px;
    font-family: "iransans"; 
    background-color:transparent ;
}
.btn2:hover{
    background: #eff1ff;
    width: 90px;
    height: 100%;
    border: none;
    color: #4285F2;
    font-size: 16px;
    font-family: "iransans";
    border-bottom: 1px solid #268df5;
    cursor: pointer;
}


.head2{
    width: 100%;
    text-align: right;
    direction: rtl;
    background-color: #ffffff;
}

.div_inputs{
    margin-top: 30px;
    text-align: left;
    padding: 24px;
    display: flex;
   
}

.div_in{
    width: 33%;
    
}

fieldset{
    border: 1px solid #c2c2c2;
    border-radius: 5px;
    direction: rtl;

}

fieldset:focus-visible{
    border: 1px solid #7489ff; 

}


fieldset:hover{
    border: 1px solid #555555; 

}

.input1{
    font-family: 'iransans';
    text-align: center;
    border: none;
    /* چپ به راست اعداد درست میشن */
    direction: ltr;
}

.input1:focus-visible{
    border: none;
    box-sizing: unset;
    outline: none;
}

.div_btn{
    text-align: left;
    padding: 24px;
    padding-top: 10px;
}

.btn_kharid{
    background-color: #4285F2;
    color: white;
    padding: 6px 50px;
    border: none;
    border-radius: 5px;
    font-family: 'iransans';
    font-size: 15px;
    width: 155px;
    transition: 0.5s;
}
.btn_kharid:hover{
    cursor: pointer;
    transform: translateY(5px);
    scale: 0.9;
    
}
.btn_kharid:active{
    transition: 0.1s;
    background-color: rgba(5, 30, 252, 0.286)
}