﻿.title {
    text-align: center;
}

.topic {
    padding: 8px 16px;
    background-color: #EDEDED;
    font-size: 14px;
    font-weight: 700;
}

.sample-question {
    margin-bottom: 40px;
}

.q {
    padding: 2px 7px 4px 7px;
    border-radius: 50%;
    background-color: #fc601d;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    width: 24px;
    height: 24px;
}

.a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #0088EF;
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    min-width: 24px;
    height: 24px;
}

.popular-question {
    background-color: #FC601D1A;
    padding: 16px;
}

.popular-question .question {
    margin-bottom: 15px;
    color: #404040;
    font-weight: 700;
    font-size: 14px;
}

.popular-question .answer {
    font-size: 13px;
}

.btn-large-submit {
    width: 41%;
}

.btn-submit-area {
    text-align: center;
    margin: 109px 0;
}

.desktop-hide {
    display: none;
}

.fa-plus,
.fa-minus {
    color: #fc601d;
}

.form-control-label {
    font-weight: 500;
    font-size: 13px;
}
.custom-radio {
    font-weight: 500;
    font-size: 14px;
}

.small {
    font-size: 10px;
    font-weight: 500;
}

::placeholder,
.datepicker-holiday::placeholder {
    color: #A1A1A1 !important;
    opacity: 1; /* Firefox */
}

.form-question .radio-label {
    display: flex;
    align-items: center;
    gap: 10px
}

.form-question .radio-label input[type=radio]{
    width: 13px;
    height: 13px;
}

.deliv_datetime-group--date input[type=text] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0;
}

.field-validation-valid,
.field-validation-error {
    display: block;
    min-height: 17px;
}


@media screen and (max-width: 800px) {

    .form-question .radio-label {
        display: flex;
        align-items: start;
        gap: 10px
    }

    .form-question .radio-label input[type=radio] {
        margin-top: 3px;
    }
}
