
@font-face {
    font-family: 'BoutrosMBC';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/BoutrosMBCDinkum-Medium.ttf) format('truetype');
}

html, body, select, textarea, input, select, option, optgroup, select > option {
    font-family: 'BoutrosMBC' !important;
}

body {
    width: 100%;
    height: 100%;
    background: #f4f6fa;
    font-size: 1rem;
    color: #444;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    overflow-x: hidden
}

#body {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
}

    #body > .navbar {
        padding: 0 1.5rem;
        min-height: 54px;
        box-shadow: none;
        border-bottom: 1px solid rgba(101, 109, 119, .16);
    }


.default-light-menu {
    border: none !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset !important;
    color: #fff;
}

    .default-light-menu:hover {
        background: #2196F3 !important;
        color: #fff;
    }
.page-pretitle {
    font-size: .8rem;
    text-transform: uppercase;
    line-height: 1.6;
    color: #656d77;
}

.page-title {
    margin: .5rem 0 0;
    font-size: 1.75rem;
    line-height: 1.5555556;
    color: #1797be;
}


span.required {
    color: #dc3545;
}



#qrCode {
    margin: 15px;
}

.img-profile {
    max-width: 128px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #edfdf6;
    color: #1797be;
}

.nav-link {
    color: #252930;
}

a.nav-link:focus, a.nav-link:hover {
    color: #128c54;
}

dd {
    margin-bottom: 1rem;
}

dt {
    margin-bottom: .5rem;
}

.avatar-s {
    max-width: 31px;
}


.avatar-l {
    max-width: 48px;
}

.avatar-xl {
    max-width: 128px;
}

.table-bordered {
    border: 1px solid #eee;
}

.table thead > tr > th {
    border-bottom: 3px solid #1797be !important;
    color: #888;
    padding: 8px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: #fafbfc;
    background-color: #fafbfc !important;
}

.btn-info {
    color: #fff;
    background-color: #23b7e5;
    border-color: #23b7e5;
}

    .btn-info:hover, .btn-info:focus {
        background-color: #18a0ca;
        border-color: #1797be;
        color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #ff902b;
    border-color: #ff902b;
}

    .btn-warning:hover, .btn-warning:focus {
        color: #fff;
        background-color: #ff7c05;
        border-color: #f77600;
    }

.table > :not(caption) > * > * {
    padding: 8px;
  
}



.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5d9cec;
    border-color: #5d9cec;
}

.page-link, .page-link:hover {
    color: #000;
}



.card-header h5 {
    margin-bottom: 0;
    line-height: 31px;
}



.validation-summary-errors ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

    .validation-summary-errors ul li:before {
        content: "\f06a";
        font-family: 'Font Awesome 6 Pro';
        display: inline-block;
        font-weight: 900;
        width: 1.2em;
    }


.app-wrapper .content-heading {
    display: flow-root;
    align-items: center;
    font-size: 1.5rem;
    line-height: 1.1;
    color: #929292;
    padding: 15px;
    font-weight: 400;
    background-color: #fafbfc;
    border-bottom: 1px solid #cfdbe2;
}

    .app-wrapper .content-heading h5 {
        margin-bottom: 0;
    }

.filter-action {
    display: flow-root;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.fa-bell:hover, .app-utility-item a:hover, .app-search-form .search-input, .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    color: #1797be;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus {
    background: none;
}

h6, h6 {
    font-size: 1.2rem;
}
/*.search-input::placeholder {
    color: #1797be;
}

.search-input:-ms-input-placeholder {
    color: #1797be;
}

.search-input::-ms-input-placeholder {
    color: #1797be;
}*/
.card .card-header .card-title {
    margin-bottom: 0;
}

