/* #0A67B3 */
/* 0d83dd */
/* rgb(171, 183, 247) */

@import url(ar.css);
@import url(vendor.css);
@font-face {
    font-family: din;
    src: url(fonts/din.ttf);
}
@font-face {
    font-family: elmessiri;
    src: url(fonts/elmessiri.ttf);
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #6c757d;
    --bootstrap-primary: #007bff;
    --bootstrap-light: #f8f9fa;
    --bootstrap-secondary: #6c757d;
    --bootstrap-dark: #020202;
    --bootstrap-success: #28a745;
    --bootstrap-info: #17a2b8;
    --bootstrap-warning: #ffc107;
    --bootstrap-danger: #dc3545;
    --bootstrap-border-color: #dee2e6;
    --bootstrap-hyperlink-hover: #0056b3;
    --text-gray-100: #f8f9fc;
    --text-gray-200: #eaecf4;
    --text-gray-300: #dddfeb;
    --text-gray-400: #d1d3e2;
    --text-gray-500: #b7b9cc;
    --text-gray-600: #858796;
    --text-gray-700: #6e707e;
    --text-gray-800: #5a5c69;
    --text-gray-900: #3a3b45;
}
.text-gray-500 {
    color: #b7b9cc;
}
.text-gray-700 {
    color: #6e707e;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: din;
    background-color: #f4f6f9;
    background: linear-gradient(rgb(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url('../images/bg.png');
    font-size: 0.88em;
    font-weight: 700;
    overflow-x: hidden;
}
.html-full-width-sidebar-rtl body {
    overflow-y: hidden;
}
.body-bg-color {
    background-color: #f4f6f9;
}
.primary-color {
    background-color: #405088;
}
.primary-color {
    color: #405088;
}
.primary-colors-gradient {
    background: linear-gradient(270deg, #405088, #5c6bb7);
    color: #fff;
}
.text-primary-color {
    color: #405088;
}
main {
    margin: 110px 30px 90px;
    transition: ease-in-out 0.5s;
}
footer {
    margin-top: auto;
    padding: 25px 0;
    background-color: #fff;
    color: #405088;
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #d1d3e2;
    transition: ease-in-out 0.5s;
}
a {
    cursor: pointer !important;
}
a:hover {
    text-decoration: none;
}
label,
input,
button,
select,
textarea,
.select2-selection {
    font-family: elmessiri !important;
}
a,
button,
input,
select,
textarea {
    font-weight: 700 !important;
}
button a:focus,
button:focus {
    outline: 0;
}
table {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
table td,
table th {
    text-align: center !important;
    vertical-align: middle !important;
    color: var(--text-gray-700) !important;
}
table thead tr:first-child th:not(th[rowspan="2"]) {
    border-bottom: 1px solid #dee2e6 !important;
}

/* Language Configuration */
table thead tr:first-child th[rowspan="2"] {
    border-right: 1px solid #dee2e6 !important;
}

table th {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.navbar-menu {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    transition: ease-in-out 0.5s;
    z-index: 4;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.navbar-menu-right {
    display: flex;
    align-items: center;
}
img[alt="navbar-logo"] {
    display: none;
    width: 140px;
}

@media screen and (min-width: 600px) {
    img[alt="navbar-logo"] {
        display: block;
    }
    html:not(.html-full-width-sidebar) .navbar-title {
        display: flex;
    }
}
@media screen and (min-width: 850px) {
    .html-full-width-sidebar .navbar-title {
        display: flex;
    }
}
.navbar-title a {
    color: #405088;
    font-size: 1.2em;
}
.navbar-title a:hover {
    color: #007bff;
}
.navbar-menu-left {
    display: flex;
    align-items: center;
}
.navbar-menu-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    padding-top: 3px;
    background-color: transparent;
    color: #405088;
    border: 0.157rem solid #405088;
    border-radius: 50%;
}
.navbar-menu-button:hover,
.navbar-dropdown-toggler[data-dropdown-status="true"] {
    background-color: #dee2e6;
    color: #405088;
}
#sidebar-menu-toggler {
    margin-left: 7px;
}
#home-link {
    margin-left: 14px;
}
.navbar-dropdown {
    position: absolute;
    display: none;
    width: 90%;
    right: 5%;
    left: 5%;
    top: 90px;
    margin-bottom: 0;
    list-style: none;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    border-radius: 20px;
}
@media screen and (min-width: 600px) {
    .navbar-dropdown {
        width: 300px;
    }
}
.navbar-dropdown li {
    padding: 5px;
    color: #405088;
}
.user-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

/* Language Configuration - last checked 3/2/2022 10:20 AM */
#navbar-user-img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    margin-left: 5px;
    border: 2px solid #405088;
    border-radius: 50%;
}
#navbar-user-name {
    margin-bottom: 0;
    font-size: 1.1em;
    color: #405088;
}
#navbar-user-img,
#navbar-user-name {
    cursor: pointer;
}
.navbar-dropdown hr {
    margin: 10px;
    height: 0.5px;
    background-color: #405088;
}
.navbar-dropdown li {
    padding: 0;
}
.navbar-dropdown li a {
    display: block;
    padding: 8px 15px 8px 20px;
    text-align: right;
    font-size: 1.1em;
    color: #405088;
    border-radius: 20px;
    transition: 0.2s;
}
.navbar-dropdown li a:hover {
    color: #405088 !important;
    background-color: #f4f6f9;
}
.navbar-dropdown li a i {
    width: 35px;
    text-align: center;
}
#notifications-dropdown {
    padding: 8px 5px;
}
#notifications-dropdown ul {
    max-height: 165px;
    list-style: none;
    padding-right: 0;
    overflow-y: auto;
    margin-bottom: 0;
}
#notifications-dropdown ul::-webkit-scrollbar {
    background: 0 0;
    color: rgba(255, 255, 255, 0.4);
}
#notifications-dropdown ul::-webkit-scrollbar-track {
    background-color: rgb(0 0 0 / 0.3);
    border-radius: 10px;
}
#notifications-dropdown ul::-webkit-scrollbar {
    width: 7px;
    background-color: transparent;
}
#notifications-dropdown ul::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}
#notifications-dropdown ul::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.55) !important;
}
#notifications-dropdown li {
    border-top: 2px solid #dee2e6;
    margin: 0 5px;
    padding: 7px 0;
}
#notifications-dropdown li a {
    padding: 15px 10px;
}
#notifications-dropdown li:first-child {
    border-top: none;
}
#notification-btn {
    transition: 0.7s;
}
#notification-btn.new-updates {
    background-color: #f4f6f9;
    color: #dc3545;
    border: 0.157rem solid #dc3545;
}
.table-header {
    margin-bottom: 10px;
}
.table-header h3 {
    align-self: center;
    margin-bottom: 0;
}
.html-full-width-sidebar .table-options,
.table-options {
    display: flex;
    flex-flow: column;
}
.html-full-width-sidebar .search,
.search {
    display: flex;
    margin-bottom: 5px;
}
.search label {
    width: 38px;
    height: 38px;
    line-height: 43px;
    margin-bottom: 0;
    text-align: center;
    border-radius: 0.25rem !important;
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}
.search-ltr label {
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.search input {
    height: 38px !important;
    border-right: none;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.search-ltr input {
    border-left: none;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
.table-btn-group {
    display: flex;
}
.html-full-width-sidebar .table-btn-group .button,
.table-btn-group .button {
    display: block;
    width: 100%;
    height: 38px;
    margin-bottom: 5px;
    text-align: center;
    line-height: 37px !important;
}
.html-full-width-sidebar .table-btn-group .button:before,
.table-btn-group .button:before {
    display: none;
    line-height: 36px !important;
}
@media screen and (min-width: 420px) {
    .table-btn-group {
        display: flex;
        justify-content: space-between;
    }
    .table-btn-group .button {
        margin-left: 5px;
    }
    .table-btn-group .button:last-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 600px) {
    .table-options {
        flex-flow: row;
        justify-content: space-between;
    }
    .search {
        margin-bottom: 0;
    }
    .table-btn-group .button {
        width: inherit;
        padding-left: 12px;
    }
    .table-btn-group .button:before {
        display: inline-block !important;
        padding-right: 0 !important;
    }
    .html-full-width-sidebar .table-btn-group .button:before {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    html:not(.html-full-width-sidebar) .table-header {
        display: flex;
        justify-content: space-between;
    }
    html:not(.html-full-width-sidebar) .search {
        margin-left: 8px;
    }
}
@media screen and (min-width: 1018px) {
    .html-full-width-sidebar .table-header {
        display: flex;
        justify-content: space-between;
    }
    .html-full-width-sidebar .table-options {
        flex-flow: row;
    }
    .html-full-width-sidebar .search {
        margin-bottom: 0;
    }
    .html-full-width-sidebar .table-btn-group .button {
        width: inherit;
    }
    .html-full-width-sidebar .table-btn-group .button:before {
        display: inline-block !important;
    }
}
.action-table thead tr th:last-child {
    border-right: 0 !important;
}
.action-table tbody tr td:last-child {
    border-right: 0 !important;
}
/* .action-table {
    border-left: none !important;
    border-right: none !important;
    border-radius: 0.5rem !important;
}
.action-table tbody:before {
    content: "@";
    display: block;
    line-height: 15px;
    color: transparent;
}
.action-table thead tr:first-child {
    border-bottom: 0 !important;
}
.action-table td:last-child,
.action-table th:last-child {
    border-left: 1px solid #d1d3e2 !important;
}
.action-table thead tr:first-child th:first-child {
    border-top-right-radius: 0.5rem;
}
.action-table thead tr:first-child th:last-child {
    border-top-left-radius: 0.5rem;
}
.action-table tbody tr:last-child td:first-child {
    border-bottom-right-radius: 0.5rem;
}
.action-table tbody tr:last-child td:last-child {
    border-bottom-left-radius: 0.5rem;
} */
input[type="number"] {
    text-align: center !important;
}
input[type="file"] {
    width: 180px;
    height: 30px;
    color: transparent;
    outline: 0;
}
input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
}
input[type="file"]::before {
    display: inline-block;
    text-align: center;
    color: #86919b;
    background-color: #eee;
    background-image: linear-gradient(#fafafa, #ddd);
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 8px;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    text-shadow: 1px 1px #f2f2f2;
    text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.8) 0 0 1px 1px inset, rgba(0, 0, 0, 0.3) 0 1px 0 0;
    cursor: pointer;
}
.uploaded-file {
    height: 36px;
}
.uploaded-file:before {
    content: "لم يتم إرفاق ملف";
}
.uploaded-file.uploaded:before {
    content: "تم إرفاق ملف" !important;
}
input:read-only,
input[type="number"] {
    text-align: center !important;
}
label {
    color: var(--text-gray-800) !important;
}
.primary-button.table-btn {
    line-height: 35px;
}
.table-img {
    width: 80px;
    height: 80px;
    border: 1px solid #dee2e6;
    border-radius: 50%;
}
.max-width-600 {
    max-width: 600px;
}
.max-width-700 {
    max-width: 700px;
}
.max-width-970 {
    max-width: 970px;
}
.max-width-1000 {
    max-width: 1000px;
}
.max-width-1100 {
    max-width: 1100px;
}
.max-width-1200 {
    max-width: 1200px;
}
#confirmation-modal-dialog {
    width: 390px;
}
.warning-icon {
    width: 80px;
    height: 80px;
    color: #f8bb86;
    border: 1px solid #f8bb86;
    border-radius: 50%;
    padding: 15px;
    font-size: 50px;
    margin-bottom: 15px;
}
.close-btn {
    width: 30px;
    height: 30px;
    margin: 2px -5px;
    padding: 2px 6px;
    font-size: 20px;
    border: none;
    border-radius: 50%;
    background-color: transparent;
    color: #405088;
    border: 0.157rem solid #405088;
    transition: 0.3s;
}
.close-btn:hover,
.header .back:hover {
    background-color: #405088 !important;
    color: #f4f6f9 !important;
}
.header .back:hover {
    border: 2px solid #ffffff !important;
}
.close-btn:active,
.header .back:active {
    position: relative !important;
    top: 1px !important;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset !important;
}
.loading {
    position: absolute;
    top: 25px;
    left: 30%;
    width: 65px;
    height: 65px;
    background: #343a40;
    border: 1px solid #ccc;
    border-radius: 50%;
}
.info-box {
    padding: 10px;
    background-color: var(--bootstrap-dark);
    color: var(--bootstrap-light);
    border-top: 6px solid var(--bootstrap-primary);
    border-radius: 8px;
}
.input-labeled {
    display: flex;
}
.input-labeled input {
    text-align: center;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    z-index: 1;
}
.input-labeled label {
    width: 35%;
    height: 38px;
    padding: 0 1rem !important;
    line-height: 36px;
    border: 1px solid #dee2e6 !important;
    border-right: none !important;
    text-align: center;
    background-color: #f3f5f8;
    margin-bottom: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}
.input-labeled label::-webkit-scrollbar {
    height: 5px;
}
.input-labeled label::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090;
}
@media screen and (max-width: 970px) {
    .input-labeled {
        display: block;
    }
    .input-labeled input {
        border-top-left-radius: 0.25rem;
        border-bottom-right-radius: unset;
        z-index: 1;
    }
    .input-labeled label {
        width: 100%;
        border-right: 1px solid #dee2e6 !important;
        border-top: none !important;
        border-top-left-radius: unset;
        border-bottom-right-radius: 0.25rem !important;
    }
}
.search-label {
    height: 38px;
    line-height: 1.85;
}
.input-field {
    position: relative;
}
.input-field input {
    padding-right: 2.8em;
}
.input-field i {
    position: absolute;
    top: 3px;
    width: 30px;
    padding: 7px;
}
#acc-tree td {
    text-align: right !important;
}
#reports-list li {
    cursor: pointer !important;
}
.show {
    display: block;
}
.report tr td:last-child {
    white-space: normal;
    width: auto;
}
#account-settings-form img,
#account-settings-form input[type="file"],
#company-form img,
#company-form input[type="file"] {
    width: 100%;
}
#account-settings-form img,
#company-form img {
    max-height: 250px;
    object-fit: contain;
}
.action-table:not([data-serialize="false"]) tr td:first-child,
.action-table tr td:last-child {
    white-space: nowrap;
    width: 1px;
}
.action-table.no-actions tr td:first-child,
.action-table.no-actions tr td:last-child {
    white-space: normal !important;
    width: auto !important;
}
#add-phone,
#remove-phone,
.dynamic-inputs-btn {
    width: 35px !important;
    height: 37px !important;
}
.disabled-btn {
    border: 0;
    background: 0 0;
    box-shadow: none;
}
.button.disabled-btn:before {
    display: none;
}
.disabled-btn:hover {
    color: #283593;
}
.disabled-btn:active {
    box-shadow: none !important;
    position: static !important;
}
.form-input-field {
    display: flex;
}
.form-input-field label {
    height: 38px;
    padding: 0 1rem;
    line-height: 36px;
    border: 1px solid #ccc;
    text-align: center;
    margin-bottom: 0;
    background-color: #f4f6f9 !important;
}
.form-input-field-rtl label {
    border-left: none;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.form-input-field-ltr label {
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.form-input-field input,
.form-input-field select {
    height: 38px !important;
}
.form-input-field-rtl input,
.form-input-field-rtl select,
.form-input-field-rtl textarea {
    padding-right: 8px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
}
.form-input-field-ltr input,
.form-input-field-ltr select,
.form-input-field-ltr textarea {
    padding-left: 8px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
.form-input-field-rtl .select2-selection {
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}
.form-input-field-ltr .select2-selection {
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
}
.print-report-body {
    padding: 30px;
    background-color: var(--white);
}
.print-company-logo {
    position: absolute;
    top: 20px;
    width: 180px;
    height: 180px;
}
.right-logo {
    right: 20px;
}
.left-logo {
    left: 20px;
}
.stats-box {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    transition: ease-in-out 0.3s;
}
.stats-box:hover .card {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.stats-icons {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 8px 0;
}
.stats-box .study {
    color: #6c757d !important;
}
.stats-box .contract {
    color: #17a2b8 !important;
}
.stats-box .in-progress {
    color: #007bff !important;
}
.stats-box .on-hold {
    color: #ffc107 !important;
}
.stats-box .completed {
    color: #28a745 !important;
}
.stats-box:hover .study {
    color: #ffffff !important;
}
.stats-box:hover .study {
    background-color: #6c757d !important;
}
.stats-box:hover .contract {
    color: #ffffff !important;
    background-color: #17a2b8 !important;
}
.stats-box:hover .in-progress {
    color: #ffffff !important;
    background-color: #007bff !important;
}
.stats-box:hover .on-hold {
    color: #ffffff !important;
    background-color: #ffc107 !important;
}
.stats-box:hover .completed {
    color: #ffffff !important;
    background-color: #28a745 !important;
}
@media screen and (min-width: 768px) {
    .stats-box {
        width: 33%;
    }
}
@media screen and (min-width: 1200px) {
    .stats-box {
        width: 20%;
    }
}
.header {
    display: flex;
    justify-content: space-between;
    background: linear-gradient(270deg, #405088, #5c6bb7);
    color: #f4f6f9;
    padding: 0.75rem 1.5rem 0.25rem;
}
.modal-header.header,
.form-card-header.header {
    background: transparent;
    color: #405088;
}
.header.bg-dark,
.header.bg-white {
    background: unset;
}
.header.bg-white {
    color: #405088;
}
.header.bg-dark {
    color: #fff;
}
.header .modal-title {
    align-self: center;
}
.header.bg-white .back:hover,
.header.bg-white .close-btn:hover {
    border: 2px solid #405088 !important;
}
.header .back {
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: 0 0 !important;
    color: #405088 !important;
    border-radius: 50% !important;
    text-shadow: none !important;
    box-shadow: none !important;
    transition: 0.3s;
    border: 2px solid #405088 !important;
}
.header.position-relative .back {
    position: absolute !important;
    top: 15px !important;
    left: 15px !important;
}
.no-data:hover {
    background-color: #f4f6f9;
}
.info-badge {
    border: 2px solid #f4f6f9;
    border-radius: 20px;
    padding: 8px 1rem 8px 0;
    font-size: 1.115rem;
}
.info-badge span {
    padding: 0 1rem;
}
.info-badge strong {
    background-color: #f4f6f9;
    color: #405088;
    border-radius: 20px;
    margin-left: 3px;
    padding: 0 2rem;
}
@media screen and (max-width: 768px) {
    .user-dropdown {
        left: 15px;
    }
    .border-split {
        border: 0 !important;
    }
}
@media screen and (max-width: 548px) {
    #account-settings-form .row .col-md-4,
    #account-settings-form .row .col-md-8,
    #company-form .row .col-md-4,
    #company-form .row .col-md-8 {
        padding: 0;
    }
}
@media screen and (max-width: 430px) {
    .legend {
        border-bottom: none;
        margin: 0;
    }
    .legend-center .legend-text {
        padding: 0 0.5rem;
    }
    .legend-text-right {
        float: none;
    }
    .legend-text-left {
        float: none;
    }
}
@media screen and (max-width: 310px) {
    .navbar-nav {
        padding-left: 0 !important;
    }
}
.badge-link {
    display: block;
    width: 100%;
    margin: 5px;
    padding: 8px;
    background-color: #405088;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 0.25rem;
    transition: ease-in-out 0.3s;
}
.badge-link:hover {
    background-color: #f4f6f9;
    color: #405088;
    border-color: #405088;
}
@media screen and (max-width: 480px) {
    .badge-link {
        width: 70%;
        margin: 0 auto 10px;
    }
}
@media screen and (max-height: 450px) {
    .badge-link {
        font-size: 18px;
    }
}
.h-legend {
    display: flex;
    align-items: center;
    text-align: center;
}
.h-legend hr {
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: rgba(0, 0, 0, 0.1);
}
.w-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}
@media (min-width: 576px) {
    .w-sm-5 {
        width: 5% !important;
    }
    .w-sm-10 {
        width: 10% !important;
    }
    .w-sm-15 {
        width: 15% !important;
    }
    .w-sm-20 {
        width: 20% !important;
    }
    .w-sm-25 {
        width: 25% !important;
    }
    .w-sm-30 {
        width: 30% !important;
    }
    .w-sm-35 {
        width: 35% !important;
    }
    .w-sm-40 {
        width: 40% !important;
    }
    .w-sm-45 {
        width: 45% !important;
    }
    .w-sm-50 {
        width: 50% !important;
    }
    .w-sm-55 {
        width: 55% !important;
    }
    .w-sm-60 {
        width: 60% !important;
    }
    .w-sm-65 {
        width: 65% !important;
    }
    .w-sm-70 {
        width: 70% !important;
    }
    .w-sm-75 {
        width: 75% !important;
    }
    .w-sm-80 {
        width: 80% !important;
    }
    .w-sm-85 {
        width: 85% !important;
    }
    .w-sm-90 {
        width: 90% !important;
    }
    .w-sm-95 {
        width: 95% !important;
    }
    .w-sm-100 {
        width: 100% !important;
    }
}
@media (min-width: 768px) {
    .w-md-5 {
        width: 5% !important;
    }
    .w-md-10 {
        width: 10% !important;
    }
    .w-md-15 {
        width: 15% !important;
    }
    .w-md-20 {
        width: 20% !important;
    }
    .w-md-25 {
        width: 25% !important;
    }
    .w-md-30 {
        width: 30% !important;
    }
    .w-md-35 {
        width: 35% !important;
    }
    .w-md-40 {
        width: 40% !important;
    }
    .w-md-45 {
        width: 45% !important;
    }
    .w-md-50 {
        width: 50% !important;
    }
    .w-md-55 {
        width: 55% !important;
    }
    .w-md-60 {
        width: 60% !important;
    }
    .w-md-65 {
        width: 65% !important;
    }
    .w-md-70 {
        width: 70% !important;
    }
    .w-md-75 {
        width: 75% !important;
    }
    .w-md-80 {
        width: 80% !important;
    }
    .w-md-85 {
        width: 85% !important;
    }
    .w-md-90 {
        width: 90% !important;
    }
    .w-md-95 {
        width: 95% !important;
    }
    .w-md-100 {
        width: 100% !important;
    }
}
.top-0 {
    top: 0;
}
.top-5 {
    top: 5%;
}
.top-10 {
    top: 10%;
}
.top-15 {
    top: 15%;
}
.top-20 {
    top: 20%;
}
.top-25 {
    top: 25%;
}
.top-30 {
    top: 30%;
}

@media screen and (min-width: 767px){
    .info-border {
        border-right: 5px solid;
        border-radius: 5px;
    }
}

/* #user-modal .modal-dialog {
    max-width: 650px;
}
#user-form img,
#user-form input[type="file"] {
    width: 200px;
}
#user-form img {
    height: 200px;
} */

#events-reminders-table thead {
    display: none;
}

#events-reminders-table {
    border-top: 0;
}

#events-reminders-table tr td:last-child:not(.dataTables_empty) {
    text-align: left !important;
}

