/* Logout Modal */

.logout-modal p {
    text-align: center;
    font-size: 18px;
    padding: 20px 0px;
    font-weight: 400;
}

.logout-modal .continue-button {
    border-radius: 3px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #28cdbf;
    color: white;
    padding: 13px 0px;
}

.logout-modal .cancel-button {
    border-radius: 3px;
    width: 100%;
    border: none;
    outline: none;
    background-color: #ff4858;
    color: white;
    padding: 13px 0px;
}

/* List prescription */
.list-prescription-modal {
    text-align: center;
}

.prescription-name {
    padding: 5px 0px !important;
}

.download-prescription-button {
    background-color: #4e95fb;
    padding: 5px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    color: #fff;
    font-weight: 600px;
    font-size: 14px;
}

.download-prescription-button:hover {
    opacity: 0.8;
}

.prescription-item {
    margin: 20px 0px !important;
    text-align: center !important;
}

/* Upload Modal */

.upload-modal .modal-body .dropzone {
    border-radius: 15px;
    border: dashed 2px #9b9b9b;
    padding: 20px;
}

.upload-modal .modal-body button {
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-top: 25px;
    outline: none;
    border: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 23px;
    padding-right: 23px;
    color: white;
    background-color: #8e6af8;
    border-radius: 20px;
}

.upload-modal .modal-body .dropzone p {
    text-align: center;
    padding: 10px 0px;
}

.upload-modal .modal-body .dropzone p.dropzone-main {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #4a4a4a;
}

.upload-modal .modal-body .dropzone p.dropzone-sub {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    text-align: center;
    color: #9b9b9b;
}

.upload-modal .modal-body .dropzone-file-container {
    padding: 25px 0px;
}

.upload-modal .modal-body .dropzone-file {
    position: relative;
    width: 70%;
    padding: 5px 0px;
}

.upload-modal .modal-body .dropzone-file .file-name {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #4a4a4a;
}

.upload-modal .modal-body .dropzone-file img {
    padding-right: 25px;
}

.upload-modal .modal-body .dropzone-file .file-size {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #4a4a4a;
}

.upload-modal .modal-body .dropzone-file .file-close {
    float: right;
    margin-right: 20px;
    clear: both;
}

/* Colored Choice Button */

.colorButton {
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 5em;
    outline: none;
    border: none;
    padding: 15px 0;
    color: white;
    background-color: #8e6af8;
    border-radius: 20px;
}

/* SOLUTION FOR */

.solutionFor {
    width: 100%;
    height: 100%;
    padding: 25% 0px;
}

