/*
Survey CSS
*/
/* 
    Created on : Feb 14, 2020, 2:42:42 PM
    Author     : Ranbert Hernandez
*/
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTegdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
body {
    background-color: #333;
    overflow: hidden;
    overflow-y:scroll;
    font-family:"Open Sans","Roboto","Helvetica", sans-serif;
    font-weight: 300;
}
body:not(.survey) {
    color: #fff;
    overflow: hidden;
}
body:not(.survey) a {
    text-decoration: underline;
    font-weight: 500;
}
body #experiencingproblems, body #experiencingproblems a {
    color: inherit;
}
body #experiencingproblems {
    text-align: center;
    width: 100%;
    height: 32px;
    line-height: 32px;
    position: relative;
    z-index: 1;
}
body #experiencingproblems a {
    font-weight: 600;
    text-decoration: unset;
}
body #experiencingproblems .customer-logo {
    margin-top: 50px;
}
body #noscript-message {
    position: relative;
    margin: 25% auto;
    font-weight: 600;
    width: 80%;    
    text-align: center;
}
#content {
    padding-top: 50px;
    min-height: 100%;
}
.waiting-loading-wrapper.show>.waiting-loader.show:not(.hide) {
    opacity: 1;
}
.waiting-loading-wrapper.show>.waiting-icon {
    left: 50%;
}
.waiting-loading-wrapper.show>.loading-text {
    font-size: 35px;
    text-align: center;
    width: 100%;
    left: 0;
    margin-top: 15px;
    font-weight: 300;
}
.btn, .bootstrap-select .dropdown-toggle {
    -moz-appearance: none;
    -webkit-transition: all 0.05s ease-in-out;
    -moz-transition: all 0.05s ease-in-out;
    -ms-transition: all 0.05s ease-in-out;
    -o-transition: all 0.05s ease-in-out;
    transition: all 0.05s ease-in-out;
}
.btn:not([disabled]), .btn:not([disabled]):active, .btn:not([disabled]):focus, .btn:not([disabled]):active:focus, .bootstrap-select .dropdown-toggle:not([disabled]):focus{
    outline: none !important;
}
.btn[disabled] {
    cursor: default;
    box-shadow: none;
}
#actualcontent>.info {
    color: #333;
}
.modal-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.survey-page.hidden-contents {
    opacity: 0;
}
.survey-page {
    color: #fff;
}
.survey-page>#logo-section{
    z-index:0;
}
.survey-page>#logo-section.left,
.survey-page>#logo-section.center,
.survey-page>#logo-section.right {
    display: inline-block;
    left: 0;
}
.survey-page>#logo-section.left {
    margin: 25px auto 0 25px;
    width: calc(100% - 25px);
    text-align: left;
}
.survey-page>#logo-section.center {
    margin: 25px auto 0 auto;
    width: 100%;
    text-align: center;
}
.survey-page>#logo-section.right {
    margin: 25px auto 0 -25px;
    width: 100%;
    text-align: right;
}
.thankyou.customer-theme-background-img {
    background-image: var(--customer-theme-background-img);
}
.survey-page>#logo-section,
.thankyou>#logo-section{
    position: absolute;
    z-index: 0;
    top: 1px;
    left: 1px;
    margin-left: 25px;
    margin-top: 25px;
    width: auto;
    height: auto;
    overflow: hidden;
}
.survey-page>#logo-section>#customer-logo,
.thankyou>#logo-section>#customer-logo{
    height: 100px;
    width: auto;
}

.survey-page>.container {
    width: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.survey-page>.container.hidden-contents {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
.survey-page>.container.hidden-contents .questionblock.info {
    top: 400px;
}
.main {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
h2{
    font-weight: 300;
    font-size: 24px;
}
.survey-information {
    font-weight: 500;
    font-size: 24px;
}
.btn.btn-success.survey-start {
    display: inline-block;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom:20px;
    min-width: 120px;
    border-radius:300px;
    font-weight: 300;
}
.btn.btn-success.survey-start>.icon-play-circle {
    font-size: 28px;
    vertical-align: middle;
    text-align: center;
}
.btn-success.survey-start.active,
.btn-success.survey-start:active,
.btn-success.survey-start.focus,
.btn-success.survey-start:focus {
    color: #fff;
}

.btn-success.next-question {
    display: block;
    min-width: 200px;
    color: #fff;
    vertical-align: top;
    border-radius: 300px;
    font-size: 22px;
    margin: 10px auto;
}
.btn-success.next-question>.icon-arrow-right {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
}
.survey-question, .survey-information, .question-description {
    width: 90%;
    margin: 15px auto;
    max-width: 900px;
}
.questionblock.info>.survey-question, .questionblock.between.info>.survey-information{
    font-weight: 600;
    font-size: 22px;
}
.questionblock, .questionblock.info, .questionblock.question, .questionblock.submit, .questionblock.shown-block {
    -webkit-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -ms-transition: top 0.25s ease, opacity 0.25s ease-in-out;
    -o-transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: top 0.25s ease-in-out, opacity 0.25s ease-in-out;
    top: 400px;
}
.questionblock {
    text-align: center;
    font-size: 20px;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: inline-block;
    width: 100%;
    opacity: 0;
}
.questionblock.info:not(.between), .questionblock.shown-block {
    opacity: 1;
    top: 250px;
}
.questionblock.hidden-block {
    display: none;
    opacity: 0;
}

.question-description {
    margin-bottom:30px;
    font-size: 20px;
}
.question-description.info {
    font-size: 20px;
}
textarea.question-open-answer {
    color: #000;
    resize: none;
    outline: none;
    width:80%;
    max-width: 800px;
    height:4em;
    margin-top:20px;
    margin-bottom:20px;
    overflow-y: auto;
    overflow-x: hidden;
    border: 0;
    border-radius: 5px;
    -webkit-appearance: none;
    padding: 2px 15px;
    font-size:16pt;
}
.question-open-answer::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.question-open-answer::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.6);
}
.question-open-answer::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.6);
}
.question-open-answer:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.6);
}
.question-open-answer:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.6);
}
.question-scale-wrapper {
    display: inline-block;
}
.question-scale-main {
    height: 50px;
}
.question-scale-wrapper[disabled] {
    overflow: hidden;
}
.question-scale-wrapper>.question-scale-choice-wrapper {
    display: inline-block;
    width: 70px;
    height: 45px;
    border-radius: 0px;
    border-style: solid;
    border-width: 6px 0px 6px 0px;
    margin-left: 1px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    box-sizing: content-box;
}
.question-scale-wrapper>.question-scale-choice-wrapper:first-child {
    border-radius: 400px 0 0 400px;
    border-width: 6px 0px 6px 6px;
}

