.enterprise-chat__wrapper{position:fixed;margin:0;padding:0;max-height:100%;max-width:100%;right:0;bottom:0;display:none;visibility:hidden;overflow:hidden;z-index:0}
@media only screen and (min-width:960px){.enterprise-chat__wrapper{right:30px;bottom:30px;max-height:calc(100% - 30px);max-width:calc(100% - 30px)}
}
.enterprise-chat__wrapper--loaded{display:block;visibility:visible;z-index:3141592}
.enterprise-chat__wrapper--expanded{box-shadow:0 3px 7px 0 rgba(0,0,0,0.25);border-radius:12px 12px 0 0}
@media only screen and (min-width:960px){.enterprise-chat__wrapper--expanded{right:50px;bottom:50px;max-height:calc(100% - 50px);max-width:calc(100% - 50px)}
}
@media only screen and (min-width:960px){.enterprise-chat__wrapper--simplii{right:20px;bottom:20px;max-height:calc(100% - 20px);max-width:calc(100% - 20px)}
}
@media only screen and (min-width:960px){.enterprise-chat__wrapper--simplii.enterprise-chat__wrapper--expanded{right:40px;bottom:40px;max-height:calc(100% - 40px);max-width:calc(100% - 40px)}
}
.enterprise-chat__wrapper #live-chat-frame,.enterprise-chat__wrapper iframe{max-height:100%;max-width:100%;height:100%;width:100%;border:0}