.solutionFor p {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: -1.4px;
    width: 75%;
    text-align: left;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.solutionFor .textLoop {
    color: #f5a623;
    width: 75%;
    text-align: left;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

.solutionFor h2 {
    font-size: 36px;
    letter-spacing: -1.4px;
    margin: 0;
}

@media screen and (max-width: 615px ) {
    .solutionFor h2.text-loop-1 {
    text-wrap: wrap;
    }
}

.solutionFor a {
    padding: 0;
    color: #f5a623;
}

/* GodZone */

.godzone-button-container {
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

.godzone-button-container .godzone-button {
    outline: none;
    border: none;
    border-radius: 20px;
    height: 116px;
    width: 100%;
}

.godzone-button-container .godzone-button:hover {
    opacity: 0.8;
}

.godzone-button-container a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.2px;
}

.godzone-button-container .godzone-button {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0.2px;
}

.godzone-container {
    position: relative;
    margin-top: -175px;
    padding: 30px 40px;
    text-align: center;
}

.godzone-container .godzone-expand-button {
    margin-top: 39px;
    padding: 9px 21px;
    background-color: rgba(0, 0, 0, 0);
    outline: none;
    border: none;
    border-radius: 100px;
    border: solid 1px #8c898e;
    font-size: 16px;
    font-weight: 400;
    color: #8c898e;
}

.godzone-container .godzone-expand-button:hover {
    background-color: #8e6af8;
    color: white;
    transition: 0.3s;
}

@media screen and (max-width: 800px) {
    .godzone-container {
        margin-top: -100px;
        padding: 30px 40px;
    }

    .godzone-button-container .godzone-button {
        font-size: 17px;
    }

    .godzone-button-container a {
        font-size: 17px;
    }
}

@media screen and (max-width: 425px) {
    .godzone-container {
        margin-top: -60px;
        padding: 30px 12px;
    }
}

/* Collapsible */

.collapsible {
    background-color: #fbfcfc;
    cursor: pointer;
    padding: 31px 67px 31px 47px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #f2efef;
    text-align: left;
    outline: none;
}

.collapsible .collapse-title {
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: normal;
    color: #000000;
}

.collapse-icon {
    position: absolute;
    right: 0;
    text-align: right;
    margin-top: 3px;
    padding-right: 38px;
    padding-left: 38px;
    transform: rotate(-90deg);
}

.collapsible.active .collapse-icon {
    transform: rotate(0deg);
}

.collapsible.active {
    border: none;
    background-color: #ffffff;
}

.collapsible.active .collapse-title {
    font-family: 'Roboto';
    font-weight: normal;
}

.collapse-content {
    padding: 11px 0px 11px 47px;
    display: none;
    overflow: hidden;
    background-color: #ffffff;
    font-family: 'Roboto';
    opacity: 0.7;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: normal;
    color: #000000;
}

.collapse-content ul li {
    list-style-type: initial;
    display: list-item;
}

.collapse-content ul li:first-child {
    padding-left: 16px;
}

.collapse-content ul {
    padding-left: 40px;
}

/* Testimonial */

.active.testimonial-image {
    opacity: 1;
}

.testimonial-container {
    text-align: center;
    background-color: #ffffff;
    padding: 57px 0px 75px 0px;
}

.testimonial-image {
    display: inline-block;
    opacity: 0.25;
    height: 86px;
    width: 86px;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 60px;
}

.testimonial-image .active {
    opacity: 1;
}

.testimonial-title {
    font-family: 'Roboto';
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #25b5a9;
}

.testimonial-main-title {
    font-family: 'Roboto';
    font-size: 34px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
    margin-top: 7px;
}

.testimonial-icon {
    margin-bottom: 37px;
    margin-top: 37px;
    text-align: center;
}

.testimonial-text-content {
    margin-top: 42px;
    font-family: 'Roboto';
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #5e6a6e;
}

.testimonial-text-author {
    padding-top: 31px;
    margin-bottom: 0px;
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.testimonial-text-profession {
    padding-top: 3px;
    opacity: 0.75;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #5e6a6e;
}

@media screen and (max-width: 800px) {
    .testimonial-image {
        height: 72px;
        width: 72px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .logout-modal .cancel-button {
        margin-bottom: 10px;
    }
}

/* Excellence Service */

.excellence-service-container {
    padding: 0;
    padding-top: 90px;
    text-align: center;
    font-family: 'Roboto';
}

.excellence-service-container h2 {
    font-size: 30px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000000;
    margin-bottom: 60px;
}

.excellence-service-container h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #25b5a9;
}

.excellence-service-container p {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: normal;
    color: #5e6a6e;
}

.excellence-service-paiement {
    padding-top: 70px;
    padding-bottom: 140px;
    margin: 0px !important;
}

.excellence-service-paiement p {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}

.excellence-service-paiement img+img {
    margin-left: 14px;
}

@media screen and (max-width: 800px) {
    .excellence-service-container {
        padding-top: 45px;
    }

    .excellence-service-container p {
        margin-bottom: 82px;
    }

    .excellence-service-paiement {
        background-color: #f3fbfb;
        padding-bottom: 75px;
    }

    .excellence-service-paiement p {
        margin-bottom: 20px;
    }
}

.pRequest {
    width: 90%;
    margin-left: 60px;
    margin-right: 70px;
    height: 100px;
    border-radius: 2px;
    border: 0;
    border-left: 7px;
    border-style: solid;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.1);
}

.pRequest:last-child {
    margin-bottom: 120px;
}

.pRequest .pCal {
    height: 69px;
    min-height: 69px;
    width: 69px;
    min-width: 69px;
    margin-left: 55px;
    display: inline-block;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.18);
}

.pRequest .pCal h2 {
    font-size: 12px;
    font-weight: bold;
    line-height: 0.83;
    letter-spacing: -0.3px;
    text-align: center;
    color: #4a4a4a;
    margin: 0;
    margin-top: 10px;
}

.pRequest .pCal h1 {
    font-size: 23px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.7;
    letter-spacing: -0.9px;
    text-align: center;
    color: #4a4a4a;
    margin: 0;
    margin-top: 7px;
}

.pRequest .pCal p {
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.17;
    letter-spacing: -0.3px;
    text-align: center;
    color: #4a4a4a;
    margin: 0;
}

.pRequest .pCal p strong {
    font-weight: 500;
}

.pRequest .pName {
    display: inline-block;
    margin-left: auto;
}

.pvcenter {
    display: table;
    height: 100%;
}

.pvCtr {
    display: table-cell;
    vertical-align: middle;
}

.search {
    width: 90%;
    margin: auto;
    display: flex;
    margin-bottom: 20px;
}

.search .search-block {
    display: flex;
}

.search .search-input {
    padding: 1rem;
    border: none;
    width: 40rem;
    outline: 0;
}

.search button {
    padding: 1rem;
    border: none;
    background: #fff;
}

.search select {
    padding: 1rem;
    border: none;
    outline: 0;
    background: #fff;
    color: gray;
}

.pRequest .pName {
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-left: 5%;
    width: 45%;
}

.pRequest span.id {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: -0.3px;
    color: #000000;
    margin-left: 5%;
    width: 20%;
    display: inline-block;
}

.pRequest .btnCenter {
    width: 20%;
    display: inline-block;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .pRequest {
        margin-left: 10px;
        width: calc(100% - 20px);
        margin-bottom: 10px;
        height: 100%;
        padding: 15px 0;
    }

    .pLayout .pRow {
        width: 100%;
    }

    .pRequest .pCal {
        margin-left: 20px;
    }

    .pRequest .pName {
        width: 35%;
    }

    .pRequest:last-child {
        margin-bottom: 40px;
    }
}

/* Checkbox */
.cbcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.cbcontainer {
    display: block;
    cursor: pointer;
    user-select: none;
    position: absolute;
    left: 0;
}

.cbcontainer .cMark {
    height: 15px;
    width: 15px;
    border: 1px solid #9b9b9b73;
    position: absolute;
}

.cMark:after {
    content: '';
    position: absolute;
    display: none;
}

.cbcontainer input:checked~.cMark:after {
    display: block;
}

.cbcontainer .cMark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #50e3c2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radioContainer {
    height: 20px;
    width: 20px;
    display: inline-block;
    margin-right: 25px;
    padding-top: 3px;
    cursor: pointer;
    user-select: none;
    position: relative;
}

/* Messenger */

@font-face {
    font-family: Avenir;
    src: url(/static/fonts/AvenirLTStd-Medium.otf);
}

