@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@500&display=swap');

h1, h2, h3, h4, h5, h6, span, input, a, tr, th, td, div {

    font-family: "Noto Kufi Arabic" !important;

}


span.caret {
    color: white !important;
    margin: 3px !important;
}

/*.side-menu.sidebar-inverse.ps.ps__rtl.ps--active-y {*/
/*    background-color: white !important;*/
/*}*/

.navbar-top {
    background-color: #3F51B5 !important;
}


.hamburger-inner {
    background: #ffffff !important;
    border-radius: 10px;
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
    width: 15px;
}

.hamburger-inner:before {
    background: #ffffff !important;
    border-radius: 10px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

.hamburger-inner:after, .hamburger-inner:before {
    background: #ffffff !important;
    border-radius: 10px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

.navbar-nav > li.active {
    background-color: #313233; /* Dark background for the active menu item */
    color: #ffffff; /* White text for better contrast */
}

.hamburger-inner:after, .hamburger-inner:before {
    background: #ffffff;
    border-radius: 10px;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transition: all .5s cubic-bezier(.19, 1, .22, 1);
}

.hamburger-inner {
    background: #ffffff;
    border-radius: 10px;
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
    width: 15px;
}

.voyager .side-menu.sidebar-inverse .navbar li > a {
    color: #ffffff !important;
}

/*.app-container {*/
/*    background: #eae5e5 !important;*/

/*}*/

.nav_edit {
    /*.navbar-fixed-top ,.navbar-top {*/
    background: #22a7f0 !important;

}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.56);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

.voyager .side-menu.sidebar-inverse {
    background: #3D464E !important;
    /* background: linear-gradient(45deg, #3D464E, #21292e); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#353d47", endColorstr="#21292e", GradientType=1);
    overflow-x: hidden;
    transition: width .5s
}

#voyager-loader img {
    /*animation: spin 1s linear infinite;*/

    /*animation: spin 1s linear infinite;*/
    animation: none !important;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    margin-right: -50px;
    position: absolute;
    top: 50%;
    width: 100px;
}

#voyager-loader {

    /*width: 100% !important;*/
    /*background-color: white !important;*/
    /*position: relative !important;*/
    /*top: 0 !important;;*/
    /*height: 100vh !important;;*/
    /*z-index: 99999999 !important;;*/

    /*background: #f9f9f9;*/
    background: #ffffff !important;
    height: 100%;
    left: 0 !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e4eaec !important;
    border-radius: 0;
    border-right: 1px solid #e4eaec;
    height: 34px;
    padding: 3px;
}

a#bulk_delete_btn {
    margin: 5px;
}

/*  Dashboard  */

.blockfiv:hover {
    box-shadow: 2px 1px 22px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 1px 22px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 1px 22px 2px rgba(0, 0, 0, 0.2);

}

.fixedediv:hover {
    box-shadow: 2px 1px 22px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 1px 22px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 1px 22px 2px rgba(0, 0, 0, 0.2);
}

.bdiv {
    background: #17779d;
    height: 100px;
    margin-top: 12px;
    color: #fff;
    padding: 3px;
    border-radius: 4px;
}

.odiv {
    background: #d3b602;
    height: 100px;
    margin-top: 12px;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}

.gdiv {
    background: #13b7c8;
    height: 100px;
    margin-top: 12px;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}

.sdiv {
    background: #4b84fe;
    height: 100px;
    margin-top: 12px;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}

.blockfiv {
    display: block;
    text-align: center;
}

.blockfiv h3 {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.blockfiv i {
    color: #fff;
    font-size: 36px;
}

.fixedediv h3 {
    width: 65%;
    font-size: 16px;
    color: #fff;
    margin-right: 50px;
    margin-left: 0 !important;
    line-height: inherit !important;
    margin-top: 30px;
    font-size: x-large !important;
    text-align: center;
}

.fixedediv {
    display: flex;
}


.dtitle {
    font-size: 19px !important;
    text-align: center;
    margin: 15px 0;
    display: block;
}

.fixedediv i {
    margin-top: 25px;
    font-size: 50px;
    margin-left: 30px;
    margin-right: 0px !important;
}

a {
    text-decoration: none !important;
}


.content-container {

    background-color: #f5f7fa !important;
}

.app-container {
    background: #f5f7fa !important;
}

.row > [class*=col-] {
    margin-bottom: 0px !important;
}

.row.xx {
    margin-left: -55px !important;
    /*margin-left: -55px !important;*/
    margin-right: 0px ! important;
    margin-top: 15px;
}

.dtitle, .m-0 {
    color: black !important;
    font-size: x-large !important;
}

.box-rep {
    margin-top: 4px;
}


.swal2-popup {
    font-size: 1.2rem !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 1px solid #ddd;
    line-height: 1.428571429;
    padding: 8px;
    vertical-align: middle;
}
