﻿
.invisible {
    display: none;
}

* {
    box-sizing: border-box;
}

#LstArray {
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
}

@import url('https://fonts.googleapis.com/css?family=Nunito');

@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIOOaBXso.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIMeaBXso.woff2) format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIOuaBXso.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Nunito';
    font-style: normal;
    font-weight: 400;
    src: local('Nunito Regular'), local('Nunito-Regular'), url(https://fonts.gstatic.com/s/nunito/v13/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.upload-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .upload-area input[type="file"] {
        position: absolute;
        left: 0%;
        height: 50px;
        outline: none;
        width: 177px;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .upload-area .custom-file-upload {
        text-align: center;
        position: relative;
        display: inline-block;
        cursor: pointer;
        font-family: 'Nunito', sans-serif;
        height: 100%;
        width: 100px;
        z-index: 1;
        margin-left: 10px;
    }

.box-gallery {
    width: 98%;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 300px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 90%;
    height: 70%;
    /*max-width: 400px;
    max-height: 600px;*/
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    Top: -200px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.6s;
    animation-name: animatetop;
    animation-duration: 0.6s
}

.modal-header {
    padding: 10px 0px;
    background-color: #DE2A1A;
    color: #000;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    padding: 15px;
}

html {
    font-family: "Lucida Sans", sans-serif;
}

.header {
    display: flex;
    background-color: white;
    color: #ffffff;
    padding: 15px;
    border: 1px solid #8080802e;
}



.aside {
    background-color: #33b5e5;
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
    display: none;
    position: fixed;
    bottom: 0px;
    background-color: white;
    color: #ffffff;
    font-size: small;
    padding: 15px;
    width: 100%;
    margin-left: -10px;
    height: 50px;
    z-index: 3;
}

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: Montserrat, sans-serif;
    list-style-type: none;
    line-height: 1.4em;
}

@media only screen and (max-width: 450px) {
}

@media (max-width: 600px) {
    .defilBottom {
        display: block !important;
    }

    .LeftSideLogin {
        height: 110px;
    }
}

@media (min-width: 601px) {
    .defilBottom {
        display: none !important;
    }

    .LeftSideLogin {
        height: auto !important;
    }
}

@media only screen and (max-width: 600px) {



    .divCalqueLeftSide {
        left: 0 !important;
        width: calc(100% - 20px) !important;
        height: 450px !important;
        margin-left: 10px !important;
    }

    .iframeLeftSideBarre {
        min-height: 240px !important;
        margin-bottom: 0px !important;
    }

    .menu {
        display: none !important;
    }

    .MenuContainer {
        display: none !important;
    }

    .LeftSideBarre {
        margin-left: 0px !important;
    }

    .MainContent {
        margin-left: 0px !important;
    }

    .modal-content {
        top: -250px !important;
    }

    .divUsrCrd {
        left: -45px !important;
    }

    .divFastSearch {
        display: none;
    }

    .divLogo, .divMenuPro {
        width: 99%;
        max-height: 80px;
        margin-left: -15px !important;
    }

    .MainContainer {
        display: block !important;
    }

    .LoginContainer {
        display: block !important;
    }

    .divCamScanner {
        left: 15% !important;
    }

    .LogoImg {
        top: 0px !important;
        margin-bottom: 15px !important;
        left: 10px !important;
        width: 120px !important;
        height: 70px !important;
    }

    .spanMenu {
        padding: 10px;
    }

    .SpanConnect {
        top: -15px !important;
    }

    .footer {
        display: block;
    }
}

@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {
        width: 8.33%;
    }

    .col-s-2 {
        width: 16.66%;
    }

    .col-s-3 {
        width: 25%;
    }

    .col-s-4 {
        width: 33.33%;
    }

    .col-s-5 {
        width: 41.66%;
    }

    .col-s-6 {
        width: 50%;
    }

    .col-s-7 {
        width: 58.33%;
    }

    .col-s-8 {
        width: 66.66%;
    }

    .col-s-9 {
        width: 75%;
    }

    .col-s-10 {
        width: 83.33%;
    }

    .col-s-11 {
        width: 91.66%;
    }

    .col-s-12 {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }
}

.LogoImg {
    position: relative;
    top: 20px;
    left: 20px;
    width: 150px;
    height: 80px
}

.divLogo, .divFastSearch, .divMenuPro {
    background-color: white;
    height: 150px;
    margin: 10px;
    /*  border: 1px solid red;*/
}

.MainContainer {
    width: 100%;
    height: auto;
    background-color: white; /*border: 1px solid lightgray;*/
    display: flex;
}

