@font-face {
    font-family: 'irs';
    src: url(IRANSansWeb.woff2);
}

@font-face {
    font-family: 'irsBold';
    src: url(IRANSansWebBold.woff2);
}


@font-face {
    font-family: 'irsMedium';
    src: url(IRANSansWebMedium.woff2);
}


.main{
    text-align: center;
    width: 700px;
    height: 300px;
    margin: auto;
}
.logo{
    width: 272px;
}

.content{
    width:100% ;
    height: 100%;
    border: 1px solid #e0e0e0;
    margin: auto;
    margin-top: 20px;
    border-radius: 12px;
}

.header-content{
    background-color:#fafafa;
    height: 48px;
    width: 100%;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    direction: rtl;
    justify-content: space-between;
}

.btnHeader{
    width: 100%;
    text-align: right;
    direction: rtl;
}

.btn1{
    width: 90px;
    height: 100%;
    background : linear-gradient(180deg, rgba(66, 133, 242, 0.04) 0%, rgba(66, 133, 242, 0.08) 100%);
    border: none;
    color: #4285f2;
    font-size: 1rem;
    font-family: 'irs';
    line-height: 1.25;
    font-weight: 400;
    padding: 12px 16px;
    max-width: 360px;
    min-width: 90px;
    min-height: 48px;
    border-bottom: 2px solid #4285f2;
    cursor: pointer;
    transition: 1s;
}



.btn2{
    width: 90px;
    height: 100%;
    border: none;
    color: rgba(0,0,0,0.6);
    font-size: 1rem;
    font-family: 'irs';
    line-height: 1.25;
    font-weight: 400;
    padding: 12px 16px;
    max-width: 360px;
    min-width: 90px;
    min-height: 48px;
    cursor: pointer;
    background-color: transparent;
    transition: 1s;
}


.btn3{
    width: 90px;
    height: 100%;
    border: none;
    color: rgba(0,0,0,0.6);
    font-size: 1rem;
    font-family: 'irs';
    line-height: 1.25;
    font-weight: 400;
    padding: 12px 16px;
    max-width: 360px;
    min-width: 90px;
    min-height: 48px;
    cursor: pointer;
    background-color: transparent;
    transition: 1s;
}


.btn4{
    text-align: end;
    margin-left: 30px;
    width: 200px;
    height: 100%;
    border: none;
    color: #4285f2;
    font-size: 1rem;
    font-family: 'irs';
    line-height: 1.25;
    font-weight: 400;
    max-width: 360px;
    min-width: 90px;
    min-height: 48px;
    cursor: pointer;
    background-color: transparent;
}
.body-content{
    width: 100%;
    height: 100%;
}

.inpustsDiv{
    width: 100%;
    margin-top: 30px;
    text-align: left;
    padding: 24px;
    font-family: 'irs';
    display: flex;
}

.div_input1 , .div_input2 , .div_input3 {
    width: 31%;
}


.fieldset{
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.23);
    cursor: pointer;
    
}

.fieldset:hover{
    border-color: black;
}

.leg01 , .leg02 , .leg03{
    color: rgba(0, 0, 0, 0.6);
    font-size: 10px;
    font-weight: 400;
    font-family: 'irs';
    line-height: 1.4375em;
    padding: 0 5px;
    cursor: pointer;
}

.input01 , .input02 , .input03{
    border: none;
    text-align: center;
    cursor: pointer;
    direction: rtl;
    font-family: 'irs';
    text-align: center;
    margin-left: 20px;
    direction: ltr;
}

.input01:focus-visible , .input02:focus-visible , .input03:focus-visible{
    border: none;
    box-sizing: unset;
    outline: none;
    
}

.imgBTC{
   
    width: 20px;
    height: 20px;
    margin-top: -21px;
    margin-left: 145px;
}

.btnDiv{
    text-align: left;
    padding: 24px;
   
}
.btn-ContentBody{
    width: 155px;
    margin: 0 24px 24px;
    height: 36px;
    font-weight: 500;
    background-color: #4285F2;
    border: none;
    border-radius: 5px;
    color: #e0e0e0;
    font-family: 'irsBold';
    cursor: pointer;
    transition: 0.2s;
}
.btn-ContentBody:hover{
    background-color: #0e3068;
}
.btn-ContentBody:active{
    transform: translateY(3px);
}

.iconImage{
    width: 25px;
    height: 25px;
    margin-right: 50px;
    cursor: pointer;
}


