/*!
Theme Name: Kết quả xổ số
Theme URI: 
Author: Arikk
Author URI: 
Description: Theme kết quả xổ số by Arikk
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kqxs-arik
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root{
	--mauchudao1: #dc2626;
	/* Override WordPress preset colors - Change all blues to reds */
	--wp--preset--color--pale-cyan-blue: #fca5a5;
	--wp--preset--color--vivid-cyan-blue: #dc2626;
	--wp--preset--color--cyan-bluish-gray: #fca5a5;
	--wp--preset--color--light-green-cyan: #fca5a5;
	--wp--preset--color--vivid-green-cyan: #dc2626;

}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	background-color: #eee;
}
body, button, input, select, textarea {
    font-family: 'Roboto', sans-serif;
}

/* Override all blue and green colors to red */
* {
    --wp--preset--color--pale-cyan-blue: #fca5a5 !important;
    --wp--preset--color--vivid-cyan-blue: #dc2626 !important;
    --wp--preset--color--cyan-bluish-gray: #fca5a5 !important;
    --wp--preset--color--light-green-cyan: #fca5a5 !important;
    --wp--preset--color--vivid-green-cyan: #dc2626 !important;
}

/* Force override any blue and green colors */
[style*="blue"], [style*="cyan"], [style*="#8ed1fc"], [style*="#0693e3"], [style*="#abb8c3"], [style*="#7bdcb5"], [style*="#00d084"] {
    background-color: #dc2626 !important;
    color: #dc2626 !important;
    border-color: #dc2626 !important;
}


/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {

	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;

	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background-color: #f9f9f9 !important;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #dc2626;
}


a:hover,
a:focus,
a:active {
	color: #b91c1c;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation .menu-main-menu-container>ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
	width: 100%;
	text-align: left;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	overflow-x: auto;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.sub-menu{
	display: unset!important;
    padding: 0!important;
    background: #fff;
    margin: 0!important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #dc2626;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.custom-logo-link {
	max-width: 200px;
}

/* #primary-menu li:first-child{
	border-radius: 10px 0px 0px 10px;
} */

#primary-menu>li>a{
	font-size: 13px;
	text-transform: uppercase;
	padding: 10px 15px;
}

#primary-menu{
	justify-content: center;
	padding: 6px;
}

/* .header-menu .menu li {
	border-right: 1px solid #fff;
} */

.header-menu .menu li:last-child {
	margin: 0;
	border: none;
}

.header-bottom {
	background-color: transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.header-bottom #site-navigation{
	background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
	border-radius: 16px;
	box-shadow: 
		0 8px 32px rgba(220, 38, 38, 0.4),
		0 4px 16px rgba(220, 38, 38, 0.2) !important;
	padding: 1rem 1.5rem !important;
	margin: 1rem 0 !important;
	backdrop-filter: blur(10px) !important;
	border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.header-main{
	padding: 25px 0px !important;
	background: linear-gradient(135deg, 
		rgba(255, 255, 255, 0.95) 0%, 
		rgba(254, 242, 242, 0.95) 100%) !important;
	backdrop-filter: blur(20px) !important;
	box-shadow: 
		0 4px 20px rgba(0,0,0,0.1),
		0 2px 8px rgba(220, 38, 38, 0.1) !important;
	border-bottom: 1px solid rgba(220, 38, 38, 0.1) !important;
}

.region-title{
	background: rgba(220,38,38,.5)!important;
	color: #000;
}

.header-bottom li.menu-item {
	padding: 0.5rem 0 !important;
}

.header-bottom li.menu-item a {
	color: white !important;
	font-weight: 600 !important;
	font-size: 0.95rem !important;
	padding: 0.75rem 1.25rem !important;
	border-radius: 10px !important;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
	position: relative !important;
	overflow: hidden !important;
}

.header-bottom li.menu-item a::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: left 0.5s ease;
}

.header-bottom li.menu-item a:hover::before {
	left: 100%;
}

.header-bottom li.menu-item a:hover {
	background: rgba(255, 255, 255, 0.15) !important;
	transform: translateY(-2px) scale(1.02) !important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

a {
	text-decoration: none !important;
}

.footer-main {
	display: flex;
	flex-wrap: wrap;
}


.footer-main>section {
	flex: 1 1 25%;
	max-width: 25%;
	box-sizing: border-box;
	padding: 10px;
}

#footer {
	background-color: var(--mauchudao1);
	color: #fff;
	padding-top: 25px;
}

