/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/apps/ThunderBall/styles/main.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap);
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/apps/ThunderBall/styles/main.scss (1) ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
#thunderball .card-content {
  position: relative;
  align-items: center;
  width: min(93.75rem, 100%);
}
#thunderball .card-content__quick-pick-all {
  margin-right: 0.9375rem;
}
#thunderball .card-content__control-buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#thunderball .card-content__header {
  align-items: center;
  background-color: var(--text-color-white);
  border-radius: 0.3125rem;
  box-shadow: var(--shadow);
  display: flex;
  font-family: var(--font-nunito-sans);
  font-size: 1rem;
  justify-content: space-between;
  padding: 0 1.875rem;
  position: absolute;
  top: 1.2rem;
  width: min(62.5rem, 80%);
}
#thunderball .card-content__selector {
  display: flex;
  position: relative;
}
@media (max-width: 71.8125em) {
  #thunderball .card-content__selector {
    display: none;
    border: 0.0625rem solid #bcbcbc;
    box-shadow: var(--shadow);
    top: 3.125rem;
    background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
    z-index: 1;
    padding: 0.3125rem 0rem;
    position: absolute;
    flex-direction: column;
    border-radius: 0.3125rem;
    animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}
#thunderball .card-content__total {
  margin-left: 0.4375rem;
}
#thunderball .card-content__Plus {
  padding: 0.125rem 0.625rem;
  font-size: 0.9375rem;
  font-family: var(--font-nunito-sans);
  margin: 0 0.125rem;
  background: var(--simbaLotto-light-green);
  border: 0.0625rem solid var(--simbaLotto-light-green);
  border-radius: 1.25rem;
  color: var(--light-orange);
  cursor: pointer;
}
#thunderball .card-content__Plus:hover {
  border: 0.0625rem solid var(--simbaLotto-light-green);
  background: transparent;
  color: var(--simbaLotto-light-green);
}
#thunderball .card-content__Plus:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
#thunderball .card-content__Plus:disabled:hover {
  background: var(--simbaLotto-light-green);
  border: 0.0625rem solid var(--simbaLotto-light-green);
  color: var(--light-orange);
}
@media (max-width: 71.8125em) {
  #thunderball .card-content__Plus {
    background-color: transparent;
    border: none;
    border-radius: 0rem;
    width: 12.5rem;
    text-transform: capitalize;
    padding: 0.4375rem 2.5rem;
    color: black;
    text-align: left;
    font-weight: bold;
  }
  #thunderball .card-content__Plus:hover {
    background: transparent;
    background-color: var(--simbaLotto-light-green);
    color: var(--text-color-white);
  }
  #thunderball .card-content__Plus:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    background-color: var(--simbaLotto-light-green);
    color: var(--text-color-white);
  }
}
#thunderball .card-content__undo {
  line-height: 1.5;
  cursor: pointer;
  padding-left: 0.3125rem;
  font-weight: bold;
  -webkit-text-decoration: double;
          text-decoration: double;
}
#thunderball .card-content__undo:hover {
  text-decoration: underline;
  color: var(--simbaLotto-light-green);
}
@media (max-width: 71.8125em) {
  #thunderball .card-content__undo {
    text-align: left;
    padding: 0.3125rem 2.5rem;
  }
}
#thunderball .card-content__quick-pick-all, #thunderball .card-content__clear-all {
  padding: 0.625rem;
  line-height: 1.5;
  cursor: pointer;
  background-color: var(--simbaLotto-orange);
  display: inline-block;
  outline: none;
  border: none;
  border-radius: 0.25rem;
}
@media (max-width: 39.9375em) {
  #thunderball .card-content__quick-pick-all, #thunderball .card-content__clear-all {
    display: none;
  }
}
#thunderball .card-content__quick-pick-h1, #thunderball .card-content__clear-h1 {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.3125rem;
  font-weight: 400;
}
#thunderball .card-content__quick-pick-h1:hover, #thunderball .card-content__clear-h1:hover {
  text-decoration: underline;
}
@media (max-width: 71.8125em) {
  #thunderball .card-content__quick-pick-h1, #thunderball .card-content__clear-h1 {
    display: none;
  }
}
#thunderball .card-content__quick-pick i, #thunderball .card-content__clear i {
  font-size: 0.75rem;
  margin: 0 auto;
}
#thunderball .card-content__keys {
  color: var(--black);
  min-height: 2.5rem;
  position: absolute;
  width: min(87.5rem, 100%);
}
#thunderball .card-content__keys-left {
  background-color: var(--pale-white);
  border-radius: 0.3125rem;
  box-shadow: 0.125rem 0.1875rem 0.75rem 0.125rem var(--box-color);
  cursor: pointer;
  float: left;
  font-size: 2.5rem;
  margin-left: 0.9375rem;
  padding: 1.25rem;
  position: absolute;
  z-index: 1;
}
@media (max-width: 71.8125em) {
  #thunderball .card-content__keys-left {
    margin-left: 0.625rem;
    padding: 0.625rem;
    font-size: 1.875rem;
  }
}
#thunderball .card-content__keys-right {
  background-color: var(--pale-white);
  border-radius: 0.3125rem;
  box-shadow: 0.125rem 0.1875rem 0.75rem 0.125rem var(--box-color);
  cursor: pointer;
  float: right;
  font-size: 2.5rem;
  margin-right: 0.9375rem;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media (max-width: 71.8125em) {
  #thunderball .card-content__keys-right {
    margin-right: 0.625rem;
    padding: 0.625rem;
    font-size: 1.875rem;
  }
}
#thunderball .card-content__toggle {
  display: none;
  cursor: pointer;
}
@media (max-width: 71.8125em) {
  #thunderball .card-content__toggle {
    display: block;
  }
}
#thunderball .card-content__minimum {
  font-size: 0.875rem;
  background: var(--simbaLotto-green);
  padding: 0.625rem;
  border-radius: 0.25rem;
  margin: 0.4375rem 0;
}
#thunderball .card-content__minimum h2 {
  font-size: 1rem;
  font-weight: 600;
  color: white;
}

