.item-survey-style .btn-upload-survey-style {
    min-width: 44px;
    align-items: center;
    display: flex;
    align-items: flex-start;
    padding-top: 7px;
    justify-content: center;
}
.item-survey-style .option-question-item,
.item-survey-style .option-question-item .input-survey-answer-box,
.item-survey-style .option-question-item .option-buttons-style,
.item-survey-style .option-question-item .option-answer-style {
    display: flex;
    align-items: center;
    flex: auto;
}
.item-survey-style .img-error-question-style.display-ib {
    display: none;
}
.item-survey-style .option-question-item .option-buttons-style {
    flex-direction: row-reverse;
    align-items: center;
}
.item-survey-style .option-question-item .shape-option-type-style {
    position: relative;
    display: flex; /* margin-top: 4px; */
    min-width: 31px; /* height: 100%; */ /* min-height: 38px; */
    align-items: center;
}
.item-survey-style .option-question-item .shape-option-type-style span:not(.show) {
    display: none;
}
.item-survey-style .option-question-item .shape-option-type-style span {
    margin-right: 13px;
    min-width: 18px;
    height: 18px;
    width: 18px;
    border: solid 2px #bdc5ce;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #fff;
    /* margin-top: 2px; */
}
.item-survey-style .option-question-item .shape-option-type-style span.shape-round-style {
    border-radius: 50%;
}
.item-survey-style .option-question-item .select-goto-survey-style {
    max-width: 222px;
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: auto;
    display: flex;
    align-items: center;
}
.item-survey-style .input-survey-style {
    height: 22px;
    font-size: 14px;
    background: #fff;
    -webkit-text-fill-color: #161931;
}
.item-survey-style .input-survey-style:disabled {
    background: #fff;
}
.item-survey-style .input-survey-style.option {
    color: #697788;
    height: 24px;
}
.item-survey-style .input-survey-style.others::placeholder {
    color: rgba(22, 25, 49, 0.32);
}
.item-survey-style .input-survey-style.above:disabled {
    color: #161931;
}
.item-survey-style .input-survey-style.above:disabled::placeholder {
    color: #161931;
    opacity: 1;
}

.item-survey-style .input-survey-style.others {
    border-bottom: #fff 1px solid;
}
.item-survey-style .input-survey-style:not(.option) {
    width: 100%;
    height: 22px;
    color: #161931;
    margin-right: 8px;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 4px; /*line-height: 26px;*/
}
.item-survey-style .input-survey-style.dotted {
    border-bottom: 1px solid #bdc5ce;
    max-width: 300px;
}
.item-survey-style .input-survey-style.sentence-style {
    max-width: 100%;
}
.item-survey-style .input-survey-style.option:hover {
    text-decoration: underline;
}
.item-survey-style .title-survey-item-style[contentEditable='true']:empty:before,
.item-survey-style .title-survey-item-style[contentEditable='false']:empty:before {
    content: attr(data-text);
    font-size: inherit;
    color: rgba(122, 122, 122, 0.8);
    line-height: 1.85;
    text-align: left;
}
.item-survey-style .textarea-survey-style {
    width: 100%;
    height: 90px;
    padding: 10px;
    border: 1px solid #bdc5ce;
    border-radius: 5px;
    background-color: #f9faff;
    -webkit-text-fill-color: #161931;
}
.item-survey-style.completed-view .textarea-survey-style {
    border: 1px solid #eceef1;
    -webkit-text-fill-color: #7a7a7a;
}
.item-screener-view-style .textarea-survey-style {
    width: 100%;
    height: 90px;
    padding: 10px;
    border: 1px solid #eceef1;
    border-radius: 5px;
    background-color: #f9f9fb;
    -webkit-text-fill-color: #7a7a7a;
}
/*section navigation*/
.item-section-style {
    cursor: move;
}

