@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url(/assets/fonts/fa-solid-900.eot);
    src: url(/assets/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/assets/fonts/fa-solid-900.woff2) format("woff2"), url(/assets/fonts/fa-solid-900.woff) format("woff"), url(/assets/fonts/fa-solid-900.ttf) format("truetype"), url(/assets/fonts/fa-solid-900.svg#fontawesome) format("svg")
}

@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url(/assets/fonts/Pe-icon-7-stroke.eot);
    src: url(/assets/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v) format("embedded-opentype"), url(/assets/fonts/Pe-icon-7-stroke.woff) format("woff"), url(/assets/fonts/Pe-icon-7-stroke.ttf) format("truetype"), url(/assets/fonts/Pe-icon-7-stroke.svg#Pe-icon-7-stroke) format("svg");
    font-weight: normal;
    font-style: normal
}

.logo-src {
    background: url(assets/images/logo-inverse.png) !important
}

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body {
    font-family: tajawal;
}

.app-header .header-actions-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}

.app-header .header-actions-left {
    display: flex;
    align-items: center;
}

.app-header .header-actions-right {
    display: flex;
    align-items: center;
    gap: 43px;
}

.app-header .header-user-info {
    margin-left: 0;
}

.notifications {
    padding-top: 0px;
    padding-bottom: 0px;
    width: 400px;
}

.notifications ul {
    padding-right: 0;
}

.notifications li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    text-align: right;
}

.notifications li:last-child {
    border-bottom: 0;
}

.notifications li:hover {
    animation-duration: 0.5s;
    animation-name: setbg;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}

@keyframes setbg {
    to {
        background-color: lightblue;
    }
}

.notifications li.unread {
    background-color: #ddffff;
}

.notifications a {
    color: #333;
}

.notifications i {
    margin-left: 10px;
    background-color: #eee;
    padding: 15px;
    border-radius: 30px;
    font-size: 25px;
}

.notifications-bell:hover {
    cursor: pointer;
}

.notifications-bell i {
    font-size: 26px;
    color: #888;
    vertical-align: middle;
}

.app-header .header-actions-wrapper .notifications-bell {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin: 0;
    transform: none;
    top: 0;
    height: 32px;
    line-height: 32px;
}

.app-header .header-actions-wrapper .notifications-bell .badge {
    position: absolute;
    top: -6px;
    right: -6px;
    left: auto;
    padding: 5px;
}

/* LTR overrides for notifications */
[dir="ltr"] .notifications li,
html[lang="en"] .notifications li,
html[lang="fr"] .notifications li {
    text-align: left;
}

[dir="ltr"] .notifications i,
html[lang="en"] .notifications i,
html[lang="fr"] .notifications i {
    margin-left: 0;
    margin-right: 10px;
}

[dir="ltr"] .notifications-bell .badge,
html[lang="en"] .notifications-bell .badge,
html[lang="fr"] .notifications-bell .badge {
    left: auto;
    right: -6px;
}

.show-notifications {
    width: 100%;
    display: inline-block;
}

.notification-date {
    background-color: #eee;
    padding: 2px 5px;
    white-space: nowrap;
    border-radius: 5px;
}

.dataTables_wrapper .dt-buttons {
    float: none;
    margin-bottom: 14px;
}

.dt-buttons .buttons-colvis {
    margin-left: 3px !important;
}

.dt-button-collection {
    right: 0;
}

input[type="search"] {
    margin-right: 5px;
}

.float-end {
    float: right !important;
}

.personal-photo {
    max-width: 200px;
    max-height: 200px;
}