/* ==================================================================== */
/* custom */
/* ==================================================================== */
:root {
  /* --color-red: #F22C4D; */
  --color-red: #d10000;
  --color-brown: #c00;
  --color-pink: #ff2fbe;
  --color-orange: #ffc107;
  --color-green: #4caf50;
  --color-blue: blue;
  --color-link: #1a0dab;
}
:first-child {
  margin-top: 0;
}
:last-child {
  margin-bottom: 0;
}
.hidden {
  display: none !important;
}
.dont-hide {
  display: block !important;
}
.hidden-xs {
  display: block;
}
.hidden-lg,
.hidden-sm {
  display: none;
}
.line-clamp-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
}
.line-clamp-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: normal;
}
.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  white-space: normal;
}
.d-flex {
  align-items: center;
}
.text-yellow {
  color: #ffeb3b !important;
}
.red,
.text-red {
  color: var(--color-red) !important;
}
.brown,
.text-brown {
  color: var(--color-brown) !important;
}
.pink,
.text-pink {
  color: #db2691 !important;
}
.purple,
.text-purple {
  color: #673ab7 !important;
}
.orange,
.text-orange {
  color: var(--color-orange) !important;
}
.green,
.text-green {
  color: var(--color-green) !important;
}
.blue,
.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-link {
  color: var(--color-link);
}
.as-link {
  color: var(--color-link);
  cursor: pointer;
  text-decoration: underline;
  text-underline-position: under;
}
.as-link:hover {
  color: var(--color-red);
}
.p-25 {
  padding: 0.75rem;
}
.ms-4-5 {
  margin-left: 2.25rem;
}
.ms-n1 {
  margin-left: -0.25rem;
}
.font-weight-bold {
  font-weight: bold !important;
}
.fs-5-5 {
  font-size: 1.1rem !important;
}
.fs-7 {
  font-size: 0.95rem !important;
}

.fs-8 {
  font-size: 0.9rem !important;
}
.fs-9 {
  font-size: 0.85rem !important;
}
.fs-10 {
  font-size: 0.8rem !important;
}
.fs-11 {
  font-size: 0.75rem !important;
}
.fs-12 {
  font-size: 0.7rem !important;
}
.fs-13 {
  font-size: 0.65rem !important;
}
.fs-14 {
  font-size: 0.6rem !important;
}
.fs-initial {
  font-size: initial !important;
}
.bg-red {
  background: var(--color-red);
}
.bg-orange {
  background: #ffe89f;
}
.bg-cyan {
  background-color: #00f2ea;
}
.bg-yellow {
  background-color: rgb(255 222 90);
}
.bg-green {
  background: rgba(196, 220, 51, 1) !important;
}
.btn-green {
  background-color: rgba(196, 220, 51, 1);
  border: 1px solid rgba(177, 204, 16, 1);
  color: rgba(44, 68, 78, 1);
}
.btn-green:hover,
.btn-green:active {
  background-color: rgb(185, 210, 45) !important;
}
.bg-vietlott {
  background: url(../images/bg-vietlott-game-power655.jpg) center no-repeat;
  background-size: cover;
}
.bg-power {
  /* background-color: #C14720 !important; */
  background-color: #CD3C0E !important;
}
.bg-mega {
  background-color: #eb1427 !important;
}
.bg-max3d {
  background-color: #D81D8C !important;
}
.bg-max3d-pro {
  background-color: #673ab7 !important;
}
.bg-keno {
  background-color: #CD3C0E !important;
}
.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-30 {
  width: 30% !important;
}
.w-33 {
  width: 33% !important;
}
.text-decoration-underline {
  text-underline-position: under;
}
/* ==================================================================== */
/* end custom */
/* ==================================================================== */