input[type="text"].number {
    text-align: center !important;
    direction: ltr !important;
}

span.number {
    display: block;
    direction: ltr !important;
}

.rating-star {
    font-size: 1.3em;
    transition: ease-in-out 0.3s;
}
.rating {
    color: #ffd700;
}

.quick-access a {
    color: #405088 !important;
}

.quick-access a:hover {
    background-color: #405088 !important;
    color: #ffffff !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: 0.3s;
}

.overlay {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: 1100;
    transition: ease-in-out 0.3s;
}

.overlay-spinner {
    position: relative;
    width: 150px;
    height: 150px;
}

.overlay-spinner img {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 130px;
    height: 130px;
    z-index: 1;
}

.overlay-spinner .spinner-border {
    color: #2452a0;
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    font-size: 20px;
    background-color: #ffffff;
    border: 0.3em solid #2452a0;
    border-right-color: #db4b4c;
    -webkit-animation: .75s both infinite spinner-border;
    animation: .75s both infinite spinner-border;
}

.rows-selectable-table tbody tr td:not(.rows-selectable-table tbody tr td:last-child):hover {
    cursor: pointer;
}

/* Single: #798cb9 */
/* Single: #8798bf */
/* Single: #2E1D67 */

/* Gradient: #F4F5FF -> #D5D8E2 -> #673DE6 */

