@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');

body {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    background: #fafafa;
    font-weight: 700;
}

p {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 10px 10px;
    background: #15283c !important;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}


/* .nav-link {
    color: #fff !important;
} */
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    background: #214162;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;

}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #15283c;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #214162;
}

#sidebar ul.components {
    padding: 20px 0;
    /* border-bottom: 1px solid #47748b; */
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
}

#sidebar ul li a:hover {
    color: #15283c;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #214162;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #214162;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #15283c;
}

a.article,
a.article:hover {
    background: #214162 !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;

}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}


#contract-body ol li {
    margin-bottom: 20px;
}

/* #contract-body span {
    border: 1px solid #2d2d2d;
    padding: 3px;
    border-radius: 5px;
    color: rgba(255, 0, 0, 0.712);
} */


#loader {
    background-color: #fff;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
}



#dashboard .card {
    background-color: #202934;
    border-radius: 25px;
    width: 150px;
    height: 150px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .075) !important;
}


#dashboard .card span {
    height: 50px;
    width: 50px;
    border-radius: 15px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}


#dashboard .card span i {
    font-size: 35px !important;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {

    display: unset !important;
}

.vh-75 {
    height: 75vh;
    overflow: auto;
}


.vh-30 {
    height: 30vh !important;
}

table th {
    position: sticky !important;
    top: -1px;
    border-color: #dee2e6 !important;
    padding: 7px 15px !important;
    cursor: pointer;
}



.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #212529 !important;
}




#copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

/* Info Cards */
.dashboard .info-card {
    padding-bottom: 10px;
}

.dashboard .info-card h6 {
    font-size: 28px;
    color: #012970;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.dashboard .card-icon {
    font-size: 32px;
    line-height: 0;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
    flex-grow: 0;
}

.direction-rtl {
    direction: rtl !important;
}


#contract-header {
    color: #014245 !important;
}

#contract-info {
    color: #1f497d !important;
}