body[data-route^="Form/Payroll Entry"] .page-head-content .custom-actions {
   display: flex !important;
}

body[data-route^='Form/Journal Entry'] .grid-row .grid-static-col[data-fieldname='account'] .static-area a {
   pointer-events: none;
}

@font-face {
   font-family: 'saudi_riyal';
   src:url('/assets/charity_accounting/fonts/saudi_riyal.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

.currency-symbol {
   font-family: 'saudi_riyal', sans-serif;
}