/*section info*/
.item-survey-style .section-info-style {
    padding: 20px 24px;
}
.item-survey-style .title-survey-item-style .title-survey-image-style {
    max-width: 100%;
}
.item-survey-style.current-view .section-info-style .title-survey-item-style {
    max-width: 100% !important;
    min-height: 40px;
}
.item-survey-style.current-view .section-info-style .title-survey-item-style.fz24 {
    font-size: 24px;
}
.item-survey-style.current-view .section-info-style .title-survey-item-style span {
    font-size: inherit;
}
.item-survey-style.current-view .section-info-style .section-title-style {
    z-index: 0;
    overflow-y: visible;
    display: block;
    max-width: 460px;
    width: 100%;
    min-height: 40px;
    height: max-content;
    padding: 8px 12px 6px;
    border: 1px solid #bdc5ce;
    border-radius: 5px;
    background-color: #f9faff;
    color: #161931;
    font-size: 14px;
    white-space: pre-line;
    word-wrap: break-word;
    text-align: left;
}
.item-survey-style.current-view .section-info-style .section-title-style:empty::before {
    content: attr(placeholder);
    color: grey;
}
.item-survey-style.current-view .section-info-style .section-desc-text {
    margin-top: 24px;
}
.item-survey-style.completed-view .section-info-style .section-title-style {
    font-size: 16px;
    font-weight: 500;
    word-break: break-all;
    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.item-survey-style.completed-view .section-info-style .section-title-text,
.item-survey-style.completed-view .section-info-style .section-desc-text {
    display: none;
}
.section-info-style .section-description-style.section-info-desc + .note-editor.note-frame {
    margin-top: 0;
}
.section-info-style
    .section-description-style.section-info-desc
    + .note-editor.note-frame
    .note-editing-area
    .note-editable {
    background-color: #f9faff;
}

/*section survey image*/
.item-survey-style.item-section-image-style .title-survey-item-style.fz14 {
    font-size: 14px;
    max-width: 100%;
}
.item-survey-style.item-section-image-style .content-top-survey-style {
    padding: 16px 24px;
}
/*image option*/
.item-survey-style .option-question-item.image + .option-question-item.image {
    margin-top: 15px;
}
.item-survey-style .option-question-item.image + .option-question-item.option {
    margin-top: 8px;
}
.item-survey-style .option-question-item .option-answer-style .survey-option-image:not(.icon-20)
/* remove max height */
/*{max-width: 164px;object-fit: cover;max-height: 240px;width: 100%;margin-right: 8px;box-shadow: 0 2px 4px 0 rgba(72, 79, 90, 0.4);}*/ {
    max-width: 164px;
    object-fit: cover;
    width: 100%;
    margin-right: 8px;
    box-shadow: 0 2px 4px 0 rgba(72, 79, 90, 0.4);
}

/* screener active*/
.item-survey-style.current-view {
    position: relative;
    box-shadow: 0 2px 4px 0 rgba(72, 79, 90, 0.4);
    z-index: 2;
}
.item-survey-style.current-view .content-top-survey-style:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    bottom: 0;
    background: #3068ef;
    left: 0px;
    z-index: 1;
}
.item-survey-style.current-view .select-question-type-container {
    max-width: 256px;
    width: 100%;
    padding: 3px 0;
    border-radius: 5px;
    margin-left: auto;
}
.item-survey-style.current-view .title-survey-item-style {
    padding-top: 6px;
    padding-right: 24px;
    padding-bottom: 2px;
    border-bottom: 1px solid #bdc5ce;
    max-width: 350px;
    width: 100%;
    font-size: 16px;
    height: max-content;
    white-space: pre-line;
    word-wrap: break-word;
    z-index: 0;
    overflow-y: visible;
    text-align: left;
    color: #161931;
    line-height: 1.85;
    word-break: break-word; /* min-width: 330px; */
}
.item-survey-style.current-view .title-survey-item-style p,
.item-survey-style.current-view .title-survey-item-style b,
.item-survey-style.current-view .title-survey-item-style i,
.item-survey-style.current-view .title-survey-item-style u {
    font-size: inherit;
}
.item-survey-style.current-view .title-survey-item-style:focus {
    border-bottom: 2px solid #3068ef;
    padding-bottom: 1px;
}
.item-survey-style.current-view .title-survey-item-style.empty {
    border-bottom: #fff 1px solid;
}
.item-survey-style.current-view .option-question-item {
    min-height: 40px;
    display: flex; /* align-items: center; */
    background-color: #fff;
    position: relative;
}
/* .item-survey-style.current-view .option-multiple-choice-container .option-question-item .btn-remove-option{margin-left: 8px;} */
.item-survey-style.current-view .option-question-item.image {
    margin-bottom: 16px;
    margin-top: 8px;
}
.item-survey-style.current-view
    .ui-sortable
    .option-question-item:not(.option):not(.dotted):not(.remove-drag-style):not(.etc):not(.image):hover:before {
    content: '';
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    background-image: url(/img/dashboard/question/ic-20-move.svg);
    background-size: 20px;
    background-repeat: no-repeat;
}
.item-survey-style.current-view
    .ui-sortable
    .option-question-item:not(.option):not(.dotted):not(.image):not(.btn-remove-img-style):hover {
    cursor: move;
}
/*.item-survey-style.current-view .option-question-item:not(:hover) .reject-accept-box-style{visibility: hidden;}*/
.item-survey-style.current-view .option-question-item:not(:hover) .btn-remove-img-style {
    /* opacity: 0.32; */
}
.item-survey-style.current-view .option-question-item:not(:hover) .btn-reset-option,
.item-survey-style.current-view .option-question-item:not(:hover) .btn-remove-option:not(.btn-remove-img-style),
.item-survey-style.current-view .option-question-item:not(:hover) .btn-hide-others {
    opacity: 0.32;
}

