
    .content_single_location_data .single_location_title{
        color: #666666;
        font-weight: 700;
        line-height: 50px;
        font-size: 30px;
        margin-left: 10px;
    }
    .container_questions .questions-list {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 1rem;
        border: 1px solid #A1A1A1;
        border-radius: 8px;
        margin: 1em 0;
    }

    .container_questions .questions-list .form-check-input.q1_1 {
        --bs-form-check-bg: #ffffff;
        width: 16px;
        height: 16px;

        border: 2px solid #ef7d00
    }

    .container_questions .questions-list label {
        margin-left: 32px;
        color: #262626;
        font-weight: 400;
        line-height: 28px;
    }

    .button_change_chestionar_b {
        background: #ef7d00;
        padding: 8px 52px;
        border: none;
        border-radius: 6px;
    }

    .textarea#mentions {
        height: 75px
    }

    .form-check-input:checked[type="radio"],
    .woocommerce-SavedPaymentMethods.wc-saved-payment-methods li input[type="radio"]:checked,
    .form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated input[type="radio"]:checked {
        --bs-form-check-bg-image: none;
    }

    .text-danger {
        margin: 0;
    }

    .bgLightGray {
        background-color: #F0F0F0;
        padding: 24px 12px;
        border-radius: 6px;
        border: 1px solid #A1A1A1;
    }

    .bgLightGray label,
    .bgLightGray p {
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        line-height: 28px;
    }

    .chestionar-titlu {
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px;
        line-height: 30px;
        margin-top: 24px;
        margin-bottom: 24px;

    }

    .error-link {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    }

    .error-link:hover {
        opacity: .8;
    }

    .form-check-input:checked[type="radio"] {
        --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e") !important;
    }

    @media (max-width: 767.98px) { 
        .content_single_location_data .single_location_title{
            font-size: 25px;
        }
    }

    @media (max-width: 576.98px) { 
        .content_single_location_data .single_location_title{
            font-size: 23px;
        }
    }