/*!
 * Theme Name: Plixi
 * Author: Plixi
 * Version	 :	1.0.0
**/
body #gladlyChat_container .minimizedChatButtonSelector {
    border: none !important;
    background: transparent url(https://cdn.plixi.com/images/gladly_chat_button.png) no-repeat !important;
    background-size: cover !important;
    width: 75px !important;
    height: 75px !important;
    box-shadow: none !important;
}

#gladlyChat_container .minimizedChatButtonSelector {
    border-radius: 50px !important;
}

body #gladlyChat_container .minimizedChatButtonSelector:hover {
    background: transparent url(https://cdn.plixi.com/images/gladly_chat_button.png) no-repeat !important;
    background-size: cover !important;
    box-shadow: none !important;
}

body #gladlyChat_container .minimizedChatButtonSelector:hover,
body #gladlyChat_container .minimizedChatButtonSelector:focus {
    outline: none !important;
}

body #gladlyChat_container .minimizedChatButtonSelector svg {
    display: none !important;
}

body #gladlyChat_container {
    z-index: 999999999999999 !important;
}

.preload button:before {
    display: none !important;
}

.preload button:after {
    display: none !important;
}
.--experiment .menu_title{
    padding-left: 12px !important;
    padding-right: 12px !important;
}
.--experiment .menu_title:lang(pt),
.--experiment .menu_title:lang(pl),
.--experiment .menu_title:lang(it),
.--experiment .menu_title:lang(fr),
.--experiment .menu_title:lang(de),
.--experiment .menu_title:lang(es) {
    padding-left: 8px !important;
    padding-right: 8px !important;
    font-size: 11px !important;
}

@media only screen and (max-device-width: 667px),
screen and (max-width: 599px) {
    ​ #gladlyChat_container #gladlyChatTempWrapper .minimizedChatButton {
        margin-bottom: 0 !important;
    }
}