#ui-datepicker-div {
	margin-top: 35px;
}


.sidebar {
	height: 100%;
	/* Chiều cao toàn màn hình */
	width: 0;
	/* Ẩn sidebar */
	position: fixed;
	/* Vị trí cố định */
	z-index: 1;
	/* Đảm bảo sidebar nằm trên các phần tử khác */
	top: 0;
	/* Đỉnh của sidebar */
	left: 0;
	/* Căn trái */
	background-color: #fff;
	/* Màu nền */
	overflow-x: hidden;
	/* Ẩn thanh cuộn ngang */
	transition: 0.2s;
	/* Hiệu ứng chuyển đổi mở/đóng */
}

/* Thêm style cho nội dung trong sidebar nếu cần */
.sidebar-item {
	padding: 5px 20px;
	font-size: 14px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.sidebar-item:last-child {
	border-bottom: none;
}

.sidebar-item:hover {
	background-color: var(--mauchudao1);
}

.sidebar-item:hover a {
	color: #fff;
}

.sidebar-top {
	background: var(--mauchudao1);
	color: #fff;
	padding: 10px 20px;
	background: var(--mauchudao1);
	position: fixed;
	color: #fff;
	padding: 10px 20px;
	width: 100%;
	display: none;
	height: 50px;
}


.sidebar-content {
	margin-top: 50px;
}

/* Style cho nút đóng (nếu bạn có) */
.sidebar .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.sidebar-content ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

.sidebar-widget-title {
	margin-bottom: 0;
	background: #333;
	padding: 10px 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}

.sidebar-content a {
	color: #000;
	display: inline-block;
	width: 100%;
}

.sidebar-widget ul {
	margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
	.custom-logo-link {
		width: 140px;
	}
}

@media only screen and (max-width: 600px) {
	.footer-main>section {
		flex: 1 1 100%;
		max-width: 100%;
	}
	.form-fil-loto  *{
		margin-bottom: 5px;
		width: 100%;
	}
}
.loto-statistic-table-header{
	background-color: var(--mauchudao1);
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}
.loto-statistic-table-body{
	padding: 5px;
}
.loto-statistic-table-body{
	border: 1px solid #ddd;
}
.statistic-options{
	display: flex;
	gap: 15px;
	padding: 10px 0px;
	border-bottom: 1px solid #ddd;
}
.statistic-options span.active{
	font-weight: 600;
	color: var(--mauchudao1);
}
.number-loto{
    text-align: center;
    font-size: 18px;
    margin: 4px 0;
    cursor: pointer;
}
.number-select{
	width: 100%;
	display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.number-select > span.active{
	font-weight: 600;
	color: var(--mauchudao1);
}
.number-select > span:hover{
	color: var(--mauchudao1);
}
.form-fil-loto{
	padding: 10px 15px;
	border-top: none !important;
	border: 1px solid #ddd;
	display: flex;
	gap: 20px !important;
}
.statistic-options span{
	cursor: pointer;
}
#formStatistic input, #formStatistic select, #formStatistic button{
	height: 40px;
}
.table-gan{
	font-size: 11px;
}
.table-gan td, .table-gan th{
	padding: 4px;
}
.table-gan{
	overflow-x: auto;
	overflow-y: hidden;
}
.table-gan table tbody tr td:first-child{
text-wrap: nowrap;
background-color: #b91c1c;
color: #fff;
}
.table-gan thead th{
	background-color: var(--mauchudao1);
color: #fff;

}
.table-gan td{
	background-color: #ddd;
	text-align: center;

}
.table-gan td.count{
	background-color: #2d2d2d;
	color: #fff;
}
.table-gan td.count.db{
	background-color: var(--mauchudao1);
}
.jacpot-price{
	text-align: center;
    padding: 35px 0px;
}
.jacpot-price span{

    font-size: 25px;
    background: var(--mauchudao1);
    color: #fff;
    padding: 15px 35px;
    border: 2px solid var(--mauchudao1);
    border-radius: 10px;
    font-weight: 600;

}
.jackpot-number{
	padding: 20px 0px;
}
.jackpot-number .numbers{
	display: flex;
	justify-content: center;
	gap: 10px;
}
.jackpot-number .numbers span{
	padding: 10px;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--mauchudao1);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.region-widget ul li a:hover{
	color: var(--mauchudao1)!important;
}

.region-widget ul{
	background-color: rgba(220,38,38,.2);
	border-radius: 0px 0px 10px 10px;
}

.Header_headerBannerTitle__rVGzo p:last-child{
	text-align: center;
    font-family: 'Inter', 'Poppins', 'Roboto', sans-serif;
    font-size: 42px;
    color: #dc2626;
    margin-top: 0;
	font-weight: 800;
	margin-bottom: 0;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    line-height: 1.2;
    padding: 20px 0;
    
    /* Modern text effects */
    text-shadow: 
        0 2px 4px rgba(220, 38, 38, 0.3),
        0 4px 8px rgba(220, 38, 38, 0.15);
    
    /* Subtle gradient text */
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
    /* Smooth transitions */
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

/* Modern hover effect */
.Header_headerBannerTitle__rVGzo p:last-child:hover {
    transform: translateY(-2px) scale(1.02);
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 
        0 4px 8px rgba(220, 38, 38, 0.4),
        0 8px 16px rgba(220, 38, 38, 0.2);
    letter-spacing: 3px;
}

.Header_headerBannerTitle__rVGzo{
	width: 50%;
	position: relative;
	margin: 0;
	padding: 0;
}

/* Modern container effect */
.Header_headerBannerTitle__rVGzo::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120%;
	height: 120%;
	background: linear-gradient(135deg, 
		rgba(220, 38, 38, 0.08) 0%, 
		rgba(185, 28, 28, 0.05) 50%, 
		rgba(220, 38, 38, 0.08) 100%);
	border-radius: 20px;
	z-index: -1;
	opacity: 0;
	transition: all 0.4s ease;
}

.Header_headerBannerTitle__rVGzo:hover::before {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.05);
}