input[type="number"][readonly]::-webkit-outer-spin-button,
input[type="number"][readonly]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

img[alt="classification-image"],
img[alt="item-image"],
img[alt="product-image"] {
    object-fit: contain;
    /* border: 1px solid #dee2e6; */
    margin-bottom: 10px;
}

img[alt="classification-image"] {
    width: 75%;
    height: 300px;
}

img[alt="item-image"],
img[alt="product-image"] {
    width: 100%;
    height: 225px;
}

.form-table td {
    padding: 0;
    height: 45px;
}

.form-table td button {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 6px 0 0 !important;
    border: 0;
    background-color: transparent;
    color: #405088;
}

.form-table td label {
    margin-bottom: 0 !important;
}

.form-table td textarea {
    border: 0 !important;
    height: 45px !important;
}

.form-table .select2-container,
.form-table .select2-selection {
    height: 45px !important;
}

.form-table .select2-selection {
    border: 0 !important;
}

.form-table .select2-selection__rendered {
    line-height: 40px !important;
}

.form-table .select2-selection__clear {
    font-size: 1.6em;
    padding-left: 9px;
}

.form-table .select2-selection__arrow {
    top: 4px !important;
    left: 3px !important;
}

.form-table .select2-selection__arrow b {
    border-width: 6px 5px 0 5px !important;
}

