html,body,#root{height:100%;margin:0;padding:0}body{font-family:Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}#root{display:flex;flex-direction:column}.app-container{min-height:100vh;display:flex;flex-direction:column}.MuiTextField-root{margin-bottom:16px!important}@media (max-width: 600px){.MuiContainer-root{padding-left:16px;padding-right:16px}}.survey-bubble{position:fixed;z-index:9999;cursor:pointer;border-radius:50%;box-shadow:0 4px 12px #00000026;transition:all var(--animation-duration, .3s) ease;background:var(--bubble-color, #0084ff);color:#fff;display:flex;align-items:center;justify-content:center;-webkit-user-select:none;user-select:none}.survey-bubble--bottom-right{bottom:20px;right:20px}.survey-bubble--bottom-left{bottom:20px;left:20px}.survey-bubble--top-right{top:20px;right:20px}.survey-bubble--top-left{top:20px;left:20px}.survey-bubble--small{width:48px;height:48px}.survey-bubble--medium{width:60px;height:60px}.survey-bubble--large{width:72px;height:72px}.survey-bubble:hover{transform:scale(1.05);box-shadow:0 6px 16px #0003}.survey-bubble:active{transform:scale(.95)}.survey-bubble__icon{font-size:24px;line-height:1}.survey-bubble--small .survey-bubble__icon{font-size:20px}.survey-bubble--large .survey-bubble__icon{font-size:28px}.survey-bubble__badge{position:absolute;top:-5px;right:-5px;background:#ff4757;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid white}.survey-bubble__tooltip{position:absolute;bottom:100%;right:0;background:#000c;color:#fff;padding:8px 12px;border-radius:6px;font-size:14px;white-space:nowrap;opacity:0;visibility:hidden;transition:all .3s ease;margin-bottom:10px;pointer-events:none}.survey-bubble__tooltip:after{content:"";position:absolute;top:100%;right:20px;border:5px solid transparent;border-top-color:#000c}.survey-bubble:hover .survey-bubble__tooltip{opacity:1;visibility:visible}@media (max-width: 768px){.survey-bubble{bottom:15px;right:15px}.survey-bubble--medium{width:56px;height:56px}.survey-bubble__icon{font-size:22px}}