.question-scale-wrapper>.question-scale-choice-wrapper.last {
    border-radius: 400px 0 0 400px !important;
    border-width: 6px 0px 6px 6px !important;
}

.question-scale-wrapper>.question-scale-choice-wrapper.first {
    border-radius: 0 400px 400px 0 !important;
    border-width: 6px 6px 6px 0px !important;
}

.question-scale-wrapper>.question-scale-choice-wrapper:last-child {
    border-radius: 0 400px 400px 0;
    border-width: 6px 6px 6px 0px;
}
.question-scale-wrapper>.question-scale-choice-wrapper:not([disabled]):hover,
.question-scale-wrapper>.question-scale-choice-wrapper:not([disabled]):focus {
    opacity: 0.7;
    cursor: pointer;
}
.question-scale-wrapper>.question-scale-choice-wrapper:active, .question-scale-wrapper>.question-scale-choice-wrapper.active {
    opacity: 0.5;
}
.question-scale-choice {
    color: #ffffff;
}
.question-scale-wrapper>.question-scale-choice-wrapper>.question-scale-choice {
    display: inline-block;
    height: auto;
    position: relative;
    margin-top: calc(100% - 57px);
    font-size: 20px;
    line-height: 20px;
    width: calc(46px - 12px);
    text-align: center;
    vertical-align: middle;
    color:#fff;
    font-weight:300;
}
.question-scale-label-wrapper {
    display: block;
    margin: 10px auto;
    width: var(--scale-width);
}
.question-scale-label-left, .question-scale-label-right {
    display: inline-block;
    text-align: center;
    position: relative;
    top: 10px;
    font-size: 14pt;
    font-weight: 300;
}
.question-scale-label-left {
    float: left;
    width: 45%;
    margin-left: -80px;
    text-align: left;
}
.question-scale-label-right {
    float: right;
    width: 45%;
    margin-right: -80px;
    text-align: right;
}
.question-multiplechoice-wrapper>.question-multiplechoice-choice-wrapper {
    display: block;
    width: auto;
    height: 48px;
    border-style: solid;
    border-width: 6px;
    background-color: rgba(255, 255, 255, 0.4);
    margin-left: 5px;
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    -ms-transition: transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.question-multiplechoice-choice-wrapper-1 {
    display: inline-block;
    background-color:transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 300px;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.question-multiplechoice-choice-wrapper-1.three-choices-row {
    margin-top: 0px;
}
.question-multiplechoice-choice-wrapper-1.two-choices-row {
    margin-top: 15px;
}
.question-multiplechoice-choice-label {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    vertical-align: -5px;
    height: 20px;
}
.question-multiplechoice-wrapper {
    display: inline-block;
    width: 50%;
    max-width: 750px;
}

.question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu li a {
    padding: 8px 10px;
    overflow: hidden;
    width: 100%;
    white-space: normal;
}
.question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu>.active>a, 
.question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu>.active>a:focus,
.question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    padding: 8px 10px;
}
.question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu>li>a:focus,
.question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu>li>a:hover {
    color: #ffffff;
    outline: none;
}
.question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu li.active a span.text {
    font-weight: 600;
    margin-right: 10px;
}
.question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu li:not(.active) a:not(.active) span.text {
    display: inline-block;
    margin-left: 20px;
    margin-top: 4px;
}
.question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu li.active a.active span.text::before {
    font-family: 'awareways';
    content: '\e902';
    margin-right: 10px;
    display: inline-block;
    height: 20px;
    width: 20px;
    font-size: 14px;
    text-align: center;
}
.question-multiplechoice-wrapper .btn.dropdown-toggle.btn-default[aria-expanded="true"] {
    outline: none !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.8);
}
.question-multiplechoice-wrapper .btn.dropdown-toggle.btn-default>.filter-option>.filter-option-inner>.filter-option-inner-inner.chosen-answer::before {
    font-family: 'awareways';
    content: '\e902';
    margin-right: 20px;
    display: inline-block;
    height: auto;
    width: 20px;
    font-size: 28px;
    text-align: center;
    line-height: 28px;
    vertical-align: middle;
}
.question-hint {
    font-size: 15pt;
    font-style: italic;
}
#survey-progress {
    pointer-events: none;
    position: absolute;
    bottom: 0px;
    right: calc(50% - 125px);
    display: inline-block;
    width: 250px;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease, bottom 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease, bottom 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease, bottom 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease, bottom 0.25s ease-in-out;
    transition: opacity 0.25s ease, bottom 0.25s ease-in-out;
}
#survey-progress.hidden {
    opacity: 0;
    bottom: -70px;
}
#survey-progress.shown {
    opacity: 1;
    bottom: 5%;
}
#survey-progress>.progress{
    border-radius: 200px;  
}
#survey-progress>.progress>.progress-bar.progress-bar-info {
    border-radius: 200px; 
    background-size: 35px 20px, 100% 100%, 100% 100%;
    width: var(--progress-bar-width);
}
#survey-progress>.progress>.progress-bar.progress-bar-info::after {
    font-family: 'awareways';
    position: relative;
    right: 0px;
    float: right;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
