/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 *
 * 1.0 Basic settings
        1.1 Helpers
        1.2 Buttons
 * 2.0 Grid
 *      Grid media
 * 3.0 Header
        Header media
 * 4.0 Default theme
 *      Default theme media
 * 5.0 Modal theme
 *      Modal theme media
 */

/* 1.0  Basic settings*/
#chs {
    font-size: 16px;
    overflow: hidden;
    line-height: 1.2;
    max-width: 100%;
}

#chs * {
    box-sizing: border-box;
}

.chs img {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    height: auto;
}

#chs .chs-main-wrap {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 20px auto;
}

#chs .chs-h1,
#chs .chs-h2,
#chs .chs-h3,
#chs .chs-h4,
#chs .chs-h5,
#chs .chs-h6 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    padding-bottom: 15px;
    margin: 0;
}

/*.chs-h1:first-child,
.chs-h2:first-child,
.chs-h3:first-child,
.chs-h4:first-child,
.chs-h5:first-child,
.chs-h6:first-child {
    padding-top: 15px;
}*/

/* 1.1 Helpers */

#chs .chs-h1 {
    font-size: 60px;
}

#chs .chs-h2 {
    font-size: 42px;
}

#chs .chs-h3 {
    font-size: 34px;
}

#chs .chs-h4 {
    font-size: 28px;
}

#chs .chs-h5 {
    font-size: 21px;
}

#chs .chs-h6 {
    font-size: 18px;
}

.chs-answer__list {
    align-items: flex-end;
    justify-content: center;
}

.chs-font-weight-light {
    font-weight: 300 !important;
}

.chs-font-weight-lighter {
    font-weight: lighter !important;
}

.chs-font-weight-normal {
    font-weight: 400 !important;
}

.chs-font-weight-bold {
    font-weight: 700 !important;
}

.chs-font-weight-bolder {
    font-weight: bolder !important;
}

.chs-text-lowercase {
    text-transform: lowercase !important;
}

.chs-text-uppercase {
    text-transform: uppercase !important;
}

.chs-text-capitalize {
    text-transform: capitalize !important;
}

.chs-text-left {
    text-align: left !important;
}

.chs-text-right {
    text-align: right !important;
}

.chs-text-center {
    text-align: center !important;
}

.chs-text-justify {
    text-align: justify !important;
}

#chs .chs-d-none {
    display: none;
}

#chs .chs-pt-0 {
    padding-top: 0;
}

#chs .chs-pl-0 {
    padding-left: 0;
}

#chs .chs-pr-0 {
    padding-right: 0;
}

#chs .chs-pb-0 {
    padding-bottom: 0;
}

.chs-survey__steps:not(.chs-survey__steps--current) {
    display: none;
}

#chs .chs-survey__steps-title {
    text-align: center;
    padding: 15px 0;
}

#chs .chs-question {
    display: flex;
    flex-wrap: wrap;
}

#chs .chs-position-img-bottom {
    display: flex;
    flex-wrap: unset;
}

#chs .chs-survey .chs-position-img-right {
    flex-direction: row-reverse;
}



#chs .chs-survey__label {
    box-shadow: 0 0 4px #010101;
    cursor: pointer;
    width: auto;
    height: 100%;
    transition: .5s ease;
    font-size: inherit;
    line-height: inherit;
    overflow: hidden;
    margin: auto;
}

#chs .chs-survey__label:hover {
    transform: translateY(-8px);
}

#chs .chs-survey__label input {
    position: absolute;
    left: -999999px;
    visibility: hidden;
}

#chs .chs-survey__label:checked {
    box-shadow: 0 0 10px #025ce2;
    color: #025ce2;
}

#chs .chs-survey__response-wrap,
#chs .chs-survey__response {
    display: none;
}

#chs .chs-survey__item {
    padding-top: 15px;
    margin-bottom: 15px;
}

#chs .chs-survey__item .chs-survey__label--incorrect-answer {
    box-shadow: 0 0 12px 2px #ff0000 !important;
    color: #ff0000 !important;
}

#chs .chs-survey__label--incorrect-answer * {
    transition: .5s linear;
}

#chs .chs-survey__item--img-text img {
    width: auto;
    max-height: 500px;
}

#chs .chs-survey__item--img-text {
    font-weight: 700;
}

#chs .chs-survey__response-title {
    text-align: center;
    color: #0d6efd;
    padding-bottom: 0;
}

#chs .chs-survey__response {
    padding: 15px;
}

#chs .chs-survey__response-subtitle {
    text-align: center;
}

