﻿

@font-face {
    font-family: 'Cairo';
    src: url('../../../fonts/website/Cairo-ExtraBold');
    src: url('../../../fonts/website/Cairo-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../../../fonts/website/Cairo-ExtraBold.woff2') format('woff2'), url('../../../fonts/website/Cairo-ExtraBold.woff') format('woff'), url('../../../fonts/website/Cairo-ExtraBold.ttf') format('truetype'), url('../../../fonts/website/Cairo-ExtraBold.svg#Cairo-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../../fonts/website/Cairo-Black.eot');
    src: url('../../../fonts/website/Cairo-Black.eot?#iefix') format('embedded-opentype'), url('../../../fonts/website/Cairo-Black.woff2') format('woff2'), url('../../../fonts/website/Cairo-Black.woff') format('woff'), url('../../../fonts/website/Cairo-Black.ttf') format('truetype'), url('../../../fonts/website/Cairo-Black.svg#Cairo-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../../fonts/website/Cairo-Bold.eot');
    src: url('../../../fonts/website/Cairo-Bold.eot?#iefix') format('embedded-opentype'), url('../../../fonts/website/Cairo-Bold.woff2') format('woff2'), url('../../../fonts/website/Cairo-Bold.woff') format('woff'), url('../../../fonts/website/Cairo-Bold.ttf') format('truetype'), url('../../../fonts/website/Cairo-Bold.svg#Cairo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../../fonts/website/Cairo-ExtraLight.eot');
    src: url('../../../fonts/website/Cairo-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../../../fonts/website/Cairo-ExtraLight.woff2') format('woff2'), url('../../../fonts/website/Cairo-ExtraLight.woff') format('woff'), url('../../../fonts/website/Cairo-ExtraLight.ttf') format('truetype'), url('../../../fonts/website/Cairo-ExtraLight.svg#Cairo-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../../fonts/website/Cairo-Light.eot');
    src: url('../../../fonts/website/Cairo-Light.eot?#iefix') format('embedded-opentype'), url('../../../fonts/website/Cairo-Light.woff2') format('woff2'), url('../../../fonts/website/Cairo-Light.woff') format('woff'), url('../../../fonts/website/Cairo-Light.ttf') format('truetype'), url('../../../fonts/website/Cairo-Light.svg#Cairo-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../../fonts/website/Cairo-Medium.eot');
    src: url('../../../fonts/website/Cairo-Medium.eot?#iefix') format('embedded-opentype'), url('../../../fonts/website/Cairo-Medium.woff2') format('woff2'), url('../../../fonts/website/Cairo-Medium.woff') format('woff'), url('../../../fonts/website/Cairo-Medium.ttf') format('truetype'), url('../../../fonts/website/Cairo-Medium.svg#Cairo-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../../fonts/website/Cairo-Regular.eot');
    src: url('../../../fonts/website/Cairo-Regular.eot?#iefix') format('embedded-opentype'), url('../../../fonts/website/Cairo-Regular.woff2') format('woff2'), url('../../../fonts/website/Cairo-Regular.woff') format('woff'), url('../../../fonts/website/Cairo-Regular.ttf') format('truetype'), url('../../../fonts/website/Cairo-Regular.svg#Cairo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cairo';
    src: url('../../../fonts/website/Cairo-SemiBold.eot');
    src: url('../../../fonts/website/Cairo-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../../fonts/website/Cairo-SemiBold.woff2') format('woff2'), url('../../../fonts/website/Cairo-SemiBold.woff') format('woff'), url('../../../fonts/website/Cairo-SemiBold.ttf') format('truetype'), url('../../../fonts/website/Cairo-SemiBold.svg#Cairo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

body:lang(ar) {
    font-family: 'Cairo';
}

.title-period {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgb(80 165 241);
    color: #fff;
    padding: 3px 15px;
    font-size: 9px;
    min-width: 195px;
    border-radius: 0px 0px 20px 0px;
}

    .title-period:lang(ar) {
        border-radius: 0px 0px 0px 20px;
        left: auto;
        right: 0px;
    }

.input-sys {
    font-size: 14px;
    padding: 3px 5px;
    border-radius: 0px;
}
/* Change the white to any color */
.dark input:-webkit-autofill,
.dark input:-webkit-autofill:hover,
.dark input:-webkit-autofill:focus,
.dark input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #2e3446 inset !important;
    -webkit-text-fill-color: #bfc8e2 !important;
}

label.form-group {
    font-size: 12px;
}

.form-group {
    margin-bottom: 5px;
}

.logo-dark-inn {
    display: none;
}

.dark .logo-light-inn {
    display: none;
}

.dark .logo-dark-inn {
    display: block;
}
/*...............attach.............
*/
.image-upload {
    max-width: 150px;
    position: relative;
    margin: 0 auto;
    box-shadow: none;
}

    .image-upload img {
        width: 100%;
        border-radius: 4px;
        /* box-shadow: 1px 1px 5px #c3c3c3; */
    }

    .image-upload label {
        background-color: #eb6d4a;
        color: #fff;
        left: 5px;
        padding: 5px;
        border-radius: 5px;
        top: 5px;
        margin-top: 11px;
        width: 100%;
        text-align: center;
        cursor: pointer;
        display: block !important;
    }

.btn-menu-page {
    background-color: #f9f9f9;
    color: #100f0f;
    border: 1px solid #ced4da;
    min-height: 28px;
}

.dark .btn-menu-page {
    background-color: #2e3446;
    color: #a6b0cf;
    border: 1px solid #32394e;
    min-height: 28px;
}

.icon-label {
    position: absolute;
    right: 0px
}

.container-icon {
    padding: 0px 33px 0px 0px;
    position: relative;
}

    .container-icon:lang(ar) {
        padding: 0px 0px 0px 33px;
    }

.icon-label {
    position: absolute;
    right: 0px;
    top: 1px;
    color: rgb(52,195,143);
}

    .icon-label:lang(ar) {
        right: auto;
        left: 0px
    }

.back-co {
    background-image: url(../../../images/banner-01.jpg);
    background-size: cover;
    background-color: transparent !important;
    padding: 0px 10px;
}

.dark .back-co {
    background-image: url(../../images/banner-02.jpg);
}
/* ...........modal-small............... */
.modal-small {
    border: none;
    box-shadow: 0px 0px 10px #cccccc;
}




.modal-small-big {
    max-width: 300px;
    min-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
}

.modal-small h3 {
    font-size: 20px;
    font-weight: bold;
}

.RequiredIinput {
    position: relative;
}

    .RequiredIinput:after {
        content: "*";
        position: absolute;
        top: 5px;
        right: 0px;
        color: #EC407A;
    }

    .RequiredIinput:lang(ar):after {
        left: 0px;
        right: auto;
    }

.special-item {
    padding: 5px;
    margin-bottom: 20px;
    background-color: #f1f4ff;
}

.dark .special-item {
    background-color: #2e3446;
}

button.close {
    background-color: transparent;
    border: none;
    font-size: 20px
}



/* .................accordion2............ */
.accordion-item {
    border: none;
    margin-bottom: 20px;
}

.accordion-setting-plus {
    background-color: #eee;
}

    .accordion-setting-plus:not(.collapsed) {
        color: #fff;
        background-color: #50a5f1 !important;
    }

.accordion-setting-plus {
    font-size: 14px;
    font-weight: bold;
    border-radius: 35px !important;
    border: none;
    box-shadow: none !important;
    color: #333;
    padding: 15px;
    padding-left: 50px;
}

.dark .accordion-setting-plus {
    background-color: #2a3042;
    color: #fff;
}

.accordion-setting-plus:lang(ar) {
    padding-left: 0px;
    padding-right: 50px;
}



.accordion-setting-plus:not(.collapsed) {
    color: #fff;
}



.accordion-setting-plus:lang(ar)::after {
    margin-right: auto;
    margin-left: 0px;
}

.accordion-setting-plus:not(.collapsed)::after, .accordion-setting-plus::after {
    background-image: url(../../../images/arrow-2.svg);
}

.acc-icon-plus {
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-color: #fff;
    position: absolute;
    left: 10px;
    color: #333;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .acc-icon-plus:lang(ar) {
        left: auto;
        right: 10px;
    }

.dark .acc-icon-plus {
    color: #2a3042;
}

.accordion-setting-plus:not(.collapsed) .acc-icon-plus {
    color: #50a5f1;
}

/* ............... */
.accordion-inner-plus {
    font-size: 12px;
    font-weight: bold;
    border-radius: 35px !important;
    border: none;
    box-shadow: none !important;
    color: #fff;
    background-color: #f88f48;
    padding: 10px;
    padding-left: 40px;
}

    .accordion-inner-plus:lang(ar) {
        padding-left: 0px;
        padding-right: 40px;
    }

    .accordion-inner-plus:not(.collapsed) {
        background-color: #eb813b;
        color: #fff;
    }

        .accordion-inner-plus:not(.collapsed)::after, .accordion-setting-plus::after {
            background-image: url(../../../images/arrow-2.svg);
        }

.acc-inner-plus {
    border-radius: 50%;
    width: 30px;
    height: 29px;
    background-color: #fff;
    position: absolute;
    left: 6px;
    color: #eb813b;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.over-flow-items {
    max-height: 100px;
    overflow: auto;
    margin-top: 10px;
    min-height: 90px;
}

.border-assement {
    border-radius: 20px;
    border: 1px solid #fff;
    margin-bottom: 5px;
}
/* ..............wizard........... */

.order-step-div ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.item-order-div {
    padding-left: 32px;
    position: relative;
    color: #70749C;
    font-weight: bold;
    font-size: 13px;
}

    .item-order-div a {
        color: #333;
    }

.dark .item-order-div a {
    color: #eee;
}

.item-order-div:lang(ar) {
    padding-right: 32px;
    padding-left: 0px;
}

.num-order {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 0px;
    top: -5px;
    position: absolute;
    background-color: #ECF2F6;
    border: 1px solid #DFDFDF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #70749C;
    font-weight: bold;
}

    .num-order:lang(ar) {
        left: auto;
        right: 0px;
    }

.order-step-div ul li:last-child .item-order-div::after {
    display: none;
}

.order-step-div ul li .item-order-div:lang(ar)::after {
    right: auto;
    left: 0px;
}

.active-order {
    color: #333;
}

    .active-order .num-order {
        background-color: #18C371;
        border: 1px solid #18C371;
        color: #fff;
    }

/* ...................table.................... */
.btn-filter {
    padding: 5px 10px;
    margin: 0px;
    border: none;
    display: block;
    border-radius: 50%;
    box-shadow: 0px 0px 5px #afafaf;
    background-color: #fff;
    outline: none;
    width: 35px;
    height: 35px;
    margin: 0px 15px 0px 15px;
    transition: .5s;
}

    .btn-filter:hover {
        background-color: #ed813a;
        color: #fff;
    }

.filter-client {
    display: none;
}

.btn-filter:focus {
    outline: none;
}

.table-fixed-head {
    width: 100%;
    position: relative;
    font-size: 14px;
    min-width: 600px;
}

    .table-fixed-head th, td {
        padding: 10px;
    }


    .table-fixed-head tr th {
        background: #f9f9f9;
        color: #333;
        text-align: center;
    }

    .table-fixed-head th {
        background: white;
        position: sticky;
        top: -1px; /* Don't forget this, required for the stickiness */
        box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
    }

.over-fixed {
    overflow: auto;
    max-height: 600px;
}

/*............checkbox..........*/
.SizeBtn {
    display: inline-block;
}

    .SizeBtn input {
        display: none;
    }

    .SizeBtn label {
        font-size: 12px;
        border: 1px solid #eee;
        color: #333;
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 2px 5px;
        min-width: 40px;
        transition: .5s;
        border-radius: 20px;
    }

    .SizeBtn input:checked ~ label {
        background-color: #556ee6;
        color: #fff;
    }

.icon-color-inner {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 0px;
    border: white;
}

.table-product-inner th {
    font-weight: bold;
}

/*................paging.............*/

.page_navigation a, .alt_page_navigation a {
    padding: 5px 10px;
    margin: 2px;
    color: black;
    text-decoration: none;
    float: left;
    font-family: Tahoma;
    font-size: 12px;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;
    margin-bottom: 10px;
    border-radius: 5px;
}

    .page_navigation a:lang(ar), .alt_page_navigation a:lang(ar) {
        float: right;
    }

.active_page {
    background-color: white !important;
    color: black !important;
}

.content li {
    list-style: none;
}

.clear {
    clear: both;
}

.active_page {
    background-color: #556ee6 !important;
    color: #fff !important;
}

/*img-thump-preview*/
.container-thump-preview {
    position: relative;
    padding: 4px;
    padding-left: 45px;
}

    .container-thump-preview:lang(ar) {
        padding-left: 4px;
        padding-right: 45px;
        min-height: 40px
    }

.img-thump-preview {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    left: 2px;
}

    .img-thump-preview:lang(ar) {
        left: auto;
        right: 2px;
    }

.container-thump-preview h3 {
    font-size: 14px;
    margin-top: 3px;
    padding: 10px;
}

.choose-thump-first {
    background-color: #333;
    padding: 5px;
    text-align: center;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
}
/*................steps.........
*/
.h5-login-screen {
    font-weight: bold;
    color: #23ab39;
    border-bottom: 1px solid #23ac39;
    margin-bottom: 10px;
    padding: 10x;
    font-size: 16px;
}




.login-ul {
    margin: 0px;
    padding: 0px;
}

    .login-ul li {
        position: relative;
        list-style: none;
        border-left: 2px solid #333;
        padding: 0px 54px 15px 62px;
    }

        .login-ul li:lang(ar) {
            border-right: 2px solid #d6d6d6;
            border-left: none;
            padding: 0px 62px 15px 54px;
        }


.login-div {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #333;
    color: #333;
    padding: 5px;
    font-size: 11px;
    min-width: 80px;
}

    .login-div:lang(ar) {
        left: 0px;
        right: auto;
    }

.login-ul li h5 {
    margin-bottom: 0px;
    font-size: 12px;
}

.login-ul li h6 {
    color: #9e9e9e;
    font-size: 12px;
    font-weight: bold;
    margin: 6px 0px;
    /* margin-top: 1px; */
}

.login-ul li:after {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #d6d6d6;
    height: 9px;
    left: 0;
    margin-left: -6px;
    position: absolute;
    width: 10px;
    content: " ";
    display: table;
    clear: both;
    bottom: auto;
    top: 7px;
}

.login-ul li:lang(ar):after {
    left: auto;
    right: -6px;
}


.login-ul li img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 12px;
    top: -2px;
    border-radius: 50%;
    border: 2px solid #9e9e9e;
}

    .login-ul li img:lang(ar) {
        right: 12px;
        left: auto;
    }

/* --------patient------------- */
.ul-clients {
    padding: 0px;
    margin: 0px;
}

    .ul-clients li {
        list-style: none;
        margin-bottom: 30px;
    }

        .ul-clients li > a, .div-Clients {
            padding: 10px;
            padding-left: 100px;
            position: relative;
            display: block;
            color: #000;
            text-decoration: none !important;
            /* border: 1px solid #ffffff; */
            border-radius: 20px;
            /* background-color: rgba(255,255,255,.5); */
            width: 100%;
        }

.img-patient {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    background-size: cover;
}

.ul-clients li h6 {
    font-size: 12px;
    /* font-weight: bold; */
}

.visit-client {
    background-color: #ed813a;
    border-radius: 5px;
    color: #fff;
    font-size: 9px;
    display: inline-block;
    padding: 5px;
}

.date-client {
    background-color: #333;
    border-radius: 5px;
    color: #fff;
    font-size: 10px;
    display: inline-block;
    padding: 5px;
}

.name-client {
    background-color: #e5e5e5;
    border-radius: 5px;
    /* color: #333; */
    display: inline-block;
    padding: 5px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: -48px;
    right: 5px;
    font-size: 12px;
    box-shadow: 0px -6px 11px #eee;
}

.dark .name-client {
    background-color: #222736;
    color: #fff;
    box-shadow: 0px -6px 11px #181f31;
}

.container-client {
    position: relative;
    margin-top: 10px;
}

.infection-alert {
    position: absolute;
    left: 19px;
    top: 5px;
    background-color: #ff211d;
    animation: shadow-pulse 1s infinite;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.infection-alert-inner {
    background-color: #ff211d;
    animation: shadow-pulse 1s infinite;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    color: #fff;
    text-align: center;
    padding: 0px;
    font-size: 10px;
    display: inline-block;
    padding-top: 5px;
    margin: 0 11px;
    cursor: pointer;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(235, 67, 52, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(235, 67, 52, 0);
    }
}



/*---------------
*/
.status-ul {
    margin: 0px;
    padding: 0px;
}

    .status-ul li {
        position: relative;
        list-style: none;
        border-left: 2px solid #CCC;
        padding: 0px 54px 15px 62px;
    }

        .status-ul li:lang(ar) {
            border-right: 2px solid #CCC;
            border-left: none;
            padding: 0px 62px 15px 54px;
        }

        .status-ul li.done-status {
            position: relative;
            list-style: none;
            border-left: 2px solid #f23f3f;
            padding: 0px 54px 15px 62px;
        }

            .status-ul li.done-status:lang(ar) {
                border-right: 2px solid #f23f3f;
                border-left: none;
                padding: 0px 62px 15px 54px;
            }

.status-div {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #c5b9b9;
    color: #9f9d9d;
    padding: 5px;
    font-size: 11px;
    min-width: 80px;
    text-align: center;
    border-radius: 20px;
}

    .status-div:lang(ar) {
        left: 0px;
        right: auto;
    }

.status-ul li h5 {
    margin-bottom: 0px;
    font-size: 12px;
}

.status-ul li h6 {
    color: #9e9e9e;
    font-size: 10px;
    font-weight: bold;
    margin-top: 3px;
}

.status-ul li:after {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #ccc;
    height: 9px;
    left: 0;
    margin-left: -6px;
    position: absolute;
    width: 10px;
    content: " ";
    display: table;
    clear: both;
    bottom: auto;
    top: 7px;
}

.status-ul li:lang(ar):after {
    left: auto;
    right: -6px;
}

.status-ul li.done-status:after {
    background-color: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #f23f3f;
    height: 9px;
    left: 0;
    margin-left: -6px;
    position: absolute;
    width: 10px;
    content: " ";
    display: table;
    clear: both;
    bottom: auto;
    top: 7px;
}

.status-ul li.done-status:lang(ar):after {
    left: auto;
    right: -6px;
}

.status-ul li img {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 12px;
    top: -2px;
    border-radius: 50%;
    border: 2px solid #bfc1be;
}

    .status-ul li img:lang(ar) {
        right: 12px;
        left: auto;
    }

.done-success {
    color: #093;
    border: 1px solid #093 !important;
}

.done-danger {
    color: #f00;
    border: 1px solid #f00 !important;
}