.messenger {
    position: relative;
    display: flex;
    height: 77vh;
    width: 100%;
}


.messagesList {
    flex: 1;
    background-color: #fff;
}

#scrollable-block {
    height: 64vh;
    overflow: auto;
}

.messagesList.minimized {
    min-width: 230px;
}


.messagesList ul li.message {
    display: flex;
    align-items: center;
    padding-left: 30px;
    height: 72px;
    width: 100%;
    max-width: 500px;
}

li.message {
    position: relative;
    /*border-bottom: solid 1px #9b9b9b27;*/
    background-color: white;
    cursor: pointer;
    padding-right: 25px;
    transition: 0.3s ease-in-out;
}

li.message:hover {
    background-color: #efefef;
}

li.message.selected {
    background-color: #61c9d7;
    border-bottom: none;
}

li.message img {
    border-radius: 100%;
}

li.message .meta {
    padding-left: 11px;
    max-width: calc(100% - 32px);
}

li.message h3 {
    margin: 0;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-bottom: 3px;
}

.messagesList.minimized li.message h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

li.message p {
    text-align: left;
    opacity: 0.7;
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #4a4a4a;
    margin: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


.metaMsgLine {
    display: flex;
    align-items: flex-end;
}

.unreadsNum {
    background-color: #2277ef;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    height: 13px;
    width: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    font-size: 10px;
    min-width: 13px;
    min-height: 13px;
}

.yourMessageLabel {
    font-size: 10px;
    margin-right: 3px;
}



@media screen and (max-width: 1200px) {
    .messagesList {
        opacity: 1;
        transition: 0.3s ease-in-out;
    }

    .messagesList.minimized {
        min-width: 0px;
        max-width: 0px;
        opacity: 0;
    }
}

@media screen and (max-width: 800px) {}




.NothingHereBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}






.messageThread {
    position: relative;
    height: 93%;
    background-color: #f3f5f7;
    width: 80%
}


.messageThread .msgHead {
    height: 55px;
    background-color: #f8f7f7;
}