#chs .chs-survey__response-list {
    justify-content: center;
}

#chs .chs-survey__response-item {
    text-align: center;
    margin-bottom: 15px;
}

#chs .chs-survey__response-item-inner {
    box-shadow: 0 0 4px #000;
    padding: 15px;
    border-radius: 4px;
}

#chs .chs-answer--text {
    width: 100%;
    padding: 15px 15px 15px 50px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    background-color: #1d27d6;
    min-width: 100px;
    position: relative;
}

#chs .box-error {
    box-shadow: 0 0 5px 4px rgba(226, 22, 24, 0.75);
}

#chs .respons-error {
    color: rgb(228, 7, 7);
    margin: 20px 10px 10px;
    padding: 10px 15px;
    text-align: center;
    border: 1px solid;
    font-weight: 600;
    display: none;
}

#chs .loading {
    position: relative;
}

body.chs-loading {
    position: relative;
    overflow: hidden;
}

body.chs-loading::before,
#chs .loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url('/wp-content/plugins/chs-survey/assets/img/preload.gif') 50% 50% no-repeat;
    z-index: 9999;
}

body.chs-loading {
    min-height: 100vh;
}

/*  1.2 Buttons */
#chs-preview .chs-btn,
#chs .chs-btn {
    display: inline-block;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0d6efd;
    border: 1px solid transparent;
    padding: 8px 15px;
    font-size: 16px;
    border-radius: 20px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.progress {
    height: 10px;
    margin-top: 30px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}
.chs-progressbar-complete {
    font-family: "Roboto";
    display: inline-block;
    font-size: 11px;
}
@media (prefers-reduced-motion: reduce) {
    #chs-preview .chs-btn,
    #chs .chs-btn {
        transition: none;
    }
}

#chs-preview .chs-btn:hover,
#chs .chs-btn:hover {
    color: #212529;
    text-decoration: none;
}

#chs-preview .chs-btnfocus,
#chs .chs-btn:focus, #chs .chs-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

#chs-preview .chs-btn.disabled, #chs-preview .chs-btn:disabled,
#chs .chs-btn.disabled, #chs .chs-btn:disabled {
    opacity: 0.65;
}

#chs a.chs-btn.disabled,
fieldset:disabled #chs a.chs-btn {
    pointer-events: none;
}

#chs-preview .chs-btn-primary,
#chs .chs-btn-primary {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#chs-preview .chs-btn-primary:hover,
#chs .chs-btn-primary:hover {
    color: #fff;
    background-color: #025ce2;
    border-color: #0257d5;
}

#chs-preview .chs-btn-primary:focus, #chs-preview .chs-btn-primary.focus,
#chs .chs-btn-primary:focus, #chs .chs-btn-primary.focus {
    color: #fff;
    background-color: #025ce2;
    border-color: #0257d5;
    box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
}

#chs-preview .chs-btn-primary.disabled, #chs-preview .chs-btn-primary:disabled,
#chs .chs-btn-primary.disabled, #chs .chs-btn-primary:disabled {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
}

#chs-preview .chs-btn-primary:not(:disabled):not(.disabled):active, #chs-preview .chs-btn-primary:not(:disabled):not(.disabled).active,
#chs .chs-btn-primary:not(:disabled):not(.disabled):active, #chs .chs-btn-primary:not(:disabled):not(.disabled).active,
.show > #chs .chs-btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0257d5;
    border-color: #0252c9;
}

#chs-preview .chs-btn-primary:not(:disabled):not(.disabled):active:focus, #chs-preview .chs-btn-primary:not(:disabled):not(.disabled).active:focus,
#chs .chs-btn-primary:not(:disabled):not(.disabled):active:focus, #chs .chs-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > #chs .chs-btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 4px rgba(49, 132, 253, 0.5);
}

/* / --//--/  */

/* 2.0 Grid  */

#chs .chs-container,
#chs .chs-container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .chs-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .chs-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .chs-container {
        max-width: 960px;
    }
    .chs-survey__response-wrap.chs-modal .chs-survey__response-inner.result-no-image {
        max-width: 60%;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .chs-container {
        max-width: 1140px;
    }
}

.chs-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.chs-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.chs-no-gutters > .chs-col,
.chs-no-gutters > [class*="chs-col-"] {
    padding-right: 0;
    padding-left: 0;
}