.form-table td input {
    height: 45px;
    border: 0;    
}

.form-table td .uploaded-file {
    position: relative;
}

.form-table td .uploaded-file::before {
    position: absolute;
    right: 10%;
    width: 90%;
    padding: 0;
    line-height: 45px;
    border: 1px solid #ccc;
    border-right: 0;
    border-radius: 0;
}

.form-table td .uploaded-file::after {
    content: "\f00d";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    inset: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 10%;
    height: 100%;
    background-color: #eee;
    background-image: linear-gradient(#fafafa, #ddd);
    color: #86919b;
    border: 1px solid #ccc;
    text-shadow: 1px 1px #f2f2f2;
    text-shadow: rgba(255, 255, 255, 0.8) 0 1px 0;
    box-shadow: rgba(255, 255, 255, 0.8) 0 0 1px 1px inset, rgba(0, 0, 0, 0.3) 0 1px 0 0;
    cursor: pointer;
}

.form-table td .uploaded-file.uploaded::after {
    content: "\f00c";
}

.form-table td input:focus,
.form-table td textarea:focus,
.form-table td .select2-selection:focus {
    box-shadow: inset 0 0 3px 2px rgb(0 123 255 / 25%) !important;
}

td.form-table-text {
    padding: 0.75rem !important;
}



input.english {
    /* text-align: left !important; */
    direction: ltr !important;
}

.table-bordered.action-table tbody tr td:last-child {
    border-right: 1px solid #dee2e6 !important;
}

.table-bordered.action-table thead tr th:last-child {
    border-right: 1px solid #dee2e6 !important;
}

#select2-operation-container {
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 1.8em !important;
    line-height: 35px !important;
}

