
@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;
}



.notification-loading {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 60px;
    line-height: 60px;
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.icon-animated-bell {
    display: inline-block;
    -moz-animation: ringing 2.0s 5 ease 1.0s;
    -webkit-animation: ringing 2.0s 5 ease 1.0s;
    -o-animation: ringing 2.0s 5 ease 1.0s;
    -ms-animation: ringing 2.0s 5 ease 1.0s;
    animation: ringing 2.0s 5 ease 1.0s;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@-moz-keyframes ringing {
    0% {
        -moz-transform: rotate(-15deg);
    }

    2% {
        -moz-transform: rotate(15deg);
    }

    4% {
        -moz-transform: rotate(-18deg);
    }

    6% {
        -moz-transform: rotate(18deg);
    }

    8% {
        -moz-transform: rotate(-22deg);
    }

    10% {
        -moz-transform: rotate(22deg);
    }

    12% {
        -moz-transform: rotate(-18deg);
    }

    14% {
        -moz-transform: rotate(18deg);
    }

    16% {
        -moz-transform: rotate(-12deg);
    }

    18% {
        -moz-transform: rotate(12deg);
    }

    20% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes ringing {
    0% {
        -webkit-transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
    }
}

@-ms-keyframes ringing {
    0% {
        -ms-transform: rotate(-15deg);
    }

    2% {
        -ms-transform: rotate(15deg);
    }

    4% {
        -ms-transform: rotate(-18deg);
    }

    6% {
        -ms-transform: rotate(18deg);
    }

    8% {
        -ms-transform: rotate(-22deg);
    }

    10% {
        -ms-transform: rotate(22deg);
    }

    12% {
        -ms-transform: rotate(-18deg);
    }

    14% {
        -ms-transform: rotate(18deg);
    }

    16% {
        -ms-transform: rotate(-12deg);
    }

    18% {
        -ms-transform: rotate(12deg);
    }

    20% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes ringing {
    0% {
        transform: rotate(-15deg);
    }

    2% {
        transform: rotate(15deg);
    }

    4% {
        transform: rotate(-18deg);
    }

    6% {
        transform: rotate(18deg);
    }

    8% {
        transform: rotate(-22deg);
    }

    10% {
        transform: rotate(22deg);
    }

    12% {
        transform: rotate(-18deg);
    }

    14% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-12deg);
    }

    18% {
        transform: rotate(12deg);
    }

    20% {
        transform: rotate(0deg);
    }
}

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: #15a362;
}

.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 #15a362 !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;
        line-height:31px;
    }



.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #15a362;
    border-color: #15a362;
}
.page-link, .page-link:hover {
    color: #15a362;
}
    .page-link:focus {
        box-shadow: 0 0 0 .25rem rgba(21,163,98,.25);
    }
.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 5 Free';
        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: #15a362;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus
{
    background:none;
}
h6, h6 {
    font-size: 1.2rem;
}
/*.search-input::placeholder {
    color: #15a362;
}

.search-input:-ms-input-placeholder {
    color: #15a362;
}

.search-input::-ms-input-placeholder {
    color: #15a362;
}*/
.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: #15a362;
    text-align:center;
}

    .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;
    }

.app-auth-wrapper, app-un-auth-wrapper {
    transition: all .4s ease-in-out;
}
.btn-copy {
    font-size: 12px;
    padding: .15rem .35rem;
}

.table ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tab-content {
    border: 1px solid rgba(0,0,0,.125);
    border-top: 0;
    background-color: #fff;
}


.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active {
    color: #fff;
    background: #15a362;
}