.chs-col,
.chs-col-auto,
.chs-col-1,
.chs-col-2,
.chs-col-3,
.chs-col-4,
.chs-col-5,
.chs-col-6,
.chs-col-7,
.chs-col-8,
.chs-col-9,
.chs-col-10,
.chs-col-11,
.chs-col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.chs-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.chs-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.chs-col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.chs-col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.chs-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.chs-col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.chs-col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.chs-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.chs-col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.chs-col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.chs-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.chs-col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.chs-col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.chs-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}


.chs-image-box {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 30px;
    max-width: 100%;
    height: auto;
    min-height: 30px;
    vertical-align: top;
    font-size: 0
}

.chs-image-box.chs-image-box--square {
    padding: 50%
}

.chs-image-box--rounded {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

#chs .chs-image-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover
}

/* Grid media */


/*Answer*/

#chs .chs-answer__content {
    display: flex;
    flex-wrap: wrap;
}

#chs .chs-position-img-left .chs-survey__label,
#chs .chs-position-img-right .chs-survey__label {
    background-color: transparent;
    color: #000;
    box-shadow: unset;
}

#chs .chs-question.chs-position-img-left,
#chs .chs-question.chs-position-img-right,
#chs .chs-position-img-left .chs-answer__content,
#chs .chs-position-img-right .chs-answer__content {
    align-items: center;
    height: 100%;
}

#chs .chs-question.chs-position-img-top,
#chs .chs-position-img-right .chs-answer__content {
    flex-direction: row-reverse;
}

#chs .chs-question.chs-position-img-bottom,
#chs .chs-position-img-bottom .chs-answer__content {
    flex-direction: column-reverse;
}

#chs .chs-question > div,
#chs .chs-answer__content > div {
    flex: 0 0 100%;
    max-width: 100%;
}

#chs .chs-question.chs-position-img-left > div,
#chs .chs-question.chs-position-img-right > div,
#chs .chs-position-img-left .chs-answer__content > div,
#chs .chs-position-img-right .chs-answer__content > div {
    flex: 0 0 50%;
    max-width: 50%;
}

/* Forms */
#chs .chs-form__control {
    display: block;
    width: 100%;
    min-height: calc(24px + 12px + 2px);
    padding: 6px 12px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    #chs .chs-form__control {
        transition: none;
    }
}

#chs .chs-form__control::-ms-expand {
    background-color: transparent;
    border: 0;
}

#chs .chs-form__control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #8bbafe;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

#chs .chs-form__control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

#chs .chs-form__control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

#chs .chs-form__control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

#chs .chs-form__control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

#chs .chs-form__control::placeholder {
    color: #6c757d;
    opacity: 1;
}

#chs .chs-form__control:disabled, #chs .chs-form__control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

#chs .chs-form__control-plaintext {
    display: block;
    width: 100%;
    padding: 6px 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

#chs .chs-form__check {
    display: block;
    min-height: 24px;
    padding-left: 28px;
    margin-bottom: 02px;
}

#chs .chs-form__check #chs .chs-form__check-input {
    float: left;
    margin-left: -28px;
}

#chs .chs-form__check-input {
    width: 20px;
    height: 20px;
    margin-top: 02px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#chs .chs-form__check-input[type="checkbox"] {
    border-radius: 4px;
}

#chs .chs-form__check-input[type="radio"] {
    border-radius: 50%;
}

#chs .chs-form__check-input:active {
    -webkit-filter: brightness(90%);
    filter: brightness(90%);
}

#chs .chs-form__check-input:focus {
    border-color: #8bbafe;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.25);
}

#chs .chs-form__check-input:checked {
    background-color: #0d6efd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px;
    border-color: #0d6efd;
}

#chs .chs-form__check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/%3e%3c/svg%3e");
}

#chs .chs-form__check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

#chs .chs-form__check-input[type="checkbox"]:indeterminate {
    background-color: #0d6efd;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M5 8h6'/%3e%3c/svg%3e");
    background-size: 15px;
    border-color: #0d6efd;
}

#chs .chs-form__check-input[disabled] {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5;
}

#chs .chs-form__check-input[disabled] ~ .chs-form__check-label {
    opacity: .5;
}

#chs .chs-form__group,
#chs .chs-form__actions {
    margin-bottom: 10px;
}

#chs .chs-form__container {
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto;
}

#chs .chs-form__check-input:checked[type="checkbox"]::before,
#chs .chs-form__check-input:checked[type="checkbox"]::after {
    display: none;
}

/* / --//--/  */

/* 3.0 Header */
#chs .chs-header {
    padding: 15px;
    /*border-bottom: 2px solid;*/
    position: relative;
}

