.bottom-navigation .feedback-bubble{display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1/1;border-radius:100%;transition:.2s;box-shadow:0 0 rgba(0,0,0,0),0 0 rgba(0,0,0,0),0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.bottom-navigation .feedback-bubble:hover{scale:1.08}.bottom-navigation .feedback-bubble svg{width:1em;height:1em}.feedback-bubble__window{display:none;flex-direction:column;position:fixed;right:20px;bottom:10px;max-width:320px;width:100%;height:500px;border-radius:10px;overflow:hidden;background-color:#fff;z-index:99999;box-shadow:0 0 10px rgba(0,0,0,.1),0 0 rgba(0,0,0,0),0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1)}.feedback-bubble__window iframe{width:100%;height:100%}.feedback-bubble__window[show]{display:flex}.feedback-bubble__window__header{padding:5px;display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.feedback-bubble__window__header .close{display:flex;align-items:center;justify-content:center;width:25px;height:25px;color:#505050;border-radius:5px;transition:.2s;cursor:pointer}.feedback-bubble__window__header .close:hover{background-color:rgba(0,0,0,.08)}.feedback-bubble__window__header .close svg{width:18px;height:18px}.feedback-bubble__window__main{flex:1}@media screen and (max-width: 600px){.feedback-bubble__window{right:50%;transform:translateX(50%)}}