body {
    background-color: #f6f6f6;
    height: 100vh;
}
/**********************************************************************************************************************/
[lang="ar"] body {
    direction: rtl;
    text-align: right;
}
[lang="en"] body,
[lang="fr"] body {
    direction: ltr;
    text-align: left;
}
[lang="ar"] .dropdown-menu.dropdown-menu-inverse {
    left: 0;
}
[lang="en"] .dropdown-menu.dropdown-menu-inverse,
[lang="fr"] .dropdown-menu.dropdown-menu-inverse {
    right: 0;
}
/**********************************************************************************************************************/
.nav-default a.nav-link,
.nav-secondary a.nav-link,
.nav-amber a.nav-link {
    color: #ffffff !important;
    margin: 4px 0;
    text-align: center;
}
.nav-default a.nav-link:hover,
.nav-default a.nav-link:focus,
.nav-default a.nav-link:active,
.nav-default a.nav-link.active {
    background-color: #2bbbad !important;
    color: #ffffff !important;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.nav-secondary a.nav-link:hover,
.nav-secondary a.nav-link:focus,
.nav-secondary a.nav-link:active,
.nav-secondary a.nav-link.active {
    background-color: #a6c !important;
    color: #ffffff !important;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.nav-amber a.nav-link:hover,
.nav-amber.nav-link:focus,
.nav-amber a.nav-link:active,
.nav-amber a.nav-link.active {
    background-color: #fb3 !important;
    color: #ffffff !important;
    border-radius: .25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu {
    padding: 0.5rem;
}
.dropdown-menu.dropdown-scroll {
    max-height: 300px;
    overflow: auto;
}
.dropdown .dropdown-menu.dropdown-default .dropdown-item:hover,
.dropdown .dropdown-menu.dropdown-default .dropdown-item:active,
.dropdown .dropdown-menu.dropdown-default .dropdown-item.active{
    background-color: #2bbbad !important;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover,
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active,
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item.active{
    background-color: #a6c !important;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-amber .dropdown-item:hover,
.dropdown .dropdown-menu.dropdown-amber .dropdown-item:active,
.dropdown .dropdown-menu.dropdown-amber .dropdown-item.active{
    background-color: #fb3 !important;
    border-radius: .125rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.dropdown .dropdown-menu.dropdown-default .dropdown-item:hover,
.dropdown .dropdown-menu.dropdown-default .dropdown-item:active,
.dropdown .dropdown-menu.dropdown-default .dropdown-item.active,
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:hover,
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item:active,
.dropdown .dropdown-menu.dropdown-secondary .dropdown-item.active,
.dropdown .dropdown-menu.dropdown-amber .dropdown-item:hover,
.dropdown .dropdown-menu.dropdown-amber .dropdown-item:active,
.dropdown .dropdown-menu.dropdown-amber .dropdown-item.active {
    color: #FFFFFF;
}
.avatar.dropdown .dropdown-toggle::after {
    display: none;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    z-index: 1040;
    overflow-x: hidden;
    background-color: #616161 !important;
    transition: width .5s;
}
.sidebar.show {
    width: 250px;
    border-inline-end: 1px solid rgba(0,0,0,.12);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.sidebar-overlay {
    display: none;
    position: fixed;
    z-index: 1020;
    width: 100%;
    height: inherit;
    background: rgba(0, 0, 0, 0.5);
}
.sidebar-wrapper,
.sidebar-wrapper>.navbar {
    margin-inline-start: 0;
    transition: margin-inline-start .5s;
}
.sidebar-wrapper.push,
.sidebar-wrapper.push>.navbar{
    margin-inline-start: 250px;
}
.sidebar-toggle {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: .25rem;
    border-width: 0;
    outline: 0!important;
}
.sidebar-toggle-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    cursor: pointer;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") no-repeat center center;
}
.sidebar-content .header {
    text-align: start;
    color: #FFFFFF;
    font-size: 120%;
    margin-block-end: 5px;
    padding: 5px 0;
    cursor: pointer;
    /*border-block-end: 1px solid rgba(255, 255, 255, 0.4);*/
}
.header>i {
    width: 25px;
    text-align: center;
}
.sidebar::-webkit-scrollbar {
    width: 5px;
}
.shadow::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.sidebar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
@media (max-width: 991.98px){
    .sidebar {
        top: 56px;
    }
    .navbar>.container, .navbar>.container-fluid {
        padding-left: 0;
        padding-right: 0;
    }
}
.table.align-baseline td,
.table.align-baseline th {
    vertical-align: middle;
}
.p-2-half {
    padding: .75rem!important;
}
