/*
Theme Name: Simbalotto Child Theme
Theme URI: redfoxlotto.comm
Author: Elida Simbalotto
Author URI: redfoxlotto.org
Description: this theme is purposed to be used as a child theme for php templates.
Version: 1.0.0
Template: Divi
Text Domain: simba-lotto-theme
*/
/*Style applied to Plugin*/


/* End Style applied to Plugin*/
#main-header {
  line-height: 23px;
  font-weight: 500;
  top: 0;
  background-color: #292d38;
  width: 100%;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  position: relative;
  z-index: 99999;
}

/* Custom CSS below this line only - DO NOT EDIT ABOVE THIS LINE */
.woocommerce .cart_item .product-name a {
  pointer-events: none;
  /* Disable clicks */
  color: inherit;
  /* Optional: Keep the same text color */
  text-decoration: none;

}
/*Woocomerce Tooltip*/

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
.mobile_menu_bar.mobile_menu_bar_toggle {
  visibility: hidden !important;
  /* Hides the element but retains the space */
}
/* @media (min-width: 768px) {
  #logo {
    width: 140px !important;
    margin-left: -50px !important;
    transition: all 0.4s ease-in-out;
    margin-bottom: 0;
    max-height: 54%;
    display: inline-block;
    float: none;
    vertical-align: middle;
    -webkit-transform: translate3d(0, 0, 0);
  }
} */
 /*Disable Products names from bring clickable*/
 .woocommerce .cart_item .product-name a {
   pointer-events: none;
   /* Disable clicks */
   color: inherit;
   /* Optional: Keep the same text color */

 }
/*Space on archive pages*/
.pagination {
  clear: both;
  justify-content: space-between;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  height: 28px;
  margin: 0 0 -4px;
  user-select: none;
  -webkit-user-select: none;
  height: 40px;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
/*Wordpress body text */
.container.page-content.mx-auto {
  text-align: justify;
  text-justify: inter-word;
}
/*Information widget table*/

.info-detailed-content {
                  width: 80%;
                    padding: 5rem 5rem 75px;
                    box-sizing: border-box;
                    display: flex;
}

.table-info-detailed {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.table-info-detailed th,
.table-info-detailed td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

.table-info-detailed th {
  background-color: #f2f2f2;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
table.table-info tbody tr td.info-jackpot .info-jackpot-amount,
table.table-info-detailed .table-info-detailed-prize-amount {
  color: #f17524;
}

table.table-info-detailed tbody td {
  color: #747474;
}

table.table-info-detailed .ticket-line-bnumber,
table.table-info-detailed .ticket-line-number {
  border-radius: 70px;
  font-size: 0.75em;
  height: 18px;
  line-height: 18px;
  margin: 0;
  width: 30px;
}

@media (max-width: 767px) {
  table.table-info-detailed .mobile-only-label {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  table.table-info-detailed .mobile-only-label {
    display: none;
  }
}

:root {
  --offcanvas-width: 270px;
  --topNavbarHeight: 56px;
  --orange: #f29327;
  --green: #1db4ed;
  --lightGreen: #bcff1f;
}

.simbalotto_login {
  margin: 30px 62px 30px 0;
}

.accordion .accordion-flush button {
  color: var(--orange);
  font-weight: bold;
}

.simbalotto_login a {
  border: 1px solid #e09900;
  padding: 2px 7px;
  border-radius: 15px;
  color: #e09900;
  cursor: pointer;
  text-decoration: none;
}

.simbalotto_login a:hover {
  background-color: #e09900;
  color: black;
}

.container.clearfix.et_menu_container {
  display: flex;
  justify-content: space-around;
}

@media (min-width: 992px) {
  .navbar-toggler {
    display: none;
  }
}

.header-nav {
  color: var(--orange);
  font-weight: bold;
}

#et-top-navigation {
  width: 100%;
  margin-left: 90px !important;
  padding-left: 0 !important;
  display: flex !important;
  justify-content: end !important;
}

nav#top-menu-nav,
#top-menu,
nav.et-menu-nav,
.et-menu {
  float: left !important;

}

#et_top_search {
  float: left !important;
  margin-right: 15px !important;
}
@media (max-width: 767px) {
  #et_top_search {
    display: none !important;
  }
}
.btn.btn-outline-warning.mx-2 {
  display: inline-flex;
  /* Makes the button a flexible container */
  align-items: center;
  /* Centers the text vertically */
  white-space: nowrap;
  /* Prevents the text from wrapping to a new line */
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
  /* Adjusts top, right, bottom, and reduces left padding */
}

.btn.btn-outline-warning.mx-2 {
  display: inline-flex;
  /* Makes the button a flexible container */
  align-items: center;
  /* Centers the text vertically */
  white-space: nowrap;
  /* Prevents the text from wrapping to a new line */
  padding: 0.5rem 0.5rem 0.5rem;


}

.btn.btn-warning.w-100 {
  display: inline-flex;
  /* Makes the button a flexible container */
  align-items: center;
  /* Centers the text vertically */
  white-space: nowrap;
  /* Prevents the text from wrapping to a new line */
  padding: 0.5rem 0.5rem 0.5rem;
  /* Adjusts top, right, bottom, and reduces left padding */

}

.btn.w-100 {
  display: inline-flex;
  /* Makes the button a flexible container */
  align-items: center;
  /* Centers the text vertically */
  white-space: nowrap;
  /* Prevents the text from wrapping to a new line */
  padding: 0.5rem 0.5rem 0.5rem 0.25rem;
}
#top-menu li li {
  width: 49%;
  color:#ffffff;
}
#top-menu a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#top-menu li.current-menu-item > a {
  color: var(--orange) !important;
}