@keyframes slide-top {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
#thunderball .card {
  align-items: center;
  background-color: var(--text-color-white);
  border-bottom: 0.0625rem solid black;
  border-left: 0.0625rem solid black;
  border-top: 0.0625rem solid black;
  font-family: var(--font-nunito-sans);
  font-size: 1.25rem;
  height: auto;
  justify-content: center;
  margin-bottom: 0.3125rem;
  overflow: hidden;
  pointer-events: var(--pointer-events);
  transition: all 0.25s linear;
  width: min(15rem, 100%);
  z-index: calc(var(--position) - var(--abs));
  /*actions on click*/
}
#thunderball .card:nth-last-of-type(1) {
  border-right: 0.0625rem solid black;
}
#thunderball .card:nth-of-type(5) {
  border-right: 0.0625rem solid black;
}
#thunderball .card:nth-of-type(10) {
  border-right: 0.0625rem solid black;
}
#thunderball .card:nth-of-type(15) {
  border-right: 0.0625rem solid black;
}
#thunderball .card:nth-of-type(20) {
  border-right: 0.0625rem solid black;
}
#thunderball .card:nth-of-type(25) {
  border-right: 0.0625rem solid black;
}
@media (max-width: 1283px) {
  #thunderball .card:nth-of-type(4) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(8) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(12) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(16) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(20) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(24) {
    border-right: 0.0625rem solid black;
  }
}
@media (max-width: 1023px) {
  #thunderball .card:nth-of-type(3) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(4) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(6) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(8) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(9) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(12) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(12) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(16) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(15) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(20) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(18) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(24) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(21) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(28) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(24) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(32) {
    border-right: none;
  }
}
@media (max-width: 783px) {
  #thunderball .card:nth-of-type(2) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(3) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(4) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(6) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(6) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(9) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(8) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(12) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(10) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(15) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(12) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(18) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(14) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(21) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(16) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(24) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(18) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(27) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(20) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(30) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(22) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(33) {
    border-right: none;
  }
  #thunderball .card:nth-of-type(24) {
    border-right: 0.0625rem solid black;
  }
  #thunderball .card:nth-of-type(36) {
    border-right: none;
  }
}
@media (max-width: 39.9375em) {
  #thunderball .card {
    border-right: 0.0625rem solid black;
    display: none;
  }
}
#thunderball .card-mobiled {
  align-items: center;
  background-color: var(--text-color-white);
  border-radius: 0.3125rem;
  border: 0.0625rem solid black;
  box-shadow: var(--shadow);
  display: none;
  font-family: var(--font-nunito-sans);
  font-size: 1.25rem;
  height: auto;
  justify-content: center;
  max-width: 18.75rem;
  overflow: hidden;
  width: 100%;
}
#thunderball .card-mobiled span {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  margin: 0 auto;
  width: 1.25rem;
}
#thunderball .card__close {
  border: 0.0625rem solid rgb(0, 0, 0);
  padding: 0.125rem 0.625rem;
  border-radius: 50%;
  display: inline;
  font-size: 1.5rem;
  cursor: pointer;
  margin: 0 auto;
}
#thunderball .card__control-buttons {
  margin: 0 0 1.25rem 10%;
}
@media (max-width: 39.9375em) {
  #thunderball .card__control-buttons {
    display: none;
  }
}
#thunderball .card__add-lines, #thunderball .card__edit-lines {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.9375rem 0.625rem;
  border-radius: 0.3125rem;
  margin: 1.25rem 0;
  border: 0.0625rem solid rgba(0, 0, 0, 0.428);
  cursor: pointer;
}
#thunderball .card__quick-pick-single {
  background-color: var(--simbaLotto-orange);
  border-radius: 0.3125rem;
  border: none;
  color: white;
  outline: none;
  padding: 0.3125rem 0.1875rem;
}
#thunderball .card__delete-mobile {
  border: 0.0625rem solid black;
  border-radius: 0.3125rem;
  color: black;
  outline: none;
  padding: 0.1875rem 0.5rem;
  margin-left: 0.125rem;
}
@media (min-width: 40em) {
  #thunderball .card__mobile {
    display: none;
  }
}
#thunderball .card__heading {
  text-align: center;
  justify-content: space-between;
  margin: 0 0 0.625rem 0;
  border-bottom: 1px solid black;
}
#thunderball .card__number {
  padding: 0.9375rem 0.625rem 0 0.625rem;
  margin: auto;
}
#thunderball .card__wrap {
  position: relative;
  width: 100%;
}
#thunderball .card__number-Mega {
  border-radius: 1.25rem 1.25rem 0 0;
  font-size: 1rem;
  padding: 0.625rem 0.625rem;
}
#thunderball .card__number-Mega-mobile {
  font-size: 1rem;
  padding: 0.625rem 0.625rem;
}
#thunderball .card__info {
  height: 2rem;
  font-size: 1rem;
}
#thunderball .card__onClick {
  background-color: var(--simbaLotto-light-green);
  border: 0.0625rem solid !important;
  color: var(--text-color-white);
  transition: all 0.8s ease-out;
}
#thunderball .card__MegaOnClick {
  background-color: var(--simbaLotto-green);
  border: 0.0625rem solid var(--simbaLotto-green) !important;
  color: white;
  transition: all 0.8s ease-out;
  padding: 0.625rem 1.25rem;
  font-size: 1rem;
}
@media (max-width: 39.9375em) {
  #thunderball .card__submit {
    cursor: pointer;
    font-size: 0.875rem;
    border-radius: 0.1875rem;
    padding: 0.1875rem;
    border: none;
    background: var(--simbaLotto-orange);
  }
}
#thunderball .card__quick-pick {
  cursor: pointer;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
  padding: 0.1875rem;
  border: none;
  background: var(--simbaLotto-orange);
}
#thunderball .card__quick-pick-3-lines, #thunderball .card__quick-pick-6-lines {
  padding: 0.3125rem 1.1875rem;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
  margin: 0 0.1875rem;
  border: none;
  background: var(--simbaLotto-orange);
}
#thunderball .card__clear {
  cursor: pointer;
  font-size: 0.875rem;
  border-radius: 0.1875rem;
  padding: 0.1875rem;
  background: var(--simbaLotto-orange);
  border: none;
}
#thunderball .card__cta {
  align-items: center;
  border-bottom: 0.0625rem solid var(--text-color-black);
  color: var(--black);
  display: flex;
  font-size: 0.875rem;
  justify-content: space-between;
  margin-bottom: 0.625rem;
  padding: 0.625rem;
}
#thunderball .card__text-upper {
  border-radius: 0.1875rem;
  border: 0.0625rem solid var(--border-color);
  display: inline-block;
  margin: 0 0.125rem;
  padding: 0rem 0.25rem;
  background-color: var(--simbaLotto-green);
  color: var(--text-color-white);
  font-size: 0.75rem;
}
#thunderball .card__text-upper-Mega {
  border-radius: 0.1875rem;
  display: inline-block;
  margin: 0 0.125rem;
  padding: 0rem 0.375rem;
  background-color: var(--simbaLotto-green);
  color: var(--text-color-white);
  font-size: 0.8125rem;
  background: rgb(195, 34, 133);
  background: linear-gradient(191deg, rgb(195, 34, 133) 0%, rgb(253, 187, 45) 100%);
}
#thunderball .card__dynamic-buttons {
  display: flex;
  justify-content: space-between;
  margin: 0.25rem 0;
}
#thunderball .card__text {
  border-radius: 0.1875rem;
  border: 0.0625rem solid var(--border-color);
  cursor: pointer;
  display: inline-block;
  margin: 0.03125rem;
  padding: 0.125rem;
}
@media (min-width: 40em) {
  #thunderball .card__text:hover {
    background: var(--simbaLotto-green);
    border: 0.0625rem solid;
    box-shadow: var(--shadow);
    color: var(--text-color-white);
    transition: all 0.8s ease-out;
    transition: transform 400ms ease-out;
  }
}
#thunderball .card span {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  justify-content: center;
  margin: 0 auto;
  width: 1.25rem;
}
#thunderball .card__userFunctions {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0.625rem 0;
  text-align: center;
}
#thunderball .card__btn-more, #thunderball .card__btn-less {
  padding: 0.4375rem;
  margin-right: 0.3125rem;
  outline: none;
  border: 0.0625rem solid var(--simbaLotto-orange);
  cursor: pointer;
  background-color: var(--simbaLotto-orange);
}
#thunderball .card__btn-more:hover, #thunderball .card__btn-less:hover {
  border: 0.0625rem solid var(--simbaLotto-orange);
  background-color: transparent;
}
#thunderball .card__trash, #thunderball .card__quick-pick-bottom {
  padding: 0.5rem 0;
  width: 50%;
}