.header-top{
	align-items: center;
	padding: 15px 0;
	margin: 0;
}

/* Fix header spacing issues */
.header-main {
	padding: 0 !important;
	margin: 0;
}

.header-main .container {
	padding-top: 0;
	padding-bottom: 0;
}

.widget .region-title{
	border-radius: 10px 10px 0px 0px;
	margin-bottom: 0;
}

.table-lottery caption{
	background-color: var(--mauchudao1);
}

.table-lottery{
	border-radius: 5px;
}

.category-custom{
	margin: 20px auto;
}

.container-post .post .entry-header{
	display: flex;
	gap: 25px;
}

.container-post .post img{
	width: 100%;
    height: 200px;
    object-fit: cover;

}

.container-post .post .box-image{
	width: 40%;
}

.container-post .box-content{
	width: 60%;
}

.container-post .post{
	margin-bottom: 30px;
}

.container-post .post .entry-title a{
	font-weight: bold;
    color: var(--mauchudao1);
	font-size: 20px;
}

.entry-content h2, .entry-content h3, .entry-content h4,.entry-content h5{
	font-weight: bold;
}

.entry-content h2{
	color: var(--mauchudao1);
	font-size: 25px;
}

.entry-content h3{
	font-size: 22px;
}

.entry-content h4{
	font-size: 16px;
}

.container-post .post .entry-title {
	line-height: 25px;
}

.entry-meta{
	font-size: 13px;
}

.pagination-bar .pagination{
	margin-left: 0px;
}

.pagination-bar{
	display: flex;
	justify-content: center;
}

.pagination-bar .pagination{
	gap: 5px;
}

.pagination-bar li a{
	border: 2px solid var(--mauchudao1);
    padding: 5px 10px;
    border-radius: 70px;
	color: var(--mauchudao1);
	font-weight: bold;
	transition: all 0.2s;
}

.table-lottery caption h3{
	font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
	margin-bottom: 0;
    padding: 5px;
}

.pagination-bar li a:hover{
	color: #fff;
	background: var(--mauchudao1);
	transition: all 0.2s;
}

.pagination-bar li span{
	border: 2px solid var(--mauchudao1);
    padding: 5px 10px;
    border-radius: 70px;
	color: #fff;
	background: var(--mauchudao1);
}