#survey-progress>.progress>.progress-bar.progress-bar-info:not(.completed)::after {
    /*content: '\e901';*/
}
#survey-progress>.progress>.progress-bar.progress-bar-info.completed::after {
    /*content: '\e902';*/
    position: absolute;
    font-size: 24px;
}
.survey-progress-wrapper>.sr-only {
    display: inline-block;
    position: relative;
    width: inherit;
    height: auto;
    font-size: 14pt;
    text-align: center;
    margin-bottom:5px;
}
.survey-progress-wrapper>.progress {
    margin-bottom: 0;
}

#survey-progress>.progress>.progress-bar.rtl-bar {
    float: right;
}

#survey-progress>.sr-only.rtl-bar,
.question-multiplechoice-wrapper.rtl .bootstrap-select .dropdown-toggle .filter-option-inner-inner,
.question-multiplechoice-wrapper.rtl .dropdown-menu.open>.inner>.dropdown-menu>li>a {
    text-align: right;
}
.question-multiplechoice-wrapper.rtl .bootstrap-select .dropdown-toggle .caret {
    left: 12px;
    right: unset;
}
.btn-success.next-question:not(.hidden-button):not([disabled]) {
    opacity: 1;
}
.btn-success.next-question.shown-button:not([disabled]) {
    opacity: 1;
}
.btn-success.next-question.hidden-button {
    opacity: 0;
}
.btn-info.choice-select {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    min-width: 200px;
}
.btn-info.choice-select[disabled]:not(.active):hover, .btn-info.choice-select[disabled]:not(.active):focus, .btn-info.choice-select[disabled]:not(.active):active {
    background-color: #ffffff;
}
.btn-info.choice-select:not([disabled]):hover,
.btn-info.choice-select:not([disabled]):focus,
.btn-info.choice-select:not([disabled]):active{
    color: #fff;
    z-index:2;
}

.question-multiplechoice-choice-wrapper-1.active .question-multiplechoice-choice-label {
    color :#fff;
}

.btn-info.choice-select[disabled]:hover,
.btn-info.choice-select[disabled]:focus,
.btn-info.choice-select[disabled]:active{
    color: #fff;
    transform: scale(1);
    z-index:2;
}
.question-multiplechoice-wrapper .btn.dropdown-toggle.btn-default {
    background-color: rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    line-height: 38px;
    height: 48px;
    font-size:16pt;
    font-weight: 300;
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.dropdown-menu {
    -webkit-transition: height 0.1s ease-in-out;
    -moz-transition: height 0.1s ease-in-out;
    -ms-transition: height 0.1s ease-in-out;
    -o-transition: height 0.1s ease-in-out;
    transition: height 0.1s ease-in-out;
    width: 100%;
    overflow-x: hidden !important;
}
.button-wrapper {
    display: block;
    width: 100%;
    text-align: center;
}
.button-wrapper:not(.as-new-section) {
    margin-top: 40px;
}
.button-wrapper.as-new-section {
    position: relative;
    margin: 0 auto;
    margin-top: 15%;
    height: 100px;
    line-height: 100px;
}
.button-wrapper.hidden-button {
    display: none;
}
.btn-success.submit-button>span {
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    line-height: normal;
    height: 20px;
}
.btn-success.submit-button>.icon-check-circle {
    vertical-align: top;
    font-size: 24px;
    margin-left: 10px;
    line-height: normal;
    display: inline-block;
    height: auto;
}
.button-wrapper>.submit-button {
    position: relative;
    top: 50px;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.button-wrapper>.submit-button.hidden-button {
    opacity: 0;
}
.btn-success.next-question.continue-button {
    margin-top: 50px;
}
.btn-success.next-question.continue-button.shown-button:not(.block):not([disabled]) {
    display: inline-block;
}
.btn-success.next-question.continue-button.block.shown-button:not([disabled]) {
    display: block;
}
.button-wrapper>.submit-button.shown-button {
    opacity: 1;
    top: 0px;
    border-radius:300px;
    min-width: 200px;
    font-weight:normal;
    font-size:22px;
}
.button-wrapper>.submit-button.shown-button:hover {
    opacity: 0.7;
}
.button-wrapper>.submit-button[disabled] {
    opacity: 0.65;
}
.btn-success.submit-button.sent {
    pointer-events: none;
}
.btn.btn-default.scale-nav {
    display: none;
}
.main.thankyou {
    border-radius: 0;
    margin-top: 12.50%;
    background-image: var(--customer-theme-img); 
}
#content.thankyou {
    color: #333;
    margin: 0;
}
#content.thankyou>.container {
    display: inline-block;
    padding: 0;
    width: 100%;
}
.alert-success {
    background-color: #ffffff;
}
.column.thankyou {
    margin-top: 50px;
}
.column.thankyou>.alert.alert-success {
    color: #333;
    border-color: unset;
    width: 80%;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,0.4);
    box-shadow: 0 3px 8px rgba(0,0,0,0.4);
}
.column.thankyou>.alert.alert-success>.center-text {
    text-align: center;
    font-weight: 300;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 6.5% 0  ;
    font-size: 20px;
    padding: 10px;
}
.alert-success .icon-check-circle {
    margin: 20px 0;
    display: block;
    font-size: 65px;
    color: #00ab00;
}

