<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.disable-user-select {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.position-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
}
.clearfix {
    zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}
.clearfix:after {
    clear: both;
}
html.SurveyRunBackground {
    background: #fff;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background: #ddd;
}
::-webkit-scrollbar-thumb {
    background: #666;
}
::-webkit-scrollbar:horizontal {
    width: auto;
    height: 5px;
}
*:not(select) {
    scrollbar-width: thin;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
ul,
li,
ol,
dl,
dd,
dt {
    list-style: none;
    margin: 0;
}
a:active,
.btn:active,
a:focus,
.btn:focus,
a:hover,
.btn:hover {
    outline: none;
}
a.active,
.btn.active,
a.focus,
.btn.focus {
    outline: none;
}
a.active:active,
.btn.active:active,
a.focus:active,
.btn.focus:active,
a.active:focus,
.btn.active:focus,
a.focus:focus,
.btn.focus:focus,
a.active:hover,
.btn.active:hover,
a.focus:hover,
.btn.focus:hover {
    outline: none;
}
#ajaxContainerDiv {
    height: 99%;
}
@media only screen and (min-width: 768px) {
    #ajaxContainerDiv {
        height: auto;
    }
}
#ajaxContainerDiv.post-survey-wrapper {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
}
#ajaxContainerDiv.post-survey-wrapper .survey-run-form {
    max-height: calc(100vh - 160px);
    min-height: 130px;
    padding: 0 15px;
    margin-top: 14px;
    overflow-y: auto;
}
@media only screen and (min-width: 768px) {
    #ajaxContainerDiv.post-survey-wrapper .survey-run-form {
        min-height: 42px;
    }
}
#ajaxContainerDiv.post-survey-wrapper .essential-ad .survey-run-form {
    max-height: calc(100vh - 475px);
}
@media only screen and (min-width: 768px) {
    #ajaxContainerDiv.post-survey-wrapper .essential-ad .survey-run-form {
        max-height: calc(100vh - 425px);
    }
}
.screen-reader {
    width: var(--screenReaderWidth, 1px) !important;
    height: var(--screenReaderHeight, 1px) !important;
    padding: var(--screenReaderPadding, 0) !important;
    border: var(--screenReaderBorder, none) !important;
    position: absolute !important;
    position: var(--screenReaderPosition, absolute) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip: var(--screenReaderClip, rect(1px, 1px, 1px, 1px)) !important;
    overflow: var(--screenReaderOverflow, hidden) !important;
}
.vs-hidden {
    visibility: hidden !important;
    z-index: -1;
}
.stop-scroll {
    overflow-y: hidden !important;
}
.spinner-body {
    overflow: hidden;
}
.spinner-main {
    width: 100%;
    height: 100%;
    background: #fff;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
}
.spinner-main svg {
    width: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: absolute;
    top: 50%;
}
.spinner-main .qp-loader {
    top: calc(50% + 40px);
}
.spinner-main .qp-loader &gt; span {
    background: #0a86ea !important;
}
.survey-background-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: -1;
}
.survey-background-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.survey-background-image &gt; span {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}
.ok-wrapper {
    width: 100%;
    display: none;
    padding-top: 15px;
    position: relative;
    vertical-align: top;
}
.ok-wrapper .ok-btn {
    align-items: center;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    height: 32px;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    line-height: 32px;
    margin-right: 10px;
    min-width: 104px;
    padding: 0 10px;
}
.ok-wrapper .ok-btn:active,
.ok-wrapper .ok-btn:focus,
.ok-wrapper .ok-btn:hover {
    outline: none;
}
.ok-wrapper .ok-btn.active,
.ok-wrapper .ok-btn.focus {
    outline: none;
}
.ok-wrapper .ok-btn.active:active,
.ok-wrapper .ok-btn.focus:active,
.ok-wrapper .ok-btn.active:focus,
.ok-wrapper .ok-btn.focus:focus,
.ok-wrapper .ok-btn.active:hover,
.ok-wrapper .ok-btn.focus:hover {
    outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ok-wrapper .ok-btn {
        font-weight: 300 !important;
    }
}
.ok-wrapper .ok-btn:active,
.ok-wrapper .ok-btn:focus,
.ok-wrapper .ok-btn:hover {
    outline: none;
}
.ok-wrapper .ok-btn.active,
.ok-wrapper .ok-btn.focus {
    outline: none;
}
.ok-wrapper .ok-btn.active:active,
.ok-wrapper .ok-btn.focus:active,
.ok-wrapper .ok-btn.active:focus,
.ok-wrapper .ok-btn.focus:focus,
.ok-wrapper .ok-btn.active:hover,
.ok-wrapper .ok-btn.focus:hover {
    outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ok-wrapper .ok-btn {
        font-weight: 300 !important;
    }
}
.ok-wrapper .ok-btn .qp-loader {
    display: none;
}
.ok-wrapper .ok-btn.has-loader {
    color: rgba(225, 225, 225, 0.3) !important;
}
.ok-wrapper .ok-btn.has-loader .qp-loader {
    display: block;
    font-size: 7px;
}
.ok-wrapper .ok-btn.btn-back {
    background: none;
    font-size: 0;
    padding: 8px 12px 7px;
}
@media only screen and (min-width: 768px) {
    .ok-wrapper .ok-btn.btn-back {
        margin-right: 25px;
    }
}
.ok-wrapper .ok-btn.btn-back &gt; i {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}
.ok-wrapper .ok-btn.btn-back &gt; i:before {
    content: '\e071';
}
.ok-wrapper .ok-btn.btn-back.has-loader &gt; i {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.ok-wrapper .ok-btn.btn-back.is-btn-prev &gt; i:before {
    content: '\e073';
}
.ok-wrapper .ok-btn.btn-continue {
    width: 100%;
    font-size: 20px;
    line-height: 15px;
    padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
    .ok-wrapper .ok-btn.btn-continue {
        width: auto;
        font-size: 10px;
        margin-right: 25px;
        min-width: 87px;
    }
}
.ok-wrapper .ok-btn.btn-start {
    width: 100%;
    margin-top: 10px;
    padding: 15px 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .ok-wrapper .ok-btn.btn-start {
        width: auto;
        min-width: 200px;
    }
}
.ok-wrapper .ok-btn.btn-submit {
    width: 100%;
    padding: 15px 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .ok-wrapper .ok-btn.btn-submit {
        width: auto;
        margin-right: 25px;
        min-width: 130px;
    }
}
.ok-wrapper .ok-btn.btn-submit.has-back {
    width: calc(100% - 59px);
}
@media only screen and (min-width: 768px) {
    .ok-wrapper .ok-btn.btn-submit.has-back {
        width: auto;
    }
}
.ok-wrapper .ok-btn.btn-submit.is-active {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-moz-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-ms-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-o-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.ok-wrapper .ok-btn.btn-error-message {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
    .ok-wrapper .ok-btn.btn-error-message {
        width: auto;
        min-width: 130px;
    }
}
.ok-wrapper .ok-btn.btn-save-later {
    width: 100%;
    margin-top: 10px;
    padding: 15px 40px;
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .ok-wrapper .ok-btn.btn-save-later {
        width: auto;
        margin-top: 0;
    }
}
.ok-wrapper .ok-btn.btn-save-later:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.ok-wrapper .ok-btn.btn-save-later:focus,
.ok-wrapper .ok-btn.btn-save-later:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ok-wrapper .ok-btn.btn-save-later:focus:before,
.ok-wrapper .ok-btn.btn-save-later:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.ok-wrapper .ok-btn.btn-edit-review {
    width: auto;
    padding: 6px 10px;
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
.ok-wrapper .ok-btn.btn-edit-review:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.ok-wrapper .ok-btn.btn-edit-review:focus,
.ok-wrapper .ok-btn.btn-edit-review:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ok-wrapper .ok-btn.btn-edit-review:focus:before,
.ok-wrapper .ok-btn.btn-edit-review:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.ok-wrapper .ok-btn.btn-edit-review &gt; span {
    font-size: 15px;
    margin-right: 5px;
}
.ok-wrapper .ok-btn.btn-update-review {
    width: auto;
    margin-top: 10px;
    padding: 8px 10px;
    line-height: 15px;
}
.ok-wrapper .ok-btn.btn-link {
    width: auto;
    color: #0a86ea;
    padding: 0;
}
.ok-wrapper .ok-btn.btn-link &gt; span {
    font-size: 21px;
    margin-right: 5px;
}
.ok-wrapper .ok-btn.btn-link:hover,
.ok-wrapper .ok-btn.btn-link:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ok-wrapper .ok-btn.primary-btn {
    line-height: 15px;
}
.ok-wrapper .ok-btn.secondary-btn {
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
.ok-wrapper .ok-btn.secondary-btn:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.ok-wrapper .ok-btn.secondary-btn:focus,
.ok-wrapper .ok-btn.secondary-btn:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ok-wrapper .ok-btn.secondary-btn:focus:before,
.ok-wrapper .ok-btn.secondary-btn:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.ok-wrapper .ok-btn.is-disabled {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    pointer-events: none;
}
.ok-wrapper .btn-prev {
    width: 32px;
    height: 32px;
    background: none;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    display: inline-block;
    font-size: 0;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.ok-wrapper .btn-prev &gt; i {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}
.ok-wrapper .btn-prev &gt; i:before {
    content: '\e073';
}
.ok-wrapper .enter-text {
    margin-left: 10px;
    font-size: 12px;
}
.verify-btn {
    align-items: center;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    height: 30px;
    background: #0a86ea;
    border: 1px solid rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    margin-top: 10px;
    padding: 0 10px;
}
.verify-btn:active,
.verify-btn:focus,
.verify-btn:hover {
    outline: none;
}
.verify-btn.active,
.verify-btn.focus {
    outline: none;
}
.verify-btn.active:active,
.verify-btn.focus:active,
.verify-btn.active:focus,
.verify-btn.focus:focus,
.verify-btn.active:hover,
.verify-btn.focus:hover {
    outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .verify-btn {
        font-weight: 300 !important;
    }
}
.verify-btn:active,
.verify-btn:focus,
.verify-btn:hover {
    outline: none;
}
.verify-btn.active,
.verify-btn.focus {
    outline: none;
}
.verify-btn.active:active,
.verify-btn.focus:active,
.verify-btn.active:focus,
.verify-btn.focus:focus,
.verify-btn.active:hover,
.verify-btn.focus:hover {
    outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .verify-btn {
        font-weight: 300 !important;
    }
}
.verify-btn .qp-loader {
    display: none;
}
.verify-btn.has-loader {
    color: rgba(225, 225, 225, 0.3) !important;
}
.verify-btn.has-loader .qp-loader {
    display: block;
    font-size: 7px;
}
.verify-btn.btn-back {
    background: none;
    font-size: 0;
    padding: 8px 12px 7px;
}
@media only screen and (min-width: 768px) {
    .verify-btn.btn-back {
        margin-right: 25px;
    }
}
.verify-btn.btn-back &gt; i {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}
.verify-btn.btn-back &gt; i:before {
    content: '\e071';
}
.verify-btn.btn-back.has-loader &gt; i {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.verify-btn.btn-back.is-btn-prev &gt; i:before {
    content: '\e073';
}
.verify-btn.btn-continue {
    width: 100%;
    font-size: 20px;
    line-height: 15px;
    padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
    .verify-btn.btn-continue {
        width: auto;
        font-size: 10px;
        margin-right: 25px;
        min-width: 87px;
    }
}
.verify-btn.btn-start {
    width: 100%;
    margin-top: 10px;
    padding: 15px 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .verify-btn.btn-start {
        width: auto;
        min-width: 200px;
    }
}
.verify-btn.btn-submit {
    width: 100%;
    padding: 15px 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .verify-btn.btn-submit {
        width: auto;
        margin-right: 25px;
        min-width: 130px;
    }
}
.verify-btn.btn-submit.has-back {
    width: calc(100% - 59px);
}
@media only screen and (min-width: 768px) {
    .verify-btn.btn-submit.has-back {
        width: auto;
    }
}
.verify-btn.btn-submit.is-active {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-moz-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-ms-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-o-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.verify-btn.btn-error-message {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
    .verify-btn.btn-error-message {
        width: auto;
        min-width: 130px;
    }
}
.verify-btn.btn-save-later {
    width: 100%;
    margin-top: 10px;
    padding: 15px 40px;
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .verify-btn.btn-save-later {
        width: auto;
        margin-top: 0;
    }
}
.verify-btn.btn-save-later:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.verify-btn.btn-save-later:focus,
.verify-btn.btn-save-later:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.verify-btn.btn-save-later:focus:before,
.verify-btn.btn-save-later:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.verify-btn.btn-edit-review {
    width: auto;
    padding: 6px 10px;
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
.verify-btn.btn-edit-review:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.verify-btn.btn-edit-review:focus,
.verify-btn.btn-edit-review:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.verify-btn.btn-edit-review:focus:before,
.verify-btn.btn-edit-review:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.verify-btn.btn-edit-review &gt; span {
    font-size: 15px;
    margin-right: 5px;
}
.verify-btn.btn-update-review {
    width: auto;
    margin-top: 10px;
    padding: 8px 10px;
    line-height: 15px;
}
.verify-btn.btn-link {
    width: auto;
    color: #0a86ea;
    padding: 0;
}
.verify-btn.btn-link &gt; span {
    font-size: 21px;
    margin-right: 5px;
}
.verify-btn.btn-link:hover,
.verify-btn.btn-link:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.verify-btn.primary-btn {
    line-height: 15px;
}
.verify-btn.secondary-btn {
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
.verify-btn.secondary-btn:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.verify-btn.secondary-btn:focus,
.verify-btn.secondary-btn:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.verify-btn.secondary-btn:focus:before,
.verify-btn.secondary-btn:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.verify-btn.is-disabled {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    pointer-events: none;
}
.verify-btn:focus,
.verify-btn:hover {
    -moz-box-shadow: 0 0 10px #0a86ea;
    -webkit-box-shadow: 0 0 10px #0a86ea;
    box-shadow: 0 0 10px #0a86ea;
    color: #fff;
    text-decoration: none;
}
.select-wrapper {
    background: rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 0 1px 0;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.select-wrapper.single-select .form-select {
    height: 30px;
}
@media only screen and (min-width: 768px) {
    .select-wrapper.single-select .form-select {
        height: 36px;
    }
}
.select-wrapper.multi-select:before {
    display: none;
}
.select-wrapper.large {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .select-wrapper.large {
        width: 386px;
    }
}
.select-wrapper.medium {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .select-wrapper.medium {
        width: 193px;
    }
}
.select-wrapper.small {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .select-wrapper.small {
        width: 100px;
    }
}
.select-wrapper:before {
    width: 24px;
    height: 24px;
    content: '\f107';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    right: 4px;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.select-wrapper .form-select {
    width: 100%;
    background: none;
    border: solid rgba(0, 0, 0, 0);
    border-width: 0;
    display: inline-block;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: relative;
    vertical-align: top;
    white-space: nowrap;
}
.select-wrapper .form-select:focus {
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.select-wrapper .form-select::-ms-expand {
    display: none;
}
.select-wrapper .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
.select-wrapper .form-select option {
    font-size: 14px;
    padding: 5px;
}
@media only screen and (min-width: 768px) {
    .select-wrapper .form-select.select-hidden {
        display: none;
    }
}
.top-border-wrapper {
    width: 100%;
    height: 10px;
}
.modern-progress-top-wrapper {
    height: 10px;
    background: #fff;
    overflow: hidden;
    position: sticky;
    top: 0;
    z-index: 10;
}
.modern-progress-top-wrapper &gt; span {
    display: none;
}
.modern-progress-top-wrapper .progress-bar-outer {
    width: 100%;
    height: 10px;
    overflow: hidden;
}
.modern-progress-top-wrapper .progress-bar-outer &gt; .progress-bar-inner {
    height: 10px;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.modern-progress-top-wrapper .progress-bar-outer &gt; .progress-bar-inner:after {
    width: 0;
    height: 0;
    content: " ";
    position: absolute;
    display: block;
    top: 0;
    right: -10px;
}
.modern-progress-top-wrapper .progress-bar-outer &gt; span {
    width: 2px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: -5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 1;
}
.modern-progress-top-wrapper .progress-bar-outer &gt; span:nth-child(2) {
    left: 20%;
}
.modern-progress-top-wrapper .progress-bar-outer &gt; span:nth-child(3) {
    left: 40%;
}
.modern-progress-top-wrapper .progress-bar-outer &gt; span:nth-child(4) {
    left: 60%;
}
.modern-progress-top-wrapper .progress-bar-outer &gt; span:nth-child(5) {
    left: 80%;
}
.modern-progress-mid-wrapper {
    margin: 15px auto 0;
    min-height: 15px;
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 10;
}
.modern-progress-mid-wrapper &gt; span {
    display: none;
}
.modern-progress-mid-wrapper &gt; .progress-bar-outer {
    width: 100%;
    height: 5px;
    -webkit-border-radius: 5px ;
    -moz-border-radius: 5px ;
    border-radius: 5px ;
    overflow: hidden;
}
.modern-progress-mid-wrapper &gt; .progress-bar-outer &gt; .progress-bar-inner {
    height: 100%;
}
.has-bg-img .modern-progress-mid-wrapper {
    background-color: transparent !important;
}
.survey-progressbar {
    display: flex;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.survey-progressbar.stickybar {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -o-sticky;
    position: -ms-sticky;
    position: sticky;
}
.survey-progressbar.align-right {
    justify-content: flex-end;
}
.survey-progressbar.align-center {
    justify-content: center;
}
.survey-progressbar.at-top {
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
    bottom: auto;
    padding: 10px 0 9px 0;
    top: 0;
}
.survey-progressbar.at-bottom {
    border-top: 1px solid rgba(225, 225, 225, 0.5);
    bottom: 0;
    padding: 9px 0 10px 0;
    top: auto;
}
.survey-progressbar .inner-progressbar {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
@media only screen and (min-width: 1024px) {
    .survey-progressbar .inner-progressbar {
        width: 33%;
    }
}
.survey-progressbar .inner-progressbar.align-center {
    justify-content: center;
}
.survey-progressbar .inner-progressbar.align-right {
    justify-content: flex-end;
}
.survey-progressbar span {
    display: flex;
    font-size: 13px;
    padding-left: 10px;
    padding-right: 0;
}
.survey-progressbar .progress {
    width: 100%;
    height: 4px;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    flex: 1;
    margin: 0 auto;
}
.survey-progressbar .progress-bar {
    height: 100%;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.collaboration-banner {
    width: 100%;
    background: #747474;
    padding: 10px;
    text-align: right;
    font-size: 12px;
}
.take-survey-logo {
    width: 100%;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 14px 15px 4px;
    position: relative;
    text-align: center;
    vertical-align: top;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .take-survey-logo {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .take-survey-logo {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.take-survey-logo &gt; span {
    display: block;
    margin: 0 auto;
    text-align: left;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.take-survey-logo &gt; span.align-left {
    text-align: left;
}
.take-survey-logo &gt; span.align-right {
    text-align: right;
}
.take-survey-logo &gt; span.align-center {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .take-survey-logo &gt; span {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-logo &gt; span {
        position: static;
    }
}
.take-survey-logo img {
    width: auto;
    height: auto;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.lang-dropdown-right .qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu {
    left: 0 !important;
    right: auto;
}
@media only screen and (min-width: 768px) {
    .has-exit.take-survey-title &gt; span.lang-dropdown-right  {
        padding-right: 0 !important;
        padding-left: 200px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .has-exit.take-survey-title &gt; span.lang-dropdown-right  {
        padding-right: 0 !important;
        padding-left: 230px !important;
    }
}
.survey-exit {
    display: inline-block;
    line-height: 0;
    margin-left: 12px;
    padding: 0 3px;
    position: relative !important;
    right: auto !important;
    top: auto !important;
    text-decoration: none !important;
    vertical-align: middle;
}
.survey-exit &gt; i {
    font-size: 16px;
}
.survey-exit:hover,
.survey-exit:focus {
    cursor: pointer;
    text-decoration: none !important;
}
.take-survey-title {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .take-survey-title {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .take-survey-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit &gt; span {
        padding-right: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit &gt; span.has-question-error-center .QuestionError {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit &gt; span.has-question-error-right .QuestionError {
        padding-right: 40px !important;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit &gt; span.ts-head-title-wrapper {
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 0;
        padding-right: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-icon &gt; span {
        padding-right: 90px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-icon &gt; span.has-question-error-center .QuestionError {
        padding-left: 90px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-icon &gt; span.has-question-error-right .QuestionError {
        padding-right: 90px !important;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper {
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 90px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 90px;
        padding-right: 90px !important;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-right: 90px !important;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expand &gt; span {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-exit.has-language-expand &gt; span {
        padding-right: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expand &gt; span.has-question-error-center .QuestionError {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-exit.has-language-expand &gt; span.has-question-error-center .QuestionError {
        padding-left: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expand &gt; span.has-question-error-right .QuestionError {
        padding-right: 90px !important;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper {
        padding-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-right: 90px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expanded &gt; span.has-question-error-right .QuestionError {
        padding-right: 200px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-exit.has-language-expanded &gt; span.has-question-error-right .QuestionError {
        padding-right: 250px !important;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 250px;
        padding-right: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-right: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-icon &gt; span {
        padding-right: 50px;
    }
}
.take-survey-title.has-language-icon &gt; span.has-question-error-center .QuestionError {
    padding-left: 50px;
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper {
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-right: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expand &gt; span {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-language-expand &gt; span {
        padding-right: 210px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expand &gt; span.has-question-error-center .QuestionError {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-language-expand &gt; span.has-question-error-center .QuestionError {
        padding-left: 210px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expand &gt; span.has-question-error-right .QuestionError {
        padding-right: 50px !important;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper {
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 210px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 210px;
        padding-right: 210px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 0;
        padding-right: 50px;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expanded &gt; span.has-question-error-right .QuestionError {
        padding-right: 200px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-language-expanded &gt; span.has-question-error-right .QuestionError {
        padding-right: 210px !important;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-right: 210px;
    }
}
@media only screen and (min-width: 768px) {
    .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 0;
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-right: 210px;
    }
}
.take-survey-title &gt; span {
    display: block;
    margin: 0 auto;
    min-height: 48px;
    padding: 6px 0 4px 0;
    position: relative;
}
.has-exit.take-survey-title &gt; span,
.has-language-expand.take-survey-title &gt; span,
.has-language-icon.take-survey-title &gt; span {
    padding-top: 45px;
}
@media only screen and (min-width: 768px) {
    .has-exit.take-survey-title &gt; span,
    .has-language-expand.take-survey-title &gt; span,
    .has-language-icon.take-survey-title &gt; span {
        padding-top: 6px;
    }
}
.take-survey-title &gt; span.has-question-error-center .QuestionError {
    text-align: center;
}
.take-survey-title &gt; span.has-question-error-right .QuestionError {
    text-align: right;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.take-survey-title &gt; span .QuestionError &gt; div {
    display: inline-block;
}
.take-survey-title &gt; span .lang-exit-btn-wrapper {
    position: absolute;
    top: 0;
    right: 0;
}
@media only screen and (min-width: 768px) {
    .take-survey-title &gt; span .lang-exit-btn-wrapper {
        top: 6px;
    }
}
.take-survey-title &gt; span &gt; p {
    margin-bottom: 0;
}
.take-survey-title &gt; span &gt; div &gt; span {
    display: block;
}
.take-survey-title &gt; span ul &gt; li {
    list-style-type: disc;
}
.take-survey-title &gt; span ol &gt; li {
    list-style-type: decimal;
}
.take-survey-title table {
    max-width: 100%;
}
.take-survey-title img {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.take-survey-start {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.take-survey-start &gt; span {
    width: 100%;
    display: flex;
    margin: 0 auto;
}
.survey-timer-wrapper {
    align-items: center;
    background: #fff;
    display: flex;
    font-size: 30px;
    justify-content: center;
    line-height: 15px;
    margin: 15px auto 0;
    padding: 10px;
    position: relative;
    z-index: 0;
}
.survey-timer-wrapper.has-both {
    justify-content: space-between;
}
.survey-timer-wrapper:after {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.survey-timer-wrapper &gt; ul {
    font-size: 0;
    margin: 0;
    max-width: 150px;
    padding: 0 5px;
}
@media only screen and (min-width: 768px) {
    .survey-timer-wrapper &gt; ul {
        max-width: 170px;
    }
}
.survey-timer-wrapper &gt; ul.is-alert {
    background: #e10600;
}
.survey-timer-wrapper &gt; ul.is-alert * {
    color: #fff !important;
}
.survey-timer-wrapper &gt; ul.ts-page-timer &gt; li:first-child,
.survey-timer-wrapper &gt; ul.ts-survey-timer &gt; li:first-child {
    width: 100%;
}
.survey-timer-wrapper &gt; ul.ts-page-timer &gt; li:first-child span,
.survey-timer-wrapper &gt; ul.ts-survey-timer &gt; li:first-child span {
    font-size: 12px;
}
.survey-timer-wrapper &gt; ul.ts-page-timer &gt; li:first-child a,
.survey-timer-wrapper &gt; ul.ts-survey-timer &gt; li:first-child a {
    width: 100%;
    display: inline-block;
    color: #0a86ea;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
}
.survey-timer-wrapper &gt; ul.ts-page-timer &gt; li:first-child:after,
.survey-timer-wrapper &gt; ul.ts-survey-timer &gt; li:first-child:after {
    display: none;
}
.survey-timer-wrapper &gt; ul &gt; li {
    width: calc(100% / 3);
    display: inline-block;
    list-style-type: none;
    padding: 0 1px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.survey-timer-wrapper &gt; ul &gt; li &gt; span {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-timer-wrapper &gt; ul &gt; li &gt; span {
        font-size: 20px;
    }
}
.survey-timer-wrapper &gt; ul &gt; li &gt; small {
    width: 100%;
    display: none;
    font-size: 10px;
    font-weight: 300;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-timer-wrapper &gt; ul &gt; li &gt; small {
        display: inline-block;
    }
}
.survey-timer-wrapper &gt; ul &gt; li:last-child:after {
    display: none;
}
.survey-timer-wrapper &gt; ul &gt; li:after {
    content: ':';
    font-size: 20px;
    position: absolute;
    right: -1px;
    top: 4px;
}
.survey-timer-wrapper.this-fixed {
    width: 100%;
    left: 0;
    margin-top: 0;
    position: fixed;
    top: 0;
    z-index: 90;
}
.survey-timer-wrapper.this-fixed.has-classic-progressbar {
    top: 38px;
}
@media only screen and (min-width: 768px) {
    .survey-timer-wrapper.this-fixed.has-both {
        width: 380px;
        left: calc(50% - 380px);
        right: calc(50% - 380px);
    }
}
@media only screen and (min-width: 768px) {
    .survey-timer-wrapper.this-fixed {
        width: 270px;
        -webkit-border-radius: 3px ;
        -moz-border-radius: 3px ;
        border-radius: 3px ;
        left: calc(50% - 270px);
        right: calc(50% - 270px);
        top: 5px;
    }
}
.exit-back-wrapper {
    width: 100%;
    display: inline-block;
    left: 0;
    margin: 0 auto;
    padding: 10px 15px 0;
    position: absolute;
    top: 0;
}
.exit-back-wrapper &gt; a {
    width: auto;
    color: #0a86ea;
    font-size: 12px;
    line-height: 30px;
    position: relative;
    text-decoration: none;
}
.exit-back-wrapper &gt; a.back-link {
    float: left;
}
.exit-back-wrapper &gt; a.exit-link {
    float: right;
}
.exit-back-wrapper &gt; a:before {
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 30px;
    top: 50%;
    -webkit-transform: translate(0, -55%);
    -moz-transform: translate(0, -55%);
    -ms-transform: translate(0, -55%);
    -o-transform: translate(0, -55%);
}
.notification-wrapper {
    display: block;
    margin: 10px auto;
    text-align: center;
}
.error-wrapper {
    display: block;
    font-size: 16px;
    margin: 24px auto 75px;
    padding: 15px 15px 15px 60px;
    position: relative;
}
.error-wrapper:before {
    height: 28px;
    content: '\f06a';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 28px;
    left: 18px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.error-wrapper.vhidden {
    visibility: hidden;
}
.error-wrapper img {
    max-width: 100%;
}
.error-wrapper p {
    margin-bottom: 5px;
}
.error-wrapper p:last-child {
    margin: 0;
}
.error-wrapper ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.error-wrapper ul li {
    list-style: disc;
}
.survey-body-wrapper {
    display: flex;
    flex-flow: column;
    margin: 15px auto;
    padding: 26px 15px;
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper {
        margin-top: 30px;
    }
}
.survey-body-wrapper.has-timer {
    margin-top: 0;
}
.survey-body-wrapper.has-timer.has-mpb {
    margin-top: 0;
}
.survey-body-wrapper.has-mpb {
    margin-top: 15px;
}
.survey-body-wrapper.has-progress-bar-top .survey-progress-wrapper {
    left: 0;
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper.has-progress-bar-top .survey-progress-wrapper {
        left: auto;
        margin-bottom: 55px;
        position: relative;
        top: auto;
    }
}
.survey-body-wrapper.has-progress-bar-top .error-wrapper {
    margin-bottom: 14px;
    margin-top: 50px;
}
.survey-body-wrapper.has-progress-bar-bottom .survey-progress-wrapper {
    bottom: 0;
    left: 0;
    position: absolute;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper.has-progress-bar-bottom .survey-progress-wrapper {
        bottom: auto;
        left: auto;
        margin-top: 27px;
        position: relative;
    }
}
.survey-body-wrapper .survey-run-form {
    margin: 0 auto;
    padding: 0;
}
.survey-body-wrapper .survey-run-form .print-link {
    width: 100%;
    display: inline-block;
    text-align: right;
}
.survey-body-wrapper .survey-run-form .print-link &gt; a {
    color: #0a86ea;
    font-size: 14px;
    font-weight: 300;
    padding: 0 10px;
    position: relative;
}
.survey-body-wrapper .survey-run-form .print-link &gt; a:after {
    width: 1px;
    height: 100%;
    background: #747474;
    content: '';
    position: absolute;
    right: -1px;
    top: 0;
}
.survey-body-wrapper .survey-run-form .print-link &gt; a:last-child:after {
    display: none;
}
.survey-body-wrapper .survey-feedback-run-form {
    margin: 0 auto;
    padding: 0;
}
.survey-body-wrapper .survey-feedback-run-form .feedback-form-input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    border: solid transparent;
    border-width: 0 0 1px 0;
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    padding: 7px;
    position: relative;
    vertical-align: top;
    z-index: 1 !important;
    margin-top: 10px;
}
.survey-body-wrapper .survey-feedback-run-form .comment-container {
    margin-top: 20px;
    max-height: 400px;
    overflow: auto;
}
.survey-body-wrapper .survey-feedback-run-form .comment-container ul {
    padding: 0px!important;
}
.survey-body-wrapper .survey-feedback-run-form .comment-container ul li {
    border-bottom: 1px solid #f7f7f7;
}
.survey-body-wrapper .survey-feedback-run-form .comment-body-bottom-text {
    color: #969696;
    font-size: 12px;
}
.survey-body-wrapper .survey-feedback-run-form .comment-changes-button-wrapper {
    width: 100%;
    display: inline-block;
    padding-top: 29px;
    position: relative;
    text-align: left;
    vertical-align: top;
}
.survey-body-wrapper .survey-feedback-run-form .comment-changes-button-wrapper .btn.btn-submit {
    line-height: 15px;
    padding: 15px 10px;
}
.survey-body-wrapper .survey-feedback-run-form .comment-changes-button-wrapper {
    padding-bottom: 29px;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode &gt; .survey-question-wrapper.ok-visible:last-child .ok-wrapper {
    display: none !important;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode &gt; .survey-question-wrapper.ok-visible:last-child.active-question .answer-container.heading-question ~ .ok-wrapper,
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode &gt; .survey-question-wrapper.ok-visible:last-child.active-question .answer-container.sub-heading-question ~ .ok-wrapper,
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode &gt; .survey-question-wrapper.ok-visible:last-child.active-question .answer-container.presentation-text-question ~ .ok-wrapper {
    display: none !important;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper {
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.touch-device-adjust {
    margin-bottom: 270px;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:after {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    content: '';
    left: -5px;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 2;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; .question-container:after,
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; .answer-container:after,
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; .multi-row-question:after,
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; span.error:after {
    width: 4px;
    bottom: 0;
    content: '';
    display: block;
    left: -15px;
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; .question-container:after,
    .survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; .answer-container:after,
    .survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; .multi-row-question:after,
    .survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; span.error:after {
        display: none;
    }
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; .multi-row-question:after {
    bottom: -35px;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; .multi-row-question:last-child:after {
    bottom: 0;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question &gt; .question-container:after {
    bottom: -50px;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question .answer-container.heading-question ~ .ok-wrapper,
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question .answer-container.sub-heading-question ~ .ok-wrapper,
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question .answer-container.presentation-text-question ~ .ok-wrapper {
    display: block !important;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question:after {
    display: none;
}
.survey-body-wrapper .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question .ok-wrapper {
    display: none;
}
.survey-body-wrapper .survey-inside-wrapper.has-autofocus-mode {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}
.survey-body-wrapper .survey-inside-wrapper.has-autofocus-mode .survey-question-wrapper {
    display: inline-block;
    white-space: normal;
}
.survey-body-wrapper .survey-inside-wrapper.has-autoadvance-mode {
    overflow: hidden;
    position: relative;
}
.survey-body-wrapper .survey-inside-wrapper.has-autoadvance-mode .ok-wrapper {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper {
    width: 100%;
    align-items: start;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper {
        padding-bottom: 30px;
        padding-top: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper {
        padding-bottom: 40px;
        padding-top: 40px;
    }
}
.survey-body-wrapper .survey-question-wrapper.nps-plus-question {
    padding-bottom: 0;
}
.survey-body-wrapper .survey-question-wrapper.nps-plus-question .answer-container {
    padding-bottom: 40px;
}
.survey-body-wrapper .survey-question-wrapper .icon-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .icon-wrapper {
        display: inline-block;
        vertical-align: top;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .icon-wrapper {
        width: 60%;
    }
}
@media only screen and (min-width: 992px) {
    .survey-body-wrapper .survey-question-wrapper .icon-wrapper {
        width: auto;
    }
}
.survey-body-wrapper .survey-question-wrapper .icon-wrapper &gt; .fa {
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin-top: -10px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 50%;
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper.align-left {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper.align-right {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper.align-center {
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .audio-container {
    width: 100%;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .audio-container audio {
    width: 100%;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .video-container {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .video-container video,
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .video-container iframe,
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .video-container object,
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .video-container embed {
    background: none;
    border: none;
    max-width: 100%;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .video-container.has-iframe {
    height: 0;
    padding-top: 56.25%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .youtube-wrapper .video-container.has-iframe {
        padding-top: 33.33%;
    }
}
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .video-container.has-iframe iframe,
.survey-body-wrapper .survey-question-wrapper .youtube-wrapper .video-container.has-iframe object {
    left: 0;
    position: absolute;
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .question-container {
    width: 100%;
    border: none;
    display: block;
    float: left;
    line-height: 28px;
    margin-bottom: 9px;
    position: relative;
    word-wrap: break-word;
}
.survey-body-wrapper .survey-question-wrapper .question-container.has-question-number.required:before {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .question-container.has-question-number.required .question-number:before {
    content: '\2731';
    display: block;
    font-size: 8px !important;
    left: -10px;
    line-height: 8px;
    position: absolute;
    top: 9px;
}
@media only screen and (min-width: 992px) {
    .survey-body-wrapper .survey-question-wrapper .question-container.has-question-number.required .question-number:before {
        font-size: 11px !important;
        line-height: 11px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .question-container.has-question-number.required .question-number:before {
        left: -15px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .survey-body-wrapper .survey-question-wrapper .question-container.has-question-number.required .question-number:before {
        top: 7px !important;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .survey-body-wrapper .survey-question-wrapper .question-container.has-question-number.required .question-number:before {
        top: 4px !important;
    }
}
.survey-body-wrapper .survey-question-wrapper .question-container.required:before {
    content: '\2731';
    display: block;
    font-size: 8px !important;
    left: -10px;
    line-height: 8px;
    position: absolute;
    top: 9px;
}
@media only screen and (min-width: 992px) {
    .survey-body-wrapper .survey-question-wrapper .question-container.required:before {
        font-size: 11px !important;
        line-height: 11px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .question-container.required:before {
        left: -15px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .survey-body-wrapper .survey-question-wrapper .question-container.required:before {
        top: 7px !important;
    }
}
.survey-body-wrapper .survey-question-wrapper .question-container.is-semibold {
    font-weight: 500;
}
.survey-body-wrapper .survey-question-wrapper .question-container &gt; div &gt; img {
    height: auto !important;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .question-container table {
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .question-container img {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .question-container ul &gt; li {
    list-style-type: disc;
}
.survey-body-wrapper .survey-question-wrapper .question-container ul &gt; li ul li {
    list-style: circle;
}
.survey-body-wrapper .survey-question-wrapper .question-container ul &gt; li ol li {
    list-style-type: decimal;
}
.survey-body-wrapper .survey-question-wrapper .question-container ol &gt; li {
    list-style-type: decimal;
}
.survey-body-wrapper .survey-question-wrapper .question-container ol &gt; li ul li {
    list-style: circle;
}
.survey-body-wrapper .survey-question-wrapper .question-container ol &gt; li ol li {
    list-style-type: decimal;
}
.survey-body-wrapper .survey-question-wrapper .question-container .review-comment-count {
    color: #adadad;
    margin-left: 5px;
}
.survey-body-wrapper .survey-question-wrapper .question-container .review-links {
    float: right;
}
.survey-body-wrapper .survey-question-wrapper .question-container .question-text {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .question-container .question-tip {
    background: none;
    float: none;
}
.survey-body-wrapper .survey-question-wrapper .question-container .question-tip.help-text {
    width: auto;
    height: auto;
    color: #0a86ea;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    padding: 0 5px;
    right: auto;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
}
.survey-body-wrapper .survey-question-wrapper .question-container .question-tip.help-image {
    width: 24px;
    height: 20px;
    color: #0a86ea;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    right: auto;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .question-container .question-tip.help-image:before {
    width: 20px;
    height: 20px;
    content: "\e102";
    display: inline-block;
    font-size: 22px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .question-container .icons-tip {
    width: 20px;
    height: 20px;
    background: none;
    color: #0a86ea;
    display: inline-block;
    float: none;
    margin-left: 5px;
    position: relative;
    right: auto;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .question-container .icons-tip:before {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 22px;
    left: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .question-container .age-title {
    min-height: 80px;
    max-height: calc(100vh - 500px);
    margin: 16px 0;
    overflow-y: auto;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .question-container .age-title {
        min-height: 160px;
        max-height: calc(100vh - 430px);
        margin: 32px 0;
    }
}
.survey-body-wrapper .survey-question-wrapper .question-number {
    padding-right: 5px;
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .question-number {
        width: auto;
        padding-right: 10px;
        text-align: right;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container .askwhy-rootcause-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.survey-body-wrapper .survey-question-wrapper .answer-container .askwhy-rootcause-header .askwhy-rootcause-search-box {
    margin-bottom: 20px;
    position: relative;
    width: 30%;
}
.take-survey-toggle-switch {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: center;
    min-height: 1px;
    position: relative;
}

.take-survey-toggle-switch .label-name {
    color: #545e6b;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
    vertical-align: middle;
}

.take-survey-toggle-switch .qp-control-label {
    margin: 0 20px;
    width: auto;
    cursor: pointer;
    position: relative;
    color: #545e6b;
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 0;
    text-align: left;
}

.take-survey-toggle-switch .qp-control-label .custom-form-toggle {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.take-survey-toggle-switch .qp-control-label .circle-flow {
    width: 50px;
    height: 18px;
    background: #fff;
    border: 2px solid #1b87e6;
    border-radius: 30px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.take-survey-toggle-switch .qp-control-label .circle-flow:before {
    width: 12px;
    height: 12px;
    background: #1b87e6;
    border-radius: 50%;
    content: '';
    left: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
}

.take-survey-toggle-switch .qp-control-label .custom-form-toggle:checked + .circle-flow:before {
    left: calc(100% - 13px);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-2x .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-3x .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-4x .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-5x .answer-options {
        margin-left: 3px;
        margin-right: 3px;
        vertical-align: bottom;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.col-2x .control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.col-3x .control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.col-4x .control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.col-5x .control-selection {
    width: 100%;
    min-width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.col-1x .answer-options {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.col-2x .answer-options {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-2x .answer-options {
        width: 48.5%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-2x .answer-options {
        width: 49%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.col-3x .answer-options {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-3x .answer-options {
        width: 32%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.col-4x .answer-options {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-4x .answer-options {
        width: 23.5%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-4x .answer-options {
        width: 24%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.col-5x .answer-options {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-5x .answer-options {
        width: 18.5%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.col-5x .answer-options {
        width: 19%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.radio-jump .ok-wrapper {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container &gt; div &gt; img {
    height: auto !important;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container img {
    height: auto !important;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ul &gt; li {
    list-style-type: disc;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ol &gt; li {
    list-style-type: decimal;
}
.survey-body-wrapper .survey-question-wrapper .answer-container .answer-group-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding: 10px 15px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container .answer-group-wrapper {
        padding: 15px 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container .answer-group-wrapper {
        padding: 15px 25px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container .answer-group-wrapper:before {
    width: 2px;
    background: #ececec;
    bottom: 15px;
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container .answer-group-wrapper .answer-group-header {
    border: none;
    line-height: 20px;
    position: relative;
    margin: 0 -15px 10px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container .answer-group-wrapper .answer-group-header {
        margin: 0 -20px 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container .answer-group-wrapper .answer-group-header {
        margin: 0 -25px 15px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container .answer-group-wrapper .answer-group-header ul &gt; li {
    list-style-type: disc;
}
.survey-body-wrapper .survey-question-wrapper .answer-container .answer-group-wrapper .answer-group-header ol &gt; li {
    list-style-type: decimal;
}
.survey-body-wrapper .survey-question-wrapper .answer-container .answer-options .controls .control-label table {
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container .answer-options .controls .control-label img {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container .answer-options .controls .control-label ul &gt; li {
    list-style-type: disc;
}
.survey-body-wrapper .survey-question-wrapper .answer-container .answer-options .controls .control-label ol &gt; li {
    list-style-type: decimal;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question {
    text-align: center;
    margin-bottom: 32px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options {
    width: 48px;
    margin: 0 8px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options:first-child {
    width: 120px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options:first-child .select-wrapper {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options {
        width: 60px;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options:first-child {
        width: 180px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options .bootstrap-select &gt; .dropdown-toggle.btn-default {
    height: 36px !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options .bootstrap-select &gt; .dropdown-toggle.btn-default:before {
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options .control-label {
    margin-bottom: 8px;
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options .select-wrapper {
    background: rgba(84, 94, 107, 0.05);
}
.survey-body-wrapper .survey-question-wrapper .table-heading-wrapper {
    width: 100%;
    display: none;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: center;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .table-heading-wrapper {
        display: flex;
        flex-flow: row;
        flex-wrap: nowrap;
    }
}
.survey-body-wrapper .survey-question-wrapper .table-heading-wrapper .sh-wrapper {
    flex: 1;
}
.survey-body-wrapper .survey-question-wrapper .table-heading-wrapper .sh-wrapper .sh-inner {
    display: table;
    margin: 0 auto;
    table-layout: fixed;
}
.survey-body-wrapper .survey-question-wrapper .table-heading-wrapper .sh-wrapper .sh-inner .control-label {
    display: table-cell;
}
.survey-body-wrapper .survey-question-wrapper .table-heading-wrapper .sh-wrapper ~ .control-label.is-na {
    width: 50px;
    margin-left: 10px;
    text-align: center !important;
}
.survey-body-wrapper .survey-question-wrapper .table-heading-wrapper .control-label {
    width: auto;
    border: none;
    line-height: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.survey-body-wrapper .survey-question-wrapper .loop-wrapper {
    width: 100%;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 30px;
}
.survey-body-wrapper .survey-question-wrapper .loop-wrapper:last-child {
    margin-bottom: 0;
}
.survey-body-wrapper .survey-question-wrapper .loop-wrapper .sl-wrapper {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    flex: 1;
}
.survey-body-wrapper .survey-question-wrapper .loop-wrapper .sl-na-wrapper {
    width: 50px;
}
.survey-body-wrapper .survey-question-wrapper .prefix-wrapper,
.survey-body-wrapper .survey-question-wrapper .suffix-wrapper {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 17px;
    padding: 6px 6px 6px 0;
    position: relative;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-options {
    width: 100%;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.required .controls:before {
    content: '\2731';
    display: block;
    font-size: 8px !important;
    left: -10px;
    line-height: 8px;
    position: absolute;
    top: 9px;
}
@media only screen and (min-width: 992px) {
    .survey-body-wrapper .survey-question-wrapper .answer-options.required .controls:before {
        font-size: 11px !important;
        line-height: 11px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-options.required .controls:before {
        left: -15px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-options.required .controls:before {
    top: 14px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .survey-body-wrapper .survey-question-wrapper .answer-options.required .controls:before {
        top: 13px !important;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-options.is-auto {
        width: 192px;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-options.is-auto .input-wrapper {
        width: 100%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-options.dynamic-explode, .survey-body-wrapper .survey-question-wrapper .answer-options.dynamic-explode .input-wrapper {
    width: 100% !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.dynamic-explode .form-label {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .controls {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .control-label {
    width: 100% !important;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 5px;
    padding: 0;
    position: relative;
    vertical-align: top;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a:hover {
    text-decoration: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a:before {
    color: #fff;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.push-to-social-icon-wrapper {
    font-size: 24px;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.nps-icon-wrapper {
    font-size: 40px;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-x-icon {
    color: #000
}

.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-facebook {
    background: #3b5998;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-facebook:hover {
    background: #426ca9;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-facebook:before {
    content: '\f09a';
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-twitter {
    background: #00aced;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-twitter:hover {
    background: #1dcaff;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-twitter:before {
    content: '\f099';
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-googleplus {
    background: #d34836;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-googleplus:hover {
    background: #e8503e;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-googleplus:before {
    content: '\f0d5';
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-yelp {
    background: #9f3224;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-yelp:hover {
    background: #c41200;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-yelp:before {
    content: '\f1e9';
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-insta {
    background: #a034b0;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-insta:hover {
    background: #603595;
}
.survey-body-wrapper .survey-question-wrapper .answer-options.social-sharing .social-icon-wrapper &gt; a.share-insta:before {
    content: '\f16d';
}
.survey-body-wrapper .survey-question-wrapper .answer-heading {
    width: 100%;
    border: none;
    line-height: 20px;
    position: relative;
    display: inline-block;
    padding: 6px 0 5px;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection {
    width: 100%;
    align-items: center;
    flex-flow: row wrap;
    display: flex;
    margin: 0 auto;
    padding: 8px 40px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .controls.control-selection {
        width: auto;
        min-width: 300px;
    }
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection.edit-other .blinker {
    z-index: -1;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .control-letter {
    width: 17px;
    height: 17px;
    background-color: rgba(10, 134, 234, 0.5);
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    color: #fff;
    font-size: 12px;
    left: 10px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 10px;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .control-tick {
    width: 20px;
    height: 20px;
    display: none;
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .control-indicator {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .control-indicator:after {
    width: 0;
    height: 0;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection input[type="checkbox"] ~ .control-indicator {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection input[type="checkbox"] ~ .control-indicator:before {
    content: '\e125';
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection input[type="checkbox"] ~ .control-indicator:after {
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection input[type="checkbox"]:checked ~ .control-indicator {
    border: none;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection input[type="checkbox"]:checked ~ .control-indicator:before {
    content: '\e125';
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection input[type="checkbox"]:checked ~ .control-indicator:after {
    width: 18px;
    height: 18px;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection input[type="radio"] ~ .control-indicator {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection input[type="radio"] ~ .control-indicator:after {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
    margin: calc(-10px / 2) 0 0 calc(-10px / 2);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection input[type="radio"]:checked ~ .control-indicator:after {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .radio-check {
    position: absolute;
    z-index: -1;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .radio-check:checked ~ .control-indicator:before {
    color: #fff;
    display: block;
    font-size: 17px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .radio-check:checked ~ .control-tick {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .radio-check:checked ~ .blinker {
    -webkit-animation: push 250ms 1 ease;
    -moz-animation: push 250ms 1 ease;
    -ms-animation: push 250ms 1 ease;
    -o-animation: push 250ms 1 ease;
    animation: push 250ms 1 ease;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .blinker {
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .other-input {
    width: 100%;
    border: none;
    line-height: 20px;
    position: relative;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    display: inline-block;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .other-input {
    height: 22px;
    background: none;
    outline: none;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .other-input ~ .line-flow {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .controls.control-selection .blinker {
    background: none;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.survey-body-wrapper .survey-question-wrapper .error {
    width: 100%;
    display: inline-block;
    min-height: 23px;
    padding: 3px 0;
    position: relative;
    text-align: left;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .error.vhidden {
    visibility: hidden;
}
.survey-body-wrapper .survey-question-wrapper .form-label {
    width: 100%;
    border: none;
    display: inline-block;
    line-height: 17px;
    margin: 0;
    padding: 6px 6px 6px 0;
    position: relative;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .form-label {
        width: 30%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .form-label {
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .form-label {
        width: 20%;
    }
}
.survey-body-wrapper .survey-question-wrapper .input-wrapper {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 1px 0;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .input-wrapper:before {
    height: 1px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
}
.survey-body-wrapper .survey-question-wrapper .input-wrapper.error-line .line-flow {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .input-wrapper.large {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .input-wrapper.large {
        width: 386px;
    }
}
.survey-body-wrapper .survey-question-wrapper .input-wrapper.medium-x {
    width: 67.5%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .input-wrapper.medium-x {
        width: 291px;
    }
}
.survey-body-wrapper .survey-question-wrapper .input-wrapper.medium {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .input-wrapper.medium {
        width: 193px;
    }
}
.survey-body-wrapper .survey-question-wrapper .input-wrapper.small {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .input-wrapper.small {
        width: 95px;
    }
}
.survey-body-wrapper .survey-question-wrapper .input-wrapper.small-x {
    width: 30%;
    margin-right: 1%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .input-wrapper.small-x {
        width: 95px;
        margin-right: 0;
    }
}
.survey-body-wrapper .survey-question-wrapper textarea {
    min-height: 75px;
}
.survey-body-wrapper .survey-question-wrapper textarea.auto-expand {
    height: 35px;
    min-height: auto;
    overflow: hidden;
}
.survey-body-wrapper .survey-question-wrapper .form-input {
    width: 100%;
    background-color: rgba(84, 94, 107, 0.05);
    border: solid transparent;
    border-width: 0 0 1px 0;
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    padding: 7px;
    position: relative;
    vertical-align: top;
    z-index: 1 !important;
}
.survey-body-wrapper .survey-question-wrapper .form-input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.survey-body-wrapper .survey-question-wrapper .form-input:focus ~ .line-flow {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .form-input::-webkit-input-placeholder {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.survey-body-wrapper .survey-question-wrapper .form-input:-moz-placeholder {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.survey-body-wrapper .survey-question-wrapper .form-input::-moz-placeholder {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.survey-body-wrapper .survey-question-wrapper .form-input:-ms-input-placeholder {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.survey-body-wrapper .survey-question-wrapper .line-flow {
    width: 0;
    height: 2px;
    background: #0a86ea;
    bottom: 0 !important;
    top: unset !important;
    content: '';
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    position: absolute;
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    z-index: 1;
}
.survey-body-wrapper .survey-question-wrapper .multi-row-question {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .multi-row-question:last-child {
    margin-bottom: 0;
}
.survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper {
    font-size: 0;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question .answer-container {
        padding-left: 1%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question .error {
        padding-left: 1%;
        position: absolute;
        top: -22px;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-10 .question-container {
        width: 10%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-10 .answer-container {
        width: 90%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-10 .error {
        left: 10%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-20 .question-container {
        width: 20%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-20 .answer-container {
        width: 80%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-20 .error {
        left: 20%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-30 .question-container {
        width: 30%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-30 .answer-container {
        width: 70%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-30 .error {
        left: 30%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-40 .question-container {
        width: 40%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-40 .answer-container {
        width: 60%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-40 .error {
        left: 40%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-50 .question-container {
        width: 50%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-50 .answer-container {
        width: 50%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question.width-50 .error {
        left: 50%;
    }
}
.survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container .answer-options {
    align-items: center;
    display: inline-flex;
}
.survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container .input-wrapper {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.has-suffix-prefix .input-wrapper {
    order: 2;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container .input-wrapper {
        width: 30%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-10 .input-wrapper {
        width: 10%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-20 .input-wrapper {
        width: 20%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-30 .input-wrapper {
        width: 30%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-40 .input-wrapper {
        width: 40%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-50 .input-wrapper {
        width: 50%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-60 .input-wrapper {
        width: 60%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-70 .input-wrapper {
        width: 70%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-80 .input-wrapper {
        width: 80%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-90 .input-wrapper {
        width: 90%;
    }
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .answer-container.width-100 .input-wrapper {
        width: 100%;
    }
}
.survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .prefix-wrapper {
    max-width: 25%;
    min-width: 3%;
    order: 1;
    padding-left: 0;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .prefix-wrapper {
        max-width: 10%;
        min-width: auto;
    }
}
.survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .suffix-wrapper {
    max-width: 25%;
    min-width: 10%;
    order: 3;
    padding-left: 6px;
    padding-right: 0;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .suffix-wrapper {
        max-width: 10%;
        min-width: auto;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover {
    width: 94%;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    box-sizing: border-box;
    left: 3%;
    margin: 0;
    max-height: calc(100vh - (6% - 30px));
    padding: 15px;
    position: fixed;
    top: 3%;
    z-index: 500;
}
@media only screen and (min-width: 992px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover {
        width: 350px;
        height: auto;
        max-height: max-content;
        position: absolute;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover h2 {
    margin: 0;
    padding: 0 0 10px 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover &gt; ul {
    width: 100%;
    margin: 0;
    max-height: calc(100vh - 211px);
    overflow-y: auto;
    padding: 0;
}
@media only screen and (min-width: 992px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover &gt; ul {
        max-height: 190px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover &gt; ul &gt; li.controls.control-selection {
    width: 100%;
    cursor: pointer;
    min-width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover .input-wrapper.required .form-label {
    margin-left: 15px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover .input-wrapper.required .form-label:before {
    content: '\2731';
    display: block;
    font-size: 8px !important;
    left: -10px;
    line-height: 8px;
    position: absolute;
    top: 9px;
}
@media only screen and (min-width: 992px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover .input-wrapper.required .form-label:before {
        font-size: 11px !important;
        line-height: 11px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover .input-wrapper.required .form-label:before {
        left: -15px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover .input-wrapper .form-label {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover .color-circle {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
    left: 10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover .input-wrapper {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-reset-highlight {
    border: none;
    line-height: 20px;
    position: relative;
    align-items: center;
    display: inline-flex;
    min-height: 20px;
    margin-top: 15px;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-reset-highlight .th-btn {
    width: 32px;
    height: 32px;
    align-items: center;
    background: none;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    display: inline-flex;
    justify-content: center;
    margin-left: 10px;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-reset-highlight .qp-secondary-btn {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 16px;
    overflow: hidden;
    padding: 0 3px;
    position: relative;
    white-space: nowrap;
    z-index: 0;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-reset-highlight .qp-secondary-btn &gt; i {
    color: #909090;
    font-size: 20px;
    padding: 5px;
    font-weight: 400;
    line-height: 1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-reset-highlight .qp-secondary-btn:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-reset-highlight .qp-secondary-btn:hover &gt; i {
    color: #555;
}
.survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-reset-highlight .qp-secondary-btn:hover:before {
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-highlighter-question {
    padding: 15px;
    text-align: justify;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-highlighter-question &gt; div,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-highlighter-question p {
    width: 100%;
    border: none;
    line-height: 20px;
    position: relative;
    line-height: 22px;
    margin: 0 0 15px 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-highlighter-question &gt; span {
    border: none;
    line-height: 20px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options {
    align-items: center;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options &gt; p {
    width: 100%;
    border: none;
    line-height: 20px;
    position: relative;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options &gt; p {
        max-width: 80%;
        padding-right: 20px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options .input-ps-wrapper {
    width: 100%;
    align-items: center;
    display: flex;
    flex-flow: row;
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options .input-ps-wrapper {
        width: 20%;
        margin-top: 0;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options .input-wrapper {
    flex-grow: 1;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question.width-10 .answer-options p {
        width: 10%;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question.width-20 .answer-options p {
        width: 20%;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question.width-30 .answer-options p {
        width: 30%;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question.width-40 .answer-options p {
        width: 40%;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question.width-50 .answer-options p {
        width: 50%;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question.width-60 .answer-options p {
        width: 60%;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question.width-70 .answer-options p {
        width: 70%;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question.width-80 .answer-options p {
        width: 80%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .prefix-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .suffix-wrapper {
    width: 10%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .prefix-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .suffix-wrapper {
        width: 20%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .prefix-wrapper {
    order: -1;
    padding: 0 6px 0 0;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .suffix-wrapper {
    padding: 0 0 0 6px;
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.alternate-color .answer-options .controls.control-selection {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.alternate-color .answer-options.dynamic-explode {
    background: none !important;
    padding: 5px 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.alternate-color.is-horizontal .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.alternate-color.col-2x .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.alternate-color.col-3x .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.alternate-color.col-4x .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.alternate-color.col-5x .answer-options {
    background: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.is-horizontal {
    font-size: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.is-horizontal .answer-options {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.is-horizontal .answer-options {
        width: auto;
        margin-left: 3px;
        margin-right: 3px;
        min-width: 93px;
        vertical-align: bottom;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.is-horizontal .controls.control-selection {
    width: 100%;
    min-width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.is-horizontal .controls.control-selection:hover {
    background: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.is-horizontal .controls.control-selection .control-indicator {
    left: 6px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.is-horizontal .controls.control-selection .blinker {
    width: 30px;
    right: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.has-list-none .answer-options {
    margin-bottom: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.has-list-none .answer-options .controls.control-selection {
    padding: 8px 55px 8px 16px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.has-list-none .answer-options .controls.control-selection .control-indicator {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.has-list-none .answer-options .controls.control-selection .radio-check:checked ~ .control-indicator {
    height: 100%;
    display: block;
    right: 0;
    left: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.has-list-none .answer-options .controls.control-selection .radio-check:checked ~ .control-indicator:before {
    color: #fff;
    content: '\e125';
    display: block;
    font-size: 17px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    z-index: 10;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.has-list-none .answer-options .controls.control-selection .radio-check:checked ~ .control-indicator:after {
    width: 40px;
    height: 100%;
    border: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    content: "";
    left: 0;
    position: absolute;
    z-index: -5;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .answer-options {
    margin-bottom: 3px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .controls.control-selection {
    cursor: pointer;
    display: inline-flex;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .controls.control-selection .control-indicator {
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .controls.control-selection .list-type {
    left: 7px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .controls.control-selection .list-type ~ .control-indicator {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .controls.control-selection.edit-other:hover {
    background: none;
    border-color: transparent;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .controls.control-selection:hover {
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .controls.control-selection:hover {
    background: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .form-label {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom:not(.has-other),
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top:not(.has-other) {
    display: flex;
    flex-wrap: wrap;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom:not(.has-other) .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top:not(.has-other) .answer-options {
    min-width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom:not(.has-other) .answer-options:not(.dynamic-explode),
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top:not(.has-other) .answer-options:not(.dynamic-explode) {
    flex: 1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom:not(.has-other) .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top:not(.has-other) .answer-options .controls.control-selection {
    padding-left: 5px;
    padding-right: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .answer-options {
    width: auto;
    min-width: 8%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .answer-options .controls.control-selection {
    padding: 8px 10px 20px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .answer-options .controls.control-selection {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .answer-options .controls.control-selection:before {
    left: calc(50% - 18px);
    top: 42px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .answer-options .controls.control-selection:hover {
    background: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .answer-options .controls.control-selection .control-indicator {
    bottom: 7px;
    left: 50%;
    top: auto;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .answer-options .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .answer-options .controls.control-selection .other-input {
    margin-bottom: 14px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .answer-options .controls.control-selection .blinker {
    width: auto;
    right: 0;
    top: 32px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .answer-options {
    width: auto;
    min-width: 8%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .answer-options .controls.control-selection {
    padding: 8px 10px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .answer-options .controls.control-selection {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .answer-options .controls.control-selection:before {
    left: calc(50% - 18px);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    top: 9px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .answer-options .controls.control-selection:hover {
    background: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .answer-options .controls.control-selection .control-indicator {
    left: 50%;
    top: 7px;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .answer-options .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .answer-options .controls.control-selection .other-input {
    margin-top: 26px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .answer-options .controls.control-selection .blinker {
    width: auto;
    bottom: 32px;
    right: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-2x .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-3x .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-4x .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-5x .answer-options {
    width: 100% !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.is-odd .answer-options-wrapper {
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col .answer-options-wrapper {
    display: inline-block;
    vertical-align: bottom;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-1x .answer-options-wrapper {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-2x .answer-options-wrapper {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-2x .answer-options-wrapper {
        width: 49.5%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-3x .answer-options-wrapper {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-3x .answer-options-wrapper {
        width: 32.5%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-3x .answer-options-wrapper {
        width: 33%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-4x .answer-options-wrapper {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-4x .answer-options-wrapper {
        width: 24.5%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-5x .answer-options-wrapper {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.horizontal-col.col-5x .answer-options-wrapper {
        width: 19.5%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.gabor-granger-question .answer-price-option {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0 20px;
    transition: transform 0.2s;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.has-prefix .answer-options .input-wrapper {
    padding-left: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.has-prefix .answer-options .input-wrapper &gt; span {
    font-size: 14px;
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.has-suffix .answer-options .input-wrapper {
    padding-right: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.has-suffix .answer-options .input-wrapper &gt; span {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    right: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options {
    margin: 11px 0;
    padding: 2px 0 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options.required:before {
    content: '\2731';
    display: block;
    font-size: 8px !important;
    left: -10px;
    line-height: 8px;
    position: absolute;
    top: 9px;
}
@media only screen and (min-width: 992px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options.required:before {
        font-size: 11px !important;
        line-height: 11px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options.required:before {
        left: -15px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options.required:before {
    top: 17px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options.required:before {
        top: 14px !important;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options.hide-required:before {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question label {
    left: 7px;
    position: absolute;
    pointer-events: none;
    top: 8px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .form-input:focus ~ label,
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .form-input.used ~ label {
    font-size: 12px;
    top: -18px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .intl-tel-input .form-input {
    padding-left: 45px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .intl-tel-input .country-list {
    width: 290px;
    border: 1px solid #efefef;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .verify-phone {
    bottom: 100%;
    color: #0a86ea;
    font-size: 12px;
    font-weight: 300;
    padding-bottom: 5px;
    position: absolute;
    right: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .verify-phone {
        bottom: auto;
        left: 100%;
        padding-bottom: 0;
        padding-left: 10px;
        right: auto;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.gateway-form-wrapper .select-wrapper.large:first-child {
    display: block;
    margin-bottom: 32px;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.gateway-form-wrapper .select-wrapper.large:first-child {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 0;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .els-verify-code,
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .els-signature-sec {
    margin-top: 50px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.els-verify-code-options .input-wrapper {
    width: 30px !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.els-verify-code-options .input-wrapper input::-webkit-outer-spin-button,
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.els-verify-code-options .input-wrapper input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.els-verify-code-options .input-wrapper input[type=number] {
    -moz-appearance: textfield;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.signature-option {
    width: 100%;
    height: 150px;
    align-items: center;
    background: #eee;
    display: flex;
    margin: 0;
    padding: 7px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.signature-option {
        width: 300px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.signature-option .input-wrapper {
    width: 90% !important;
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.signature-option .input-wrapper .form-input {
    background: transparent;
    font-family: 'Dancing Script', cursive;
    font-size: 30px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.signature-option .input-wrapper .form-input::placeholder {
    font-family: 'Fira Sans', sans-serif, Arial;
    font-size: 14px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.agree-option {
    margin: 10px 0 0;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options.last-option {
    margin-bottom: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options .controls.control-selection {
    cursor: pointer;
    left: 0;
    position: relative;
    pointer-events: auto;
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options .controls.control-selection .control-indicator {
    left: 5px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options .controls.control-selection.edit-other:hover {
    background: none;
    border-color: transparent;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options .controls.control-selection.has-focus,
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options .controls.control-selection:hover {
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options .controls.control-selection:hover {
    background: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .addoption-wrapper .add-others {
    font-weight: 300;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .addoption-wrapper span {
    color: #777;
    display: inline-block;
    padding: 0 3px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question + .verify-btn {
    margin-top: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls.control-selection {
    padding-left: 0;
    padding-right: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .control-indicator {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .control-label {
    width: 100%;
    margin-bottom: 10px;
    padding: 1px 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .control-label {
        width: 270px;
        margin-bottom: 0;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-label {
    width: auto;
    height: 20px;
    display: inline-block;
    margin-left: 15px;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-label &gt; span,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-label &gt; span,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-label &gt; span {
    width: 20px;
    height: 20px;
    background-color: rgba(225, 225, 225, 0.5);
    float: left;
    line-height: 19px;
    margin: 5px 19px 0 4px;
    padding: 0;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating {
    width: 100%;
    display: flex;
    vertical-align: top;
    justify-content: space-between;
}
@media only screen and (min-width: 500px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating,
    .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating,
    .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating {
        width: auto;
        justify-content: unset;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating,
    .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating,
    .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating {
        margin-left: 15px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(1):checked ~ .rating__item:nth-of-type(1),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(1):checked ~ .rating__item:nth-of-type(1),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(1):checked ~ .rating__item:nth-of-type(1),
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(2):checked ~ .rating__item:nth-of-type(-n+2),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(2):checked ~ .rating__item:nth-of-type(-n+2),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(2):checked ~ .rating__item:nth-of-type(-n+2),
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(3):checked ~ .rating__item:nth-of-type(-n+3),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(3):checked ~ .rating__item:nth-of-type(-n+3),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(3):checked ~ .rating__item:nth-of-type(-n+3),
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(4):checked ~ .rating__item:nth-of-type(-n+4),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(4):checked ~ .rating__item:nth-of-type(-n+4),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(4):checked ~ .rating__item:nth-of-type(-n+4),
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(5):checked ~ .rating__item:nth-of-type(-n+5),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(5):checked ~ .rating__item:nth-of-type(-n+5),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(5):checked ~ .rating__item:nth-of-type(-n+5) {
    color: #FFC700;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(1):hover ~ .rating__item:nth-of-type(1),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(1):hover ~ .rating__item:nth-of-type(1),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(1):hover ~ .rating__item:nth-of-type(1),
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(2):hover ~ .rating__item:nth-of-type(-n+2),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(2):hover ~ .rating__item:nth-of-type(-n+2),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(2):hover ~ .rating__item:nth-of-type(-n+2),
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(3):hover ~ .rating__item:nth-of-type(-n+3),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(3):hover ~ .rating__item:nth-of-type(-n+3),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(3):hover ~ .rating__item:nth-of-type(-n+3),
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(4):hover ~ .rating__item:nth-of-type(-n+4),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(4):hover ~ .rating__item:nth-of-type(-n+4),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(4):hover ~ .rating__item:nth-of-type(-n+4),
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(5):hover ~ .rating__item:nth-of-type(-n+5),
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control:nth-of-type(5):hover ~ .rating__item:nth-of-type(-n+5),
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control:nth-of-type(5):hover ~ .rating__item:nth-of-type(-n+5) {
    color: #FFC700;
    opacity: 0.6;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__item,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__item,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__item {
    color: #ebebeb;
    cursor: pointer;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 500px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__item,
    .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__item,
    .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__item {
        margin-right: 21px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__item:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__item:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__item:before {
    content: "\f005";
    display: inline-block;
    font-size: 24px;
    font-family: FontAwesome;
    line-height: 1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__item:hover,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__item:hover,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__item:hover {
    transform: scale(1.3, 1.3);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options {
    margin-bottom: 15px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options .youtube-wrapper {
    margin-bottom: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options.social-sharing .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options.social-sharing .controls.control-selection .social-icon-wrapper {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options.social-sharing .controls.control-selection .control-label &gt; a,
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options.social-sharing .controls.control-selection .social-icon-wrapper &gt; a {
    width: 24px;
    height: 24px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options .controls.control-selection {
    padding-top: 15px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options .controls.control-selection .control-label {
    width: 100%;
    margin-bottom: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options .controls.control-selection .star-rating {
    width: 100%;
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question.alternate-color .answer-options {
    padding: 0 5px;
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.email-address-question .answer-options {
        margin-bottom: 11px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question.align-left {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question.align-right {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question.align-center {
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .form-label {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .slide-text-wrapper {
    width: 100%;
    border-spacing: 5px;
    display: table;
    table-layout: fixed;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .slide-text-wrapper &gt; span {
    border: none;
    line-height: 20px;
    position: relative;
    display: table-cell;
    padding: 0 2px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper {
    width: 100%;
    display: inline-block;
    margin: 20px 0 50px;
    position: relative;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper {
        width: 60%;
    }
}
@media only screen and (min-width: 992px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper {
        width: 50%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper:after {
    bottom: -30px;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 18px;
    position: absolute;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper:before {
    content: '\f165';
    left: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper:after {
    content: '\f164';
    right: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options {
    width: 125px;
    margin: 0 5px 10px 0;
    padding: 0;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls {
    width: 100%;
    cursor: pointer;
    display: block;
    margin-top: 15px;
    padding: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls.control-selection {
    width: auto;
    min-width: auto;
    z-index: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls.control-selection.has-focus .blinker {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls.thumbs-up .control-icons:before {
    content: "\f164";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls.thumbs-down .control-icons:before {
    content: "\f165";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls .control-icons:hover ~ .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls .control-label:hover ~ .blinker {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls .control-icons {
    width: 100%;
    height: 100px;
    display: block;
    position: relative;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls .control-icons:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 50px;
    left: 50%;
    line-height: 1;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls .control-label {
    width: auto;
    display: block;
    margin-bottom: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls .control-indicator {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls .blinker {
    z-index: -1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question.v2 .answer-options .controls.thumbs-up .control-icons,
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question.v2 .answer-options .controls.thumbs-down .control-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question.v2 .answer-options .controls.thumbs-up .control-icons:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question.v2 .answer-options .controls.thumbs-down .control-icons:before {
    font-family: 'Material Symbols Rounded' !important;
    font-weight: 300;
    font-size: 56px;
    font-style: normal;
    line-height: 1;
    left: auto;
    position: static;
    top: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question.v2 .answer-options .controls.thumbs-up .control-icons:before {
    content: '\e8dc';
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question.v2 .answer-options .controls.thumbs-up .radio-check:checked ~ .control-icons:before {
    -webkit-animation: like-anim 1s ease 0s 1 normal forwards;
    -moz-animation: like-anim 1s ease 0s 1 normal forwards;
    -ms-animation: like-anim 1s ease 0s 1 normal forwards;
    -o-animation: like-anim 1s ease 0s 1 normal forwards;
    animation: like-anim 1s ease 0s 1 normal forwards;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question.v2 .answer-options .controls.thumbs-down .control-icons:before {
    content: '\e8db';
}
.survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question.v2 .answer-options .controls.thumbs-down .radio-check:checked ~ .control-icons:before {
    -webkit-animation: dislike-anim 1s ease 0s 1 normal forwards;
    -moz-animation: dislike-anim 1s ease 0s 1 normal forwards;
    -ms-animation: dislike-anim 1s ease 0s 1 normal forwards;
    -o-animation: dislike-anim 1s ease 0s 1 normal forwards;
    animation: dislike-anim 1s ease 0s 1 normal forwards;
}

.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options {
    width: calc(100% / 5);
    float: left;
    margin: 0 auto;
    padding: 0 2px;
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options {
        width: calc((100% - 25px) / 5);
        margin: 0 5px 0 0;
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options {
        margin: 0 5px 10px 0;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options {
        width: 173px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls {
    width: 100%;
    cursor: pointer;
    display: block;
    margin-top: 15px;
    padding: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.control-selection {
    width: auto;
    min-width: auto;
    z-index: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.control-selection .blinker {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.control-selection.has-focus .blinker {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-very-dissatisfied .control-icons:before {
    color: #f21c1c;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-very-dissatisfied .radio-check:checked ~ .control-icons:before {
    color: #f21c1c;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-dissatisfied .control-icons:before {
    color: #ea5614;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-dissatisfied .radio-check:checked ~ .control-icons:before {
    color: #ea5614;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-neutral .control-icons:before {
    color: #ffb80d;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-neutral .radio-check:checked ~ .control-icons:before {
    color: #ffb80d;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-satisfied .control-icons:before {
    color: #7cca53;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-satisfied .radio-check:checked ~ .control-icons:before {
    color: #7cca53;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-very-satisfied .control-icons:before {
    color: #4cb714;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.smiley-very-satisfied .radio-check:checked ~ .control-icons:before {
    color: #4cb714;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons:hover ~ .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-label:hover ~ .blinker {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons {
    width: 100%;
    height: 50px;
    display: block;
    position: relative;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons:before {
    display: inline-block;
    font-size: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons &gt; .smiley-img {
    width: 50px;
    height: 50px;
    display: none;
    left: 50%;
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons &gt; .smiley-img {
        width: 50px;
        max-width: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons &gt; .smiley-img {
        width: 60px;
        height: 60px;
        max-width: 60px;
        max-height: 60px;
    }
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons {
        height: 45px;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons:before {
        font-size: 45px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons {
        height: 100px;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-icons:before {
        font-size: 60px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-label {
    width: auto;
    display: none;
    margin-bottom: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .control-indicator {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options .controls .blinker {
    z-index: -1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-label {
    display: block;
    font-size: calc(16px - 4px);
    line-height: 1.5;
    margin-top: 5px;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-label {
        font-size: calc(16px - 2px);
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-label {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-icons {
    height: 35px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-icons:before {
    font-size: 35px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-icons &gt; .smiley-img {
    width: 35px;
    max-width: 35px;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-icons {
        height: 45px;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-icons:before {
        font-size: 45px;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-icons &gt; .smiley-img {
        width: 45px;
        max-width: 45px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-icons {
        height: 100px;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-icons:before {
        font-size: 60px;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.has-mobile-label .answer-options .controls .control-icons &gt; .smiley-img {
        width: 60px;
        max-width: 60px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-default .answer-options .controls.smiley-very-dissatisfied .control-icons:before {
    content: "\e055";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-default .answer-options .controls.smiley-dissatisfied .control-icons:before {
    content: "\e056";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-default .answer-options .controls.smiley-neutral .control-icons:before {
    content: "\e057";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-default .answer-options .controls.smiley-satisfied .control-icons:before {
    content: "\e058";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-default .answer-options .controls.smiley-very-satisfied .control-icons:before {
    content: "\e059";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-one .answer-options .controls.smiley-very-dissatisfied .control-icons:before {
    content: "\e195";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-one .answer-options .controls.smiley-dissatisfied .control-icons:before {
    content: "\e196";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-one .answer-options .controls.smiley-neutral .control-icons:before {
    content: "\e197";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-one .answer-options .controls.smiley-satisfied .control-icons:before {
    content: "\e198";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-one .answer-options .controls.smiley-very-satisfied .control-icons:before {
    content: "\e199";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two-bkup .answer-options .controls.smiley-very-dissatisfied .control-icons:before {
    content: "\e200";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two-bkup .answer-options .controls.smiley-dissatisfied .control-icons:before {
    content: "\e201";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two-bkup .answer-options .controls.smiley-neutral .control-icons:before {
    content: "\e202";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two-bkup .answer-options .controls.smiley-satisfied .control-icons:before {
    content: "\e203";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two-bkup .answer-options .controls.smiley-very-satisfied .control-icons:before {
    content: "\e204";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two .answer-options .controls.smiley-very-dissatisfied .control-icons:before {
    content: "\e205";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two .answer-options .controls.smiley-dissatisfied .control-icons:before {
    content: "\e206";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two .answer-options .controls.smiley-neutral .control-icons:before {
    content: "\e207";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two .answer-options .controls.smiley-satisfied .control-icons:before {
    content: "\e208";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-two .answer-options .controls.smiley-very-satisfied .control-icons:before {
    content: "\e209";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-three .answer-options .controls.smiley-very-dissatisfied .control-icons:before {
    content: "\e210";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-three .answer-options .controls.smiley-dissatisfied .control-icons:before {
    content: "\e211";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-three .answer-options .controls.smiley-neutral .control-icons:before {
    content: "\e212";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-three .answer-options .controls.smiley-satisfied .control-icons:before {
    content: "\e213";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-three .answer-options .controls.smiley-very-satisfied .control-icons:before {
    content: "\e214";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-four .answer-options .controls.smiley-very-dissatisfied .control-icons:before {
    content: "\e215";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-four .answer-options .controls.smiley-dissatisfied .control-icons:before {
    content: "\e216";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-four .answer-options .controls.smiley-neutral .control-icons:before {
    content: "\e217";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-four .answer-options .controls.smiley-satisfied .control-icons:before {
    content: "\e218";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-four .answer-options .controls.smiley-very-satisfied .control-icons:before {
    content: "\e219";
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-five .answer-options .controls .control-icons:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-custom .answer-options .controls .control-icons:before {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-set-five .answer-options .controls .control-icons &gt; .smiley-img,
.survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question.is-custom .answer-options .controls .control-icons &gt; .smiley-img {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question {
    font-size: 0;
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options {
    width: 100%;
    margin: 0 5px 10px;
    padding: 0;
    z-index: 0;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .blinker {
    background: none;
    z-index: -1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .blinker:hover {
    background: none;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .blinker:hover {
        display: block;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls {
    width: 100%;
    cursor: pointer;
    display: block;
    margin-top: 15px;
    padding: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls.control-selection {
    width: 100%;
    min-width: auto;
    z-index: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls.control-selection.has-focus .blinker {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .croppie-container {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    position: relative;
    z-index: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .croppie-container:after {
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    z-index: 10;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .croppie-container:hover ~ .blinker {
        display: block;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .cr-boundary {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto !important;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .cr-boundary {
        max-width: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .cr-boundary img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .cr-boundary .cr-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    display: inline-block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .control-label {
    width: auto;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    word-wrap: break-word;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .control-label:hover ~ .blinker {
        display: block;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .control-indicator {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.small-image-chooser .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.medium-image-chooser .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.large-image-chooser .answer-options .controls.control-selection {
    width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.small-image-chooser .answer-options {
    width: 150px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.small-image-chooser .answer-options .croppie-container .cr-boundary {
    width: 100px;
    height: 100px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.medium-image-chooser .answer-options {
    width: 200px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.medium-image-chooser .answer-options .croppie-container .cr-boundary {
    width: 150px;
    height: 150px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.large-image-chooser .answer-options {
    width: 250px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.large-image-chooser .answer-options .croppie-container .cr-boundary {
    width: 200px;
    height: 200px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.custom-image-chooser .answer-options {
    width: auto;
    margin: 0;
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.custom-image-chooser .answer-options {
        margin: 0 5px 10px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.custom-image-chooser .answer-options .controls.control-selection {
    width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-2x .answer-options {
    width: calc(100% / 2 - 10px);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-2x .answer-options .controls.control-selection .control-label.select-wrapper {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-2x .answer-options .controls.control-selection .control-label.select-wrapper {
        width: 60%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-2x .answer-options .controls.control-selection .control-label.select-wrapper {
        width: 40%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-2x .answer-options .controls .cr-boundary {
    height: 150px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-2x.image-rating .answer-options .controls .cr-boundary {
    width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-3x .answer-options {
    width: calc(100% / 2 - 10px);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-3x .answer-options {
        width: calc(100% / 3 - 10px);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-3x .answer-options .controls.control-selection .control-label.select-wrapper {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-3x .answer-options .controls.control-selection .control-label.select-wrapper {
        width: 80%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-3x .answer-options .controls.control-selection .control-label.select-wrapper {
        width: 60%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-3x .answer-options .controls .cr-boundary {
    height: 150px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-3x.image-rating .answer-options .controls .cr-boundary {
    width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-4x .answer-options {
    width: calc(100% / 2 - 10px);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-4x .answer-options {
        width: calc(100% / 4 - 10px);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-4x .answer-options .controls.control-selection .control-label.select-wrapper {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-4x .answer-options .controls.control-selection .control-label.select-wrapper {
        width: 80%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-4x .answer-options .controls .cr-boundary {
    height: 150px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-4x.image-rating .answer-options .controls .cr-boundary {
    width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-5x .answer-options {
    width: calc(100% / 2 - 10px);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-5x .answer-options {
        width: calc(100% / 5 - 10px);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-5x .answer-options .controls.control-selection {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-5x .answer-options .controls .cr-boundary {
    height: 150px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.col-5x.image-rating .answer-options .controls .cr-boundary {
    width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.image-rating .answer-options {
    text-align: center;
    z-index: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.image-rating .answer-options .controls .cr-boundary {
    width: 150px;
    height: 150px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.image-rating .answer-options .controls .cr-boundary img {
    height: 100%;
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.image-rating .answer-options .controls .control-label.select-wrapper {
    width: 100%;
    display: inline-block;
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.image-rating .answer-options .controls .control-label .filter-option {
    text-align: center !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.image-rating .answer-options .blinker {
    display: none !important;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question.one-to-five .answer-options {
        width: calc((100% / 11) * 5);
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question.one-to-seven .answer-options {
        width: calc((100% / 11) * 7);
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question.one-to-ten .answer-options {
        width: calc((100% / 11) * 10);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options {
    display: table;
    border-spacing: 5px;
    table-layout: fixed;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options &gt; .nps-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options &gt; .nps-options {
    cursor: pointer;
    display: table-cell;
    text-align: center;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options &gt; .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options &gt; .controls.control-selection {
    display: table-cell;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options .controls.control-selection {
    cursor: pointer;
    text-align: center;
    min-width: auto;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options .controls.control-selection .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options .controls.control-selection .control-indicator {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options .controls.control-selection .control-label {
    z-index: 1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options .controls.control-selection .control-label:hover ~ .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options .controls.control-selection .control-label:hover ~ .blinker {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options .controls .blinker {
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options .controls .control-label-nps,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options .controls .control-label-nps {
    bottom: 0;
    color: #545E6B;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    white-space: nowrap;
    visibility: hidden;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options .controls:hover .control-label-nps,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options .controls:hover .control-label-nps {
    visibility: visible;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:first-child .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:first-child .controls.control-selection {
    padding: 10px 0;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:first-child .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:first-child .controls.control-selection {
        padding: 15px 0;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:first-child .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:first-child .controls.control-selection {
        padding: 20px 0;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:first-child .controls .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:first-child .controls .control-label {
    font-size: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:nth-child(2) .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:nth-child(2) .controls.control-selection {
    cursor: default;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:nth-child(2) .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:nth-child(2) .controls.control-selection .control-label {
    width: auto;
    font-size: 16px;
    font-weight: 400;
    max-width: 45%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:nth-child(2) .controls.control-selection .control-label:first-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:nth-child(2) .controls.control-selection .control-label:first-child {
    float: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:nth-child(2) .controls.control-selection .control-label:last-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:nth-child(2) .controls.control-selection .control-label:last-child {
    float: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection {
    width: 20px;
    height: 20px;
    display: inline-flex;
    margin: 0 2px;
    padding: 0;
    position: relative;
}
@media only screen and (min-width: 360px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection {
        width: 24px;
        height: 24px;
    }
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection {
        width: 34px;
        height: 34px;
    }
}
@media only screen and (min-width: 640px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection {
        width: 48px;
        height: 48px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection {
        width: 54px;
        height: 54px;
        margin: 0 3px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection {
        width: 64px;
        height: 64px;
        margin: 0 4px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls .blinker {
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls {
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls .blinker {
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls .control-label {
    font-size: 12px;
    line-height: 18px;
}
@media only screen and (min-width: 360px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls .control-label {
        font-size: 16px;
        line-height: 24px;
    }
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls .control-label {
        font-size: 16px;
        line-height: 34px;
    }
}
@media only screen and (min-width: 640px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls .control-label {
        font-size: 18px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls .control-label {
        font-size: 20px;
        line-height: 52px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle .controls .control-label {
        line-height: 62px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-mono .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-mono .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-triad .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-triad .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-custom .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-custom .control-label {
    line-height: 20px;
}
@media only screen and (min-width: 360px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-custom .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-custom .control-label {
        line-height: 24px;
    }
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-custom .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-custom .control-label {
        line-height: 34px;
    }
}
@media only screen and (min-width: 640px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-custom .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-custom .control-label {
        line-height: 48px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-custom .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-custom .control-label {
        line-height: 52px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-mono .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-triad .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-circle.has-fill-custom .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-circle.has-fill-custom .control-label {
        line-height: 64px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons {
    position: absolute;
    top: 1px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322 {
    font-size: 18px;
    line-height: 18px;
}
@media only screen and (min-width: 360px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322 {
        font-size: 20px;
        line-height: 20px;
    }
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322 {
        font-size: 30px;
        line-height: 30px;
        top: 3px;
    }
}
@media only screen and (min-width: 640px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322 {
        font-size: 42px;
        line-height: 42px;
        top: 4px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322 {
        font-size: 48px;
        line-height: 48px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e322 {
        font-size: 56px;
        line-height: 66px;
        top: 1px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .control-label {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection .control-label:hover ~ .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection .control-label:hover ~ .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .control-label:hover ~ .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .control-label:hover ~ .blinker {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls .blinker,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls .blinker {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls .control-label {
    line-height: 22px;
    font-size: 12px;
}
@media only screen and (min-width: 360px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls .control-label {
        line-height: 22px;
        font-size: 14px;
    }
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls .control-label {
        line-height: 28px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 640px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls .control-label {
        line-height: 40px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls .control-label {
        line-height: 46px;
        font-size: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls .control-label {
        line-height: 54px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection .qp-icomoon-icons.e321 {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart-o .controls.control-selection:hover .qp-icomoon-icons.e321,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart-o .controls.control-selection:hover .qp-icomoon-icons.e321 {
    display: inline-flex;
    -moz-opacity: 10%;
    -khtml-opacity: 10%;
    -webkit-opacity: 10%;
    opacity: 10%;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=1000%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options.has-heart .controls.control-selection:hover .qp-icomoon-icons.e321,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options.has-heart .controls.control-selection:hover .qp-icomoon-icons.e321 {
    -moz-opacity: 90%;
    -khtml-opacity: 90%;
    -webkit-opacity: 90%;
    opacity: 90%;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=9000%);
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.date-time-question .answer-options {
        margin-bottom: 11px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.date-time-question .answer-options .select-wrapper.small {
    width: 92px;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.date-time-question .answer-options .select-wrapper.small {
        width: 100px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.date-time-question .answer-options .select-wrapper.small {
        margin-right: 10px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.heading-question {
    font-size: 20px;
    padding: 5px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.heading-question {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.heading-question {
        font-size: 24px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.heading-question .question-number {
    line-height: 30px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.heading-question .question-number {
        line-height: 32px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.heading-question .question-number {
        line-height: 34px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.sub-heading-question {
    font-size: 20px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.sub-heading-question {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.sub-heading-question {
        font-size: 24px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.sub-heading-question .question-number {
    line-height: 30px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.sub-heading-question .question-number {
        line-height: 32px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.sub-heading-question .question-number {
        line-height: 34px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.presentation-text-question {
    margin: 0;
    font-size: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.presentation-text-question .question-number {
    line-height: 28px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .steps-count {
    border: none;
    line-height: 20px;
    position: relative;
    padding: 5px 10px 5px 0;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .table-wrapper {
    display: inline-block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .table-responsive {
    width: 100%;
    border: none;
    margin: 0;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table {
        table-layout: fixed;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td {
    border-style: solid;
    border-width: 0 1px;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td img {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 1;
    margin: 0 auto;
    max-height: 25px;
    max-width: 50%;
    overflow: hidden;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td img.img-custom {
    max-height: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td:first-child {
    width: 30%;
    border: none !important;
    padding-left: 0;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td:first-child {
        width: auto;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td:first-child.hover,
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td:first-child.active {
    background: none;
    cursor: default;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td.hover {
    background: rgba(0, 0, 0, 0.04);
    cursor: pointer;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td.active {
    background: rgba(0, 0, 0, 0.09);
    border-color: rgba(0, 0, 0, 0.09) !important;
    cursor: pointer;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr:first-child &gt; td {
    border-width: 1px 1px 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr:last-child &gt; td {
    border-width: 0 1px 1px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table .controls.control-selection {
    cursor: pointer;
    justify-content: center;
    min-width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table .controls .control-label {
    border: none;
    line-height: 20px;
    position: relative;
    display: inline-block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .steps-count {
    border: none;
    line-height: 20px;
    position: relative;
    max-width: 750px;
    min-width: 290px;
    padding: 5px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .table-wrapper {
    width: auto;
    max-width: 750px;
    min-width: 290px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .table-responsive {
    border: none;
    margin: 0;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table {
    width: 100%;
    float: left;
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table .answer-options {
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table .matrix-radio {
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table .controls.control-selection {
    cursor: pointer;
    justify-content: center;
    min-width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table .controls.control-selection.has-focus,
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table .controls.control-selection:hover {
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table .controls .control-label {
    border: none;
    line-height: 20px;
    position: relative;
    display: inline-block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table thead tr th .controls .control-label {
    font-weight: 400;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table tbody tr td {
    padding: 10px 10px 5px 10px;
    text-align: center;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table tbody tr td img {
    width: auto;
    height: auto;
    display: inline-block;
    line-height: 1;
    margin: 2px auto 10px;
    max-height: 64px;
    max-width: 80%;
    overflow: hidden;
    vertical-align: middle;
}
@media only screen and (max-width: 980px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table tbody tr td img {
        width: auto !important;
        height: auto !important;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table tbody tr td img.maxdiff-image {
    max-width: 100%;
    max-height: 100%;
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.rank-order-question .answer-options {
        margin-bottom: 2px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.rank-order-question .answer-options .controls.control-selection {
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question .answer-options .controls .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.rank-order-question .answer-options .controls .control-label {
    width: 100%;
    padding: 8px 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question .answer-options .controls .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.rank-order-question .answer-options .controls .control-label {
        width: 300px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question .answer-options .controls .select-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.rank-order-question .answer-options .controls .select-wrapper {
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.rank-order-question.alternate-color .answer-options {
    padding: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-10 .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-20 .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-30 .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-40 .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-50 .answer-options .controls.control-selection {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-10 .answer-options .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-20 .answer-options .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-30 .answer-options .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-40 .answer-options .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-50 .answer-options .controls.control-selection .control-label {
    width: auto;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-10 .answer-options .controls.control-selection .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-20 .answer-options .controls.control-selection .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-30 .answer-options .controls.control-selection .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-40 .answer-options .controls.control-selection .control-label,
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-50 .answer-options .controls.control-selection .control-label {
        min-width: auto;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-10 .answer-options .controls.control-selection .control-label {
    width: 10%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-20 .answer-options .controls.control-selection .control-label {
    width: 20%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-30 .answer-options .controls.control-selection .control-label {
    width: 30%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-40 .answer-options .controls.control-selection .control-label {
    width: 40%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.wide-50 .answer-options .controls.control-selection .control-label {
    width: 50%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question.has-alternate .answer-options {
    padding: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question .select-wrapper {
    width: 100%;
    text-align: left;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question .select-wrapper {
        max-width: 300px;
        min-width: 300px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.captcha-question .g-recaptcha {
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    -o-transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.captcha-question .g-recaptcha {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.captcha-question .answer-options .controls.control-selection {
    padding-left: 0;
    padding-right: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.dropdown-question .dynamic-explode {
    margin-top: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.dropdown-question .answer-options.other-option {
    margin-top: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.map-question .answer-options .controls.control-map img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.map-question .answer-options .controls.control-map img {
        width: auto;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.map-question .answer-options .controls.control-map .highcharts-background {
    fill: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question.new-hotspot .answer-options .controls.control-image {
    width: auto;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question.new-hotspot .answer-options .controls.control-image img {
    width: auto;
    margin: 0;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question .answer-options .controls.control-image {
    width: 100%;
    height: auto;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question .answer-options .controls.control-image {
        width: 600px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question .answer-options .controls.control-image img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question .answer-options .clearButton {
    width: 100%;
    text-align: right;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question .answer-options .clearButton {
        width: 400px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question .answer-options .clearButton &gt; a {
    border: none;
    line-height: 20px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question .answer-options canvas {
    width: 266px;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question .answer-options canvas {
        width: 400px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-image-question .answer-options a.hot-spot-tag {
    border: 2px dashed #000000;
    display: block;
    cursor: pointer;
    position: absolute;
    zoom: 1;
    background-color: rgba(192, 192, 192, 0.2);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-canvas-question .answer-options {
    width: 850px;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-canvas-question .canvas-object-position {
    position: absolute;
    visibility: hidden;
    z-index: -500;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-canvas-question .canvas-tooltip {
    background-color: #000;
    color: #fff;
    left: 3%;
    max-height: max-content;
    padding: 10px;
    position: absolute;
    top: 3%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.hotspot-canvas-question .canvas-object-tooltip {
    position: absolute;
    visibility: hidden;
    z-index: -500;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.heatmap-question .answer-options .controls.control-image {
    height: auto;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.heatmap-question .answer-options .controls.control-image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.reference-data-question .referenceData {
    border: none;
    line-height: 20px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.reference-data-question .ajaxServiceResponse {
    display: inline-block;
    padding: 5px 0 0;
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options {
        margin-bottom: 11px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .input-wrapper {
    width: 200px;
}
@media only screen and (min-width: 1025px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .input-wrapper {
        padding-right: 36px;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .input-wrapper:before {
        right: 36px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .input-wrapper .form-input {
    max-width: none;
    min-width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .input-wrapper .form-input:focus ~ .line-flow {
    width: calc(100% - 35px);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .input-wrapper .form-input.has-rtl {
    direction: ltr;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .line-flow {
    right: 36px !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .icon-wrapper .form-input {
    z-index: 0 !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .icon-wrapper .fa {
    cursor: pointer;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .icon-wrapper .ui-datepicker-trigger {
    width: 36px;
    height: 36px;
    background: none;
    border: none;
    display: none;
    font-size: 20px;
    line-height: 0;
    margin-top: -18px;
    margin-right: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
}
@media only screen and (min-width: 1025px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .icon-wrapper .ui-datepicker-trigger {
        display: block;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .icon-wrapper .ui-datepicker-trigger:hover {
    outline: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .icon-wrapper .ui-datepicker-trigger:hover .fa-calendar {
    color: white;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .icon-wrapper .ui-datepicker-trigger:focus {
    outline: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .icon-wrapper .ui-datepicker-trigger.has-focus {
    outline: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .icon-wrapper .ui-datepicker-trigger.has-focus .fa-calendar {
    color: white;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.dynamic-lookup-question .answer-options &gt; .indent-wrapper {
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.dynamic-lookup-question .indent-wrapper {
    width: 100%;
    display: inline-block;
    padding: 10px 0 0 20px;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper {
    width: 100%;
    height: 165px;
    background-color: #fff;
    border: 2px dashed #92b0b3;
    display: inline-block;
    padding: 15px;
    position: relative;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper {
        width: 400px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper.is-dragover {
    background-color: #f7f7f7;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper.is-dragover .file-upload-input {
    z-index: 3;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper .file-upload-input {
    width: 100%;
    height: 100%;
    bottom: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper .file-upload-text {
    width: auto;
    color: #747474;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 2;
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper .file-upload-text {
        font-size: 18px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper .file-upload-text .fa {
    display: block;
    font-size: 40px;
    margin-bottom: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper .file-upload-text .or {
    width: 100%;
    color: #747474;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper .file-upload-text .browse-btn {
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    display: inline-block;
    font-size: 12px;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper .file-upload-text .browse-btn:hover {
    -moz-box-shadow: 0 0 10px #2683cc;
    -webkit-box-shadow: 0 0 10px #2683cc;
    box-shadow: 0 0 10px #2683cc;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper .file-upload-text .error {
    width: 100%;
    display: inline-block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper &gt; table {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper &gt; table &gt; tbody &gt; tr {
    background: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper &gt; table &gt; tbody &gt; tr &gt; td {
    background: none;
    border: none;
    font-size: 13px;
    padding: 4px;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper &gt; table &gt; tbody &gt; tr &gt; td .progress {
    height: 12px;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    margin: 0;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper &gt; table &gt; tbody &gt; tr &gt; td .progress .progress-bar {
    height: 12px;
    font-size: 11px;
    line-height: 13px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper &gt; table &gt; tbody &gt; tr &gt; td .btn {
    background: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper &gt; table &gt; tbody &gt; tr &gt; td .btn.btn-cancel {
    font-size: 14px;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper &gt; table &gt; tbody &gt; tr &gt; td .btn.btn-cancel:focus,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-wrapper &gt; table &gt; tbody &gt; tr &gt; td .btn.btn-cancel:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question .upload-file-limit {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    padding-top: 10px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new {
    display: block;
    font-size: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container {
        width: 335px;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container {
        width: 400px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-file-limit {
    width: 100%;
    display: flex;
    padding-bottom: 5px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-file-limit &gt; span {
    width: 50%;
    display: inline-flex;
    font-size: 14px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-file-limit &gt; span:last-child {
    justify-content: flex-end;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper {
    width: 100%;
    height: auto;
    background-color: #fff;
    border: 2px dashed #747474;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 5px;
    position: relative;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper {
        height: 180px;
        padding: 15px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper.is-dragover,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper:hover {
    background-color: rgba(10, 134, 234, 0.1);
    border: 2px solid #0a86ea;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper.is-dragover .file-upload-input,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper:hover .file-upload-input {
    z-index: 3;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-input {
    width: 100%;
    height: 100%;
    bottom: 0;
    cursor: pointer;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text {
    width: auto;
    color: #747474;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(none, 0);
    -moz-transform: translate(none, 0);
    -ms-transform: translate(none, 0);
    -o-transform: translate(none, 0);
    z-index: 2;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text {
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text {
        font-size: 18px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .qp-icomoon-icons {
    color: #555;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 0;
    margin-right: 5px;
    vertical-align: middle;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .qp-icomoon-icons {
        display: block;
        font-size: 40px;
        margin-bottom: 10px;
        margin-right: 0;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-txt,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-m-txt {
    color: #747474;
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
    vertical-align: middle;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-txt,
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-m-txt {
        font-size: 14px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-txt {
    display: none;
    margin: 5px 0 0 0;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-txt {
        width: 100%;
        display: block;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-m-txt {
    width: auto;
    display: inline-block;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-m-txt {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .or {
    width: auto;
    color: #747474;
    font-size: 14px;
    font-weight: normal;
    line-height: 1em;
    vertical-align: middle;
    display: none;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .or {
        display: inline-block;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-btn {
    background: none;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0a86ea;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
    outline: 0;
    padding: 0;
    vertical-align: middle;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-btn {
        font-size: 14px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .browse-btn:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-container .upload-input-wrapper .file-upload-text .error {
    width: 100%;
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    padding: 0;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress {
        width: 360px;
        padding: 0 40px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper {
    margin: 10px 0 20px 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper {
    display: flex;
    margin-bottom: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .file-desc {
    display: flex;
    flex: 1;
    font-size: 14px;
    font-weight: 300;
    margin-right: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .file-desc span {
    width: calc(100% - 200px);
    display: inline-block;
    font-weight: 500;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .file-desc span.file-name {
    width: 200px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn {
    background: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel {
    width: 22px;
    font-size: 14px;
    padding: 0 ;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel .material-icons {
    color: #545E6B;
    font-size: 16px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:focus,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:active,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:focus .material-icons,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:active .material-icons,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:hover .material-icons {
    color: #000;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:focus:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:active:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .btn.btn-cancel:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .inner-progressbar {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .progress {
    width: 100%;
    height: 4px;
    background: rgba(10, 134, 234, 0.3);
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: flex;
    flex: 1;
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .progress-bar {
    height: 100%;
    background: #0a86ea;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .error {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-file-limit &gt; span:last-child {
    font-weight: 500;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper {
    border: none;
    pointer-events: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper .file-upload-text .browse-txt,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper .file-upload-text .browse-m-txt,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper .file-upload-text .or,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper .file-upload-text .browse-btn {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper .file-upload-text .qp-icomoon-icons {
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper .file-upload-text .qp-icomoon-icons {
        font-weight: 400;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper .file-upload-text .error {
    width: auto;
    display: inline-block;
    font-weight: 500;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper.is-dragover,
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-container .upload-input-wrapper:hover {
    border: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-progress .file-progress-wrapper.file-error {
    margin-bottom: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-progress .file-progress-wrapper.file-error .file-name-wrapper .file-desc &gt; span {
    width: calc(100% - 170px);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-progress .file-progress-wrapper.file-error .file-name-wrapper .file-desc &gt; span .material-icons {
    font-size: 22px;
    vertical-align: bottom;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-progress .file-progress-wrapper.file-error .file-name-wrapper .file-desc &gt; span.file-name {
    width: 170px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new.has-error .upload-progress .file-progress-wrapper .error {
    display: block;
    font-weight: 500;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options {
    width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options &gt; span,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options &gt; span {
    width: 100%;
    border: none;
    line-height: 20px;
    position: relative;
    display: table;
    margin: 10px 0;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .ui-sortable {
    width: 100%;
    display: inline-block;
    min-height: 150px;
    padding: 10px 10px 0 10px;
    position: relative;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .highlight,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .highlight {
    width: 100%;
    background-color: #f2fbff;
    border: 1px dashed #b6bcbf;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls {
    width: 100%;
    cursor: move;
    display: inline-block;
    font-size: 0;
    margin-bottom: 10px;
    padding: 10px 10px 10px 15px;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls.control-selection {
    min-width: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .qp-icomoon-icons,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .qp-icomoon-icons {
    display: none;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .qp-icomoon-icons:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .qp-icomoon-icons:before {
    content: '\e105';
    font-size: 16px;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls:hover,
    .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls:hover {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls:hover .qp-icomoon-icons,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls:hover .qp-icomoon-icons {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .control-image,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .control-image {
    width: 100px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .control-image img,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .control-image img {
    display: block;
    max-height: 50px;
    max-width: 100%;
    min-width: 20%;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .control-label {
    width: auto;
    display: block;
    margin-right: 0;
    white-space: pre-line;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .control-number,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .control-number {
    width: 25px;
    height: 25px;
    display: inline-block;
    font-size: 12px;
    line-height: 25px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    vertical-align: top;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .control-number,
    .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .control-number {
        padding: 3px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls.has-image .controls,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls.has-image .controls {
    line-height: 50px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls.has-image .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls.has-image .control-label {
    width: calc(100% - 110px);
    display: inline-block;
    line-height: normal;
    margin-left: 10px;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls.ui-sortable-helper,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls.ui-sortable-helper {
    border-color: transparent;
    -moz-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 -3px 3px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options &gt; span {
        width: 695px;
        padding-left: 350px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .first-child {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .first-child {
        width: 320px;
        margin-left: -345px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .first-child .control-number {
    visibility: hidden;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 10px 0 10px;
    position: relative;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child {
        width: 345px;
        left: 348px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .control-anchor {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 30px 0 10px;
    position: relative;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .control-anchor.top:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .control-anchor.bottom:before {
    width: 13px;
    height: 13px;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 13px;
    right: 10px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .control-anchor.top:before {
    content: '\f062';
}
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .control-anchor.bottom:before {
    content: '\f063';
}
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .ui-sortable {
    margin-bottom: 0;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .controls .control-label {
    padding-right: 25px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.is-close-ended .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 {
    padding: 10px 55px 10px 15px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.is-close-ended .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 {
        padding-right: 36px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options {
    align-items: start;
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options &gt; span {
        padding: 0 0 0 34%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable .remove-sortable {
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable .remove-sortable &gt; span {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options &gt; .ui-sortable {
        width: 32%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options &gt; .ui-sortable .control-number {
    visibility: hidden;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container {
    width: 100%;
    align-items: start;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container {
        width: 66%;
        position: sticky;
        top: 30px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .add-sortable-wrapper {
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .add-sortable-wrapper.ui-droppable-hover .btn-add {
    background: #f2fbff;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .add-sortable-wrapper .btn-add {
    width: 100%;
    align-items: center;
    background: none;
    display: flex;
    justify-content: center;
    line-height: 15px;
    padding: 20px 10px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .add-sortable-wrapper .btn-add:hover,
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .add-sortable-wrapper .btn-add:focus,
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .add-sortable-wrapper .btn-add:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .ui-sortable-main {
    width: 100%;
    align-items: start;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .ui-sortable-wrapper {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper {
        width: 49%;
        margin-bottom: 2%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper.this-sortable-clone {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 {
    border: none;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 .form-input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 55px 10px 15px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 .form-input {
        padding-right: 36px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 .this-head-count {
    width: 20px;
    height: 20px;
    display: none;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    top: 50%;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 .this-head-count {
        right: 10px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 .this-head-count {
        padding: 3px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 i {
    width: 24px;
    height: 24px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    right: 6px;
    top: 50%;
    text-align: center;
    z-index: 2;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 i.is-accordion {
    display: none;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 i.is-accordion {
        display: none !important;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .ui-sortable {
    font-size: 0;
    margin: 0;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .ui-sortable.this-active {
    height: 0 !important;
    min-height: auto;
    overflow: hidden;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .ui-sortable .controls .control-label {
    padding-right: 25px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-3 .answer-options &gt; span {
        padding: 0 0 0 25.5%;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-3 .answer-options &gt; .ui-sortable {
        width: 24%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-3 .answer-options .ui-sortable-container {
    justify-content: start;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-3 .answer-options .ui-sortable-container {
        width: 74.5%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-3 .answer-options .ui-sortable-container .ui-sortable-main {
    justify-content: start;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-3 .answer-options .ui-sortable-container .sortable-loop-wrapper {
        width: 32%;
        margin-bottom: 2%;
        margin-right: 2%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-3 .answer-options .ui-sortable-container .sortable-loop-wrapper:nth-child(3n) {
    margin-right: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-4 .answer-options &gt; span {
        padding: 0 0 0 20.5%;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-4 .answer-options &gt; .ui-sortable {
        width: 19.5%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-4 .answer-options .ui-sortable-container {
    justify-content: start;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-4 .answer-options .ui-sortable-container {
        width: 79.5%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-4 .answer-options .ui-sortable-container .ui-sortable-main {
    justify-content: start;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-4 .answer-options .ui-sortable-container .sortable-loop-wrapper {
        width: 23.5%;
        margin-bottom: 2%;
        margin-right: 2%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-4 .answer-options .ui-sortable-container .sortable-loop-wrapper:nth-child(4n) {
    margin-right: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question.alternate-color .answer-options {
    padding: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question .answer-options {
    margin-bottom: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-img {
    width: 90px;
    height: 90px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
@media only screen and (min-width: 500px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-img {
        float: left;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-text {
    width: auto;
}
@media only screen and (min-width: 500px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-text {
        margin-left: 120px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-text span {
    width: 100%;
    margin-bottom: 10px;
    border: none;
    line-height: 20px;
    position: relative;
    display: inline-block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-text a {
    word-wrap: break-word;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .table-wrapper {
    scrollbar-width: auto;
}
.flex-matrix-question .table-wrapper::-webkit-scrollbar:horizontal {
    height: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .control-label {
    width: 100%;
    text-align: left;
    border: none;
    line-height: 20px;
    position: relative;
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead th,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead th,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead th,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead th,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead td,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead td {
    vertical-align: bottom;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody td,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody td {
    padding: 2px 5px 1px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody td &gt; .control-label.matrix-anchor,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody td &gt; .control-label.matrix-anchor,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody td &gt; .control-label.matrix-anchor,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody td &gt; .control-label.matrix-anchor {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table th,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table th,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table th,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table th,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table td,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table td {
    padding: 5px;
    position: relative;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .table-responsive,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .table-responsive,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .table-responsive,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .table-responsive {
    border: none;
    margin: 0;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .matrix-mobile-scroll,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .matrix-mobile-scroll,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .matrix-mobile-scroll,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .matrix-mobile-scroll {
    width: 20px;
    height: auto;
    background: rgba(0, 0, 0, 0.3);
    bottom: 5px;
    display: none;
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .matrix-mobile-scroll:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .matrix-mobile-scroll:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .matrix-mobile-scroll:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .matrix-mobile-scroll:before {
    display: inline-block;
    content: '\f054';
    color: #fff;
    font-family: FontAwesome;
    font-size: 25px;
    line-height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question &gt; .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question &gt; .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question &gt; .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question &gt; .answer-options {
    margin-bottom: 11px;
    padding-left: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question &gt; .answer-options .form-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question &gt; .answer-options .form-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question &gt; .answer-options .form-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question &gt; .answer-options .form-label {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .has-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .has-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.has-mobile-rendering .has-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question.has-mobile-rendering .has-na {
    border-left: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr.anchor &gt; th .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr.anchor &gt; th .answer-options {
    width: auto;
    max-width: 45%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options:first-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options:first-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr.anchor &gt; th .answer-options:first-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr.anchor &gt; th .answer-options:first-child {
    float: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options:last-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options:last-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr.anchor &gt; th .answer-options:last-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr.anchor &gt; th .answer-options:last-child {
    float: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr:last-child &gt; td .answer-options .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr:last-child &gt; td .answer-options .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr:last-child &gt; th .answer-options .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr:last-child &gt; th .answer-options .control-label {
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr &gt; td:first-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr &gt; td:first-child {
    width: 20%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr &gt; td .controls .select-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr &gt; td .controls .select-wrapper {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-bipolar .parent-table &gt; tbody &gt; tr &gt; td:first-child .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-bipolar .parent-table &gt; tbody &gt; tr &gt; td:first-child .control-label {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-bipolar .parent-table &gt; tbody &gt; tr &gt; td:last-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-bipolar .parent-table &gt; tbody &gt; tr &gt; td:last-child {
    width: 20%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper {
    display: flex;
    justify-content: space-between;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll {
    width: 40px;
    align-content: space-between;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 10px;
    padding-top: 85px;
    padding-bottom: 35px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll a,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll a {
    color: #ddd;
    cursor: default;
    text-decoration: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll a.active,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll a.active {
    cursor: pointer;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll a i,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll a i {
    font-size: 16px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count {
    width: 28px;
    height: 29px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count svg,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count svg {
    width: 28px;
    height: 28px;
    position: relative;
    transform: rotate(-90deg);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count svg circle,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count svg circle {
    fill: none;
    stroke-width: 2;
    stroke: #000;
    stroke-dasharray: 81.64;
    stroke-dashoffset: 81.64;
    transform: translate(1px, 1px);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count svg circle:first-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count svg circle:first-child {
    stroke-dashoffset: 0;
    stroke: #eeeeee;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count svg circle.count-prog-bar,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count svg circle.count-prog-bar {
    stroke-dashoffset: 81.64;
    stroke: #9fe4ac;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count .count-score,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .matrix-inner-scroll .scroll-count .count-score {
    width: 100%;
    height: 100%;
    align-items: center;
    color: #9b9b9b;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table,
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table {
        width: calc(100% - 50px);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody {
    height: 244px;
    display: block;
    overflow: hidden;
    padding-top: 80px;
    padding-bottom: 80px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr {
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr &gt; td:after,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr &gt; td:after {
    background: rgba(0, 0, 0, 0);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.active,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.active,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.active + .error-tr,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.active + .error-tr {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.active &gt; td:after,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.active &gt; td:after,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.active + .error-tr &gt; td:after,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.active + .error-tr &gt; td:after {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.error-tr td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.error-tr td {
    height: 19px;
    padding: 0 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.error-tr td .error,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr.error-tr td .error {
    min-height: auto;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr:not(.error-tr),
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr:not(.error-tr) {
    height: 61px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr:not(.error-tr) td .answer-options .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table &gt; tbody tr:not(.error-tr) td .answer-options .control-label {
    display: -webkit-box;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 2;
    white-space: normal;
    -webkit-box-orient: vertical;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table tr,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table tr {
    width: 100%;
    display: table;
    position: relative;
    table-layout: fixed;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table tr td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table tr td {
    padding: 10px 5px;
    word-break: break-word;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix .table-wrapper .parent-table tr.anchor td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix .table-wrapper .parent-table tr.anchor td {
    padding: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-automatrix + .ok-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-automatrix + .ok-wrapper {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .matrix-mobile-scroll,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .matrix-mobile-scroll,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .matrix-inner-scroll,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .matrix-inner-scroll {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; thead,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; thead {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr {
    background: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    display: block;
    padding-bottom: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.dynamic-tr td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.dynamic-tr td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.error-tr td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.error-tr td {
    display: block;
    padding-bottom: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.dynamic-tr,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.dynamic-tr,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.error-tr,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.error-tr,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr:last-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr:last-child {
    border-bottom: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.this-height,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.this-height {
    height: auto !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.this-height &gt; td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr.this-height &gt; td {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td {
    width: 100% !important;
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion {
    cursor: pointer;
    display: block;
    padding: 12px 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion .answer-options {
    padding-right: 24px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion .answer-options.rotate:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion .answer-options.rotate:before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -moz-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    -o-transform: translate(0, -50%) rotate(180deg);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion .answer-options:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion .answer-options:before {
    width: 24px;
    height: 24px;
    content: '\f107';
    color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    font-family: FontAwesome;
    font-size: 24px;
    right: 0;
    line-height: 24px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection {
    font-size: 0;
    padding: 8px 40px;
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-indicator {
    left: 5px;
    position: absolute;
    top: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label {
    width: auto;
    display: inline-block;
    font-weight: 400;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label.matrix-anchor,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label.matrix-anchor {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 0 9px;
    padding: 0 0 0 15px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label.matrix-anchor:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label.matrix-anchor:before {
    width: 6px;
    content: '-';
    position: absolute;
    left: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table .input-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table .input-wrapper {
    display: flex;
    flex-flow: column-reverse;
    margin: 15px 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table label {
    display: block;
    left: 0;
    position: relative;
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table label:not(.controls) {
    display: block;
    left: 5px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table .form-input.used ~ label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table .form-input:focus ~ label {
    top: 8px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table .matrix-exclusive-option label {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead .control-label {
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr:first-child &gt; td:first-child {
    background: none;
    border-top: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr:nth-child(2) &gt; td &gt; .child-table &gt; tbody &gt; tr &gt; td:first-child .control-label {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr:nth-child(2) &gt; td &gt; .child-table &gt; tbody &gt; tr &gt; td:last-child .control-label {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr &gt; td:first-child {
    width: 20%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead .child-table {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr:last-child &gt; td:first-child {
    border-bottom: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody td {
    padding: 6px 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody .child-table {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody .child-table .controls.control-selection {
    padding: 7px 3px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .controls.control-selection {
    width: 100%;
    justify-content: center;
    min-width: auto;
    padding: 7px 5px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .select-wrapper {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .select-wrapper.medium {
    width: 160px;
    max-width: 160px;
    min-width: 98%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .select-wrapper.small {
    width: 100px;
    max-width: 100px;
    min-width: 98%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .input-wrapper {
    width: 160px;
    left: 50%;
    max-width: 160px;
    min-width: 98%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table .input-wrapper {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table .form-input {
    width: 100%;
    text-align: left;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table .select-wrapper {
    min-width: 70%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table label:not(.controls) {
    display: none;
    left: 7px;
    position: absolute;
    pointer-events: none;
    top: 8px;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table .form-input:focus ~ label,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table .form-input.used ~ label {
    font-size: 12px;
    font-weight: 400;
    top: -18px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .controls.control-selection {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    min-width: auto;
    padding: 6px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .controls.control-selection {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    min-width: auto;
    padding: 6px 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table .controls.control-selection {
    cursor: pointer;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table .controls.control-selection.has-focus,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .controls.control-selection.has-focus,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table .controls.control-selection.has-focus,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table .controls.control-selection:hover,
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .controls.control-selection:hover,
.survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table .controls.control-selection:hover {
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .controls.control-selection {
    padding-left: 8px;
    padding-right: 8px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .loop-wrapper {
    display: none;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .loop-wrapper {
        display: block;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .table-wrapper {
    display: none;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .table-wrapper {
        display: block;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .sbs-mobile-view {
    display: block;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .sbs-mobile-view {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .sbs-mobile-view .table-heading-wrapper {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    margin-top: 30px;
    padding: 0 0 5px 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .sbs-mobile-view .table-heading-wrapper:first-child {
    margin-top: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .sbs-mobile-view .table-heading-wrapper .control-label {
    font-size: 16px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .sbs-mobile-view .select-wrapper {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .sbs-mobile-view .answer-options {
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .sbs-mobile-view .control-label {
    font-size: 14px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.select-sbs .parent-table &gt; tbody &gt; tr &gt; td .answer-options .control-label {
    padding-left: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr &gt; td:first-child .answer-options {
    padding: 7px 0 7px 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr:last-child &gt; td {
    border: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-heading &gt; td {
    padding: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-heading &gt; td .answer-options .control-label {
    font-size: 13px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td {
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td .answer-options .control-label {
    font-size: 12px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td .child-table &gt; tbody &gt; tr &gt; td:first-child .answer-options .control-label {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td .child-table &gt; tbody &gt; tr &gt; td:nth-child(2) .answer-options .control-label {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td .child-table tr &gt; td {
    padding: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-range &gt; td {
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-range &gt; td .answer-options {
    margin: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .parent-table &gt; tbody &gt; tr.thead-range &gt; td .answer-options .control-label {
    font-size: 11px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .loop-wrapper .parent-table &gt; thead &gt; tr &gt; td:first-child {
    border-left: 1px solid rgba(10, 134, 234, 0.1);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .loop-wrapper .parent-table &gt; thead &gt; tr:first-child &gt; td:nth-child(even) {
    background: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .loop-wrapper .parent-table &gt; tbody &gt; tr:last-child &gt; td:nth-child(even) {
    border-bottom: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question.this-table-hover .loop-wrapper .parent-table &gt; tbody &gt; tr:last-child &gt; td:nth-child(odd) {
    border-style: solid !important;
    border-width: 0 1px 1px !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .answer-options {
    padding-top: 0;
    padding-bottom: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .answer-options .controls {
    padding: 8px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .loop-wrapper {
    margin-bottom: 30px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr &gt; td .answer-options .control-label {
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr:first-child &gt; td .answer-options .control-label {
    font-size: 15px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr:nth-child(2) &gt; td .answer-options .control-label {
    font-size: 14px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr:nth-child(2) &gt; td .child-table &gt; tbody &gt; tr &gt; td:first-child .answer-options .control-label {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr:nth-child(2) &gt; td .child-table &gt; tbody &gt; tr &gt; td:nth-child(2) .answer-options .control-label {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr:nth-child(3) &gt; td {
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr:nth-child(3) &gt; td .answer-options {
    margin: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr:nth-child(3) &gt; td .answer-options .control-label {
    font-size: 13px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr &gt; td {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr &gt; td .answer-options .control-label {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr:nth-child(even) &gt; td {
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .answer-options .controls {
    background: none;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .child-table {
    width: 100%;
    background: none;
    border: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .child-table tr {
    border: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .child-table tr td {
    background: none;
    border: none;
    padding: 0;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .child-table tr td:first-child {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .child-table tr td:last-child {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .sl-na-wrapper {
    margin-left: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-na-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .sl-na-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .sl-na-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .sl-na-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .sl-na-wrapper .answer-options {
    width: 100%;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na {
    font-size: 12px;
    display: block;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-na-wrapper .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .sl-na-wrapper .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .sl-na-wrapper .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .sl-na-wrapper .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .sl-na-wrapper .controls.control-selection {
    width: 100%;
    justify-content: center;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-na-wrapper .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .sl-na-wrapper .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .sl-na-wrapper .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .sl-na-wrapper .controls.control-selection .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .sl-na-wrapper .controls.control-selection .control-label {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.is-reverse .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-reverse .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.is-reverse .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.is-reverse .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.is-reverse .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.is-reverse .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.is-reverse .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-reverse .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.is-reverse .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.is-reverse .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.is-reverse .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.is-reverse .loop-wrapper {
    flex-direction: row-reverse;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.is-reverse .table-heading-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-reverse .table-heading-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.is-reverse .table-heading-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.is-reverse .table-heading-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.is-reverse .table-heading-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.is-reverse .table-heading-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.is-reverse .loop-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-reverse .loop-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.is-reverse .loop-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.is-reverse .loop-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.is-reverse .loop-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.is-reverse .loop-wrapper .control-label.is-na,
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.is-reverse .table-heading-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-reverse .table-heading-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.is-reverse .table-heading-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.is-reverse .table-heading-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.is-reverse .table-heading-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.is-reverse .table-heading-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.is-reverse .loop-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-reverse .loop-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.is-reverse .loop-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.is-reverse .loop-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.is-reverse .loop-wrapper .sl-na-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.is-reverse .loop-wrapper .sl-na-wrapper {
    margin-left: 0;
    margin-right: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.has-alternate .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.has-alternate .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.has-alternate .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.has-alternate .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-alternate .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-alternate .loop-wrapper {
    padding: 0 5px 20px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.has-alternate .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.has-alternate .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.has-alternate .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.has-alternate .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-alternate .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-alternate .loop-wrapper {
        padding-bottom: 5px;
        padding-top: 5px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.hide-slider.has-prefix-suffix .loop-wrapper.has-count,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.hide-slider.has-prefix-suffix .loop-wrapper.has-count,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.hide-slider.has-prefix-suffix .loop-wrapper.has-count,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.hide-slider.has-prefix-suffix .loop-wrapper.has-count,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider.has-prefix-suffix .loop-wrapper.has-count,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.hide-slider.has-prefix-suffix .loop-wrapper.has-count {
    display: inline-block;
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options {
    width: 45%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.hide-slider.has-prefix-suffix .loop-wrapper .answer-options {
        width: 31%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper {
    width: 55%;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper {
        width: 30%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.hide-slider.has-prefix-suffix .loop-wrapper .sum-wrapper {
        width: 20%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.hide-slider .ui-slider,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.hide-slider .ui-slider,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.hide-slider .ui-slider,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.hide-slider .ui-slider,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider .ui-slider,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.hide-slider .ui-slider {
    display: none;
    z-index: -1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.hide-slider .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.hide-slider .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.hide-slider .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.hide-slider .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider .loop-wrapper .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.hide-slider .loop-wrapper .answer-options {
    width: 80%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.hide-slider .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.hide-slider .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question.hide-slider .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.hide-slider .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider .loop-wrapper .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.hide-slider .loop-wrapper .answer-options {
        width: 31%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper {
    font-size: 0;
    margin-bottom: 30px;
    padding-bottom: 5px;
    padding-top: 4px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper {
        margin-bottom: 5px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .form-input,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .form-input,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .form-input,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .form-input,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper .form-input,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .form-input {
    overflow: hidden;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper ~ .answer-options.dynamic-explode,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper ~ .answer-options.dynamic-explode,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper ~ .answer-options.dynamic-explode,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper ~ .answer-options.dynamic-explode,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper ~ .answer-options.dynamic-explode,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper ~ .answer-options.dynamic-explode {
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .answer-options {
        vertical-align: middle;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .answer-options .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .answer-options .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .answer-options .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .answer-options .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .answer-options .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .answer-options .control-label {
    border: none;
    line-height: 20px;
    position: relative;
    display: inline-block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .text-slide-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .text-slide-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .text-slide-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .text-slide-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .text-slide-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .text-slide-value {
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    display: inline-block;
    font-size: 11px;
    margin: 2px 0;
    min-height: 26px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .text-slide-value {
        background: none !important;
        margin: 0 2%;
        display: inline-block;
        font-size: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .text-slide-value {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .ui-slider.ui-widget-content,
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .ui-slider.ui-widget-content,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .ui-slider.ui-widget-content,
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .ui-slider.ui-widget-content,
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .ui-slider.ui-widget-content,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .ui-slider.ui-widget-content {
        width: calc(60% - 20px);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question.is-bipolar-old .ui-slider.ui-widget-content:before {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .table-heading-wrapper {
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .table-heading-wrapper .control-label:first-child {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .table-heading-wrapper .control-label:last-child {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-wrapper &gt; div:first-child {
    padding: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-wrapper &gt; div:first-child {
        text-align: right;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-wrapper &gt; div:nth-child(2) {
    padding: 0 0 0 10px;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-wrapper &gt; div:nth-child(2) {
        order: 1;
        text-align: left;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-wrapper .answer-options {
    width: 50%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .sl-wrapper .answer-options {
        width: 20%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .text-slide-value {
    width: 100%;
    margin-top: 5px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper .text-slide-value {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .ui-slider.ui-widget-content:before {
    content: '';
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .bipolar-bar {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-flow: row;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .bipolar-bar &gt; div {
    width: 50%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-flow: row;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .bipolar-bar &gt; div span {
    height: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .bipolar-bar .bs-min {
    justify-content: flex-end;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.bipolar-slider-question .bipolar-bar .bs-max {
    justify-content: flex-start;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.visual-scale-on .table-heading-wrapper .control-label:first-child {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.visual-scale-on .table-heading-wrapper .control-label:last-child {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper &gt; div:first-child {
    padding: 0 10px 0 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper &gt; div:first-child {
        text-align: right;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper &gt; div:nth-child(2) {
    padding: 0 0 0 10px;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper &gt; div:nth-child(2) {
        order: 1;
        text-align: left;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .answer-options {
    width: 50%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .answer-options {
        width: 20%;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .text-slide-value {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper {
    align-items: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper {
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    padding: 0;
}
@media only screen and (max-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper .sh-inner {
        width: 100% !important;
        padding: 0 !important;
        margin: 5px 0 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper .sh-inner .control-label {
        padding: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper .sh-inner:first-child .control-label {
        width: 50%;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper .sh-inner:first-child .control-label:first-child {
        padding-right: 10px !important;
    }
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper .sh-inner:first-child .control-label:last-child {
        padding-left: 10px !important;
    }
}
@media only screen and (max-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper .sh-inner:last-child {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper .control-label.is-na {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .sl-na-wrapper .answer-options .control-label.is-na {
    margin-bottom: 8px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .answer-options {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .answer-options {
        width: 26%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .text-slide-value {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .text-slide-value {
        width: 10%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .table-heading-wrapper {
    display: flex;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper {
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .sh-wrapper {
    display: flex;
    justify-content: flex-end;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .sh-inner {
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .sh-inner {
        width: 60%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .sh-inner .control-label {
    width: 50%;
    padding: 0 !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .sh-inner .control-label:first-child {
    padding-right: 10px !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .sh-inner .control-label:last-child {
    padding-left: 10px !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .loop-wrapper {
    justify-content: center;
    padding: 40px 0 0 0;
    margin-bottom: 15px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .ui-slider-handle {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .text-slider-survey {
    display: none;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .text-slider-survey {
        display: inline-block;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider {
    width: 100% !important;
    height: 120px !important;
    display: inline-block;
    left: -15px;
    overflow: hidden;
    padding: 45px 0 0 0;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider {
        height: 135px !important;
        padding: 45px 15px 0 15px;
    }
}
@media only screen and (min-width: 500px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider {
        height: 155px !important;
        left: auto;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider .rs-container {
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider .rs-container .rs-tooltip-text {
    border: none;
    font-size: 24px;
    font-weight: 600;
    top: -30px;
    z-index: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider .rs-container .rs-border {
    border: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider .rs-handle {
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider .rs-seperator {
    border: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider .rs-overlay,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider .rs-overlay1,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .arc-slider .rs-overlay2 {
    height: calc(50% - 1px) !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper {
    width: 100%;
    display: flex;
    flex-flow: row;
    flex-wrap: nowrap;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper .sl-wrapper {
    display: flex;
    justify-content: center;
    flex: 1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper .sl-wrapper .sl-inner {
    width: 80%;
    max-width: 80%;
    padding: 0;
    margin: 5px 0 0;
    display: table;
    table-layout: fixed;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper .sl-wrapper .sl-inner {
        width: 90%;
        max-width: 90%;
    }
}
@media only screen and (min-width: 500px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper .sl-wrapper .sl-inner {
        width: 70%;
        max-width: 70%;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper .sl-wrapper .sl-inner {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper .sl-wrapper .sl-inner .control-label {
    width: 50%;
    display: table-cell;
    font-size: 12px;
    font-weight: 300;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper .sl-wrapper .sl-inner .control-label:first-child {
    padding-right: 10px;
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .nps-heading-wrapper .sl-wrapper .sl-inner .control-label:last-child {
    padding-left: 10px;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .table-heading-wrapper {
    display: none;
    padding: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .table-heading-wrapper {
        display: flex;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .table-heading-wrapper .sh-wrapper {
    display: flex;
    justify-content: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .table-heading-wrapper .sh-inner {
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .table-heading-wrapper .sh-inner {
        width: 60%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .table-heading-wrapper .sh-inner .control-label {
    width: 50%;
    padding: 0 !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .table-heading-wrapper .sh-inner .control-label:first-child {
    padding-right: 10px !important;
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .table-heading-wrapper .sh-inner .control-label:last-child {
    padding-left: 10px !important;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper {
    float: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .table-heading-wrapper .control-label:first-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .table-heading-wrapper .control-label:first-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .control-label:first-child {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .table-heading-wrapper .control-label:last-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .table-heading-wrapper .control-label:last-child,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .control-label:last-child {
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .table-heading-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .loop-wrapper .table-heading-wrapper {
    display: inline-block;
    font-size: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .table-heading-wrapper .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .table-heading-wrapper .control-label,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .loop-wrapper .table-heading-wrapper .control-label {
    width: 50%;
    display: inline-block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper .text-slide-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .text-slide-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .loop-wrapper .text-slide-value {
    line-height: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .answer-options,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .answer-options {
    width: 100%;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .answer-options,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .answer-options {
        width: 31%;
        margin-bottom: 0;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .text-slide-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .text-slide-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .text-slide-value {
    width: 100%;
    word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .text-slide-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .text-slide-value {
        width: 5%;
        margin: 0 2%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .ui-slider.ui-widget-content,
.survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .ui-slider.ui-widget-content,
.survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .ui-slider.ui-widget-content {
    width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .ui-slider.ui-widget-content,
    .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .ui-slider.ui-widget-content,
    .survey-body-wrapper .survey-question-wrapper .answer-container.nps-slider-question .ui-slider.ui-widget-content {
        width: calc(60% - 20px);
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.hide-slider .loop-wrapper.has-count .answer-options {
        flex: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2.has-prefix-suffix .sl-wrapper .sum-wrapper {
    width: 100%;
    margin-left: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2.has-prefix-suffix .sl-wrapper .sum-wrapper {
        width: 20%;
        margin-left: 2%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2.has-fixed-counter .loop-wrapper.has-count {
    width: calc(100% - 30px);
    bottom: 0;
    left: 15px;
    margin-bottom: 10px;
    position: fixed;
    z-index: 5;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper {
    padding: 0 5px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .answer-options {
    width: 25%;
    flex: none;
    margin-right: 2%;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .answer-options {
        width: 31%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .sum-wrapper {
    width: 40%;
    margin-left: 2%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .sum-wrapper {
        width: 20%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .sum-wrapper &gt; span {
    font-size: 16px;
    font-weight: 500;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .sum-wrapper .input-wrapper:before {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .sum-wrapper .input-wrapper .form-input {
    background: transparent;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper .sl-wrapper .sum-wrapper .input-wrapper.has-error .line-flow {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper .sl-wrapper .sum-wrapper .input-wrapper .form-input {
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    min-height: 33px;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper.has-count .answer-options {
    flex: 1;
    margin-bottom: 0;
    text-align: right;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper.has-count.is-left .answer-options {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .answer-options {
    width: 100%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .answer-options {
        width: 31%;
        margin-bottom: 0;
        margin-right: 2%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .sum-wrapper {
    width: 15%;
    display: inline-block;
    margin-left: 5%;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .sum-wrapper {
        width: 5%;
        margin-left: 2%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .input-wrapper {
    width: 100%;
    padding: 0;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .form-input {
    height: 33px;
    font-size: 14px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .ui-slider.ui-widget-content {
    width: calc(80% - 20px);
    margin-top: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .ui-slider.ui-widget-content {
        width: calc(60% - 20px);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .sum-wrapper {
    width: 55%;
    margin-left: 45%;
    font-size: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .sum-wrapper {
        width: 20%;
        margin-left: 2%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .sum-wrapper &gt; span {
    width: 35%;
    display: inline-block;
    font-size: 12px;
    position: relative;
    text-align: right;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .sum-wrapper &gt; span:last-child {
    text-align: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .input-wrapper {
    width: 26%;
    margin: 0 2%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .ui-slider.ui-widget-content {
    width: calc(100% - 20px);
    margin-top: 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .ui-slider.ui-widget-content {
        width: calc(45% - 20px);
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .has-count .sum-wrapper {
    margin-left: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .has-count .input-wrapper {
    left: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.alternate-color .loop-wrapper:nth-child(odd) {
    background-color: transparent;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper {
        margin-bottom: 15px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .table-heading-wrapper {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .table-heading-wrapper .control-label {
    width: 49%;
    font-size: 12px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper .text-slide-value {
    line-height: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .table-heading-wrapper .control-label {
    width: 15%;
    float: left;
    margin-right: 1%;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .table-heading-wrapper .control-label {
        display: none;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .answer-options {
    width: 100%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .answer-options {
        width: 29%;
        margin-bottom: 0;
        margin-right: 1%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .text-slide-value {
    width: 100%;
    margin: 5px 0;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .text-slide-value {
        width: 9%;
        margin: 0 1% 0 -30%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .needed-value,
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .cost-value {
    width: 49%;
    display: inline-block;
    font-size: 12px;
    padding: 3px;
    position: relative;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .needed-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .cost-value {
        width: 9%;
        margin: 0 1% 0 0;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .needed-value,
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .cost-value {
        font-size: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .needed-value {
        margin-left: 10%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .ui-slider.ui-widget-content {
    width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .ui-slider.ui-widget-content {
        width: calc(40% - 20px);
        margin-left: 20% !important;
        margin-top: 0;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-sidefix .loop-wrapper .table-heading-wrapper .control-label:first-child {
    width: 49%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-sidefix .table-heading-wrapper .control-label:first-child {
    width: 25.5%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-sidefix .text-slide-value {
        margin-left: -36%;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-sidefix .needed-value {
        width: 15%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-sidefix .needed-value &gt; span {
    width: calc(100% / 2);
    display: block;
    float: left;
    padding: 0 3px;
    word-wrap: break-word;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-sidefix .ui-slider.ui-widget-content {
        width: calc(34% - 20px);
        margin-left: 26% !important;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .loop-wrapper .table-heading-wrapper .control-label:first-child {
    width: 49%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .table-heading-wrapper .control-label:first-child {
    width: 32%;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .text-slide-value {
        margin-left: -40%;
    }
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .needed-value {
        width: 19%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .needed-value &gt; span {
    width: calc(100% / 3);
    display: block;
    float: left;
    word-wrap: break-word;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .needed-value &gt; span:first-child {
    padding-right: 6px;
    text-align: right;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .needed-value &gt; span:last-child {
    padding-left: 6px;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .ui-slider.ui-widget-content {
        width: calc(30% - 20px);
        margin-left: 30% !important;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .controls.control-selection {
    margin: 0 0 10px 0;
    text-align: left;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .controls.control-selection .control-indicator {
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .controls.control-selection .control-label {
    width: 90%;
    padding-left: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .answer-options.sl_address_box {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .map-wrapper {
    width: 100%;
    height: 300px;
    display: inline-block;
    margin: 0 auto 10px;
    padding: 0;
    vertical-align: top;
    overflow: hidden;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .map-wrapper .google-map-holder {
    width: 100%;
    height: 100%;
    float: left;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .map-wrapper .google-map-holder iframe {
    width: 100%;
    height: 300px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .error {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-left-container {
    width: 100%;
    display: block;
    float: left;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-left-container {
        width: 50%;
        padding-right: 20px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-left-container .select-stores-wrapper {
    max-height: 150px;
    overflow-y: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-right-container {
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-right-container {
        width: 50%;
        padding-left: 20px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-right-container .sl_current_selection {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .search-location-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .search-location-wrapper .form-label {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .search-location-wrapper .form-label {
        width: 35%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .search-location-wrapper .input-wrapper {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .search-location-wrapper .input-wrapper {
        width: 64%;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .sl_no_result_found &gt; span {
    font-size: 18px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .sl_no_result_found &gt; ul &gt; li {
    font-size: 14px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .sl_no_result_found &gt; p {
    font-size: 14px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .sl_current_selection {
    padding: 0;
    text-decoration: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-title {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .store-title {
    margin-top: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .store-search-result {
    width: 100%;
    height: auto;
    max-height: 260px;
    overflow-y: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeDisplay {
    background: #fff;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeDisplay,
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeSelected {
    cursor: pointer;
    line-height: 21px;
    margin: 5px 0;
    padding: 10px 10px 10px 25px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeDisplay b,
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeSelected b,
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeDisplay .sl_count,
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeSelected .sl_count {
    font-weight: 500;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .location-btn {
    border: none;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    float: right;
    font-size: 12px;
    outline: none;
    margin: 5px 0;
    padding: 5px 10px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .location-btn {
        font-weight: 300 !important;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.lookup-multichoice .input-wrapper,
.survey-body-wrapper .survey-question-wrapper .answer-container.lookup-unichoice .input-wrapper {
    z-index: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.lookup-multichoice .input-wrapper .form-input,
.survey-body-wrapper .survey-question-wrapper .answer-container.lookup-unichoice .input-wrapper .form-input {
    padding-right: 30px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.lookup-multichoice .input-wrapper .fa,
.survey-body-wrapper .survey-question-wrapper .answer-container.lookup-unichoice .input-wrapper .fa {
    color: rgba(0, 0, 0, 0.5);
    font-size: 24px;
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: -1;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.lookup-multichoice .answer-options.other-option,
.survey-body-wrapper .survey-question-wrapper .answer-container.lookup-unichoice .answer-options.other-option {
    margin-top: 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header {
    width: 100%;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.04);
    display: flex;
    margin-bottom: 9px;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header {
        margin-bottom: 8px;
    }
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header &gt; p {
    border: none;
    display: flex;
    line-height: 1;
    margin: 0;
    padding: 0 10px 0 0;
    position: relative;
    word-wrap: break-word;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right {
    width: 110px;
    align-items: center;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    padding: 5px 0 5px 10px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; span {
    width: 66%;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    line-height: 15px;
    position: relative;
    text-align: right;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; ul {
    width: 25%;
    height: 30px;
    display: inline-block;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; ul &gt; li {
    position: relative;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; ul &gt; li &gt; span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; ul &gt; li.count-0 {
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; ul &gt; li.count-1 {
    top: -30px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; ul &gt; li.count-2 {
    top: -60px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; ul &gt; li.count-3 {
    top: -90px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; ul &gt; li.count-4 {
    top: -120px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; ul &gt; li.count-5 {
    top: -150px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-left {
    color: #545E6B;
    padding: 5px 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-left &gt; span {
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin-left: 5px;
    vertical-align: middle;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-body {
    height: auto;
    max-height: 305px;
    overflow: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-footer {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-footer &gt; p {
    border: none;
    display: flex;
    line-height: 1.5;
    margin: 0;
    padding: 0 80px 0 0;
    position: relative;
    word-wrap: break-word;
    -ms-flex-positive: 1 !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-footer &gt; p &gt; span {
    padding-right: 5px;
    white-space: nowrap;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list {
    margin: 0;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li {
    width: 100%;
    align-items: center;
    cursor: pointer;
    display: flex;
    list-style-type: unset !important;
    min-height: 60px;
    padding: 10px 10px 10px 90px;
    position: relative;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li:last-child {
    border: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li:before {
    width: 5px;
    background: #dddddd;
    content: "";
    display: inline-block;
    height: 80%;
    left: 75px;
    position: absolute;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li .vote-count {
    width: 80px;
    height: 30px;
    bottom: 0;
    color: #545E6B;
    font-size: 20px;
    font-weight: bold;
    margin: auto 0;
    position: absolute;
    left: 0;
    text-align: center;
    top: 14px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li .vote-count &gt; span {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li .vote-count:hover,
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li .vote-count:focus {
    text-decoration: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li .vote-count:before {
    width: 10px;
    height: 10px;
    bottom: 0;
    color: #c2c1c1;
    content: '\f0d8';
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    right: 0;
    left: 0;
    line-height: 7px;
    margin: auto;
    position: absolute;
    text-align: center;
    top: -36px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li .vote-count.voted:after {
    width: 50px;
    height: 50px;
    background: rgba(10, 134, 234, 0.1);
    bottom: -3px;
    border-radius: 100%;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li .vote-add {
    width: 10px;
    height: 10px;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    left: 79px;
    position: absolute;
    text-align: center;
    bottom: 17px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li:hover {
    background: rgba(10, 134, 234, 0.1);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li:hover:before {
    background: #0a86ea;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-comments-list &gt; li:hover .vote-count:before {
    color: #0a86ea;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper {
    width: 300px;
    height: 80px;
    direction: ltr;
    display: none;
    font-size: 20px;
    left: 50%;
    margin-left: -150px;
    margin-top: -40px;
    padding-left: 150px;
    position: fixed;
    text-align: left;
    top: 50%;
    z-index: 1050;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper.show-this {
    display: block;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden {
    display: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items ~ .v-menu-item {
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-1 ~ .v-menu-item:nth-child(3) {
    transition-duration: 240ms;
    -webkit-transform: translate3d(-0.09158px, -114.99996px, 0);
    -moz-transform: translate3d(-0.09158px, -114.99996px, 0);
    -ms-transform: translate3d(-0.09158px, -114.99996px, 0);
    -o-transform: translate3d(-0.09158px, -114.99996px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-2 ~ .v-menu-item:nth-child(3) {
    transition-duration: 160ms;
    -webkit-transform: translate3d(-41.67114px, -107.18449px, 0);
    transform: translate3d(-41.67114px, -107.18449px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-2 ~ .v-menu-item:nth-child(4) {
    transition-duration: 240ms;
    -webkit-transform: translate3d(41.50038px, -107.25073px, 0);
    -moz-transform: translate3d(41.50038px, -107.25073px, 0);
    -ms-transform: translate3d(41.50038px, -107.25073px, 0);
    -o-transform: translate3d(41.50038px, -107.25073px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-3 ~ .v-menu-item:nth-child(3) {
    transition-duration: 240ms;
    -webkit-transform: translate3d(-79.29232px, -83.29303px, 0);
    -moz-transform: translate3d(-79.29232px, -83.29303px, 0);
    -ms-transform: translate3d(-79.29232px, -83.29303px, 0);
    -o-transform: translate3d(-79.29232px, -83.29303px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-3 ~ .v-menu-item:nth-child(4) {
    transition-duration: 320ms;
    -webkit-transform: translate3d(-0.09158px, -114.99996px, 0);
    -moz-transform: translate3d(-0.09158px, -114.99996px, 0);
    -ms-transform: translate3d(-0.09158px, -114.99996px, 0);
    -o-transform: translate3d(-0.09158px, -114.99996px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-3 ~ .v-menu-item:nth-child(5) {
    transition-duration: 400ms;
    -webkit-transform: translate3d(79.15956px, -83.4192px, 0);
    -moz-transform: translate3d(79.15956px, -83.4192px, 0);
    -ms-transform: translate3d(79.15956px, -83.4192px, 0);
    -o-transform: translate3d(79.15956px, -83.4192px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-4 ~ .v-menu-item:nth-child(3) {
    transition-duration: 160ms;
    -webkit-transform: translate3d(-103.55142px, -50.02104px, 0);
    -moz-transform: translate3d(-103.55142px, -50.02104px, 0);
    -ms-transform: translate3d(-103.55142px, -50.02104px, 0);
    -o-transform: translate3d(-103.55142px, -50.02104px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-4 ~ .v-menu-item:nth-child(4) {
    transition-duration: 240ms;
    -webkit-transform: translate3d(-42.02819px, -107.045px, 0);
    -moz-transform: translate3d(-42.02819px, -107.045px, 0);
    -ms-transform: translate3d(-42.02819px, -107.045px, 0);
    -o-transform: translate3d(-42.02819px, -107.045px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-4 ~ .v-menu-item:nth-child(5) {
    transition-duration: 320ms;
    -webkit-transform: translate3d(41.85765px, -107.1118px, 0);
    -moz-transform: translate3d(41.85765px, -107.1118px, 0);
    -ms-transform: translate3d(41.85765px, -107.1118px, 0);
    -o-transform: translate3d(41.85765px, -107.1118px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-4 ~ .v-menu-item:nth-child(6) {
    transition-duration: 400ms;
    -webkit-transform: translate3d(103.47162px, -50.18589px, 0);
    -moz-transform: translate3d(103.47162px, -50.18589px, 0);
    -ms-transform: translate3d(103.47162px, -50.18589px, 0);
    -o-transform: translate3d(103.47162px, -50.18589px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(3) {
    transition-duration: 160ms;
    -webkit-transform: translate3d(-114.85628px, -5.7476px, 0);
    -moz-transform: translate3d(-114.85628px, -5.7476px, 0);
    -ms-transform: translate3d(-114.85628px, -5.7476px, 0);
    -o-transform: translate3d(-114.85628px, -5.7476px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(4) {
    transition-duration: 240ms;
    -webkit-transform: translate3d(-79.29232px, -83.29303px, 0);
    -moz-transform: translate3d(-79.29232px, -83.29303px, 0);
    -ms-transform: translate3d(-79.29232px, -83.29303px, 0);
    -o-transform: translate3d(-79.29232px, -83.29303px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(5) {
    transition-duration: 320ms;
    -webkit-transform: translate3d(-0.09158px, -114.99996px, 0);
    -moz-transform: translate3d(-0.09158px, -114.99996px, 0);
    -ms-transform: translate3d(-0.09158px, -114.99996px, 0);
    -o-transform: translate3d(-0.09158px, -114.99996px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(6) {
    transition-duration: 400ms;
    -webkit-transform: translate3d(79.15956px, -83.4192px, 0);
    -moz-transform: translate3d(79.15956px, -83.4192px, 0);
    -ms-transform: translate3d(79.15956px, -83.4192px, 0);
    -o-transform: translate3d(79.15956px, -83.4192px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(7) {
    transition-duration: 480ms;
    -webkit-transform: translate3d(114.84698px, -5.93052px, 0);
    -moz-transform: translate3d(114.84698px, -5.93052px, 0);
    -ms-transform: translate3d(114.84698px, -5.93052px, 0);
    -o-transform: translate3d(114.84698px, -5.93052px, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-open-button {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    cursor: pointer;
    font-size: 0;
    line-height: 35px;
    margin-left: -40px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 20px;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-duration: 400ms;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    z-index: 2;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-open-button span {
    width: 100%;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    margin-top: 25px;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-open-button:hover {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .v-menu-item {
    width: 60px;
    height: 60px;
    background: #fff;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
    font-weight: bold;
    line-height: 60px;
    margin-left: -30px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 22px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .v-menu-item:hover {
    text-decoration: none;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .v-menu-item:nth-child(3) {
    transition-duration: 70ms;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .v-menu-item:nth-child(4) {
    transition-duration: 130ms;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .v-menu-item:nth-child(5) {
    transition-duration: 190ms;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .v-menu-item:nth-child(6) {
    transition-duration: 250ms;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .v-menu-item:nth-child(7) {
    transition-duration: 310ms;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper {
    width: 100%;
    display: inline-block;
    font-size: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .other-option .controls.control-selection,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper .cx-root-cause-container .controls.control-selection {
    width: auto;
    cursor: pointer;
    display: inline-flex;
    margin: 0 2px 4px;
    min-width: auto;
    padding: 4px 8px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .controls.control-selection .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .other-option .controls.control-selection .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper .cx-root-cause-container .controls.control-selection .control-indicator {
    background: rgba(0, 0, 0, 0.04);
    border: none;
    left: 0;
    position: absolute;
    top: 0;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .controls.control-selection .control-indicator:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .other-option .controls.control-selection .control-indicator:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper .cx-root-cause-container .controls.control-selection .control-indicator:before,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .controls.control-selection .control-indicator:after,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .other-option .controls.control-selection .control-indicator:after,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper .cx-root-cause-container .controls.control-selection .control-indicator:after {
    display: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .controls.control-selection input[type="checkbox"] ~ .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .other-option .controls.control-selection input[type="checkbox"] ~ .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper .cx-root-cause-container .controls.control-selection input[type="checkbox"] ~ .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .controls.control-selection input[type="radio"] ~ .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .other-option .controls.control-selection input[type="radio"] ~ .control-indicator,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper .cx-root-cause-container .controls.control-selection input[type="radio"] ~ .control-indicator {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .other-option .other-input {
    width: auto;
    min-width: 250px;
    max-width: none;
    height: 30px;
    background: #f5f5f5;
    margin: -4px -8px;
    padding: 4px 8px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper &gt; .other-option .other-input:focus ~ .line-flow {
    width: 100%;
    display: block !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container,
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .askwhy-rootcause-normal-view {
    max-height: 500px;
    overflow: auto;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-area-container {
    border: 1px solid #eee;
    border-left: 4px solid #1b87e6;
    margin: 0 0 10px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-area-container .rc-area-header {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-flow: row;
    flex-direction: row;
    padding: 2px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-area-container .rc-area-collapsed {
    background-color: #f5f5f5;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-area-container .rc-area-header .rc-area-name {
    color: #545e6b;
    font-size: 14px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-area-container .rc-area-content {
    display: flex;
    flex-wrap: wrap;
    min-height: 100px;
    padding: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-tag-container {
    border: 1px solid #eee;
    height: fit-content;
    margin: 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-tag-answer-container {
    border: none !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-tag-container .rc-tag-header{
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-tag-container .rc-tag-answer-header {
    background-color: transparent;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-tag-container .rc-tag-answer-header .controls.control-selection {
    color: #545e6b;
    font-size: 14px;
    overflow: hidden;
    padding: 8px 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-tag-container .rc-tag-header .rc-tag-name {
    color: #545e6b;
    font-size: 14px;
    overflow: hidden;
    padding: 8px 12px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-tag-container .rc-tag-content {
    min-height: 50px;
    padding: 0 20px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-subtag-container {
    display: flex;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-subtag-container .branch {
    height: 50px;
    position: relative;
    width: 10%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-subtag-container .branch .down-line {
    background-color: #d8d8d8;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 2px;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-subtag-container .branch .last-down-line {
    height: 50% !important;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-subtag-container .branch .right-line {
    background-color: #d8d8d8;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper .answer-container.word-cloud-question .word-cloud-wrapper.single .cx-root-cause-container .rc-subtag-container .rc-subtag-header {
    align-items: center;
    display: flex;
    justify-content: end;
    margin: 5px 0;
}
.survey-body-wrapper .survey-question-wrapper.select-survey-language {
    width: 100%;
    margin: 0 auto;
    display: block;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper.select-survey-language {
        width: 57%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper.select-survey-language {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper.select-survey-language {
        width: 45%;
    }
}
.survey-body-wrapper .survey-question-wrapper.security-forms {
    width: 100%;
    margin: 0 auto;
    display: block;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper.security-forms {
        width: 57%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper.security-forms {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper.security-forms {
        width: 45%;
    }
}
.survey-body-wrapper .survey-question-wrapper.security-forms .answer-options {
    margin-top: 10px;
}
.survey-body-wrapper .survey-question-wrapper.security-forms .answer-options .btn {
    display: block;
    margin: 15px auto 0;
}
.survey-body-wrapper .survey-question-wrapper.security-forms .form-label {
    width: 100%;
    padding: 0;
}
.survey-body-wrapper .survey-question-wrapper.security-forms .input-wrapper {
    width: 100%;
}
.survey-body-wrapper .survey-question-wrapper.security-forms.login .question-container {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper.security-forms.login .question-container {
        font-size: 24px;
    }
}
.survey-body-wrapper .survey-question-wrapper.fb-authentication {
    width: 100%;
    margin: 0 auto;
    display: block;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper.fb-authentication {
        width: 57%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper.fb-authentication {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper.fb-authentication {
        width: 45%;
    }
}
.survey-body-wrapper .survey-question-wrapper.fb-authentication .question-container {
    margin-bottom: 20px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper.fb-authentication p {
    width: 100%;
    border: none;
    line-height: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.survey-body-wrapper .survey-question-wrapper.fb-authentication a {
    width: auto;
    display: table;
    margin: 0 auto;
}
.survey-body-wrapper .survey-question-wrapper.fb-authentication span {
    font-weight: 400;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper {
    width: 100%;
    margin: 0 auto;
    display: block;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-question-wrapper.reward-wrapper {
        width: 70%;
    }
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper.reward-wrapper {
        width: 60%;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .survey-question-wrapper.reward-wrapper {
        width: 50%;
    }
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .reward-score-box {
    border: none;
    line-height: 20px;
    position: relative;
    background: #0293FE;
    color: #fff;
    display: table;
    font-weight: 400;
    margin: 0 auto 10px;
    padding: 10px;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .reward-top-image img {
    width: 100%;
    margin-top: 0;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .question-container {
    margin-bottom: 20px;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper img {
    display: block;
    margin: 10px auto;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper p {
    width: 100%;
    border: none;
    line-height: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper ul {
    margin: 0;
    padding: 0 0 0 20px;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper ul li {
    width: 100%;
    list-style: disc;
    display: list-item !important;
    border: none;
    line-height: 20px;
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .reward-amount span {
    width: 100%;
    display: inline-block;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .reward-terms {
    border: none;
    line-height: 20px;
    position: relative;
    display: inline-block;
    font-size: 12px;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper span {
    font-weight: 400;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .coupon-title {
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
    text-align: center;
    vertical-align: top;
}
@media only screen and (min-width: 1024px) {
    .survey-body-wrapper .survey-question-wrapper.reward-wrapper .coupon-title {
        font-size: 28px;
    }
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .coupon-wrapper {
    width: 100%;
    background: #FBFEF5;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    outline: 1px dashed rgba(0, 0, 0, 0.5);
    outline-offset: -10px;
    padding: 25px;
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .survey-body-wrapper .survey-question-wrapper.reward-wrapper .coupon-wrapper {
        width: 375px;
    }
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .coupon-wrapper .coupon-heading {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .coupon-wrapper .coupon-sub-heading {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    vertical-align: top;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .coupon-wrapper .coupon-separate {
    width: 80%;
    height: 2px;
    display: table;
    margin: 10px auto;
}
.survey-body-wrapper .survey-question-wrapper.reward-wrapper .coupon-message {
    padding: 15px 0 0;
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper.center-message {
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper.center-message p {
    width: 100%;
    border: none;
    line-height: 20px;
    position: relative;
    margin-bottom: 10px;
}
.survey-body-wrapper .survey-submit-wrapper {
    width: 100%;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 75px;
    padding-top: 29px;
    position: relative;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .survey-submit-wrapper {
        justify-content: flex-start;
        transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
    }
}
.survey-body-wrapper.water-mark-wrapper {
    position: relative;
}
.survey-body-wrapper.water-mark-wrapper:before {
    background: rgba(225, 225, 225, 0.4);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.survey-body-wrapper.water-mark-wrapper .reward-wrapper .water-mark-text {
    font-size: 3em;
    left: 50%;
    position: absolute;
    -webkit-transform: rotate(-45deg) translate(-50%, -50%);
    -moz-transform: rotate(-45deg) translate(-50%, -50%);
    -ms-transform: rotate(-45deg) translate(-50%, -50%);
    -o-transform: rotate(-45deg) translate(-50%, -50%);
    top: 50%;
    white-space: nowrap;
    z-index: 2;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper.water-mark-wrapper .reward-wrapper .water-mark-text {
        font-size: 5em;
    }
}
.survey-body-wrapper.security-page-wrapper {
    padding-bottom: 138px;
    position: relative;
    min-height: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper.security-page-wrapper {
        min-height: auto;
        padding-bottom: 0;
    }
}
.survey-body-wrapper.security-page-wrapper .survey-footer {
    bottom: 0;
    left: 0;
    position: absolute;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper.security-page-wrapper .survey-footer {
        position: relative;
    }
}
.survey-body-wrapper .ui-slider.ui-widget-content {
    width: calc(100% - 20px);
    height: 8px !important;
    background: rgba(119, 119, 119, 0.5);
    border: none;
    -webkit-border-radius: 0  !important;
    -moz-border-radius: 0  !important;
    border-radius: 0  !important;
    display: inline-block;
    margin: 15px 10px !important;
    position: relative;
    vertical-align: middle;
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default {
    background: #ddd;
    border: #ddd;
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:after {
    background: rgba(221, 221, 221, 0.2);
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default.ui-state-active,
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default.ui-state-focus {
    background: #ddd;
    border: #ddd;
    -moz-box-shadow: 0 1px 3px rgba(221, 221, 221, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(221, 221, 221, 0.4);
    box-shadow: 0 1px 3px rgba(221, 221, 221, 0.4);
}
.survey-body-wrapper .ui-slider.ui-widget-content:before {
    width: 2px;
    height: 24px;
    background: rgba(119, 119, 119, 0.5);
    left: 50%;
    margin-left: -1px;
    margin-top: calc(-24px / 2);
    position: absolute;
    top: 50%;
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .ui-slider.ui-widget-content:before {
        height: 20px;
        margin-top: calc(-20px / 2);
    }
}
.survey-body-wrapper .ui-slider.ui-widget-content.ui-sh-temp .ui-slider-range {
    width: 0 !important;
}
.survey-body-wrapper .ui-slider.ui-widget-content.ui-sh-temp .ui-slider-handle {
    background: #ddd !important;
    border: #ddd !important;
}
.survey-body-wrapper .ui-slider.ui-widget-content.ui-sh-temp .ui-slider-range {
    width: 0 !important;
}
.survey-body-wrapper .ui-slider.ui-widget-content.ui-sh-temp .ui-slider-handle {
    background: #ddd !important;
    border: #ddd !important;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper .ui-slider.ui-widget-content {
        margin: 0 10px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .ui-slider.ui-widget-content {
        height: 4px !important;
    }
    .survey-body-wrapper .ui-slider.ui-widget-content:after {
        height: 20px;
        margin-top: -10px;
    }
}
.survey-body-wrapper .ui-slider.ui-widget-content:after {
    width: 100%;
    height: 24px;
    background: transparent;
    content: '';
    cursor: pointer;
    left: 0;
    margin-top: -12px;
    position: absolute;
    right: 0px;
    top: 50%;
    z-index: 1;
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-range {
    -webkit-border-radius: 0  !important;
    -moz-border-radius: 0  !important;
    border-radius: 0  !important;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 0;
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-range:before {
    width: 11px;
    height: 6px;
    background: #3daf2c;
    -webkit-border-radius: 0  !important;
    -moz-border-radius: 0  !important;
    border-radius: 0  !important;
    display: none !important;
    left: -9px;
    position: absolute;
    top: 0;
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle {
    width: 24px;
    height: 24px;
    border: #fff;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: block;
    margin: 0 -10px;
    outline: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 2;
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle {
        width: 20px;
        height: 20px;
    }
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default:after {
    width: 0;
    height: 0;
    -webkit-border-radius: 50% ;
    -moz-border-radius: 50% ;
    border-radius: 50% ;
    content: '';
    left: 50%;
    position: absolute;
    top: 50%;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default.ui-state-active,
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default.ui-state-focus {
    border: #3daf2c;
    -moz-box-shadow: 0 1px 3px rgba(124, 198, 84, 0.4);
    -webkit-box-shadow: 0 1px 3px rgba(124, 198, 84, 0.4);
    box-shadow: 0 1px 3px rgba(124, 198, 84, 0.4);
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default.is-mid:before {
    width: calc((24px / 2) + 1px);
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 20px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    bottom: 0;
    left: -1px;
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 1200px) {
    .survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-default.is-mid:before {
        width: calc((20px / 2) + 1px);
    }
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active .tooltip {
    display: table;
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle.ui-state-active:after {
    width: 35px;
    height: 35px;
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle .tooltip {
    display: none;
    font-size: 11px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    padding: 5px;
    position: absolute;
    right: 100%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    z-index: 1020;
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle .tooltip-arrow {
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-left: 5px solid rgba(119, 119, 119, 0.5);
    border-top: 5px solid transparent;
    margin-left: -5px;
    position: absolute;
    right: -3px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.survey-body-wrapper .ui-slider.ui-widget-content .ui-slider-handle .tooltip-inner {
    background-color: #ffffff;
    border: 1px solid rgba(119, 119, 119, 0.5);
    -webkit-border-radius: 4px ;
    -moz-border-radius: 4px ;
    border-radius: 4px ;
    max-width: 200px;
    padding: 0px 8px;
    text-align: center;
    text-decoration: none;
}
.survey-body-wrapper .ts-btn-wrapper {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
    padding-top: 15px;
}
.survey-body-wrapper .ts-btn-wrapper .btn.secondary-btn {
    margin: 0 5px;
}
.btn {
    align-items: center;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.btn:active,
.btn:focus,
.btn:hover {
    outline: none;
}
.btn.active,
.btn.focus {
    outline: none;
}
.btn.active:active,
.btn.focus:active,
.btn.active:focus,
.btn.focus:focus,
.btn.active:hover,
.btn.focus:hover {
    outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .btn {
        font-weight: 300 !important;
    }
}
.btn .qp-loader {
    display: none;
}
.btn.has-loader {
    color: rgba(225, 225, 225, 0.3) !important;
}
.btn.has-loader .qp-loader {
    display: block;
    font-size: 7px;
}
.btn.btn-back {
    background: none;
    font-size: 0;
    padding: 8px 12px 7px;
}
@media only screen and (min-width: 768px) {
    .btn.btn-back {
        margin-right: 25px;
    }
}
.btn.btn-back &gt; i {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}
.btn.btn-back &gt; i:before {
    content: '\e071';
}
.btn.btn-back.has-loader &gt; i {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.btn.btn-back.is-btn-prev &gt; i:before {
    content: '\e073';
}
.btn.btn-continue {
    width: 100%;
    font-size: 20px;
    line-height: 15px;
    padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
    .btn.btn-continue {
        width: auto;
        font-size: 10px;
        margin-right: 25px;
        min-width: 87px;
    }
}
.btn.btn-start {
    width: 100%;
    margin-top: 10px;
    padding: 15px 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .btn.btn-start {
        width: auto;
        min-width: 200px;
    }
}
.btn.btn-submit {
    width: 100%;
    padding: 15px 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .btn.btn-submit {
        width: auto;
        margin-right: 25px;
        min-width: 130px;
    }
}
.btn.btn-submit.has-back {
    width: calc(100% - 59px);
}
@media only screen and (min-width: 768px) {
    .btn.btn-submit.has-back {
        width: auto;
    }
}
.btn.btn-submit.is-active {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-moz-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-ms-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-o-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.btn.btn-error-message {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
    .btn.btn-error-message {
        width: auto;
        min-width: 130px;
    }
}
.btn.btn-save-later {
    width: 100%;
    margin-top: 10px;
    padding: 15px 40px;
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .btn.btn-save-later {
        width: auto;
        margin-top: 0;
    }
}
.btn.btn-save-later:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.btn.btn-save-later:focus,
.btn.btn-save-later:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-save-later:focus:before,
.btn.btn-save-later:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.btn.btn-edit-review {
    width: auto;
    padding: 6px 10px;
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
.btn.btn-edit-review:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.btn.btn-edit-review:focus,
.btn.btn-edit-review:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.btn-edit-review:focus:before,
.btn.btn-edit-review:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.btn.btn-edit-review &gt; span {
    font-size: 15px;
    margin-right: 5px;
}
.btn.btn-update-review {
    width: auto;
    margin-top: 10px;
    padding: 8px 10px;
    line-height: 15px;
}
.btn.btn-link {
    width: auto;
    color: #0a86ea;
    padding: 0;
}
.btn.btn-link &gt; span {
    font-size: 21px;
    margin-right: 5px;
}
.btn.btn-link:hover,
.btn.btn-link:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.primary-btn {
    line-height: 15px;
}
.btn.secondary-btn {
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
.btn.secondary-btn:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.btn.secondary-btn:focus,
.btn.secondary-btn:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.btn.secondary-btn:focus:before,
.btn.secondary-btn:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.btn.is-disabled {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    pointer-events: none;
}
.btn-wrapper {
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
.btn-wrapper .btn {
    margin-bottom: 5px;
}
.sponsor-declaration p {
    border: none;
    line-height: 20px;
    position: relative;
    margin: 0;
    padding: 0 15px;
    text-align: center;
}
@-webkit-keyframes flash {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@-moz-keyframes flash {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@-ms-keyframes flash {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@-o-keyframes flash {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}
@-webkit-keyframes push {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes push {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-ms-keyframes push {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes push {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes push {
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-webkit-keyframes like-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 0 50%;
    }
    20% {
        transform: rotate(-16deg);
    }
    40% {
        transform: rotate(8deg);
    }
    60% {
        transform: rotate(-2deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
@-moz-keyframes like-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 0 50%;
    }
    20% {
        transform: rotate(-16deg);
    }
    40% {
        transform: rotate(8deg);
    }
    60% {
        transform: rotate(-2deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
@-ms-keyframes like-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 0 50%;
    }
    20% {
        transform: rotate(-16deg);
    }
    40% {
        transform: rotate(8deg);
    }
    60% {
        transform: rotate(-2deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
@-o-keyframes like-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 0 50%;
    }
    20% {
        transform: rotate(-16deg);
    }
    40% {
        transform: rotate(8deg);
    }
    60% {
        transform: rotate(-2deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
@keyframes like-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 0 50%;
    }
    20% {
        transform: rotate(-16deg);
    }
    40% {
        transform: rotate(8deg);
    }
    60% {
        transform: rotate(-2deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
@-webkit-keyframes dislike-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 100% 50%;
    }
    20% {
        transform: rotate(-12deg);
    }
    40% {
        transform: rotate(2deg);
    }
    60% {
        transform: rotate(-6deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
@-moz-keyframes dislike-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 100% 50%;
    }
    20% {
        transform: rotate(-12deg);
    }
    40% {
        transform: rotate(2deg);
    }
    60% {
        transform: rotate(-6deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
@-ms-keyframes dislike-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 100% 50%;
    }
    20% {
        transform: rotate(-12deg);
    }
    40% {
        transform: rotate(2deg);
    }
    60% {
        transform: rotate(-6deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
@-o-keyframes dislike-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 100% 50%;
    }
    20% {
        transform: rotate(-12deg);
    }
    40% {
        transform: rotate(2deg);
    }
    60% {
        transform: rotate(-6deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
@keyframes dislike-anim {
    0%,
    100% {
        transform: rotate(0deg);
        transform-origin: 100% 50%;
    }
    20% {
        transform: rotate(-12deg);
    }
    40% {
        transform: rotate(2deg);
    }
    60% {
        transform: rotate(-6deg);
    }
    80% {
        transform: rotate(0deg);
    }
}
.modal-box.area-rating-modal {
    width: 98%;
    background: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px ;
    -moz-border-radius: 4px ;
    border-radius: 4px ;
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    display: none;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 1000;
}
@media only screen and (min-width: 768px) {
    .modal-box.area-rating-modal {
        width: 600px;
    }
}
.modal-box.area-rating-modal header {
    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
}
.modal-box.area-rating-modal header h3 {
    margin: 0;
}
.modal-box.area-rating-modal header a.close {
    color: #bbb;
    font-size: 1.5em;
    line-height: 1;
    position: absolute;
    right: 2%;
    text-decoration: none;
    top: 5%;
}
.modal-box.area-rating-modal header a.close:hover {
    color: #222;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.modal-box.area-rating-modal .modal-body {
    padding: 20px;
    text-align: center;
}
.modal-box.area-rating-modal .modal-body .ratingOptionCircle {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 20px ;
    -moz-border-radius: 20px ;
    border-radius: 20px ;
    display: inline-block;
}
.modal-box.area-rating-modal .modal-body .ratingOptionEnclosingDiv {
    width: 30%;
    display: inline-block;
    padding: 5px;
    text-align: center;
}
.modal-box.area-rating-modal .modal-body .ratingOptionEnclosingDiv:hover {
    background-color: #EFEFEF;
    cursor: pointer;
}
.modal-box.area-rating-modal footer {
    background: rgba(0, 0, 0, 0.02);
    border-top: 1px solid #ddd;
    padding: 15px;
    text-align: right;
}
.modal-box.area-rating-modal .clear-float {
    clear: both;
}
.area-rating-modal-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) !important;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: fixed;
    top: 0;
    z-index: 900;
}
.modal.fade .modal-dialog .modal-content .close {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    text-shadow: none;
}
.modal.fade.default-modal .btn {
    align-items: center;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    color: #fff;
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
.modal.fade.default-modal .btn:active,
.modal.fade.default-modal .btn:focus,
.modal.fade.default-modal .btn:hover {
    outline: none;
}
.modal.fade.default-modal .btn.active,
.modal.fade.default-modal .btn.focus {
    outline: none;
}
.modal.fade.default-modal .btn.active:active,
.modal.fade.default-modal .btn.focus:active,
.modal.fade.default-modal .btn.active:focus,
.modal.fade.default-modal .btn.focus:focus,
.modal.fade.default-modal .btn.active:hover,
.modal.fade.default-modal .btn.focus:hover {
    outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal.fade.default-modal .btn {
        font-weight: 300 !important;
    }
}
.modal.fade.default-modal .btn:active,
.modal.fade.default-modal .btn:focus,
.modal.fade.default-modal .btn:hover {
    outline: none;
}
.modal.fade.default-modal .btn.active,
.modal.fade.default-modal .btn.focus {
    outline: none;
}
.modal.fade.default-modal .btn.active:active,
.modal.fade.default-modal .btn.focus:active,
.modal.fade.default-modal .btn.active:focus,
.modal.fade.default-modal .btn.focus:focus,
.modal.fade.default-modal .btn.active:hover,
.modal.fade.default-modal .btn.focus:hover {
    outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .modal.fade.default-modal .btn {
        font-weight: 300 !important;
    }
}
.modal.fade.default-modal .btn .qp-loader {
    display: none;
}
.modal.fade.default-modal .btn.has-loader {
    color: rgba(225, 225, 225, 0.3) !important;
}
.modal.fade.default-modal .btn.has-loader .qp-loader {
    display: block;
    font-size: 7px;
}
.modal.fade.default-modal .btn.btn-back {
    background: none;
    font-size: 0;
    padding: 8px 12px 7px;
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-back {
        margin-right: 25px;
    }
}
.modal.fade.default-modal .btn.btn-back &gt; i {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}
.modal.fade.default-modal .btn.btn-back &gt; i:before {
    content: '\e071';
}
.modal.fade.default-modal .btn.btn-back.has-loader &gt; i {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
}
.modal.fade.default-modal .btn.btn-back.is-btn-prev &gt; i:before {
    content: '\e073';
}
.modal.fade.default-modal .btn.btn-continue {
    width: 100%;
    font-size: 20px;
    line-height: 15px;
    padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-continue {
        width: auto;
        font-size: 10px;
        margin-right: 25px;
        min-width: 87px;
    }
}
.modal.fade.default-modal .btn.btn-start {
    width: 100%;
    margin-top: 10px;
    padding: 15px 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-start {
        width: auto;
        min-width: 200px;
    }
}
.modal.fade.default-modal .btn.btn-submit {
    width: 100%;
    padding: 15px 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-submit {
        width: auto;
        margin-right: 25px;
        min-width: 130px;
    }
}
.modal.fade.default-modal .btn.btn-submit.has-back {
    width: calc(100% - 59px);
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-submit.has-back {
        width: auto;
    }
}
.modal.fade.default-modal .btn.btn-submit.is-active {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-moz-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-ms-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-o-keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    40% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
    }
    60% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.modal.fade.default-modal .btn.btn-error-message {
    width: 100%;
    color: #fff;
    font-size: 14px;
    line-height: 15px;
    padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-error-message {
        width: auto;
        min-width: 130px;
    }
}
.modal.fade.default-modal .btn.btn-save-later {
    width: 100%;
    margin-top: 10px;
    padding: 15px 40px;
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-save-later {
        width: auto;
        margin-top: 0;
    }
}
.modal.fade.default-modal .btn.btn-save-later:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.modal.fade.default-modal .btn.btn-save-later:focus,
.modal.fade.default-modal .btn.btn-save-later:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal.fade.default-modal .btn.btn-save-later:focus:before,
.modal.fade.default-modal .btn.btn-save-later:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.modal.fade.default-modal .btn.btn-edit-review {
    width: auto;
    padding: 6px 10px;
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
.modal.fade.default-modal .btn.btn-edit-review:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.modal.fade.default-modal .btn.btn-edit-review:focus,
.modal.fade.default-modal .btn.btn-edit-review:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal.fade.default-modal .btn.btn-edit-review:focus:before,
.modal.fade.default-modal .btn.btn-edit-review:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.modal.fade.default-modal .btn.btn-edit-review &gt; span {
    font-size: 15px;
    margin-right: 5px;
}
.modal.fade.default-modal .btn.btn-update-review {
    width: auto;
    margin-top: 10px;
    padding: 8px 10px;
    line-height: 15px;
}
.modal.fade.default-modal .btn.btn-link {
    width: auto;
    color: #0a86ea;
    padding: 0;
}
.modal.fade.default-modal .btn.btn-link &gt; span {
    font-size: 21px;
    margin-right: 5px;
}
.modal.fade.default-modal .btn.btn-link:hover,
.modal.fade.default-modal .btn.btn-link:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal.fade.default-modal .btn.primary-btn {
    line-height: 15px;
}
.modal.fade.default-modal .btn.secondary-btn {
    background: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    position: relative;
    z-index: 0;
}
.modal.fade.default-modal .btn.secondary-btn:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.modal.fade.default-modal .btn.secondary-btn:focus,
.modal.fade.default-modal .btn.secondary-btn:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal.fade.default-modal .btn.secondary-btn:focus:before,
.modal.fade.default-modal .btn.secondary-btn:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.modal.fade.default-modal .btn.is-disabled {
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    -webkit-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    pointer-events: none;
}
.modal.fade.default-modal .btn.btn-modal-primary {
    width: 100%;
    line-height: 15px;
    padding: 15px 10px;
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-modal-primary {
        width: auto;
        min-width: 80px;
    }
}
.modal.fade.default-modal .btn.btn-modal-primary.has-back {
    width: calc(100% - 59px);
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-modal-primary.has-back {
        width: auto;
    }
}
.modal.fade.default-modal .btn.btn-modal-primary.btn-small {
    font-size: 16px;
    padding: 10px 12px;
}
.modal.fade.default-modal .btn.btn-modal-secondary {
    width: 100%;
    background: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 10px;
    padding: 15px 40px;
    position: relative;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .modal.fade.default-modal .btn.btn-modal-secondary {
        width: auto;
        margin-top: 0;
    }
}
.modal.fade.default-modal .btn.btn-modal-secondary:before {
    background: #202124;
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    bottom: -1px;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.modal.fade.default-modal .btn.btn-modal-secondary:focus,
.modal.fade.default-modal .btn.btn-modal-secondary:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal.fade.default-modal .btn.btn-modal-secondary:focus:before,
.modal.fade.default-modal .btn.btn-modal-secondary:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
}
.modal.fade.default-modal .modal-dialog .modal-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
}
.modal.fade.default-modal .modal-dialog .drag-head {
    height: 30px;
    cursor: move;
    position: relative;
}
.modal.fade.default-modal .modal-dialog .drag-head:hover &gt; i {
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.modal.fade.default-modal .modal-dialog .drag-head &gt; i {
    color: #000;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
    position: absolute;
    left: 15px;
    top: 3px;
}
.modal.fade.default-modal .modal-dialog .modal-header {
    background: #f4f4f4;
    color: #555;
    cursor: move;
    padding: 10px 15px;
}
.modal.fade.default-modal .modal-dialog .modal-title {
    font-size: 20px;
    line-height: 22px;
    text-align: center;
}
.modal.fade.default-modal .modal-dialog .modal-help-icon .fa {
    color: #004693;
    margin: 0;
    padding: 0 5px;
}
.modal.fade.default-modal .modal-dialog .drag-handler {
    width: 10px;
    height: 20px;
    background: url(/images/dots-rotated.png) no-repeat;
    float: left;
}
.modal.fade.default-modal .modal-dialog .close {
    position: absolute;
    right: 15px;
    top: 3px;
    z-index: 1;
}
.modal.fade.default-modal .modal-dialog .modal-body-tabs {
    padding: 0;
}
.modal.fade.default-modal .modal-dialog .modal-footer .btn {
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    font-size: 12px;
    min-width: 100px;
    padding: 5px 10px;
    text-transform: capitalize;
}
.modal.fade.default-modal .modal-dialog .modal-footer .btn.btn-primary {
    color: #fff;
    background-color: #005d9e;
    border-color: #122b40;
}
.modal.fade.default-modal .modal-dialog .modal-footer .btn.btn-primary:hover {
    background-color: #204d74;
}
.modal.fade.default-modal .modal-dialog .modal-footer .btn.btn-default {
    background: none;
    border-color: #fff;
    color: #005d9e;
}
.modal.fade.default-modal .modal-dialog .modal-footer .btn.btn-default:hover {
    border-color: #fff;
    color: #204d74;
}
.modal.fade.default-modal .feedback-form-input {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.04);
    border: solid transparent;
    border-width: 0 0 1px 0;
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    padding: 7px;
    position: relative;
    vertical-align: top;
    z-index: 1 !important;
    margin-top: 10px;
}
.modal.fade.default-modal .comment-container {
    margin-top: 20px;
    max-height: 400px;
    overflow: auto;
}
.modal.fade.default-modal .comment-container ul {
    padding: 0px!important;
}
.modal.fade.default-modal .comment-container ul li {
    border-bottom: 1px solid #f7f7f7;
}
.modal.fade.default-modal .comment-body-bottom-text {
    color: #969696;
    font-size: 12px;
}
.modal.fade.default-modal .comment-changes-button-wrapper {
    width: 100%;
    display: inline-block;
    padding-top: 29px;
    position: relative;
    text-align: left;
    vertical-align: top;
}
.modal.fade.default-modal .comment-changes-button-wrapper .btn.btn-submit {
    line-height: 15px;
    padding: 15px 10px;
}
.modal.fade .confirm-modal-header,
.modal.fade .confirm-body-content,
.modal.fade .btn-container {
    padding: 20px 20px 0;
}
@media only screen and (min-width: 768px) {
    .modal.fade .confirm-modal-header,
    .modal.fade .confirm-body-content,
    .modal.fade .btn-container {
        padding: 20px 40px 0;
    }
}
.modal.fade .btn-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-bottom: 20px;
    text-align: right;
}
.modal.fade .btn-container .btn {
    margin: 0 0 0 6px;
}
.modal.fade .btn-container.btn-left {
    justify-content: flex-start;
}
.modal.fade .btn-container.btn-left .btn {
    margin: 0 6px 0 0;
}
.modal.fade .btn-container.btn-center {
    justify-content: center;
}
.modal.fade .btn-container.btn-center .btn {
    margin: 0 3px;
}
.modal.fade.confirm-dialog .modal-dialog .modal-content {
    border-style: solid;
    border-width: 9px 0 0;
    padding: 0;
}
.modal.fade.confirm-dialog .modal-dialog .confirm-modal-header {
    background: none;
    border: none;
    line-height: 28px;
}
.modal.fade.confirm-dialog .modal-dialog .confirm-body-content {
    line-height: 20px;
}
.modal.fade.help-link-modal .modal-dialog .modal-content {
    border-style: solid;
    border-width: 9px 0 0;
    padding: 0;
}
.modal.fade.help-link-modal .modal-dialog .modal-body {
    padding: 0 20px 10px;
}
@media only screen and (min-width: 768px) {
    .modal.fade.help-link-modal .modal-dialog .modal-body {
        padding: 0 40px 10px;
    }
}
.modal.fade.help-link-modal .modal-dialog .modal-body .survey-body-wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}
.modal.fade.help-link-modal .modal-dialog .modal-body .survey-body-wrapper .survey-question-wrapper {
    margin: 0;
    padding-bottom: 0;
    padding-top: 20px;
}
.modal.fade.help-link-modal .modal-dialog .modal-body .survey-abuse-report-content .abuse-report-logo {
    width: 130px;
    margin: 30px 0;
}
.modal.fade.help-link-modal .modal-dialog .modal-body .survey-abuse-report-content .abuse-report-text {
    color: #747474;
    margin-bottom: 0;
}
.modal.fade.help-link-modal .modal-dialog .modal-body .abuse-thank-you-content {
    align-items: center;
    display: flex;
    min-height: 100px;
}
.modal.fade.help-link-modal .modal-dialog .SurveySectionHeading {
    background: none;
    border: none;
    line-height: 28px;
    padding: 10px 0;
}
.modal.fade.help-link-modal .modal-dialog .SurveyTipContent {
    line-height: 20px;
    padding: 10px 0;
}
.spinner-wrapper {
    width: 30px;
    background: #fff;
    bottom: 1px;
    position: absolute;
    right: 0;
    top: 1px;
    z-index: 0;
}
.spinner-wrapper:after {
    background: rgba(0, 0, 0, 0.02);
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.spinner-wrapper .qp-loader {
    font-size: 6px;
}
.multichoice-lookup-table {
    position: relative;
}
.multichoice-lookup-table .tag {
    width: auto;
    background: rgba(0, 0, 0, 0.05);
    border: none;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    display: inline-block;
    line-height: 1.5em;
    margin: 0 6px 6px 0;
    padding: 3px 25px 3px 8px;
    position: relative;
    word-wrap: break-word;
    vertical-align: top;
}
.multichoice-lookup-table .tag:before {
    content: '\e078';
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-family: 'icomoon';
    font-size: 16px;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 4px;
    top: 50%;
}
.multichoice-lookup-table .tag:after {
    width: 1px;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, 0.07);
    bottom: 0;
    position: absolute;
    right: 22px;
    top: 0;
}
.multichoice-lookup-table .lookup-error {
    border: none;
    line-height: 20px;
    position: relative;
    padding: 5px 0;
}
.multichoice-lookup-table .ui-autocomplete-input,
.SurveyContentNew .mobileLookupInput.ui-autocomplete-input {
    width: 100% !important;
    background: transparent;
    border: solid #ececec;
    border-width: 0 0 1px 0;
    display: inline-block;
    outline: none;
    padding: 4px 25px 6px 2px;
    position: relative;
    vertical-align: top;
}
.input-arrow-wrapper {
    width: 171px;
    display: inline-block;
    position: relative;
}
.input-arrow-wrapper:before {
    content: '\f107';
    color: #555;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    line-height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 5px;
    top: 50%;
}
div.tagInputWrapper {
    padding: 5px;
}
.ui-autocomplete.ui-menu {
    max-height: 200px;
}
.ui-autocomplete.ui-menu &gt; li.ui-menu-item {
    width: 100%;
    display: block;
    height: auto;
    word-break: break-all;
}
.ui-autocomplete.ui-menu &gt; li.ui-menu-item &gt; a.ui-corner-all {
    width: 100%;
    display: block;
    white-space: pre-line;
    float: left;
    height: auto;
}
.ui-autocomplete.ui-menu &gt; li.ui-menu-item &gt; a.ui-corner-all.ui-state-focus {
    font-weight: normal;
}
.ui-autocomplete.ui-widget-content {
    border: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    margin: 4px -1px 0;
    overflow-x: visible;
    overflow-y: auto;
    padding: 0;
    z-index: 1;
}
.ui-autocomplete.ui-widget-content .ui-menu-item-wrapper {
    border: 1px solid transparent;
    padding: 4px;
}
.ui-helper-hidden-accessible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}
.survey-progress-wrapper {
    display: block;
    line-height: 0;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.survey-progress-wrapper.align-right {
    text-align: right;
}
.survey-progress-wrapper.align-right .inner-progress-wrapper span {
    text-align: left;
}
.survey-progress-wrapper.align-center {
    text-align: center;
}
.survey-progress-wrapper.align-center .inner-progress-wrapper span {
    text-align: center;
}
.survey-progress-wrapper .inner-progress-wrapper {
    width: 100%;
    display: inline-block;
}
@media only screen and (min-width: 1024px) {
    .survey-progress-wrapper .inner-progress-wrapper {
        width: 40%;
    }
}
@media only screen and (min-width: 1500px) {
    .survey-progress-wrapper .inner-progress-wrapper {
        width: 20%;
    }
}
.survey-progress-wrapper span {
    width: 100%;
    display: none;
    line-height: 15px;
    font-size: 13px;
    padding: 0 0 5px 0;
    text-align: left;
    vertical-align: top;
}
@media only screen and (min-width: 1024px) {
    .survey-progress-wrapper span {
        display: block;
    }
}
.survey-progress-wrapper .progress {
    width: 100%;
    height: 4px;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    float: left;
    margin: 0 auto;
    vertical-align: top;
}
.survey-progress-wrapper .progress-bar {
    height: 100%;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.custom-footer-wrapper {
    color: #000000;
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin: 0 auto;
    padding: 66px 15px 18px;
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .custom-footer-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
}
.custom-footer-wrapper ul &gt; li {
    list-style-type: disc;
}
.custom-footer-wrapper ol &gt; li {
    list-style-type: decimal;
}
.custom-footer-wrapper table {
    max-width: 100%;
}
.custom-footer-wrapper img {
    height: auto;
    display: inline-block;
    margin: 0 auto;
    max-width: 100%;
}
.thank-you-ad .survey-run-form .survey-question-wrapper {
    padding: 0;
}
.thank-you-ad .survey-run-form #finishText div {
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
}
.thank-you-ad .qp-thank-you-adv {
    width: 100%;
    min-height: 245px;
    display: block;
    font-size: 0;
    margin: 25px auto auto auto;
    padding: 10px 10px 25px 10px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .thank-you-ad .qp-thank-you-adv {
        width: 90%;
        padding: 0 15px;
    }
}
@media only screen and (min-width: 1024px) {
    .thank-you-ad .qp-thank-you-adv {
        width: calc(1024px - 130px);
    }
}
@media only screen and (min-width: 1400px) {
    .thank-you-ad .qp-thank-you-adv {
        width: 90%;
    }
}
.thank-you-ad .qp-thank-you-adv:before {
    height: 1px;
    background-color: #eee;
    content: '';
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-left,
.thank-you-ad .qp-thank-you-adv .thanks-ad-right {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.thank-you-ad .qp-thank-you-adv .form-action-panel {
    text-align: center;
}
.thank-you-ad .qp-thank-you-adv .form-action-panel .tp-heading {
    color: #545e6b;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 60px;
}
.thank-you-ad .qp-thank-you-adv .form-action-panel .tp-content {
    color: #545e6b;
    font-size: 18px;
    font-weight: 300;
}
.thank-you-ad .qp-thank-you-adv .form-action-panel .call-out-btn {
    width: auto;
    background: #FF9F00;
    border: none;
    -webkit-border-radius: 40px ;
    -moz-border-radius: 40px ;
    border-radius: 40px ;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 20px;
    outline: none;
    padding: 10px 36px;
    text-transform: uppercase;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .thank-you-ad .qp-thank-you-adv .form-action-panel .call-out-btn {
        font-size: 17px;
        padding: 11px 38px;
    }
}
@media only screen and (min-width: 1024px) {
    .thank-you-ad .qp-thank-you-adv .form-action-panel .call-out-btn {
        font-size: 18px;
        padding: 12px 40px;
    }
}
@media only screen and (min-width: 1200px) {
    .thank-you-ad .qp-thank-you-adv .form-action-panel .call-out-btn {
        font-size: 20px;
        padding: 14px 40px;
    }
}
.thank-you-ad .qp-thank-you-adv .form-action-panel .call-out-btn:hover {
    background: #FFBB33;
    text-decoration: none;
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-left {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-left {
        width: calc(50% - 15px);
        margin-bottom: 0;
        padding-right: 15px;
        text-align: left;
    }
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-left .thad-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-left .thad-heading {
        font-size: 18px;
    }
}
@media only screen and (min-width: 1400px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-left .thad-heading {
        font-size: 20px;
        line-height: 1;
    }
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-left .thad-info {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 25px;
}
@media only screen and (min-width: 768px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-left .thad-info {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1400px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-left .thad-info {
        font-size: 16px;
    }
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-left .form-fields {
    margin-bottom: 20px;
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-left .survey-question-wrapper {
    width: 100%;
    padding: 0;
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-left .survey-question-wrapper .answer-options {
    padding: 0;
    margin: 0 0 11px 0;
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-right {
    padding-top: 25px;
}
@media only screen and (min-width: 1024px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-right {
        width: calc(50% + 15px);
    }
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper {
    width: 100%;
    position: relative;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper {
        text-align: right;
    }
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper img {
    width: 240px;
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper img {
        width: 320px;
    }
}
@media only screen and (min-width: 1024px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper img {
        width: 370px;
    }
}
.thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper &gt; span {
    max-width: 70px;
    bottom: 25px;
    color: #505F82;
    display: inline-block;
    font-size: 8px;
    line-height: 1;
    position: absolute;
    right: calc(50% - 160px);
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper &gt; span {
        max-width: 90px;
        bottom: 20px;
        font-size: 10px;
        right: calc(50% - 170px);
    }
}
@media only screen and (min-width: 768px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper &gt; span {
        max-width: 100px;
        bottom: 80px;
        font-size: 12px;
        right: calc(50% - 300px);
    }
}
@media only screen and (min-width: 1024px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper &gt; span {
        bottom: 70px;
        font-size: 12px;
        right: -40px;
    }
}
@media only screen and (min-width: 1200px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper &gt; span {
        max-width: 110px;
        bottom: 60px;
        font-size: 13px;
        right: -50px;
    }
}
@media only screen and (min-width: 1400px) {
    .thank-you-ad .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper &gt; span {
        bottom: 70px;
        font-size: 14px;
        right: 20px;
    }
}
.common-ss-wrapper {
    width: 100%;
    padding-top: 10px;
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .common-ss-wrapper {
        width: auto;
        height: 23px;
    }
}
.common-ss-wrapper &gt; span {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
}
.common-ss-wrapper &gt; a {
    display: inline-block;
    font-size: 0;
    vertical-align: middle;
}
.common-ss-wrapper &gt; a:hover {
    text-decoration: none;
}
.common-ss-wrapper i {
    font-size: 16px;
}
.common-ss-wrapper i.icomoon-fb:before {
    content: '\e112';
}
.common-ss-wrapper i.icomoon-tw:before {
    content: '\e113';
}
.common-ss-wrapper i.icomoon-in:before {
    content: '\e114';
}
.thank-you-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 1024px) {
    .thank-you-wrapper {
        width: 830px;
    }
}
.thank-you-wrapper .thank-you-header {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .thank-you-wrapper .thank-you-header {
        margin-bottom: 40px;
    }
}
.thank-you-wrapper .thank-you-header &gt; h3,
.thank-you-wrapper .thank-you-header &gt; h4 {
    font-size: 26px;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .thank-you-wrapper .thank-you-header &gt; h3,
    .thank-you-wrapper .thank-you-header &gt; h4 {
        font-size: 36px;
    }
}
@media only screen and (min-width: 1024px) {
    .thank-you-wrapper .thank-you-header &gt; h3,
    .thank-you-wrapper .thank-you-header &gt; h4 {
        font-size: 46px;
    }
}
.thank-you-wrapper .thank-you-header &gt; h4 {
    font-weight: 200;
    margin: 10px 0;
}
.thank-you-wrapper .thank-you-header &gt; h4 span {
    color: #0a86ea;
    font-family: 'Neo Sans Std';
}
.thank-you-wrapper .thank-you-list {
    width: 100%;
    display: inline-block;
    margin-bottom: 15px;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .thank-you-wrapper .thank-you-list {
        width: 59%;
        margin-bottom: 0;
    }
}
.thank-you-wrapper .thank-you-list &gt; ul {
    padding: 0;
}
.thank-you-wrapper .thank-you-list &gt; ul &gt; li {
    width: 100%;
    color: #0071b2;
    display: block;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    padding: 5px 0 5px 20px;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .thank-you-wrapper .thank-you-list &gt; ul &gt; li {
        font-size: 20px;
        line-height: 25px;
        padding: 8px 0 8px 25px;
    }
}
@media only screen and (min-width: 1024px) {
    .thank-you-wrapper .thank-you-list &gt; ul &gt; li {
        font-size: 26px;
        line-height: 30px;
        padding: 9px 0 9px 30px;
    }
}
.thank-you-wrapper .thank-you-list &gt; ul &gt; li:before {
    content: '\f058';
    color: #7dd21f;
    display: inline-block;
    font-family: FontAwesome;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}
.thank-you-wrapper .thank-you-form {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
}
@media only screen and (min-width: 768px) {
    .thank-you-wrapper .thank-you-form {
        width: 39%;
    }
}
.thank-you-wrapper .thank-you-form form {
    height: 164px;
    background-color: #f6f6f6;
    border: 1px solid #dddddd;
    padding: 20px 15px 20px 18px;
}
.thank-you-wrapper .thank-you-form input {
    height: 46px;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    padding: 10px 10px;
}
.thank-you-wrapper .thank-you-form .btn {
    background: #ff9f00;
    border: 0;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.thank-you-wrapper .thank-you-form .btn:focus,
.thank-you-wrapper .thank-you-form .btn:hover {
    -moz-box-shadow: 0 0 10px #ff9f00;
    -webkit-box-shadow: 0 0 10px #ff9f00;
    box-shadow: 0 0 10px #ff9f00;
}
.thank-you-wrapper .thank-app-banner {
    width: 100%;
    background: #e4f7ff;
    display: inline-block;
    margin-top: 15px;
    padding: 10px;
    position: relative;
    vertical-align: top;
}
.thank-you-wrapper .thank-app-banner img {
    width: 80px;
    height: 80px;
    float: left;
    margin-top: -40px;
    position: absolute;
    top: 50%;
}
.thank-you-wrapper .thank-app-banner span {
    width: calc(100% - 85px);
    display: block;
    font-size: 16px;
    float: right;
    padding: 18px 0;
    text-align: center;
    text-transform: uppercase;
}
.thank-you-wrapper .thank-app-banner span a {
    width: 100%;
    color: #0073C9;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: underline !important;
    text-transform: capitalize;
}
#spinnerDiv {
    width: 50px;
    height: 50px;
    display: none;
    left: 50%;
    margin: -25px 0 0 -25px;
    position: fixed;
    top: 50%;
    z-index: 20;
}
#spinnerDiv img {
    width: 100%;
    display: block;
    margin: 0 auto;
    z-index: 1;
}
#spinnerDiv:after {
    width: 100vw;
    height: 100vh;
    background: #fff;
    content: '';
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: fixed;
    top: 0;
    z-index: -1;
}
@keyframes reveal {
    from {
        -webkit-transform: scale(0.001);
        -moz-transform: scale(0.001);
        -ms-transform: scale(0.001);
        -o-transform: scale(0.001);
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes slide {
    to {
        -webkit-transform: translateX(1.5em);
        -moz-transform: translateX(1.5em);
        -ms-transform: translateX(1.5em);
        -o-transform: translateX(1.5em);
    }
}
.qp-loader {
    width: 4em;
    height: 1em;
    display: block;
    font-size: 12px;
    left: 50%;
    margin: -0.5em 0 0 -2em;
    position: absolute;
    top: 50%;
    z-index: 20;
}
.qp-loader.has-gif {
    width: 64px;
    height: 64px;
}
.qp-loader.fixed {
    position: fixed;
}
.qp-loader.fixed:after {
    width: 100vw;
    height: 100vh;
    background: #000;
    content: '';
    left: 0;
    position: fixed;
    top: 0;
    z-index: -1;
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    -webkit-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.qp-loader &gt; span {
    width: 1em;
    height: 1em;
    animation-duration: 0.5s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    -webkit-border-radius: 0.5em ;
    -moz-border-radius: 0.5em ;
    border-radius: 0.5em ;
    position: absolute;
    z-index: 2;
}
.qp-loader &gt; span:nth-child(1) {
    animation-name: reveal;
    left: 0;
}
.qp-loader &gt; span:nth-child(2) {
    animation-name: slide;
    left: 0;
}
.qp-loader &gt; span:nth-child(3) {
    animation-name: slide;
    left: 1.5em;
}
.qp-loader &gt; span:nth-child(4) {
    animation-name: reveal;
    animation-direction: reverse;
    left: 3em;
}
@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}
@-moz-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}
@-ms-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}
@-o-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}
@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
    }
}
.an-shake {
    -webkit-animation: shake 1s;
    -moz-animation: shake 1s;
    -ms-animation: shake 1s;
    -o-animation: shake 1s;
    animation: shake 1s;
}
select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select.form-select {
    width: 100%;
    padding: 0;
}
.bootstrap-select.form-select .bs-caret {
    display: none !important;
}
.bootstrap-select.form-select .no-results {
    background: none;
    line-height: 2em;
    min-height: 2.143em;
    padding: 5px 20px;
    text-align: center;
    white-space: nowrap;
}
.bootstrap-select.form-select .no-results &gt; div {
    width: 100%;
    display: none;
    margin-top: 10px;
    padding: 10px 0;
}
.bootstrap-select.form-select .no-results .qp-btn {
    vertical-align: middle;
    margin-left: 15px;
}
.bootstrap-select.form-select &gt; .bs-searchbox .form-control {
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.02);
    border: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    font-size: inherit;
    font-weight: 300;
    padding: 0 25px 0 7px;
    position: relative;
    z-index: 10;
}
@media only screen and (min-width: 768px) {
    .bootstrap-select.form-select &gt; .bs-searchbox .form-control {
        height: 36px;
    }
}
.bootstrap-select.form-select &gt; .bs-searchbox .form-control:focus {
    background: rgba(0, 0, 0, 0.02);
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.form-select &gt; .bs-searchbox .form-control::-webkit-input-placeholder {
    font-size: inherit;
    font-weight: 300;
}
.bootstrap-select.form-select &gt; .bs-searchbox .form-control:-moz-placeholder {
    font-size: inherit;
    font-weight: 300;
}
.bootstrap-select.form-select &gt; .bs-searchbox .form-control::-moz-placeholder {
    font-size: inherit;
    font-weight: 300;
}
.bootstrap-select.form-select &gt; .bs-searchbox .form-control:-ms-input-placeholder {
    font-size: inherit;
    font-weight: 300;
}
.bootstrap-select.form-select &gt; .dropdown-toggle.btn-default {
    width: 100%;
    height: 30px;
    background: transparent;
    border: none;
    padding: 0 25px 0 7px;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .bootstrap-select.form-select &gt; .dropdown-toggle.btn-default {
        height: 36px;
    }
}
.open.bootstrap-select.form-select &gt; .dropdown-toggle.btn-default,
.bootstrap-select.form-select &gt; .dropdown-toggle.btn-default:hover,
.bootstrap-select.form-select &gt; .dropdown-toggle.btn-default:focus {
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
.bootstrap-select.form-select &gt; select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
.bootstrap-select.form-select &gt; select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}
.bootstrap-select.form-select.fit-width {
    width: auto !important;
}
.bootstrap-select.form-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select.form-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select.form-select.btn-group:not(.input-group-btn),
.bootstrap-select.form-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.form-select.btn-group.dropdown-menu-right,
.bootstrap-select.form-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.form-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select.form-select.btn-group,
.form-horizontal .bootstrap-select.form-select.btn-group,
.form-group .bootstrap-select.form-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-select.btn-group.form-control,
.form-group-sm .bootstrap-select.form-select.btn-group.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.form-inline .bootstrap-select.form-select.btn-group .form-control {
    width: 100%;
}
.bootstrap-select.form-select.btn-group.disabled,
.bootstrap-select.form-select.btn-group &gt; .disabled {
    cursor: not-allowed;
}
.bootstrap-select.form-select.btn-group.disabled:focus,
.bootstrap-select.form-select.btn-group &gt; .disabled:focus {
    outline: none !important;
}
.bootstrap-select.form-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.form-select.btn-group .dropdown-toggle .filter-option {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}
.bootstrap-select.form-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.bootstrap-select.form-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select.form-select.btn-group .dropdown-menu {
    max-width: 100%;
    min-width: 100%;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.bootstrap-select.form-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: none !important;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0;
}
.bootstrap-select.form-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.form-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}
.bootstrap-select.form-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.bootstrap-select.form-select.btn-group .dropdown-menu li.disabled a:hover {
    background: transparent;
}
.bootstrap-select.form-select.btn-group .dropdown-menu li a {
    box-shadow: none !important;
    cursor: pointer;
    line-height: 2em;
    min-height: 2.143em;
    padding: 5px 20px;
    user-select: none;
}
.bootstrap-select.form-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select.form-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.form-select.btn-group .dropdown-menu li a span.label,
.bootstrap-select.form-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
    white-space: normal;
}
.bootstrap-select.form-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.form-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    box-sizing: border-box;
}
.bootstrap-select.form-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.form-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
.bootstrap-select.form-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.form-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    display: inline-block;
    margin-top: -7px;
    position: absolute;
    right: 15px;
    top: 50%;
}
.bootstrap-select.form-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) &gt; .btn {
    border-radius: 0;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #ffffff;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
/* DatePicker CSS */
.ui-datepicker {
    width: calc(100% - 30px);
    height: auto;
    background: #f7f7f7;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    font: 9pt Arial, sans-serif;
    padding: 0;
    z-index: 1000000;
}
@media only screen and (min-width: 768px) {
    .ui-datepicker {
        width: 386px;
    }
}
.ui-datepicker &gt; a {
    text-decoration: none;
}
.ui-datepicker table.ui-datepicker-calendar {
    width: 90%;
    border-top: 1px solid #fff;
    margin: 0 auto 5%;
    table-layout: fixed;
}
.ui-datepicker table.ui-datepicker-calendar &gt; thead {
    background-color: none;
    background-image: none;
}
.ui-datepicker table.ui-datepicker-calendar &gt; thead &gt; tr &gt; th {
    color: #545E6B;
    font-size: 12px;
    font-weight: normal;
    padding: 16px 0;
    text-align: center;
    text-transform: uppercase;
}
.ui-datepicker table.ui-datepicker-calendar &gt; tbody {
    border: solid #dddddd;
    border-width: 1px 0 1px 1px;
}
.ui-datepicker table.ui-datepicker-calendar &gt; tbody &gt; tr {
    border: solid #ddd;
    border-width: 0 0 1px 0;
}
.ui-datepicker table.ui-datepicker-calendar &gt; tbody &gt; tr &gt; td {
    background: #fff;
    border-right: 1px solid #ddd;
    padding: 0;
}
.ui-datepicker table.ui-datepicker-calendar &gt; tbody &gt; tr &gt; td.ui-datepicker-unselectable,
.ui-datepicker table.ui-datepicker-calendar &gt; tbody &gt; tr &gt; td.ui-state-disabled {
    background: transparent;
}
.ui-datepicker table.ui-datepicker-calendar &gt; tbody &gt; tr &gt; td span,
.ui-datepicker table.ui-datepicker-calendar &gt; tbody &gt; tr &gt; td a {
    width: 100%;
    height: 100%;
    border: none;
    color: #666666;
    display: inline-block;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
}
.ui-datepicker table.ui-datepicker-calendar .ui-state-default {
    background: none;
    border: none;
}
.ui-datepicker table.ui-datepicker-calendar .ui-state-hover {
    font-weight: normal;
    text-decoration: none;
}
.ui-datepicker table.ui-datepicker-calendar .ui-state-active {
    border: none;
    margin: 0 !important;
    position: relative;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-header {
    background: #fff;
    border-bottom: solid #dddddd;
    border-width: 5px 0 1px 0;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    color: #fff;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0.8em 0;
    text-shadow: none;
}
.ui-datepicker .ui-datepicker-title {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title .select-wrapper {
    border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 30px;
    height: 30px;
    background: none;
    cursor: pointer;
    display: none !important;
    line-height: 600%;
    overflow: hidden;
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
}
.ui-datepicker .ui-datepicker-prev-hover {
    background-color: #F5F5F5;
    color: #ffffff;
    border: none;
}
.ui-datepicker .ui-datepicker-next {
    float: right;
    background-position: center 0;
}
.ui-datepicker .ui-datepicker-next-hover {
    background-color: #F5F5F5;
    color: #ffffff;
    border: none;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
    background: none;
    color: #b4b3b3;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: auto;
    color: #545E6B;
    margin: 0 5px;
    padding: 0 25px 0 0;
}
.ui-datepicker .select-wrapper:before {
    color: #545E6B;
}
/* Autocomplete - lookup question */
.autocomplete-suggestions {
    background: #fff;
    border: 1px solid #efefef;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.175);
    cursor: default;
    display: none;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    text-align: left;
    z-index: 9999;
}
.autocomplete-suggestion {
    line-height: 2em;
    min-height: 2.143em;
    padding: 5px 20px;
    position: relative;
}
.dropdown-backdrop {
    display: none !important;
}
.table-responsive {
    overflow-y: hidden;
    padding-bottom: 2px;
}
.icomoon {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icomoon.icomoon-delete:before {
    content: '\e079';
}
.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
}
.tooltipster-box {
    flex: 1 1 auto;
}
.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}
.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}
.tooltipster-fade {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.tooltipster-fade.tooltipster-show {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}
.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster.tooltipster-initial {
    left: -40px !important;
}
.tooltipster.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}
.tooltipster-sidetip .tooltipster-box {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box {
    margin-top: 8px;
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box .tooltipster-arrow {
    width: 20px;
    height: 10px;
    margin-left: -10px;
    top: 0;
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-background {
    border-bottom-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 3px;
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-border {
    border-bottom-color: rgba(0, 0, 0, 0.7);
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-uncropped {
    top: -10px;
}
.tooltipster-left.tooltipster-sidetip .tooltipster-box {
    margin-right: 8px;
}
.tooltipster-left.tooltipster-sidetip .tooltipster-box .tooltipster-arrow {
    width: 10px;
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
}
.tooltipster-left.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-background {
    border-left-color: rgba(0, 0, 0, 0.7);
    left: -3px;
    top: 0;
}
.tooltipster-left.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-border {
    border-left-color: rgba(0, 0, 0, 0.7);
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box {
    margin-left: 8px;
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box .tooltipster-arrow {
    width: 10px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-background {
    border-right-color: rgba(0, 0, 0, 0.7);
    left: 3px;
    top: 0;
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-border {
    border-right-color: rgba(0, 0, 0, 0.7);
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-uncropped {
    left: -10px;
}
.tooltipster-top.tooltipster-sidetip .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-top.tooltipster-sidetip .tooltipster-box .tooltipster-arrow {
    width: 20px;
    bottom: 0;
    height: 10px;
    margin-left: -10px;
}
.tooltipster-top.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-background {
    border-top-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: -3px;
}
.tooltipster-top.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-border {
    border-top-color: rgba(0, 0, 0, 0.7);
}
.tooltipster-sidetip .tooltipster-content {
    color: white;
    line-height: 18px;
    padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}
.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}
@-webkit-keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
@-moz-keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
@-ms-keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
@-o-keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
@keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 400ms;
    -moz-animation: tooltipster-fading 400ms;
    -ms-animation: tooltipster-fading 400ms;
    -o-animation: tooltipster-fading 400ms;
    animation: tooltipster-fading 400ms;
}
@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
@-moz-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
@-ms-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
@-o-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 600ms;
    -moz-animation: tooltipster-rotating 600ms;
    -ms-animation: tooltipster-rotating 600ms;
    -o-animation: tooltipster-rotating 600ms;
    animation: tooltipster-rotating 600ms;
}
@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-moz-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-ms-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-o-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 600ms;
    -moz-animation: tooltipster-scaling 600ms;
    -ms-animation: tooltipster-scaling 600ms;
    -o-animation: tooltipster-scaling 600ms;
    animation: tooltipster-scaling 600ms;
}
.ts-tm-wrapper {
    width: 100%;
    align-items: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 0 15px 15px;
    text-align: center;
}
.ts-tm-wrapper .ts-btn-group {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
    .ts-tm-wrapper .ts-btn-group {
        width: auto;
        margin-bottom: 0;
        position: absolute;
        right: 15px;
    }
}
.ts-tm-wrapper .ts-btn-group .btn-link {
    margin-left: 15px;
    padding: 3px;
}
.ts-tm-wrapper .ts-btn-group .btn-link:hover {
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
}
.ts-btn-group {
    align-items: center;
    display: flex;
    justify-content: center;
}
.survey-question-wrapper.is-review-mode {
    flex-flow: row wrap;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media only screen and (min-width: 768px) {
    .survey-question-wrapper.is-review-mode {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .survey-question-wrapper.is-review-mode {
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
.survey-question-wrapper.is-review-mode:before {
    width: auto;
    bottom: 0;
    left: -15px;
    position: absolute;
    right: -15px;
    top: 0;
}
@media only screen and (min-width: 1024px) {
    .survey-question-wrapper.is-review-mode:before {
        left: -2.5%;
        right: -2.5%;
    }
}
.survey-question-wrapper.is-review-mode .question-container {
    display: flex;
    flex: 1;
    min-width: 100%;
}
.survey-question-wrapper.is-review-mode .multi-row-question .loop-wrapper.beside-question .question-container {
    min-width: auto;
}
.survey-question-wrapper.is-review-mode.review-multi-row .btn-edit-review {
    position: absolute;
    right: 0;
}
.survey-question-wrapper.is-review-mode.review-multi-row .multi-row-question {
    width: 90%;
}
.survey-question-wrapper.is-review-mode .btn.btn-edit-review,
.survey-question-wrapper.is-review-mode .btn.btn-update-review {
    display: none;
}
.survey-question-wrapper.is-review-mode .btn.btn-edit-review:before {
    background: #d8d8d8;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.survey-question-wrapper.is-review-mode .btn.btn-edit-review:hover:before {
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
.survey-question-wrapper.is-review-mode:hover .question-container {
    min-width: auto;
}
.survey-question-wrapper.is-review-mode:hover:before {
    content: '';
}
.survey-question-wrapper.is-review-mode:hover .btn.btn-edit-review {
    display: flex;
}
.survey-question-wrapper.is-review-mode .question-tip {
    display: none !important;
}
.survey-question-wrapper.is-review-mode .answer-container * {
    pointer-events: none !important;
}
.survey-question-wrapper.is-review-mode .answer-container .answer-options.has-cursor-event * {
    pointer-events: auto !important;
}
.survey-question-wrapper.is-review-mode .answer-container .input-wrapper .form-input {
    background-color: transparent;
    word-break: break-word;
}
.survey-question-wrapper.is-review-mode .answer-container .input-wrapper:before {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container .input-wrapper ~ i {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container .select-wrapper {
    width: auto !important;
    border-color: transparent;
}
.survey-question-wrapper.is-review-mode .answer-container .select-wrapper .form-select &gt; .dropdown-toggle.btn-default {
    height: auto;
    white-space: break-spaces;
}
.survey-question-wrapper.is-review-mode .answer-container .select-wrapper .form-select:not(.is-selected) {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container .select-wrapper:before {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container .controls.control-selection input[type="checkbox"]:not(:checked) ~ .control-indicator,
.survey-question-wrapper.is-review-mode .answer-container .controls.control-selection input[type="radio"]:not(:checked) ~ .control-indicator {
    border: 1px solid rgba(0, 0, 0, 0.3) !important;
}
.survey-question-wrapper.is-review-mode .answer-container.date-time-question .select-wrapper {
    width: auto !important;
    margin: 0 !important;
}
.survey-question-wrapper.is-review-mode .answer-container.date-time-question .select-wrapper:after {
    content: '/';
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 16px;
    margin-top: -11px;
}
.survey-question-wrapper.is-review-mode .answer-container.date-time-question .select-wrapper .bootstrap-select.form-select &gt; .dropdown-toggle.btn-default {
    padding-right: 15px;
}
.survey-question-wrapper.is-review-mode .answer-container.date-time-question .select-wrapper .bootstrap-select.form-select:not(.is-selected) {
    display: inline-block;
}
.survey-question-wrapper.is-review-mode .answer-container.multiple-choice-question:not(.image-rating) .answer-options:not(.is-selected),
.survey-question-wrapper.is-review-mode .answer-container.thumbs-updown-question:not(.image-rating) .answer-options:not(.is-selected),
.survey-question-wrapper.is-review-mode .answer-container.smiley-question:not(.image-rating) .answer-options:not(.is-selected),
.survey-question-wrapper.is-review-mode .answer-container.image-chooser-question:not(.image-rating) .answer-options:not(.is-selected) {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container.multiple-choice-question:not(.image-rating) .answer-options.is-selected .control-indicator,
.survey-question-wrapper.is-review-mode .answer-container.thumbs-updown-question:not(.image-rating) .answer-options.is-selected .control-indicator,
.survey-question-wrapper.is-review-mode .answer-container.smiley-question:not(.image-rating) .answer-options.is-selected .control-indicator,
.survey-question-wrapper.is-review-mode .answer-container.image-chooser-question:not(.image-rating) .answer-options.is-selected .control-indicator {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container.multiple-choice-question:not(.image-rating) .answer-options.is-selected .controls.control-selection:hover,
.survey-question-wrapper.is-review-mode .answer-container.thumbs-updown-question:not(.image-rating) .answer-options.is-selected .controls.control-selection:hover,
.survey-question-wrapper.is-review-mode .answer-container.smiley-question:not(.image-rating) .answer-options.is-selected .controls.control-selection:hover,
.survey-question-wrapper.is-review-mode .answer-container.image-chooser-question:not(.image-rating) .answer-options.is-selected .controls.control-selection:hover {
    background: none !important;
}
.survey-question-wrapper.is-review-mode .answer-container.multiple-choice-question:not(.image-rating) .answer-options.is-selected .controls.control-selection .blinker,
.survey-question-wrapper.is-review-mode .answer-container.thumbs-updown-question:not(.image-rating) .answer-options.is-selected .controls.control-selection .blinker,
.survey-question-wrapper.is-review-mode .answer-container.smiley-question:not(.image-rating) .answer-options.is-selected .controls.control-selection .blinker,
.survey-question-wrapper.is-review-mode .answer-container.image-chooser-question:not(.image-rating) .answer-options.is-selected .controls.control-selection .blinker {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container.image-chooser-question.image-rating .select-wrapper .form-select {
    display: inline-block !important;
}
.survey-question-wrapper.is-review-mode .answer-container.captcha-question .answer-options:not(.is-selected) {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container.nps-question .answer-options &gt; .controls.control-selection {
    display: none;
    width: calc(100% / 10);
}
.survey-question-wrapper.is-review-mode .answer-container.nps-question .answer-options &gt; .nps-options {
    display: none;
    width: calc(100% / 10);
}
.survey-question-wrapper.is-review-mode .answer-container.nps-question .answer-options &gt; .nps-options .controls.control-selection {
    width: 100%;
}
.survey-question-wrapper.is-review-mode .answer-container.nps-question .answer-options &gt; .nps-options.is-selected {
    display: inline-block;
}
.survey-question-wrapper.is-review-mode .answer-container.nps-question .answer-options .controls.control-selection {
    max-width: none;
    min-width: auto;
}
.survey-question-wrapper.is-review-mode .answer-container.nps-question .answer-options .controls.control-selection.is-selected {
    display: inline-block;
}
.survey-question-wrapper.is-review-mode .answer-container.pushto-social-question .social-sharing {
    display: none !important;
}
.survey-question-wrapper.is-review-mode .answer-container.star-rating-question .star-rating .label.is-selected ~ input ~ .label {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container.drag-drop-question .answer-options &gt; span {
    display: none !important;
}
.survey-question-wrapper.is-review-mode .answer-container.drag-drop-question .answer-options .first-child {
    height: auto !important;
    margin-left: -100% !important;
    min-height: 200px !important;
    position: absolute;
}
.survey-question-wrapper.is-review-mode .answer-container.drag-drop-question .answer-options .second-child {
    height: auto !important;
    left: 0;
}
.survey-question-wrapper.is-review-mode .answer-container.card-sorting-question .answer-options &gt; span {
    display: none !important;
}
.survey-question-wrapper.is-review-mode .answer-container.card-sorting-question .answer-options .ui-sortable-container {
    flex: 1;
}
.survey-question-wrapper.is-review-mode .answer-container.card-sorting-question .answer-options .add-sortable-wrapper.ui-droppable {
    display: none !important;
}
.survey-question-wrapper.is-review-mode .answer-container.card-sorting-question .answer-options .ui-sortable[class*="first-"] {
    display: none !important;
}
.survey-question-wrapper.is-review-mode .answer-container.upload-file-question .answer-options:first-child,
.survey-question-wrapper.is-review-mode .answer-container.hotspot-image-question .answer-options:first-child {
    display: none !important;
}
.survey-question-wrapper.is-review-mode .answer-container.hotspot-image-question .answer-options:last-child .cr-image {
    width: 100px;
    height: 100px;
    background-size: cover !important;
    display: block;
}
.survey-question-wrapper.is-review-mode .answer-container.lookup-multichoice .answer-options.multichoice-lookup-table .input-wrapper,
.survey-question-wrapper.is-review-mode .answer-container.lookup-unichoice .answer-options.multichoice-lookup-table .input-wrapper {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container.lookup-multichoice .answer-options.other-option:not(.is-selected),
.survey-question-wrapper.is-review-mode .answer-container.lookup-unichoice .answer-options.other-option:not(.is-selected) {
    display: none;
}
.survey-question-wrapper.is-review-mode .answer-container.dynamic-lookup-question .input-wrapper .form-input:not(.is-selected) {
    display: none;
}
.survey-question-wrapper:not(.is-review-mode) .btn.btn-edit-review {
    display: none;
}
.survey-question-wrapper:not(.is-review-mode) .btn.btn-update-review {
    display: flex;
}
.survey-question-wrapper:not(.is-review-mode) .answer-container .answer-options {
    display: inline-block;
}
.password-info-icon {
    color: #004693;
    margin-top: -9px;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 5;
}
.password-info-icon:hover {
    color: #0095DC;
}
.password-info-icon .material-icons {
    font-size: 18px;
}
.password-info-icon:hover .pop-over {
    display: block;
}
.pop-over {
    background-color: #fff;
    border: 1px solid #eee;
    -moz-box-shadow: 0 5px 15px rgba(216, 216, 216, 0.7);
    -webkit-box-shadow: 0 5px 15px rgba(216, 216, 216, 0.7);
    box-shadow: 0 5px 15px rgba(216, 216, 216, 0.7);
    color: #545E6B;
    display: none;
    min-width: 250px;
    padding: 20px;
    position: absolute;
    right: -15px;
    top: 40px;
    text-align: left;
}
.pop-over:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 10px 20px;
    border-color: transparent transparent #fff transparent;
    content: '';
    filter: drop-shadow(-3px -3px 7px rgba(163, 163, 163, 0.35));
    position: absolute;
    right: 30px;
    top: -10px;
}
.pop-over span {
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}
.language-rtl * {
    direction: rtl;
}
.language-rtl .qp-animation-container {
    margin-left: -2px !important;
}
.language-rtl .bootstrap-select.btn-group .dropdown-menu {
    text-align: right;
}
.language-rtl .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-left: 34px;
    margin-right: 0;
}
.language-rtl .bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    left: 15px;
    right: auto;
}
.language-rtl .select-wrapper:after {
    left: 30px;
    right: auto;
}
.language-rtl .select-wrapper:before {
    left: 4px;
    right: auto;
}
.language-rtl .select-wrapper .form-select.bootstrap-select &gt; .dropdown-toggle.btn-default {
    padding: 0 7px 0 25px;
}
.language-rtl .select-wrapper .form-select.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    text-align: right;
}
.language-rtl .ui-datepicker-title .select-wrapper:after {
    left: auto;
    right: auto;
}
.language-rtl .ui-datepicker-title .select-wrapper:before {
    left: auto;
    right: auto;
}
.language-rtl .modern-progress-top-wrapper .progress-bar-outer &gt; .progress-bar-inner {
    left: auto;
    right: 0;
}
.language-rtl .modern-progress-top-wrapper .progress-bar-outer &gt; .progress-bar-inner:after {
    left: -10px;
    right: auto;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.language-rtl .survey-progressbar span {
    padding-left: 0;
    padding-right: 10px;
}
.language-rtl .take-survey-title &gt; span .lang-exit-btn-wrapper {
    left: 0;
    right: auto;
}
.language-rtl .survey-exit {
    left: auto;
    margin-left: 0;
    margin-right: 12px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit &gt; span {
        padding-left: 40px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit &gt; span.has-question-error-center .QuestionError {
        padding-right: 40px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit &gt; span.has-question-error-right .QuestionError {
        padding-left: 40px !important;
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit &gt; span.ts-head-title-wrapper {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 40px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .language-rtl .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-right: 40px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-exit &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 40px;
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span {
        padding-left: 90px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span.has-question-error-center .QuestionError {
        padding-right: 90px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span.has-question-error-right .QuestionError {
        padding-left: 90px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 90px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 90px;
        padding-right: 90px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-exit.has-language-icon &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 90px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span {
        padding-left: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.has-question-error-center .QuestionError {
        padding-right: 200px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.has-question-error-center .QuestionError {
        padding-right: 250px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.has-question-error-right .QuestionError {
        padding-left: 200px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.has-question-error-right .QuestionError {
        padding-left: 250px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper {
        padding-left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-right: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-exit.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.has-question-error-right .QuestionError {
        padding-left: 200px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.has-question-error-right .QuestionError {
        padding-left: 250px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 250px;
        padding-right: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-exit.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-icon &gt; span {
        padding-left: 50px;
    }
}
.language-rtl .take-survey-title.has-language-icon &gt; span.has-question-error-center .QuestionError {
    padding-right: 50px !important;
}
.language-rtl .take-survey-title.has-language-icon &gt; span.has-question-error-right .QuestionError {
    padding-right: 0;
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 50px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .language-rtl .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-language-icon &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 50px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span {
        padding-left: 175px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span {
        padding-left: 212px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span .QuestionError {
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.has-question-error-center .QuestionError {
        padding-right: 200px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.has-question-error-center .QuestionError {
        padding-right: 210px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.has-question-error-right .QuestionError {
        padding-left: 200px !important;
        padding-right: 0 !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.has-question-error-right .QuestionError {
        padding-left: 210px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper {
        padding-left: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 200px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 210px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-right: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"] {
        padding-left: 210px;
        padding-right: 210px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 200px;
        padding-right: 0;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-language-expand &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 210px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expanded &gt; span.has-question-error-right .QuestionError {
        padding-left: 200px !important;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-language-expanded &gt; span.has-question-error-right .QuestionError {
        padding-left: 210px !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div:first-child,
    .language-rtl .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p:first-child {
        padding-left: 210px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 200px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .language-rtl .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
    .language-rtl .take-survey-title.has-language-expanded &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
        padding-left: 210px;
    }
}
.language-rtl .take-survey-title &gt; span .survey-exit {
    left: 0;
    right: auto;
}
.language-rtl .lang-exit-btn-wrapper {
    position: absolute;
    left: 12px;
    right: auto;
}
.language-rtl .qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu {
    left: 0 !important;
    right: auto;
}
.language-rtl .qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu.has-icons li a {
    padding-left: 35px;
    padding-right: 8px;
    text-align: right;
}
.language-rtl .qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li .material-icons {
    left: 8px;
    right: auto !important;
}
.language-rtl .qp-global-dd.dropdown.lang-dropdown .dropdown-toggle {
    padding: 0 25px 0 15px !important;
}
.language-rtl .qp-global-dd.dropdown.lang-dropdown.has-search .drp-searchbox {
    padding: 0 35px 0 15px;
}
.language-rtl .qp-global-dd.dropdown.lang-dropdown .dropdown-toggle .fa-caret-down {
    left: 5px !important;
    right: auto !important;
}
.language-rtl .qp-global-dd.dropdown.lang-dropdown .dropdown-toggle i.material-icons {
    left: auto !important;
    right: -5px !important;
}
.language-rtl .survey-timer-wrapper &gt; ul &gt; li:after {
    left: -4px;
    right: auto;
}
.language-rtl .exit-back-wrapper &gt; a.back-link {
    float: right;
}
.language-rtl .exit-back-wrapper &gt; a.exit-link {
    float: left;
}
.language-rtl .error-wrapper {
    padding-left: 15px;
    padding-right: 60px;
}
.language-rtl .error-wrapper:before {
    left: auto;
    right: 18px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .icon-wrapper &gt; .fa {
    left: 10px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .error {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .question-container.has-question-number.required .question-number:before {
    left: auto;
    right: -10px;
}
@media only screen and (min-width: 1024px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .question-container.has-question-number.required .question-number:before {
        right: -15px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .question-container.required:before {
    left: auto;
    right: -10px;
}
@media only screen and (min-width: 1024px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .question-container.required:before {
        right: -15px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .question-container .question-tip.help-image {
    margin-left: 0;
    margin-right: 5px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .question-number {
    float: right;
    padding-left: 10px;
    padding-right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .loop-wrapper .prefix-wrapper,
.language-rtl .survey-body-wrapper .survey-question-wrapper .loop-wrapper .suffix-wrapper {
    padding: 6px 0 6px 6px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-options.required .controls:before {
    left: auto;
    right: -10px;
}
@media only screen and (min-width: 1024px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-options.required .controls:before {
        right: -15px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .controls.control-selection .control-letter {
    left: auto;
    right: 10px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .form-label {
    padding: 6px 0 6px 6px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question .question-container {
    float: right;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question .answer-container {
        padding-left: 0;
        padding-right: 1%;
    }
    .language-rtl .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper.beside-question .error {
        left: auto !important;
        padding-left: 0;
        padding-right: 1%;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .prefix-wrapper {
    padding-left: 6px;
    padding-right: 0;
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .multi-row-question .loop-wrapper .suffix-wrapper {
    padding-left: 0;
    padding-right: 6px;
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-highlighter-popover .color-circle {
    left: auto;
    right: 10px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container ~ .qp-ts-reset-highlight {
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .controls.control-selection .control-indicator {
    left: auto;
    right: 5px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question .answer-group-wrapper:before {
    left: auto;
    right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-bottom .controls.control-selection .control-indicator,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.control-top .controls.control-selection .control-indicator {
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.has-prefix .answer-options .input-wrapper {
    padding-left: 0;
    padding-right: 20px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.has-prefix .answer-options .input-wrapper &gt; span {
    left: auto;
    right: 5px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.has-suffix .answer-options .input-wrapper {
    padding-left: 20px;
    padding-right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question.has-suffix .answer-options .input-wrapper &gt; span {
    left: 5px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options.required:before {
    left: auto;
    right: -10px;
}
@media only screen and (min-width: 1024px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options.required:before {
        right: -15px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question label {
    left: auto;
    right: 7px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.electronic-signature-question .answer-options .controls.control-selection .control-indicator {
    left: auto;
    right: 5px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-label &gt; span,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-label &gt; span,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-label &gt; span {
    float: right;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating,
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating,
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating {
        margin-left: 0;
        margin-right: 15px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating &gt; label,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating &gt; label,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating &gt; label {
    float: left;
    margin-left: 0;
    margin-right: 15px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .youtube-wrapper .video-container iframe {
    left: auto;
    right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .social-sharing .controls.control-selection .control-label,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question.v2 .social-sharing .controls.control-selection .social-icon-wrapper {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper:before {
    left: auto;
    right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper:after {
    left: 0;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options {
    float: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question.image-rating .answer-options .controls .control-label.select-wrapper {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options {
    float: right;
    margin: 0 0 10px 5px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls .croppie-container:after {
    left: auto;
    right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:nth-child(2) .controls.control-selection .control-label:first-child,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:nth-child(2) .controls.control-selection .control-label:first-child {
    float: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.nps-plus-question .answer-options:nth-child(2) .controls.control-selection .control-label:last-child,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.nps-question .answer-options:nth-child(2) .controls.control-selection .control-label:last-child {
    float: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header &gt; p {
    padding: 0 0 0 10px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right {
    border-left: none;
    border-right: 1px solid rgba(225, 225, 225, 0.5);
    padding: 5px 10px 5px 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-header .this-count-right &gt; span {
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-body &gt; ul &gt; li {
    padding: 10px 0 10px 80px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-body &gt; ul &gt; li .vote-count {
    left: 15px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-body &gt; ul &gt; li .vote-count:before {
    left: -11px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-body &gt; ul &gt; li .vote-count.voted &gt; span {
    left: -10px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-footer &gt; p {
    padding: 0 0 0 80px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-footer &gt; p &gt; span {
    padding-left: 5px;
    padding-right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-footer .vote-count {
    left: 15px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-footer .vote-count:before {
    left: -11px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-question-footer .vote-count.voted &gt; span {
    left: -10px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-2 ~ .v-menu-item:nth-child(4) {
    transition-duration: 240ms;
    -webkit-transform: translate3d(-41.67114px, -107.18449px, 0);
    transform: translate3d(-41.67114px, -107.18449px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-2 ~ .v-menu-item:nth-child(3) {
    transition-duration: 160ms;
    -webkit-transform: translate3d(41.50038px, -107.25073px, 0);
    -moz-transform: translate3d(41.50038px, -107.25073px, 0);
    -ms-transform: translate3d(41.50038px, -107.25073px, 0);
    -o-transform: translate3d(41.50038px, -107.25073px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-3 ~ .v-menu-item:nth-child(5) {
    transition-duration: 400ms;
    -webkit-transform: translate3d(-79.29232px, -83.29303px, 0);
    -moz-transform: translate3d(-79.29232px, -83.29303px, 0);
    -ms-transform: translate3d(-79.29232px, -83.29303px, 0);
    -o-transform: translate3d(-79.29232px, -83.29303px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-3 ~ .v-menu-item:nth-child(4) {
    transition-duration: 320ms;
    -webkit-transform: translate3d(-0.09158px, -114.99996px, 0);
    -moz-transform: translate3d(-0.09158px, -114.99996px, 0);
    -ms-transform: translate3d(-0.09158px, -114.99996px, 0);
    -o-transform: translate3d(-0.09158px, -114.99996px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-3 ~ .v-menu-item:nth-child(3) {
    transition-duration: 240ms;
    -webkit-transform: translate3d(79.15956px, -83.4192px, 0);
    -moz-transform: translate3d(79.15956px, -83.4192px, 0);
    -ms-transform: translate3d(79.15956px, -83.4192px, 0);
    -o-transform: translate3d(79.15956px, -83.4192px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-4 ~ .v-menu-item:nth-child(6) {
    transition-duration: 400ms;
    -webkit-transform: translate3d(-103.55142px, -50.02104px, 0);
    -moz-transform: translate3d(-103.55142px, -50.02104px, 0);
    -ms-transform: translate3d(-103.55142px, -50.02104px, 0);
    -o-transform: translate3d(-103.55142px, -50.02104px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-4 ~ .v-menu-item:nth-child(5) {
    transition-duration: 320ms;
    -webkit-transform: translate3d(-42.02819px, -107.045px, 0);
    -moz-transform: translate3d(-42.02819px, -107.045px, 0);
    -ms-transform: translate3d(-42.02819px, -107.045px, 0);
    -o-transform: translate3d(-42.02819px, -107.045px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-4 ~ .v-menu-item:nth-child(4) {
    transition-duration: 240ms;
    -webkit-transform: translate3d(41.85765px, -107.1118px, 0);
    -moz-transform: translate3d(41.85765px, -107.1118px, 0);
    -ms-transform: translate3d(41.85765px, -107.1118px, 0);
    -o-transform: translate3d(41.85765px, -107.1118px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-4 ~ .v-menu-item:nth-child(3) {
    transition-duration: 160ms;
    -webkit-transform: translate3d(103.47162px, -50.18589px, 0);
    -moz-transform: translate3d(103.47162px, -50.18589px, 0);
    -ms-transform: translate3d(103.47162px, -50.18589px, 0);
    -o-transform: translate3d(103.47162px, -50.18589px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(7) {
    transition-duration: 480ms;
    -webkit-transform: translate3d(-114.85628px, -5.7476px, 0);
    -moz-transform: translate3d(-114.85628px, -5.7476px, 0);
    -ms-transform: translate3d(-114.85628px, -5.7476px, 0);
    -o-transform: translate3d(-114.85628px, -5.7476px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(6) {
    transition-duration: 400ms;
    -webkit-transform: translate3d(-79.29232px, -83.29303px, 0);
    -moz-transform: translate3d(-79.29232px, -83.29303px, 0);
    -ms-transform: translate3d(-79.29232px, -83.29303px, 0);
    -o-transform: translate3d(-79.29232px, -83.29303px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(5) {
    transition-duration: 320ms;
    -webkit-transform: translate3d(-0.09158px, -114.99996px, 0);
    -moz-transform: translate3d(-0.09158px, -114.99996px, 0);
    -ms-transform: translate3d(-0.09158px, -114.99996px, 0);
    -o-transform: translate3d(-0.09158px, -114.99996px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(4) {
    transition-duration: 240ms;
    -webkit-transform: translate3d(79.15956px, -83.4192px, 0);
    -moz-transform: translate3d(79.15956px, -83.4192px, 0);
    -ms-transform: translate3d(79.15956px, -83.4192px, 0);
    -o-transform: translate3d(79.15956px, -83.4192px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.voting-question .voting-menu-wrapper .v-menu-hidden.show-items.items-5 ~ .v-menu-item:nth-child(3) {
    transition-duration: 160ms;
    -webkit-transform: translate3d(114.84698px, -5.93052px, 0);
    -moz-transform: translate3d(114.84698px, -5.93052px, 0);
    -ms-transform: translate3d(114.84698px, -5.93052px, 0);
    -o-transform: translate3d(114.84698px, -5.93052px, 0);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.area-rating-question * {
    direction: ltr !important;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.date-time-question .answer-options .select-wrapper.small {
        margin-left: 10px;
        margin-right: 0;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td:first-child {
    padding-right: 0;
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .parent-table {
    float: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-dropdown-question .select-wrapper {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .icon-wrapper .ui-datepicker-trigger {
    left: 0;
    right: auto;
}
@media only screen and (min-width: 1025px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .input-wrapper {
        padding-right: 0;
        padding-left: 36px;
    }
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .input-wrapper:before {
        right: 0;
        left: 36px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .line-flow {
    right: auto !important;
    left: 36px !important;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.dynamic-lookup-question .indent-wrapper {
    padding: 10px 20px 0 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .file-desc {
    margin-left: 5px;
    margin-right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .file-desc span {
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.upload-file-question.v2 .upload-file-wrapper-new .upload-progress .file-progress-wrapper .file-name-wrapper .file-desc span.file-name {
    margin-left: 10px;
    margin-right: 0;
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls {
    padding: 10px 15px 10px 10px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .qp-icomoon-icons,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .qp-icomoon-icons {
    left: auto;
    right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .control-label,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .control-label {
    margin-left: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls .control-number,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls .control-number {
    left: 0;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .controls.has-image .control-label,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .controls.has-image .control-label {
    margin-left: 0;
    margin-right: 10px;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options &gt; span {
        padding: 0 34% 0 0;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 .form-input {
    padding: 10px 15px 10px 55px;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 .form-input {
        padding-left: 36px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 .this-head-count {
    left: 30px;
    right: auto;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 .this-head-count {
        left: 10px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper &gt; h2 i {
    left: 6px;
    right: auto;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-3 .answer-options &gt; span {
        padding: 0 25.5% 0 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.card-sorting-question.col-4 .answer-options &gt; span {
        padding: 0 20.5% 0 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options &gt; span {
        padding-left: 0;
        padding-right: 350px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .first-child {
        margin-left: 0;
        margin-right: -350px;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child {
        left: auto;
        right: 348px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .control-anchor {
    padding: 10px 10px 10px 30px;
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .control-anchor.top:before,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .control-anchor.bottom:before {
    left: 10px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child .controls .control-label {
    padding-left: 25px;
    padding-right: 0;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options &gt; p {
        padding-left: 20px;
        padding-right: 0;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .prefix-wrapper {
    padding: 0 0 0 6px;
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-text-question .suffix-wrapper {
    padding: 0 6px 0 0;
    text-align: right;
}
@media only screen and (min-width: 500px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-img {
        float: right;
    }
}
@media only screen and (min-width: 500px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-text {
        margin-left: 0;
        margin-right: 120px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options:first-child,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options:first-child {
    float: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options:last-child,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr.anchor &gt; td .answer-options:last-child {
    float: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.is-bipolar .parent-table &gt; tbody &gt; tr &gt; td:last-child .control-label,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.is-bipolar .parent-table &gt; tbody &gt; tr &gt; td:last-child .control-label {
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion .answer-options:before,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td.this-accordion .answer-options:before {
    left: 0;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-indicator,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-indicator {
    left: auto;
    right: 5px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label.matrix-anchor,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label.matrix-anchor {
    margin: 0 9px 0 0;
    padding: 0 15px 0 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label.matrix-anchor:before,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question.has-mobile-rendering .parent-table &gt; tbody &gt; tr &gt; td .controls.control-selection .control-label.matrix-anchor:before {
    left: auto;
    right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .control-label,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .control-label,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .control-label,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .control-label {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .matrix-mobile-scroll,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .matrix-mobile-scroll,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .matrix-mobile-scroll,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .matrix-mobile-scroll {
    left: 0;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .matrix-mobile-scroll:before,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .matrix-mobile-scroll:before,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .matrix-mobile-scroll:before,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .matrix-mobile-scroll:before {
    content: '\f053';
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question &gt; .answer-options,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question &gt; .answer-options,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question &gt; .answer-options,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question &gt; .answer-options {
    padding-left: 0;
    padding-right: 5px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .has-na,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-multipoint-question .has-na,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .has-na,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .has-na {
    border-left: none;
    border-right: 1px solid rgba(225, 225, 225, 0.5);
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr:nth-child(2) &gt; td &gt; .child-table &gt; tbody &gt; tr &gt; td:first-child .control-label {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr:nth-child(2) &gt; td &gt; .child-table &gt; tbody &gt; tr &gt; td:last-child .control-label {
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table .form-input {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table label {
    left: auto;
    right: 7px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table {
    width: 100%;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr &gt; td .answer-options .control-label {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr &gt; td:last-child {
    border-right: none;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr:nth-child(even) &gt; td {
    padding: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .child-table tr td:first-child {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table .child-table tr td:last-child {
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .table-heading-wrapper,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .table-heading-wrapper,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper {
    float: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .table-heading-wrapper .control-label:first-child,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .table-heading-wrapper .control-label:first-child,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .control-label:first-child {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .table-heading-wrapper .control-label:last-child,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question .table-heading-wrapper .control-label:last-child,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .table-heading-wrapper .control-label:last-child {
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .text-slide-value {
    margin-left: 5%;
    margin-right: 0;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .text-slide-value {
        margin: 0 2%;
    }
}
@media only screen and (max-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .table-heading-wrapper .sh-inner:first-child .control-label:first-child {
        padding: 0 0 0 10px !important;
    }
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper .table-heading-wrapper .sh-inner:first-child .control-label:last-child {
        padding: 0 10px 0 0!important;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.visual-scale-on .table-heading-wrapper .control-label:first-child {
    text-align: right !important;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.visual-scale-on .table-heading-wrapper .control-label:last-child {
    text-align: left !important;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper &gt; div:first-child {
    padding: 0 0 0 10px;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper &gt; div:first-child {
        text-align: left !important;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper &gt; div:nth-child(2) {
    padding: 0 10px 0 0;
    text-align: left;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question.is-bipolar .loop-wrapper &gt; div:nth-child(2) {
        text-align: right;
    }
}
@media only screen and (max-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper .sh-inner:first-child .control-label:first-child {
        padding: 0 0 0 10px !important;
    }
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper .table-heading-wrapper .sh-inner:first-child .control-label:last-child {
        padding: 0 10px 0 0!important;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.v2 .loop-wrapper .sl-wrapper .answer-options .controls .control-label .control-label-title:before {
    left: 0;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.v2 .loop-wrapper .sl-wrapper .prefix-wrapper {
    padding: 0 0 0 6px;
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.v2 .loop-wrapper .sl-wrapper .suffix-wrapper {
    padding: 0 6px 0 0;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.v2 .loop-wrapper .sl-wrapper .error {
        padding-left: 0;
        padding-right: calc(50% + 12px);
        text-align: right;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.van-westendorp-slider-question.v2 .slider-steps span {
    margin-left: 0;
    margin-right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2.has-prefix-suffix .sl-wrapper .sum-wrapper {
    margin-right: 0;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2.has-prefix-suffix .sl-wrapper .sum-wrapper {
        margin-left: 0;
        margin-right: 2%;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2.has-prefix-suffix .sl-wrapper .sum-wrapper &gt; span {
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2.has-prefix-suffix .sl-wrapper .sum-wrapper &gt; span:last-child {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .answer-options {
    margin-left: 2%;
    margin-right: 0;
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .sum-wrapper {
    margin-left: 0;
    margin-right: 2%;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.constant-sum-question-v2 .loop-wrapper.has-count .sl-wrapper .sum-wrapper .input-wrapper {
    margin: 0 2%;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .answer-options {
        margin-left: 2%;
        margin-right: 0;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .sum-wrapper {
    margin-left: 0;
    margin-right: 5%;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question .sum-wrapper {
        margin-left: 0;
        margin-right: 2%;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .sum-wrapper {
    margin-left: 0;
    margin-right: 45%;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .sum-wrapper {
        margin-left: 0;
        margin-right: 2%;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .sum-wrapper &gt; span:last-child {
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .has-count .input-wrapper {
    left: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.constant-sum-question.has-prefix-suffix .loop-wrapper.has-count {
    display: flex;
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .table-heading-wrapper .control-label {
    float: right;
    margin-left: 1%;
    margin-right: 0;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .answer-options {
        margin-left: 1%;
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .text-slide-value {
        margin: 0 -30% 0 1%;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .needed-value,
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .cost-value {
        margin: 0 0 0 1%;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .needed-value {
        margin-left: auto;
        margin-right: 10%;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question .ui-slider.ui-widget-content {
        margin-left: auto !important;
        margin-right: 20% !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-sidefix .text-slide-value {
        margin-left: auto;
        margin-right: -36%;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-sidefix .needed-value &gt; span {
    float: right;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-sidefix .ui-slider.ui-widget-content {
        margin-left: auto !important;
        margin-right: 26% !important;
    }
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .text-slide-value {
        margin-left: auto;
        margin-right: -40%;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .needed-value &gt; span {
    float: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .needed-value &gt; span:first-child {
    padding-left: 6px;
    padding-right: 0;
    text-align: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .needed-value &gt; span:last-child {
    padding-left: 0;
    padding-right: 6px;
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .ui-slider.ui-widget-content {
        width: calc(30% - 20px);
        margin-left: auto !important;
        margin-right: 30% !important;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .controls.control-selection {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .controls.control-selection .control-label {
    padding-left: 0;
    padding-right: 10px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-left-container {
    float: right;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-left-container {
        padding-left: 20px;
        padding-right: 0;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-right-container {
    float: right;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .store-right-container {
        padding-left: 0;
        padding-right: 20px;
    }
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeDisplay,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeSelected {
    padding: 10px 25px 10px 10px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeDisplay b,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeSelected b,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeDisplay .sl_count,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .select-stores-wrapper .storeSelected .sl_count {
    left: auto;
    right: 6px;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.store-locator-question .location-btn {
    float: left;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.lookup-multichoice .input-wrapper,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.lookup-unichoice .input-wrapper {
    z-index: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.lookup-multichoice .input-wrapper .form-input,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.lookup-unichoice .input-wrapper .form-input {
    padding-left: 30px;
    padding-right: 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.lookup-multichoice .input-wrapper .fa,
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.lookup-unichoice .input-wrapper .fa {
    left: 7px;
    right: auto;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper .answer-container.age-verification-question .answer-options .control-label {
    text-align: right;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper.reward-wrapper ul {
    padding: 0 20px 0 0;
}
.language-rtl .survey-body-wrapper .survey-question-wrapper.reward-wrapper .reward-amount span {
    width: 100%;
    display: inline-block;
}
.language-rtl .branding-survey-footer .sf-privacy {
    float: right;
}
.language-rtl .branding-survey-footer .sf-privacy &gt; a:nth-child(2) {
    padding-right: 0;
}
.language-rtl .branding-survey-footer .sf-share {
    float: left;
}
.language-rtl .matrix-take-survey-responsive .matrix-mobile-scroll {
    left: 0;
    right: auto;
}
.language-rtl .matrix-take-survey-responsive .matrix-mobile-scroll:before {
    content: '\f053';
}
.language-rtl .dtp .dtp-buttons {
    text-align: left;
}
.language-rtl .survey-body-wrapper .ui-slider.ui-widget-content.ui-slider-rtl.ui-slider-horizontal .ui-slider-range-min {
    left: auto;
    right: 0;
}
.language-rtl .survey-body-wrapper .ui-slider.ui-widget-content.ui-slider-rtl.ui-slider-horizontal .ui-slider-range-max {
    left: 0;
    right: auto;
}
.language-rtl .survey-body-wrapper .ui-slider.ui-widget-content.ui-slider-rtl.ui-slider-vertical .ui-slider-range-min {
    top: 0;
    bottom: auto;
}
.language-rtl .survey-body-wrapper .ui-slider.ui-widget-content.ui-slider-rtl.ui-slider-vertical .ui-slider-range-max {
    top: auto;
    bottom: 0;
}
.language-rtl .survey-body-wrapper .ui-slider.ui-widget-content.ui-slider-rtl .ui-slider-handle .tooltip {
    width: 34px;
    left: 100%;
    right: auto;
}
.language-rtl .survey-body-wrapper .ui-slider.ui-widget-content.ui-slider-rtl .ui-slider-handle .tooltip-inner {
    width: 29px;
}
.language-rtl .survey-body-wrapper .ui-slider.ui-widget-content.ui-slider-rtl .ui-slider-handle .tooltip-arrow {
    border-bottom: 5px solid transparent;
    border-left: none;
    border-right: 5px solid rgba(119, 119, 119, 0.5);
    border-top: 5px solid transparent;
    left: 0;
    margin-left: auto;
    right: auto;
}
@media only screen and (min-width: 768px) {
    .language-rtl .survey-body-wrapper .btn.btn-back,
    .language-rtl .survey-body-wrapper .btn.btn-continue,
    .language-rtl .survey-body-wrapper .btn.btn-submit {
        margin-left: 25px;
        margin-right: 0;
    }
}
.language-rtl .survey-body-wrapper .btn.btn-back &gt; i:before {
    content: '\e072';
}
.language-rtl .survey-body-wrapper .btn &gt; span:not(.qp-loader) {
    margin-left: 5px !important;
    margin-right: 0 !important;
}
.language-rtl .modal-box.area-rating-modal header a.close {
    left: 2%;
    right: auto;
}
.language-rtl .modal.fade.default-modal .modal-dialog .close {
    left: 15px;
    right: auto;
}
.language-rtl .modal.fade .btn-container {
    text-align: left;
}
.language-rtl .modal.fade .btn-container.btn-left {
    text-align: right;
}
.language-rtl .spinner-wrapper {
    left: 0;
    right: auto;
}
.language-rtl .spinner-wrapper .qp-loader {
    font-size: 6px;
}
.language-rtl .multichoice-lookup-table .tag {
    margin: 0 6px 6px 0;
    padding: 4px 25px 4px 6px;
}
.language-rtl .multichoice-lookup-table .tag:before {
    left: 5px;
    right: auto;
}
.language-rtl .multichoice-lookup-table .ui-autocomplete-input,
.language-rtl .SurveyContentNew .mobileLookupInput.ui-autocomplete-input {
    width: 100% !important;
    background: transparent;
    border: solid #ececec;
    border-width: 0 0 1px 0;
    display: inline-block;
    outline: none;
    padding: 4px 25px 6px 2px;
    position: relative;
    vertical-align: top;
}
.language-rtl .input-arrow-wrapper:before {
    left: 5px;
    right: auto;
}
.language-rtl div.tagInputWrapper {
    padding: 5px;
}
.language-rtl .ui-autocomplete.ui-menu &gt; li.ui-menu-item &gt; a.ui-corner-all {
    float: right;
}
.language-rtl .ui-autocomplete.ui-widget-content .ui-menu-item-wrapper.ui-state-active {
    color: #fff;
}
.language-rtl .survey-progress-wrapper span {
    text-align: right;
}
.language-rtl .survey-progress-wrapper .progress-bar {
    float: right;
}
.language-rtl .thank-you-wrapper .thank-you-list &gt; ul &gt; li {
    padding: 5px 20px 5px 0;
}
@media only screen and (min-width: 768px) {
    .language-rtl .thank-you-wrapper .thank-you-list &gt; ul &gt; li {
        padding: 8px 25px 8px 0;
    }
}
@media only screen and (min-width: 1024px) {
    .language-rtl .thank-you-wrapper .thank-you-list &gt; ul &gt; li {
        padding: 9px 30px 9px 0;
    }
}
.language-rtl .thank-you-wrapper .thank-you-list &gt; ul &gt; li:before {
    left: auto;
    right: 0;
}
.language-rtl .thank-you-wrapper .thank-app-banner img {
    float: right;
}
.language-rtl .thank-you-wrapper .thank-app-banner span {
    float: left;
}
.language-rtl .ts-tm-wrapper .ts-btn-group {
    left: 15px;
    position: absolute;
    right: auto;
}
.language-rtl .ts-tm-wrapper .ts-btn-group .btn-link {
    margin-left: 0;
    margin-right: 15px;
}
.language-rtl .qp-thank-you-adv .thanks-ad-left {
    padding-left: 15px;
    padding-right: 0;
    text-align: right;
}
.language-rtl .qp-thank-you-adv .thanks-ad-right .ad-img-wrapper {
    text-align: left;
}
.language-rtl .thank-you-ad #finishText {
    display: block;
    text-align: left;
}
.language-rtl.ts-sqpp .take-survey-header .take-survey-title span,
.language-rtl.ts-sqpp .take-survey-title.has-exit &gt; span.has-question-error-center .QuestionError,
.language-rtl.ts-sqpp .take-survey-title.has-exit &gt; span.has-question-error-right .QuestionError {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.language-rtl .ts-sqpp .take-survey-header .take-survey-title span:before {
    left: auto;
    right: 0;
}
.language-rtl.ts-visual-mode .notification-wrapper {
    text-align: center;
}
.language-rtl.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .select-wrapper {
    padding-left: 40px;
    padding-right: 0;
}
.language-rtl.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .select-wrapper:after {
    left: 0;
    right: unset;
}
.language-rtl.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .bootstrap-select.form-select &gt; .dropdown-toggle.btn-default {
    padding-right: 15px;
}
.language-rtl.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options .controls.control-selection {
    padding-left: 40px;
    padding-right: 55px;
}
.language-rtl.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options .controls.control-selection:before {
    left: unset;
    right: 0;
}
.language-rtl.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options .controls.control-selection .control-indicator {
    right: 10px;
}
.language-rtl.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .ok-wrapper .ok-btn {
    margin-left: 25px;
    margin-right: 0;
}
.svg-icon-sprite {
    display: none !important;
}
.smiley-question.is-smiley-3d {
    --normal: #ECEAF3;
    --normal-shadow: #D9D8E3;
    --normal-mouth: #9795A4;
    --normal-eye: #595861;
    --active: #F8DA69;
    --active-shadow: #F4B555;
    --active-mouth: #F05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    display: flex !important;
    flex-flow: row wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}
.smiley-question.is-smiley-3d:not(.has-mobile-label) .face-outer {
    margin: 0;
}
.smiley-question.is-smiley-3d .controls.control-selection {
    display: flex !important;
    flex-flow: row wrap;
    justify-content: center;
}
.smiley-question.is-smiley-3d .controls .control-label {
    width: 100% !important;
}
.smiley-question.is-smiley-3d .face-outer {
    width: auto;
    display: flex;
    margin: 15px 0;
    position: relative;
    border-radius: 50%;
    background: var(--sb, var(--normal));
    box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
    transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
    -webkit-tap-highlight-color: transparent;
}
.smiley-question.is-smiley-3d .face-inner {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    transform: perspective(240px) translateZ(4px);
}
.smiley-question.is-smiley-3d .face-inner svg,
.smiley-question.is-smiley-3d .face-inner:before,
.smiley-question.is-smiley-3d .face-inner:after {
    display: block;
    position: absolute;
    left: var(--l, 9px);
    top: var(--t, 13px);
    width: var(--w, 8px);
    height: var(--h, 2px);
    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}
.smiley-question.is-smiley-3d .face-inner:before,
.smiley-question.is-smiley-3d .face-inner:after {
    content: "";
    z-index: var(--zi, 1);
    border-radius: var(--br, 1px);
    background: var(--b, var(--e, var(--normal-eye)));
    transition: background 0.4s;
}
.smiley-question.is-smiley-3d .face-inner svg {
    fill: none;
    stroke: var(--s);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.4s;
}
.smiley-question.is-smiley-3d .face-inner svg.eye {
    --s: var(--e, var(--normal-eye));
    --t: 17px;
    --w: 7px;
    --h: 4px;
}
.smiley-question.is-smiley-3d .face-inner svg.eye.right {
    --l: 23px;
}
.smiley-question.is-smiley-3d .face-inner svg.mouth {
    --s: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 7px;
}
.smiley-question.is-smiley-3d .smiley-very-dissatisfied {
    --step-1-rx: -24deg;
    --step-1-ry: 20deg;
    --step-2-rx: -24deg;
    --step-2-ry: -20deg;
}
.smiley-question.is-smiley-3d .smiley-very-dissatisfied .face-inner:before {
    --r: 20deg;
}
.smiley-question.is-smiley-3d .smiley-very-dissatisfied .face-inner:after {
    --l: 23px;
    --r: -20deg;
}
.smiley-question.is-smiley-3d .smiley-very-dissatisfied .face-inner svg.eye {
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}
.smiley-question.is-smiley-3d .smiley-very-dissatisfied .radio-check:checked ~ .face-outer {
    animation: angry 1s linear;
}
.smiley-question.is-smiley-3d .smiley-very-dissatisfied .radio-check:checked ~ .face-outer .face-inner:before {
    --middle-y: -2px;
    --middle-r: 22deg;
    animation: toggle 0.8s linear forwards;
}
.smiley-question.is-smiley-3d .smiley-very-dissatisfied .radio-check:checked ~ .face-outer .face-inner:after {
    --middle-y: 1px;
    --middle-r: -18deg;
    animation: toggle 0.8s linear forwards;
}
.smiley-question.is-smiley-3d .smiley-dissatisfied {
    --step-1-rx: 20deg;
    --step-1-ry: -12deg;
    --step-2-rx: -18deg;
    --step-2-ry: 14deg;
}
.smiley-question.is-smiley-3d .smiley-dissatisfied .face-inner:before,
.smiley-question.is-smiley-3d .smiley-dissatisfied .face-inner:after {
    --b: var(--active-tear);
    --sc: 0;
    --w: 5px;
    --h: 5px;
    --t: 15px;
    --br: 50%;
}
.smiley-question.is-smiley-3d .smiley-dissatisfied .face-inner:after {
    --l: 25px;
}
.smiley-question.is-smiley-3d .smiley-dissatisfied .face-inner svg.eye {
    --t: 16px;
}
.smiley-question.is-smiley-3d .smiley-dissatisfied .face-inner svg.mouth {
    --t: 24px;
    stroke-dasharray: 9.5;
    stroke-dashoffset: 33.25;
}
.smiley-question.is-smiley-3d .smiley-dissatisfied .radio-check:checked ~ .face-outer .face-inner:before,
.smiley-question.is-smiley-3d .smiley-dissatisfied .radio-check:checked ~ .face-outer .face-inner:after {
    animation: tear 0.6s linear forwards;
}
.smiley-question.is-smiley-3d .smiley-neutral {
    --step-1-rx: 4deg;
    --step-1-ry: -22deg;
    --step-1-rz: 6deg;
    --step-2-rx: 4deg;
    --step-2-ry: 22deg;
    --step-2-rz: -6deg;
}
.smiley-question.is-smiley-3d .smiley-neutral .face-inner:before {
    --l: 12px;
    --t: 17px;
    --h: 4px;
    --w: 4px;
    --br: 50%;
    box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}
.smiley-question.is-smiley-3d .smiley-neutral .face-inner:after {
    --l: 13px;
    --t: 26px;
    --w: 14px;
    --h: 2px;
    --br: 1px;
    --b: var(--m, var(--normal-mouth));
}
.smiley-question.is-smiley-3d .smiley-neutral .radio-check:checked ~ .face-outer .face-inner:before {
    --middle-s-y: 0.35;
    animation: toggle 0.2s linear forwards;
}
.smiley-question.is-smiley-3d .smiley-neutral .radio-check:checked ~ .face-outer .face-inner:after {
    --middle-s-x: 0.5;
    animation: toggle 0.7s linear forwards;
}
.smiley-question.is-smiley-3d .smiley-satisfied {
    --step-1-rx: -14deg;
    --step-1-rz: 10deg;
    --step-2-rx: 10deg;
    --step-2-rz: -8deg;
}
.smiley-question.is-smiley-3d .smiley-satisfied .face-inner:before {
    --b: var(--m, var(--normal-mouth));
    --w: 5px;
    --h: 5px;
    --br: 50%;
    --t: 22px;
    --zi: 0;
    opacity: 0.5;
    box-shadow: 16px 0 0 var(--b);
    filter: blur(2px);
}
.smiley-question.is-smiley-3d .smiley-satisfied .face-inner:after {
    --sc: 0;
}
.smiley-question.is-smiley-3d .smiley-satisfied .face-inner svg.eye {
    --t: 15px;
    --sc: -1;
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}
.smiley-question.is-smiley-3d .smiley-satisfied .face-inner svg.mouth {
    --t: 22px;
    --sc: -1;
    stroke-dasharray: 13.3;
    stroke-dashoffset: 23.75;
}
.smiley-question.is-smiley-3d .smiley-satisfied .radio-check:checked ~ .face-outer .face-inner svg.mouth {
    --middle-y: 1px;
    --middle-s: -1;
    animation: toggle 0.8s linear forwards;
}
.smiley-question.is-smiley-3d .smiley-very-satisfied .face-inner {
    --step-1-rx: 18deg;
    --step-1-ry: 24deg;
    --step-2-rx: 18deg;
    --step-2-ry: -24deg;
}
.smiley-question.is-smiley-3d .smiley-very-satisfied .face-inner:before {
    --sc: 0;
}
.smiley-question.is-smiley-3d .smiley-very-satisfied .face-inner:after {
    --b: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 8px;
    --br: 0 0 8px 8px;
}
.smiley-question.is-smiley-3d .smiley-very-satisfied .face-inner svg .eye {
    --t: 14px;
    --sc: -1;
}
.smiley-question.is-smiley-3d .smiley-very-satisfied .radio-check:checked ~ .face-outer .face-inner:after {
    --middle-s-x: 0.95;
    --middle-s-y: 0.75;
    animation: toggle 0.8s linear forwards;
}
.smiley-question.is-smiley-3d .radio-check:checked ~ .face-outer {
    --sb: var(--active);
    --sh: var(--active-shadow);
    --m: var(--active-mouth);
    --e: var(--active-eye);
}
.smiley-question.is-smiley-3d .radio-check:checked ~ .face-outer .face-inner {
    animation: shake 0.8s linear forwards;
}
@keyframes shake {
    30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }
    60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }
    100% {
        transform: perspective(240px) translateZ(4px);
    }
}
@keyframes tear {
    0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0);
    }
    50% {
        transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
    }
    20%,
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
    }
}
@keyframes toggle {
    50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
}
@keyframes angry {
    40% {
        background: var(--active);
    }
    45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
}
@keyframes stretch-bounce {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.5);
    }
    50% {
        transform: scale(0.9);
    }
    75% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute;
}
.tooltipster-box {
    flex: 1 1 auto;
}
.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto;
}
.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
}
.tooltipster-fade {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.tooltipster-fade.tooltipster-show {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
    -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
    transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}
.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster-fall.tooltipster-initial {
    top: 0 !important;
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0;
}
.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}
.tooltipster.tooltipster-initial {
    left: -40px !important;
}
.tooltipster.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0;
}
.tooltipster-sidetip .tooltipster-box {
    background: rgba(0, 0, 0, 0.7);
    border: none;
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box {
    margin-top: 8px;
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box .tooltipster-arrow {
    width: 20px;
    height: 10px;
    margin-left: -10px;
    top: 0;
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-background {
    border-bottom-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: 3px;
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-border {
    border-bottom-color: rgba(0, 0, 0, 0.7);
}
.tooltipster-bottom.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-uncropped {
    top: -10px;
}
.tooltipster-left.tooltipster-sidetip .tooltipster-box {
    margin-right: 8px;
}
.tooltipster-left.tooltipster-sidetip .tooltipster-box .tooltipster-arrow {
    width: 10px;
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
}
.tooltipster-left.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-background {
    border-left-color: rgba(0, 0, 0, 0.7);
    left: -3px;
    top: 0;
}
.tooltipster-left.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-border {
    border-left-color: rgba(0, 0, 0, 0.7);
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box {
    margin-left: 8px;
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box .tooltipster-arrow {
    width: 10px;
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-background {
    border-right-color: rgba(0, 0, 0, 0.7);
    left: 3px;
    top: 0;
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-border {
    border-right-color: rgba(0, 0, 0, 0.7);
}
.tooltipster-right.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-uncropped {
    left: -10px;
}
.tooltipster-top.tooltipster-sidetip .tooltipster-box {
    margin-bottom: 8px;
}
.tooltipster-top.tooltipster-sidetip .tooltipster-box .tooltipster-arrow {
    width: 20px;
    bottom: 0;
    height: 10px;
    margin-left: -10px;
}
.tooltipster-top.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-background {
    border-top-color: rgba(0, 0, 0, 0.7);
    left: 0;
    top: -3px;
}
.tooltipster-top.tooltipster-sidetip .tooltipster-box .tooltipster-arrow-border {
    border-top-color: rgba(0, 0, 0, 0.7);
}
.tooltipster-sidetip .tooltipster-content {
    color: white;
    font-size: 12px;
    line-height: 18px;
    padding: 6px 14px;
}
.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute;
}
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0;
}
.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent;
}
.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0;
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative;
}
@-webkit-keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
@-moz-keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
@-ms-keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
@-o-keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
@keyframes tooltipster-fading {
    0% {
        -moz-opacity: 1;
        -khtml-opacity: 1;
        -webkit-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    }
    100% {
        -moz-opacity: 0;
        -khtml-opacity: 0;
        -webkit-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    }
}
.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading 400ms;
    -moz-animation: tooltipster-fading 400ms;
    -ms-animation: tooltipster-fading 400ms;
    -o-animation: tooltipster-fading 400ms;
    animation: tooltipster-fading 400ms;
}
@-webkit-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
@-moz-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
@-ms-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
@-o-keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
@keyframes tooltipster-rotating {
    25% {
        -webkit-transform: rotate(-2deg);
        -moz-transform: rotate(-2deg);
        -ms-transform: rotate(-2deg);
        -o-transform: rotate(-2deg);
    }
    75% {
        -webkit-transform: rotate(2deg);
        -moz-transform: rotate(2deg);
        -ms-transform: rotate(2deg);
        -o-transform: rotate(2deg);
    }
    100% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
}
.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating 600ms;
    -moz-animation: tooltipster-rotating 600ms;
    -ms-animation: tooltipster-rotating 600ms;
    -o-animation: tooltipster-rotating 600ms;
    animation: tooltipster-rotating 600ms;
}
@-webkit-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-moz-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-ms-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@-o-keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
@keyframes tooltipster-scaling {
    50% {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}
.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling 600ms;
    -moz-animation: tooltipster-scaling 600ms;
    -ms-animation: tooltipster-scaling 600ms;
    -o-animation: tooltipster-scaling 600ms;
    animation: tooltipster-scaling 600ms;
}
@-webkit-keyframes question-opacity-0 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes question-opacity-0 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes question-opacity-0 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes question-opacity-0 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes question-opacity-0 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes question-opacity-1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes question-opacity-1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-ms-keyframes question-opacity-1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes question-opacity-1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes question-opacity-1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.ts-sqpp {
    overflow: hidden;
}
.ts-sqpp .notification-wrapper {
    width : calc(100% - 50px);
    position: absolute;
    top: 25px;
}
.ts-sqpp .survey-progressbar.stickybar {
    left: 50%;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .survey-progressbar.stickybar {
        padding-left: 0;
        padding-right: 0;
    }
}
.ts-sqpp .survey-progressbar.at-top {
    border-bottom: none;
    top: 0;
}
.ts-sqpp .survey-progressbar.at-bottom {
    border-top: none;
    bottom: 0;
}
.ts-sqpp .take-survey-logo {
    padding-top: 4px;
    padding-left: 0;
    padding-right: 0;
}
.ts-sqpp .take-survey-logo span {
    width: 100%;
}
.ts-sqpp .take-survey-header {
    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 15px;
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .take-survey-header {
        padding-left: 0;
        padding-right: 0;
    }
}
.ts-sqpp .take-survey-header .cover-wrapper {
    width: 100%;
    height: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    justify-content: safe center;
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 10px;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp .take-survey-header .cover-wrapper {
        height: calc(100% - 40px);
        padding-top: 0;
    }
}
.ts-sqpp .take-survey-header .take-survey-logo,
.ts-sqpp .take-survey-header .take-survey-title,
.ts-sqpp .take-survey-header .take-survey-start {
    width: 100%;
    margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .take-survey-header .take-survey-logo,
    .ts-sqpp .take-survey-header .take-survey-title,
    .ts-sqpp .take-survey-header .take-survey-start {
        width: 95%;
    }
}
@media only screen and (min-width: 1200px) {
    .ts-sqpp .take-survey-header .take-survey-logo,
    .ts-sqpp .take-survey-header .take-survey-title,
    .ts-sqpp .take-survey-header .take-survey-start {
        width: calc(1024px - 130px);
    }
}
@media only screen and (min-width: 1400px) {
    .ts-sqpp .take-survey-header .take-survey-logo,
    .ts-sqpp .take-survey-header .take-survey-title,
    .ts-sqpp .take-survey-header .take-survey-start {
        width: calc(1300px - 130px);
    }
}
.ts-sqpp .take-survey-header .take-survey-title {
    padding-left: 0;
    padding-right: 0;
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .take-survey-header .take-survey-title {
        overflow: visible;
    }
}
.ts-sqpp .take-survey-header .take-survey-title span {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
.ts-sqpp .take-survey-header .take-survey-title span span {
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .ts-sqpp .take-survey-header .take-survey-title span {
    padding-bottom: 20px;
    padding-right: 0px;
  }
	.ts-sqpp .take-survey-title &gt; span.ts-head-title-wrapper &gt; div:first-child,
  .ts-sqpp .take-survey-title &gt; span.ts-head-title-wrapper &gt; p:first-child,
  .ts-sqpp .take-survey-title &gt; span.ts-head-title-wrapper &gt; div[style="text-align: center;"],
  .ts-sqpp .take-survey-title &gt; span.ts-head-title-wrapper &gt; p[style="text-align: center;"],
  .ts-sqpp .take-survey-title &gt; span.ts-head-title-wrapper &gt; div[style="text-align: right;"],
  .ts-sqpp .take-survey-title &gt; span.ts-head-title-wrapper &gt; p[style="text-align: right;"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
    .ts-sqpp .take-survey-header .take-survey-title span {
        padding-bottom: 30px;
    }
}
.ts-sqpp .take-survey-header .take-survey-title span:before {
    width: 100%;
    height: 1px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
}
@media only screen and (min-width: 1200px) {
    .ts-sqpp .take-survey-header .take-survey-title span:before {
        width: 48%;
    }
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
    overflow: hidden;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-run-form {
    width: 100%;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-run-form.pt0 {
    padding-top: 0 !important;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode {
    width: 100%;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper {
    height: calc(var(--vh, 1vh) * 100);
    max-height: 99.5vh;
    opacity: 0;
    overflow-y: auto;
    padding: 70px 0;
    justify-content: center !important;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type {
    height: calc(var(--vh, 1vh)* 100);
    max-height: 95.5vh;
    margin-bottom: 0;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question {
    opacity: 1;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question .ok-wrapper {
    display: block !important;
}
.survey-body-wrapper .survey-question-wrapper.age-question .ok-wrapper {
    text-align: center;
}
.survey-body-wrapper .survey-question-wrapper.age-question .ok-wrapper .ok-btn {
    font-size: 20px;
    margin-right: 0;
    width: auto;
    height: auto;
    line-height: 15px;
    min-width: 130px;
    padding: 15px 10px;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.has-separator {
    border-bottom: none;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.align-content-start {
    justify-content: start !important;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.align-content-start .ok-wrapper {
    margin-bottom: 70px;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.align-content-start:last-of-type .question-container {
    margin-top: 0;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.align-content-start:last-of-type .ok-wrapper {
    margin-bottom: 0;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.align-content-start .cover-wrapper {
    justify-content: start !important;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:first-child .ok-wrapper .btn-prev {
    display: none;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
    width: 100%;
    height: calc(100% - 150px);
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    overflow-y: auto;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
        height: calc(100% - 100px);
    }
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .ok-wrapper .ok-btn,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .ok-wrapper .btn-prev {
    display: none;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .multi-row-question {
    margin-bottom: 0;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
    width: 100%;
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: safe center;
    overflow-y: auto;
    padding-top: 10px;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
        height: calc(100% - 40px);
        padding-top: 20px;
    }
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .question-container,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .answer-container,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .error {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .error {
        width: 95%;
    }
}
@media only screen and (min-width: 1200px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .error {
        width: calc(1024px - 130px);
    }
}
@media only screen and (min-width: 1400px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .error {
        width: calc(1300px - 130px);
    }
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .answer-container &gt; .answer-options:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .question-container,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .answer-container,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .error,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .youtube-wrapper,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .multi-row-question,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .survey-submit-wrapper,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .qp-ts-reset-highlight,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .ok-wrapper {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .question-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .answer-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .error,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .youtube-wrapper,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .multi-row-question,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .survey-submit-wrapper,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .qp-ts-reset-highlight,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .ok-wrapper {
        width: 95%;
    }
}
@media only screen and (min-width: 1200px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .question-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .answer-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .error,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .youtube-wrapper,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .multi-row-question,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .survey-submit-wrapper,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .qp-ts-reset-highlight,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .ok-wrapper {
        width: calc(1024px - 130px);
    }
}
@media only screen and (min-width: 1400px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .question-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .answer-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .error,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .youtube-wrapper,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .multi-row-question,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .survey-submit-wrapper,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .qp-ts-reset-highlight,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .ok-wrapper {
        width: calc(1300px - 130px);
    }
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .question-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .answer-container,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .error,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .youtube-wrapper,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .multi-row-question,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .survey-submit-wrapper,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .qp-ts-reset-highlight,
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .ok-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .ok-wrapper .ok-btn,
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .ok-wrapper .btn-prev {
    margin-top: 10px;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper {
    width: 100%;
    padding-top: 10px;
    top: -160px;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper {
        top: -120px;
    }
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper {
        width: 95%;
    }
}
@media only screen and (min-width: 1200px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper {
        width: calc(1024px - 130px);
    }
}
@media only screen and (min-width: 1400px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper {
        width: calc(1300px - 130px);
    }
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper .btn-submit {
    margin-right: 0;
    order: 2;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper .ok-wrapper {
    order: 3;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper .btn-prev {
    margin-right: 0 !important;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper .btn-prev {
        margin-left: 10px;
    }
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper .btn-back {
    margin-right: 10px;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper .btn-save-later {
    margin-top: 0;
    margin-bottom: 10px;
    order: 1;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .survey-submit-wrapper .btn-save-later {
        margin-bottom: 0;
        margin-left: 10px;
        order: 2;
    }
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .ok-wrapper {
    width: auto;
    display: block !important;
    padding: 0;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .ok-wrapper .ok-btn {
    width: auto;
    height: auto;
    line-height: 15px;
    min-width: 130px;
    padding: 15px 10px;
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .ok-wrapper .btn-prev {
    width: auto;
    height: auto;
    background: none;
    font-size: 0;
    padding: 8px 12px 7px;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp .survey-body-wrapper.ts-sqpp-main .ok-wrapper .btn-prev {
        margin-right: 25px;
    }
}
.ts-sqpp .survey-body-wrapper.ts-sqpp-main .ok-wrapper .btn-prev &gt; i {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
}
.ts-sqpp .survey-body-wrapper ~ div[style="display: block !important;"] {
    width: 100%;
    background: transparent;
    bottom: 0;
    padding-top: 5px;
    position: fixed;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    z-index: 1;
}
.ts-sqpp .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
    flex-flow: row;
    justify-content: space-between;
    margin: 0 auto 5px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
        width: 95%;
    }
}
@media only screen and (min-width: 1200px) {
    .ts-sqpp .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
        width: calc(1024px - 130px);
    }
}
@media only screen and (min-width: 1400px) {
    .ts-sqpp .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
        width: calc(1300px - 130px);
    }
}
@media only screen and (min-width: 1024px) {
    .ts-sqpp .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
        padding-left: 0;
        padding-right: 0;
    }
}
.ts-sqpp .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span {
    display: none;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span {
        display: flex;
    }
}
.ts-sqpp .ui-datepicker {
    display: none;
}
.ts-sqpp .qp-ts-highlighter-popover,
.ts-sqpp .ui-datepicker {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 12 !important;
}
.ts-sqpp .branding-survey-footer {
    background-color: #f5f4f4;
    bottom: 0;
    padding-top: 25px;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
}
.ts-sqpp .branding-survey-footer .footer-part-one {
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ts-sqpp .branding-survey-footer .sf-share {
    display: none;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp .branding-survey-footer .sf-share {
        display: flex;
    }
}
.ts-sqpp.has-branding-footer .take-survey-header .cover-wrapper {
    height: calc(100% - 80px);
}
@media only screen and (min-width: 768px) {
    .ts-sqpp.has-branding-footer .take-survey-header .cover-wrapper {
        height: calc(100% - 80px);
    }
}
.ts-sqpp.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
    height: calc(100% - 70px);
}
@media only screen and (min-width: 768px) {
    .ts-sqpp.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
        height: calc(100% - 40px);
    }
}
.ts-sqpp.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
    height: calc(100% - 150px);
}
@media only screen and (min-width: 768px) {
    .ts-sqpp.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
        height: calc(100% - 100px);
    }
}
.ts-sqpp.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
    top: -150px;
}
@media only screen and (min-width: 768px) {
    .ts-sqpp.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
        top: -140px;
    }
}
.ts-visual-mode .notification-wrapper {
    position: absolute;
    top: 0;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .notification-wrapper {
        position: static;
    }
}
.ts-visual-mode #ajaxContainerDiv.post-survey-wrapper {
    justify-content: start;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode #ajaxContainerDiv.post-survey-wrapper {
        justify-content: center;
    }
}
.ts-visual-mode #ajaxContainerDiv.post-survey-wrapper .survey-body-wrapper {
    height: calc(100% - 170px);
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode #ajaxContainerDiv.post-survey-wrapper .survey-body-wrapper {
        height: calc(100% - 60px);
    }
}
.ts-visual-mode .autocomplete-suggestions .autocomplete-suggestion {
    font-size: 16px;
    font-weight: 400;
}
.ts-visual-mode .survey-exit {
    top: 20px;
}
.ts-visual-mode .take-survey-header {
    padding-top: 15px;
    padding-bottom: 45px;
}
.ts-visual-mode .take-survey-header .cover-wrapper {
    height: calc(100% - 70px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-social-toolbar .take-survey-header .cover-wrapper {
        height: calc(100% - 40px);
    }
}
.ts-visual-mode.has-social-toolbar .take-survey-header .cover-wrapper {
    height: calc(100% - 140px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-social-toolbar .take-survey-header .cover-wrapper {
        height: calc(100% - 40px);
    }
}
.ts-visual-mode.has-branding-footer .take-survey-header .cover-wrapper {
    height: calc(100% - 170px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer .take-survey-header .cover-wrapper {
        height: calc(100% - 80px);
    }
}
.ts-visual-mode.has-branding-footer.has-social-toolbar .take-survey-header .cover-wrapper{
    height: calc(100% - 250px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer.has-social-toolbar .take-survey-header .cover-wrapper {
        height: calc(100% - 80px);
    }
}
.ts-visual-mode .take-survey-header .take-survey-title.has-exit &gt; span {
    padding-right: 0;
}
.ts-visual-mode .take-survey-header .take-survey-title &gt; span {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .take-survey-header .take-survey-title &gt; span {
        font-size: 48px;
        line-height: 150%;
    }
}
.ts-visual-mode .take-survey-header .take-survey-title &gt; span:before {
    display: none;
}
.ts-visual-mode .take-survey-header .take-survey-start {
    margin-top: auto;
    margin-bottom: 60px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .take-survey-header .take-survey-start {
        margin: 0 auto 40px;
    }
}
.ts-visual-mode .branding-survey-footer ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .branding-survey-footer ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
        justify-content: space-between;
    }
}
.ts-visual-mode .survey-background-image:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
}
.ts-visual-mode .survey-background-image:after {
    width: 100%;
    height: 100%;
    background-size: cover;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}
.ts-visual-mode.is-half .survey-question-wrapper .cover-banner {
    width: 100%;
    height: calc(35% + 50px);
    display: none;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.is-half .survey-question-wrapper .cover-banner {
        display: block;
    }
}
.ts-visual-mode.is-half .survey-question-wrapper .cover-wrapper {
    justify-content: start !important;
}
.ts-visual-mode.is-half .survey-body-wrapper.ts-sqpp-main .survey-run-form {
    padding: 0 !important;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.is-half .finish-option .survey-body-wrapper,
    .ts-visual-mode.is-half .post-survey-wrapper .survey-body-wrapper {
        height: calc(100% - (35% + 50px)) !important;
        justify-content: start !important;
        margin-top: auto;
        padding-bottom: 0;
        padding-top: 0;
        overflow: hidden;
    }
    .ts-visual-mode.is-half .survey-background-image:after {
        height: 35%;
        left: auto;
        right: 0;
        z-index: 1;
    }

    .ts-visual-mode.is-half .survey-background-image:before {
        height: 35%;
        z-index: 2;
    }

    .ts-visual-mode.is-half .modern-progress-top-wrapper {
        top: 35%;
    }
    .ts-visual-mode.is-half .take-survey-header {
        justify-content: start;
        transform: translate(0);
    }
    .ts-visual-mode.is-half .notification-wrapper {
        width: 100%;
        position: fixed;
        top: calc(35% + 20px);
        transform: translate(0, -35%);
    }
    .ts-visual-mode.is-half .survey-body-wrapper .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper {
        justify-content: start !important;
    }
    .ts-visual-mode.is-half .survey-body-wrapper .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .question-container {
        margin-top: 0;
    }
    .ts-visual-mode.is-half .survey-body-wrapper .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
        height: calc(65% - 40px) !important;
    }
    .ts-visual-mode.is-half .survey-body-wrapper .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type {
        height: calc(var(--vh, 1vh) * 100);
        max-height: 99.5vh;
        margin-bottom: 0;
    }
    .ts-visual-mode.is-half .survey-body-wrapper .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
        height: calc(65% - 110px) !important;
    }
    .ts-visual-mode.is-half .survey-body-wrapper .survey-run-form .survey-submit-wrapper {
        top: -100px !important;
    }
}
.ts-visual-mode.is-left .smiley-question .answer-options .controls.control-selection .control-label {
    font-size: 12px !important;
}
@media only screen and (min-width: 1200px) {
    .ts-visual-mode.is-left .smiley-question .answer-options .controls.control-selection .control-label {
        font-size: 16px !important;
    }
}
.ts-visual-mode.is-left .smiley-question .answer-options .controls.control-selection .control-icons:before {
    font-size: 30px !important;
}
@media only screen and (min-width: 1200px) {
    .ts-visual-mode.is-left .smiley-question .answer-options .controls.control-selection .control-icons:before {
        font-size: 60px !important;
    }
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.is-left .finish-option .survey-body-wrapper,
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper {
        width: 50%;
        margin-right: auto;
        margin-left: unset;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
        overflow: hidden;
    }
    .ts-visual-mode.is-left .finish-option .survey-body-wrapper .qp-thank-you-adv,
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .qp-thank-you-adv,
    .ts-visual-mode.is-left .finish-option .survey-body-wrapper .survey-run-form,
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .survey-run-form,
    .ts-visual-mode.is-left .finish-option .survey-body-wrapper .survey-inside-wrapper,
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .survey-inside-wrapper {
        width: 100% !important;
    }
    .ts-visual-mode.is-left .finish-option .survey-body-wrapper .survey-question-wrapper .answer-container,
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .survey-question-wrapper .answer-container {
        width: 100% !important;
    }
    .ts-visual-mode.is-left .finish-option .survey-body-wrapper .survey-run-form {
        width: calc(100% - 48px) !important;
        margin: 0 auto;
    }
    .ts-visual-mode.is-left .finish-option .survey-body-wrapper .survey-question-wrapper.reward-wrapper {
        width: 100%;
    }
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper,
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .thank-you-ad {
        width: calc(100% - 48px);
        margin: 0 auto;
    }
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper .thank-you-list,
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper .thank-you-form {
        width: 100%;
    }
    .ts-visual-mode.is-left .take-survey-header {
        width: calc(50% - 48px) !important;
        margin-left: 24px !important;
        margin-right: 24px !important;
    }

    .ts-visual-mode.is-left .take-survey-header .cover-wrapper .take-survey-logo,
    .ts-visual-mode.is-left .take-survey-header .cover-wrapper .take-survey-title,
    .ts-visual-mode.is-left .take-survey-header .cover-wrapper .take-survey-start {
        width: 100% !important;
    }

    .ts-visual-mode.is-left .survey-background-image:after {
        width: 50%;
        left: auto;
        right: 0;
        z-index: 1;
    }

    .ts-visual-mode.is-left .survey-background-image:before {
        width: 50%;
        right: 0;
        z-index: 2;
    }

    .ts-visual-mode.is-left .survey-inside-wrapper {
        width: 50% !important;
    }
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .error,
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .multi-row-question,
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper .ok-wrapper {
        width: calc(100% - 48px) !important;
    }
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options &gt; span {
        width: 100%;
        padding-left: 50%;
    }
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .first-child {
        width: 48%;
        margin-left: -50%;
    }
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child {
        width: 50%;
        left: 50%;
    }
    .ts-visual-mode.is-left .survey-inside-wrapper .map-question .highcharts-container {
        width: 100% !important;
    }
    .ts-visual-mode.is-left .survey-inside-wrapper .map-question .highcharts-container svg.highcharts-root {
        width: 100% !important;
    }
    .ts-visual-mode.is-left .survey-body-wrapper .survey-submit-wrapper {
        width: calc(50% - 128px);
        margin-left: 24px;
        margin-right: auto;
    }
    .ts-visual-mode.is-left .notification-wrapper {
        width: 50% !important;
        margin-left: unset;
        margin-right: auto;
    }
    .ts-visual-mode.is-left.language-rtl .take-survey-header {
        margin-right: auto !important;
    }
    .ts-visual-mode.is-left.language-rtl .survey-inside-wrapper {
        margin-right: auto;
    }
    .ts-visual-mode.is-left.language-rtl .survey-body-wrapper .survey-submit-wrapper {
        margin-left: 24px;
        margin-right: auto;
    }
}
@media only screen and (min-width: 1024px) {
    .ts-visual-mode.is-left .finish-option .survey-body-wrapper .survey-run-form {
        width: calc(100% - 128px) !important;
    }
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper,
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .thank-you-ad {
        width: calc(100% - 128px);
    }
    .ts-visual-mode.is-left .take-survey-header {
        width: calc(50% - 128px) !important;
        margin-right: 64px !important;
        margin-left: 64px !important;
    }
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .error,
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .multi-row-question,
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-visual-mode.is-left .survey-inside-wrapper .survey-question-wrapper .cover-wrapper .ok-wrapper {
        width: calc(100% - 128px) !important;
    }
    .ts-visual-mode.is-left .survey-body-wrapper .survey-submit-wrapper {
        margin-left: 64px;
    }
    .ts-visual-mode.is-left.language-rtl .take-survey-header {
        margin-right: auto !important;
    }
    .ts-visual-mode.is-left.language-rtl .survey-body-wrapper .survey-submit-wrapper {
        margin-left: 64px;
    }
}
@media only screen and (min-width: 1200px) {
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper .thank-you-list,
    .ts-visual-mode.is-left .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper .thank-you-form {
        width: 49%;
    }
}
.ts-visual-mode.is-right .smiley-question .answer-options .controls.control-selection .control-label {
    font-size: 10px !important;
}
@media only screen and (min-width: 1200px) {
    .ts-visual-mode.is-right .smiley-question .answer-options .controls.control-selection .control-label {
        font-size: 16px !important;
    }
}
.ts-visual-mode.is-right .smiley-question .answer-options .controls.control-selection .control-icons:before {
    font-size: 30px !important;
}
@media only screen and (min-width: 1200px) {
    .ts-visual-mode.is-right .smiley-question .answer-options .controls.control-selection .control-icons:before {
        font-size: 60px !important;
    }
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.is-right .finish-option .survey-body-wrapper,
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper {
        width: 50%;
        margin-right: unset;
        margin-left: auto;
        margin-top: 0;
        padding-bottom: 0;
        padding-top: 0;
        overflow: hidden;
    }
    .ts-visual-mode.is-right .finish-option .survey-body-wrapper .qp-thank-you-adv,
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .qp-thank-you-adv,
    .ts-visual-mode.is-right .finish-option .survey-body-wrapper .survey-run-form,
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .survey-run-form,
    .ts-visual-mode.is-right .finish-option .survey-body-wrapper .survey-inside-wrapper,
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .survey-inside-wrapper {
        width: 100% !important;
    }
    .ts-visual-mode.is-right .finish-option .survey-body-wrapper .survey-question-wrapper .answer-container,
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .survey-question-wrapper .answer-container {
        width: 100% !important;
    }
    .ts-visual-mode.is-right .finish-option .survey-body-wrapper .survey-run-form {
        width: calc(100% - 48px) !important;
        margin: 0 auto;
    }
    .ts-visual-mode.is-right .finish-option .survey-body-wrapper .survey-question-wrapper.reward-wrapper {
        width: 100%;
    }
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper,
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .thank-you-ad {
        width: calc(100% - 48px);
        margin: 0 auto;
    }
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper .thank-you-list,
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper .thank-you-form {
        width: 100%;
    }
    .ts-visual-mode.is-right .take-survey-header {
        width: calc(50% - 48px) !important;
        margin-left: auto !important;
        margin-right: 24px !important;
    }

    .ts-visual-mode.is-right .take-survey-header .cover-wrapper .take-survey-logo,
    .ts-visual-mode.is-right .take-survey-header .cover-wrapper .take-survey-title,
    .ts-visual-mode.is-right .take-survey-header .cover-wrapper .take-survey-start {
        width: 100% !important;
    }

    .ts-visual-mode.is-right .survey-background-image:after {
        width: 50%;
        left: 0;
        right: auto;
        z-index: 1;
    }

    .ts-visual-mode.is-right .survey-background-image:before {
        width: 50%;
        z-index: 2;
    }

    .ts-visual-mode.is-right .survey-inside-wrapper {
        width: 50% !important;
        margin-left: auto;
    }
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .error,
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .multi-row-question,
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper .ok-wrapper {
        width: calc(100% - 48px) !important;
    }
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options &gt; span {
        width: 100%;
        padding-left: 50%;
    }
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .first-child {
        width: 48%;
        margin-left: -50%;
    }
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child {
        width: 50%;
        left: 50%;
    }
    .ts-visual-mode.is-right .survey-inside-wrapper .map-question .highcharts-container {
        width: 100% !important;
    }
    .ts-visual-mode.is-right .survey-inside-wrapper .map-question .highcharts-container svg.highcharts-root {
        width: 100% !important;
    }
    .ts-visual-mode.is-right .survey-body-wrapper .survey-submit-wrapper {
        width: calc(50% - 128px);
        margin-left: auto;
        margin-right: 24px;
    }
    .ts-visual-mode.is-right .notification-wrapper {
        width: 50% !important;
        margin-left: auto;
        margin-right: unset;
    }
}
@media only screen and (min-width: 1024px) {
    .ts-visual-mode.is-right .finish-option .survey-body-wrapper .survey-run-form {
        width: calc(100% - 128px) !important;
    }
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper,
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .thank-you-ad {
        width: calc(100% - 128px);
    }
    .ts-visual-mode.is-right .take-survey-header {
        width: calc(50% - 128px) !important;
        margin-right: 64px !important;
    }
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .error,
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .multi-row-question,
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-visual-mode.is-right .survey-inside-wrapper .survey-question-wrapper .cover-wrapper .ok-wrapper {
        width: calc(100% - 128px) !important;
    }
    .ts-visual-mode.is-right .survey-body-wrapper .survey-submit-wrapper {
        margin-right: 64px;
    }
}
@media only screen and (min-width: 1200px) {
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper .thank-you-list,
    .ts-visual-mode.is-right .post-survey-wrapper .survey-body-wrapper .thank-you-wrapper .thank-you-form {
        width: 49%;
    }
}
.ts-visual-mode.is-align-center .take-survey-header {
    text-align: center;
}
.ts-visual-mode.is-align-center .take-survey-header .take-survey-logo span {
    text-align: center;
}
.ts-visual-mode.is-align-center .take-survey-header .take-survey-start span {
    width: 100%;
}
.ts-visual-mode.is-align-center .take-survey-header .take-survey-start span .btn.btn-start {
    margin-left: auto;
    margin-right: auto;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .question-container {
    width: auto !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .error,
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .ok-wrapper {
    text-align: center;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .ok-wrapper {
    justify-content: center;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .table-responsive {
    margin-left: auto;
    margin-right: auto;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question {
    text-align: center;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.gabor-granger-question .answer-price-option {
    display: block;
    text-align: center;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .youtube-wrapper {
    text-align: center;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.dynamic-lookup-question,
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question {
    text-align: center;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question {
    justify-content: center;
    text-align: center;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options {
    float: none;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container:not(.smiley-question, .thumbs-updown-question, .nps-plus-question, .nps-question, .drag-drop-question, .conjoint-maxdiff-question, .map-question) .answer-options {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.reference-data-question .answer-options {
    width: max-content;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .answer-container.reference-data-question .answer-options .referenceData .error {
    display: block;
    text-align: left;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-question-wrapper .multi-row-question .answer-container {
    width: 100% !important;
}
.ts-visual-mode.is-align-center .survey-body-wrapper .survey-submit-wrapper {
    justify-content: center;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.is-align-right.is-left .survey-body-wrapper .survey-question-wrapper .question-container,
    .ts-visual-mode.is-align-right.is-right .survey-body-wrapper .survey-question-wrapper .question-container {
        width: auto !important;
        margin-right: 64px !important;
    }
}
.ts-visual-mode.is-align-right .take-survey-header {
    text-align: right;
}
.ts-visual-mode.is-align-right .take-survey-header .take-survey-logo span {
    text-align: right;
}
.ts-visual-mode.is-align-right .take-survey-header .take-survey-start span {
    width: 100%;
}
.ts-visual-mode.is-align-right .take-survey-header .take-survey-start span .btn.btn-start {
    margin-left: auto;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .question-container {
    width: auto !important;
    margin-right: unset !important;
    margin-left: auto;
    text-align: right;
}
@media only screen and (min-width: 1024px) {
    .ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .question-container {
        margin-right: 5% !important;
    }
}
@media only screen and (min-width: 1200px) {
    .ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .question-container {
        margin-right: calc(100% / 2 - 512px + 65px) !important;
    }
}
@media only screen and (min-width: 1400px) {
    .ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .question-container {
        margin-right: calc(100% / 2 - 650px + 65px) !important;
    }
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .error,
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .ok-wrapper {
    text-align: right;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .ok-wrapper {
    justify-content: right;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.conjoint-maxdiff-question .table-responsive {
    margin-left: auto;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.multiple-choice-question.gabor-granger-question .answer-price-option {
    display: block;
    text-align: right;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .youtube-wrapper {
    text-align: right;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper {
    display: block;
    margin-left: auto;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.dynamic-lookup-question,
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.thumbs-updown-question {
    text-align: right;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question {
    justify-content: end;
    text-align: right;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.smiley-question .answer-options {
    float: none;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container:not(.smiley-question, .thumbs-updown-question, .nps-plus-question, .nps-question, .drag-drop-question, .conjoint-maxdiff-question, .map-question) .answer-options {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: right;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container:not(.smiley-question, .thumbs-updown-question, .nps-plus-question, .nps-question, .drag-drop-question, .conjoint-maxdiff-question, .map-question) .answer-options .controls.control-selection {
    margin-right: unset;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.reference-data-question .answer-options {
    width: max-content;
    display: block;
    margin-left: auto;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .answer-container.reference-data-question .answer-options .referenceData .error {
    display: block;
    text-align: left;
}
.ts-visual-mode.is-align-right .survey-body-wrapper .survey-question-wrapper .multi-row-question .answer-container {
    width: 100% !important;
}
.ts-visual-mode.is-align-right .survey-submit-wrapper {
    justify-content: right;
}
.ts-visual-mode.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
    height: calc(100% - 140px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
        height: calc(100% - 40px);
    }
}
.ts-visual-mode.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
    height: calc(100% - 265px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
        height: calc(100% - 100px);
    }
}
.ts-visual-mode.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
    top: -265px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
        top: -120px;
    }
}
.ts-visual-mode.has-social-toolbar .take-survey-header .take-survey-start {
    margin-bottom: 140px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-social-toolbar .take-survey-header .take-survey-start {
        margin-bottom: 40px;
    }
}
.ts-visual-mode.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
    height: calc(100% - 170px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
        height: calc(100% - 80px);
    }
}
.ts-visual-mode.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
    height: calc(100% - 245px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
        height: calc(100% - 100px);
    }
}
.ts-visual-mode.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
    top: -240px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
        top: -130px;
    }
}
.ts-visual-mode.has-branding-footer .take-survey-header .take-survey-start {
    margin-bottom: 170px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer .take-survey-header .take-survey-start {
        margin-bottom: 80px;
    }
}
.ts-visual-mode.has-branding-footer.is-half .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
    height: calc(100% - 170px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer.is-half .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
        height: calc(65% - 100px) !important;
    }
}
.ts-visual-mode.has-branding-footer.is-half .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
    height: calc(100% - 220px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer.is-half .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
        height: calc(65% - 150px) !important;
    }
}
.ts-visual-mode.has-branding-footer.is-half .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
    top: -220px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer.is-half .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
        top: -130px !important;
    }
}
.ts-visual-mode.has-branding-footer.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
    height: calc(100% - 250px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
        height: calc(100% - 80px);
    }
}
.ts-visual-mode.has-branding-footer.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
    height: calc(100% - 335px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
        height: calc(100% - 100px);
    }
}
.ts-visual-mode.has-branding-footer.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
    top: -320px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer.has-social-toolbar .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
        top: -130px;
    }
}
.ts-visual-mode.has-branding-footer.has-social-toolbar .take-survey-header .take-survey-start {
    margin-bottom: 250px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode.has-branding-footer.has-social-toolbar .take-survey-header .take-survey-start {
        margin-bottom: 80px;
    }
}
.ts-visual-mode .finish-option {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    justify-content: center;
}
.ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] {
    width: 100%;
    background: transparent;
    bottom: 0;
    backdrop-filter: blur(8px);
    font-size: 12px;
    font-weight: 400;
    padding: 0 0 10px;
    position: fixed;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    z-index: 1;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] {
        padding-top: 10px;
    }
}
.ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
    flex-flow: column;
    justify-content: space-between;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
        width: 95%;
        flex-flow: row;
    }
}
@media only screen and (min-width: 1024px) {
    .ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] {
        padding-left: 0;
        padding-right: 0;
    }
}
.ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; .btn {
    width: 100%;
    -webkit-border-radius: 4px ;
    -moz-border-radius: 4px ;
    border-radius: 4px ;
    font-size: 16px;
    font-weight: 400;
    margin-top: 7px;
    padding: 8px 10px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; .btn {
        width: auto;
        font-size: 12px;
        padding: 3px 10px;
    }
}
.ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span {
    align-items: center;
    display: block;
    font-size: 12px;
    justify-content: center;
    margin-top: 15px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span {
        width: auto;
        display: flex;
        margin-top: 0;
    }
}
.ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span &gt; span {
    font-size: 12px;
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span &gt; span {
        margin-bottom: 0;
    }
}
.ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span &gt; span ~ a {
    margin-bottom: 5px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span &gt; span ~ a {
        margin-bottom: 0;
        margin-left: 10px;
    }
}
.ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span &gt; a {
    font-size: 12px;
    line-height: normal;
    margin: unset;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span &gt; a {
        margin: 0 auto;
    }
}
.ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span &gt; a ~ a {
    margin-bottom: 5px;
    margin-left: 64px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper ~ div[style="display: block !important;"] &gt; div[style="display: flex !important;"] &gt; span &gt; a ~ a {
        margin-bottom: 0;
        margin-left: 10px;
    }
}
.ts-visual-mode .survey-body-wrapper .print-link ~ .survey-inside-wrapper {
    backdrop-filter: blur(8px);
    padding: 30px 0 40px;
}
.ts-visual-mode .survey-body-wrapper .print-link ~ .survey-inside-wrapper .survey-question-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
.ts-visual-mode .survey-body-wrapper .print-link ~ .survey-inside-wrapper .survey-question-wrapper.reward-wrapper .coupon-title {
    font-size: 24px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-ad {
    backdrop-filter: blur(8px);
    padding: 30px 0;
}
.ts-visual-mode .survey-body-wrapper .thank-you-ad .survey-run-form {
    min-height: auto !important;
    margin-top: 0 !important;
}
.ts-visual-mode .survey-body-wrapper .thank-you-ad .survey-run-form #finishText div {
    font-size: 32px;
    line-height: 48px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-ad .qp-thank-you-adv {
    min-height: auto;
    margin-top: 15px;
    margin-bottom: 10px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-ad .qp-thank-you-adv .form-action-panel .tp-heading {
    padding-top: 20px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-ad .qp-thank-you-adv .form-action-panel .call-out-btn {
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
    padding: 8px 16px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper {
    width: 100%;
    backdrop-filter: blur(8px);
    padding: 20px 10px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper .thank-you-wrapper {
        padding: 30px;
    }
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper .thank-you-header {
    margin-bottom: 20px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper .thank-you-header h3 {
    font-size: 28px;
    font-weight: 500;
    line-height: 42px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper .thank-you-header h4 {
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin: 15px auto 0;
    padding-top: 20px;
    position: relative;
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper .thank-you-header h4:before {
    height: 1px;
    background-color: #eee;
    content: '';
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper .thank-you-header h4 span {
    font-family: "Fira Sans", sans-serif, Arial;
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper .thank-you-list {
    margin-bottom: 15px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper .thank-you-list &gt; ul &gt; li {
    font-size: 20px;
    font-weight: 300;
    padding: 5px 0 5px 24px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper .thank-you-form {
    margin-bottom: 10px;
}
.ts-visual-mode .survey-body-wrapper .thank-you-wrapper .thank-you-form .btn {
    font-size: 16px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper {
    justify-content: start !important;
    padding: 20px 0 20px !important;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper {
        justify-content: center !important;
        padding: 50px 0 !important;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type {
    height: calc(var(--vh, 1vh) * 100);
    max-height: 95.5vh;
    margin-bottom: 0;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
    width: 100%;
    height: calc(100% - 185px);
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    overflow-y: auto;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper:last-of-type .cover-wrapper {
        height: calc(100% - 100px);
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .error,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .multi-row-question,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .question-container,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper &gt; .answer-container,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .ok-wrapper {
    margin-left: auto;
    margin-right: auto;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
    width: 100%;
    height: calc(100% - 70px);
    display: flex;
    flex-direction: column;
    justify-content: start;
    overflow-y: auto;
    padding-top: 10px;
    transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper {
        height: calc(100% - 40px);
        justify-content: center;
        padding-top: 0;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .question-container,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .answer-container,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .error {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
@media only screen and (min-width: 1024px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .error {
        width: 95%;
    }
}
@media only screen and (min-width: 1200px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .error {
        width: calc(1024px - 130px);
    }
}
@media only screen and (min-width: 1400px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .question-container,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .answer-container,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .cover-wrapper &gt; .error {
        width: calc(1300px - 130px);
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .multi-row-question ~ .ok-wrapper {
    margin-top: auto;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .multi-row-question ~ .ok-wrapper {
        margin-top: 0;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .error {
    font-size: 14px;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .error {
        font-size: 18px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .prefix-wrapper,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .suffix-wrapper {
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .prefix-wrapper,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .suffix-wrapper {
        font-size: 18px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .form-input {
    backdrop-filter: blur(8px);
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .form-input {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .form-input:focus ~ label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .form-input.used ~ label {
    top: -16px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .form-input ~ label {
    z-index: 2;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .table-heading-wrapper .control-label {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .table-heading-wrapper .control-label {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .question-container {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: auto;
    padding-right: 30px;
    padding-left: 10px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .question-container {
        font-size: 28px;
        line-height: 48px;
        margin-bottom: 20px;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .question-container {
        font-size: 32px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .question-container.required:before {
    left: 0;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.form-type-question label {
    font-weight: 400;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.form-type-question .answer-options.required:before {
    display: none;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.form-type-question .answer-options.required .input-wrapper {
    position: relative;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.form-type-question .answer-options.required .input-wrapper:after {
    content: '\2731';
    display: block;
    font-size: 8px;
    left: -15px;
    line-height: 8px;
    position: absolute;
    top: 15px;
}
@media only screen and (min-width: 992px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.form-type-question .answer-options.required .input-wrapper:after {
        font-size: 11px;
        line-height: 11px;
    }
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.drag-drop-question .answer-options .first-child,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.drag-drop-question .answer-options .second-child {
        max-width: 50%;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.date-time-question .answer-options .select-wrapper.small {
    width: 32%;
    margin-bottom: 10px;
}
@media only screen and (min-width: 480px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.date-time-question .answer-options .select-wrapper.small {
        width: 140px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.date-time-question .answer-options .select-wrapper .btn-group .dropdown-toggle.btn-default {
    padding-left: 10px;
    padding-right: 5px;
}
@media only screen and (min-width: 480px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.date-time-question .answer-options .select-wrapper .btn-group .dropdown-toggle.btn-default {
        padding-left: 15px;
        padding-right: 25px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.nps-question .answer-options label.controls.control-selection .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.nps-plus-question .answer-options label.controls.control-selection .control-label {
    font-size: 20px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls.control-selection {
    padding: 10px;
    backdrop-filter: blur(8px);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls.control-selection .croppie-container {
    margin-bottom: 10px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.image-chooser-question .answer-options .controls.control-selection .control-label {
    margin-bottom: 0;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question .answer-options .controls.control-selection .blinker,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.thumbs-updown-question .answer-options .controls.control-selection .blinker {
    backdrop-filter: blur(8px);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container {
    display: flex;
    flex-wrap: wrap;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options {
    width: calc(100% / 5);
    display: flex;
    max-width: 173px;
    margin-bottom: 10px !important;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options.dynamic-explode {
    max-width: 100% !important;
    display: block;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options {
        margin-right: 15px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options .controls.control-selection {
    width: 100%;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options .controls.control-selection .control-label {
    font-size: 10px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options .controls.control-selection .control-label {
        font-size: 16px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options .controls .control-icons {
    height: 50px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options .controls .control-icons {
        height: 100px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options .controls .control-icons:before {
    font-size: 30px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.smiley-question.answer-container .answer-options .controls .control-icons:before {
        font-size: 60px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-dropdown-question .answer-options {
    margin-bottom: 10px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr {
    border-bottom: 10px solid transparent;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr &gt; th,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr &gt; th,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr &gt; th,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr &gt; th {
    border-left: 10px solid transparent;
    padding: 0;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr &gt; th &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr &gt; th &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr &gt; th &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr &gt; th &gt; .answer-options {
    padding: 5px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; thead &gt; tr &gt; td .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; thead &gt; tr &gt; td .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; thead &gt; tr &gt; td .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; thead &gt; tr &gt; td .child-table {
    backdrop-filter: blur(8px);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr:not(.error-tr),
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr:not(.error-tr),
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr:not(.error-tr),
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr:not(.error-tr) {
    border-top: 10px solid transparent;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td {
    backdrop-filter: blur(8px);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td:first-child,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td:first-child,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td:first-child,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td:first-child {
    padding-left: 15px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td &gt; .controls.control-selection:hover,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td &gt; .controls.control-selection:hover,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td &gt; .controls.control-selection:hover,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td &gt; .controls.control-selection:hover,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td &gt; .controls.control-selection.active,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td &gt; .controls.control-selection.active,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td &gt; .controls.control-selection.active,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr:not(.error-tr) &gt; td &gt; .controls.control-selection.active {
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td {
    backdrop-filter: blur(0);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td &gt; .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td &gt; .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td &gt; .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td &gt; .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td &gt; .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td &gt; .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td &gt; .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td &gt; .child-table,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr.thead-subheading &gt; td &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td &gt; .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .parent-table &gt; tbody &gt; tr.thead-heading &gt; td &gt; .answer-options {
    backdrop-filter: blur(8px);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper {
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper:after,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper:after,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.van-westendorp-slider-question .loop-wrapper:after,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.numeric-slider-question .loop-wrapper:after,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper:after,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.text-slider-question .loop-wrapper:after {
    width: calc(60% + 10px);
    height: 101%;
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.bipolar-slider-question .table-heading-wrapper {
    margin-bottom: 10px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper:after {
    width: calc(100% - 50px);
    right: calc(20% + 50px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.bipolar-slider-question .loop-wrapper:after {
        width: calc(60% - 50px);
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question.hide-slider .sum-wrapper {
    margin-left: auto;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper:after {
    width: 85%;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper:after {
        width: 65%;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper.has-count:after {
    width: 95%;
    right: 5%;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .loop-wrapper .sum-wrapper {
    min-width: 48px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper:after {
    width: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .loop-wrapper:after {
        width: calc(40% + 30px);
    }
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question.has-prefix-suffix .loop-wrapper:after {
        width: calc(30% + 30px);
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper .slide-text-wrapper {
    padding: 5px 0 15px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper .ui-slider:before {
    width: calc(100% + 44px);
    height: 40px;
    position: absolute;
    left: -21px;
    top: -10px;
    z-index: -1;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.video-rating-question .video-slider-wrapper .ui-slider.ui-widget-content {
    width: calc(100% - 40px);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options {
    padding: 5px 15px !important;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr:last-child &gt; td {
    border-width: 0 2px 2px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td {
    border-width: 0 2px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-question .parent-table &gt; tbody &gt; tr &gt; td:first-child {
    padding-left: 15px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.star-rating-question.v2 .answer-options.social-sharing .controls.control-selection .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options.social-sharing .controls.control-selection .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.star-rating-question.v2 .answer-options.social-sharing .controls.control-selection .social-icon-wrapper,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.pushto-social-question.v2 .answer-options.social-sharing .controls.control-selection .social-icon-wrapper {
    text-align: center;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.star-rating-question .answer-options,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.pushto-social-question .answer-options {
    margin-bottom: 10px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls.control-selection,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls.control-selection {
    padding: 0;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls.control-selection .star-rating,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls.control-selection .star-rating {
    margin: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}
@media only screen and (min-width: 500px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls.control-selection .star-rating .rating__item,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls.control-selection .star-rating .rating__item {
        margin: 0 10px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls.control-selection .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls.control-selection .control-label {
    padding: 8px 15px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls.control-selection {
        width: fit-content;
        margin: 0;
    }
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls.control-selection .control-label {
        width: auto;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls.control-selection .star-rating {
    margin-left: auto;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-maxdiff-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.bipolar-slider-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.text-slider-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.numeric-slider-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.van-westendorp-slider-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.nps-slider-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .control-label,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .control-label {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-maxdiff-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.bipolar-slider-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.text-slider-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.numeric-slider-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.van-westendorp-slider-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.nps-slider-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-spreadsheet-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-multipoint-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.matrix-sidebyside-question .control-label,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.flex-matrix-question .control-label {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.text-highlighter-question &gt; span {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.text-highlighter-question &gt; span {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-text span {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.qr-code-like-dislike-question .qr-code-text span {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.reference-data-question .referenceData {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.reference-data-question .referenceData {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.text-slider-question .text-slide-value,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.numeric-slider-question .text-slide-value,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .text-slide-value {
    font-size: 12px;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.text-slider-question .text-slide-value,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.numeric-slider-question .text-slide-value,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .text-slide-value {
        font-size: 16px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .form-input {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.constant-sum-question .form-input {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options &gt; p {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.van-westendorp-text-question .answer-options &gt; p {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .needed-value,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .cost-value {
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .needed-value,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.budget-scale-question .cost-value {
        font-size: 18px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.video-rating-question .slide-text-wrapper &gt; span {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.video-rating-question .slide-text-wrapper &gt; span {
        font-size: 18px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-maxdiff-question .steps-count,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-question .steps-count {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-maxdiff-question .steps-count,
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.conjoint-question .steps-count {
        font-size: 18px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.card-sorting-question .answer-options &gt; span,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.card-sorting-question .answer-options &gt; .ui-sortable {
    backdrop-filter: blur(8px);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.card-sorting-question .answer-options &gt; span {
    height: 32px;
    line-height: 32px;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.card-sorting-question .answer-options &gt; span {
        width: 66%;
        padding: 0;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.card-sorting-question .answer-options .ui-sortable-container .sortable-loop-wrapper .ui-sortable {
    backdrop-filter: blur(8px);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options {
    margin-bottom: 10px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options:last-child {
    margin-bottom: 10px !important;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options .controls.control-selection {
    backdrop-filter: blur(8px);
    padding-left: 55px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options .controls.control-selection:before {
    width: 40px;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    z-index: -5;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options .controls.control-selection .list-type {
    left: 15px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options .controls.control-selection .control-label {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options .controls.control-selection .control-label {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container.multiple-choice-question .answer-options .controls.control-selection .control-indicator {
    left: 10px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .select-wrapper {
    backdrop-filter: blur(8px);
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .select-wrapper:before {
    width: 32px;
    height: auto;
    font-size: 12px;
    content: "\f0d7";
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .select-wrapper:after {
    width: 40px;
    height: 100%;
    content: "";
    right: 0;
    position: absolute;
    z-index: -5;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .controls.control-selection .control-label {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .controls.control-selection .control-label {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .bootstrap-select.form-select &gt; .dropdown-toggle.btn-default {
    font-size: 16px;
    font-weight: 400;
    padding-left: 15px;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper .answer-container .answer-options .bootstrap-select.form-select &gt; .dropdown-toggle.btn-default {
        font-size: 20px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .survey-question-wrapper.active-question .ok-wrapper {
    display: flex !important;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .ok-wrapper {
    display: flex !important;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .ok-wrapper {
        margin-top: 0;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .ok-wrapper .ok-btn,
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .ok-wrapper .btn-prev {
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
    margin-top: 30px !important;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .ok-wrapper .ok-btn {
    width: 100% !important;
    min-width: 160px !important;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .ok-wrapper .ok-btn {
        width: auto !important;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .ok-wrapper .btn-prev {
    margin-right: 0 !important;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper.has-interactive-mode .ok-wrapper .btn-prev &gt; i {
    font-size: 20px !important;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper .btn.btn-start {
    -webkit-border-radius: 2px ;
    -moz-border-radius: 2px ;
    border-radius: 2px ;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper .btn.btn-start {
        min-width: 320px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper .modern-progress-top-wrapper {
    height: 8px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper .modern-progress-top-wrapper .progress-bar-outer {
    height: 8px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper .modern-progress-top-wrapper .progress-bar-outer &gt; .progress-bar-inner {
    height: 8px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper .modern-progress-top-wrapper .progress-bar-outer &gt; .progress-bar-inner:after {
    right: -8px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-inside-wrapper .modern-progress-top-wrapper .progress-bar-outer &gt; span {
    width: 6px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .btn:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
    top: -185px;
    transition: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper {
        top: -120px;
    }
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper .btn-submit {
    margin-right: 0;
    order: 2;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper .ok-wrapper {
    order: 3;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper .btn-prev {
    margin-right: 0 !important;
    margin-left: 10px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper .btn-prev &gt; i {
    font-size: 20px !important;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper .btn-back {
    margin-right: 10px;
}
.ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper .btn-save-later {
    margin-top: 0;
    margin-bottom: 10px;
    order: 1;
}
@media only screen and (min-width: 768px) {
    .ts-visual-mode .survey-body-wrapper.ts-sqpp-main .survey-run-form .survey-submit-wrapper .btn-save-later {
        margin-bottom: 0;
    margin-left: 10px;
        order: 2;
    }
}
.ts-visual-mode .bootstrap-select.form-select.btn-group .dropdown-menu li a span.text {
    font-size: 16px;
    font-weight: 400;
}
@media only screen and (min-width: 1800px) {
    .ts-visual-mode .bootstrap-select.form-select.btn-group .dropdown-menu li a span.text {
        font-size: 20px;
    }
}
.ui-datepicker-modal-bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
}
.qp-ts-highlighter-popover {
    z-index: 12;
}
.qp-ts-highlighter-popover.hidden ~ .qp-highlighter-modal-bg {
    display: none;
}
.qp-ts-highlighter-popover ~ .qp-highlighter-modal-bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    content: '';
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 11;
}
.has-kbf-active .take-survey-title &gt; span .survey-exit.focus-visible {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .question-container .question-tip {
    overflow: unset;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .question-container .question-tip.focus-visible {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .input-wrapper .form-input.focus-visible {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .input-wrapper .form-input.focus-visible ~ .line-flow {
    display: none;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .sl_search_button_box input.focus-visible,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .sl_next_button input.focus-visible {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .bootstrap-select.form-select.focus-visible {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .location-btn.focus-visible {
    -webkit-border-radius: 0  !important;
    -moz-border-radius: 0  !important;
    border-radius: 0  !important;
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .ok-wrapper .ok-btn.focus-visible {
    border-radius: 0;
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .controls.control-selection.focus-visible {
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
}
@media only screen and (min-width: 1200px) {
    .has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .controls.control-selection.focus-visible .blinker {
        background: rgba(10, 134, 234, 0.1);
    }
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .controls.control-selection.focus-visible:hover {
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .social-icon-wrapper a {
    position: relative;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .social-icon-wrapper a.focus-visible {
    text-decoration: none;
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .ui-slider-handle.focus-visible {
    text-decoration: none;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .ui-slider-handle.focus-visible:after {
    display: none;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .ui-slider-handle.focus-visible:before {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
    content: "";
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    bottom: -0.2em;
    left: -0.2em;
    z-index: 0;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .addoption-wrapper a {
    position: relative;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .addoption-wrapper a.focus-visible {
    text-decoration: none;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container .addoption-wrapper a.focus-visible:before {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
    content: "";
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    bottom: -0.2em;
    left: -0.2em;
    z-index: 0;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container a.verify-btn {
    position: relative;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container a.verify-btn.focus-visible {
    text-decoration: none;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container a.verify-btn.focus-visible:before {
    content: "";
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    bottom: -0.2em;
    left: -0.2em;
    z-index: 0;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(1) ~ .rating__item:nth-of-type(1)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(1) ~ .rating__item:nth-of-type(1)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(1) ~ .rating__item:nth-of-type(1)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(2) ~ .rating__item:nth-of-type(2)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(2) ~ .rating__item:nth-of-type(2)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(2) ~ .rating__item:nth-of-type(2)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(3) ~ .rating__item:nth-of-type(3)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(3) ~ .rating__item:nth-of-type(3)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(3) ~ .rating__item:nth-of-type(3)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(4) ~ .rating__item:nth-of-type(4)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(4) ~ .rating__item:nth-of-type(4)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(4) ~ .rating__item:nth-of-type(4)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.star-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(5) ~ .rating__item:nth-of-type(5)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.pushto-social-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(5) ~ .rating__item:nth-of-type(5)::after,
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.video-rating-question .answer-options .controls .star-rating .rating__control.focus-visible:nth-of-type(5) ~ .rating__item:nth-of-type(5)::after {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
    content: "";
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    bottom: -0.2em;
    left: -0.2em;
    z-index: 0;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.calendar-question .answer-options .ui-datepicker-trigger.focus-visible {
    content: "";
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
    outline: none;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question a {
    position: relative;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question a.focus-visible {
    text-decoration: none;
}
.has-kbf-active .survey-body-wrapper .survey-question-wrapper .answer-container.qr-code-like-dislike-question a.focus-visible:before {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
    content: "";
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    bottom: -0.2em;
    left: -0.2em;
    z-index: 0;
}
.has-kbf-active .survey-body-wrapper .btn-back,
.has-kbf-active .survey-body-wrapper .btn-submit {
    position: relative;
}
.has-kbf-active .survey-body-wrapper .btn-back.focus-visible,
.has-kbf-active .survey-body-wrapper .btn-submit.focus-visible {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-kbf-active .survey-body-wrapper .btn-back.focus-visible:before,
.has-kbf-active .survey-body-wrapper .btn-submit.focus-visible:before {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
    content: "";
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    bottom: -0.2em;
    left: -0.2em;
    z-index: 0;
}
.has-kbf-active .survey-body-wrapper .btn-save-later {
    position: relative;
}
.has-kbf-active .survey-body-wrapper .btn-save-later.focus-visible {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-kbf-active .survey-body-wrapper .btn-save-later.focus-visible:after {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
    content: "";
    position: absolute;
    top: -0.2em;
    right: -0.2em;
    bottom: -0.2em;
    left: -0.2em;
    z-index: 0;
}
.has-kbf-active .survey-body-wrapper ~ div .btn,
.has-kbf-active .survey-body-wrapper ~ div a {
    position: relative;
}
.has-kbf-active .survey-body-wrapper ~ div .btn.focus-visible,
.has-kbf-active .survey-body-wrapper ~ div a.focus-visible {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
    text-decoration: none;
}
.has-kbf-active .branding-survey-footer .btn,
.has-kbf-active .branding-survey-footer a {
    position: relative;
}
.has-kbf-active .branding-survey-footer .btn.focus-visible,
.has-kbf-active .branding-survey-footer a.focus-visible {
    box-shadow: 0 0 0 4px rgba(84, 94, 107, 0.3);
    text-decoration: none;
}
.cache-question-answers {
    max-height: 400px;
    overflow-y: auto;
    margin: 20px 0;
}
.cache-question-text {
    font-size: 14px;
    font-weight: bold;
}
.cache-answer-text {
    font-size: 14px;
}
.cache-question-answers td {
    padding: 0 5px;
    vertical-align: text-top;
}
.qp-global-dd.dropdown.lang-dropdown {
    width: auto;
    height: 30px;
    margin: 0;
    min-width: 135px;
    position: static;
}
@media only screen and (min-width: 768px) {
    .qp-global-dd.dropdown.lang-dropdown {
        height: 32px;
    }
}
.qp-global-dd.dropdown.lang-dropdown.has-search.search-active .dropdown-toggle &gt; span {
    display: block;
    opacity: 1;
}
.qp-global-dd.dropdown.lang-dropdown.has-search.open .dropdown-toggle &gt; span {
    display: none;
    opacity: 0;
}
.qp-global-dd.dropdown.lang-dropdown.open.has-search.help-active .drp-searchbox {
    width: calc(100% - 38px);
}
.qp-global-dd.dropdown.lang-dropdown.open.has-search .dropdown-toggle {
    color: transparent;
}
.qp-global-dd.dropdown.lang-dropdown.open.has-search .dropdown-toggle:before {
    display: none;
}
.qp-global-dd.dropdown.lang-dropdown.open.has-search .dropdown-toggle i {
    line-height: 0;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transition: all all 0.15s ease-in-out ease-in-out;
    -moz-transition: all all 0.15s ease-in-out ease-in-out;
    -o-transition: all all 0.15s ease-in-out ease-in-out;
    -webkit-transition: all all 0.15s ease-in-out ease-in-out;
}
.qp-global-dd.dropdown.lang-dropdown.open.has-search .drp-searchbox {
    border: none;
    cursor: text;
    display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 30px;
    position: absolute;
    z-index: 9;
}
.qp-global-dd.dropdown.lang-dropdown.open.has-search .drp-searchbox::placeholder {
    font-size: 12px;
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle {
    width: 100%;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 400;
    line-height: 30px;
    padding: 0 31px 0 7px;
    position: relative;
    vertical-align: middle;
    z-index: 0;
}
@media only screen and (min-width: 768px) {
    .qp-global-dd.dropdown.lang-dropdown .dropdown-toggle {
        line-height: 32px;
    }
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle:before {
    -webkit-border-radius: 3px ;
    -moz-border-radius: 3px ;
    border-radius: 3px ;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition-duration: 0.15s;
    transition-property: transform,opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle:hover,
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle.open {
    text-decoration: none;
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle:hover:before,
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle.open:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle &gt; span {
    display: none;
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle &gt; i {
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 12px;
    top: 50%;
    transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.15s ease-in-out;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    vertical-align: middle;
    z-index: 1;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu {
    max-width: 400px;
    min-width: 250px;
    border: none;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-box-shadow: 0 2px 4px rgba(84, 94, 107, 0.175);
    -webkit-box-shadow: 0 2px 4px rgba(84, 94, 107, 0.175);
    box-shadow: 0 2px 4px rgba(84, 94, 107, 0.175);
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    right: auto;
    top: 100%;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu:before,
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu:after {
    display: none;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li {
    width: 100%;
    border: none;
    display: block;
    margin: 0;
    position: relative;
    text-align: left;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li .material-icons {
    font-size: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    vertical-align: middle;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li .material-icons.dd-icon-left {
    left: 20px;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li .material-icons.dd-icon-right,
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li .material-icons.dd-check {
    right: 20px;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li label,
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li a {
    width: 100%;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    min-height: auto;
    place-content: center flex-start;
    text-align: left;
    user-select: none;
    white-space: unset;
}

.qp-global-dd.dropdown.lang-dropdown.open .dropdown-toggle:before,
.qp-global-dd.dropdown.lang-dropdown.open .dropdown-trigger:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
.qp-global-dd.dropdown.lang-dropdown.qp-toggle-dd {
    min-width: auto;
    position: relative;
}
.qp-global-dd.dropdown.lang-dropdown.qp-toggle-dd .qp-btn {
    border-radius: 100%;
    padding: 6px 6px 5px;
}
.qp-global-dd.dropdown.lang-dropdown.qp-toggle-dd .qp-btn.small-btn {
    padding: 4px 5px;
}
.qp-global-dd.dropdown.lang-dropdown.qp-toggle-dd .qp-btn i {
    padding-left: 0;
}
.qp-global-dd.dropdown.lang-dropdown.qp-toggle-dd &gt; ul.dropdown-menu {
    left: auto !important;
    min-width: max-content;
    right: 0 !important;
}
.qp-global-dd.dropdown.lang-dropdown.qp-toggle-dd &gt; ul.dropdown-menu li .dd-icon-left {
    left: 15px;
}
.qp-global-dd.dropdown.lang-dropdown.qp-toggle-dd.open .qp-btn:before {
    -moz-opacity: 0.07;
    -khtml-opacity: 0.07;
    -webkit-opacity: 0.07;
    opacity: 0.07;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=7.000000000000001);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}
/* Language Dropdown CSS */
.lang-exit-btn-wrapper {
    position: fixed;
    right: 12px;
    top: 30px;
    z-index: 50;
}
.qp-global-dd.dropdown.lang-dropdown {
    width: 40px;
    min-width: auto;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.qp-global-dd.dropdown.lang-dropdown.has-search {
    position: relative;
}
.qp-global-dd.dropdown.lang-dropdown.has-search.open .dropdown-menu {
    width: 100% !important;
    display: none;
}
.qp-global-dd.dropdown.lang-dropdown.has-search.open-list .dropdown-menu {
    width: 100% !important;
}
.qp-global-dd.dropdown.lang-dropdown.has-search.open-list .dropdown-menu {
    display: block;
}
.qp-global-dd.dropdown.lang-dropdown.has-search .drp-searchbox {
    width: 100% !important;
    height: 100%;
    border: 0;
    outline: 0;
    padding: 0 15px 0 35px;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.qp-global-dd.dropdown.lang-dropdown.has-search .dropdown-toggle {
    padding: 0 15px 0 25px;
}
.qp-global-dd.dropdown.lang-dropdown.has-search .dropdown-toggle i {
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
}
.qp-global-dd.dropdown.lang-dropdown.has-search .dropdown-toggle i.material-icons {
    left: 5px;
    right: auto;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transition: all none ease-in-out;
    -moz-transition: all none ease-in-out;
    -o-transition: all none ease-in-out;
    -webkit-transition: all none ease-in-out;
}
.qp-global-dd.dropdown.lang-dropdown.search-active {
    width: 160px;
}
@media only screen and (min-width: 1200px) {
    .qp-global-dd.dropdown.lang-dropdown.search-active {
        width: 200px;
    }
}
.qp-global-dd.dropdown.lang-dropdown.search-active .dropdown-toggle {
    padding: 0 15px 0 35px;
}
.qp-global-dd.dropdown.lang-dropdown.search-active .dropdown-toggle i.fa-caret-down {
    display: none;
}
.qp-global-dd.dropdown.lang-dropdown.open .dropdown-toggle i.fa-caret-down {
    line-height: 0;
    -webkit-transform: rotate(-180deg) !important;
    -moz-transform: rotate(-180deg) !important;
    -ms-transform: rotate(-180deg) !important;
    -o-transform: rotate(-180deg) !important;
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle {
    height: 100%;
    padding: 0;
    text-decoration: none !important;
    vertical-align: top;
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle:before {
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle &gt; .material-icons {
    font-size: 22px;
    line-height: 0;
    padding-right: 10px;
    right: 4px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle .fa-caret-down {
    right: 5px;
}
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle:hover,
.qp-global-dd.dropdown.lang-dropdown .dropdown-toggle:focus {
    cursor: pointer;
    text-decoration: none !important;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu {
    min-width: 200px;
    max-height: 210px;
    left: auto !important;
    overflow-y: auto;
    right: 0;
    top: 32px;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu.has-icons li label,
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu.has-icons li a {
    padding-bottom: 11px;
    padding-left: 8px;
    padding-right: 35px;
    padding-top: 12px;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li.selected .material-icons {
    visibility: visible;
}
.qp-global-dd.dropdown.lang-dropdown ul.dropdown-menu li .material-icons {
    margin-top: -2px;
    visibility: hidden;
    right: 8px;
}

.scroll-top {
    width: 80px;
    bottom: 10px;
    display: block;
    font-size: 30px;
    position: fixed;
    right: -48px;
    z-index: 999;
}
@media only screen and (min-width: 768px) {
    .scroll-top {
        display: none;
    }
}
.scroll-top .fa {
    transform: rotate(180deg);
}

.performance-monitor {
    position: fixed;
    bottom: 8px;
    right: 10px;
    z-index: 1000
}

.performance-monitor #performance-monitor-link {
    color: #909090
}

.performance-monitor #performance-monitor-link:hover {
    color: #193082;
}

.performance-monitor #performance-monitor-link.adminalert i {
    color: red;
}</pre></body></html>