/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Version: 1.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
A FILE FOR RTL SUPPORT RELATED ONLY
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@font-face {
    font-family: arabicHurra;
    src: url('../../app-assets/fonts/arabic/din-next-lt-w23-regular.ttf');
    font-display: auto;
    /* src: url('../../app-assets/fonts/arabic/Al-Hurra-Txtreg-Bold.ttf');*/
    /*src: url('../../app-assets/fonts/arabic/Amiri\ Bold\ Slanted.ttf');
    src: url('../../app-assets/fonts/arabic/Amiri/Bold/alfont_com_Israr-Syria.otf');*/
}

html {
    -moz-transform: scale(0.80, 0.80) !important;
    /* Moz-browsers */
    zoom: 0.80 !important;
    /* Other non-webkit browsers */
    zoom: 80% !important;
    /* Webkit browsers */
}

a,
li,
p,
h1,
h2,
h3,
h5,
h6,
th,
th,
td,
label,
input,
button,
h4,
legend {
    font-family: arabicHurra !important;
    font-weight: 500;
}

table tr th,
table tr td {
    font-family: arabicHurra !important;
    font-weight: 600;
}

.subspan {
    font-size: 15px;
    font-weight: 300;
    font-family: arabicHurra !important;
}

.navbar-dark.navbar-horizontal {
    background: #239fc2 !important;
}

.header-navbar .navbar-header .navbar-brand {
    margin-top: -10px !important;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    display: none;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.spinner {
    width: 100px;
    height: 100px;
    border: 10px #ddd solid;
    border-top: 10px #5dcfa6 solid;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.error {
    color: red;
    font-size: x-large !important;
}

.list-inline {
    background-color: #fbdfc8;
    padding: 5px;
    border-radius: 11px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.list-inline li i {
    color: #2e93e6
}

.border-radius {
    border-radius: 30px;
}

.page-item.active .page-link {
    z-index: 1;
    color: #0c0c0c !important;
    background-color: #fbdfc8 !important;
    border-color: #0c0c0c !important;
}

.scrollbar {
    overflow-y: scroll;
    height: 450px;
}