.MenuContainer {
    margin-top: 10px;
    width: 100%;
    height: 60px;
}

.MainContent {
    min-height: 500px;
    background-color: white;
    border: 1px solid lightgray;
    margin: 5px;
}

.LeftSideBarre {
    min-height: 495px;
    background-color: white;
    border: 1px solid lightgray;
    margin: 5px 0 10px;
    padding-bottom: 10px;
    overflow: hidden;
}



.ProContainer {
    position: relative;
    /*height: 45px;
    margin-top: 20px;*/
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*height:50px; 
    background-color:lightgray;*/
    margin-top: 5px;
}

    .ProContainer ul {
        list-style-type: none;
        margin-right: 10px;
        padding: 5px;
    }

    .ProContainer li {
        padding: 3px;
        margin-bottom: 3px;
        background-color: #33b5e5;
        color: #ffffff;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

        .ProContainer li:hover {
            background-color: #0099cc;
            color: white;
        }

    .ProContainer ul {
        list-style-type: none;
        margin-right: 10px;
        padding: 5px;
    }

.menu {
    position: relative;
    height: 45px;
    /*margin-top: 20px;*/
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    background-color: white;
    margin-top: 5px;
}

    .menu ul {
        list-style-type: none;
        margin-right: 10px;
        padding: 5px;
        margin-top: 4px;
    }

    .menu li {
        padding: 8px;
        margin-bottom: 7px;
        background-color: #33b5e5;
        color: white;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

        .menu li:hover {
            background-color: #0099cc;
        }

a {
    color: white;
    text-decoration: none;
    background-color: transparent;
}

.dropdown {
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin: 3px;
}

.dropdown-content {
    /*display: none;*/
    overflow: hidden;
    height: 40px;
    position: absolute;
    background-color: white;
    min-width: 160px;
    padding: 0px;
    width: 150px;
    z-index: 1;
    transition: height 0.5s;
}

.dropdown:hover .dropdown-content {
    display: block;
    height: 700px;
}

.spanMenu {
    position: relative;
    font-family: Nunito, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    color: #519ecf;
    top: 6px;
    height: 50px;
    padding: 15px;
    z-index: 2;
}

    .spanMenu:hover {
        background-color: lightblue;
    }

.SpanConnect {
    position: relative;
    left: 35px;
    top: -5px;
    font-family: arial;
    font-size: small;
    color: #519ecf;
}

.LateralMenu {
    /* display: none;
            position: absolute;
            left: 0px;
            width: 0px;
            height:100%;
            transition: width 1s;*/
    background-color: #2281abfa;
    overflow: auto;
    color: aqua;
    z-index: 2;
}

.ulMenuLat {
    display: none;
    font-family: arial;
    font-size: medium;
    font-weight: 600;
}

.LiMenuLat {
    margin: 10px;
    font-size: 16px;
    font-weight: 100;
    font-family: Nunito, "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.barreVertical {
    position: absolute;
    top: 120px;
    left: 10px;
    height: 170px;
    width: 8px;
}

.LoginContainer {
    display: flex;
}

.box-connexion {
    /*width: 400px;
        width: 50%;*/
    min-width: 300px;
}

.LeftSideLogin {
    width: 100%;
    background-color: #3f51b5a6;
    background-image: url(/img/Background.jpg);
    overflow: hidden;
    margin-bottom: 10px;
}

.defilBottom {
    display: none;
    text-align: right;
    background-color: lightgray;
    height: 50px;
    margin: 10px;
    bottom: 0px;
    position: sticky;
    z-index: 1000;
    border-bottom: 10px solid #3456d2;
    border-top: 10px solid #3456d2;
}

.btn-register {
    display: grid;
    cursor: pointer;
    margin-top: 20px;
    background-color: #3ad41a;
    text-align: center;
    left: 10%;
    width: 80%;
    position: relative;
    height: 50px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.lbl-btn {
    cursor: pointer;
    font-size: medium;
    color: white;
    top: 30%;
    font-size: medium;
    position: relative;
}

.btn-nav-register {
    display: grid;
    cursor: pointer;
    margin-bottom: 10px;
    background-color: #5f5fcbcf;
    text-align: center;
    width: 30%;
    position: absolute;
    height: 50px;
    border-radius: 8px;
}

.SelectRegister {
    height: 40px;
    width: 80%;
    border: 1px solid lightblue;
    border-radius: 10px;
    padding: 10px;
    font-size: medium;
    color: #7d7d7d;
}

.spanPhotoProfil {
    font-size: x-small;
    color: white;
    margin-left: 0px;
    background-color: #6979b3;
    padding: 3px;
    width: 100px;
    position: absolute;
    bottom: 0px;
    text-align: center;
}

.ImgSocialMedia {
    width: 30px;
    height: 30px;
    position: relative;
    top: 20px;
    margin-right: 10px;
}

.SpanChampObligatoire {
    color: red;
    position: absolute;
    right: 60px;
    top: 2px;
    font-size: x-small;
}

.SpanChampOptionnel {
    color: green;
    position: absolute;
    right: 60px;
    top: 2px;
    font-size: x-small;
}

.divCamScanner {
    left: 35%;
    top: 10%;
    position: absolute;
    display: grid;
    width: 280px;
    height: auto;
    padding: 20px;
    background-color: #e4e7ec;
    border: 1px solid lightblue;
}


input[type="radio"], input[type="CheckBox"] {
    color: #1c1e21;
    display: inline-block;
    height: 20px;
    /*margin: 5px;
    margin-left: 20px;*/
    width: 20px;
    background: rgba(0, 0, 0, 0.04);
    -webkit-appearance: none;
    border-radius: 50%;
    outline: none;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.04);
    cursor: pointer;
}

    input[type="radio"]:checked:before, input[type="CheckBox"]:checked:before {
        content: "✔";
        display: block;
        line-height: 26px;
        text-align: center;
        font-size: 20px;
    }

.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    position: relative;
    top: 1vh;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3vh;
    width: 3vh;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
    background: #ffcc5a;
    border: none;
    color: #000;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    padding: 10px 4px;
}

    .option-input:hover {
        background: #ffd552;
    }

    .option-input:checked {
        background: #ffcc5a;
    }

        .option-input:checked::before {
            height: 2vh;
            width: 2vh;
            position: absolute;
            content: "\2714";
            display: inline-block;
            font-size: 2vh;
            text-align: center;
            line-height: 0.5vh;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #ffd552;
            content: "";
            display: block;
            position: relative;
            z-index: 100;
        }

    .option-input.radio {
        border-radius: 50%;
    }

        .option-input.radio::after {
            border-radius: 50%;
        }

.divUsrCardBarrCode {
    position: relative;
    top: 170px;
    float: right;
    overflow: hidden;
    height: 40px;
    padding: 2px;
}

.divSehhaCardTitle {
    position: absolute;
    top: 10px;
    left: 120px;
    width: 120px;
    max-height: 50px;
    overflow: hidden;
}

.divLogoSehhaCard {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100px;
    max-height: 100px;
    overflow: hidden;
}

.imgLogoSehhaCard {
    position: relative;
    left: 0px;
    top: 0px;
    width: 90%;
}

.imgSehhaCard {
    position: relative;
    left: 0px;
    top: 0px;
    width: 95%;
}

.divUsrPhoto {
    position: absolute;
    top: 10px;
    left: 5px;
    width: 100px;
    max-height: 100px;
    overflow: hidden;
}


@media print {

    .divUsrCrd {
        background-color: white;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        padding: 5px;
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
    }
}



.divUsrCrd {
    left: -400px;
    z-index: -1;
    border-radius: 10px;
    width: 350px;
    height: 220px;
    border: 1px solid gray;
    background-color: white;
    padding: 10px;
    /*left: -45px;*/
    top: -10px;
    position: relative;
}

.ImgUsrPhoto {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
}

.divUserGriffe {
    position: absolute;
    top: 70px;
    left: 120px;
    border: 3px solid red;
    border-radius: 5px;
    height: 35px;
    padding: 10px;
}

.spanUserGriffe {
    font-size: 16px;
    top: -5px;
    width: fit-content;
    position: relative;
    font-weight: 600;
}

.divUsrFullName {
    position: absolute;
    top: 120px;
    left: 20px;
    width: 330px;
    height: 20px;
    text-align: center;
}

.spanUsrFullName {
    font-family: Arial, Helvelitica;
    font-size: large;
}

.spanUsrCardNumber {
    font-family: Arial, Helvelitica;
    font-size: small;
}

.divUsrCardNumber {
    position: absolute;
    top: 145px;
    left: 10px;
    width: 330px;
    height: 20px;
    text-align: center;
    margin-top: 13px;
    font-family: 'Nunito';
    font-size: 13px;
}

.spanUsrFullName {
    font-family: Arial, Helvelitica;
    font-size: large;
}

.txt_Code {
    text-align: center;
    height: 50px;
    width: 50px;
    padding: 5px;
    font-size: 20px;
    border-radius: 50%;
    border: 1px solid lightgray;
}

.divArabicTitle1 {
    text-align: right;
    font-size: x-large;
    /*font-weight:600;*/
    margin: 10px 0px;
}

.divArabicTitle2 {
    text-align: right;
    font-size: Medium;
    /*font-weight:600;*/
    cursor: pointer;
    margin: 10px 0px;
}

.divArabicTextBody, .spanArabicTextBody {
    text-align: right;
    font-size: large;
    /*font-weight:100;*/
    margin: 10px 0px;
}

.iframeLeftSideBarre {
    border: none;
    display: none;
    width: 100%;
    min-height: 700px;
    margin-bottom: 30px;
}

.divCalqueLeftSide {
    position: absolute;
    left: 12px;
    margin-top: 10px;
    width: calc(25% - 30px);
    height: 680px;
    margin-left: 10px;
    background: #00000042;
}

.TitleMainAcceuil {
    font-size: x-large;
    font-family: 'Nunito';
    color: #3371a9;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    line-height: 1.1;
    filter: unset;
}

    .TitleMainAcceuil:hover {
        color: #ea3d0b;
        filter: drop-shadow(2px 4px 6px white);
    }

.divWorkingBuzzy_Step3 {
    position: absolute;
    display: none;
    width: 100%;
    margin: -10px;
    height: 100%;
    background-color: #3f51b547;
    z-index: 1;
}

.imgViewPwd {
    width: 26px;
    height: 26px;
    border: 1px solid lightgray;
    margin-top: 12px;
    margin-left: -28px;
    border-radius: 8px;
    padding: 2px;
}

.TxtNewPwd {
    text-align: left;
    height: 30px;
    width: 80%;
    padding: 10px;
    font-size: 16px;
    border-radius: 8px;
    border: 1px solid lightgray;
    margin-top: 10px;
}

.divNewPwd {
    display: flex;
    height: 40px;
    margin-left: -20px;
    margin-bottom: 20px;
}

.divMainNewPwd {
    display: grid;
    left: 10%;
    position: relative;
    border-radius: 8px;
}

.divTextLeftSide {
    position: relative;
    margin: 10px;
    color: white;
    font-size: 14px;
    font-weight: 100;
    font-family: nunito, arial,sans-serif;
    line-height: 1.5;
    background-color: #ffffff5e;
    padding: 10px;
    z-index: 1000;
}

.PhotoProfilContainer {
    position: relative;
    width: 150px;
    max-height: 150px;
    left: calc(50% - 75px);
    border-radius: 50%;
    border: 1px solid blue;
}

.PhotoCachetContainer {
    position: relative;
    width: 230px;
    max-height: 150px;
    left: calc(50% - 115px);
    border: 1px solid lightgray;
}

.imgUserprofile-Cachet-Signature {
    width: 100%;
}

.divProfSearchResult {
    border: 1px solid;
    padding: 10px;
    margin: 10px;
    border-radius: 15px;
}

.divNomPrenomProf {
    display: flex;
    font-size: large;
    font-weight: 600;
    padding-bottom: 5px;
}

.divSEHHAProf {
    padding: 5px;
    background: #ffff;
    text-align: left;
    border: 1px solid #e4b0ac;
    border-radius: 10px;
    margin-top: 10px;
}

.imgMedecin {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.imgPharmacie {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.imgLaboratoire {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.imgSEHHA {
    width: 45px;
    height: 30px;
    margin-top: -5px;
}

.buttonFindItem {
    border: 1px solid #d5d597;
    border-radius: 5px;
    height: 30px;
    width: 30px;
    position: relative;
    margin: 10px -5px;
    cursor: pointer;
}

.LabelDetailMedic {
    background-color: #ebf4fe;
    color: #311b92;
    padding: 2px 8px;
    border-radius: 8px;
    height: min-content;
}

.SubscriberElementCollection {
    display: flex;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 2px;
    background-color: white;
    min-height: 75px;
    overflow: hidden;
}

    .SubscriberElementCollection:Hover {
        background-color: yellow;
    }


.modal-header {
    padding: 10px 0px;
    background-color: #DE2A1A;
    color: #000;
    text-align: center;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
}

.style74 {
    width: 80%;
    margin: 0 auto;
    color: white;
}

.imgHeader {
    position: absolute;
    margin-top: -30px;
    margin-left: -25px;
    height: 190px;
    width: 98%;
}

@media (max-width: 600px) {
    .imgHeader {
        position: absolute;
        margin-top: -25px;
        margin-left: 0px;
        height: 133px;
        max-width: 97%;
    }
}