.messageThread .msgHead .ctt {
    padding-right: 25px;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.msgHead .ctt h3 {
    height: 19px;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #000000;
    margin: 0;
    padding-top: 8px;
    margin-bottom: 5px;
}

.messagesList .search-message {
    position: sticky;
    display: flex;
    padding: 0.5rem 0;
    left: 3rem;
    width: 35rem;
    margin: auto;
    top: 1rem;
    z-index: 2;
}

.messagesList .search-message.reduced {
    left: 0;
    width: unset;
    padding: 0;
}

.messagesList .search-message .search-input {
    outline: 0;
    border: none;
    width: 100%;
    padding: 1rem;
    box-shadow: 0px 3px 5px -3px #000;
}

.messagesList .search-message .btn-search {
    outline: 0;
    border: none;
    padding: 1rem;
    background: transparent;
}

.msgHead .ctt p {
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: right;
    color: #9b9b9b;
}

.ctt button.btnBack {
    border: none;
    background: none;
    display: none;
    cursor: default;
    font-size: 18px;
    margin-right: 20px;
}

.ctt button.btnBack svg {
        border: none;
        background: transparent;
        position: relative;
        margin-top: 2px;
    }

.ctt button.video-btn {
    border: none;
    background: transparent;
    position: relative;
    top: 1px
}

.ctt button.video-btn .dot {
    border: 3px solid #04c704;
    border-radius: 50%;
    position: absolute;
    right: 13px;
    top: 5px;
}

.ctt button.video-btn .dot.phone {
    right: 8px
}

.cttAct {
    display: flex;
    align-items: center;
    gap: 25px;
}

.cttPrescript {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cttPrescript>svg {
    margin-right: 7px;
    margin-bottom: 4px;
    height: 21px;
    width: auto !important;
    color: #61c9d7;
}

.confPrescript {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.confPrescript>svg {
    margin-right: 7px;
    margin-bottom: 4px;
    height: 21px;
    width: auto !important;
    color: #337ab7;
}

.confPrescript>b {
    color: #4a4a4a;
}

.cttPrescriptTerminate {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.cttPrescriptTerminate>svg {
    margin-right: 7px;
    margin-bottom: 4px;
    height: 21px;
    width: auto !important;
    color: #ff4858;
}

.cttPrescriptTerminate>strong {
    color: #4a4a4a;
}


@media screen and (max-width: 1200px) {
    .ctt button.btnBack {
        cursor: pointer;
        display: block;
    }
}

@media screen and (max-width: 991px) {
    #scrollable-block {
        height: 75vh;
    }
}


@media screen and (max-width: 660px) {
    .cttPrescript>b, .termText, .cancelText, .openText {
        font-size: 0;
    }

    .cttPrescript>b::after {
        font-size: 15px;
        content: "Dossier";
    }

    .termText::after {
        font-size: 15px;
        content: 'Terminer';
    }

    .cancelText::after {
        font-size: 15px;
        content: 'Annuler'
    }

    .openText::after {
        font-size: 15px;
        content: 'Ouvrir';
    }
 }



@media screen and (max-width: 1300px) {
    .cttAct {
        display: flex;
        padding: 7px 0;
        position: absolute;
        top: 0;
        margin: auto;
        width: 90%;
        justify-content: space-between;
        gap: 0
    }

    .messageThread .msgHead {
        height: 50px;
        margin-top: 40px;
    }

    .ctt button.video-btn {
        right: 0
    }
}

@media screen and (max-width: 920px) {

    
}

@media screen and (max-width: 315px) {
    .messageThread .msgHead {
        height: 65px;
    }

}


@media screen and (max-width: 300px) {
    .cttAct {
        flex-direction: column;
        gap: 10px;
        justify-content: center;
        align-items: flex-start;
    }
    .messageThread .msgHead {
        margin-top: 110px;
    }
}



.mMessage {
    max-width: 35%;
    text-align: left;
    background-color: #fcfbfb;
    margin-bottom: 1px;
    border-radius: 20px;
    /*box-shadow: 0 1px 1px 0 #d0cbc4;*/
    width: fit-content;
    position: relative;
    margin-right: 15px;
}

.mMessage.me {
    margin-left: auto;
    text-align: left;
    background-color: #2277ef;
    border-bottom-left-radius: 20px;
}

.mMessage.info {
    background-color: #61c9d7;
    margin: auto;
    text-align: left;
    border-bottom-left-radius: 20px;
    max-width: 100%;
}

.mMessage.viewed::after {
    position: absolute;
    content: "lu";
    right: 5px;
    bottom: -25px;
    color: #c4c4c4;
    font-size: 12px;
    font-weight: bold;
    z-index: 1
}

.mMessage p {
    padding: 10px 20px 15px 20px;
    margin: 0;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #000000;
    width: max-content;
    max-width: 100%;
    word-wrap: normal;
    hyphens: none;
    overflow-wrap: break-word;
}

.mMessage.me p {
    color: #fff;
}

.mMessage.closing {
    border-top-left-radius: 0;
}

.mMessage.me.closing {
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
}

.mMessage.along {
    border-bottom-left-radius: 0;
}

.mMessage.me.along {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 0;
}

.mMessage.middle {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.mMessage.me.middle {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mMessage.lone {
    margin-bottom: 50px;
}

.messageThread .cttr {
    overflow-y: auto;
    width: 100%;
    position: relative;
    height: calc(100% - 144px);
    padding: 35px 15px 15px 70px;
    /*max-width: calc(100vw - 440px - 30px);*/
}

.mMessage small {
    padding: 0 15px;
}

.mMessage.me small {
    color: #fff;
    margin-right: 20px;
}


@media screen and (max-width: 1200px) {
    .messageThread {
        width: 100%;
    }

    .messageThread .cttr {
        padding: 35px 10px 15px 70px;
    }
}











/* Style des images dans le chat */
.messageThread .messageImage {
    max-width: 100%;
    display: flex;
}


.messageThread .messageImage a {
    max-width: 100%;
    position: relative;
    height: 100%;
    width: 100%;
}

.messageThread .messageImage #myImg {
    max-width: 100%;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}


/* Exceptions pour suivre les bordures arrondis des différents messages (bordures des images, du after des images mais également du after des lignes de fichier) */
.mMessage.closing .messageImage #myImg,
.mMessage.closing .messageImage a::after,
.mMessage.closing .messageFile::after {
    border-top-left-radius: 0;
}

.mMessage.me.closing .messageImage #myImg,
.mMessage.me.closing .messageImage a::after,
.mMessage.me.closing .messageFile::after {
    border-top-left-radius: 20px;
    border-top-right-radius: 0;
}


.mMessage.middle .messageImage #myImg,
.mMessage.middle .messageImage a::after,
.mMessage.middle .messageFile::after {
    border-top-left-radius: 0px;
}

.mMessage.me.middle .messageImage #myImg,
.mMessage.me.middle .messageImage a::after,
.mMessage.me.middle .messageFile::after {
    border-top-left-radius: 20px;
    border-top-right-radius: 0px;
}

/* Pop up photo on messenger */



.modalImage {
    position: fixed;
    z-index: 10000;
    padding-top: 5vh;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    overflow: auto;
}



.modalImage .icon {
    cursor: pointer;
    font-size: 12px;
}

.modalImage span {
    color: white;
    cursor: pointer;
}

.modal-image {
    margin: auto;
    display: block;
    width: 80%;
    height: 80vh;
    max-width: 700px;
    object-fit: contain;
}

.modal-image {
    animation-name: zoom;
    animation-duration: 0.6s;
}


.file-tabs .nav-tabs {
    border-bottom: 1px solid #dedede;
    margin-left: -15px;
    margin-right: -15px;

}

.file-tabs .nav-tabs > li > a,
.file-tabs .nav-tabs > li > a:hover,
.file-tabs .nav-tabs > li.active > a,
.file-tabs .nav-tabs > li.active > a:hover {
    background: transparent;
    border: none;
    outline: none;
    color: #878787;
    font-size: 100%;
    padding: 10px 20px;
}

.file-tabs .nav-tabs > li.active > a,
.file-tabs .nav-tabs > li.active > a:hover {
    border-bottom: 3px solid #2196f3;
    color: #212121;
}

.file-tabs .nav-tabs > li > a:hover {
    color: #212121;
}


.file-tabs .img-block {
    display: flex;
    gap: 30px;
    padding-top: 20px;
    height: 300px;
    overflow-y: auto;
    flex-wrap: wrap;
}

.file-tabs .modalImage {
    height: 100vh;
}


@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-image {
        width: 100%;
    }
}

/* Animation hover */
/* .messageThread .messageImage a::after {
    opacity: 0;
    position: absolute;
    content: "Telecharger";
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(22, 22, 22, 0.4);
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
} */

.messageThread .messageImage a:hover::after {
    opacity: 1;
}















/* Style des fichiers (hors image) dans le chat */

.mMessage .messageFile {
    padding: 20px 20px 15px;
    display: flex;
    align-items: center;
    color: #000;
    position: relative;
}

.mMessage .messageFile:hover {
    text-decoration: none;
}

.mMessage .messageFile svg {
    height: 21px;
    width: auto;
}

.mMessage .messageFile svg path {
    fill: #000;
}

.mMessage .messageFile b {
    margin-left: 1em;
}




.mMessage.me .messageFile {
    color: #fff;
}

.mMessage.me .messageFile svg path {
    fill: #fff;
}






.mMessage .messageFile::after {
    opacity: 0;
    position: absolute;
    content: "Telecharger";
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(22, 22, 22, 0.8);
    transition: 0.3s ease-in-out;
    border-radius: 20px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.mMessage .messageFile:hover::after {
    opacity: 1;
}











/* File loader in chat */


@keyframes appear {
    0% {
        right: -100px;
        bottom: -50px;
    }

    1% {
        display: initial;
    }

    100% {
        right: 0;
        bottom: 0;
        display: initial;
    }
}

.sendingFile {
    position: relative;
    overflow: hidden;
    padding: 15px;
}

.sendingFile>div {
    display: none;
    text-align: right;
    margin-bottom: 10px;
    position: absolute;
}

.sendingFile.show>div {
    animation: 0.4s ease-in-out appear;
    animation-fill-mode: forwards;
    display: initial;
}

.sendingFile b {
    margin-left: 10px;
}




/*
    Might be useful
.messageThread .cttr {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.messageThread .cttr::-webkit-scrollbar {
    display: none;
} */



.messageThread .startaChat {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}






.messageThread .composer {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #b6acac43;
    padding: 0 50px 5px 50px;
}

.messageThread .composer .composerText {
    margin-top: 12px;
    height: 36px;
    resize: none;
    width: calc(100% - 110px);
    overflow-y: auto;
    box-sizing: border-box;
    border: none;
    outline: none;
    padding: 8px 20px;
    border-radius: 18px;
    margin-left: 53px;
}

.messageThread .composer .file-btn-block {
    position: relative;
}

.messageThread .composer .file-btn-block .menu {
    position: absolute;
    bottom: -1em;
    left: -2em;
    width: 160px;
    list-style-type: none;
    padding: 0;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid whitesmoke;
}

.messageThread .composer .file-btn-block .menu > li {
    margin: 0;
    background-color: white;
    padding: 10px 8px;
    width: 100%;
    cursor: pointer;
}

.messageThread .composer .file-btn-block .menu > li:hover {
    background-color: lightgray;
}

/* ThreeImages */

.threeImages {
    padding: 90px 0px;
    text-align: center;
}

.threeImages .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #000000;
    padding-bottom: 70px;
}

.threeImages h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #000000;
    padding-bottom: 70px;
}

.threeImages .subtitle {
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #25b5a9;
}

.threeImages p {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    color: #5e6a6e;
}



@media screen and (max-width: 1200px) {
    .mMessage {
        max-width: 75%;
    }
}

@media screen and (max-width: 800px) {
    .threeImages p {
        padding-bottom: 70px;
    }

    .messagesList {
        width: 100%;
    }

    li.message.selected {
        background-color: white;
    }

    .messageThread {
        height: 100%;
        background-color: #f6f7f8;
        z-index: 1049;
        animation: slide 0.5s forwards;
        position: fixed;
        top: 0;
    }

    .messageThread .msgHead {
        background-color: #fff;
    }

    .messageThread .cttr {
        overflow-y: scroll;
        padding: 35px 10px 15px 10px;
        height: calc(100% - 160px)
    }

    .mMessage {
        max-width: 75%;
        border-radius: 20px;
    }
}

@keyframes slide {
    100% {
        left: 0;
    }
}

button.sendMessage {
    position: absolute;
    right: 30px;
    top: 12px;
    height: 36px;
    border-radius: 18px;
    border: none;
    width: 70px;
    background: none;
}

button.messageAttachement {
    position: absolute;
    left: 20px;
    top: 12px;
    height: 36px;
    border-radius: 18px;
    border: none;
    background: none;
}

button.messageAttachement.video {
    left: 55px;
}

.messageListHeader {
    background-color: #eae9e9;
    position: relative;
}

.messageListHeader h4 {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 15px 0 12px 0;
    font-family: Avenir;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000000;
}

.messageListHeader button.compose {
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    border: none;
    width: 20%;
    background: none;
}

.messageSearch {
    position: relative;
    background: #fff;
    height: 34px;
    border-bottom: solid 1px #9b9b9b69;
    padding-top: 4px;
}

.messageSearch input {
    height: 25px;
    width: 100%;
    border: none;
    padding-left: 60px;
    outline: none;
}

.messageSearch input::-webkit-input-placeholder,
.messageSearch input::placeholder {
    opacity: 0.5;
    font-family: Avenir;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    text-align: left;
    color: #4a4a4a;
    padding-left: 25px;
}

.messageSearch img {
    position: absolute;
    left: 34px;
    top: 11px;
}

/* TheyTrusUs */

.theytrusus-container {
    background-color: #28cdbf;
    opacity: 0.75;
    text-align: center;
    padding-top: 51px;
    padding-bottom: 70px;
}

.theytrusus-container h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    padding-bottom: 35px;
}

.theytrusus-container img {
    max-width: 100%;
    max-height: 46px;
}

/* Questional Delimiter */

.questionalDelimiter-container {
    padding-top: 153px;
    padding-bottom: 126px;
    text-align: center;
}

.questionalDelimiter-container.join_us {
    background: url('/static/img/join_us.png') center top / cover no-repeat fixed;
    background: -webkit-image-set(url('/static/img/join_us.png') 1x,
            url('/static/img/join_us@2x.png') 2x) center top / cover no-repeat;
}

.questionalDelimiter-container.press {
    background: url('/static/img/header-doctor-press.png') center top / cover no-repeat fixed;
    background: -webkit-image-set(url('/static/img/header-doctor-press.png') 1x,
            url('/static/img/header-doctor-press@2x.png') 2x) center top / cover no-repeat;
}

.questionalDelimiter-container h3 {
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: center;
    color: #50e3c2;
    padding-bottom: 23px;
}

.questionalDelimiter-container button {
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: -0.3px;
    text-align: center;
    color: #ffffff;
    border-radius: 100px;
    border: solid 1px #ffffff;
    padding: 6px 24px;
    text-decoration: none;
    transition: background-color 0.4s;
}

.questionalDelimiter-container button:hover {
    background-color: rgba(255, 255, 255, 0.445);
}

@media screen and (max-width: 800px) {
    .questionalDelimiter-container {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    .messageThread .composer {
        padding-right: 23px;
    }
}

/* Carte Vitale Modal */

.cv-modal p {
    font-weight: 500;
    padding-bottom: 20px;
    opacity: 0.8;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 2.36;
    letter-spacing: normal;
    color: #4a4a4a;
}

.cv-modal input {
    display: block;
    outline: none;
    width: 70%;
    margin: 0 auto;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.364);
    padding-bottom: 7px;
    font-weight: 300;
}

.cv-modal input:focus {
    border-bottom: 2px solid rgba(0, 0, 0, 0.364);
    font-weight: 400;
}

.cv-modal button.validate {
    border: none;
    outline: none;
    color: #ffffff;
    font-weight: 300;
    display: block;
    text-align: center;
    margin: 30px 0 auto auto;
    background-color: #02ce26;
    border-radius: 100px;
    padding: 7px 23px;
}

.cv-modal button.validate:hover {
    background-color: #049920;
    transition: 0.6s;
}

/* Notification */

.feeli_notification {
    padding: 11px;
    border: 1px solid transparent;
    padding-right: 115px;
    padding-left: 10%;
    background-color: #f5a623;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: 0.1px;
    color: #ffffff;
}

.feeli_notification button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}