#top-menu-nav > ul > li > a:hover {
  color: #1db4ed !important;
}

#et_search_icon{
  color:#ffffff;
}
.et-cart-info {
  color: #ffffff;
}

#et_search_icon:hover {
  color: #1db4ed !important;
}

.menu-item ul.sub-menu {
  display: block;
  position: absolute;
  width: 39vw;
  right: -200%;
  border-top: 3px solid var(--orange) !important;
  height:480px;
  overflow:scroll !important;
}
.menu-item ul.sub-menu li {
  white-space: nowrap;
  /* Prevent text from wrapping */
  overflow: hidden;
  /* Optional: Hide overflow text */
  /* Optional: Add ellipsis for overflowing text */
}

ul#mobile_menu.et_mobile_menu {
  border-top: 3px solid var(--orange) !important;
}

.mobile_menu_bar:before,
.mobile_menu_bar:after,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a {
  color: var(--orange) !important;
}

#main-header .nav li ul a:hover {
  color: var(--orange) !important;
}

.profile-icon {
  position: relative;
  display: inline-block;
  cursor: pointer;
  width: 25px;
  height: 25px;
  top: -0.35rem;
  right: 0;
  margin-left: 1rem;
}

.profile-icon .profile {
  width: inherit;
  height: inherit;
  padding: 0;
  border-radius: 100%;
}

.profile-icon img {
  margin: auto;
  max-width: 100%;
  vertical-align: baseline;
}

.profile-icon .popup {
  position: absolute;
  display: none;
  width: 20vw;
  background: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 10px 10px 10px 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.profile-icon .popup a {
  display: block;
  margin: 5px 0;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
  color: #333;
  text-decoration: none;
}

.profile-icon .popup a:hover {
  background: #f8f8f8;
  color: #1db4ed;
  text-decoration: underline;
}

.profile-icon .popup.show {
  display: block;
}

body {
  background-color: #dfdfdf !important;
}

body {
  font-family: "Inter", sans-serif;
}

button {
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
}

#et-main-area {
  position: relative;
  z-index: 100;
}

#et-main-area form#simba-x {
  padding-top: 2rem;
}

.page-template-default {
  padding-right: 0 !important;
}

.page-template-default #main-header {
  margin-right: 0 !important;
  width: 100% !important;
}

.page-template-default footer,
.page-template-page-template-blank footer {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

h2 {
  padding-bottom: 0;
}

.h-full {
  height: 0 !important;
}

.accordion-button:focus {
  border-color: var(--lightGreen);
}

.all_play .accordion .accordion-item,
.all_information .accordion .accordion-item,
.all_results .accordion .accordion-item {
  margin-bottom: 12px;
  border-radius: 20px !important;
}

.all_play .accordion .accordion-button:not(.collapsed),
.all_information .accordion .accordion-button:not(.collapsed),
.all_results .accordion .accordion-button:not(.collapsed) {
  background-color: #1db4ed !important;
  color: white !important;
}

.all_play .accordion .accordion-header,
.all_play .accordion .accordion-button,
.all_information .accordion .accordion-header,
.all_information .accordion .accordion-button,
.all_results .accordion .accordion-header,
.all_results .accordion .accordion-button {
  border-radius: 20px !important;
  color: white !important;
  background-color: #1db4ed !important;
}

/*  sign up and login css */
.registration .card {
  background: #1db4ed;
  margin: 30px auto;
  min-width: 250px;
  max-width: 500px;
  padding: 50px;
}

.registration .card h5 {
  text-align: center;
  font-size: 1.1rem;
  color: #3e3e3e;
}

#et-main-area .page-content {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  padding: 2rem 20px;
  margin-left: 3%;
  margin-right: 3%;
}

