/*
Theme Name: webbaoloc
Description: This is a child theme for Theme Dulich
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/*css popup form */
/* Định dạng form dạng phẳng */
.form-flat input:focus, 
.form-flat select:focus {
    background-color: #fff;
    border-color: #cc0000; /* Màu đỏ thương hiệu ô tô, có thể đổi theo ý bạn */
}

/* Định dạng phần chọn Trả góp / Trả thẳng */
.form-flat .wpcf7-radio {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.form-flat .wpcf7-list-item {
    display: inline-block;
    margin: 0 15px;
}

.form-flat .wpcf7-list-item-label {
    font-weight: bold;
    margin-left: 5px;
    cursor: pointer;
}

/* Định dạng nút Gửi yêu cầu */
.form-flat input[type="submit"] {
    background-color: #cc0000; /* Màu đỏ nổi bật */
    color: #fff;
    transition: background 0.3s ease;
    cursor: pointer;
}

.form-flat input[type="submit"]:hover {
    background-color: #a00000; /* Màu khi rê chuột vào */
}

/*css popup form */

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}