/* .byline{
	display: none;
} */

.jeg_post_excerpt{
	margin-top: 10px;
	font-size: 15px;
}

.posted-on{
	margin-right: 15px;
}

.category-custom .page-title{
	font-weight: bold;
	color: var(--mauchudao1);
	text-align: center;
	margin-bottom: 25px!important;
	margin-top: 10px!important;

}

.btn-menu-mobile{
	color: var(--mauchudao1);
	border-color: var(--mauchudao1);
}

.author a{
	color: #404040;
}

.single-post-custom .col-lg-6 .post-thumbnail{
	display: none;
}

.single-post-custom{
	padding: 40px var(--bs-gutter-x,.75rem);
}

.single-post-custom .entry-title{
	margin-top: 0px!important;
	margin-bottom: 15px;
	font-weight: bold;
	color: var(--mauchudao1);
}

.single-post-custom .entry-content{
	margin-top: 10px;
}

.single-post-custom .entry-content p,.single-post-custom .entry-content h2, .single-post-custom .entry-content h3, .single-post-custom .entry-content h4, .single-post-custom .entry-content ul, .single-post-custom .entry-content ol{
	margin-bottom: 10px;
}

.jeg_authorbox{
	border: 1px solid #0000001f;
    padding: 30px 30px;
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    margin-top: 35px;
	border-radius: 10px;
}

.jeg_author_image{
	width: 15%;
	
}

.jeg_author_content{
	width: 90%;
}

.jeg_author_image img{
	width: 100%;
	border-radius: 99%;
}

.jeg_author_name a{
	color: var(--mauchudao1);
	font-size: 18px;
	font-weight: bold;
}

.jeg_author_desc{
	margin-bottom: 0px;
}

.sidebar-custom .widget-area,.sidebar-custom .col-innear{
	position: sticky;
    top: 40px;
}


.relatedcat{
	display: flex;
	gap: 20px;
}

.relatedcat .item-post{
	width: 33.33%;
}

.item-post img{
	width: 100%;
	height: 130px;
    object-fit: cover;
}

.item-post .box-image{
	width: 100%;
	height: 130px;
    object-fit: cover;
	margin-bottom: 10px;
}

.item-post .box-content h3{
	color: var(--mauchudao1);
	font-weight: bold;
	font-size: 15px;
}

.block-related-post>h3{
	margin-bottom: 20px;
    font-weight: bold;
    color: #000;
}

.block-related-post{
	margin-bottom: 10px;
}

.WaitingLottery_waitingLottery___SMd7{
	text-align: center;
}

.WaitingLottery_waitingLottery___SMd7 img{
	width: 55%;
}

.WaitingLottery_waitingLottery___SMd7 p{
	color: #dc2626;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 14px;
}

.btn-custom{
	background: var(--mauchudao1)!important;
	border-color: var(--mauchudao1);
}

.today{
	font-weight: bold;
	color: #000;
}

.trangthai-widget ul{
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
}

.trangthai-widget ul li{
	background:transparent!important;
	border:0px;
	padding: 5px 10px;
	display: flex;
    align-items: center;
}

.trangthai-widget {
	background: rgba(220,38,38,.2);
	margin-bottom: 1.5em;
	border-radius: 10px;
	border:1px solid #000;
}

.trangthai-widget .sidebar-widget-title{
	background:transparent!important;
	color: #000;
	padding: 10px 20px;
    font-size: 15px;
	text-transform: none;
	border-bottom: 1px solid #000;
}

.trangthai-widget ul li a{
	color: #000;
	font-size: 14px;
}

.trangthai-widget ul li:hover a{
	color: var(--mauchudao1);
}

.LiveResult_liveResultNote__ZukpW{
	text-align: center;
	padding: 0px 0px 15px;
    font-size: 13px;
	color: #000;
}

#footer ul{
	margin: 0px;
	list-style: none;
	padding: 0;
}

#footer ul li a{
	color: #fff;
}

#footer ul li{
	margin-bottom: 5px;
}

.footer-below #text-6{
	max-width: 70%;
	line-height: 25px;

}

.footer-below #text-7{
	max-width: 30%;
	text-align: right;
	line-height: 25px;
}

