.ipanorama-feedback-wrap{-webkit-transition:opacity .3s;transition:opacity .3s;position:fixed;top:0;left:0;right:0;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;background-color:rgba(0,0,0,.5);z-index:999999;opacity:0;pointer-events:none}.ipanorama-feedback-wrap.ipanorama-active{opacity:1;pointer-events:auto}.ipanorama-feedback{position:relative;width:98%;max-width:600px;margin:30px auto;background-color:#fff;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.ipanorama-feedback .ipanorama-header{position:relative;padding:10px;color:#fff;background-color:#2271b1;border-bottom:1px solid #1b5a8d}.ipanorama-feedback .ipanorama-header .ipanorama-title{margin:0;color:#fff;font-size:16px;line-height:16px}.ipanorama-feedback .ipanorama-header .ipanorama-close{position:absolute;right:5px;top:7px;width:22px;height:22px;font-size:24px;line-height:1;cursor:pointer}.ipanorama-feedback .ipanorama-header .ipanorama-close:before{content:"\00D7";display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:17px;margin-left:1px}.ipanorama-feedback .ipanorama-header .ipanorama-close:after{content:"";-webkit-transition:all .3s;transition:all .3s;display:block;position:absolute;top:50%;left:50%;width:120%;height:120%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);opacity:0;background-color:#fff;border-radius:100%;pointer-events:none}.ipanorama-feedback .ipanorama-header .ipanorama-close:hover:after{opacity:.1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.ipanorama-feedback .ipanorama-data{padding:15px}.ipanorama-feedback .ipanorama-data .ipanorama-description{margin:0;font-size:14px;line-height:1.5}.ipanorama-feedback .ipanorama-data .ipanorama-fields{margin-top:15px;font-size:14px;line-height:2.5}.ipanorama-feedback .ipanorama-data .ipanorama-fields .ipanorama-field label{display:block}.ipanorama-feedback .ipanorama-data .ipanorama-fields .ipanorama-field p{display:none;margin:0;font-size:inherit;line-height:inherit}.ipanorama-feedback .ipanorama-data .ipanorama-fields .ipanorama-field p.ipanorama-active{display:block}.ipanorama-feedback .ipanorama-data .ipanorama-fields .ipanorama-field input[type=text]{display:none;width:100%}.ipanorama-feedback .ipanorama-data .ipanorama-fields .ipanorama-field input[type=text].ipanorama-active{display:block}.ipanorama-feedback .ipanorama-footer{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;padding:15px;background-color:#eee;-webkit-box-shadow:rgba(0,0,0,.1) 0 2px 4px 0 inset;box-shadow:rgba(0,0,0,.1) 0 2px 4px 0 inset;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ipanorama-feedback .ipanorama-footer .ipanorama-btn{-webkit-transition:all .3s;transition:all .3s;min-width:70px;padding:0 8px;line-height:30px;font-size:14px;text-align:center;color:#3c434a;background-color:#fff;border:1px solid #c3c4c7;border-radius:3px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.ipanorama-feedback .ipanorama-footer .ipanorama-btn:hover{color:#2271b1;border-color:#2271b1}.ipanorama-feedback .ipanorama-footer .ipanorama-skip{color:#777;background:0 0;border:none}.ipanorama-feedback .ipanorama-footer .ipanorama-submit{color:#fff;background-color:#2271b1;border-color:#2271b1}.ipanorama-feedback .ipanorama-footer .ipanorama-submit:hover{color:#fff;background-color:#40a9ff;border-color:#40a9ff}