.disable-user-select {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html *,
body * {
    box-sizing: border-box;
}
html,
body {
    height: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html.desktop,
body.desktop {
    overflow: hidden;
}
body {
    padding-top: 45px;
}
body .alert-msg-info {
  width: auto;
  min-width: 40%;
  margin: auto;
  position: fixed;
  left: 50%;
  top: 0;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 5000;
}
body .alert-msg-info .alert {
  -webkit-border-radius: 0 ;
  -moz-border-radius: 0 ;
  border-radius: 0 ;
  color: #3c763d;
  font-size: 12px;
  padding: 7px;
}
::-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;
}
.spt-wrapper {
    width: 100%;
    align-items: center;
    background: #333;
    box-shadow: 0 0px 2px 1px #eee;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 1;
}
.spt-wrapper .bootstrap-select.btn-group .bs-caret .fa {
    color: #fff;
}
.spt-wrapper .bootstrap-select.btn-group:before {
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.spt-wrapper .bootstrap-select.btn-group.open:before {
    content: '';
}
.spt-wrapper .bootstrap-select > .dropdown-toggle.btn-default:before {
    background: #ffffff;
}
.spt-wrapper .qp-global-dd.dropdown .dropdown-toggle > i {
    color: #fff;
}
.spt-wrapper .qp-global-dd.dropdown .dropdown-toggle:before {
    background: #ffffff;
  -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);
  bottom: -3px;
  top: -3px;
}
.spt-wrapper .qp-global-dd.dropdown .has-value {
  width: 32px;
    height: 24px;
    background: #f5f5f5;
  border-radius: 2px;
    color: #545E6B;
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.spt-wrapper .qp-global-dd.dropdown .has-value.show {
    display: inline-flex !important;
}
.spt-wrapper .qp-global-dd.dropdown:before {
    width: 100vw;
    height: 100vh;
    background: transparent;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.spt-wrapper .qp-global-dd.dropdown.open:before {
    content: '';
}
.spt-wrapper .qp-global-dd.dropdown .has-value {
    width: 24px;
    height: 24px;
    background: #f5f5f5;
    color: #545E6B;
    display: none;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
}
.spt-wrapper .qp-global-dd.dropdown .has-value.show {
    display: inline-flex !important;
}
.spt-wrapper .qp-global-dd.dropdown:before {
    width: 100vw;
    height: 100vh;
    background: transparent;
    cursor: url('/images/surveypreview/close.png'), auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.spt-wrapper .qp-global-dd.dropdown.open:before {
    content: '';
}
.spt-wrapper .custom-form-group.has-toggle .qp-control-label {
    margin-right: 32px;
}
.spt-wrapper .custom-form-group  {
    margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
    .spt-wrapper .custom-form-group.has-toggle .qp-control-label {
        width: 100%;
        margin-right: 0;
    }
    .spt-wrapper .custom-form-group  {
        margin-bottom: 8px;
    }
}
.spt-wrapper .custom-form-group.has-toggle .qp-control-label .label-name {
    padding-right: 8px;
}
@media only screen and (max-width: 900px) {
    .spt-wrapper .custom-form-group.has-toggle .qp-control-label .label-name {
        width: 160px;
    }
}
.spt-wrapper .custom-form-group .qp-help-link-in > i {
    color: #fff;
    font-size: 20px;
}
.spt-menu {
    display: none;
}
@media only screen and (max-width: 900px) {
    .spt-menu {
        display: block !important;
    }
    .spt-menu a {
        align-items: center;
        display: flex;
        padding: 0 10px;
        text-align: center;
        text-decoration: none !important;
    }
    .spt-menu a span {
        color: #0a86ea;
        font-size: 32px;
    }
    .spt-menu a span:hover {
        color: #ffffff;
    }
    .spt-wrapper .qp-global-dd.dropdown .dropdown-toggle > i,
    .spt-wrapper .custom-form-group .qp-help-link-in > i {
        color: #545E6B;
    }
}
.spt-menu-close {
    display: none;
}
@media only screen and (max-width: 900px) {
    .spt-menu-close {
        width: 100%;
        display: flex !important;
        justify-content: right;
        margin-bottom: 15px;
    }
  .spt-menu-close > a {
    color: #0a86ea;
    }
}
.spt-left {
    align-items: center;
    display: flex;
    padding: 0 0 0 15px;
}
.spt-left .custom-form-group {
  margin-right: 20px;
  min-width: 110px;
}
.spt-left .custom-form-group.has-toggle .label-name,
.spt-left .custom-form-group.has-controller .label-name,
.spt-left .custom-form-group.qp-global-dd.dropdown .dropdown-toggle,
.spt-left .custom-form-group .bootstrap-select > .dropdown-toggle.btn-default {
  color: #fff;
}
.spt-left .custom-form-group.has-toggle {
  margin-right: 15px;
}
.spt-left .custom-form-group.qp-global-dd.dropdown .dropdown-toggle:hover {
  color: #545E6B;
}
.spt-left .custom-form-group.qp-global-dd.dropdown .dropdown-toggle:hover > i {
  color: #545E6B;
}
.spt-left .custom-form-group.qp-global-dd.dropdown.open .dropdown-toggle {
  color: #545E6B;
}
.spt-left .custom-form-group.qp-global-dd.dropdown.open .dropdown-toggle > i {
  color: #545E6B;
}
@media only screen and (max-width: 900px) {
    .spt-left {
        width: 250px;
        align-items: start;
        background: #fff;
        bottom: 0;
        flex-flow: column;
        padding: 20px;
        position: fixed;
        top: 0;
        transform: translate(-360px, 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;
        z-index: 10;
    }

    .spt-left.show {
        display: block!important;
        transform: translate(0, 0);
    }

    .spt-left > .custom-form-group {
        width: 100%;
        margin: 0 0 14px 0 !important;
    }

    .spt-left > .custom-form-group.has-toggle {
        flex-flow: row wrap;
        align-items: center;
        gap: 15px;
    }

    .spt-left > .custom-form-group.has-toggle .qp-control-label {
        width: 80%;
        margin: 0 !important;
    }

    .spt-left > .custom-form-group.has-toggle .label-name {
        width: 60%;
    }

    .spt-left > .custom-form-group:nth-child(2) {
        padding-left: 8px;
    }

    .spt-left > .custom-form-group:nth-child(2),
    .spt-left > .custom-form-group:nth-child(3) {
        height: 32px;
        border: 1px solid #e5e5e5;
    }

    .spt-left > .custom-form-group .dropdown-toggle:before {
        display: none;
    }
    .spt-left > .custom-form-group.has-toggle .label-name,
    .spt-left > .custom-form-group.has-controller .label-name,
    .spt-left > .custom-form-group.qp-global-dd.dropdown .dropdown-toggle,
    .spt-left > .custom-form-group .bootstrap-select > .dropdown-toggle.btn-default {
        color: #545E6B !important;
    }
    .spt-left > .custom-form-group.has-toggle .label-name .qp-help-link-in > i,
    .spt-left > .custom-form-group.has-controller .label-name .qp-help-link-in > i,
    .spt-left > .custom-form-group.qp-global-dd.dropdown .dropdown-toggle .qp-help-link-in > i,
    .spt-left > .custom-form-group .bootstrap-select > .dropdown-toggle.btn-default .qp-help-link-in > i {
        color: #004693;
    }
}
.spt-left .option-controller-div {
    height: 45px;
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-flow: row nowrap;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 0;
}
.spt-left.lock-option .option-controller-div:after {
  background: rgba(0, 0, 0, 0.6);
  content: '';
  position: absolute;
  bottom: 0;
  left: -15px;
  right: 0;
  top: 0;
  z-index: 1;
}
@media only screen and (max-width: 900px) {
    .spt-left .option-controller-div {
        height: auto;
        flex-flow: column nowrap;
        align-items: flex-start;
    }
}
.spt-left.lock-option .option-controller-div .custom-ttip {
  width: auto;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  display: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  padding: 5px 7px;
  white-space: nowrap;
  z-index: 2;
}
.spt-left.lock-option .option-controller-div .custom-ttip .material-icons {
  font-size: 14px;
  margin-right: 5px;
  vertical-align: top;
}
.spt-left.lock-option .option-controller-div:hover .custom-ttip {
  display: inline-block;
}
.spt-left .upgrade-div {
  padding: 0 8px;
  position: relative;
  z-index: 0;
}
.spt-left .upgrade-div:after {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 23px 23px 0;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  top: -5px;
  z-index: -1;
}
.spt-left .upgrade-div span {
    color: #fff;
}
.spt-left .upgrade-div a {
    background-color: #FF9F00;
    border-radius: 20px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    padding: 3px 15px;
}
.spt-left .upgrade-div a:hover {
    background-color: #fb3;
    color: #fff;
}
.spt-left .upgrade-div a:hover,
.spt-left .upgrade-div a:focus,
.spt-left .upgrade-div a:active {
    text-decoration: none;
}
.spt-left .custom-form-group {
    margin-right: 20px;
    min-width: 110px;
}

.spt-left .custom-form-group.has-toggle .label-name,
.spt-left .custom-form-group.has-controller .label-name,
.spt-left .custom-form-group.qp-global-dd.dropdown .dropdown-toggle,
.spt-left .custom-form-group .bootstrap-select > .dropdown-toggle.btn-default {
    color: #fff;
}

@media only screen and (max-width: 900px) {
    .spt-left .custom-form-group {
        margin-right: 0;
        min-width: 100%;
    }
    .spt-left .custom-form-group.has-toggle .label-name,
    .spt-left .custom-form-group.has-controller .label-name,
    .spt-left .custom-form-group.qp-global-dd.dropdown .dropdown-toggle,
    .spt-left .custom-form-group .bootstrap-select > .dropdown-toggle.btn-default {
        color: #545e6b;
    }
}

.spt-left.lock-option .custom-form-group.has-toggle .label-name,
.spt-left.lock-option .custom-form-group.has-controller .label-name,
.spt-left.lock-option .custom-form-group.qp-global-dd.dropdown .dropdown-toggle,
.spt-left.lock-option .custom-form-group .bootstrap-select > .dropdown-toggle.btn-default {
    color: #fff;
}

.spt-left.lock-option .custom-form-group.has-toggle .label-name,
.spt-left.lock-option .custom-form-group.has-controller .label-name {
    width: auto;
}

@media only screen and (max-width: 900px) {
    .spt-left.lock-option .custom-form-group.has-toggle .label-name,
    .spt-left.lock-option .custom-form-group.has-controller .label-name,
    .spt-left.lock-option .custom-form-group.qp-global-dd.dropdown .dropdown-toggle,
    .spt-left.lock-option .custom-form-group .bootstrap-select > .dropdown-toggle.btn-default {
        color: #545E6B;
    }
    .spt-left.lock-option .custom-form-group.has-toggle .label-name,
    .spt-left.lock-option .custom-form-group.has-controller .label-name {
        width: 100px;
    }
}

.spt-left table {
  margin: 0 10px;
}
.spt-left table tbody tr td {
    padding: 0 10px 10px;
}
.spt-left table .custom-form-group {
  margin-right: 0;
}
.spt-left table .select-wrapper {
    border: 1px solid #e5e5e5;
    min-width: 100px;
}
.select-wrapper {
    background: rgba(0, 0, 0, 0);
    border: solid rgba(0, 0, 0, 0.3);
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.spt-left table .select-wrapper:before {
    width: 22px;
    height: 22px;
    content: '\f0d7';
    color: #333333;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    right: 0;
    line-height: 22px;
    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%);
    z-index: -1;
}
.spt-left table .select-wrapper select {
    width: 100%;
    background: transparent;
    border: 0;
    color: #545E6B;
    font-size: 12px;
    padding: 8px 25px 8px 8px;
    appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.spt-left table .select-wrapper select:focus {
    background-image: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.spt-left table .select-wrapper select::-ms-expand {
    display: none;
}
.spt-left table .select-wrapper select:-moz-focusring {
    color: transparent;
}
.spt-left table .action-btn-panel {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-top: 15px;
  position: relative;
  margin-top: 5px;
}
.spt-left table .action-btn-panel:before {
  height: 1px;
  background: #d8d8d8;
  position: absolute;
  content: '';
  left: -20px;
  right: -20px;
  top: 0;
}
.spt-left table .action-btn-panel > button:first-child {
  margin-right: 15px;
}
.spt-right {
    width: auto;
    height: 45px;
    align-items: center;
    display: flex;
    margin-left: auto;
    padding: 0 5px 0 0;
    text-align: center;
}
.spt-right li {
    height: inherit;
    align-items: center;
    display: inline-flex;
    text-align: center;
    padding: 0 10px;
}
.spt-right li a {
    height: 32px;
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    line-height: 1;
}
.spt-right li a span {
    line-height: 1;
}
.spt-right li a i {
    color: #e0e0e0;
  font-size: 20px;
}
.spt-right li a.active i {
    color: #c1c1c1;
}
.spt-right li a:hover .material-icons {
    color: #404040;
}
.spt-right li.share-preview {
    border-right: 1px solid #fff;
    max-width: 60px;
}
.spt-right li.exit-preview {
    border-left: 1px solid #fff;
    max-width: 60px;
}
.spt-right li.exit-preview a {
    text-align: center;
    text-decoration: none !important;
}
.spt-right li.exit-preview a:visited i,
.spt-right li.exit-preview a:focus i,
.spt-right li.exit-preview a:active i,
.spt-right li.exit-preview a:focus-within i,
.spt-right li.exit-preview a:focus-visible i {
  color: #0a86ea;
}
.spt-right li.exit-preview a i {
    color: #fff;
}
.spt-right .desktop-icon,
.spt-right .tablet-icon,
.spt-right .phone-icon {
    display: inline-block;
}
.spt-right .desktop-icon path,
.spt-right .tablet-icon path,
.spt-right .phone-icon path {
    fill: #fff;
}
.spt-right .desktop-icon:hover path,
.spt-right .tablet-icon:hover path,
.spt-right .phone-icon:hover path {
    fill: #fff;
}
.spt-right .desktop-icon.active path,
.spt-right .tablet-icon.active path,
.spt-right .phone-icon.active path {
    fill: #0a86ea;
}
.spt-right .phone-icon #Rectangle {
    fill: #5a6370;
}
.spt-right .phone-icon.hover #Rectangle {
    fill: #0a86ea;
}
.spt-right .phone-icon.active #Rectangle {
    fill: #0a86ea;
}
.spt-right .tablet-icon {
    position: relative;
}
.spt-right .close {
    color: #e0e0e0;
    font-size: 12px;
    font-weight: 400;
    padding: 16px 0;
    text-decoration: none;
    text-align: center;
}
.bg-img-wrapper {
    display: none;
}
.frame {
    width: 100%;
    height: 100%;
    border: none;
}
.frame-main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.tablet,
.smartphone {
    background: #fff;
    margin: 0 auto;
}
.tablet .frame,
.smartphone .frame {
    border: none;
    display: block;
    margin: 0 auto;
}
@media only screen and (min-width: 1130px) {
    .tablet .frame-main {
        width: 1110px;
        height: 874px;
        background-image: url(/images/themes/frames/iPad.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 25px auto;
        padding: 64px 38px;
    }
}
@media only screen and (min-width: 1130px) {
    .tablet .frame {
        width: 1032px;
        height: 746px;
        border-radius: 15px;
        margin: 0 auto;
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    .smartphone .frame-main {
        width: 368px;
        height: 660px;
        background-image: url(/images/themes/frames/iPhone.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        margin: 25px auto;
        position: relative;
    }
}
@media only screen and (min-width: 768px) {
    .smartphone .frame {
        width: 376px;
        height: 653px;
        padding: 22px 22px 15px 16px;
        border-radius: 39px;
    }
}
.upgrade-div > span {
    font-size: 14px;
}
#AlertMessage{
    display: none;
}

.draft-title {
    height: 15px;
    width: 100%;
    background-color: red;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 55px;
    z-index: 3
}

.share-preview-link .qp-btn-field .this-wrapper {
    width: calc(100% - 36px);
    display: inline-flex;
}

.share-preview-link .qp-btn-field .this-wrapper .qp-btn {
    background: rgb(245, 245, 245);
    overflow: visible;
}

.survey-body-wrapper.preview-security-wrapper {
    padding-bottom: 138px;
    position: relative;
    min-height: calc(100% - 20px);
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper.preview-security-wrapper {
        min-height: auto;
        padding-bottom: 0;
    }
}
.survey-body-wrapper.preview-security-wrapper .survey-footer {
    bottom: 0;
    left: 0;
    position: absolute;
}
@media only screen and (min-width: 768px) {
    .survey-body-wrapper.preview-security-wrapper .survey-footer {
        position: relative;
    }
}
.preview-security-wrapper.survey-body-wrapper {
    background: #ffffff;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .preview-security-wrapper.survey-body-wrapper {
        width: 95%;
    }
}
@media only screen and (min-width: 1024px) {
    .preview-security-wrapper.survey-body-wrapper {
        width: 980px;
    }
}
@media only screen and (min-width: 1200px) {
    .preview-security-wrapper.survey-body-wrapper {
        width: 1024px;
    }
}
@media only screen and (min-width: 1400px) {
    .preview-security-wrapper.survey-body-wrapper {
        width: 1300px;
    }
}
.preview-security-wrapper.has-bg-img .survey-body-wrapper {
    background: rgba(255, 255, 255, 0.3);
}
.preview-security-wrapper.survey-body-wrapper .preview-survey-run-form {
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .preview-security-wrapper.survey-body-wrapper .preview-survey-run-form {
        width: 95%;
    }
}
@media only screen and (min-width: 1200px) {
    .preview-security-wrapper.survey-body-wrapper .preview-survey-run-form {
        width: calc(1024px - 130px);
    }
}
@media only screen and (min-width: 1400px) {
    .preview-security-wrapper.survey-body-wrapper .preview-survey-run-form {
        width: calc(1300px - 130px);
    }
}
.preview-security-wrapper.survey-body-wrapper {
    display: flex;
    flex-flow: column;
    margin: 15px auto;
    padding: 26px 15px;
    position: relative;
}
@media only screen and (min-width: 1024px) {
    .preview-security-wrapper.survey-body-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .preview-security-wrapper.survey-body-wrapper {
        margin-top: 30px;
    }
}
.preview-security-wrapper.survey-body-wrapper.has-timer {
    margin-top: 0;
}
.preview-security-wrapper.survey-body-wrapper .preview-survey-run-form {
    margin: 0 auto;
    padding: 0;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms {
    width: 100%;
    margin: 0 auto;
    display: block;
}
@media only screen and (min-width: 768px) {
    .preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms {
        width: 57%;
    }
}
@media only screen and (min-width: 1024px) {
    .preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms {
        width: 50%;
    }
}
@media only screen and (min-width: 1200px) {
    .preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms {
        width: 45%;
    }
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms .answer-options {
    margin-top: 10px;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms .answer-options .btn {
    display: block;
    margin: 15px auto 0;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms .form-label {
    width: 100%;
    padding: 0;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms .input-wrapper {
    width: 100%;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms.login .question-container {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .preview-security-wrapper.survey-body-wrapper .survey-question-wrapper.preview-security-forms.login .question-container {
        font-size: 24px;
    }
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .question-container {
    color: #545E6B;
    font-size: calc(18px - 2px);
    font-weight: 400;
}
@media only screen and (min-width: 1024px) {
    .preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .question-container {
        font-size: 18px;
        margin-bottom: 8px;
    }
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .answer-container {
    width: 100%;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .answer-options {
    margin: 11px 0;
    padding: 2px 0 10px;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .error {
    color: #E91D1A;
    font-size: 12px;
    font-weight: 300;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .form-label {
    color: #545E6B;
    font-size: 14px;
    font-weight: 400;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .input-wrapper:before {
    background: #545E6B;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .input-wrapper.error-line .line-flow {
    background: #E91D1A;
}
.preview-security-wrapper.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) {
    .preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .form-label {
        width: 30%;
    }
}
@media only screen and (min-width: 1024px) {
    .preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .form-label {
        width: 25%;
    }
}
@media only screen and (min-width: 1200px) {
    .preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .form-label {
        width: 20%;
    }
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .input-wrapper {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 1px 0;
    position: relative;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .input-wrapper:before {
    height: 1px;
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .input-wrapper.error-line .line-flow {
    width: 100%;
}
.preview-security-wrapper.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;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .form-input:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .form-input:focus ~ .line-flow {
    width: 100%;
}
.preview-security-wrapper.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);
}
.preview-security-wrapper.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);
}
.preview-security-wrapper.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);
}
.preview-security-wrapper.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);
}
.preview-security-wrapper.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;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .form-input {
    background-color: rgba(84, 94, 107, 0.05);
    color: #545E6B;
    font-size: 14px;
    font-weight: 300;
}
.preview-security-wrapper.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;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .form-input:focus ~ label,
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .form-input.used ~ label {
    font-size: 12px;
    top: -18px;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question label {
    color: #545E6B;
    font-size: 14px;
    font-weight: 300;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .form-input:focus ~ label,
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .answer-container.form-type-question .form-input.used ~ label {
    font-weight: 400;
}
.preview-security-wrapper.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;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .error.vhidden {
    visibility: hidden;
}
.preview-security-wrapper.survey-body-wrapper .survey-question-wrapper .error {
    color: #E91D1A;
    font-size: 12px;
    font-weight: 300;
}
.preview-security-wrapper .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;
}
.preview-security-wrapper .btn:active,
.preview-security-wrapper .btn:focus,
.preview-security-wrapper .btn:hover {
    outline: none;
}
.preview-security-wrapper .btn.active,
.preview-security-wrapper .btn.focus {
    outline: none;
}
.preview-security-wrapper .btn.active:active,
.preview-security-wrapper .btn.focus:active,
.preview-security-wrapper .btn.active:focus,
.preview-security-wrapper .btn.focus:focus,
.preview-security-wrapper .btn.active:hover,
.preview-security-wrapper .btn.focus:hover {
    outline: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .preview-security-wrapper .btn {
        font-weight: 300 !important;
    }
}
.preview-security-wrapper .btn .qp-loader {
    display: none;
}
.preview-security-wrapper .btn.has-loader {
    color: rgba(225, 225, 225, 0.3) !important;
}
.preview-security-wrapper .btn.has-loader .qp-loader {
    display: block;
    font-size: 7px;
}
.preview-security-wrapper .btn.btn-submit {
    width: 100%;
    padding: 15px 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    .preview-security-wrapper .btn.btn-submit {
        width: auto;
        margin-right: 25px;
        min-width: 130px;
    }
}
.preview-security-wrapper .btn {
    font-weight: 400;
}
.preview-security-wrapper .btn:focus,
.preview-security-wrapper .btn:hover {
    -moz-box-shadow: 0 0 10px #0a86ea;
    -webkit-box-shadow: 0 0 10px #0a86ea;
    box-shadow: 0 0 10px #0a86ea;
}
.preview-security-wrapper .btn.has-loader .qp-loader > span {
    background: #fff;
}
.preview-security-wrapper .btn.btn-start,
.preview-security-wrapper .btn.btn-submit {
    font-size: 20px;
    background: #0a86ea;
    color: #fff;
}

.share-preview-form .share-preview-link .custom-form-group.has-toggle .qp-control-label .label-name {
    min-width: 145px;
}
.share-preview-form .share-preview-link .qp-btn-field .error {
    position: absolute;
    top: 100%;
}
.spt-right li a:hover {
    text-decoration: none;
}