#actualcontent>.errormessage {
    color: #ffffff;
}

#actualcontent>.thankyou>.alert.alert-success>.button-wrapper {
    margin-top: 0;
}

.btn.btn-success.close-page>span{
    font-size: 20px;
    vertical-align: sub;
    display: inline-block;
    line-height: 20px;
    padding: 5px;

}

.btn.btn-success.close-page>.fas.fa-times {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

#content.survey-page {
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -ms-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
}
#content.survey-page.transition {
    opacity: 0;
    cursor: wait;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    word-break: break-word;
    white-space: normal;
    text-overflow: ellipsis;
    height: auto;
}

.continue-button.hidden-button {
    pointer-events: none;
}

/** Media Queries **/
@media only screen and (max-height: 1440px) and (orientation: landscape) {
    .questionblock.info:not(.between), .questionblock.shown-block {
        opacity: 1;
        top: 150px;
    }
}

@media only screen and (min-width: 992px) {
    .survey-page>#logo-section, .thankyou>#logo-section {
        width: auto;
        height: auto;
    }
    .survey-page>#logo-section>#customer-logo,
    .thankyou>#logo-section>#customer-logo {
        height: 150px;
        width: auto;
    }
}

@media only screen and (min-height: 1080px) and (orientation: landscape) {
    .survey-page>#logo-section, .thankyou>#logo-section {
        width: auto;
        height: auto;
    }
    .survey-page>#logo-section>#customer-logo,
    .thankyou>#logo-section>#customer-logo {
        height: 150px;
        width: auto;
    }
}

