.buttonTest{background:#afb44a;border-radius:7px;height:30px;width:130px;padding:13px; color:black; font-weight: bold;
 font-size:15;}

/* حذف فاصله‌های اضافی */
.tophelpalireza, .order_type {
    margin: 0 !important;
    padding: 0 !important;
}

/* تنظیم نمایش برای جلوگیری از تداخل float */
.tophelpalireza {
    display: block;
    clear: both; /* جلوگیری از تداخل با float */
    position: relative; /* تنظیم موقعیت نسبی */
    width: 100%;
}

/* حذف margin اضافی از h1 */
.order_type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    clear: both; /* جلوگیری از تداخل */
}

/* جلوگیری از مشکلات با استایل‌های جهانی */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* تنظیم line-height برای جلوگیری از فاصله‌های اضافی */
.tophelpalireza, .order_type {
    line-height: 1; /* حذف فاصله اضافی بین خطوط */
}