.feedback{border-radius:12px;background-color:#fefefe;box-shadow:2px 2px 4px rgba(0,0,0,.25);width:500px;min-height:160px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);padding:24px 20px;gap:20px;z-index:1001}.feedback,.feedback>.text_wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.feedback>.text_wrapper{gap:12px}.feedback.sm{width:440px;min-height:140px}.feedback.sm>.text_wrapper{gap:10px}.feedback.lg{width:560px;min-height:180px}.feedback.lg>.text_wrapper{gap:14px}.feedback>.feedback_button{width:100%;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:10px}.feedback>.close_button{position:absolute;top:16px;right:16px;cursor:pointer}