.feeli_notification .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
    opacity: 0.9;
    font-weight: 300;
}

.messageBubble {
    text-align: left;
    position: absolute;
    left: -45px;
    bottom: -7px;
}

.messageBubble.me {
    text-align: right;
}

@media (max-width: 800px) {
    .feeli_notification {
        padding-right: 35px;
        padding-left: 25px;
        text-align: left;
    }

    .pRequest span.id {
        display: none;
    }

    .pRequest .btnCenter {
        text-align: right;
        width: 55%;
    }

    button.sendMessage {
        right: 20px !important;
    }
}

@media (max-width: 375px) {
    .pRequest {
        padding: 20px 0;
    }

    .colorButton {
        padding: 15px 8px;
    }

    .godzone-button-container a {
        font-size: 15px;
    }

    .godzone-button-container .godzone-button {
        font-size: 15px;
    }
}

.profilePicMessenger {
    margin-bottom: 5px;
    border-radius: 17.5px;
}

a[href^="http://maps.google.com/maps"] {
    display: none !important
}

a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

button.btnVisioGenerate {
    margin-top: 1em;
    outline: none;
    border: none;
    background-color: #22c3b6;
    color: white;
    height: 30px;
    padding: 0 15px;
    border-radius: 15px;
}
.trustbox-container {
    text-align: center;
}

