/*  -- كود شامل لتغيير حجم الخط -- */

/* القاعدة العامة للجسم والنص الأساسي */
body, .ui-widget, p, span, div {
   font-family: "Calibri", sans-serif !important;
    font-size: 18px !important;

}

/* استهداف العناوين الرئيسية والفرعية في الصفحة */
 .t-HeroRegion-title {
    font-size: 20px !important; /* حجم أكبر للعناوين */
}
 .t-Region-title {
    font-size: 22px !important; /* حجم أصغر للعناوين الفرعية */
}

/* استهداف حقول الإدخال (Text Fields) والقوائم المنسدلة (Select Lists) */
.text_field, .apex-item-text, .apex-item-select, textarea, .apex-item-textarea {
    font-size: 21px !important; /* حجم خط مخصص للحقول */
}

 .selectlist, .apex-item-select{
    font-size: 18px !important; /* حجم خط مخصص للحقول */
}

/* استهداف الأزرار */
.t-Button {
    font-size: 18px !important;
}

/* استهداف خلايا التقارير التفاعلية (Interactive Reports) */
.a-IRR-table td, .a-GV-table td, .a-IRR-headerLink, .u-Report-sortHeading, .t-Report-cell {
    font-size: 16px !important;
}

.a-IRR-headerLink, .t-Report-colHead {
    font-size: 14px !important;
}
.t-Breadcrumb-label{
      font-family: "Calibri", sans-serif !important;
 font-size: 26px !important;
}

.apex-logo-text{
     font-size: 33px !important;

}

.t-Login-title{
  font-size: 30px !important;

}

.t-Form-label{
 font-size: 18px !important;

}