html {
  font-size: 13px;
}
body {
  background-color: #f4f4f4;
  line-height: 1.5;
}
a {
  text-decoration: underline;
  text-underline-position: under;
  color: var(--color-link);
}
a:active,
a:focus {
  color: var(--color-brown);
  /* transition: 0.2s; */
  /* transform: scale(1.05); */
}
.navbar-brand:focus,
.navbar-brand:hover {
  transform: none;
}
a[href^="tel:"] {
  color: initial;
}
li::marker {
  padding-right: 0;
  margin-right: 0;
}
picture,
figure,
img {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0;
  height: auto;
  display: block;
  object-fit: contain;
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
figure figcaption {
  font-size: 0.9rem;
  padding: 10px;
  text-align: center;
}
table {
  margin-bottom: 1rem;
}
table td,
table th,
.table td,
.table th {
  padding: 5px;
  border: 1px solid #ddd;
}
table th {
  font-weight: 500;
}
.hamburger__button {
  width: 90px;
  height: 40px;
  display: flex;
  align-items: center;
}
.hamburger__button i {
  background: url(../images/i-list.svg) center no-repeat;
  background-size: 30px;
  width: 30px;
  height: 100%;
  display: block;
  margin-right: 3px;
}
.nav__main {
  height: 45px;
}
.nav__main > li {
  display: inline-flex;
  height: 100%;
  float: left;
}
.nav__main a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0 0.5rem;
  /* border-right: 1px solid #b20100; */
}
/* .bg-power .nav__main a {
    border-color: #ee8e00;
}
.bg-max3d-pro .nav__main a {
    border-color: #4a248d;
} */
.nav__main a:active,
.nav__main a:focus {
  text-decoration: underline;
}
.nav__sub {
  background-color: white;
  box-shadow: var(--bs-box-shadow-sm);
  display: flex;
  justify-content: space-around;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.nav__sub > li {
  width: 100%;
}
.nav__sub > li > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 500;
  border-left: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color);
  padding: 0.5rem 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: auto;
}
.page__header {
  padding: 0.7rem;
  margin: 0.5rem;
  background-color: #fff;
  border-radius: var(--bs-border-radius);
  border: 1px solid var(--color-red);
  box-shadow: var(--bs-box-shadow-sm);
}
.page__h1 {
  font-size: calc(1.175rem + 0.3vw);
  font-weight: 600;
  line-height: 1.25;
}
.toc__result {
  font-size: 0.95rem;
}
.toc__result ul {
  list-style: none;
  padding: 0;
}
.toc__result ul li {
  width: 25%;
  display: flex;
  align-items: center;
}
.toc__result ul li.last {
  padding-right: 0;
}
.toc__result ul li.last::before {
  display: none;
}
.toc__result ul li a {
  display: flex;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.box {
  margin: 1rem 0.5rem;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
  box-shadow: var(--bs-box-shadow-sm);
  border-radius: var(--bs-border-radius);
  background-color: #fff;
}
.box__title {
  background: #ffe89f;
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
  font-weight: 500;
  font-size: 1.1rem;
  padding: 0.5rem 1rem;
  margin: 0;
  border-bottom: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color);
}
.list__subpage {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  font-size: 0.95rem;
}
.list__subpage > li {
  margin-right: 1rem;
}
.list__subpage > li::before {
  width: 3px;
  height: 3px;
  background-color: var(--color-brown);
  content: "";
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
}
.list__subpage > li > a {
  display: inline-flex;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.list__links {
  color: #000;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.list__links li::marker {
  color: var(--color-red);
}
.list__links > li {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.list__articles {
  padding: 0;
  list-style-type: none;
  background-color: #fff;
}
.list__articles > li a {
  display: block;
  width: 100%;
  height: 100%;
}
.list__articles > li.first a {
  border-top: 0;
}
.list__articles.grid {
  /* display: flex;
  flex-wrap: wrap;
  padding: 0 0.5rem; */
}
.list__articles.grid > li {
  width: 33.3333%;
}
.list__articles.grid > li a {
  display: block;
  border-top: 0;
  box-shadow: none;
}
.list__articles.grid>li a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.atr-ad-slot {
    background-color: #eee;
    margin: 1rem auto;
    display: block;
    width: 100%;
    height: auto;
    clear: none;
    text-align: center;
}
.bg-dark-vietlott {
  background: url(../images/mega-result-bg.png) top right no-repeat #050830 !important;
  color: #fff;
  background-size: contain !important;
}
.vietlott__winners__table th,
.vietlott__winners__table td {
  color: #fff;
  background-color: transparent;
}
.balls {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.ball {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--color-red);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 auto;
}
.ball.small {
  width: 25px;
  height: 25px;
  font-size: 0.9rem;
}
.ball.medium {
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
}
.ball.big {
  width: 45px;
  height: 45px;
  font-size: 1.5rem;
}
.ball.yellow {
  background-color: #ffb612;
  color: #000;
}
.ball.power {
  background: radial-gradient(circle at 50% 25%, #fbe6c7, #ff9800) !important;
  color: #000;
}
.ball.gray {
  background: radial-gradient(circle at 50% 25%, #fff, #bbb) !important;
  color: #000;
}
.ball.mega {
  background: radial-gradient(circle at 50% 20%, #fe7e8a, red) !important;
  color: #fff;
}
.ball.keno {
  background: radial-gradient(circle at 50% 25%, #ffeae3, orangered) !important;
  color: #000;
}
.ball.green {
  background-color: #188754;
  color: #fff !important;
}

.ball.secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(
    var(--bs-secondary-bg-rgb),
    var(--bs-bg-opacity)
  ) !important;
  color: #000;
}

.ball.active {
  background: radial-gradient(circle at 5px 5px, #ffeb3b, #ff9800);
  color: #000;
}

.dot {
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: #aaa;
  margin: 0 0.3rem;
}
.sep {
  width: 20px;
  text-align: center;
  display: inline-block;
  font-size: initial;
}
.chevron-right {
  width: 18px;
  height: 18px;
  background: url(../images/chevron-right.svg) no-repeat;
  background-size: contain;
}
.win-jackpot {
  background: #050830 url(../images/celebrate-bg.png) top right no-repeat !important;
  color: #fff;
  background-size: contain;
}
.kqxs {
  background-color: #fff;
  margin-bottom: 1.5rem;
  box-shadow: var(--bs-box-shadow);
  position: relative;
  z-index: 0;
}
.kqxs__header {
  background: #ffe89f;
  padding: 0.5rem;
  border-top: 1px solid #f8df8d;
  height: 40px;
  color: #000;
  box-shadow: var(--bs-box-shadow-sm);
}
.kqxs__title {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
}
.kqxs__title a {
  color: #000;
  text-decoration: none;
}
.kqxs__tree {
  font-size: initial;
  overflow-x: auto;
  white-space: nowrap;
  line-height: 1.5;
  margin: 0;
}
.kqxs__tree a {
  color: var(--color-red);
  font-size: 1.05rem;
  font-weight: 500;
}
.kq-table {
  text-align: right;
  background-color: #fff;
  margin-bottom: 0;
}
.kq-table tr:nth-of-type(odd) td {
  background-color: #f9f9f9;
}
.kq-table.tinh thead {
  font-size: 1.1rem;
}
.kq-table.xsmb,
.kq-table.tinh {
  text-align: center;
}

.kq-table.max3d td,
.kq-table.max3d th {
  border: 1px solid #ddd;
}
.kq-table .row {
  margin-right: 0;
  margin-left: 0;
}
.kq-table .number {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: Arial;
  line-height: 1.3;
  color: #000;
  float: left;
  width: 100%;
}
.kq-table.tinh .number {
  font-size: 1.7rem;
}
.kq-table .number.small {
  font-size: 1.3rem;
}
.kq-table .number.medium {
  font-size: 1.6rem;
  color: var(--color-red);
}
.kq-table .number.big {
  font-size: 2rem;
  color: var(--color-red);
}
.kq-table .number.loading,
.kq-table.tinh .number.loading,
.kq-table.xsmb .number.loading {
  color: blue;
}
.kq-table.quaythu .number.loading:not(.next) {
  font-size: 1rem;
}
.kq-table.xsmn.Saturday td {
  padding: 5px;
}
.kq-table.xsmn.Saturday th {
  padding: 10px 3px;
}
.kq-table.xsmn.Saturday .number {
  font-size: 1.5rem;
}
.kq-table.xsmn.Saturday .number.medium {
  font-size: 1.3rem;
}
.kq-table.xsmn.Saturday .number.big {
  font-size: 1.8rem;
}
.the__article .kqxs {
  margin-left: -1rem;
  margin-right: -1rem;
}
.the__article .kq-table .number {
  font-size: 1.5rem !important;
}
.the__article .kq-table.xsmn.Saturday .number {
  font-size: 1.2rem !important;
}
.kq-table .number-col-1,
.kq-table .number-col-2,
.kq-table .number-col-3,
.kq-table .number-col-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.kq-table .number-col-2 .number {
  width: 50%;
}

.kq-table .number-col-3 .number {
  width: 33.333%;
}

.kq-table .number-col-4 .number {
  width: 25%;
}

.kq-table .winner-code {
  font-size: 1.1rem;
}

.kq-table .number .highlight {
  background: #ff9800;
  background: radial-gradient(circle at 5px 5px, #ffeb3b, #ff9800);
  color: #000;
  border-radius: 50%;
  box-shadow: 3px 3px 10px -2px rgb(0 0 0 / 40%);
  display: inline-block;
}
.kqxs .ball.active {
  background: radial-gradient(circle at 5px 5px, #ffeb3b, #ff9800);
  color: #000;
  cursor: pointer;
}
#mobile__menu__aside {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  background: #fff;
  color: #000;
  width: 100%;
  max-width: 400px;
  overflow: auto;
  height: 100%;
  padding: 0 0 250px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
body.active-menu-mobile {
  overflow: hidden;
}
body.active-menu-mobile #mobile__menu__aside {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#mobile__menu__aside .level__1 > li {
  margin-top: 1rem;
}
#mobile__menu__aside .level__1 > li > a {
  font-weight: bold;
}
#mobile__menu__aside .level__2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  padding-left: 1rem;
}
#mobile__menu__aside .level__2 > li {
  width: 50%;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#mobile__menu__aside .level__2 > li a {
  text-decoration: none;
}
.panel-backdrop {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10202;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(0, 0, 0, 0.85);
}
body.active-menu-mobile .panel-backdrop {
  visibility: visible !important;
  opacity: 1 !important;
}
#mobile__menu__aside .menu__header {
  background-color: var(--color-red);
  color: #fff;
  padding: 0 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 20px;
}
#mobile__menu__aside .menu__header .btn__close {
  width: 70px;
  height: 100%;
  background: url(../images/i-x-lg-white.svg) center no-repeat;
  background-size: 25px;
}
#mobile__menu__aside #menu-logo {
  display: block;
}
.pagination {
  margin: 20px 0;
  padding: 0;
  display: block;
  text-align: center;
}

.pagination li,
.pagination .page-item {
  list-style-type: none;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 5px;
}

.pagination li > span,
.pagination li > a,
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: auto;
  height: auto;
  min-width: 45px;
  color: var(--bs-secondary-color);
  text-decoration: none;
  border-radius: 10px;
  background-color: #fff;
  /* box-shadow: 0 0 3px 0 #dee2e6; */
  border: 1px solid #aaa;
  white-space: nowrap;
}

