﻿@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;
}
[type="tel"]:lang(ar), [type="url"]:lang(ar), [type="email"]:lang(ar), [type="number"]:lang(ar) {
    direction: rtl;
}
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: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.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: #333;
    background-color: #eee;
    padding: 10px;
    padding-left: 40px;
}

.dark .accordion-inner-plus {
    background-color: #222736;
    color: #fff;
}

.accordion-inner-plus:lang(ar) {
    padding-left: 0px;
    padding-right: 40px;
}

.accordion-inner-plus:not(.collapsed) {
    background-color: #4d5469;
    color: #fff;
}

    .accordion-inner-plus:not(.collapsed) .acc-inner-plus {
        color: #50a5f1;
    }

    .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: #2a3042;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .acc-inner-plus:lang(ar) {
        left: auto;
        right:6px
    }
.accordion-inner-plus::after{
    display:none
}


.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;
        font-size: 12px;
    }


    .table-fixed-head tr th {
        background: #f9f9f9;
        color: #333;
        text-align: center;
        font-size: 12px;
    }

.dark .table-fixed-head tr th {
    background: #2e3446;
    color: #fff;
}

.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;
}

/* --------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%;
        }

            .ul-clients li:lang(ar) > a, .div-Clients:lang(ar) {
                padding-right: 100px;
                padding-left: 0px;
            }

.img-patient {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    left: 10px;
    top: 10px;
    background-size: cover;
}

    .img-patient:lang(ar) {
        left: auto;
        right: 10px;
    }

.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: #f8f8fb;
    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: #2e3446;
}

.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);
    }
}
/*................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;
}


/* ..............patient-file........... */

.reset-btn {
    position: absolute;
    right: 58px;
    background-color: #fff;
    font-size: 12px;
    /* font-weight: bold; */
    top: 13px;
    color: #333333;
    padding: 5px;
    border-radius: 7px;
    z-index: 8;
    cursor: pointer;
}

.reset-btn-2 {
    position: absolute;
    right: 38px;
    background-color: #ffffff;
    font-size: 12px;
    top: 5px;
    color: #333333;
    padding: 5px;
    border-radius: 7px;
    z-index: 8;
    cursor: pointer;
}

.reset-btn-all {
    background-color: #50a5f1;
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
    padding: 5px;
    border-radius: 7px;
    z-index: 8;
    cursor: pointer;
    border: none;
    margin: 0 35px;
}
/* ...................... */
.container-Instructions {
    padding: 33px 140px 5px 10px;
    position: relative;
    border: 1px solid var(--data-color);
    margin-top: 50px;
    border-radius: 20px;
    margin-bottom: 75px;
    background-color: rgba(255,255,255,.5);
    box-shadow: 5px 5px 11px #c1c1c1;
}

    .container-Instructions:lang(ar) {
        padding: 33px 10px 5px 140px;
    }

    .container-Instructions h6 {
        position: absolute;
        left: 0px;
        border-radius: 20px 20px 0px 0px;
        /* text-align: center; */
        top: -1px;
        padding: 7px;
        color: #fff;
        background-color: var(--data-color);
        font-size: 12px;
        /* font-weight: bold; */
        cursor: pointer;
        text-transform: uppercase;
        width: 100%;
    }

        .container-Instructions h6:lang(ar) {
            left: 0px;
            right: auto;
        }


.container-lists-inst {
    position: absolute;
    right: 20px;
    border: 1px solid var(--data-color);
    border-radius: 20px;
    overflow: hidden;
    width: 101px;
    text-align: center;
    top: -36px;
    background-color: #fff;
    box-shadow: 6px -1px 7px #aba3a3;
}

    .container-lists-inst:lang(ar) {
        right: auto;
        left: 20px;
    }

    .container-lists-inst h5 {
        background-color: var(--data-color);
        color: #fff;
        font-size: 10px;
        font-weight: bold;
        padding: 5px;
    }

    .container-lists-inst h3 {
        font-size: 41px;
        margin-bottom: 8px;
    }

    .container-lists-inst p {
        font-size: 12px;
        font-weight: bold;
        margin-bottom: 15px;
    }

.ul-offer li {
    list-style: decimal;
    font-size: 14px;
    font-weight: bold;
}

.p-inst {
    /* font-weight: bold; */
    font-size: 12px;
    margin-bottom: 0px;
}

.padding-ul-inst {
    padding: 20px 40px;
    display: none;
}

.ul-offer li:nth-of-type(odd) {
    background-color: rgba(255,255,255,.6);
    border-radius: 20px;
    color: #706f6f;
}

.container-input-icon {
    padding-right: 40px;
    position: relative;
}

    .container-input-icon:lang(ar) {
        padding-left: 40px;
        padding-right: 0px;
    }

.icon-input-it {
    position: absolute;
    background-color: #eeeeee;
    right: 0px;
    border: 1px solid #ced4da;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
    min-height: 29px;
    min-width: 45px;
    text-align: center;
}

    .icon-input-it:lang(ar) {
        left: 0px;
        right: auto;
        border-radius: 10px 0px 0px 10px;
    }

.open-btn-table {
    border: none;
    border-radius: 5px;
}

.change-modal-background-new {
    background-color: #eee;
}
/* ............................... */

.check-list {
    padding-top: 5px;
}

.head-page div {
    padding: 10px;
    margin-bottom: 10px;
}

.border-ri{
    border-right:1px solid #ccc;
}
.border-ri:lang(ar){
        border-left:1px solid #ccc;
        border-right:none;

    }

.title-table{
    font-size: 12px;
}

.checklist-div hr {
    border-top: 1px solid #ccc;
}

.border-item {
    border-right: 1px solid #ccc;
}

/* .............employee-div......... */

.employee-div{
    position: relative;
    margin: 0 auto;
    width: 137px;
    height: 147px;

    overflow: hidden;
    border-radius: 14px;

    margin-bottom: 20px;
    display: inline-block;
    background-size: 100% 100%;
}

.title-upload-label{
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 11px;
    color: #fff;
    background-color: #eb6d4a;
    padding: 3px;
    border-radius: 5px 0px 5px;
    z-index: 2;

}

.input-sys-wrapper {
    position: relative;
    width: 100%;
    color: #000;
    background-color: transparent;
    border: none;
    font-size: 14px;
    appearance: auto;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 11px;
    background-color: rgba(255,255,255,.5);
    background-clip: border-box;
}

.title-back-orange{

    margin-bottom: 10px;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
}


.patient-data-div{
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff7bf;
    /* color:#fff; */
}

.profile-tracking {
    background-image: url(../../images/users/avatar-5.jpg);
    background-size: cover;
}

.icon-step-tracking {
    background-color: #eee;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #494747;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .icon-step-tracking:lang(ar) {
        transform: scaleX(-1)
    }

.btn-appionment {
    width: 100%;
    padding: 5px;
    color: #fff;
    border-radius: 30px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    background-color: #556ee6;
    transition: 1s;
    border: none;
}

    .btn-appionment:hover {
        background-color: #556ee6;
    }

.max-width-profile {
    max-width: 220px
}