#chs .chs-header .chs-row {
    align-items: center;
}

#chs .chs-header__logo img {
    max-width: 200px;
}

#chs .chs-header__title {
    text-align: right;
    padding-bottom: 0;
}

#chs .chs-header__action {
    position: absolute;
    right: 0;
    top: 0;
}

#chs .chs-header__action .chs-btn {
    border-radius: 0 0 0 10px;
}

/* Header media */

/* / --//--/  */

/* 4.0 Default theme  */

/* Default theme media */

/* / --//--/  */

/* 5.0 Modal theme */

.chs-body-no-scroll {
    overflow: hidden !important;
}

.chs-body-no-scroll {
    overflow: hidden !important;
}

#chs.chs-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99999;
    display: none;
}

#chs.chs-modal .chs-main-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    overflow: auto;
    max-height: 600px;
}

.chs-survey__response-wrap.chs-modal .chs-survey__response-content {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
}

.chs-survey__response-wrap.chs-modal .chs-survey__response-inner {
    background: #fff;
    padding: 35px 25px 15px;
    max-width: 90%;
    max-height: 600px;
    overflow-y: auto;
    position: relative;
}

.chs-action-result {
    padding: 20px;
    text-align: center;
}

#chs .close-modal {
    cursor: pointer;
    background: #fff;
    font-size: 0;
    clip: unset;
    border: 2px solid #d0d0d0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    transition: .5s ease;
}

#chs .close-modal::before,
#chs .close-modal::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 2px;
    background: #d0d0d0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 12px;
}

#chs .close-modal::before {
    transform: rotate(45deg);
}

#chs .close-modal::after {
    transform: rotate(-45deg);
}

#chs .close-modal:hover {
    transform: scale(.9);
}

/* Modal theme media */

/* / --//--/  */

/*Header and footer*/

.chs-toolbar-row > div {
    flex: 0 0 100%;
    max-width: 100%;
}

.chs-toolbar .chs-position-img-left > div,
.chs-toolbar .chs-position-img-right > div {
    flex: 0 0 50%;
    max-width: 50%
}

.chs-toolbar-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.chs-toolbar .chs-position-img-right {
    flex-direction: row-reverse;
}

.chs-toolbar .chs-position-img-bottom {
    flex-direction: column-reverse;
}
.clearfix {
  overflow: auto;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* default template */

body.chs_survey-template-default {
    background: #fff;
}

.chs-preview-action {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.success-alert {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .2);
    z-index: 999;
    display: none;
}

.success-alert__inner {
    position: absolute;
    top: 100px;
    width: 500px;
    margin: 0 auto;
    left: 160px;
    right: 0;
    text-align: center;
    background: #1abc9c;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 0 4px;
}

.success-alert__icon img {
    max-width: 100px;
}

.success-alert__text {
    font-size: 28px;
    margin: 20px 0 10px;
    color: #fff;
    font-weight: 400;
}
#chs-survey .chs-answer .chs-survey__label {
    border-radius: 5px;
}
/* Create a custom checkbox */
.chs-checkbox-design {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 29px;
    width: 29px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

/* Style the checkmark/indicator */
.chs-checkbox-design:after {
    content: "";
    position: absolute;
    opacity: 0;
    left: 11px;
    top: 4px;
    width: 8px;
    height: 16px;
    border: solid blue;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Show the checkmark when checked */
.active .chs-checkbox-design:after {
  opacity: 1;
}
.chs-form-label {
    font-size: 14px;
    margin-bottom: 4px;
}
.chs-powerd-by-wrapper {
    text-align: center;
}
/* Media */
@media all and (max-width: 767px) {
    #chs .chs-h1,
    #chs .chs-h2 {
        font-size: 24px !important;
    }

    #chs .chs-h3 {
        font-size: 21px !important;
    }

    #chs .chs-h4,
    #chs .chs-h5 {
        font-size: 18px !important;
    }

    #chs .chs-h6 {
        font-size: 14px !important;
    }

    #chs .chs-answer--text {
        font-size: 14px !important;
    }

    #chs .chs-col-4 {
        max-width: 50%;
        flex: 0 0 50%;
    }

    #chs .chs-survey__item {
        padding: 10px;
        margin-bottom: 0;
    }

    #chs .chs-question.chs-position-img-left > div, #chs .chs-question.chs-position-img-right > div, #chs .chs-position-img-left .chs-answer__content > div, #chs .chs-position-img-right .chs-answer__content > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .chs-survey__response .chs-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
