.smile-launcher-frame-container{border:0;outline:0;position:fixed;height:60px;z-index:0;overflow:hidden;box-shadow:0 0 25px 0 rgba(0,0,0,.05);visibility:hidden}.smile-launcher-frame-container.smile-launcher-animate{-webkit-animation:smileFadeScaleIn .2s ease-in-out!important;animation:smileFadeScaleIn .2s ease-in-out!important;-webkit-animation-delay:.15s!important;animation-delay:.15s!important;-webkit-animation-fill-mode:forwards!important;animation-fill-mode:forwards!important;transition:all .2s ease-in-out!important}.smile-launcher-frame-container.smile-no-animation{-webkit-animation:none!important;animation:none!important}.smile-launcher-frame-container.smile-launcher-border-radius-square{border-radius:0}.smile-launcher-frame-container.smile-launcher-border-radius-shaved{border-radius:5px}.smile-launcher-frame-container.smile-launcher-border-radius-rounded{border-radius:10px}.smile-launcher-frame-container.smile-launcher-border-radius-circular{border-radius:30px}.smile-launcher-frame-container.smile-launcher-open{box-shadow:0 0 80px 20px rgba(0,0,0,.1);width:60px!important}.smile-launcher-frame-container.smile-launcher-mobile{width:60px!important}.smile-launcher-frame-container .smile-launcher-frame{position:absolute!important;height:0!important;max-height:100%!important;max-width:100%!important;min-height:100%!important;min-width:100%!important;width:0!important;border:0!important;outline:0!important;top:0!important;right:0!important;bottom:0!important;left:0!important}@-webkit-keyframes smileFadeScaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8);visibility:hidden}to{opacity:1;-webkit-transform:scale(1);transform:scale(1);visibility:visible}}@keyframes smileFadeScaleIn{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8);visibility:hidden}to{opacity:1;-webkit-transform:scale(1);transform:scale(1);visibility:visible}}.grecaptcha-badge{box-shadow:none!important;bottom:60px!important;width:0!important}.smile-panel-frame-container{max-height:600px;width:360px;position:fixed;border:0;outline:0;overflow:hidden;z-index:1;box-shadow:0 0 80px 0 rgba(0,0,0,.12);-webkit-animation:smileFadeSlideUp .2s ease-in!important;animation:smileFadeSlideUp .2s ease-in!important}.smile-panel-frame-container.smile-panel-exit-active{-webkit-animation:smileFadeSlideDown .2s ease-in!important;animation:smileFadeSlideDown .2s ease-in!important}.smile-panel-frame-container.smile-panel-border-radius-square{border-radius:0}.smile-panel-frame-container.smile-panel-border-radius-shaved{border-radius:5px}.smile-panel-frame-container.smile-panel-border-radius-rounded{border-radius:10px}.smile-panel-frame-container.smile-panel-border-radius-circular{border-radius:15px}.smile-panel-frame-container .smile-panel-frame{position:absolute;width:100%;height:100%;border:0;outline:0;top:0;right:0;bottom:0;left:0}@-webkit-keyframes smileFadeSlideUp{0%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes smileFadeSlideUp{0%{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes smileFadeSlideDown{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes smileFadeSlideDown{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@media only screen and (max-height:450px),only screen and (max-width:450px){.smile-panel-frame-container{border-radius:0!important;height:100%!important;max-height:100vh!important;top:0!important;right:0!important;left:0!important;width:100%!important;max-width:100vw!important}}.smile-nudges-frame{width:388px;position:fixed;border:0;overflow:hidden;z-index:1}@media only screen and (max-height:375px),only screen and (max-width:450px){.smile-nudges-frame{width:100%;height:calc(100% - 30px);max-height:100vh;bottom:0!important}.smile-nudges-frame.smile-no-launcher{bottom:0!important}.smile-nudges-frame.smile-nudges-frame-left{left:0!important}.smile-nudges-frame.smile-nudges-frame-right{right:0!important}}.smile-ios-overflow-scroll{overflow:visible!important}.smile-ios-overflow-scroll>body{overflow:hidden;height:100%;width:100%;position:fixed}.smile-content-loading{position:inherit;overflow:hidden;pointer-events:none}.smile-content-loading:before{content:"";display:block;position:absolute;border:1px solid #e6e6e6;border-top-color:#707070;border-radius:50%;background-color:inherit;width:30px;height:30px;z-index:1;top:0;left:0;right:0;bottom:0;margin:auto;-webkit-animation:spin .75s linear infinite;animation:spin .75s linear infinite}.smile-content-loading:after{content:"";display:block!important;position:absolute!important;top:0!important;right:0!important;left:0!important;background-color:#fff;height:100%!important;width:100%!important;z-index:0}.smile-loading-spinner-container{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0}.smile-loading-spinner-container.smile-loading-spinner-hide{-webkit-animation:loadingSpinnerOut .35s ease-in-out;animation:loadingSpinnerOut .35s ease-in-out;-webkit-animation-delay:.3s;animation-delay:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.smile-loading-spinner-container.smile-loading-spinner-hidden{display:none!important;-webkit-animation:none!important;animation:none!important}.smile-theme-dark .smile-content-loading:before{border:1px solid #46464d;border-top-color:#afafb3}.smile-theme-dark .smile-content-loading:after{background-color:#242426}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes loadingSpinnerOut{0%{opacity:1}95%{opacity:0}to{opacity:0;display:none}}@keyframes loadingSpinnerOut{0%{opacity:1}95%{opacity:0}to{opacity:0;display:none}}
