.medis-ce-popup {
    position: fixed;
    bottom: 0;
    left: 100%;
    z-index: 999999;
    display: none;
    width: 100%;
    box-shadow: 0 -2px 5px #999999;
}
@media only screen and (min-width: 768px) {
    .medis-ce-popup {
        width: auto;
        box-shadow: none;
    }
}

.popup-right-bottom .popup-rb-inner {
    width: auto;
    height: auto;
    min-width: 0;
    min-height: 230px;
    background: #f4f0f0;
    box-shadow: -2px 5px 5px #999999;
    margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
    .popup-right-bottom .popup-rb-inner {
        margin-bottom: 5px;
        min-width: 342px;
    }
}

.popup-right-bottom .popup-rb-inner .popup-logo-main {
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
    .popup-right-bottom .popup-rb-inner .popup-logo-main {
        left: 18px;
        transform: none;
    }
}

.popup-right-bottom .popup-rb-inner .io-close {
    position: absolute;
    right: 17px;
    top: 17px;
    font-size: 17px;
    color: black;
    display: inline-block;
    background: url("/fileadmin/medis/templates/images/popup-close-btn.png");
    width: 12px;
    height: 12px;
}

.popup-right-bottom .popup-rb-inner .loading-anim {
    position: absolute;
    right: 35px;
    top: 10px;
    display: inline-block;
}

.popup-right-bottom .popup-rb-inner .popup-linkedin-button {
    background: #0077b5;
    color: white;
    border-radius: 18px;
    padding: 0 36px;
    line-height: 42px;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    width: auto;
}

.popup-right-bottom .popup-rb-inner .io-container .io-content {
    padding: 72px 20px 18px 20px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .popup-right-bottom .popup-rb-inner .io-container .io-content {
        padding: 72px 20px 18px 20px;
    }
}

.popup-right-bottom .popup-rb-inner .io-container .io-content h2 {
    padding: 0 10px 0 26px;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
}







