.kustomer-feedback-component{-webkit-user-select:none;user-select:none;position:fixed;bottom:33px;left:150px;width:70px;height:70px;padding:10px;z-index:200}.kustomer-feedback-component:not(.is-open):hover .kustomer-tooltip{opacity:1;transform:translate(-5px);transition:opacity .5s ease-out,transform .5s ease-out;visibility:visible}.kustomer-feedback-component.is-open .kustomer-popup{z-index:200;opacity:1;top:0;transform:translateY(-100%)}.kustomer-feedback-component .kustomer-tooltip{white-space:nowrap;opacity:0;visibility:hidden;position:absolute;font-size:.8em;left:-40px;top:70px;line-height:1em;background-color:#5d6575;color:#fff;letter-spacing:.1em;border-radius:1em;padding:.55em 1em}.kustomer-feedback-component .kustomer-trigger{cursor:pointer;border-radius:1000px;width:46px;height:46px;padding:8px;box-shadow:0 2px 8px #052b511a}.kustomer-feedback-component .kustomer-trigger img{max-width:100%}.kustomer-feedback-component .kustomer-trigger.is-kustomer-trigger-spinning{animation:spin .5s ease-in-out}.kustomer-feedback-component .kustomer-trigger.is-kustomer-trigger-spinning-reverse{animation:spin-reverse .5s ease-in-out}.kustomer-feedback-component .kustomer-popup{transition:opacity .5s ease-out,transform .5s ease-out;position:absolute;box-shadow:0 2px 8px #052b511a;opacity:0;background-color:#fff;width:350px;min-height:400px;top:80px;left:10px;border-radius:10px;overflow:hidden}.kustomer-feedback-component .kustomer-popup .kustomer-header{padding:30px 0;border-bottom:1px solid #e0e0e0}.kustomer-feedback-component .kustomer-popup .kustomer-header .kustomer-logo{height:60px;text-align:center;margin:0 auto;width:300px}.kustomer-feedback-component .kustomer-popup .kustomer-header .kustomer-logo img{max-width:100%;max-height:100%}.kustomer-feedback-component .kustomer-popup .kustomer-header h1{margin-top:30px;font-size:18px;font-weight:400;letter-spacing:.02em;padding:0 30px;white-space:nowrap;text-align:center;margin-bottom:0}.kustomer-feedback-component .kustomer-popup .kustomer-container{position:relative}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-feedbacks{min-height:200px;display:flex;flex-direction:column;justify-content:space-evenly;margin:0;padding:20px 0}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-feedbacks .kustomer-feedback{padding:20px 40px;cursor:pointer;transition:background-color .3s ease-out;align-items:center;display:flex}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-feedbacks .kustomer-feedback img{width:25px;max-height:25px;display:inline-block;margin-right:15px}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-feedbacks .kustomer-feedback p{font-size:16px;font-weight:700;margin:0;padding:0}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-feedbacks .kustomer-feedback:hover{background-color:#f4f5f6}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form{position:absolute;top:0;bottom:0;right:0;left:0;transform:translate(100%);transition:transform .3s ease-out;background-color:#fff}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form.is-open{transform:translate(0)}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form .kustomer-back{height:45px;width:100%;padding:10px;cursor:pointer;transition:background-color .3s ease-out}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form .kustomer-back:hover{background-color:#f4f5f6}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form .kustomer-back img{max-height:100%;width:25px}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form h2{width:270px;margin:20px auto;font-size:15px;text-transform:uppercase;font-weight:700}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form form{width:270px;margin:0 auto;text-align:right}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form form textarea{color:gray;width:100%;resize:none;outline:none;border:0;padding:0 10px 0 0;background-color:transparent;overflow:hidden;border-bottom-style:solid;border-bottom-width:3px;margin-bottom:30px}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form form button{color:#fff;padding:.5rem 1rem;font-weight:700;border-radius:.25rem;cursor:pointer;background:transparent;-webkit-appearance:button;text-transform:none;overflow:visible;font-family:inherit;font-size:16px;line-height:1.15;margin:0;border:0 solid #fff;position:relative}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form form button.is-loading{box-shadow:none;cursor:not-allowed;opacity:.5;color:transparent!important;pointer-events:none}.kustomer-feedback-component .kustomer-popup .kustomer-container section.kustomer-form form button.is-loading:after{border-color:transparent transparent #fff #fff!important;left:calc(50% - .5em);top:calc(50% - .5em);position:absolute!important;animation:loading .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;content:"";display:block;height:1em;width:1em}@keyframes spin{to{transform:rotate(720deg)}}@keyframes spin-reverse{to{transform:rotate(-720deg)}}@keyframes loading{0%{transform:rotate(0)}to{transform:rotate(359deg)}}
