#medassist-widget {

    position: fixed;
    right: 25px;
    bottom: 25px;

    width: 340px;

    background: #ffffff;

    border-radius: 24px;

    box-shadow:
    0 20px 60px rgba(0,0,0,0.18);

    overflow: hidden;

    z-index: 999999;

    font-family:
    Arial, sans-serif;

}



.medassist-loading {

    padding: 25px;

    text-align: center;

    font-size: 18px;

    font-weight: 600;

    color: #00A86B;

}



/* Mobile */

@media(max-width:500px){

    #medassist-widget {

        width:
        calc(100% - 30px);

        right:15px;

        bottom:15px;

    }

}