.pagination li > a:hover,
.pagination .page-item .page-link:hover {
  border-color: var(--bs-dark-text-emphasis);
  color: var(--bs-dark-text-emphasis);
}

.pagination li.active > span,
.pagination li.active > a,
.pagination .page-item.active .page-link {
  color: #fff;
  border-color: var(--color-red);
  background-color: var(--color-red);
  font-weight: bold;
  pointer-events: none;
}
.the__article {
  background-color: white;
  box-shadow: var(--bs-box-shadow-sm);
  padding: 1rem;
}
.article__content {
  font-size: 1rem;
  line-height: 1.7;
}

.article__content *:first-child {
  margin-top: 0;
}

.article__content > *:last-child {
  margin-bottom: 0;
}

.article__content .table__title {
  font-weight: 600;
  font-size: 1.5rem;
  padding: 0.7rem 3rem 0.7rem 0;
  margin-bottom: 0;
  margin-top: 1rem;
}

.article__content table {
  margin-bottom: 1.5rem;
  width: 100%;
}

.article__content table th {
  font-weight: 500;
}

.article__content iframe {
  width: 100%;
  margin-bottom: 1.5rem;
}
.article__content h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
.article__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}

.article__content h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.4;
}

.article__content h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
}

.article__content a {
  text-decoration: underline;
}

