.experiencesurveypopup{display:none}
.questionnaire-popup-container{position:fixed;bottom:0;z-index:9999;max-height:641px}
.questionnaire-popup-container.align-left{left:20px}
.questionnaire-popup-container.align-right{right:20px}
.questionnaire-popup-container-text{background-color:#818181;border-radius:3px;padding:10px 20px;color:#fff;font-weight:bold;cursor:pointer;font-size:14px;position:relative;bottom:20px}
.questionnaire-popup-container-content{display:none;width:400px;position:relative;box-shadow:0 8px 16px rgba(0,0,0,0.2)}
.questionnaire-popup-container-content .popup-close-btn{position:absolute;width:44px;height:44px;right:-22px;top:-22px;background:url(clientlib/resources/close-btn.svg) center no-repeat;cursor:pointer}
.questionnaire-popup-container-content .popup-top-title{border-radius:20px 20px 0 0;font-size:20px;line-height:27px;color:#fff;font-weight:bold;background-color:#ed1c24;padding:16px}
.questionnaire-popup-container-content .popup-top-title .popup-close-btn-mb{display:none}
.questionnaire-popup-container-content .popup-question{border-radius:0 0 20px 20px;background-color:#fff;padding-bottom:16px}
.questionnaire-popup-container-content .popup-question.successful-committed{border-radius:20px;overflow:hidden;padding-bottom:0}
#aemFormFrame{vertical-align:bottom}
@media screen and (max-width:768px){.questionnaire-popup-container-text{bottom:0}
.questionnaire-popup-container-content{position:fixed;width:100%;left:0;bottom:0;border-radius:20px 20px 0 0;overflow:hidden}
.questionnaire-popup-container-content .popup-close-btn{display:none}
.questionnaire-popup-container-content .popup-top-title{border-radius:unset;padding-right:44px;position:relative;font-size:16px;line-height:22px}
.questionnaire-popup-container-content .popup-question{border-radius:0}
.questionnaire-popup-container-content .popup-question.successful-committed{border-radius:20px 20px 0 0}
.questionnaire-popup-container-content .popup-top-title .popup-close-btn-mb{display:inline-block;position:absolute;right:16px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:url(clientlib/resources/close-btn-mb.svg) center no-repeat;cursor:pointer}
}