.display {
  display: flex !important;
}

.mobile {
  display: block !important;
}

.none {
  display: none !important;
}

.change_background {
  background-color: rgba(0, 0, 0, 0.3647058824);
}

.popup-display {
  display: none;
  animation: opacity 3s forwards;
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
/* wordpress blocks */
.wp-container-7 > :where(:not(.alignleft):not(.alignright)) {
  width: 100% !important;
  max-width: 100% !important;
}

/* plugin css starts here */
#thunderball {
  /* app loading screen */
}
#thunderball .plugin-wrapper {
  width: 200px;
  height: 60px;
  position: relative;
  margin: auto;
  z-index: 1;
}
#thunderball .circle {
  width: 20px;
  height: 20px;
  position: absolute;
  border-radius: 50%;
  background-color: #000;
  left: 15%;
  transform-origin: 50%;
  animation: circle7124 0.5s alternate infinite ease;
}
@keyframes circle7124 {
  0% {
    top: 60px;
    height: 5px;
    border-radius: 50px 50px 25px 25px;
    transform: scaleX(1.7);
  }
  40% {
    height: 20px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0%;
  }
}
#thunderball .circle:nth-child(2) {
  left: 45%;
  animation-delay: 0.2s;
}
#thunderball .circle:nth-child(3) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
#thunderball .shadow {
  width: 20px;
  height: 4px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 62px;
  transform-origin: 50%;
  z-index: -1;
  left: 15%;
  filter: blur(1px);
  animation: shadow046 0.5s alternate infinite ease;
}
@keyframes shadow046 {
  0% {
    transform: scaleX(1.5);
  }
  40% {
    transform: scaleX(1);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(0.2);
    opacity: 0.4;
  }
}
#thunderball .shadow:nth-child(4) {
  left: 45%;
  animation-delay: 0.2s;
}
#thunderball .shadow:nth-child(5) {
  left: auto;
  right: 15%;
  animation-delay: 0.3s;
}
#thunderball .app-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 1em;
}
#thunderball .section {
  align-items: center;
  background-color: var(--play-color);
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  width: 100%;
  color: var(--black);
  position: relative;
}
#thunderball .cards {
  align-items: center;
  display: flex;
  height: auto;
  grid-template-columns: auto auto auto auto auto;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 1.875rem 0;
}
@media (max-width: 71.8125em) {
  #thunderball .cards {
    grid-template-columns: auto auto auto;
  }
}
@media (max-width: 39.9375em) {
  #thunderball .cards {
    grid-template-columns: auto;
  }
}
#thunderball .show {
  bottom: 0;
  opacity: 1;
  pointer-events: auto;
}
#thunderball .Quick-animate {
  background-color: var(--simbaLotto-green);
  color: var(--text-color-white);
}

