.survey-customer {
    max-width: 830px;
    margin: 30px auto;
    font-size: 20px;
}

.survey-customer .content {
    border: 2px solid #AE7129;
    padding: 36px 40px 50px;
}

.survey-customer .question-title {
    color: #AE7129;
    font-size: 22px;
    margin-bottom: 20px;
}

.survey-customer .progress-bar {
    background-color: #AE7129;
}

.survey-customer .title-border {
    color: #AE7129;
    font-size: 2.25rem;
    position: relative;
    padding-bottom: 65px;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
}

.survey-customer .title-border:after {
    position: absolute;
    content: "";
    display: block;
    height: 1px;
    background-color: #AE7129;
    width: 10vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.survey-customer .help-link {
    color: #656565;
}

.survey-customer .form-group {
    margin-bottom: 1.975rem;
}

.survey-customer .label-input {
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #AE7129;
    margin-bottom: 1.09rem;
}

.survey-customer .form-control {
    border: 1px solid #AE7129;
    border-radius: 0;
    height: 60px;

}

.survey-customer textarea.form-control {
    height: auto !important;
    resize: none;
    padding: .375rem .75rem;
}

.btn-brown {
    background-color: #AE7129;
    color: #fff;
    line-height: 60px;
    font-size: 1.125rem;
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 70px;
    margin-bottom: 20px;
}

.btn-brown-01 {
    background-color: #AE7129;
    width: 210px;
    height: 48px;
    vertical-align: top;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #AE7129;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #AE7129;
    cursor: pointer;
}

.answer-border {
    border: 2px solid #AE7129;
}

.multi-choose, .single-choose {
    padding: 10px;
}

.multi-choose.active,
.single-choose.active {
    background-color: #AE7129;
    color: #fff;
}

.single-child.active + .child-menu {
    display: block !important;
}


.child-menu {
    max-height: 300px;
    overflow: auto;
    padding-left: 20px;
}

.single-choose-open.active + .child-menu {
    max-height: none;
}

.child-menu .child {
    padding: 5px;
    border-bottom: 2px solid transparent;
}

.child-menu .child.active {
    color: #AE7129;
    border-color: #AE7129;
    font-weight: bold;
}

.other-choose + .form-control {
    display: none;
}

.other-choose.active + .form-control {
    display: block;
}

.survey-customer .icon-block {
    font-size: 60px;
}

.survey-customer .answer-icon {
    color: #0A79C0;
}

.survey-customer .question-icon .input-range {
    margin-left: 18px;
    margin-right: 18px;
}

.survey-customer .answer-text {
    font-size: 20px;
    width: 60px;
}

.survey-customer .answer-number {
    font-size: 20px;
    width: 24px;
}

.survey-customer .answer-number-custom {
    /*width: auto;*/
}

.survey-customer .counter-answers {
    margin-bottom: -30px;
}

.survey-customer .logo img {
    width: 300px;
    margin-bottom: 15px;
}

.survey-customer .form-group-edit {
    position: relative;
}

.survey-customer .form-group-edit .icon-edit {
    font-size: 22px;
    position: absolute;
    left: 12px;
    top: 10px;
    color: #AE7129;
}

.survey-customer .form-group-edit .form-control {
    padding-left: 40px;
}

.survey-customer .form-group-edit textarea.form-control {
    padding-top: 16px;
}

.round {
    position: relative;
}

.round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
}

.round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 7px;
    opacity: 0;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 12px;
}

.round input[type="checkbox"] {
    visibility: hidden;
}

.round input[type="checkbox"]:checked + label {
    background-color: #AE7129;
    border-color: #AE7129;
}

.round input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.form-control {
    font-size: 1.2rem
}

.multiple-answer-section .item {
    padding-top: 10px;
    border-bottom: 2px solid #AE7129;
    position: relative;
}

.multiple-answer-section .item:last-child {
    border-bottom: none;
}

.multiple-answer-section .item .btn-remove {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 0;
    min-width: auto;
}

.color-unsatisfied {
    color: #FA4E4E;
}

.bg-unsatisfied {
    background-color: #FA4E4E !important;
}

.color-not-satisfied {
    color: #FFA422;
}

.bg-not-satisfied {
    background-color: #FFA422 !important;
}

.color-normal {
    color: #F7CA12;
}

.bg-normal {
    background-color: #F7CA12 !important;
}

.color-satisfied {
    color: #73BE86;
}

.bg-satisfied {
    background-color: #73BE86 !important;
}


.color-very-satisfied {
    color: #1EA757;
}

.bg-very-satisfied {
    background-color: #1EA757 !important;
}

.label-type-5:before {
    content: '' !important;
}

.title_group_question{
    text-align: center !important;
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .input, .select, .form-control {
        height: 40px !important;
        font-size: 12px;
        padding: 0 15px;
    }

    .survey-customer textarea.form-control {
        height: auto !important;
        padding-top: 10px !important;
    }

    .survey-customer .icon-block {
        font-size: 40px;
    }

    .survey-customer .answer-icon {
        color: #0A79C0;
    }

    .survey-customer .answer-text {
        font-size: 16px;
        width: 40px;
    }

    .survey-customer .question-icon .input-range {
        margin-left: 10px;
        margin-right: 10px;
    }

    .survey-customer .question-title {
        font-size: 18px;
    }

    .survey-customer .content {
        font-size: 18px;
        padding: 28px 30px 32px;
    }

    .survey-customer .title-border {
        padding-bottom: 30px;
    }

    .survey-customer .btn-brown {
        margin-top: 40px;
    }

    .slider::-webkit-slider-thumb {
        width: 16px;
        height: 16px;
    }

    .slider::-moz-range-thumb {
        width: 16px;
        height: 16px;
    }

    .survey-customer .form-group-edit .icon-edit {
        top: 3px;
    }

    .survey-customer .answer-number-custom {
        font-size: 16px;
    }
}