.trustbox-container .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.2px;
    color: #023160;
    padding-top: 50px;
}

.trustbox-container .trustpilot-widget .tp-widget-review {
    font-size: 30px;
}

.es-text {
    font-size: 30px;
}
























/* NothingHereBox - Affichage en cas de message, page vide... */



.NothingHereBox {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.NothingHereBox img {
    max-width: 30%;
    max-height: 40%;
    margin-bottom: 5em;
}

.NothingHereBox b {
    margin-bottom: 12px;
    font-family: Avenir;
    font-size: 17px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
}


.NothingHereBox span {
    opacity: 0.7;
    font-family: Avenir;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.1px;
    max-width: 70%;
    text-align: center;
    color: #4a4a4a;
}

.NothingHereBox button, .NothingHereBox a {
    margin-top: 25px;
    background-image: linear-gradient(205deg, rgb(254, 187, 82), rgb(237, 75, 167));
    background-color: rgb(254, 187, 82);
    border: none;
    color: #fff;
    position: relative;
}

/* .NothingHereBox a::after {
    content: "";
    width: 105%;
    height: 105%;
    left: -2.5%;
    top: -2.5%;
    position: absolute;
} */

/* .NothingHereBox a:hover {
    animation: bounce 0.5s ease-in-out;
    color: #fff;
} */

@keyframes bounce {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 15px;
    }

    70% {
        bottom: 0;
    }

    85% {
        bottom: 4px;
    }

    100% {
        bottom: 0;
    }
}


@media screen and (max-width: 898px) {
    .search {
        flex-wrap: wrap;
        top: -2rem;
    }

    .search select {
        margin: 10px 0;
    }
}



@media screen and (max-width: 500px) {
    .search .search-block {
        width: 88%;
    }

    .search select {
        width: 100%;
    }
}

@media screen and (max-width: 800px) {}

/* SESSION EXPIRED MODAL */
.expire-modal p {
    text-align: center;
}

