
/*# sourceMappingURL=user-rtl.min.css.map */
@font-face {
    font-family: 'almarai';
    src: url('../fonts/Rubik/static/Rubik-Regular.ttf') format('truetype');
    /*src: url('../fonts/Almarai/Almarai-Regular.ttf') format('truetype');*/
    /* Add more font variations if available (e.g., bold, italic) */
}


#divLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40%;
    height: 30%;
    background-color: rgba(255, 255, 255, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}



/*#divLoading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);*/ /* semi-transparent background */
    /*display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;*/ /* make sure it is on top of everything */
/*}*/

.text-truncate {
    overflow: hidden; /* Hides the overflow text */
    white-space: nowrap; /* Prevents text from wrapping to the next line */
    text-overflow: ellipsis; /* Adds the ellipsis (...) */
}





:root, [data-bs-theme='light'] {
    --phoenix-body-bg: #ffffff;
    --phoenix-link-color-rgb: rgba(26,116,255) !important;
    --phoenix-body-highlight-bg-rgb: #f4f4f4 !important;
}

[data-bs-theme='dark'] {
    /*--phoenix-body-bg: #f5f7fa;*/
    --phoenix-body-bg: #0f111a;
    --phoenix-link-color-rgb: #ffffff !important;
    /*--phoenix-body-bg: #0C5799;*/
    --phoenix-body-highlight-bg-rgb: #f4f4f4 !important;
}