.popup-card:hover .popup-card__close {
  top: -2.5rem;
  right: -2.5rem;
  z-index: 1;
}
.popup-card__close {
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: -1;
  color: white;
  border: 0.0625rem solid white;
  padding: 0.125rem 0.625rem;
  border-radius: 50%;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 1s ease-in-out;
}
.popup-card__heading {
  font-size: 1.5625rem;
  text-transform: capitalize;
  color: black;
  font-weight: 600;
  letter-spacing: 0.125rem;
}
.popup-card__space {
  border-top: 0.0625rem solid black;
  color: black;
  width: 100%;
}
.popup-card__description {
  margin-top: 0.3125rem;
}
.popup-card__CTA {
  display: flex;
  justify-content: space-evenly;
  padding: 0.625rem;
}
.popup-card__button-quick-pick {
  padding: 0.5rem 0.875rem;
  color: var(--simbaLotto-light-green);
  font-weight: 600;
  border: 1px solid;
  cursor: pointer;
  background: transparent;
  border-radius: 0.3125rem;
}
.popup-card__button-quick-pick:hover {
  background-color: var(--simbaLotto-light-green);
  color: white;
}
.popup-card__button-back {
  background-color: orangered;
  padding: 0.5rem 0.875rem;
  border-radius: 0.3125rem;
  border: none;
  cursor: pointer;
  color: white;
}
.popup-card__button-back:hover {
  opacity: 0.7;
}

