@media (max-width: 991px) {
	.header .menu {
		z-index: 1500!important;
	}
	.sidebar {
		z-index: 1000!important;
	}
}

.product-name-overflow{
	height:60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.alert-danger{
	color: red;
}

.text-danger{
	color: red;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 1;
}
#complex-headers{
	width:100%!important;
	table-layout: fixed;
}
.table-responsive{
	max-width: 1200px;
}
@media screen and (min-width: 2000px) {
	.table-responsive{
		max-width: 1679px;
	}
}

.whats-app {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 1.0rem;
	left:unset;
	right:1rem;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
    margin-top: 16px;
}

.menu-img{
	height: 220px!important
}
.menu-prod img {
	margin: auto;
	display: block;
}
/*.productCard_details_title{
	*//*overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-align:left!important;
	white-space: initial!important;
	word-wrap: break-word!important;
	height:90px;*//*
	font-size: 1.0rem!important;
	line-height: 1.5rem!important;
}
.productCard_details_price__current h6{
	font-size: 0.8rem!important;
	line-height: 1.0rem!important;
}
.productCard_details_price__retail span{
	font-size: 0.8rem!important;
	line-height: 1.0rem!important;
	color: #424242!important;
}*/
.zalo-chat-widget{
	bottom: 70px!important;
	right: 12px!important;
}

/*.search-bar-image{
	width: 100%!important;
	height: 150px!important;
	object-fit: cover;
	border-radius: .85rem;
}*/

input[readonly] {
	background-color: #f0f0f0; /* Light gray background */
	color: #666; /* Dark gray text */
	border: 1px solid #ccc; /* Light border */
	cursor: not-allowed; /* Show not-allowed cursor */
}

.dataTables_length {
	margin-top: 10px;
	float: right;
}

.dataTables_info, .dataTables_length {
	display: inline-block;
}

.sidebar .menu .menu-item.has-submenu .submenu .menu-item a{
	color:#747171 !important
}

.sidebar .menu .menu-item.has-submenu .submenu .menu-item a :hover{
	color: #02071c!important;
}

.sidebar .menu .menu-item.active>a, .sidebar .menu .menu-item>.has-submenu>a{
	color: #fff!important;
}

.sidebar .menu .menu-item.has-submenu.open .menu-link{
	color: #fff!important;
}

.sidebar .menu .menu-item a{
	color: #747171 !important
}

.sidebar .menu .menu-item a :hover{
	color: #02071c!important;
}

.sidebar .menu .menu-item.has-submenu .submenu .menu-item.active>a, .sidebar .menu .menu-item.has-submenu .submenu .menu-item>.has-submenu>a{
	color: #021861!important;
}

.table-condensed > thead > tr > th {
	background-color: white!important;
	color: black;
	padding : 12px;
}

.select2-container{
	z-index: 10
}

.form-check-input[type=checkbox] {
  border-radius: 0.25em;
  border: 1px solid #818cb0;
}
.form-check-input[type=radio] {
  border-radius: 50%;
  order: 1px solid #818cb0;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #818cb0;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(2, 24, 97, 0.25);
}
.form-check-input:checked {
  background-color: #021861;
  border-color: #818cb0;
}