.item-survey-style.current-view
    .option-question-item:not(:hover)
    .input-survey-style:not(.option):not(.dotted):not(:focus) {
    border-bottom: 1px solid #fff;
}
.item-survey-style.current-view .option-question-item:hover .input-survey-style:not(.option):not(:focus) {
    border-bottom: 1px solid #bdc5ce;
}
.item-survey-style.current-view .option-question-item:hover .btn-remove-img-style {
    visibility: visible;
}
.item-survey-style.current-view .input-survey-style:not(.option):not(.dotted):focus {
    border-bottom: 1px solid #3068ef;
}
.item-survey-style.current-view .result-multiple-grid {
    display: none;
}
.item-survey-style.current-view .wrap-result-likert-style {
    display: none;
}
.item-survey-style.current-view .wrap-likert-style {
    display: flex;
}
.item-survey-style.current-view .screener-grid-style {
    display: flex;
}
.item-survey-style.current-view .wrap-smiley-style {
    padding-top: 56px;
    padding-bottom: 32px; /* text-align: center; */
    line-height: 1;
}
.item-survey-style.current-view .survey-setting-view-style {
    display: none;
}
.item-survey-style.current-view .wrap-smiley-style .icon-smiley-style {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    font-size: 38px;
    position: relative;
    border: none;
}
.item-survey-style.current-view .multipleImage .option-question-item:not(:first-child) .after-section-style {
    display: none !important;
}
.item-survey-style.current-view .multipleImage .after-section-style {
    position: absolute;
    left: 8px;
    top: -35px;
}
.item-survey-style.current-view .text-invalid-style {
    display: none;
}
.item-survey-style.current-view .text-info-style {
    display: none;
}
.item-survey-style.current-view .option-answer-result-style {
    display: none;
}
.item-survey-style.current-view .short-answer-count {
    display: flex;
}