:root {
  /* -----------Website Primary Colors-------------- */
  --simbaLotto-blue-light: #79AEA3;
  --simbaLotto-blue: #005696;
  --simbaLotto-gray: #4F5153;
  --simbaLotto-green: #73A008;
  --simbaLotto-orange: #F29327;
  --simbaLotto-light-green: #72a008c9;
  /*                                    End                                   */
  --background-blue: rgb(74, 74, 83);
  --black: black;
  --border-color: #797979;
  --box-color: rgba(0, 0, 0, 0.157);
  --card-red: red;
  --font-nunito-sans: "DM Sans", Arial;
  --hover: #FF9E0D;
  --light-orange: #e9ff70;
  --pale-white: #ffffff69;
  --primary-pink: #E5002B;
  --saturated-blue: blue;
  --saturated-pink: #ff6d87;
  --shadow: 0 .3rem 1rem var(--box-color);
  --text-color-black: rgb(101, 101, 101);
  --text-color-white: white;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

#thunderball {
  /* bottom options */
  /*more lines block*/
}
@media screen and (max-width: 900px) {
  #thunderball .widget-ticket-additional-form-box.w-50 {
    width: 100%;
  }
}
#thunderball .w-51 {
  width: 50%;
}
@media (max-width: 71.8125em) {
  #thunderball .w-51 {
    width: 100%;
  }
}
#thunderball .pull-left {
  float: left;
}
#thunderball .platform-form {
  font-size: 1em;
  margin: 0.625rem 2rem;
  color: black;
}
@media screen and (max-width: 900px) {
  #thunderball .widget-ticket-additional-form-header {
    margin-left: 0;
  }
}
#thunderball .widget-ticket-additional-form-header {
  font-weight: 700;
  margin-left: 15px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  #thunderball .widget-ticket-additional-form {
    min-height: 0;
  }
}
@media screen and (max-width: 1280px) {
  #thunderball .widget-ticket-additional-form {
    text-align: left;
  }
}
#thunderball .widget-ticket-additional-form {
  display: flex;
  padding: 15px 20px;
  font-weight: 500;
}
@media (max-width: 39.9375em) {
  #thunderball .widget-ticket-additional-form {
    flex-direction: column;
  }
}
#thunderball .widget-ticket-additional-form label {
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
#thunderball .widget-ticket-additional-form label:hover {
  color: orange;
}
#thunderball .widget-ticket-additional-form input:focus {
  color: #fff;
}
#thunderball .widget-ticket-additional-form label,
#thunderball .widget-ticket-additional-form select {
  display: inline-block;
  background-position: 96%;
}
#thunderball .platform-form label {
  display: block;
  line-height: 24px;
  margin-top: 5px;
}
#thunderball .platform-form select {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #747474;
}
#thunderball .widget-ticket-additional-form select {
  height: 39px;
  margin: 0;
}
#thunderball .widget-ticket-additional-form select {
  width: auto;
}
#thunderball .widget-ticket-additional-form label,
#thunderball .widget-ticket-additional-form select {
  display: inline-block;
}
#thunderball .platform-form select,
#thunderball select.content-nav,
#thunderball select.news-categories {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 1em;
  font-weight: 600;
  height: 52px;
  margin: 5px 0;
  padding: 0 40px 0 20px;
  width: 100%;
}
#thunderball select.content-nav,
#thunderball select.news-categories {
  font-size: 1.6em;
  padding-right: 60px;
  width: auto;
}
#thunderball select.content-nav {
  border: 1px solid #6a6a6a;
  color: #6a6a6a;
  transition: border 0.5s;
}
@media screen and (max-width: 1000px) {
  #thunderball select.content-nav {
    margin-bottom: 10px;
    width: 100%;
  }
}
#thunderball .platform-form select {
  border: 1px solid #e5ebef;
  color: #767b82;
  transition: border 0.5s;
}
#thunderball .widget-ticket-button-wrapper,
#thunderball .widget-ticket-button-wrapper .widget-ticket-summary {
  align-items: center;
  display: flex;
}
#thunderball .widget-ticket-button-wrapper {
  justify-content: space-between;
  width: 100%;
  font-size: 1.2rem;
  padding: 0 0 2rem;
}
#thunderball .widget-ticket-buttons-bottom {
  float: left;
}
#thunderball .btn-sm {
  font-size: 1.4em;
  height: 34px;
  line-height: 32px;
  padding: 0 10px;
}
#thunderball button.widget-ticket-button-more {
  margin-left: 10px;
}
#thunderball .pull-right {
  float: right;
}
#thunderball .widget-ticket-summary {
  width: 100%;
  padding: 0 1.4rem;
  justify-content: center;
}
@media (max-width: 39.9375em) {
  #thunderball .widget-ticket-summary {
    display: flex;
    flex-direction: column;
  }
}
#thunderball .widget-ticket-summary-content-total {
  font-size: clamp(0.5rem, 7vw, 2rem);
  color: #d5d5d5;
  font-weight: 600;
  line-height: 24px;
  margin: 0 20px;
  text-align: right;
}
@media (max-width: 39.9375em) {
  #thunderball .widget-ticket-summary-content-total {
    margin: 20px;
  }
}
#thunderball .widget-ticket-summary-content-header,
#thunderball .widget-ticket-summary-content-total-value {
  color: #747474;
}
#thunderball .widget-ticket-summary-content-header {
  display: inline-block;
  font-weight: 600;
}
#thunderball .btn__wrap {
  position: relative;
}
#thunderball .widget-ticket-summary-content-total-value {
  display: inline-block;
  font-weight: 700;
}
#thunderball .widget-ticket-summary-button {
  background-color: var(--simbaLotto-orange);
}
#thunderball .btn-primary {
  text-decoration: none;
}
#thunderball .btn.disabled,
#thunderball .btn:disabled {
  cursor: pointer;
  opacity: 0.4;
}
#thunderball .btn-primary {
  text-decoration: none;
}
#thunderball .btn {
  color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  height: 44px;
  line-height: 42px;
  outline: 0;
  padding: 0 20px;
  text-decoration: none;
  white-space: nowrap;
}
#thunderball .loader {
  display: none;
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
#thunderball .loading {
  border: 2px solid #ccc;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border-top-color: #1ecd97;
  border-left-color: #1ecd97;
  animation: spin 1s infinite ease-in;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!*****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/shared/gb-simba.css ***!
  \*****************************************************************************************************************************************************************************/