.footer-below p{
	margin-bottom: 10px;
}

.footer-below{
	padding-top: 10px;
    border-top: 1px solid #fff;
    margin-top: 10px;
    padding-bottom: 10px;
}

.footer-absolute .widget_text{
	max-width: 100%!important;
}

.footer-absolute p{
	margin-bottom: 5px;
	font-size: 14px;
}

#primary-menu li.current-menu-item a{
	background-color: #f0d88e;
    color: #000 !important;
}

#primary-menu{
	gap: 5px;
}

.count_seconds{
	background: var(--mauchudao1);
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    margin: 0 5px;
    border-radius: 2px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: 200;
	border-radius: 5px;
}

.countdown_hours_num{
	font-size: 20px!important;
	font-weight: 700!important;
}

.btn-live.active{
	background: var(--mauchudao1)!important;
	border-color: var(--mauchudao1)!important;
}

.title_dem_nguoc{
	font-weight: bold;
	color: #000;
}


.count_down_custom {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: center;
    margin: 15px 0px 20px;
}

.lich_soxo{
	text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #dc2626;
    margin: 15px 0px;
}

/* .trangthai-widget .sidebar-item img{
	animation: waiting-circle 3s linear infinite;
} */

.header-table td{
	text-align: center;
	background: var(--mauchudao1);
	color: #fff!important;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px!important;
	border:unset!important;
	padding: 10px 8px!important;
}

.lich_xoso table{
	/* border:1px solid #b9b9b9; */
}

.lich_xoso table tr td,.lich_xoso table tr th{
	border:1px solid #b9b9b9;
	padding: 5px 8px;
	text-align: center;
	color: #000;
}

.lich_xoso table tr td{
	font-size: 13px;
}

.lich_xoso table tr th{
	width: 33.33%;
	font-weight: bold;
	font-size: 14px;
	
}

.table-lottery td.results span{
	font-size: 25px;
}

.table-lottery td.results span[data-prize="1"]{
	font-size: 28px;
}

.form-date-custom{
	margin-bottom: 5px;
}

.btn-live {
	background: red!important;
	border-color: red!important;
	color: #fff;
}

#loc_kq .form-inline{
	display:flex;
	gap: 10px;
}

#loc_kq select{
	height: 40px;
	-webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #000 50%), linear-gradient(135deg, #000 50%, transparent 50%), linear-gradient(to right, #ffffff, #ffffff);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
    background-repeat: no-repeat;
	font-size: 14px;
}

#ddLotteries{
	width: 25%;
}

#ddlValue{
    width: 65%;
}

.btn-kq{
	width: 20%;
    background: #ed1c24;
    color: #ffff;
    height: 40px;
}

#loc_kq{
    margin-bottom: 15px;
}

#kqxsmb #rsMb tbody tr:nth-child(8) td.results{
	color: #d33;
}

#kqxsmt #rsMt tbody tr:nth-child(2) td.results,#kqxsmn #rsMn tbody tr:nth-child(2) td.results{
	color: #d33;
}

@media(max-width:549px){
	#form_locxs .form-inline {
		flex-wrap: wrap;
	}

	#ddLotteries {
		width: 35%;
	}

	#ddlValue {
		width: 100%;
	}

	.btn-kq{
		width: 30%;
	}

	.form-date-custom a{
	    font-size: 14px!important;
	}

	.footer-below #text-6{
		max-width: 100%!important;
	}

	.footer-below #text-7{
		max-width: 100%!important;
    	text-align: left!important;
	}

	/* Clean responsive design for title */
	.Header_headerBannerTitle__rVGzo p:last-child {
		font-size: 28px;
		letter-spacing: 1.5px;
		padding: 15px 0;
		animation-duration: 10s, 8s;
		text-shadow: 
			0 1px 3px rgba(220, 38, 38, 0.4),
			0 2px 6px rgba(220, 38, 38, 0.2);
	}
	
	.Header_headerBannerTitle__rVGzo {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
	}
	
	/* Simple hover for mobile */
	.Header_headerBannerTitle__rVGzo p:last-child:hover {
		transform: scale(1.01) translateY(-1px);
		letter-spacing: 2px;
	}
	
	/* Fix header spacing on mobile */
	.header-top {
		padding: 10px 0;
	}
	
	.header-main {
		padding: 0 !important;
	}

	.container-post .post .entry-header{
		flex-wrap: wrap;
	}

	.container-post .post .box-image{
		width: 100%;
	}

	.container-post .box-content{
		width: 100%;
	}

	/* .header-bottom{
		display: none;
	} */

	#primary-menu{
		justify-content: flex-start!important;
	}

	.Header_headerBannerTitle__rVGzo{
		display: none;
	}

	.header-top{
		flex-direction: row-reverse;
		justify-content:flex-end!important;
	}
	.header-top .custom-logo-link{
		margin: auto;
		width: 100%!important;
	}

	.jeg_authorbox{
		flex-wrap: wrap;
		justify-content: center;
	}

	.jeg_author_image {
		width: 35%;
	}

	.jeg_author_name{
		text-align: center;
	}

	.jeg_author_desc{
		text-align: justify;
	}

	.relatedcat{
		flex-wrap: wrap;
	}

	.item-post{
		width: 100%!important;
	}

	.item-post img{
		height: 200px;
	}
	
	.item-post .box-image{
		height: 200px;
	}
}