img[alt="employee-image"] {
    width: 250px;
    height: 250px;
    object-fit: contain;
    border: 1px solid #dee2e6;
}

img[alt="avatar-image"] {
    width: 200px;
    height: 200px;
    object-fit: contain;
    border: 1px solid #dee2e6;
}

.users {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 180px;
    overflow-y: auto;
}

.share-to-users {
    display: flex;
    align-items: center;
    height: 75px;
    margin-bottom: 8px;
    padding: 10px;
    border: 1px solid rgb(230, 230, 230);
    border-radius: 8px;
    cursor: pointer;
    opacity: 0.7;
}

.share-to-users h6 {
    width: 240px;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.avatar-img-container {
    display: flex;
    align-items: center;
    width: 80px;
}

.share-to-users img {
    width: 60px;
    height: 60px;
    object-fit: fill;
    border-radius: 50%;
    border: 1px solid rgb(230, 230, 230);
}

.share-to-users.checked {
    background-color: #86919b;
    opacity: 1;
}

.share-to-users.checked h6 {
    color: #fff;
}

.sharing-report-notes {
    height: 180px !important;
    max-height: 180px;
}

.financial-statement-table.treetable .branch .indenter {
    padding-left: 0 !important;
}

.financial-statement-table.treetable .branch.acc2 .indenter {
    padding-right: 18px !important;
}

.financial-statement-table.treetable .branch.acc3 .indenter {
    padding-right: 36px !important;
}

.rounded-20 {
    border-radius: 20px;
}

.sidebar-menu {
    position: fixed;
    top: 80px;
    bottom: 0;
    right: 0;
    left: 0;
    width: 0;
    background: linear-gradient(rgb(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), url('../images/bg.png');
    outline: 0;
    overflow: hidden;
    z-index: 1055;
    transition: 0.5s;
}

.full-width-sidebar {
    width: 100%;
    border-top: 1px solid #dee2e6;
}

.sidebar-menu-content {
    margin-left: 10px;
    height: 100%;
}

.sidebar-menu-list {
    display: flex;
    flex-flow: column;
    width: 100%;
    height: 100%;
    padding: 30px 40px 30px 30px;
    margin-bottom: 0;
    list-style: none;
    overflow-y: auto;
}

.sidebar-menu-list::-webkit-scrollbar-track {
    background-color: #f4f6f9;
    border-radius: 20px;
    border: 1px solid #405088;
}

.sidebar-menu-list::-webkit-scrollbar {
    width: 13px;
    background-color: transparent;
}

.sidebar-menu-list::-webkit-scrollbar-thumb {
    background: #677399;
    border-radius: 20px;
    transition: 0.5s;
}

.sidebar-menu-list::-webkit-scrollbar-thumb:hover {
    background: #405088 !important;
}

.sidebar-menu-list a {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 0;
    background-color: #e6f8f3;
    color: #405088;
    font-size: 1.1em;
    text-align: center;
    border: 0.19rem solid #405088;
    border-radius: 20px;
    transition: ease-in-out 0.2s;
}

.sidebar-menu-list a.module {
    margin-bottom: 50px;
}

.sidebar-menu-list a.module:last-child,
.sidebar-menu-list a.interface:last-child {
    margin-bottom: 0;
}

.sidebar-menu-list a.active,
.sidebar-menu-list a.active:hover,
.sidebar-menu-list a:hover,
.sidebar-menu-list a:focus {
    background-color: #405088;
    color: #e6f8f3;
    outline: 0;
}

.sidebar-menu-list a:hover,
.sidebar-menu-list a:focus {
    transform: scale(1.05);
}

.sidebar-menu-list a i {
    position: absolute;
    display: inline-flex;
    font-size: 20px;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background-color: #e6f8f3;
    border: 0.19rem solid;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
}

.sidebar-menu-list a:hover i,
.sidebar-menu-list a.active i {
    background-color: #405088;
    color: #e6f8f3;
}

.sidebar-menu-list a span:not(.interface span) {
    display: block;
    margin-top: 25px;
}

#menu-home,
#menu-previous,
[data-module] {
    display: none;
}

#menu-home,
#menu-previous {
    margin-bottom: 30px;
}

.legend {
    position: relative;
    text-align: center;
}

.legend:after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    z-index: -1;
}