a.card-title, h4.card-title {
    padding: 0.5rem;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.ar {
    direction: rtl;
}

.en {
    direction: ltr;
}


.loading-container {
    z-index: 5000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1797be;
}

    .loading-container.loading-inactive {
        display: none;
    }

        .loading-container.loading-inactive .loader {
            display: none;
        }

    .loading-container .loader {
        width: 100%;
        text-align: center;
        margin: 50vh auto;
        position: relative;
        color: #fff;
    }


.multi-records-record {
    border: 1px solid #eee;
    padding: 0.9375rem;
}

    .multi-records-record:nth-of-type(odd) {
        background-color: #fafbfc !important;
        border-bottom: 1px solid #eee;
    }

.label {
    background-color: #f8f8f8;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.form-actions
{
    text-align:center;
}

.form-group {
    margin-bottom: 15px;
}
@media (max-width: 992px) AND (min-width: 768px) {
    .form-group label.fix-margin,
    .form-group div.fix-margin {
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .form-group div.fix-margin {
        margin-bottom: 15px;
    }
}


.form-title {
    display: block;
    padding: 8px 0;
    border-bottom: 1px dashed #eee;
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 700;
    color: #1797be;
}

.form-check-input:checked {
    background-color: #1797be;
    border-color: #1797be;
}
.filter-action {
    display: flow-root;
    justify-content: space-between;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.form-control:focus {
    box-shadow: 0 0 0 .2rem rgba(13,110,253,.25);
}
a, .btn-link {
    color: #23b7e5;
}

    a:not(.btn):not(.active):hover, .btn-link:hover {
        color: #1797be;
    }

ul.pagination a:not(.btn):not(.active):hover, ul.pagination.btn-link:hover {
    color: #fff;
}


.btn-primary {
    background-color: #5d9cec;
    border-color: #5d9cec;
}

 
    .btn-primary:not(:disabled):not(.disabled):active
    {
      
        background-color: #2f80e7;
        border-color: #2479e5
    }

    .btn-primary:hover {
        background-color: #3b87e8;
        border-color: #2f80e7;
    }
.bold-label label,
label.bold-label,
.verify-form label {
    font-weight: 700;
}

.bold-label .form-group > div {
  
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.52857;
    background-color: transparent;
    border: solid transparent;
    border-width: medium;
    border-width: 1px 0;
}

.form-group label {
    padding-top: .5rem;
}

#sidebar ul li a {
    position: relative;
    display: block;
    padding: 10px;
    color: #515253;
    letter-spacing: .025em;
    font-weight: 400;
    cursor: pointer;
}
#sidebar li .arrow {
    width: 14px !important;
    height: 14px;
    line-height: 24px;
    text-shadow: none;
    font-size: 18px;
    position: absolute;
    padding: 0;
    text-align: center;
}


    #sidebar .sidebar-header {
        padding: .4rem 1rem;
        border-bottom: 1px solid rgba(101, 109, 119, .16);
        max-height: 55px;
    }

    #sidebar ul li a {
        padding: .8rem 1.5rem;
        font-size: 1rem;
        display: block;
        text-decoration:none;
    }



        #sidebar ul li a:hover {
            color: #fff;
            background: #23b7e5;
        }

        #sidebar ul li a.active {
            background: #18a0ca;
            color: #fff;
        }




@media (max-width: 768px) {
    #sidebarCollapse span {
        display: none;
    }
}



    .nav-dropdown .nav-link:hover {
        color: #fff;
    }

.nav-dropdown.show a {
    color: #fff;
}

.nav-dropdown .nav-link::after {
    display: none;
}

.nav-dropdown .nav-link-menu {
    position: absolute;
    border: none;
    min-width: 220px;
    padding: 0;
    line-height: 1.4;
    box-shadow: 0 1px 10px 0 rgba(69, 90, 100, 0.2);
    margin-top: -5px;
}

    .nav-dropdown .nav-link-menu::before {
        top: -4px;
        right: 25%;
        margin: 0 0 0 -.25em;
        display: block;
        position: absolute;
        pointer-events: none;
        content: '';
        visibility: visible;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: .5em;
        height: .5em;
        background: #ffffff;
        z-index: 2;
    }

    .nav-dropdown .nav-link-menu .nav-list {
        padding: 5px 0;
        margin-bottom: 0;
        list-style: none;
    }

        .nav-dropdown .nav-link-menu .nav-list li {
            line-height: 1.2;
        }

            .nav-dropdown .nav-link-menu .nav-list li a {
                color: #888;
                font-size: 14px;
                padding: .8rem;
            }

.nav-dropdown .dropdown-divider {
    margin: 3px 0;
}
.navbar-brand {
    font-size: 2.0rem;
}

#sidebarCollapse {
    border: 1px solid #ccc;
}

.sidbar-menu-active {
    background-color: #ced4da;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1rem
}

[for^="Roles_"] > span.required {
    color: white !important;
}

:focus-visible {
    outline: -webkit-focus-ring-color auto 0px !important;
}

/* Hide the "Powered by CKEditor" balloon tooltip */
.ck-powered-by-balloon {
    display: none !important;
}

li.custom-mark::marker {
    content: '  ';
    font-size: 1.2em;
}
textarea.form-control {
    min-height: calc(1.5em + .75rem + 2px) !important;
}

.custom-approve-icon-style {
    --fa-primary-color: white;
    --fa-secondary-color: limegreen;
    --fa-secondary-opacity: 1.0;
}

.custom-reject-icon-style {
    --fa-primary-color: white;
    --fa-secondary-color: tomato;
    --fa-secondary-opacity: 1.0;
}

/* Force never-hide class to always be visible (override DataTables responsive inline styles) */
td.never-hide,
th.never-hide {
    display: table-cell !important;
}