.line_header {
	width: 100%;
	height: 0.5px;
	margin-bottom: 0.5px;
	background: #D1D1D1;
}

.hidden {
	display: none !important;
}

.common-height-button {
	height: 36px;
	line-height: 36px;
}
/* MOBILE */
@media only screen and (max-device-width: 1023px) {
	/* Chỉ áp dụng với màn hình nhỏ (mobile, tablet) */
	* {
		-ms-overflow-style: none !important; /* Ẩn thanh cuộn trên IE, Edge */
		scrollbar-width: none !important; /* Ẩn thanh cuộn trên Firefox */
	}

	/* Ẩn thanh cuộn trên WebKit (Chrome, Safari) */
	*::-webkit-scrollbar {
		display: none !important;
	}
}