@font-face {
    font-family: nazi;
    src: url(../font/IRANYekanXFaNum-Regular.ttf);
}

.nazi {
    font-family: nazi;
}

body {
    direction: rtl;
    font-family: nazi;
}

.codesefaresh {
    font-size: 42px;
    display: block;
    padding-top: 50px;
    padding-bottom: 30px;
}

.input1 {
    width: 80%;
    height: 65px;
    border: none;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    outline: none;
    border-top: 2px grey solid;
    border-right: 2px grey solid;
    border-bottom: 2px gray solid;
    padding-right: 25px;
}

.icon1 {
    background-color: white;
    width: 65px;
    height: 65px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
    border-top: 2px grey solid;
    border-left: 2px grey solid;
    border-bottom: 2px grey solid;
}

.icon1:hover {
    cursor: pointer;
}

/* result page */
h1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 0px;
}
.card{
    background-color: lightblue;
    text-align: center;
}
.carddiv i{
    font-size: 68px;
}
.carddiv{
    border-radius: 50%;
    border: solid 1px black;
    width: 120px;
    height: 120px;
}
.moshakhasat{
    font-size: 18px;
    padding-bottom: 30px;
}
.detail{
    margin: none;
    text-align: right;
    padding-right: 30px !important;
}
.detail{
    padding: 4px 0px;
}
.bedepayin{
    padding-bottom: 30px;
}
.button1{
    height: 36px;
    width: 160px;
    border: none;
    background-color: rgb(65, 106, 141);
    border-radius: 4px;
    color: white;
    text-decoration: none;
}
.button1:hover{
    background-color: rgb(35, 74, 98);
    transition: 0.5s;
}


@media print {
    .links{
        display: none;
    }
}
