/* @import url("fontawesome-4.6.3.min.css"); */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600&display=swap');

* {
    box-sizing: border-box;
    /* font-family: 'Tajawal', sans-serif; */
    /* text-align: right; */
}
@font-face {
    font-family: 'bukra';
    src: url(../fonts/29ltbukraregular.otf);
}

body {
    background-color: #ddd;
    font-family: 'bukra', sans-serif !important;
    font-size: 13px !important;
}

.del_row_padding {
    margin: 0;
    padding: 0;
}

h4 label {
    color: #337ab7;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #69757d;
}
::-webkit-scrollbar-thumb {
    background-color: #1f2224;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #36363d;
}
.sec_nav {
    background-color: #f8f8f8 !important;
    margin-top: 0;
    /* color: white; */
    margin-right: -15px;
    /* width: 100%; */
}

a.nav-link:hover {
    color: #fff;
    /* font-size: 20px; */
}

a.nav-link,
.li_nav {
    color: #d9d9d9 !important;
    text-decoration: none;

}

.mar {
    margin-top: 10px;
    margin-bottom: 10px;
}

.no_padding {
    padding-left: 0px !important;
}

.mar2 {
    margin-top: 5px;
}

.li_nav {
    color: white;
    font-size: 18px;
    /* text-align: right; */
    margin-top: 20px;
}

.li_nav:hover {
    color: white;
    font-size: 18px;
    /* text-align: right; */
    text-decoration: none;
}

ul {
    list-style: none;
}

.conte {
    width: 100%;
    padding-bottom: 20px;
}

.frst_sec {
    margin-top: -5px;
    padding-bottom: 10px !important;
}

.sec_sec {
    background-color: white;
    height: auto;
    margin-top: -5px;
    padding: 10px !important;
    /* margin-bottom: 20px; */
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.card_GoTo {
    margin: 0;
    color: #0d6efd;
}

.huge {
    font-size: 28px;
}

.card_icon {
    font-size: 4rem;
}

.desc {
    color: blueviolet;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 24px;
}

.for_view {
    background-color: white;
    height: 500px;
}

@media(min-width: 600px) {
    #imgSelectorLabel {
        margin-top: 35px;
    }
}

a {
    text-decoration: none !important;
}

div#myTable_length {
    margin-bottom: 10px;
}

div#myTable_filter {
    margin-bottom: 10px;
}

.select2.select2-container {
    width: 100% !important;
}

.expand-button {
    font-size: 20px;
    cursor: pointer;
}

.ui-light-color {
    /* background-color: #343a40 !important; */
    background-color: white !important;
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1030;
}

.custom-alert {
    margin-bottom: 0 !important;
}

.ui-dark-color {
    background-color: #f8f8f8;
    color: black !important;
}

.table-responsive .dataTables_wrapper div {
    margin-bottom: 10px;
}

table {
    margin-top: 10px !important;
    border: 1px solid #ddd !important;
    width: 100% !important;
    border-collapse: collapse !important;
}


table tr,
table th,
table td {
    border: 1px solid #ddd !important;
    padding: 8px !important;
}

table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9 !important;
}

/* Custom Classes */
.main-color {
    background-color: #69757d;
} 
.accordion-item {
    border: 0 !important;
    border-radius: 0 !important;   
}
.nav-link i {
    width: 25px;
}
.nav-link {
    padding: 0.65rem 1rem;
}
.accordion-body {
    padding: 0 ;
    background-color: #8a98a1 ;
}
.accordion-body ul{
    padding: 0 ;
}
#collapseOne .dropdown-item {
    color: #d9d9d9;
    transition: .3s;
    padding: 0.65rem 1rem;
}
#collapseOne .dropdown-item:hover {
    background-color: #505a60 !important;
}
.dropdown-item i {
    margin-right: 5px;
    font-size: 15px;
}
.dropdown-item:hover {
    color: #000 ;
}
.rotate {
    transform: rotate(180deg);
}
.accordion-item:last-of-type .accordion-collapse {
    border-radius: 0 !important;
}
.accordion-button {
    background-color: #69757d !important;
    color: #d9d9d9 !important;
    border-radius: 0 !important;   
    box-shadow: none !important;
    padding: 0.65rem 1rem !important;
}
.accordion-button:focus {
    border-color:transparent ;
    box-shadow: none ;
}
.accordion-button i:first-child {
    margin-right: 13px;
}
.accordion-button i:last-child {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
    font-size: 13px;
    transition: .3s;
}
.accordion-button::after {
    display: none;
    background-image: none !important;
}
/* .sideBar {
    height: 470px;
    overflow-y: auto;
} */
nav.navbar .dropdown-menu {
    min-width: 0;
    width: 100%;
}
.navbar-nav {
    border-top: 2px solid #b9b9b961;
    /* border-bottom: 2px solid #b9b9b961; */
    margin-top: 10px;
}
nav.navbar .nav-item {
    border-bottom: 1px solid #b9b9b961;
}
.settings {
    display: flex;
    align-items: center;
}
.settings .navbar-nav {
    border-top: none;
    border-bottom: none;
    margin-top: 0px;
    margin-right:20px;
}
.settings li.nav-item {
    border-bottom: none;
}
.navbar-toggler {
    color: #d9d9d9;
}
.navbar-toggler:focus {
    color: #FFF;
    box-shadow: none;
}
.settings .dropdown-menu.show {
    position: absolute;
}
.settings .dropdown-menu.show .dropdown-item{
    padding: 0;
    text-align: center;
}
@media (min-width:1200px) {
    .headerNav .navbar-expand-xl .navbar-collapse {
        display: none !important;
    }
}
.rounded-4 {
    border-radius: 10px;
}
.indexes .card-body {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.btn {
    min-width: 60px !important;
    min-height: 50px !important;
    margin: 3px;
    font-size: 13px !important;
}
@media (min-width:1080px) {
    .btn {
        min-width: 40px !important;
        min-height: 40px !important;
        margin: 3px;
        font-size: 13px !important;
    }
}
#preview {
    width: 50%;
    height: 50%;
    margin: auto;
}
#preview img{
    width: 100%;
    height: 100%;
}
.sorting::after, .sorting::before {
    right: 5px !important;
    font-size: 10px !important;
}
.dataTables_paginate {
    display: flex;
    margin-top: 15px;
    align-items: center;
}
.dataTables_info {
    margin-top: 15px;
}
#myTable_wrapper .dataTables_paginate span .paginate_button {
    color: #fff !important;
    background-color: #6c757d !important;
    min-width: 35px !important;
    height: 35px !important;
    display: flex !important;
    padding: 0 !important;
    align-items: center !important;
    justify-content: center !important;
}
input[type='search'] {
    outline: none;
    margin-left: 10px !important;
}
a.btn i {
    margin-top: 11px;
}
.m {
    font-size: 14px;
    margin-left: 13px;
}
nav.navbar .nav-item:last-child {
    border-bottom:0;
}
#myTable_filter, #myTable_length {
    text-align: left;
}