
body {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

div {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

a {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

h1 {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

h3 {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

button {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

h4 {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

h2 {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}
select {
    font-family: 'Noto Sans Arabic', sans-serif !important;
}
span{
    font-family: 'Noto Sans Arabic', sans-serif !important;
}
h6{
    font-family: 'Noto Sans Arabic', sans-serif !important;
}
input{
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

h5{
    font-family: 'Noto Sans Arabic', sans-serif !important;
}
th{
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

.imagePreview {
    width: 200px;
    height: 200px;
    border: 1px solid #ddd;
    margin-top: 10px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.select2-dropdown{
    z-index: 1000000 !important;
}
.st_selcto{
    width:100% !important;
}
.select2-container{
    width:100% !important;
}
.sti i{
        background: #4CAF50;
        color: aliceblue;
        padding: 5px;
        border-radius: 12px;
    
}
.stix i{
    background: #0031e0;
    color: aliceblue;
    padding: 5px;
    border-radius: 12px;

}

.stiz i{
    background: #e04300;
    color: aliceblue;
    padding: 5px;
    border-radius: 12px;

}


.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    width: 210px !important;
}

@media (min-width: 1200px) {
    body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
        max-width: 95% !important;
    }
}

.topnav {
    margin-top: unset !important;
    background: #373c39 !important;
}

@media (min-width: 992px) {
    .topnav {
        background: #373c39 !important;
    }
}

.topnav .navbar-nav .nav-link {
    font-size: 13px;
    color: #ffffff !important;
}

body[data-layout=horizontal] .page-content {
    padding: calc(-6px + 1.5rem) calc(1.5rem / 2) 60px calc(1.5rem / 2) !important;
}
.topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-right: 0 !important;
}