﻿@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Inter:400,500,700&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

.droid-arabic-kufi {
    font-family: 'Droid Arabic Kufi', serif !important;
}

h1, h2, h3, h4, h5, h6, div, button {
    font-family: 'Droid Arabic Kufi' !important;
}

a, ul, li, td, labelو input, p, title, text {
    font-family: 'Droid Arabic Kufi' !important;
}

thead {
    font-family: 'Droid Arabic Kufi' !important;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .loading-overlay.show {
        display: flex;
    }

    .loading-overlay.hide {
        display: none;
    }

.loading-container {
    text-align: center;
    color: #fff;
}

    .loading-container .spinner {
        border: 6px solid rgba(255, 255, 255, 0.3);
        border-top: 6px solid #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: spin 1s linear infinite;
        margin: 0 auto 20px;
    }

    .loading-container p {
        font-size: 18px;
        font-weight: 500;
    }

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.dxbrv-wrapper {
    height: 90vh !important; /* Full viewport height */
    position: relative !important;
    z-index: 0 !important;
    overflow: hidden !important;
}