.legend:before {
    background-color: #fff;
    padding: 0 10px;
}

.module-title {
    margin: 18px 0 35px;
}

.module-title:after {
    border-width: 2px;
    border-color: #405088;
}

.module-title:before {
    font-size: 14px;
    font-weight: bold;
    border: 2px solid #405088;
    background-color: #e6f8f3;
    color: #405088;
    padding: 5px 25px 10px;
    border-radius: 20px;
    box-shadow: 0 0 0 10px #e6f8f3;
}

@media screen and (min-width: 360px) {
    .module-title:before {
        font-size: 18px;
    }
}

[data-module="stock-management"] .module-title:before {
    content: 'إدارة المخازن';
}

[data-module="purchases-management"] .module-title:before {
    content: 'إدارة المشتريات';
}

[data-module="sales-management"] .module-title:before {
    content: 'إدارة المبيعات';
}

[data-module="crm-and-projects"] .module-title:before {
    content: 'إدارة المشروعات وخدمات العملاء';
}

[data-module="hrm"] .module-title:before {
    content: 'إدارة الموارد البشرية';
}

[data-module="accounting-management"] .module-title:before {
    content: 'إدارة الحسابات';
}

[data-module="reports"] .module-title:before {
    content: 'التقارير';
}

[data-module="website-management"] .module-title:before {
    content: 'إدارة الموقع';
}

