@font-face {
    font-family: "Lalezar-Regular";
    src: url(iransans.woff2);
}

body {
    font-family: 'Lalezar-Regular';
}

img {
    width: 250px;
    margin: auto;
    margin-top: 8%;
}

.img-div {
    align-items: center;
    text-align: center;
}

.main-div {
    width: 45%;

    border: 1px solid rgb(196, 196, 196);
    border-radius: 4px;
    margin: auto;
    margin-top: 20px;


    font-family: 'Lalezar-Regular'
}

.head {
    background-color: #fafafa;
    height: 48px;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;

    font-family: 'Lalezar-Regular'
}

.head-text {
    overflow: hidden;
    margin: auto;
    text-align: center;
    width: auto;
    height: 100%;
    border: none;
    width: 57px;
    background-color: transparent;
    font-family: 'Lalezar-Regular'
}


.kharid {
    background: #eff1ff;
    width: 90px;
    height: 100%;
    border: none;
    color: #4285F2;
    font-size: 16px;
    font-family: inherit;
    border-bottom: 1px solid #268df5;
    cursor: pointer;
}

.not-kharid {
    width: 90px;
    height: 100%;
    border: none;
    color: #727272;
    font-size: 16px;
    font-family: inherit; 
    background-color:transparent ;
    cursor: pointer;
}

.inputs {
    padding: 20px;
    display: flex;
    border: none;
}


input {
    border: none;
    text-align: center;
    font-family: inherit;
    direction: rtl;
}

input:focus-visible {
    border: none;
    box-sizing: unset;
    outline: none;
}




fieldset {

    width: 34%;
    border: 1px solid #c2c2c2;
    border-radius: 5px;
}

fieldset:hover {
    border: 1px solid black;
}

.div3 {
    padding: 20px;
}


.btn1 {
    border: none;
    border-radius: 5px;
    font-family: inherit;
    width: 136px;
    color: white;
    height: 29px;
    background-color: #4285f2;
    transition: 0.3s;
}

.btn1:hover {
    background-color: rgb(41, 41, 158);
}

legend {
    font-size: 13px;
    color: gray;
}