@font-face {
    font-family: SegoeUI;
    src: url(../fonts/SegoeUI.woff) format('woff'), url(../fonts/SegoeUI.ttf) format('truetype'), url(../fonts/SegoeUI.svg) format('svg');
    src: url(../fonts/SegoeUI.ttf);
}

@font-face {
    font-family: SegoeUI Bold;
    src: url(../fonts/SegoeUI-Bold.ttf);
}

body {
    font-family: SegoeUI, 'sans-serif' !important;
    background-color: #F9F8F4 !important;
    background-image: url('/assets_congthongtin/images/survey/bg-survey-main.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.text-brown {
    color: #A96C12;
}

.btn-action-survey {
    min-width: 204px;
    padding: 6px 12px;
}

.survey-customer-new-ui {
    color: #000000;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    margin-top: 0;
    margin-bottom: 0;
    position: relative;

    max-width: 1226px;
}

.survey-customer-new-ui .step:not(.introduce) {
    padding-top: 120px;
}

.survey-customer-new-ui .multi-choose, .survey-customer-new-ui .single-choose {
    padding: 0;
}

.survey-customer-new-ui .checkmark {
    height: 40px;
    width: 40px;
    border-radius: 8px;
}

.survey-customer-new-ui.survey-customer .checkmark:after {
    left: 12px;
    top: 3px;
    width: 12px;
    height: 24px;
}

.survey-customer-new-ui.survey-customer .survey-check.no-label .checkmark:after {
    position: static;
    padding-left: 10px;
    width: 12px;
    height: 26px;
    margin-left: 12px;
}

.survey-customer-new-ui .multi-choose.active,
.survey-customer-new-ui .single-choose.active {
    background-color: inherit;
    color: inherit;
}

.survey-customer-new-ui .single-choose label {
    line-height: 40px;
}

.survey-customer-new-ui .child-menu {
    padding-left: 0;
    padding-top: 10px;
}

.survey-customer-new-ui .child-menu .child.active {
    color: inherit;
    border-color: transparent;
}

.survey-customer-new-ui label {
    pointer-events: none;
    color: inherit;
}

.survey-customer-new-ui .form-check label {
    pointer-events: auto;
}

.survey-customer-new-ui .survey-check {
    padding-left: 50px;
    margin-bottom: 0;


    font-weight: bold;
    font-size: 18px;
}

.survey-customer-new-ui .form-group {
    margin-bottom: 15px;
}

.survey-customer-new-ui .active .survey-check input ~ .checkmark {
    background-color: #76B569;
    border: 1px solid #76B569;
}

.survey-customer-new-ui .active .survey-check input ~ .checkmark:after {
    display: block;
}

.survey-customer-new-ui .round label {
    width: 40px;
    height: 40px;
}

.survey-customer-new-ui .round label:after {
    left: 9px;
    top: 15px;
    width: 22px;
    height: 8px;
}

.survey-customer-new-ui .round input[type="checkbox"]:checked + label {
    background-color: #76B569;
    border-color: #76B569;
}

.survey-customer-new-ui .item-answer {

    vertical-align: top;

    display: inline-block;
    width: 270px;

    align-items: center;
    justify-content: center;
    flex: 0 0 270px;

    margin-right: 28px;
    margin-bottom: 23px;

    background-color: #fff;


}

.survey-customer-new-ui .form-control {
    border-color: #BBBBBB;
}

.survey-customer-new-ui .border-small,
.survey-customer-new-ui input.form-control
.survey-customer-new-ui .select-2.form-control {
    border-radius: 5px !important;
}

.survey-customer-new-ui .select-2.form-control {
    min-height: 50px;
}


.survey-customer-new-ui .btn-back {
    background-color: #D6D6D6;
    border-color: #D6D6D6;
    color: #515151;
}


.survey-customer-new-ui .item-answer > div {
    padding: 15px 15px;
    height: 136px;
    overflow-x: auto;
    line-height: 1.2;
}

.survey-customer-new-ui #div_12 .item-answer > div {
    height: 110px !important;
}

.survey-customer-new-ui .introduce-text {
    position: absolute;
    bottom: 20px;
}

.survey-customer-new-ui .content {
    border: none;
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.survey-customer-new-ui .btn-submit-survey {
    margin-top: 0;
}

.survey-customer-new-ui.survey-customer .counter-answers {
    margin-bottom: 0;
    color: #E38B35;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 44px;
}

.survey-customer-new-ui .question-title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin-top: 5px;
}

.progress-div {
    background-color: #B97E3F;
    color: #fff;

    margin-left: -15px;
    margin-right: -15px;
    position: fixed;
    z-index: 1;
    top: 0;
    width: 100%;

    padding: 25px 0;

    border-bottom-right-radius: 15px 15px;
    border-bottom-left-radius: 15px 15px;
}

.progress-div .progress {
    /*background-color: #B97E3F;*/
    max-width: 750px;
    margin: auto;
    padding: 3px 4px;

    border-radius: 15px;
    height: 20px;
}

#step .progress-bar {
    background-color: #B97E3F;
    height: 14px;

    border-radius: 15px;
}

.survey-customer-new-ui .question-title {
    color: #000;
}


.left-margin-bu {
    margin-left: -32px;
}

.survey-customer-new-ui .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #E2E2E2;
    color: #000000;
    font-size: 18px;
    font-weight: bold;

    padding: 8px 16px;

    border-color: #E2E2E2;
    border-radius: 16px;

}

.survey-customer-new-ui .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 0 solid #000;
}