/*
Theme Name:Đa Khoa Nguyễn Văn Cừ
Theme URI: localhost
Author: Nguyễn thanh hòa
Author URI: https://hoanguyenit.com
Description: chia sẻ lập trình website
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hoanguyenit
Tags: laravel, react
*/

.btn-booking{
	
	background-image:none !important;
   
    animation: changeColor2 1s  infinite alternate;
}

.btn-booking3{
	
	background-image:none !important;
   
    animation: changeColor3 1s  infinite alternate;
}

.btn-booking4{
	
	background-image:none !important;
   
    animation: changeColor4 1s  infinite alternate;
}

@keyframes changeColor2 {
    0% {
        background-color: #1787E9;
    }
    100% {
        background-color: #FFA801;
    }
}

@keyframes changeColor3 {
    0% {
        background-color: #1787E9;
    }
    100% {
        background-color: #DC2626;
    }
}
@keyframes changeColor4 {
    0% {
        background-color: #DC2626;
    }
    100% {
        background-color: #1787E9;
    }
}

