#btn_toggler.widget-switcher {
    z-index: 9900;
    position: fixed !important;
    right: 75px;
    bottom: 120px;
    padding: 10px 20px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50px;
    border: 2px solid #008e61;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #008e61;
    cursor: pointer;
    -webkit-animation: pulse 5s infinite linear;
    -moz-animation: pulse 5s infinite linear;
    -ms-animation: pulse 5s infinite linear;
    animation: pulse 5s infinite linear;
}
@media (max-width: 768px) {	#btn_toggler.widget-switcher {		bottom: 20px;		font-size: 16px;	}}
#btn_toggler.widget-switcher:before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
    -webkit-animation: pulse 5s .4s infinite linear;
    -moz-animation: pulse 5s .4s infinite linear;
    -ms-animation: pulse 5s .4s infinite linear;
    animation: pulse 5s .4s infinite linear;
}

#btn_toggler.widget-switcher:hover:before,
#btn_toggler.widget-switcher:hover{
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    0% {box-shadow: 0 0 0 0 #008e61;}
    20% {box-shadow: 0 0 0 0 #008e61;}
    40% {box-shadow: 0 0 0 0 #008e61;}
    60% {box-shadow: 0 0 0 0 #008e61;}
    80% {box-shadow: 0 0 0 0 #008e61;}
    100% {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}
}

@-moz-keyframes pulse {
    0% {box-shadow: 0 0 0 0 #008e61;}
    20% {box-shadow: 0 0 0 0 #008e61;}
    40% {box-shadow: 0 0 0 0 #008e61;}
    60% {box-shadow: 0 0 0 0 #008e61;}
    80% {box-shadow: 0 0 0 0 #008e61;}
    100% {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}
}

@-ms-keyframes pulse {
    0% {box-shadow: 0 0 0 0 #008e61;}
    20% {box-shadow: 0 0 0 0 #008e61;}
    40% {box-shadow: 0 0 0 0 #008e61;}
    60% {box-shadow: 0 0 0 0 #008e61;}
    80% {box-shadow: 0 0 0 0 #008e61;}
    100% {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}
}

@keyframes pulse {
    0% {box-shadow: 0 0 0 0 #008e61;}
    20% {box-shadow: 0 0 0 0 #008e61;}
    40% {box-shadow: 0 0 0 0 #008e61;}
    60% {box-shadow: 0 0 0 0 #008e61;}
    80% {box-shadow: 0 0 0 0 #008e61;}
    100% {box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);}
}

.widget-switcher-mobile{
    z-index: 99999;
    position: absolute;
    top: 10px;
    right: 20px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    background-image: url("/assets/images/close.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    border: 1px solid #000;
    border-radius: 50%;
    cursor: pointer;
}

.desktop-version-widget .widget-switcher-mobile:hover::after{
    content: attr(data-title);
    z-index: 1;
    position: absolute;
    top: 20px;
    left: -70px;
    height: 20px;
    width: 70px;
    padding: 0 7px;
    background: #f4f4f4;
    border: 1px solid #e0e0e0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

body.widget-open {
    overflow-y: hidden;
    position: fixed;
    min-height: 100%;
    width: 100%;
    margin: 0;
}

.desktop-version-widget .sidenav{
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 605px;
    margin: 0;
    background-color: #fff;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateX(-0%);
}

.desktop-version-widget .widget-bg-block{
    z-index: 9909;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #333;
    opacity: .5;
    box-sizing: border-box;
}

.desktop-version-widget #widget-container iframe.inmed-widget-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    background-color: #fff;
    border: 2px solid #039be5;
}

.mobile-version-widget iframe.inmed-widget-iframe {
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.mobile-version-widget .widget-switcher-mobile{
    right: 10px;
    font-size: 25px;
}

.tech-support-window{
    margin-top: 40%;
    padding: 0 50px;
    text-align: center;
}

.tech-support-window-block{
    z-index: 9990;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    background-color: #fff;
}

.tech-support-window-block .tech-support-window{
    margin-top: 50%;
    padding: 0 30px;
}