@media only screen and (max-width: 992px) and (orientation: portrait) {
    .survey-page>#logo-section, .thankyou>#logo-section {
        width: auto;
        height: auto;
    }
    .survey-page>#logo-section>#customer-logo,
    .thankyou>#logo-section>#customer-logo {
        height: 90px;
        width: auto;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .waiting-loading-wrapper.modal>.loading-text {
        font-size: 20px;
        line-height: 25px;
        width: 60%;
        left: 20%;
        padding: 5px;
        margin-top: 0px;
    }
    
    .questionblock.info:not(.between), .questionblock.shown-block {
        top: 50px;
    }
    
    
    .questionblock {
        font-size: 18px;
    }
    
    .survey-information {
        font-size: 20px;
    }
    
    .questionblock>.survey-question, .questionblock.question>.survey-question {
        font-size: 18px;
    }
    
    .questionblock.info>.survey-question, .questionblock.between.info>.survey-information {
        font-size: 18px;
    }
    
    .question-description.info {
        font-size: 18px;
    }
    
    .btn-success.next-question {
        margin-top: 10px;
        width: 120px;
        font-size: 20px;
    }
    
    textarea.question-open-answer {
        max-width: 260px;
        min-width: 260px;
        width: 260px;
        font-size: 16px;
    }
    
    .question-description {
        font-size: 18px;
    }
    
    .btn-success.next-question>.icon-arrow-right {
        display: inline-block;
        width: 28px;
        height: 28px;
        vertical-align: -4px;
    }
    
    .question-scale-main {
        display: inline-block;
        width: auto;
        
    }
    .question-scale-wrapper {
        position: relative;
        overflow-x: unset;
        overflow-y: unset;
        white-space: nowrap;
        width: calc(90% - 62px);
        padding: 7px;
        vertical-align: middle;
        margin: 0 5px;
        scroll-behavior: smooth;
        overflow: hidden;
    }

    .question-scale-wrapper>.question-scale-choice-wrapper {
        width: 65px;
        height: 36px;
        margin-left: 3px;
        vertical-align: middle;
        border-radius: 0%;
        border-style: solid;
        border-width: 6px 0px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper>.question-scale-choice {
        font-size: 18px;
        margin-top: calc(100% - 64px);
        width: 36px;
        line-height: 36px;
        text-align: center;
        left: 0px;
        font-weight:300;
    }
    
    .question-hint {
        display: inline-block;
        font-style: italic;
        font-size: 11px;
    }
    
    .question-scale-label-wrapper>.question-scale-label-left,
    .question-scale-label-wrapper>.question-scale-label-right {
        font-size: 14px;
        font-weight:300;
        margin-top: 5px;
    }
    
    .question-scale-label-left {
        margin-left: -25px;
        text-align: left;
    }
    
    .question-scale-label-right {
        margin-right: -15px;
        text-align: right;
    }
    
    .question-scale-label-wrapper {
        position: relative;
        width: 60% !important;
    }
    
    .btn.btn-default.scale-nav {
        display: none;
    }
    
    .btn.btn-default.scale-nav:not([disabled]):active {
        color: #333;
    }
    
    .question-multiplechoice-wrapper {
        width: 100%;
    }
    
    .question-multiplechoice-choice-wrapper-1.two-choices-row {
        margin-top: 0px;
    }
    
    .btn-info.choice-select {
        margin-bottom: 15px;
    }
    
    .choice-select {
        padding: 2px 7px;
        min-width: unset;
    }
    
    .choice-select>.question-multiplechoice-choice-label {
        font-size: 16px;
        vertical-align: unset;
    }
    
    .question-open-answer::placeholder {
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer::-moz-placeholder { /* Firefox 19+ */
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer:-ms-input-placeholder { /* IE 10+ */
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer:-moz-placeholder { /* Firefox 18- */
        font-size: 11px;
        font-weight: normal;
    }
    
    .btn-success.submit-button>span {
        font-size: 15px;
    }
    
    .btn-success.submit-button>.icon-check-circle {
        font-size: 18px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper:not([disabled]):active {
        cursor: pointer;
    }
    
    .waiting-loading-wrapper.show>.waiting-icon {
        top: 40%;
    }
    
    .waiting-loading-wrapper.show>.loading-text {
        top: calc(40% + 40px);
    }
    
    .alert-success {
        background-color: #ffffff;
    }
    
    .column.thankyou {
        margin-top: 150px;
    }
    
    .column.thankyou>.alert.alert-success {
        color: #333;
        width: 100%;
    }
        
    .column.thankyou>.alert.alert-success>.center-text {
        line-height: 32px;
        font-size: 18px;
        padding: 10px;
    }
    
    .alert-success .icon-check-circle {
        margin-top: 15px;
        display: block;
        font-size: 65px;
        color: #00ab00;
    }
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
    .survey-page>#logo-section, .thankyou>#logo-section {
        width: auto;
        height: auto;
    }
    .survey-page>#logo-section>#customer-logo,
    .thankyou>#logo-section>#customer-logo {
        height: 90px;
        width: auto;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .waiting-loading-wrapper.modal>.loading-text {
        font-size: 20px;
        line-height: 25px;
        width: 60%;
        left: 20%;
        padding: 5px;
        margin-top: 0px;
    }
    
    .questionblock.info:not(.between), .questionblock.shown-block {
        top: 70px;
    }
    
    #survey-progress {
        position: absolute;
        bottom: 0px;
        display: inline-block;
        width: 250px;
    }
    
    .questionblock {
        font-size: 16px;
    }
    
    .survey-information {
        font-size: 18px;
    }
    
    .questionblock>.survey-question, .questionblock.question>.survey-question {
        font-size: 18px;
    }
    
    .questionblock.info>.survey-question, .questionblock.between.info>.survey-information {
        font-size: 18px;
        font-weight: 300;
    }
    
    .question-description.info {
        font-size: 16px;
    }
    
    .btn-success.next-question {
        margin-top: 10px;
        width: 100px;
        font-size: 18px;
    }
    
    textarea.question-open-answer {
        max-width: 70%;
        min-width: 70%;
        width: 280px;
        font-size: 16px;
    }
    
    .question-description {
        font-size: 18px;
    }
    
    .btn-success.next-question>.icon-arrow-right {
        display: inline-block;
        width: 28px;
        height: 28px;
        vertical-align: -4px;
    }
    
    .question-scale-main {
        display: inline-block;
        width: 100%;
        
    }
    
    .question-scale-wrapper {
        overflow: auto;
    }

    .question-scale-wrapper>.question-scale-choice-wrapper {
        width: 50px;
        height: 50px;
        margin-left: 3px;
        vertical-align: middle;
        border-radius: 0%;
        border-style: solid;
        border-width: 6px 0px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper>.question-scale-choice {
        font-size: 14px;
        margin-top: calc(100% - 48px);
        width: 50px;
        line-height: 50px;
        text-align: center;
        left: 0px;
    }
    
    .question-hint {
        display: inline-block;
        margin-top: 40px;
        font-style: italic;
        font-size: 20px;
    }
    
    .question-scale-label-wrapper>.question-scale-label-left,
    .question-scale-label-wrapper>.question-scale-label-right {
        font-size: 16px;
        width: 100px;
        top: -25px;
        margin: 0 2%;
        padding: 10px;
    }
    
    .question-scale-label-left {
        margin-left: -25px;
    }
    
    .question-scale-label-right {
        margin-right: -15px;
    }
    
    .question-scale-label-wrapper {
        position: relative;
        top: 28px;
        width: 100% !important;
    }
    
    .btn.btn-default.scale-nav {
        display: none;
    }
    
    .btn.btn-default.scale-nav:not([disabled]):active {
        color: #333;
    }
    
    .question-multiplechoice-wrapper {
        width: 70%;
    }
    
    .question-multiplechoice-choice-wrapper-1.two-choices-row {
        margin-top: 0px;
    }
    
    .btn-info.choice-select {
        margin-bottom: 15px;
    }
    
    .choice-select {
        padding: 2px 7px;
        min-width: unset;
    }
    
    .choice-select>.question-multiplechoice-choice-label {
        font-size: 18px;
        height: auto;
        padding: 5px;
        vertical-align: super;
    }
    
    .question-open-answer::placeholder {
        font-size: 18px;
        font-weight: normal;
    }
    
    .question-open-answer::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 18px;
        font-weight: normal;
    }
    
    .question-open-answer::-moz-placeholder { /* Firefox 19+ */
        font-size: 18px;
        font-weight: normal;
    }
    
    .question-open-answer:-ms-input-placeholder { /* IE 10+ */
        font-size: 18px;
        font-weight: normal;
    }
    
    .question-open-answer:-moz-placeholder { /* Firefox 18- */
        font-size: 18px;
        font-weight: normal;
    }
    
    .btn-success.submit-button>span {
        font-size: 18px;
    }
    
    .btn-success.submit-button>.icon-check-circle {
        font-size: 18px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper:not([disabled]):active {
        cursor: pointer;
    }
    
    .waiting-loading-wrapper.show>.waiting-icon {
        top: 40%;
    }
    
    .waiting-loading-wrapper.show>.loading-text {
        top: calc(40% + 40px);
    }
    
    .alert-success {
        background-color: #ffffff;
    }
    
    .column.thankyou {
        margin-top: 150px;
    }
    
    .column.thankyou>.alert.alert-success {
        color: #333;
        width: 100%;
    }
        
    .column.thankyou>.alert.alert-success>.center-text {
        line-height: 32px;
        font-size: 20px;
        padding: 10px;
    }
    
    .alert-success .icon-check-circle {
        margin-top: 15px;
        display: block;
        font-size: 65px;
        color: #00ab00;
    }
    
    .question-multiplechoice-wrapper .btn.dropdown-toggle.btn-default {
        font-size: 16px;
    }
    
    .question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu li:not(.active) a:not(.active) span.text {
        font-size: 16px;
    }
    
    .survey-progress-wrapper>.sr-only {
        width: 100%;
        font-size: 18px;
    }
    
    .survey-progress-wrapper>.progress {
        height: 28px;
    }
    
    #survey-progress>.progress>.progress-bar.progress-bar-info::after {
        line-height: 28px;
        font-size: 16px;
    }
}

@media only screen and (max-height: 576px) and (orientation: landscape) {
    .waiting-loading-wrapper.show>.loading-text {
        font-size: 20px;
    }
    
    .survey-page>#logo-section, .thankyou>#logo-section {
        width: auto;
        height: auto;
    }
    .survey-page>#logo-section>#customer-logo,
    .thankyou>#logo-section>#customer-logo {
        height: 56px;
        width: auto;
    }
    
    .survey-information {
        font-weight: 700;
        font-size: 18px;
    }
    
    .question-description.info {
        font-size: 16px;
        width: 90%;
        margin: 0 auto;
    }
    
    .questionblock.info:not(.between), .questionblock.shown-block {
        top: 5px;
    }
    
    .question-multiplechoice-wrapper {
        display: inline-block;
        width: 100%;
        height: 150px;
    }
    
    .question-multiplechoice-wrapper br {
        display: none;
    }
    
    .question-description {
        font-size: 15px;
        width: 90%;
        margin: 12px auto;
    }
    
    .button-wrapper {
        margin-top: 0px;
    }
    
    #survey-progress {
        width: 170px;
    }
    
    #survey-progress.shown {
        bottom: 3%;
        right: 10px;
    }
    
    .survey-progress-wrapper>.sr-only {
        font-size: 11px;
    }
    
    .questionblock>.survey-question, .questionblock.question>.survey-question {
        font-size: 18px;
    }
    
    .btn-success.next-question {
        width: 100px;
        font-size: 18px;
    }
    
    .btn-success.next-question>.icon-arrow-right {
        display: inline-block;
        width: 28px;
        height: 28px;
        vertical-align: -4px;
    }
    
    textarea.question-open-answer {
        font-size: 16px;
    }
    
    .question-scale-main {
        display: inline-block;
        width: 100%;
        margin-top: 10px;
    }
    .question-scale-wrapper {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: calc(90% - 62px);
        padding: 7px;
        vertical-align: middle;
        margin: 0 5px;
        scroll-behavior: smooth;
    }

    .question-scale-wrapper>.question-scale-choice-wrapper {
        width: 36px;
        height: 36px;
        margin-left: 3px;
        vertical-align: middle;
        border-radius: 0%;
        border-style: solid;
        border-width: 6px 0px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper>.question-scale-choice {
        font-size: 14px;
        margin-top: 14px;
        width: 36px;
        line-height: unset;
        text-align: center;
        left: 0px;
        top: -5px;
    }
    
    .question-scale-label-left, .question-scale-label-right {
        display: inline-block;
        text-align: center;
        position: relative;
        top: 0;
        font-size: 14px;
    }
    
    .question-scale-label-left {
        float: left;
        width: 45%;
        margin-left: -80px;
    }
    
    .question-scale-label-right {
        float: right;
        width: 45%;
        margin-right: -80px;
    }
    
    .column.thankyou {
        margin-top: 5%;
    }
    
    .column.thankyou>.alert.alert-success>.center-text {
        font-size: 18px;
    }
    
    .alert-success .icon-check-circle {
        font-size: 55px;
    }
}