.article__content figure {
  max-width: 100% !important;
  margin: 20px 0;
}

.article__content figure figcaption {
  font-size: 1rem;
}

.article__content ul {
  margin-bottom: 20px;
}

.article__content ul > li {
  list-style-type: disc;
  padding: 3px 0 10px;
}
.article__thumb__xs {
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 0.3rem;
}
.article__thumb__sm {
  width: 80px;
  height: 65px;
  object-fit: cover;
  border-radius: 0.3rem;
  flex-shrink: 0;
}
.article__thumb__medium {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 0.3rem;
  flex-shrink: 0;
}
.article__thumb__grid {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 0.3rem;
}
.table__thongke .count,
.table__thongke .highlight {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity));
  color: #000;
}

.table__thongke .count.count5,
.table__thongke .highlight.count5 {
  --bs-bg-opacity: 0.4;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity));
  color: #000;
}

.table__thongke .count.count4,
.table__thongke .highlight.count4 {
  --bs-bg-opacity: 0.1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity));
  color: #000;
}

.table__thongke .count.count3,
.table__thongke .highlight.count3 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity));
  color: #000;
}

.table__thongke .count.count0,
.table__thongke .highlight.count0,
.table__thongke .count.count1,
.table__thongke .highlight.count1,
.table__thongke .count.count2,
.table__thongke .highlight.count2 {
  background-color: #fff;
  color: #000;
}
.table__tansuat__wrap {
}
.table__tansuat__fixed {
  width: 70px;
}