.page-content {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
  padding: 2rem 20px;
  margin-left: 3%;
  margin-right: 3%;
}

#page-container #main-content {
  background-color: #fff !important;
}

.page-template-simbalottoThankYou .confirmation,
.page-template-wc_ThankYou .confirmation {
  padding: 0 2rem 2rem !important;
}

.confirmation .button-wrap {
  display: flex;
  justify-content: center;
}

@media (min-width: 992px) {
  .offcanvas.offcanvas-start {
    min-width: 10vw !important;
  }

  .confirmation {
    width: auto;
  }

  #et-main-area .page-content {
    margin-top: 1rem;
    width: auto;
    padding: 2rem 20px;
  }
}

@media (max-width: 991px) {
  .all_play,
  .all_results,
  .lotto-info {
    margin: auto 2%;
    padding: 0 !important;
  }

  #et-main-area .page-content {
    margin: 2%;
  }
}

.registration .card p {
  color: #fff;
}

.registration h1 {
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.registration h1.login {
  margin-bottom: 1rem;
}

.registration .country-grp {
  display: block;
  position: relative;
  padding: 1rem 0;
}

.registration .country-grp span {
  width: 48%;
  position: relative;
}

.registration .country-grp > span:first-of-type {
  display: inline-block;
}

.registration .country-grp > span:last-of-type {
  display: block;
  float: right;
}

.registration .country-grp span select {
  width: 100%;
  height: 30px;
  border-radius: 5px;
}

.registration label {
  color: #fff;
}

.registration input {
  width: 100%;
  height: 30px;
  border: 1px solid #006633;
  border-radius: 5px;
  margin: 10px 0px;
  background: transparent !important;
  color: #fff !important;
}

.registration button {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 10px;
  margin: 10px 0px;
  background: #67bd2e !important;
  font-size: 16px;
  color: #fff;
}

.registration #register-button:hover {
  background: #039c4f !important;
  cursor: pointer;
}

.registration .reg-error {
  position: relative;
  display: block;
  width: 100%;
  margin: auto;
  padding: 1rem;
  background: orangered;
  border-radius: 10px;
}

.registration .reg-error > p:first-of-type {
  display: block;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
}

.registration .g-recaptcha {
  /*transform:scale(0.77) !important;
  -webkit-transform:scale(0.77) !important;*/
}

.registration .g-recaptcha iframe {
  width: 100% !important;
}

.registration #rc-anchor-container {
  width: 100% !important;
}

.registration #rc-anchor-container .rc-anchor-normal-footer {
  float: right !important;
  padding-right: 28px !important;
}

#additionalLinks {
  display: flex;
  justify-content: space-evenly;
  color: red;
  margin-top: 20px;
  margin-bottom: -20px;
}

#additionalLinks span a {
  color: #747474;
  text-decoration: none;
}

#additionalLinks span a:hover {
  color: #fff;
  text-decoration: none;
}

/* reset page */
.reset-error p {
  margin: 3rem auto auto;
  max-width: 100%;
  padding: 4rem !important;
  text-align: center;
}

/* header css */
.header {
  margin-right: -20px;
  padding: 0 4%;
}

.header .nav-item a {
  color: var(--orange) !important;
  font-weight: bold;
}

.header .navbar-brand {
  max-width: 50px;
}

.header img {
  width: 100%;
}

.simbalotto_login {
  margin-left: 10px;
}

.simbalotto_login a {
  text-decoration: none;
}

.simbalotto_login a .btn {
  border: 1px solid #e09900;
  border-radius: 35px;
  color: #e09900;
  background-color: transparent;
  cursor: pointer;
}

.simbalotto_login a .btn:hover {
  background-color: #e09900;
  color: black;
}

.lotto-wrapper,
.child-theme,
.all_play,
.all_results,
.all_information,
.lotto-info,
.faqs {
  /* padding-left: 2%; */
  margin-right: 2%;
}

.lotto-wrapper .slider_main {
  justify-content: center;
  position: relative;
}

.lotto-wrapper .slider_main .lottery_slider {
  width: 350px;
  margin-top: 50px;
  padding: 20px;
  border-radius: 10px;
  margin-right: 10px;
}

