/*Popup css*/
html{
   scroll-behavior: smooth; 
}
a{
    color:inherit;
    text-decoration:none;
}
select:focus,select:active{
    box-shadow: none !important;
    outline : none;
}
.btn-popup {
    padding: 8px 10px;
    display: table;
    background-color: white;
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
    /* transition: 0.6s all; */
    cursor: pointer;
}
.btn-popup:hover {
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.4);
}
.white-popup {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
    transition: .2s all;
    border-radius: 5px;
    
}
.block-forget-password{
    position: relative;
    background: rgb(255, 255, 255);
    padding: 40px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
    transition: .2s all;
    border-radius: 5px;
}
.white-popup-patient {
    position: relative;
    background: #FFF;
    padding: 40px;
    width: auto;
    max-width: 800px;
    margin: 20px auto;
    transition: .2s all;
    border-radius: 5px;
}
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.bg-red-color{
    background-color: #ee1d23 !important;
    color: white !important;
}
.bg-blue-color{
    background-color: #00aeef !important;
    color: white !important;
}
.bg-black-color{
    background-color: #1d2124 !important;
    color: white !important;
}
select:is(focus,active){
    outline: none !important;
    border: none !important;
    border-style: none !important;
}
input:is(focus,active){
    outline: none !important;
    border: none !important;
    border-style: none !important;
}
#btn-send-data:is(focus,active){
    outline: none !important;
    border: none !important;
    border-style: none !important;
}
.text-red-color{
    color: #ee1d23 !important;
}
.text-blue-color{
    color: #00aeef;
}
.text-uppercase{
    text-transform: uppercase;
}
.modal-form form input,select,textarea {
    display: block;
    width: 100%;
    margin: auto;
    border: none;
    border-bottom: 2px solid #dddddd;
    margin-bottom: 25px;
    padding: 10px 0;
    font-size: 15px;
    color: #222222;
}

.btn-w-100{
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 8px;
}
.modal-form form input:focus {
    border-color: #00aeef;
}
.modal-form form select:focus {
    border-color: #00aeef;
}
.modal-form form textarea:focus {
    border-color: #00aeef;
}
.outline-none{
    outline: none !important;
}
.flex-direction-column{
    flex-direction: column;
}
.flex-direction-row{
    flex-direction: row;
}
.justify-content-center{
    justify-content: center;
}
.align-items-center{
    align-items: center;
}
.w-600{
    font-weight: 600;
}
.w-700{
    font-weight: 700;
}
.w-800{
    font-weight: 800;
}
.w-bold{
    font-weight: bold;
}
.btn-login-popup{
    padding: 8px 11px;
    border-radius: 20px;
}
.pt-1em{
    padding-top: 1em;
}
.pt-2em{
    padding-top: 2em;
}
.pt-3em{
    padding-top: 3em;
}
.pt-4em{
    padding-top: 4em;
}
.pt-5em{
    padding-top: 5em;
}
.mt-1em{
    margin-top: 1em;
}
.mt-2em{
    margin-top: 2em;
}
.mt-3em{
    margin-top: 3em;
}
.mt-4em{
    margin-top: 4em;
}
.mt-5em{
    margin-top: 5em;
}
.link-p-b{
    padding: 10px;
    border-radius: 30px;
}
.print-error-msg ul li{
    list-style-type: none;
}

.footer-mobile{
    display: none;
}
.size-14px{
    font-size: 14px !important;
}
.form_login_patient input{
    height: 45px !important;
}
.form_login_patient button{
    height: 45px !important;
}
.field-icon {
    float: right;
    margin-right: 1em;
    margin-top: -3.5em;;
    position: relative;
    z-index: 2;
    cursor: pointer;
}
.about-service .service-box .box-content p{
    word-break: break-word !important;
}
p{
    word-break: break-word !important;
}
.ms-profile-information tr td{
    word-break: break-all;
}
.icone-header-f-16{
    font-size: 16px;
    color: #00aeef;
    margin-right: .5rem;
}
.checkbox-benevolat{
    width: 20px;
    height: 20px;
}
li.list-inline-item.msearch-bar {
    display: none;
}

/* footer mobile*/
/* @media (max-width: 900px) and (min-width: 180px) */

@media (max-width: 767px) {
    body{
        font-size: 18px !important;
    }
    #footer-pc{
        display: none;
    }
    .footer-mobile{
        display: inline-flex!important;
        position: fixed;
        /* display: grid;
        grid-template-columns: 20% 20% 20% 20% 20%;
        grid-auto-rows: 1fr; */
        width: 100%;
        bottom: 0px;
        justify-content: space-evenly;
        background: #fff;
        align-items: center;
        display: block;
        z-index: 1050;
        height: 60px;
        box-shadow: -1px -3px 7px #ddd;
    }
    .box-link{
        width: 20%;
        text-align: center;
    }
    .box-link a{
        display: inline-grid;
    }
    .box-link i{
        margin: 5px;
        font-size: 25px;
        color: #00aeef;
    }

    .footer-mobile a:hover {
        animation: animate headShake;
        cursor: pointer;
    }
    .section-footer{
        padding-left: 0;
    }
    .footer-container
    {
        width: 100%;
        flex-direction: column;
        display: none;
    }
    .content-copyright{
        display: none;
    }
    .footer-container-box
    {
        width: 98%;
        margin: 0;
        padding: 0;
    }
    .footer-container-box-logo img
    {
        width: 85%;
        height: 100px;
    }
    .footer-container-box-text {
        width: 88%;
    }

}

