/*
Theme Name: React
Author: the WordPress team
Author URI: https://dsmart.vn
Description: Theme Dsmart
Version: 1.0
Text Domain: dsmart
*/

.form-select:focus {
    box-shadow: rgba(13, 110, 253, 0.25) 0px 0px 0px 0.25rem;
    border-color: rgb(134, 183, 254);
    outline: 0px;
}
select:focus {
    box-shadow: rgba(255, 107, 108, 0.25) 0px 0px 0px 0.25rem !important;
    outline: 0px;
    border-color: rgb(255, 107, 108) !important;
}