.lotto-wrapper .slider_main .lottery_slider .cash {
  font-size: 20px;
  font-weight: bold;
  margin-top: -10px;
  color: var(--orange);
  margin-top: 3px;
}

.lotto-wrapper .slider_main .lottery_slider img {
  position: absolute;
  max-width: 100px;
  right: 15px;
  top: -20px;
  z-index: 100;
}

.lotto-wrapper .slider_main .lottery_slider small {
  margin-top: 0px;
}

.lotto-wrapper .slider_main .lottery_slider button {
  position: absolute;
  bottom: 10px;
  right: 30px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

.lotto-wrapper .top-lottos {
  background: #1db4ed;
  border-radius: 15px;
  margin-top: 50px;
  position: relative;
  min-height: 200px;
  padding-bottom: 20px;
}

.lotto-wrapper .top-lottos img {
  position: absolute;
  z-index: 9999;
}

.lotto-wrapper .top-lottos .img_1 {
  top: 0px;
  left: -51px;
  width: 90px;
}

.lotto-wrapper .top-lottos .img_2 {
  top: 30px;
  left: 20px;
  width: 150px;
}

.lotto-wrapper .top-lottos .img_3 {
  bottom: -20px;
  left: -30px;
  width: 90px;
}

.lotto-wrapper .top-lottos .img_4 {
  top: -20px;
  left: 160px;
  width: 80px;
}

.lotto-wrapper .top-lottos .img_5 {
  bottom: -10px;
  left: 150px;
  width: 65px;
}

.lotto-wrapper .top-lottos .details {
  margin: 40px 40px 40px 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  border-top: 1px solid var(--orange);
  border-bottom: 1px solid var(--orange);
  padding: 10px 0;
  position: relative;
  top: 60px;
}

.lotto-wrapper .top-lottos .details .lotto-title {
  color: #fff;
  margin: 0;
  font-size: 26px;
  text-transform: capitalize;
}

.lotto-wrapper .top-lottos .details .lotto-cash {
  color: white;
  margin: 0;
  font-size: 40px;
  font-weight: bold;
}

.lotto-wrapper .top-lottos .details .timer {
  margin-left: 30px;
  color: white;
  display: flex;
  margin-right: 20px;
}

.lotto-wrapper .top-lottos .details .detail-btn {
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

.lotto-wrapper .top-lottos .details .days,
.lotto-wrapper .top-lottos .details .hours,
.lotto-wrapper .top-lottos .details .min,
.lotto-wrapper .top-lottos .details .sec {
  padding: 0 10px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.lotto-wrapper .results {
  margin-top: 50px;
  text-transform: capitalize;
}

.lotto-wrapper .results .card-header {
  background-color: #1db4ed;
  color: white;
  font-size: 20px;
  box-shadow: 0px 3px 5px -2px #878787;
  z-index: 99;
}

.lotto-wrapper .results .card-body {
  max-height: 300px;
  overflow-y: scroll;
  box-shadow: 0px 3px 15px -5px #878787;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.lotto-wrapper .results .card-body ul {
  margin: 10px;
}

.lotto-wrapper .results .card-body::-webkit-scrollbar-track {
  width: 2px;
}

.lotto-wrapper .results .card-body::-webkit-scrollbar {
  width: 7px;
}

.lotto-wrapper .results .card-body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.lotto-wrapper .results .card-body::-webkit-scrollbar-thumb {
  background: #1db4ed;
  border-radius: 10px;
}

.lotto-wrapper .results .card-body::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.lotto-wrapper .results .card-body span {
  width: 25px;
  height: 25px;
  margin-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1db4ed;
  color: white;
  border-radius: 50%;
  padding: 6px;
}

.lotto-wrapper .results .card-body span.megaball {
  background: #1db4ed;
}

.lotto-wrapper .results .list-group-item {
  width: 100%;
}

.lotto-wrapper .winners {
  margin-top: 40px;
  margin-bottom: 40px;
  text-transform: capitalize;
}

.lotto-wrapper .winners h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.lotto-wrapper .winners h5 {
  font-size: 20px;
}

.lotto-wrapper .winners .winners_cards {
  gap: 9px;
}

.lotto-wrapper .winners .card {
  /* width: 100px; */
  position: relative;
  max-width: 340px;
  width: 100%;
  color: #fff;
  background: linear-gradient(#1db4ed, #ffa51f);
  padding: 20px;
  border-radius: 7px;
}

.lotto-wrapper .winners .card small {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}

.lotto-wrapper .winners .card div {
  font-size: 22px;
  font-weight: bold;
}

.lotto-wrapper .winners .card img {
  position: absolute;
  width: 100px;
  right: 10px;
  bottom: 5px;
}

.sidebar-nav {
  width: var(--offcanvas-width) !important;
  z-index: -1;
}

.sidebar-nav .navbar-nav {
  margin-top: 90px;
}

.sidebar-nav .sign_x {
  border-radius: 20px;
  margin-top: 20px;
  color: #fff;
  font-weight: bold;
}

.sidebar-nav .sign_x.login:hover,
.sidebar-nav .sign_x.logout:hover {
  color: #fff;
  background: #1db4ed;
}

.accordion_wrapper {
  margin-top: 60px;
}

.accordion_wrapper h1 {
  font-size: 28px;
  margin-bottom: 20px;
  text-align: center;
}

.accordion_wrapper h2 {
  padding-bottom: 0 !important;
}

.accordion_wrapper .accordion-item {
  margin-bottom: 12px;
  border-radius: 20px !important;
}

.accordion_wrapper .accordion-header,
.accordion_wrapper .accordion-button {
  border-radius: 20px !important;
  color: white;
  background-color: #1db4ed;
}

div#lotto-carousel-controls:hover {
  cursor: pointer;
}

.sidebar-nav {
  width: var(--offcanvas-width) !important;
}

.sidebar-nav .navbar-nav {
  margin-top: 90px;
}

.sidebar-nav .sign_out {
  border-radius: 20px;
  margin-top: 20px;
}

#page-container .container.top-bar.mt-5,
#page-container .container.mini-bar.mt-5,
.all_play .lottos {
  margin-top: 1rem !important;
}

.all_play .top-bar.mt-5 {
  margin-top: 2rem !important;
}

.child-theme .shortcode,
.all_results .simbalotto-table {
  min-height: 64vh;
}

.child-theme h2 {
  padding-bottom: 0 !important;
}

.child-theme .accordion .accordion-item {
  margin-bottom: 12px;
  border-radius: 20px !important;
}

.child-theme .accordion .accordion-button::after,
.child-theme .accordion .accordion-button:not(.colapsed)::after {
  background-image: none !important;
}

.child-theme .accordion .accordion-header,
.child-theme .accordion .accordion-button {
  border-radius: 20px !important;
  color: white !important;
  background-color: #1db4ed !important;
}

.shortcode {
  padding-top: 20px;
}

.faqs .accordion-button:not(.collapsed) {
  background-color: #1db4ed !important;
  color: white !important;
}

.faqs .container {
  margin: auto;
  padding: 2rem;
}

.faqs .heading {
  background-color: #1db4ed;
  text-align: center;
}

.faqs .title {
  color: var(--orange);
  font-size: 1.5rem;
  margin: 40px 0 20px 10px;
}

.all_play .lottery_slider {
  padding: 20px;
  border-radius: 10px;
  margin-right: 0;
}

.lottery_slider h5 {
  color: #545454;
  font-weight: bold;
  text-transform: capitalize;
}

.all_play .lottery_slider .cash {
  font-size: 20px;
  font-weight: bold;
  margin-top: -10px;
  color: #1db4ed;
  margin-top: 3px;
}

.all_play .lottery_slider img {
  position: absolute;
  max-width: 100px;
  right: 15px;
  top: -30px;
  z-index: 100;
}

.all_play .lottery_slider small {
  margin-top: 0px;
}

.all_play .lottery_slider button {
  position: absolute;
  bottom: 10px;
  right: 30px;
  color: #fff;
  font-weight: bold;
  text-transform: capitalize;
}

.all_results .simbalotto-table::-webkit-scrollbar-track {
  height: 2px;
}

.all_results .simbalotto-table::-webkit-scrollbar {
  height: 7px;
}

.all_results .simbalotto-table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.all_results .simbalotto-table::-webkit-scrollbar-thumb {
  background: #1db4ed;
  border-radius: 10px;
}

.all_results .simbalotto-table::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.all_results .container,
.all_information .container {
  margin: -3px auto auto;
  text-align: center;
}

.all_results .container h1,
.all_information .container h1 {
  font-weight: bold;
  margin: 0rem 2rem 0px;
  padding: 2rem 0 0;
}

.all_results .container p {
  margin-bottom: 50px;
}

.all_results .container thead {
  background-color: #1db4ed;
  color: white;
}

.all_results table a {
  text-decoration: none;
}

.all_results table img {
  width: 100%;
  max-width: 50px;
}

.all_results table tr > td:nth-child(1) {
  text-align: start;
}

.all_results table th {
  text-align: center;
}

.all_results table td {
  text-align: center;
  vertical-align: middle;
}

.all_results table .btn-success {
  background-color: #1db4ed;
}

.all_results table .table_data span {
  width: 25px;
  height: 25px;
  margin-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1db4ed;
  color: white;
  border-radius: 50%;
  padding: 6px;
}

.all_results table .table_data span.megaball {
  background: #1db4ed;
}

.all_results table .table_roll {
  display: flex;
  justify-content: space-around;
}

.all_results table .payOut {
  display: flex;
  flex-direction: column;
}

.all_information .simbalotto-table::-webkit-scrollbar-track {
  height: 2px;
}

.all_information .simbalotto-table::-webkit-scrollbar {
  height: 7px;
}

.all_information .simbalotto-table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.all_information .simbalotto-table::-webkit-scrollbar-thumb {
  background: #1db4ed;
  border-radius: 10px;
}

.all_information .simbalotto-table::-webkit-scrollbar-thumb:hover {
  background: #ccc;
}

.all_information .container p {
  margin-bottom: 50px;
}

.all_information table thead {
  background-color: #1db4ed;
  color: white;
}

.all_information table a {
  text-decoration: none;
}

.all_information table img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.all_information table th {
  text-align: center;
}

.all_information table tr > td:nth-child(1) {
  text-align: start;
}

.all_information table td {
  text-align: center;
  vertical-align: middle;
}

.all_information table .btn-success {
  background-color: #1db4ed;
}

.all_information table .table_data span {
  width: 25px;
  height: 25px;
  margin-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:#1db4ed;
  color: white;
  border-radius: 50%;
  padding: 6px;
}

.all_information table .table_data span.megaball {
  background: #1db4ed;
}

.all_information table .table_roll {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.all_information table .payOut {
  display: flex;
  flex-direction: column;
}

.top-bar .tab_switch {
  text-align: center;
}

.top-bar .tab_switch .active,
.top-bar .tab_switch .card:hover {
  color: white;
  background-color: #1db4ed;
}

.top-bar .tab_switch a {
  text-decoration: none;
}

.top-bar .tab_switch .card {
  margin: 15px 0;
  padding: 15px;
  font-weight: bold;
}

.mini-bar {
  display: none;
  text-align: center;
}

.mini-bar ul {
  text-align: center;
}

.mini-bar .btn,
.mini-bar .btn:hover,
.mini-bar .btn-check:checked + .btn,
.mini-bar .btn.active,
.mini-bar .btn.show,
.mini-bar .btn:first-child:active,
.mini-bar :not(.btn-check) + .btn:active {
  background-color: #1db4ed;
}

.mini-bar .btn,
.mini-bar .dropdown-menu {
  width: 100%;
}

.customer_details .col-2 {
  display: none;
}

.lotto-header {
  padding: 15px 0 15px !important;
}

.lotto-header .lotto-img,
.lotto-header .lotto-info {
  min-width: 33%;
}

.lotto-header .lotto-img img {
  width: 70% !important;
  padding: 1.2rem;
}

.lotto-header .lotto-info {
  padding-right: 0px !important;
}

.jackpot-time-mod time {
  justify-content: center;
}

.widget-ticket-summary-button:active:hover:not([disabled]),
button.widget-ticket-summary-button:not(:disabled):hover {
  background-color: #67bd2e !important;
}

@media screen and (min-width: 880px) {
  .jackpot-time-mod {
    display: block;
    min-width: 33%;
  }

  .jackpot-time-mod .time__display {
    /* margin-right: 0px; */
  }

  .jackpot-time-mod .time__display span {
    text-align: center;
  }
}

.cards .card {
  margin: 0 0.2rem;
  border: 0.0625rem solid black !important;
}

footer {
  background: #fff;
  padding: 80px 50px;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  bottom: 0;
  font-family: "Poppins", sans-serif;
}

footer a {
  text-decoration: none;
  color: #1db4ed;
}

footer .image {
  width: 100%;
  /* width: 700px; */
}

footer .image img {
  width: 100%;
  margin: 0 auto;
}

footer p {
  margin: 20px 20px 0 0;
  color: #818181;
}

footer ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}

footer ul > li {
  list-style-type: none;
  display: inline-block;
  margin: 35px 5px 0 0;
  text-transform: capitalize;
  color: #f29327;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

footer ul > li:hover {
  text-decoration: underline;
}

h1.entry-title.main_title {
  text-align: center;
}

#main-content .err-container {
  margin-top: 3rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

#main-content .err-container form {
  margin: auto;
  justify-content: center;
  display: flex;
  padding: 1rem 0 2rem;
}

.err-container .page-header {
  text-align: center;
}

.err-container .page-content p {
  text-align: center;
  margin-bottom: 3rem;
}

.button-container {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.custom-button {
  display: inline-block;
  padding: 10px 20px;
  background-color:#67bd2e;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #1db4ed;
}

.search-results .page-header {
  padding: 0 2rem;
}

.search-results .page-title,
.confirmation .page-title {
  font-size: calc(1.375rem + 1.2vw);
}

.confirmation .page-title {
  border-bottom: 1px solid #2323;
}

.search-results .search-query {
  font-style: italic;
  color: var(--orange);
}

.search-results #s {
  border-radius: 10px;
  padding: 0.2rem 1rem;
}

.search-results #searchsubmit {
  color: #fff;
  background: var(--orange);
  border: none;
  padding: 0.2rem 1rem;
  border-radius: 10px;
}

.search-results #searchsubmit:hover {
  background: #1db4ed;
}

.search-results h3.search-results {
  font-size: 1.2rem;
}

.search-results h3.search-results:hover {
  color: var(--orange) !important;
}

#main-content .search-results form {
  margin-left: 2rem;
  margin-right: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #bababa6b;
}