[data-module="acc"] .module-title:before {
    content: 'شجرة الحسابات';
}

[data-module=""] .module-title:before {
    content: 'العملاء';
}

[data-module="customers"] .module-title:before {
    content: 'العملاء';
}

[data-module="representatives"] .module-title:before {
    content: 'المناديب';
}

/*
.sidebar-menu-dropdown {
    display: none;
    margin: 5px 0 5px;
    padding: 7px 5px;
    background-color: rgb(0 0 0 / 0.3);
    border-radius: 0.25rem;
    transition: transform 0.5s ease-in-out;
}

.html-full-width-sidebar .sidebar-menu-dropdown {
    padding: 8px;
}
.sidebar-menu-dropdown.toggled-dropdown {
    display: block;
}
.sidebar-menu-dropdown a:last-child {
    margin-bottom: 0 !important;
}
.sidebar-menu-dropdown a:hover {
    background-color: #405088 !important;
}
.sidebar-menu-dropdown a.active,
.sidebar-menu-dropdown a.active:hover {
    background-color: #405088 !important;
    color: #fff !important;
}
.sidebar-dropdown-toggler.toggler-dropdown-toggled {
    background-color: rgb(0 0 0 / 0.3);
}
.sidebar-dropdown-toggler i {
    line-height: 28px;
    transition: transform 0.3s linear;
    transform: rotate(0);
}
.html-full-width-sidebar .sidebar-dropdown-toggler i {
    display: block;
}
.sidebar-dropdown-toggler.toggler-dropdown-toggled i {
    transform: rotate(-90deg);
}
*/