@media(min-width:850px){
	.main-navigation .menu-main-menu-container>ul{
		overflow: unset !important;
	}
}

@media(min-width:550px) and (max-width:991px){
	.Header_headerBannerTitle__rVGzo p:last-child{
		font-size: 20px;
	}

	.btn{
		font-size: 12px!important;
	}
}

@media(min-width:767px) and (max-width:991px){
	.container-post .post .entry-header{
		flex-wrap: wrap;
		gap: 10px;
	}

	.container-post .post .box-image{
		width: 100%;
	}

	.container-post .box-content{
		width: 100%;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1320px;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

@keyframes rainbow-animation {
    to {
        background-position: 4500vh;
    }
}

@keyframes waiting-circle{
    0% {
		transform: rotate(0deg)
    }

	100%{
		transform: rotate(360deg)
	}
}

/* ===== FALLBACK ICONS FOR HOSTING COMPATIBILITY ===== */
/* Fix icons when Font Awesome CDN is blocked */

.fas.fa-home::before,
.fa-home::before {
    content: "🏠" !important;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif !important;
}

.fas.fa-bars::before,
.fa-bars::before {
    content: "☰" !important;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif !important;
}

.fas.fa-times::before,
.fa-times::before {
    content: "✕" !important;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif !important;
}

.fas.fa-map-marker-alt::before,
.fa-map-marker-alt::before {
    content: "📍" !important;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif !important;
}

.fas.fa-chart-bar::before,
.fa-chart-bar::before {
    content: "📊" !important;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif !important;
}

.fas.fa-dice::before,
.fa-dice::before {
    content: "🎲" !important;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif !important;
}

.fas.fa-search::before,
.fa-search::before {
    content: "🔍" !important;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", sans-serif !important;
}

/* Modern Menu Styling */
#primary-menu {
    display: flex !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 1rem !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
}

#primary-menu li {
    position: relative !important;
}

#primary-menu a {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.875rem 1.25rem !important;
    font-weight: 600 !important;
    font-size: 0.95rem !important;
    color: #374151 !important;
    text-decoration: none !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    border-radius: 12px !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid rgba(220, 38, 38, 0.2) !important;
    backdrop-filter: blur(10px) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

#primary-menu a:hover,
#primary-menu .current-menu-item a {
    color: white !important;
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 
        0 8px 25px rgba(220, 38, 38, 0.4),
        0 4px 12px rgba(220, 38, 38, 0.2) !important;
    border-color: transparent !important;
}

#primary-menu a::after {
    display: none !important;
}

/* Mobile menu button styling */
.btn-menu-mobile {
    border: 1px solid #dc2626 !important;
    color: #dc2626 !important;
    background: transparent !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.375rem !important;
    transition: all 0.15s ease-in-out !important;
}

.btn-menu-mobile:hover {
    background: #dc2626 !important;
    color: white !important;
}

/* Sidebar close button */
.btn-outline-light {
    border: 1px solid rgba(255,255,255,0.3) !important;
    color: white !important;
    background: transparent !important;
}

.btn-outline-light:hover {
    background: rgba(255,255,255,0.1) !important;
    color: white !important;
}