#main-content #content-area div.search-results {
  padding: 2rem;
}

/* For larger screens (3 columns) */
@media screen and (min-width: 1024px) {
  .search-results ul.search-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}

/* For medium screens (2 columns) */
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .search-results ul.search-results {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}

/* For small screens (1 column) */
@media screen and (max-width: 767px) {
  .search-results ul.search-results {
    display: block;
  }
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background: var(--orange);
}

.woocommerce .quantity input.qty {
  width: 15.3em !important;
  border-radius: 30px !important;
}

.woocommerce .quantity input.qty:-webkit-outer-spin-button,
.woocommerce .quantity input.qty:-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.woocommerce .quantity input.qty[type="number"] {
  -moz-appearance: textfield;
}

.woocommerce .quantity input.qty[type="number"]:hover,
.woocommerce .quantity input.qty[type="number"]:focus {
  -moz-appearance: number-input;
}

.cart_totals h2,
.shipping_calculator h2 {
  display: none;
}

.product-quantity .input-text[type="number"][disabled] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-top: 1px solid #979797;
  border-bottom: 1px solid #979797;
  background-color: #f2f2f2;
  padding: 4px 8px;
  color: #333;
  cursor: not-allowed;
}

.woocommerce .cart_item .product-name a {
  color:#1db4ed;
  text-decoration: none;
  text-transform: uppercase;
}