:root {
    --simbaLotto-blue-light: #79AEA3;
    --simbaLotto-blue: #005696;
    --simbaLotto-gray: #4F5153;
    --simbaLotto-green: #73A008;
    --simbaLotto-orange: #F29327;
    --simbaLotto-light-green: #72a008c9;
}

.TabContainer {
    display: block;
    position: relative;
    width: 100%;
}

.TabHead {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0 2rem 2rem;
}

.tabHead_name,
.tabHead_result,
.tabHead_winners {
    background: #e4e4e4;
    border-radius: 20px;
    width: 33%;
    color: #73a008;
    font-weight: bold;
    text-align: center;
}

.tabHead_name:hover,
.tabHead_result:hover,
.tabHead_winners:hover,
.tabHead_name:active,
.tabHead_result:active,
.tabHead_winners:active {
    background-color: #73a008;
    color: white;
}

.TabHead a {
    text-decoration: none !important;
}

.TabHead> :first-child:hover .Tab {
    border-radius: 20px 0 0 20px;
}

.TabHead> :last-child:hover .Tab {
    border-radius: 0 20px 20px 0;
}

.TabBody {
    height: auto;
    justify-self: start;
    align-self: flex-start;
}

.Tab {
    padding: 1em;
    text-transform: uppercase;
    cursor: pointer;
}

