@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");

* {
    direction: rtl;
    font-family: "Rubik", sans-serif;
}
body {
    overflow: hidden !important;
}

table thead th {
    position: sticky !important;
    top: -1px !important;
}
.secondary-bg {
    background-color: #f0ebe8 !important;
}
.secondary-bg th {
    color: #1c3144 !important;
}
.primary-bg {
    background-color: #2455a6 !important;
    /* 435ebe */
}