.expire-modal .login-button {
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    border: none;
    border-radius: 100px;
    background-image: linear-gradient(205deg, #febb52, #ed4ba7);
    padding: 12px 32px;
    display: block;
    margin-left: auto;
    margin-right: 20px;
}

.photo-modal img {
    width: 100%;
    object-fit: contain;
}
.photo-modal .modal-dialog {
    width: 70%;
    max-height: 70%;
}

.dropdown-msg {
    position: absolute;
    top: -44px;
    right: 0;
}
@media (max-width: 991px) {
    .dropdown-msg {
        position: relative;
        display: block;
        top: auto;
    }
    .btn-dropdown {
        border: 1px solid transparent !important;
    }
}


.menu-content {
    display: flex;
    align-items: center;
}
.video-and-back-content {
    display: flex;
    align-items: center;
}

.dropdown-menu-btn {
    position: relative;
}

.btn-dropdown-menu {
    border: none;
    display: inline-block;
    margin: -5px 0 0 15px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 2px 8px !important;
    font-size: 20px;
    border-radius: 4px;
    color: #ff4858;
}
  
.dropdown-menu-btn .menu {
    position: absolute;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    right: 0;
    width: 245px;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid whitesmoke;
}
  
.dropdown-menu-btn .menu > li {
    margin: 0;
    background-color: white;
    padding: 10px 8px;
    width: 100%;
    cursor: pointer;
}
  
.dropdown-menu-btn .menu > li:hover {
    background-color: lightgray;
}
  
.dropdown-msg .menu {
    position: absolute;
    list-style-type: none;
    margin: 5px 0;
    padding: 0;
    right: 0;
    width: 230px;
    z-index: 5;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 5px;
    border: 1px solid whitesmoke;
}
  
.dropdown-msg .menu > li {
    margin: 0;
    background-color: white;
    padding: 10px 8px;
    width: 100%;
    cursor: pointer;
}
  
.dropdown-msg .menu > li:hover {
    background-color: lightgray;
}
.msg-checkbox {
    margin-right: 5px !important;
    cursor: pointer;
}
.btn-select-content {
    display: flex;
    padding: 0 22px;
}
.btn-terminer {
    margin: 5px 5px 5px 0;
    font-size: 12px;
    padding: 3px 6px !important;
    border: 1px solid transparent;  
    color: #fff;
    background-color: #61c9d7 !important;
    border-radius: 4px;
}
.btn-annuler {
    background-color: #d9534f !important;
    margin: 5px 0;
    font-size: 12px;
    padding: 3px 6px !important;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 4px;
}
.btn-dropdown {
    color: gray;
    border: 1px solid rgba(128, 128, 128, 0.305);
    display: inline-block;
    margin: 6px 6px 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    padding: 2px 8px !important;
    font-size: 14px;
    border-radius: 4px;
}
.msg-checkbox {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
  }
  
  .msg-checkbox input[type="checkbox"]:checked + .msg-checkbox::before {
    content: '\2714'; /* ✓ */
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #007bff;
  }
  .msg-checkbox input[type="checkbox"] {
    opacity: 0;
  }

  .msg-checkbox .msg-checkbox::before {
    content: '';
    display: none;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 12px;
    font-size: 10px;
  }

  .react-tel-input .country-list .country {
    width: 100%;
  }

  .exclure-content .btn-exclure {
    color: gray;
    padding: 1rem;
  }
  @media screen and (max-width: 898px) {
    .exclure-content .btn-exclure {
        margin: 10px 0;
    }
  }
  @media screen and (max-width: 500px) {
    .exclure-content {
        width: 100%;
        padding-right: 10px;
    }
    .exclure-content .btn-exclure {
        width: 100%;
        text-align: left;
    }
  }
  .exclure-content .exclure-menu {
    position: absolute;
    display: block;
    min-width: 140px;
    border: 1px rgb(206, 206, 206) solid;
    border-radius: 5px;
    z-index: 10;
    background-color: #fff;
    margin-top: 5px;
  }
  .exclure-content .exclure-menu label {
    opacity: .8;
    width: 100%;
    padding: 1px 5px;
  }
  .exclure-content .exclure-menu label:hover {
    background-color: rgb(206, 206, 206);
  }
  .exclure-content .exclure-menu label input {
    margin-right: 8px;
  }

/* The side navigation menu */

.sidenav {
    height: 100vh;
    /* 100% Full-height */
    width: 25%;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: white;
    /* Black*/
    /*overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: -15px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* Position and style the close button (top right corner) */

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

@media screen and (max-width: 1000px) {
    .sidenav {
        width: 100%;
    }
}

/* Sidebar Button Grid */

.sidebar_content {
    padding: 10px 20px;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.sidebar_buttonGrid {
    background-color: white;
}

.sidebar_buttonCol {
    margin-top: 15px;
}

.sidebar_linkGrid {
    background-color: #eff4f4;
}

.sidebar_linkGrid a {
    display: block;
    color: black;
    font-size: 18px;
    margin-top: 5px;
}

.sidebar_footerGrid {
    height: 100%;
    background-color: #f2f7f7;
}

.sidebar_footerGrid .auth-link {
    font-size: 15px;
    font-weight: 400;
    color: #b5bcbe;
    margin-top: 8px;
}

.sidebar_footerGrid .pro-button {
    padding: 10px 20px 10px 20px;
    border-radius: 30%;
    outline: none;
    border: none;
}

.sidebar_footerGrid .pro-button a {
    text-decoration: none;
    color: black;
    font-weight: 500;
}

.nopad {
    padding: 0 !important;
}

.nopad-left {
    padding-left: 0 !important;
}

.nopad-right {
    padding-right: 0 !important;
}

/* Footer */

.footer {
    padding-top: 33px;
    padding-left: 21px;
    padding-right: 21px;
}

.footer li {
    padding: 0;
    color: #7f8f96;
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    width: 100%;
}

.footer li a {
    color: #7f8f96;
}

.footer .footer-uptitle {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    color: #5e6a6e;
}

.footer h2 {
    font-size: 20px;
    font-weight: bold;
    color: #4a4a4a;
}

.footer p {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 300;
}

.footer-banner {
    height: 75px;
    background-color: #f6f7f8;
}

.footer-banner.pre-footer {
    height: 150px;
}

.footer-banner .legitscript-link {
    margin-left: 104px
}

.footer-banner .legitscript-link img {
    padding: 10px 0;
}



.footer-banner img {
    max-height: 100%;
    max-width: 100%;
    padding-top: 21px;
    padding-bottom: 15px;
}

.footer-banner .social_icon {
    padding-top: 32px;
    padding-bottom: 27px;
    padding-left: 33px;
}

@media screen and (max-width: 488px) {
    .footer-banner .legitscript-link {
        margin-left: 45px
    }
    
    .footer-banner .legitscript-link img {
        height: 100px;
    }

    .footer-banner .social_icon {
        padding-left: 15px;
    }

    .footer-banner.pre-footer {
        height: 100px;
    }
}

.newsletter-footer {
    height: 37px;
}

.newsletter-footer .inputField {
    text-align: right;
    padding-right: 10%;
}

.newsletter-footer .inputField input {
    background-color: #f5f5f5;
    border: none;
    height: 40px;
    outline: none;
    border-radius: 20px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 14px;
    width: 275px;
}

.newsletter-button {
    outline: none;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}

.newsletter-footer .note {
    font-size: 10px;
    margin-top: 12px;
    color: #4a4a4a;
}

.footer-note .note {
    font-size: 10px;
    color: #4a4a4a;
    text-align: center;

} 
.newsletter-footer-responsive {
    padding: 50px 0px 60px 0px;
    text-align: center;
}

.newsletter-footer-responsive h4 {
    color: #6ce5c3;
    text-align: center;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 33px;
}

.newsletter-footer-responsive .inputField input {
    border: none;
    border-style: solid;
    border-color: #f5f5f5;
    background-color: white;
    height: 40px;
    border-radius: 20px;
    padding-left: 1.5em;
    padding-right: 1.5em;
    outline: none;
    font-size: 14px;
    width: 275px;
}

.foot {
    margin-top: 30px;
    text-align: center;
}

.foot p.blue {
    color: #0c5cb8;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.foot p {
    color: #4a4a4a;
    font-weight: 300;
    font-size: 14px;
}

.foot p strong {
    font-weight: 400;
}

/* Useful shit */

button {
    outline: none !important;
}

/* Nav */
.navbar {
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    padding: 14px 0px 13px 0px;
}

.navbar-top {
    background-color: transparent;
    color: #ffffff;
}

.navbar-sticky {
    background-color: #f2f7f7;
    color: black;
}

.navbar-logo {
    padding-right: 78px;
}

@media screen and (max-width: 1200px) {
    .navbar-logo {
        padding-right: 28px;
    }
}

.navbar-top a {
    outline: none;
    display: inline-block;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -0.2px;
    color: #ffffff;
    text-decoration: none;
}

.navbar-top a:hover {
    font-weight: 400;
    text-decoration: underline;
}

.navbar-top a:active {
    font-weight: 400;
    text-decoration: underline;
}

.navbar-sticky a + a {
    display: inline-block;
    padding-right: 20px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: -0.2px;
    color: #000000;
}

/* .navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
  }

  .navbar a:hover {
    color: black;
  } */

.navbar .icon {
    margin-left: 12px;
    display: none;
}

.navbar .icon a {
    padding-right: 0px;
}

@media screen and (max-width: 1000px) {
    .navbar a:not(:first-child) {
        display: none;
    }

    .navbar span.icon {
        float: right;
        display: block;
    }

    .navbar-logo {
        padding: 0;
    }

    .navbar-top {
        padding-left: 1em;
        padding-right: 1em;
    }

    .navbar-top .icon {
        padding: 7px;
    }

    .navbar-sticky {
        padding-left: 1em;
        padding-right: 1em;
    }

    .navbar-sticky .icon {
        padding: 7px;
    }

    .mobHidden {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    .newsletter-footer-responsive {
        margin-top: 30px;
    }
}

.notifTopMost {
    z-index: 999999;
    position: fixed;
    width: 100%;
}

.notifFadeIn,
.notifFadeOut {
    opacity: 0;
    -moz-transition: opacity 0.4s, margin-top 0.2s ease-in-out;
    -o-transition: opacity 0.4s, margin-top 0.2s ease-in-out;
    -webkit-transition: opacity 0.4s, margin-top 0.2s ease-in-out;
    transition: opacity 0.4s, margin-top 0.2s ease-in-out;
    margin-top: -44px;
}

.notifFadeIn {
    opacity: 1;
    margin-top: 0;
}

.ListItem {
    margin: 0px;
    padding: 0px;
    color: #424242;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 250ms;
}

.ListItem :hover {
    background-color: rgba(40, 205, 191, 0.25);
}

.ListItemList {
    padding: 12px;
    margin: 0px 24px;
    color: inherit;
    font-size: 1.6rem;
    text-align: justify;
    font-weight: 400;
    line-height: normal;
}