@media only screen and (max-width: 576px) and (orientation: portrait) {
    .survey-page>#logo-section>#customer-logo {
        height: 70px;
        width: auto;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .waiting-loading-wrapper.modal>.loading-text {
        font-size: 20px;
        line-height: 25px;
        width: 60%;
        left: 20%;
        padding: 5px;
        margin-top: 0px;
    }
    
    .questionblock.info:not(.between), .questionblock.shown-block {
        top: 50px;
    }
    
    #survey-progress {
        width: 100%;
        right: unset;
        left: 0;
        padding: 0 15px;
        margin: 0;
    }
    .survey-progress-wrapper>.sr-only {
        width: 100%;
    }
    
    .questionblock {
        font-size: 18px;
    }
    
    .survey-information {
        font-size: 18px;
    }
    
    .questionblock>.survey-question, .questionblock.question>.survey-question {
        font-size: 18px;
    }
    
    .questionblock.info>.survey-question, .questionblock.between.info>.survey-information {
        font-size: 18px;
    }
    
    .question-description.info {
        font-size: 16px;
    }
    
    .btn-success.next-question {
        margin-top: 10px;
        width: 120px;
        font-size: 20px;
        min-width: 120px;
        border-radius: 300px;
        font-weight: 300;
    }
    
    textarea.question-open-answer {
        max-width: 260px;
        min-width: 260px;
        width: 260px;
        font-size: 14px;
    }
    
    .question-description {
        font-size: 13px;
    }
    
    .btn-success.next-question>.icon-arrow-right {
        display: inline-block;
        width: 28px;
        height: 28px;
        vertical-align: -4px;
    }
    
    .question-scale-main {
        display: inline-block;
        width: auto;
        
    }
    .question-scale-wrapper {
        position: relative;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: auto;
        padding: 0px;
        vertical-align: middle;
        margin: 0 auto;
        scroll-behavior: smooth;
    }

    .question-scale-wrapper>.question-scale-choice-wrapper {
        width: 36px;
        height: 36px;
        margin-left: 3px;
        vertical-align: middle;
        border-radius: 0%;
        border-style: solid;
        border-width: 6px 0px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper>.question-scale-choice {
        font-size: 14px;
        margin-top: calc(100% - 35px);
        width: 36px;
        line-height: 36px;
        text-align: center;
        left: 0px;
    }
    
    .question-hint {
        display: block;
        margin-top: 40px;
        margin-bottom: 15px;
        font-style: italic;
        font-size: 11px;
    }
    
    .question-scale-label-wrapper>.question-scale-label-left,
    .question-scale-label-wrapper>.question-scale-label-right {
        font-size: 10px;
        margin-top: 5px;
        width: 80px;
        top: -35px;
    }
    
    .question-scale-label-left {
        margin-left: -25px;
    }
    
    .question-scale-label-right {
        margin-right: -15px;
    }
    
    .question-scale-label-wrapper {
        position: relative;
        top: 28px;
        width: 100% !important;
    }
    
    .btn.btn-default.scale-nav {
        display: inline-block;
        background-color: transparent;
        color: #ffffff;
        height: 60px;
        font-size: 20px;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 0;
        outline: none !important;
    }
    
    .btn.btn-default.scale-nav:not([disabled]):active {
        color: #333;
    }
    
    .question-multiplechoice-wrapper {
        width: 90%;
    }
    
    .question-multiplechoice-choice-wrapper-1.two-choices-row {
        margin-top: 0px;
    }
    
    .btn-info.choice-select {
        margin-bottom: 15px;
        max-width:160px;
    }
    
    .choice-select {
        padding: 2px 7px;
        min-width: unset;
    }
    
    .choice-select>.question-multiplechoice-choice-label {
        font-size: 14px;
        padding: 5px;
        vertical-align: unset;
    }
    
    .question-open-answer::placeholder {
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer::-moz-placeholder { /* Firefox 19+ */
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer:-ms-input-placeholder { /* IE 10+ */
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer:-moz-placeholder { /* Firefox 18- */
        font-size: 11px;
        font-weight: normal;
    }
    
    .btn-success.submit-button>span {
        font-size: 15px;
    }
    
    .btn-success.submit-button>.icon-check-circle {
        font-size: 18px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper:not([disabled]):active {
        cursor: pointer;
    }
    
    .waiting-loading-wrapper.show>.waiting-icon {
        top: 40%;
    }
    
    .waiting-loading-wrapper.show>.loading-text {
        top: calc(40% + 40px);
    }
    
    .alert-success {
        background-color: #ffffff;
    }
    
    .column.thankyou {
        margin-top: 150px;
    }
    
    .column.thankyou>.alert.alert-success {
        color: #333;
        width: 100%;
    }
        
    .column.thankyou>.alert.alert-success>.center-text {
        line-height: 32px;
        font-size: 18px;
        padding: 10px;
    }
    
    .alert-success .icon-check-circle {
        margin-top: 15px;
        display: block;
        font-size: 65px;
        color: #00ab00;
    }
}
@media only screen and (max-height: 360px) and (max-width: 360px) {
    .survey-page>#logo-section, .thankyou>#logo-section {
        width: auto;
        height: auto;
    }
    .survey-page>#logo-section>#customer-logo,
    .thankyou>#logo-section>#customer-logo {
        height: 36px;
        width: auto;
    }
}
@media only screen and (max-height: 320px) and (orientation: landscape) {
    .survey-page>#logo-section, .thankyou>#logo-section {
        width: auto;
        height: auto;
    }
    .survey-page>#logo-section>#customer-logo,
    .thankyou>#logo-section>#customer-logo {
        height: 36px;
        width: auto;
    }
    
    .column.thankyou {
        margin-top: -5px;
    }
    
    .column.thankyou>.alert.alert-success>.center-text {
        font-size: 18px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper>.question-scale-choice {
        font-size: 14px;
        margin-top: 14px;
        width: 36px;
        line-height: unset;
        text-align: center;
        left: 0px;
        top: -5px;
    }
    
    .question-multiplechoice-choice-wrapper-1 {
        display: inline-block;
        margin-left: 15px;
        border-width: 2px;
        border-style: solid;
        border-radius: 8px;
        padding: 5px 10px;
        background-color: #ffffff;
        margin-bottom: 10px;
    }
    
    .question-multiplechoice-choice-label {
        display: inline-block;
        font-size: 17px;
        line-height: 20px;
        vertical-align: -5px;
        height: 20px;
    }
    
    #survey-progress.shown {
        bottom: 0%;
        right: -20px;
        transform: scale(0.7);
    }
    
    .question-scale-label-wrapper {
        width: 100% !important;
    }
    
    .question-scale-wrapper {
        width: auto;
    }
    
    .question-scale-label-left {
        float: left;
        width: 175px;
        margin-left: -5px;
    }
    
    .question-scale-label-right {
        float: right;
        width: 175px;
        margin-right: -5px;
    }
    
    .alert-success .icon-check-circle {
        font-size: 50px;
    }
    
    .questionblock.question>.survey-question,
    .questionblock.between.info>.survey-information {
        font-size: 16px;
        font-weight: normal;
    }
    
    .questionblock.question>.question-description,
    .questionblock.between.info>.question-description.info {
        font-size: 15px;
        width: 90%;
        margin: 12px auto;
    }
    
    .column.thankyou>.alert.alert-success {
        margin: -20px auto;
    }
}