.table__tansuat__fixed th,
.table__tansuat__fixed td {
  background-color: var(--bs-info-bg-subtle);
  color: var(--color-red);
  font-weight: bold;
}

.table__tansuat__fixed thead,
.table__tansuat thead,
.table__tansuat__fixed tfoot,
.table__tansuat tfoot {
  height: 65px;
}

.table__tansuat {
  margin-left: 70px;
}

.table__tansuat .tong_col {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity));
}

.fullscreen_tansuat {
  overflow: hidden;
}

body.fullscreen_tansuat .table__tansuat__wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999999999;
  background-color: #fff;
}

body.fullscreen_tansuat .table__tansuat__wrap form {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  z-index: 2;
}

body.fullscreen_tansuat .table__tansuat__wrap .table-responsive {
  margin-top: 50px;
  overflow: unset;
}
.list__scroll {
  white-space: nowrap;
  overflow: auto;
}
.list__scroll::-webkit-scrollbar {
  display: none;
}
.author__avatar {
  width: 45px;
  height: 45px;
}
.blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.win__jackpot {
  background: url(../images/celebrate-bg.png) top right no-repeat;
  background-size: cover;
}
.time__countdown {
  -webkit-text-stroke: 2px white;
  -webkit-text-fill-color: var(--color-red);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 2rem;
}
.datepicker table {
  width: 100%;
  text-align: center;
}
.datepicker-dropdown {
  z-index: 101 !important;
  min-width: 300px;
  box-shadow: var(--bs-box-shadow);
}
.datepicker .prev,
.datepicker .next {
  width: 30px;
  height: 30px;
  font-size: 1.2rem;
}
.icon-win {
  width: 20px;
  margin: 0;
  display: inline-block;
}
.google-auto-placed {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.list-type-square,
.list-type-square > li {
  list-style-type: none !important;
}
.list-type-square > li::marker {
  display: none;
}
.list-type-square > li::before {
  width: 3px;
  height: 3px;
  background-color: var(--color-brown);
  content: "";
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 3px;
  /* border-radius: 50%; */
}
.icon-calendar {
  width: 16px;
  height: 16px;
  background: url(../images/bi-calendar4-week.svg) center no-repeat;
  background-size: contain;
  display: inline-block;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
.white-space-normal {
  white-space: normal;
}
#footer {
  background-color: #fff3cd;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid #ffe69c;
}
@media (min-width: 375px) {
  html {
    font-size: 14.5px;
  }
}
@media (min-width: 400px) {
  html {
    font-size: 15.5px;
  }
}
@media (min-width: 768px) {
  .kqxs {
    margin-left: 0;
    margin-right: 0;
  }
  .kq-table .number,
  .kq-table .number.medium,
  .kq-table .number.big,
  .kq-table.xsmn.Saturday .number,
  .kq-table.xsmn.Saturday .number.medium,
  .kq-table.xsmn.Saturday .number.big {
    font-size: 2rem;
  }
  .kq-table.tinh .number,
  .kq-table.xsmb .number {
    font-size: 2rem;
  }
}
