#BotikaWidget {
	top: unset;
    opacity: 1;
    /*bottom: 0!important;*/
    /*height: 100%!important;*/
    /*max-height: 100vh!important;*/
    /*min-height: 100px!important;*/
    overflow: hidden;
    /*right: 0!important;*/
    /*width: 100%!important;*/
    z-index: 2147483600;
    position: fixed;
    position: fixed;
    bottom: 20px;
    right: 25px; 
    width: 212px;
    height: 60px;
    transition: all .3s ease;
}

#BotikaWidget.opener {  
    bottom: 10px;
    right: 20px; 
    width: 350px;
    height: 85vh;
    min-height: 0;
    max-width: 100vw;
    max-height: 100vh; 
    border: 1px solid #ddd;
    border-radius: 5px;
}

@media only screen and (max-height: 500px) { 
    #BotikaWidget.opener {
        height: 100%; 
        bottom: 0px;
        top: 0px;
    } 
}

@media only screen and (max-width: 400px) {
    #BotikaWidget.opener { 
        height: 100% 
        top: 0px;
        width: 100%;
        right: 0px;
        bottom: 0px;
    } 
} 

#BotikaWidget iframe#widget_iframe {
	width: 100% !important; 
	height: 100% !important;
}

/*Client*/
 /**
  * Bukopin
  */
[client="bukopin"]#BotikaWidget:not(.opener) { 
    /*height: 110px;*/
}