/*
/
Survey pages
Created Jan 20th, 2025
/
 */
input[type=text].survey-textbox {
    margin-left: 12px;
    width: 50%;
}
input[type=text].survey-textbox-ml-0 {
    margin-left: 0;
    width: 50%;
}
@media (max-width: 767.98px) {
    input[type=text].survey-textbox {
        width: 100%;
    }
    input[type=text].survey-textbox-ml-0 {
        width: 100%;
    }
}
.survey-container {
    justify-content: start;
    align-items: center;
    margin-top: -9px;
}
.survey-container-d-block {
    display: block;
}
.panel-actions .check-custom {
    max-height: 100%;
}
.panel-actions .check-custom>label {
    align-items: baseline;
}
.checkbox-styled {
    top: 2px;
}
@media (max-width: 767.98px) {
    .btn {
        width: 100%;
    }
}
div.error {
    background-color: #FAE1E2;
    color: rgb(227, 24, 55);
    position: absolute;
    width: max-content;
    padding: .25rem;
    border-radius: 5px;
    font-size: 17px;
    top: -95px;
    left: -28px;
}

@media (max-width: 479px) {
    .error {
        font-size: initial;
        top: -106px;
        left: -35px;
    }
    .error:nth-child(3) {
        top: -128px;
    }
}
.price {
    line-height: 1.6;
}
.regular-price {
    font-size: 17px;
    color:#acb1b4;
    font-weight: 400;
    text-decoration: line-through;
}
.btn-text {
    margin-bottom: 0;
    display: block;
}
.btn-price {
    margin-bottom: 0;
    display: block;
    font-size: 1.6rem;
}
.survey_header,
.survey_header_zh {
    padding: 40px 0;
    position: absolute;
    right: 0;
    height: 580px;
    width: 100%;
}
.survey_header {
    background: url(/templates/lagom2/svg-custom/bg/survey-2025-form-en.png) no-repeat center;
}
.survey_header_zh {
    background: url(/templates/lagom2/svg-custom/bg/survey-2025-form-cn.png) no-repeat center;
}
.survey_header,
.survey_header_zh {
    @media only screen and (max-width: 768px) {
        background: #fbe644 url(/templates/lagom2/svg-custom/bg/dedicated-2488-bg.png) no-repeat center;
    }
}