.multi-text__input {
    margin-bottom: 10px;
}

.add-more__btn {
    width: 100%;
    margin-top: 10px;
}

.questionnaire-form-group {
    display: flex;
    gap: 10px;
}

.general-questionnaire__guest-action {
    margin-top: 5px;
    width: 125px;
}


.general-questionnaire__form .header-group {
    border-bottom: 2px solid #000;
    margin-bottom: 18px;
}

.general-questionnaire__form .header-group h4 {
    color: #383838;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.general-questionnaire__form .form-group .radioblock label {
    display: inline-flex;
    align-items: center;
    margin-right: 8px;
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.general-questionnaire__form .form-group .check-block label {
    color: #000;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.general-questionnaire__form .form-group label {
    color: #000 !important;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.radioblock input[type="radio"]:checked + label {
    background-position: 0 0;
}

.radioblock input[type="radio"] + label {
    cursor: pointer;
}

.radioblock input[type="radio"] {
    display: none;
}

.radioblock input[type="radio"] + label {
    height: 20px;
    width: 20px;
    background: url(../images/radio-btn.png) 0 -37px no-repeat;
    display: inline-block;
}

.header-auction {
    padding-top: 20px;
    font-size: 1.125rem;
    color: #043645;
    font-weight: 500;
    margin-bottom: 1.375rem;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked + label {
    background-position: 1px 0px !important;
}

.d-flex-wrapper {
    margin-top: 10px;
}

.d-flex-wrapper .check-block label {
    margin-bottom: 0 !important;
    vertical-align: text-bottom;
    margin-right: 3px;
    font-size: 15px !important;
}

input[type="checkbox"] + label {
    height: 19px;
    width: 18px;
    display: inline-block;
    cursor: pointer;
    background: #fff url(../images/checkbox.png) 0px bottom no-repeat;
}

.questionnaire_note {
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 500;
    line-height: 150%;
    font-style: italic;
}