.woocommerce .cart_item .product-name a:hover {
  color: #1db4ed;
}

.woocommerce a.remove {
  color: #67bd2e !important;
  margin: auto !important;
  display: block;
  padding: 0.1rem 1rem 1.2rem 0.3rem !important;
  font-size: 1rem !important;
}

.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover {
  border-color: var(--orange) !important;
  color: #1db4ed !important;
}

.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover {
  color: #fff !important;
  border-color: #1db4ed !important;
  background-color: #1db4ed !important;
}

.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce-page button.button,
.woocommerce button.button {
  color: var(--orange) !important;
  border: 3px solid var(--orange) !important;
}

.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce-page button.button:hover {
  color: #fff !important;
  border: 3px solid #1db4ed !important;
  background-color: #1db4ed !important;
}

.entry-content .woocommerce.columns-4 {
  display: none !important;
}

@media (max-width: 1290px) {
  .lotto-wrapper .top-lottos .details {
    margin: 40px 40px 40px 250px;
  }

  .lotto-wrapper .top-lottos .details .lotto-title {
    font-size: 20px;
  }

  .lotto-wrapper .top-lottos .details .lotto-cash {
    font-size: 25px;
  }

  .lotto-wrapper .top-lottos .details .days,
  .lotto-wrapper .top-lottos .details .hours,
  .lotto-wrapper .top-lottos .details .min,
  .lotto-wrapper .top-lottos .details .sec {
    font-size: 16px;
  }
}

