#surveyButton {
    display: none;
    width: auto;
    margin: -120px 1px 1px auto;
    padding: 6px 16px;
    cursor: pointer;
    display: block;
    z-index: 107160;
    position: fixed;
    inset: 50% 0px auto auto;
}
#surveyButton .stars-group {
    margin-top: 5px;
}
#surveyButton .stars-group i.survey-star {
    background-image: url("../img/yellow-star-12-12.png");
    background-repeat: no-repeat;
    background-size: 12px;
    padding: 0 5px;
}
.modal.survey {
    top: 40% !important;
    width: 870px;
    height: 785px;
}
.modal.survey .modal-body {
    max-height: inherit;
    height: 650px;
}
.modal.survey .modal-body iframe {
    height: 99%;
}

#survey-modal {
    z-index: 999999;
}

#chat-disclaimer {
    z-index: 999999;
}