/*!
Theme Name: binhvu
Description: Theme WordPress tối ưu cho website Binh Vu.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: binhvu
Requires PHP: 7.4
*/

.footer-newsletter-fields {
    position: relative;
}

.newsletter-email {
    width: 100%;
    padding: 8px 60px 8px 20px;
    color: #fff;
    background: #1c477c;
    border: 1px solid #fff !important;
    border-radius: 67px;
    outline: none;
}

.newsletter-email::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.footerNewsletter__button {
    position: absolute;
    top: 50%;
    right: 6px;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    transform: translateY(-50%);
    cursor: pointer;
}

.footerNewsletter__buttonInner {
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('frontend/img/send_1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30.56px;
}

.footer-newsletter-fields .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.footer-newsletter-fields .wpcf7-spinner {
    position: absolute;
    right: -30px;
}

.wpcf7-not-valid-tip {
    margin-top: 8px;
    font-size: 12px;
}