@media screen and (max-width: 1004px) {
  .lotto-wrapper .top-lottos .details {
    margin: 40px 40px 40px 40px;
  }

  .lotto-wrapper .top-lottos .img_1,
  .lotto-wrapper .top-lottos .img_2,
  .lotto-wrapper .top-lottos .img_3,
  .lotto-wrapper .top-lottos .img_4,
  .lotto-wrapper .top-lottos .img_5 {
    display: none;
  }
}

@media (min-width: 992px) {
  .lotto-wrapper .top-lottos main,
  main /*, footer*/ {
    /* margin-left: var(--offcanvas-width); */
    margin-left: 2%;
  }

  .body {
    overflow: auto !important;
  }

  .sidebar-nav {
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
  }
}

@media (max-width: 980px) {
  .menu-item ul.sub-menu {
    right: 0;
    position: relative;
  }
}

@media screen and (max-width: 790px) {
  .timer {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .profile-icon .popup {
    right: -12vw;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 768px) {
  .lotto-wrapper .top-lottos .details {
    margin: 40px 10px 40px 10px;
  }

  .lotto-wrapper .top-lottos .details .lotto-title {
    font-size: 17px;
  }

  .lotto-wrapper .top-lottos .details .lotto-cash {
    font-size: 20px;
  }

  .lotto-wrapper .top-lottos .details .timer {
    margin-left: 2%;
    margin-right: 2%;
  }

  .results .list-group-horizontal {
    flex-direction: column;
  }

  .results .card-body ul {
    margin: 0;
  }

  .results .card-body .list-group-item {
    border: 1px solid rgba(204, 204, 204, 0.4941176471);
    border-radius: 3px;
    margin-top: 8px;
  }

  .winners .winners_cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .top-bar {
    display: none;
  }

  .mini-bar {
    display: block;
  }

  .simbalotto-table {
    overflow-x: scroll;
  }

  .profile-icon .popup {
    min-width: 200px;
    right: -2%;
    transform: translateX(0);
  }
}

@media only screen and (max-width: 500px) {
  body {
    background-color: lightblue;
  }

  .menu-mini {
    display: none;
  }

  .menu {
    display: none !important;
  }

  .lotto-wrapper .slider_main .lottery_slider {
    width: 270px;
    width: auto;
  }

  .lotto-wrapper .slider_main .fa-arrow-left {
    left: 0px;
  }

  .lotto-wrapper .slider_main .fa-arrow-right {
    right: 0px;
  }

  .lotto-wrapper .slider_main .lottery_slider {
    width: 240px;
  }

  .lotto-wrapper .slider_main .lottery_slider img {
    max-width: 70px;
  }

  .lotto-wrapper .top-lottos .details {
    flex-direction: column;
    margin: 0;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: none;
    top: 10px;
  }

  .lotto-wrapper .top-lottos .details .lotto-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .lotto-wrapper .top-lottos .details .lotto-cash {
    margin-bottom: 10px;
    font-size: 25px;
  }

  .lotto-wrapper .top-lottos .details .timer {
    margin-bottom: 10px;
  }
}

.multiple-card-slider .carousel-control-next {
  z-index: 1000;
}

.multiple-card-slider .carousel-inner {
  padding: 1em;
  padding-left: 0;
}

.multiple-card-slider .card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;
}

.multiple-card-slider .carousel-control-prev,
.multiple-card-slider .carousel-control-next {
  background-color: #e1e1e1;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  top: 60%;
  transform: translateY(-50%);
}

.carousel-control-prev {
  left: -1.6% !important;
}

.carousel-control-next {
  right: -2.5% !important;
}

.multiple-card-slider .carousel-control-prev:hover,
.multiple-card-slider .carousel-control-next:hover {
  background-color: #1db4ed;
}

@media (min-width: 768px) {
  .multiple-card-slider .carousel-item {
    margin-right: 0;
    flex: 0 0 33.3333333333%;
    display: block;
    backface-visibility: visible;
  }

  .multiple-card-slider .carousel-inner {
    display: flex;
  }
}

@media (max-width: 768px) {
  .lotto-wrapper .slider_main .lottery_slider {
    width: auto;
  }

  .multiple-card-slider .carousel-item {
    width: 100%;
  }
}

.child-theme.single-info h1 {
  font-weight: 900;
  color: #f29327;
  margin-top: 20px;
}

.child-theme.single-info img {
  width: 50% !important;
}

.child-theme.single-info thead {
  background-color: #039c4f;
  color: #fff;
  font-size: 23px;
}

.child-theme.single-info tbody {
  font-weight: bold;
}

.child-theme.single-info button.accordion-button {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 20px;
}

/*# sourceMappingURL=style.css.map */
/*Woocommerce order details*/
.order-discount {
  display: none;
}