.content-placeholder {
  background-color: #f0f0f0 !important;
  border-radius: 4px;
  padding: 10px;
  min-height: 6vh !important;
  overflow: hidden;
}

.shimmer-line {
  height: 20px;
  background-color: #e0e0e0;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.shimmer {
  animation: shimmer 1.5s infinite linear;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  background-size: 200% 100%;
  animation-fill-mode: forwards;
}

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.lotto-header {
    position: relative;
    display: flex;
    justify-content: space-around;
    text-align: center;
    overflow: hidden;
    background: #73a008;
    color: white;
    padding: 15px 0 0 0;
    margin-bottom: 20px;
    align-items: center;
    border-radius: 20px;
}

@media screen and (min-width: 720px) {
    .lotto-header {
        height: 235px;
    }
}

.lotto-img {
    margin-right: 0px;
    max-width: 200px;
    position: relative;
    float: left;
}

.lotto-img img {
    width: 100%;
}

.lotto-info {
    float: left;
    font-size: 1.6em;
    width: auto;
    height: 100px;
}

.lotto-info p {
    display: inline-block;
    line-height: 38px;
    font-size: 1.4rem;
    font-weight: 700;
    margin: auto;
    text-transform: capitalize;
}

.lotto-info .jackpot-amt {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 44px;
    height: 40px;
    width: 100%;
}

.lotto-info span.local-amt {
    height: 40px;
    display: block;
    width: auto;
    text-align: center;
}

.lotto-info .local-amt .loader {
    width: 40px !important;
}

