body{
    height: 100vh;
    direction: rtl;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    background-color: #dbdbdb;



    /*--------- persian numeric  ----------*/
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
    /*--------- end persian numeric  ----------*/ 
}

@font-face {
    font-family: 'vazirmatn';
    src: url('Vazirmatn[wght].woff2') format('woff2 supports variations'),
         url('Vazirmatn[wght].woff2') format('woff2-variations');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
  }


.pay_form{
    width: 300px;
    font-family: vazirmatn;

    background-color: #fff;
    padding: 15px 20px 20px 20px;
    border-radius: 10px;

    
}


.nemone_logo{
    width: 100%;
    height: 80px;
    background-image: url(https://pay.nemonenuts.com/wp-content/uploads/2024/11/logo-Nemoneh2-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.pay_form h1{
    font-family: vazirmatn;
    font-size: 20px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;


}


.gform_title{
    display: none !important;
}


.gform_validation_errors{
    margin-bottom: 10px !important;
}

.gform_fields{
    display: block !important;
}

.gfield{
    margin-bottom: 10px !important;

    
    
}



.payment_des_title{
    font-size: 14px;
    font-weight: bold;
    /* color: darkgray; */
}

.payment_des_sam{
    font-size: 14px;
    font-weight: bold;
    color: #2d2d2d;
}


.print_price_sam input{
    color: green !important;
}



.gform_confirmation_message{
    text-align: center !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    font-weight: bold !important;


}





.not_valid_link{
    text-align: center;
    font-size: 18px;
    color: darkred;
    font-weight: bolder;

    display: none;
}




.price_field_sam{
    /* display: none !important; */
    opacity: 0 !important;
    overflow: hidden !important;
    height: 0 !important;
    margin-bottom: 0 !important;
}

.payment_form_des_sam{
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    margin-bottom: 0 !important;
}