.feedbackForm{position:fixed;bottom:0;right:0;z-index:10;border-radius:10px;-webkit-box-shadow:3px 3px 6px 2px rgba(0,0,0,.33);-moz-box-shadow:3px 3px 6px 2px rgba(0,0,0,.33);box-shadow:3px 3px 6px 2px rgba(0,0,0,.33);width:320px}@media only screen and (min-width:768px){.feedbackForm{bottom:100px;right:10px}}.heading{font-size:16px;margin-right:13px;font-weight:500;color:#080808}.formWrap{display:none}.formWrap,.formWrapOpen{background-color:#fff;max-height:90vh;overflow:auto}.formWrapOpen{display:flex;margin-top:-15px;padding:25px 10px 10px;border-radius:0 0 10px 10px;flex-direction:column}.button{position:relative;width:100%;cursor:pointer;display:flex;justify-content:space-between;background-color:#ff7900;border-radius:10px;align-items:center;padding:10px 15px;z-index:2;border:none;font-family:inherit}.iconOpen{top:2px;transform:rotate(-45deg)}.iconClose,.iconOpen{border-color:#080808;border-style:solid;border-width:2px 2px 0 0;content:"";height:10px;position:relative;width:10px}.iconClose{top:-2px;transform:rotate(135deg)}.buttonLabel{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.form{width:100%;font-size:14px}.field{margin-bottom:15px}.field label{font-weight:600;font-size:14px;display:block;margin-bottom:5px;color:#333}.field input[type=email],.field textarea{width:100%;border-radius:5px;padding:9px 7px;font-size:14px;margin-top:3px;border:1px solid #ddd;font-family:inherit;box-sizing:border-box}.field textarea{min-height:100px;resize:vertical}.field input[type=email]:focus,.field textarea:focus{outline:none;border-color:#ff7900;box-shadow:0 0 0 2px rgba(255,121,0,.1)}.submit-btn{font-size:14px;padding:10px 20px;margin:20px auto 5px;width:160px;display:block;background-color:#5b2589;color:#fff;border:none;border-radius:5px;cursor:pointer;font-weight:500;transition:background-color .2s ease}.submit-btn:hover:not(:disabled){background-color:#4a1e6f}.submit-btn:disabled{opacity:.6;cursor:not-allowed}.message{font-size:14px;text-align:left;line-height:17px;padding:8px;border-radius:5px;margin-top:10px}.message.success{color:#5b2589;background-color:rgba(91,37,137,.1);border:1px solid rgba(91,37,137,.2)}.message.error{color:#d32f2f;background-color:rgba(211,47,47,.1);border:1px solid rgba(211,47,47,.2)}input[type=hidden]{display:none}