@media only screen and (max-width: 320px) and (orientation: portrait) {
    .survey-page>#logo-section>#customer-logo {
        height: 80px;
        width: auto;
    }

    .container {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .waiting-loading-wrapper.modal>.loading-text {
        font-size: 20px;
        line-height: 25px;
        width: 60%;
        left: 20%;
        padding: 5px;
        margin-top: 0px;
    }
    
    .questionblock.info:not(.between), .questionblock.shown-block {
        top: 50px;
    }
    
    #survey-progress {
        width: 100%;
        right: unset;
        left: 0;
        padding: 0 15px;
        margin: 0;
    }
    
    .questionblock {
        font-size: 18px;
    }
    
    .survey-information {
        font-size: 16px;
    }
    
    .questionblock>.survey-question, .questionblock.question>.survey-question {
        font-size: 16px;
    }
    
    .questionblock.info>.survey-question, .questionblock.between.info>.survey-information {
        font-size: 16px;
    }
    
    .question-description.info {
        font-size: 16px;
    }
    
    .btn-success.next-question {
        margin-top: 10px;
        width: 54px;
        height: 44px;
        font-size: 18px;
    }
    
    textarea.question-open-answer {
        max-width: 260px;
        min-width: 260px;
        width: 260px;
        font-size: 14px;
    }
    
    .question-description {
        font-size: 13px;
    }
    
    .btn-success.next-question>.icon-arrow-right {
        display: inline-block;
        width: 28px;
        height: 28px;
        vertical-align: -4px;
    }
    
    .question-scale-main {
        display: inline-block;
        width: auto;
        
    }
    
    .question-scale-wrapper {
        position: relative;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: auto;
        padding: 0px;
        vertical-align: middle;
        margin: 0 5px;
        scroll-behavior: smooth;
    }

    .question-scale-wrapper>.question-scale-choice-wrapper {
        width: 36px;
        height: 36px;
        margin-left: 3px;
        vertical-align: middle;
        border-radius: 0%;
        border-style: solid;
        border-width: 6px 0px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper>.question-scale-choice {
        font-size: 14px;
        margin-top: calc(100% - 33px);
        width: 40px;
        line-height: 36px;
        text-align: center;
        left: 0px;
    }
    
    .question-hint {
        display: inline-block;
        margin-top: 40px;
        font-style: italic;
        font-size: 11px;
    }
    
    .question-scale-label-wrapper>.question-scale-label-left,
    .question-scale-label-wrapper>.question-scale-label-right {
        font-size: 10px;
        margin-top: 5px;
    }
    
    .question-scale-label-left {
        margin-left: -25px;
    }
    
    .question-scale-label-right {
        margin-right: -15px;
    }
    
    .question-scale-label-wrapper {
        position: relative;
        top: 28px;
        width: 100% !important;
    }
    
    .btn.btn-default.scale-nav {
        display: inline-block;
        background-color: transparent;
        color: #ffffff;
        height: 60px;
        font-size: 16px;
        text-shadow: 2px 2px 5px rgba(0,0,0,0.5);
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border: 0;
        outline: none !important;
    }
    
    .btn.btn-default.scale-nav:not([disabled]):active {
        color: #333;
    }
    
    .question-multiplechoice-wrapper {
        width: 100%;
    }
    
    .question-multiplechoice-choice-wrapper-1.two-choices-row {
        margin-top: 0px;
    }
    
    .btn-info.choice-select {
        margin-bottom: 15px;
    }
    
    .choice-select {
        padding: 2px 7px;
        min-width: unset;
    }
    
    .choice-select>.question-multiplechoice-choice-label {
        font-size: 16px;
    }
    
    .question-multiplechoice-wrapper .btn.dropdown-toggle.btn-default {
        font-size: 14px;
    }
    
    .question-multiplechoice-wrapper .dropdown-menu.open>.inner>.dropdown-menu li:not(.active) a:not(.active) span.text {
        font-size: 14px;
    }
    
    .survey-progress-wrapper>.sr-only {
        font-size: 14px;
        width: 100%;
    }
    
    .question-open-answer::placeholder {
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer::-moz-placeholder { /* Firefox 19+ */
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer:-ms-input-placeholder { /* IE 10+ */
        font-size: 11px;
        font-weight: normal;
    }
    
    .question-open-answer:-moz-placeholder { /* Firefox 18- */
        font-size: 11px;
        font-weight: normal;
    }
    
    .btn-success.submit-button>span {
        font-size: 15px;
    }
    
    .btn-success.submit-button>.icon-check-circle {
        font-size: 18px;
    }
    
    .question-scale-wrapper>.question-scale-choice-wrapper:not([disabled]):active {
        cursor: pointer;
    }
    
    .waiting-loading-wrapper.show>.waiting-icon {
        top: 40%;
    }
    
    .waiting-loading-wrapper.show>.loading-text {
        top: calc(40% + 40px);
    }
    
    .alert-success {
        background-color: #ffffff;
    }
    
    .column.thankyou {
        margin-top: 150px;
    }
    
    .column.thankyou>.alert.alert-success {
        color: #333;
        width: 100%;
    }
        
    .column.thankyou>.alert.alert-success>.center-text {
        line-height: 32px;
        font-size: 18px;
        padding: 10px;
    }
    
    .alert-success .icon-check-circle {
        margin-top: 15px;
        display: block;
        font-size: 50px;
        color: #00ab00;
    }
}
/** End Media Queries **/