@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500&display=swap');

body,h1,h2,h3,h4,h5,h6,a,p,span,strong,div,
.swal2-popup {
    font-family: 'Tajawal', sans-serif !important;
}

[dir=rtl] .menu-item i  {
    margin-left: 5px !important;
    text-align: center;
    width: 1.25em;
}
[dir=ltr] .menu-item i  {
    margin-right: 5px !important;
    text-align: center;
    width: 1.25em;
}
.loading {
    position: fixed;
    background: #FFF;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
    display: flex;
    right: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}