.sidebar-menu-content {
    padding: 15px 0;
}

.main-interfaces {
    padding-top: 20px;
}

@media screen and (min-width: 768px) {
    .sidebar-menu-content {
        display: flex;
        align-items: center;
    }

    .sidebar-menu-list {
        padding-bottom: 0;
    }

    .main-modules,
    .main-interfaces {
        display: grid;
        grid-template-columns: 48% 48%;
        justify-content: space-around;
    }

    #menu-home,
    #menu-previous {
        width: 48%;
    }

    .sidebar-menu-list a.module:last-child {
        margin-bottom: 50px;
    }

    .sidebar-menu-list a.interface:last-child {
        margin-bottom: 20px;
    }
}

@media screen and (min-width: 980px) {
    .sidebar-menu-list {
        justify-content: center;
    }

    .main-modules,
    .main-interfaces {
        grid-template-columns: 25% 25% 25%;
        justify-content: space-evenly;
    }

    #menu-home,
    #menu-previous {
        width: 15.2%;
        padding: 15px 25px;
    }
}

.bg-readonly {
    background-color: rgb(243, 245, 248);
}

.show-report-content {
    text-indent: 30px;
    font-size: 1.1em;
}

input[type="tel"][data-inputmask] {
    direction: ltr;
}

.label-titled {
    display: inline-flex;
    align-items: center;
    line-height: 1.3;
}

.label-titled:before {
    content: "\f05a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    margin-left: 5px;
}

.print-header {
    display: none;
}

@media print {
    body {
        background: #ffffff;
        background-color: #ffffff;
    }

    body:not(.dt-print-view) {
        font-family: Times;
    }

    main {
        margin: 0;
    }

    nav,
    footer,
    .table-header,
    .action-table thead th:last-child,
    .action-table tbody td:last-child,
    .dataTables_paginate,
    .sorting:before,
    .sorting:after {
        display: none !important;
    }

    body:not(.dt-print-view) table {
        border: 1px solid #dee2e6 !important;
    }

    body:not(.dt-print-view) table thead th {
        border-top: 1px solid #dee2e6;
    }
    
    body:not(.dt-print-view) table th,
    body:not(.dt-print-view) table td {
        border-right: 1px solid #dee2e6 !important;
    }

    body:not(.dt-print-view) table tbody tr:last-child td,
    body:not(.dt-print-view) table tbody tr td[rowspan="2"] {
        border-bottom: 1px solid #dee2e6 !important;
    }

    .print-header {
        display: block;
    }

    .shadow {
        box-shadow: none !important;
    }

    .card {
        border: none !important;
    }

    .card-body {
        padding: 0 !important;
    }

    @page {
        margins: none;
    }
}