/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.6
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select{
  box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    color: #333;
    margin-bottom: 15px;
     
    border: none;    
    font-size: 1em;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0.9px;
	box-shadow: none;
	border: 1px solid #bfcdd5;
  
}
.text-box-content { 
    border-top-left-radius: 70px;
    border-bottom-right-radius: 70px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #fff;
    color: #0076a1;
	border-radius: 29px;}

.scroll-box {
  max-height: 650px; /* Chiều cao cố định */
  overflow-y: auto;  /* Cho phép cuộn dọc */
	overflow-x: hidden; /* Ẩn cuộn ngang*/
  padding: 10px;
  border: 1px solid #ddd;
  background: #fff;
  scrollbar-width: thin; /* Firefox */
}

/* Thanh cuộn tùy chỉnh (Chrome, Edge, Safari) */
.scroll-box::-webkit-scrollbar {
  width:106px;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.icon:hover>i:before {
	color: #0076A1 !important;
}
.button.is-outline{
	background-color: #0076a1;
}
.button.icon.circle>i:only-child, .button.icon.round>i:only-child {
    margin: 0;
    color: #fff;
    /* background: #000; */
}
p,h3{
	margin-bottom: 5px;
}
a.plain{
	font-weight: normal;
}