/*screener edit*/
/*.item-survey-style.current-view .option-answer-result-style{min-height: 24px; line-height: 1.4;}*/
/*.item-survey-style.completed-view .input-survey-style[data-question-option-value]{display: none;}*/
.item-survey-style.completed-view .text-info-style {
    display: block;
}
.item-survey-style.completed-view .btn-upload-survey-style {
    visibility: hidden;
    display: none;
}
.item-survey-style.completed-view .text-invalid-style {
    display: none;
}
.item-survey-style.completed-view.invalid-question {
    box-shadow: 0px 0 1px 1px #e93733;
    position: relative;
}
.wrap-survey-style .item-survey-style.completed-view.invalid-question .number-survey-item-style {
    background: #e93733;
}
.wrap-survey-style .item-survey-style.completed-view.invalid-question .text-invalid-style {
    display: block;
    margin-bottom: 8px;
}
.item-survey-style.completed-view .section-info-style {
    border-bottom: 1px solid #dbdfe5;
}
.item-survey-style.item-section-image-style.completed-view .content-top-survey-style {
    padding: 16px 24px;
}
.item-survey-style.completed-view .content-top-survey-style {
    border-bottom: 1px solid #dbdfe5; /*padding-top: 12px;*/
    padding-top: 25px;
    padding-left: 70px;
    padding-right: 24px; /*padding-bottom: 20px;*/
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.item-survey-style.completed-view .content-top-survey-style:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.item-survey-style.completed-view .title-survey-item-style {
    max-width: 100%;
    word-break: break-word; /*padding-top: 12px;*/
    padding-bottom: 0px;
    padding-right: 24px;
}
.item-survey-style.completed-view .title-survey-item-style p,
.item-survey-style.completed-view .title-survey-item-style span,
.item-survey-style.completed-view .title-survey-item-style b,
.item-survey-style.completed-view .title-survey-item-style i,
.item-survey-style.completed-view .title-survey-item-style u {
    font-size: inherit;
}
.item-survey-style.completed-view .title-survey-item-style ul {
    padding-left: 20px;
}
.item-survey-style.completed-view .title-survey-item-style ol {
    padding-left: 15px;
}
.item-survey-style.completed-view .title-survey-item-style ul > li {
    list-style: disc;
}
.item-survey-style.completed-view .title-survey-item-style ol > li {
    list-style: decimal;
}
.item-survey-style.completed-view .select-question-type-container {
    display: none;
}
.item-survey-style.completed-view .option-buttons-style {
    display: none;
}
.item-survey-style.completed-view .btn-remove-option {
    display: none !important;
}
.item-survey-style.completed-view .survey-item-setting-style {
    display: none;
}
.item-survey-style.completed-view .option-question-item.option {
    display: none;
}
.item-survey-style.completed-view .input-survey-style {
    margin-top: 4px;
    margin-bottom: 4px;
    height: 24px;
    line-height: 26px;
}
.item-survey-style.completed-view .option-question-item .select-goto-survey-style {
    display: none;
}
.item-survey-style.completed-view .screener-grid-style {
    display: none;
}
.item-survey-style.completed-view .setting-scale-style {
    display: none;
}
.item-survey-style.completed-view .setting-image-style .option-image-style {
    display: none;
}
.item-survey-style.completed-view .setting-video-style .option-video-style {
    display: none;
}
.item-survey-style.completed-view .setting-voice-style .option-voice-style {
    display: none;
}
.item-survey-style.completed-view .setting-video-style .option-video-style {
    display: none;
}
.item-survey-style.completed-view .content-top-survey-style .select-smiley-style {
    display: none;
}
.item-survey-style.completed-view .wrap-smiley-style .count-smiley-style {
    display: none;
}
.item-survey-style.completed-view .result-multiple-grid {
    display: table;
}
.item-survey-style.completed-view .result-multiple-grid:before {
    content: '';
    position: absolute;
    right: 0;
    width: 10px;
    top: 0;
    bottom: 0;
    background: #fff;
    display: block;
}
.item-survey-style.completed-view .input-range-survey-style:disabled {
    background: #fff;
    border: 1px solid #fff;
    color: #697788;
    height: 26px;
}
.item-survey-style.completed-view .text-range-style div:first-child .input-range-survey-style {
    text-align: left;
    padding-left: 0; /* background: #fff; */
}
.item-survey-style.completed-view .text-range-style div:last-child .input-range-survey-style {
    text-align: right;
    padding-right: 0;
}
.item-survey-style.completed-view .mid-label-style .input-range-survey-style {
    text-align: center;
}
.item-survey-style.completed-view .text-range-style .input-range-survey-style,
.item-survey-style.completed-view .text-range-style .input-range-survey-style:hover,
.item-survey-style.completed-view .text-range-style .input-range-survey-style:focus {
    border-color: #fff !important;
    background: #fff;
}
.item-survey-style.completed-view .text-range-style .input-range-survey-style.empty:disabled {
    border: 1px solid #e93733;
    text-align: center;
}
.item-survey-style.completed-view .survey-setting-view-style {
    display: flex;
}
.item-survey-style.completed-view .wrap-smiley-style {
    padding-top: 20px;
    padding-bottom: 16px;
}
.item-survey-style.completed-view .wrap-smiley-style .icon-smiley-style em {
    margin-top: -9px;
    margin-left: 0px;
    width: 28px;
    height: 28px;
}
.item-survey-style.completed-view .section-info-style .title-survey-item-style {
    padding-top: 6px;
    padding-bottom: 6px;
}
.item-survey-style.completed-view .section-info-style .section-description-style {
    padding: 0;
    margin-top: 12px;
}
.item-survey-style.completed-view .section-info-style .section-description-style ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.item-survey-style.completed-view .section-info-style .section-description-style ol li {
    list-style-type: decimal;
    list-style-position: inside;
}
.item-survey-style.completed-view .wrap-smiley-style .icon-smiley-style {
    min-width: 28px;
    min-height: 28px;
    width: 28px;
    height: 28px;
    font-size: 28px;
    border: none;
}
.item-survey-style.completed-view .wrap-likert-style,
.item-survey-style.completed-view .setting-likert-scale {
    display: none;
}
.item-survey-style.completed-view .count-likert-style {
    display: none;
}
.item-survey-style.completed-view .after-section-style {
    display: none;
}
.item-survey-style.completed-view .wrap-result-likert-style {
    display: flex; /* padding-top: 12px; */
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.item-survey-style.completed-view .wrap-result-likert-style .option-result-style {
    flex: 1;
    margin-bottom: 0;
}
.item-survey-style.completed-view .option-question-above-style {
    display: none;
}
.item-survey-style.completed-view .option-predefined-detail-style {
    display: none;
}
.item-survey-style.completed-view button[name='btnPredefinedChoiceDetail'] {
    display: none;
}
.item-survey-style.completed-view .text-duplicate-alert-style {
    display: none;
}
.item-survey-style.completed-view .short-answer-count {
    display: none;
}
.item-survey-style.completed-view .short-answer-required-count {
    display: none;
}
.item-survey-style.completed-view .option-question-item.image {
    margin-bottom: 4px;
    margin-left: 30px;
}
.item-survey-style.completed-view .survey-item-assets-style .remove-img-full-style {
    display: none;
}
.item-survey-style.completed-view .open-end-short-content-container {
    padding: 8px 16px;
    border: 1px solid #f3f5f9;
    border-radius: 5px;
    background-color: #f9fafc;
}
.item-survey-style.completed-view .input-survey-style.dotted.short {
    height: 28px;
    background-color: #f9fafc;
    -webkit-text-fill-color: #7a7a7a;
    opacity: 0.8;
}
.item-survey-style.completed-view .option-multiple-choice-container.ranking .ui-sortable-handle {
    margin-bottom: 8px;
    padding: 0 12px;
    border: 1px solid #f3f5f9;
    border-radius: 5px;
    background-color: #f9fafc;
}
.item-survey-style.completed-view .option-multiple-choice-container.ranking .ui-sortable-handle .input-survey-style {
    height: 40px !important;
    background-color: #f9fafc;
}
.item-survey-style.completed-view .ui-sortable-handle .option-question-item.image {
    margin-bottom: 16px;
}

/* constant sum & Grid Multi */
.item-survey-style .open-end-short-content-container .input-prefix-style,
.item-survey-style .screener-grid-style .input-prefix-style {
    width: 200px;
    min-height: 40px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #dbdfe5 !important;
    background: #f9faff;
    opacity: 0.6;
    text-overflow: ellipsis;
    line-height: 24px;
}
.item-survey-style .open-end-short-content-container .input-prefix-style:hover,
.item-survey-style .screener-grid-style .input-prefix-style:hover {
    border-bottom: 1px solid #697788 !important;
}
.item-survey-style .open-end-short-content-container .input-prefix-style:focus,
.item-survey-style .open-end-short-content-container .input-prefix-style.clicked,
.item-survey-style .screener-grid-style .input-prefix-style:focus,
.item-survey-style .screener-grid-style .input-prefix-style.clicked {
    border-bottom: solid 1px #3068ef !important;
}
.item-survey-style .open-end-short-content-container .input-answer-style {
    width: 220px;
    margin: 0 12px;
    border-bottom: 1px solid #7a7a7a;
    color: #7a7a7a;
    opacity: 0.8;
    line-height: 40px;
}
.item-survey-style .open-end-short-content-container .input-suffix-style {
    width: 120px;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.item-survey-style.completed-view .open-end-short-content-container .input-prefix-style,
.item-survey-style.completed-view .screener-grid-style .input-prefix-style {
    border: none !important;
    background-color: transparent;
    font-weight: 500;
    opacity: 1 !important;
    text-align: right;
    -webkit-text-fill-color: #161931;
}
.item-survey-style.completed-view .open-end-short-content-container .input-answer-style {
    margin: 0;
    background-color: transparent;
}
.item-survey-style.completed-view .open-end-short-content-container .input-suffix-style {
    border: none;
    background-color: transparent;
    font-weight: 500;
    -webkit-text-fill-color: #161931;
    -webkit-box-shadow: 0 0 0px 1000px #f9faff inset;
}
.item-survey-style .btn-add-shortform:hover {
    text-decoration: underline;
}
.item-survey-style.completed-view .btn-add-shortform {
    display: none;
}

.constant-sum-style .constant-sum-prefix-style {
    width: 45%;
    text-align: right;
    word-break: break-word;
}
/* .constant-sum-style .constant-sum-suffix-style{min-width: 20%;} */
.item-survey-style .open-end-short-content-container .constant-sum-total-style {
    display: none;
}
.item-survey-style.completed-view .open-end-short-content-container .constant-sum-total-style {
    display: flex;
}

.item-survey-style.completed-view .edit-only {
    display: none;
}

.open-end-short-content-container .constant-sum-total-style .input-new-style:disabled {
    flex: 1;
    background-color: #f9fafc !important;
}
.open-end-short-content-container .constant-sum-total-style .constant-total-num-style {
    flex: 1;
}
.constant-sum-style .input-new-style {
    width: 21%;
    min-width: 64px;
    font-size: 16px;
    text-align: center;
}
.constant-sum-total-style .input-new-style:disabled {
    flex: 2;
    width: 20%;
    padding: 0 !important;
    border: 0 !important;
    background-color: #fff !important;
    text-align: right;
}
.constant-sum-total-style .input-new-style:hover {
    border: 0;
}
.constant-sum-total-style .constant-total-num-style {
    flex: 1.5;
}

.attach-asset-body-style .loading-container:not(:empty) {
    width: fit-content;
    height: fit-content;
}
.attach-asset-body-style .loading-container:empty {
    width: 300px;
    height: 300px;
    border: 1px solid #dbdfe5;
    background-color: #eee;
    background-image: linear-gradient(90deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    background-size: 200% 100%;
    animation: 1.5s loadingAnimation linear infinite;
}

@keyframes loadingAnimation {
    to {
        background-position-x: -200%;
    }
}
