@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Poppins", sans-serif;
  outline: none;
  box-sizing: border-box;
  text-decoration: none;
}
*::-webkit-scrollbar {
  width: 0;
}

img {
  width: 100%;
}

body {
  margin: 0;
  background: #111;
  font-size: 0.875rem;
}

header {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #222;
  padding: 10px;
  display: flex;
  align-items: center;
}
header .hamburger_button {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #333;
  border-radius: 6px;
  margin-right: 1rem;
  cursor: pointer;
}
header .hamburger_button:hover {
  background: #444;
}
header .hamburger_button.active {
  background: #444;
}
header .hamburger_button.active i {
  transform: rotate(180deg);
}
header .logo {
  max-width: 150px;
  display: flex;
}
header .logo a {
  display: flex;
}
header .button {
  display: flex;
  gap: 10px;
  margin-left: auto;
}
header .button a {
  font-weight: bold;
  padding: 0.5rem 0.8rem;
  border-radius: 0.4rem;
}
header .button a:first-child {
  background: #444;
  color: #fff;
}
header .button a:last-child {
  color: #000;
  background: #ff6600;
}

.nav_button ul {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.5rem;
}
.nav_button ul li a {
  padding: 0.6rem 0.8rem;
  border-radius: 0.4rem;
  display: block;
  background: #2b2b2b;
  color: #fff;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
.nav_button ul li a i {
  margin-right: 0.6rem;
}
.nav_button ul li a:hover {
  background: #3a3a3a;
}
.nav_button ul li a span {
  font-weight: bold;
}
.nav_button ul li a.active {
  background: #3a3a3a;
}
.nav_button ul li a.active i {
  color: #ff6600;
}

.sidebar {
  z-index: 2;
  transition: all 0.5s;
  width: 250px;
  background: #1a1a1a;
  height: 100%;
  position: fixed;
  top: 61.38px;
  overflow-y: scroll;
  padding: 10px;
}

.lucky_spin_Button a {
  display: flex !important;
  align-items: center;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 2px #ff6f00 inset;
  background: linear-gradient(145deg, rgba(255, 174, 0, 0.3215686275), transparent) !important;
}
.lucky_spin_Button a::after {
  content: "";
  background: url("https://cdn-icons-png.flaticon.com/512/8718/8718218.png");
  width: 6rem;
  height: 6rem;
  position: absolute;
  background-size: contain;
  right: -2rem;
  animation: wheels 10s linear infinite;
}
.lucky_spin_Button a span {
  transition: all 0.2s;
  margin-left: 0.5rem;
  font-size: 1.3rem;
  background: -webkit-linear-gradient(0deg, #ff5900, #ffbf00);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.lucky_spin_Button a:hover {
  box-shadow: 0 0 0 2px #ff6600 inset, 0 0 10px 0px #ff6600, 0 0 10px 0px #ff6600 inset !important;
}
.lucky_spin_Button a:hover span {
  text-shadow: 0 0 10px #ff6600;
}

.sidebar.active {
  width: 64.09px;
}
.sidebar.active .nav_button ul .lucky_spin_Button a {
  min-width: 44.08px;
  min-height: 44.08px;
}
.sidebar.active .nav_button ul .lucky_spin_Button a::after {
  right: -9px;
  height: 3rem;
  width: 3rem;
  bottom: -0.5rem;
}
.sidebar.active .nav_button ul li a i {
  margin: 0;
}
.sidebar.active .nav_button ul li a span {
  display: none;
}

.content {
  transition: all 0.5s;
  padding: 1rem 1rem 1rem calc(250px + 1rem);
  max-width: 1400px;
  margin: auto;
}

.content.active {
  padding: 1rem 1rem 1rem calc(64.09px + 1rem);
}

.content.mobile {
  padding: 1rem 1rem 6rem 1rem !important;
}

.homeSwiper .swiper-slide {
  transition: all 0.3s;
  opacity: 0.5;
  display: flex;
}
.homeSwiper .swiper-slide img {
  border-radius: 10px;
}
.homeSwiper .swiper-slide.swiper-slide-active {
  opacity: 1;
  z-index: 1;
}
.homeSwiper .swiper-pagination-bullet {
  width: 15px;
  transition: all 0.2s;
  border-radius: 10px;
}
.homeSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  background-color: #ff6600;
}

section.slider {
  margin-top: 1rem;
}
section.slider .title_slider {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
section.slider .title_slider > i, section.slider .title_slider span {
  font-size: 1rem;
}
section.slider .title_slider i {
  color: #ff6600;
  width: 20px;
  margin-right: 10px;
}
section.slider .title_slider span {
  margin-right: auto;
}
section.slider .title_slider > a {
  background: #222;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
  border-radius: 25px;
}
section.slider .title_slider > a:hover {
  background: #333;
}
section.slider .navigator {
  display: flex;
  gap: 10px;
  margin-left: 10px;
}
section.slider .navigator i {
  color: #fff;
  margin: 0;
}
section.slider .navigator > div {
  cursor: pointer;
  background: #222;
  width: 30px;
  height: 30px;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
section.slider .navigator > div:hover {
  background: #333;
}
section.slider .navigator > div.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}
section.slider .navigator > div.swiper-button-disabled:hover {
  background: #222;
}

.SliderProvider a {
  background: #222;
  display: inline-flex;
  padding: 0.5rem 0.8rem;
  border-radius: 6px;
}
.SliderProvider a:hover {
  background: #333;
}

.data_lottery {
  border: 1px solid #222;
  border-radius: 7px;
  padding: 10px;
  display: block;
  background: linear-gradient(-45deg, rgba(255, 102, 0, 0.1215686275), transparent 50%);
  transition: all 0.25s ease-in-out;
}
.data_lottery .name {
  color: #fff;
  font-weight: bold;
}
.data_lottery .result {
  margin-top: 8px;
}
.data_lottery .result span {
  color: #fff;
  background: #222;
  width: 2rem;
  font-size: 1rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 6px;
  border: 1px solid #333;
}
.data_lottery .date {
  color: #fff;
  margin-top: 8px;
  font-weight: bold;
}
.data_lottery:hover {
  border-color: #ff6600;
}

.slots_games {
  display: grid;
  font-size: 12px;
  padding: 2px;
}
.slots_games .image {
  display: inline-flex;
  border-radius: 9px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  position: relative;
  cursor: pointer;
}
.slots_games .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #ff6600, transparent);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translateY(100%);
}
.slots_games .image:hover {
  box-shadow: 0 0 0 2px #ff6600;
}
.slots_games .image:hover::before {
  opacity: 1;
  transform: translateY(0%);
}
.slots_games .image img {
  aspect-ratio: 1/1;
}
.slots_games .name {
  margin-top: 4px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #fff;
}
.slots_games .progress_box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.slots_games .progress_value {
  position: relative;
  height: 7px;
  width: 100%;
  background: #222;
  border-radius: 10px;
  overflow: hidden;
}
.slots_games .progress_value .value {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
}
.slots_games [data-progress=secure] {
  background: #198754;
}
.slots_games [data-progress=warning] {
  background: #ffc107;
}
.slots_games [data-progress=danger] {
  background: #dc3545;
}
.slots_games .text {
  color: #fff;
}

.search_bar_slots {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #222;
  border-radius: 50px;
  padding: 0.55rem 1rem;
}
.search_bar_slots i {
  color: #5f5f5f;
}
.search_bar_slots input {
  width: 100%;
  background: none;
  border: 0;
  padding-left: 12px;
  color: #fff;
}

.form_group {
  display: flex;
  gap: 1rem;
}
.form_group .filter_search {
  display: flex;
  gap: 1rem;
}
.form_group select {
  width: -moz-fit-content;
  width: fit-content;
}
.form_group select, .form_group input[type=submit] {
  padding: 0.5rem 0.8rem;
  border-radius: 5px;
  font-weight: bold;
}
.form_group select {
  border: 1px solid #222;
  background: transparent;
  color: #fff;
}
.form_group select::picker(select) {
  -webkit-appearance: base-select;
     -moz-appearance: base-select;
          appearance: base-select;
  margin-right: 10px;
  transform: translateX();
}
.form_group input[type=submit] {
  background: #444;
  color: #fff;
  border: 0;
  cursor: pointer;
}
.form_group input[type=submit]:hover {
  background: #555;
}
@media screen and (max-width: 550px) {
  .form_group {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 550px) {
  .form_group.search_posts {
    flex-wrap: nowrap;
  }
}

@keyframes wheels {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.title_page {
  color: #fff;
}
.title_page h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

.post_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}
.post_list .post {
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  background: #222;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.post_list .post .image {
  display: flex;
}
.post_list .post:hover {
  transform: translateY(-5px);
}
.post_list .category {
  display: flex;
  gap: 10px;
  overflow: hidden;
}
.post_list .category span {
  padding: 0.3rem 0.6rem;
  background: #333;
  border-radius: 50px;
  font-size: 12px;
  color: #c5c5c5;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 500px) {
  .post_list .category {
    overflow: unset;
    flex-wrap: wrap;
  }
}
.post_list .meta {
  padding: 10px;
  display: grid;
  gap: 10px;
  height: -moz-max-content;
  height: max-content;
}
.post_list .title {
  color: #fff;
  font-weight: bold;
  font-size: 1.5em;
}
.post_list .meta.video .title {
  font-size: 1rem;
}
.post_list .desc {
  color: #aaa;
}
.post_list .date {
  margin-top: 10px;
  color: #fff;
  font-weight: bold;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  gap: 1rem;
}
.pagination a {
  padding: 0.5rem 0.8rem;
  background: #333;
  color: #fff;
  font-weight: bold;
  border-radius: 0.4rem;
}
.pagination a:hover {
  background: #444;
}
.pagination a.disabled {
  pointer-events: none;
  background: #222;
}

.pagination.title {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pagination.title .title {
  color: #fff;
}
.pagination.title .link {
  display: flex;
  gap: 1rem;
}

.empty_post {
  text-align: center;
  color: #fff;
  padding: 2rem 1rem;
}

.prev_button {
  padding-top: 10px;
  margin-bottom: 1rem;
}
.prev_button a {
  padding: 0.5rem 0.8rem;
  background: #333;
  color: #fff;
  font-weight: bold;
  border-radius: 0.4rem;
}
.prev_button a:hover {
  background: #444;
}

.post_page {
  max-width: 800px;
  margin: auto;
}
.post_page .meta {
  color: #aaa;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.post_page img {
  border-radius: 10px;
}
.post_page .share {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 1rem;
}
.post_page .share a {
  display: inline-flex;
}
.post_page .share a svg {
  transition: all 0.2s ease-in-out;
  width: 30px;
  height: 30px;
  fill: #aaa;
  background: #222;
  padding: 6px;
  border-radius: 5px;
}
.post_page .share a:hover svg {
  fill: #fff;
  background: #333;
}

.result_list {
  display: grid;
  gap: 10px;
}
.result_list .title_section {
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.result_list .title_section h2 {
  font-size: 1rem;
  margin: 0;
}
.result_list .title_section .button {
  margin-left: auto;
}
.result_list .title_section .button a {
  background: #222;
  color: #fff;
  font-weight: bold;
  padding: 0.2rem 0.8rem;
  border-radius: 25px;
}
.result_list .table_section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.result_list .data {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #222;
  border-radius: 7px;
  padding: 10px;
  background: linear-gradient(-45deg, rgba(0, 170, 255, 0.1215686275), transparent 50%);
}
.result_list .result {
  display: inline-flex;
  gap: 0.5rem;
}
.result_list .result span {
  color: #fff;
  background: #222;
  width: 2rem;
  font-size: 1rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 6px;
  border: 1px solid #333;
}
.result_list .date {
  color: #fff;
  margin-top: 8px;
  font-weight: bold;
}

.table_section {
  border: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.table_section th, .table_section td {
  padding: 0.5rem 0.8rem;
  text-align: left;
}
.table_section th {
  color: #fff;
}
.table_section tbody tr:nth-child(odd) td {
  background: #222;
}
.table_section tbody tr:nth-child(odd) td:first-child {
  border-radius: 5px 0 0 5px;
}
.table_section tbody tr:nth-child(odd) td:last-child {
  border-radius: 0 5px 5px 0;
}
.table_section tbody tr td {
  color: #aaa;
}
.table_section tbody tr td:last-child {
  color: #fff;
  font-weight: bold;
}

.pop_up_video {
  position: fixed;
  top: 61.38px;
  width: 100%;
  z-index: 1;
  height: 100%;
  background: rgba(0, 0, 0, 0.3137254902);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  left: 0;
  overflow: hidden;
  display: flex;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 500px) {
  .pop_up_video {
    padding-left: 250px;
  }
}
.pop_up_video .pop_up_content {
  position: relative;
  margin: auto;
  padding-top: 28.25%;
  width: 100%;
  max-width: 700px;
  background: #000;
}
.pop_up_video button {
  position: absolute;
  right: -2rem;
  top: 0;
  background: transparent;
  color: #fff;
  z-index: 1;
  border: 0;
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .pop_up_video button {
    right: 1rem;
    top: 1rem;
  }
}
.pop_up_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.pop_up_video.active {
  opacity: 1;
  visibility: visible;
}

.post_list.promo .post {
  display: flex;
  flex-direction: column;
}
.post_list.promo .title {
  font-size: 1rem !important;
  line-height: 16px;
}
.post_list.promo .image {
  height: 100%;
  max-height: 140px;
  overflow: hidden;
  display: flex;
}
.post_list.promo .meta {
  height: 100%;
}
article {
  color: #ccc;
  margin-top: 1rem;
}
article strong {
  color: #fff;
}
article a {
  color: #fff;
}

.SliderPost .posts {
  display: grid;
  gap: 6px;
  padding: 2px;
}
.SliderPost .posts img {
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.SliderPost .posts .title {
  color: #fff;
  font-weight: bold;
}
.SliderPost .posts:hover img {
  box-shadow: 0 0 0 2px #ff6600;
}

.video_post {
  cursor: pointer;
  display: inline-flex;
  padding: 2px;
}
.video_post img {
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
}
.video_post:hover img {
  box-shadow: 0 0 0 2px #ff6600;
}

.pop_up_rtp {
  position: fixed;
  top: 61.38px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3137254902);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  left: 0;
  display: flex;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease-in-out;
  padding: 1rem;
}
@media screen and (min-width: 500px) {
  .pop_up_rtp {
    padding-left: calc(250px + 1rem);
  }
}
.pop_up_rtp .pop_up_content {
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  padding: 1rem;
  width: 100%;
  max-width: 500px;
  background: #1a1a1a;
  border-radius: 1rem;
  transform: scale(75%);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition-delay: 0.25s;
}
@media screen and (max-width: 500px) {
  .pop_up_rtp .pop_up_content {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .pop_up_rtp .meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .pop_up_rtp .meta .progress {
    width: 100%;
    max-width: 240px;
  }
  .pop_up_rtp .meta .progress .progress_bar {
    height: 10px;
  }
}
.pop_up_rtp .pop_up_header {
  display: flex;
  align-items: center;
}
.pop_up_rtp .pop_up_header h4 {
  margin: 0;
  color: #fff;
  font-size: 1.2rem;
}
.pop_up_rtp .pop_up_header button {
  cursor: pointer;
  margin-left: auto;
  border: 0;
  background: 0;
  color: #fff;
  opacity: 0.5;
}
.pop_up_rtp .pop_up_header button:hover {
  opacity: 1;
}
.pop_up_rtp .rows {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 1rem;
}
@media screen and (max-width: 500px) {
  .pop_up_rtp .rows {
    grid-template-columns: 1fr;
  }
}
.pop_up_rtp .pop_up_body {
  margin: 1rem 0;
}
.pop_up_rtp .image {
  display: inline-flex;
  padding: 1rem;
  border-radius: 22px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1921568627), transparent);
}
.pop_up_rtp .image img {
  border-radius: 18px;
  aspect-ratio: 1/1;
}
.pop_up_rtp .progress {
  display: flex;
  align-items: center;
  margin-top: 10px;
  gap: 1rem;
}
.pop_up_rtp .progress .progress_bar {
  width: 100%;
  height: 7px;
  background: #444;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.pop_up_rtp .progress #progress_bar {
  position: absolute;
  bottom: 0;
  height: 100%;
}
.pop_up_rtp .progress [data-progress=secure] {
  background: #198754;
}
.pop_up_rtp .progress [data-progress=warning] {
  background: #ffc107;
}
.pop_up_rtp .progress [data-progress=danger] {
  background: #dc3545;
}
.pop_up_rtp .progress_text {
  color: #fff;
}
.pop_up_rtp .info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pop_up_rtp .info .label {
  font-weight: bold;
  color: #aaa;
}
.pop_up_rtp .info .text {
  color: #fff;
  font-weight: bold;
}
.pop_up_rtp .titles {
  color: #aaa;
  font-weight: bold;
}
.pop_up_rtp .method_group {
  display: grid;
  gap: 10px;
  padding-top: 10px;
}
.pop_up_rtp .method_group > div {
  background: #333;
  counter-increment: pola;
  overflow: hidden;
  border-radius: 7px;
  display: flex;
  align-items: center;
  padding-right: 10px;
  color: #fff;
  font-weight: bold;
}
.pop_up_rtp .method_group > div::before {
  content: counter(pola);
  width: 2rem;
  height: 2rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #555;
  font-weight: bold;
}
.pop_up_rtp .method_group > div span:first-child {
  margin-left: 10px;
}
.pop_up_rtp .method_group > div span:last-child {
  margin-left: auto;
}
.pop_up_rtp .button {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.pop_up_rtp .button a {
  font-weight: bold;
  padding: 0.5rem 0.8rem;
  border-radius: 0.4rem;
  text-align: center;
}
.pop_up_rtp .button a:first-child {
  background: #444;
  color: #fff;
}
.pop_up_rtp .button a:last-child {
  color: #000;
  background: #ff6600;
}

.pop_up_rtp.active {
  opacity: 1;
  visibility: visible;
}
.pop_up_rtp.active .pop_up_content {
  opacity: 1;
  transform: scale(100%);
}

.input_bar {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.input_bar a {
  white-space: nowrap;
  background: #444;
  color: #fff;
  font-weight: bold;
  padding: 0.7rem 0.8rem;
  border-radius: 0.4rem;
}

.slots_list {
  margin-top: 1rem;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
@media screen and (min-width: 640px) {
  .slots_list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  }
}
@media screen and (min-width: 768px) {
  .slots_list {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  }
}
@media screen and (min-width: 1024px) {
  .slots_list {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
}

.multi-select {
  width: 200px !important;
}

.multi-select .multi-select-header {
  border: 1px solid #444 !important;
  flex-wrap: nowrap !important;
}
.multi-select .multi-select-header .multi-select-header-placeholder {
  color: #ccc !important;
}

.multi-select-header.multi-select-header-active {
  border-color: #ff6600 !important;
}
.multi-select-header.multi-select-header-active .multi-select-header-placeholder {
  color: #fff !important;
}

.multi-select-options {
  background: #222 !important;
}
.multi-select-options::-webkit-scrollbar {
  width: 0px !important;
}
.multi-select-options .multi-select-option-text {
  color: #ccc !important;
}
.multi-select-options .multi-select-option:hover {
  background: #333 !important;
}

.multi-select .multi-select-header .multi-select-header-option {
  white-space: nowrap !important;
  background: #333 !important;
  border: 0 !important;
  color: #c5c5c5 !important;
}

.multi-select-option-radio {
  border: 1px solid #444 !important;
  background: transparent !important;
}

.multi-select-all {
  display: none !important;
}

.multi-select-search {
  background: transparent !important;
  border: 1px solid #444 !important;
  color: #fff !important;
}

.sidebar#mobile_canvas {
  position: fixed;
  bottom: 0 !important;
  width: 100%;
  z-index: 2;
  top: auto !important;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 4.5rem;
  border-radius: 1rem;
  transform: translateY(100%);
}

.sidebar.mobile_active#mobile_canvas {
  transform: translateY(0%);
}

.mobile_navigation {
  position: fixed;
  bottom: 0;
  z-index: 3;
  display: flex;
  width: 100%;
  background: #222;
}
.mobile_navigation a, .mobile_navigation button {
  width: 100%;
  border: 0;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 0;
  font-size: 1.2rem;
  color: #aaa;
}
.mobile_navigation a:hover, .mobile_navigation button:hover {
  color: #fff;
}
.mobile_navigation a.active {
  color: #fff;
}
.mobile_navigation button i {
  --fa: "";
}
.mobile_navigation button.active i {
  --fa: "" ;
}

.description_page {
  color: #aaa;
  margin-bottom: 1rem;
}
.description_page a {
  color: #fff;
}

.lottery_page_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 1rem;
}
.lottery_page_list .pools_data_page {
  border: 1px solid #222;
  border-radius: 7px;
  padding: 10px;
  display: block;
  background: linear-gradient(-45deg, rgba(255, 102, 0, 0.1215686275), transparent 50%);
  transition: all 0.25s ease-in-out;
}
.lottery_page_list .pools_data_page .title {
  color: #fff;
  font-weight: bold;
}
.lottery_page_list .pools_data_page .result {
  margin-top: 8px;
  display: flex;
  gap: 5px;
}
.lottery_page_list .pools_data_page .result span {
  color: #fff;
  background: #222;
  width: 2rem;
  font-size: 1rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 6px;
  border: 1px solid #333;
}
.lottery_page_list .pools_data_page .date {
  color: #fff;
  margin-top: 8px;
  font-weight: bold;
}
.lottery_page_list .pools_data_page:hover {
  border-color: #ff5900;
}/*# sourceMappingURL=app.css.map */