@media (min-width: 1200px) {
    .lotto-info .jackpot-amt {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .lotto-info .jackpot-amt {
        font-size: 1.5rem;
    }
}

.lotto-info .jackpot-amt .local-amt {
    cursor: pointer;
}

.jackpot-time-mod,
.jackpot-time {
    font-size: 1rem;
}

.jackpot-time-mod {
    position: relative;
    display: block;
    float: right;
}

.jackpot-time-mod time {
    margin: auto;
    font-size: 1.3rem;
    display: flex;
    position: relative;
    font-weight: bold;
}

.time__display {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
}

span.local-amt {
    height: 40px;
    display: block;
    width: auto;
    text-align: center;
}

.lotto-header span {
    height: 30px;
    width: 37px;
}

.local-amt .loader, .time__display .loader {
    display: block !important;
    position: relative !important;
}

.datetime-dropdown-header {
    display: block;
    position: relative;
    max-width: 226px;
    height: 50px;
    width: 50%;
    margin: 30px 0 10px;
    border: 1px solid #c6cbd2;
    border-radius: 5px;
    float: right;
    cursor: pointer;
}

.datetime-dropdown-header:after {
    border: solid #f17524;
    border-width: 0 3px 3px 0;
    content: "";
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.datetime-dropdown-header-icon {
    display: block;
    position: absolute;
    padding: 2px 14px 0 0;
    color: #3c3c3c;
    font-size: 1.8rem;
    font-weight: 600;
}

.datetime-dropdown-header {
    padding: 0 14px 0 17px;
    align-items: center;
    display: -ms-flexbox;
}

.datetime-dropdown-header-placeholder {
    display: block;
    height: inherit;
}

.datetime-dropdown-header-label {
    display: block;
    color: #f17524;
    font-size: 12px;
    font-weight: 600;
    padding-top: 4px;
}

.datetime-dropdown-header-value {
    display: block;
    width: 100%;
    color: #424242;
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 6px;
    padding-top: 1px;
}

.react-datepicker-wrapper {
    position: absolute;
    width: 192px;
}

.react-datepicker-wrapper input {
    width: inherit;
    cursor: pointer
}

.react-datepicker__tab-loop {
    position: absolute;
    top: -30px;
    left: -40%;
}

.calendr {
    padding-top: 0px;
    width: 100%;
    display: block;
    right: 25px;
    position: relative;
}

.draw-numbers {
    width: 50%;
    margin: 20px 0 10px;
    float: left;
}

.ticket-line {
    font-size: 1.6em;
    line-height: 50px;
    display: block;
    float: left;
}

.ticket-line span {
    color: #fff;
    border-radius: 34px;
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    height: 34px;
    line-height: 33px;
    margin: 3px;
    margin-left: 3px;
    text-align: center;
    width: 34px;
}

.ticket-line .main {
    background-color: #f9b339;
}

.ticket-line .extra {
    background-color: #f17524;
}

.results-short-jackpot {
    display: block;
    float: left;
    margin-left: 0.4rem;
    font-weight: 700;
    text-align: left;
    line-height: 50px;
}

.results-short-jackpot span {
    color: #f9b339;
}

.card-content__quick-pick-all, .card-content__clear-all, .card__quick-pick, .card__clear {
    padding: 0.1875rem 0.4rem !important;
    text-transform: capitalize;
}

.card-content__quick-pick-all:hover, .card-content__clear-all:hover, .card__quick-pick:hover, .card__clear:hover {
    color: #fff;
}

.results-list {
    height: auto;
    min-height: 60vh;
    padding: 2rem;
}

.results-list table {
    width: 100%;
    font-size: 16px;
    margin: auto;
    display: grid;   
}

.results-list table > thead, .results-list table > tbody, .results-list table > tfoot {
    display: inline-table;
}

.results-list table thead,
.results-list table tfoot {
    background: var(--simbaLotto-green);
    color: #e4e4e4;
}

.results-list table,
.results-list td,
.results-list th {
    border-width: 0;
    padding: 10px;
    text-align: center;
    vertical-align: center;
}

.results-list table th,
.results-list td {
    border-bottom: 1px solid #bfbfbf;
}

.results-list tfoot:last-child td {
    border: none;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;    
}

.popup-card {
    position: relative;
    padding: 1.875rem;
    width: 25rem;
    background-color: white;
    text-align: center;
    box-shadow: var(--shadow);
    border-radius: 0.625rem;
    font-family: var(--font-nunito-sans);
    z-index: 1001;
    top: 0;
}

.popup-card__button-back:disabled, #quick-pick:disabled {
  color: #fff;
  background: #2323;
}

@media screen and (max-width: 720px) {
    .lotto-header {
        flex-direction: column;
    }

    .lotto-info .jackpot-amt {
        font-size: 2rem;
    }
}

@media screen and (min-width: 880px) {
    .jackpot-time-mod {
        display: block;
    }

    .jackpot-time {
        display: none;
    }
}

@media screen and (max-width: 880px) {
    .lotto-info p {
        margin: auto;
    }

    .jackpot-time-mod {
        display: none;
    }

    .jackpot-time {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .results-list table {
        justify-content: center;
    }    
}

@media screen and (min-width: 580px) {
    .results-short-jackpot {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 580px) {
    .ticket-line {
        float: none;
    }

    .draw-numbers {
        width: 100%;
        float: none;
    }

    .datetime-dropdown-header {
        width: 100%;
        max-width: 100%;
        float: left;
    }

    .ticket-line span {
        font-size: 0.9rem;
        width: 24;
        height: 24; 
        line-height: 23px;       
    }

    .results-short-jackpot {
        width: 100%;
        font-size: 1.2em;
        text-align: center;
        line-height: 25px;
        margin-top: 1.5rem;        
    }

    .TabHead {
        flex-direction: column;
    }

    .lotto-img img {
        width: 50%;
    }

    .tabHead_name,
    .tabHead_result,
    .tabHead_winners {
        width: 100%;
        margin-top: 20px;
    }

    .jackpot-time {
        display: flex;
        justify-content: center;
        font-weight: bold;
        margin: 20px 0;

    }

    .time__display span {
        margin-right: 10px;
    }
}

/*# sourceMappingURL=ThunderBall.css.map*/