@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  background-color: #f8f8f8 !important;
  padding: 0px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto !important;
  box-sizing: border-box;
  font-family: "Rubik", sans-serif !important;
}
body.no-scroll {
  overflow: hidden;
}
body header {
  max-width: 100% !important;
  margin: 0;
  padding: 10px !important;
  width: 100%;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 5px 5px -1px, rgba(0, 0, 0, 0.3) 0px 4px 3px -1px;
}
body header .site-branding a.custom-logo-link {
  max-width: 200px;
}
body header .site-branding h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1;
}
body header .site-branding h1 a {
  color: #00702C;
  font-size: 30px;
  font-family: "Open Sans", sans-serif !important;
}
body header .openMenu {
  display: none;
}
body header .site-navigation .menuLogoWrap {
  display: none;
}
body header .site-navigation .menu-main-container .menu .menu-item.current_page_item a {
  font-weight: bold;
  font-family: "Open Sans", sans-serif !important;
}
body header .site-navigation .menu-main-container .menu .menu-item a {
  color: #000;
  font-family: "Open Sans", sans-serif !important;
}
body header .site-navigation .menu-main-container .menu .menu-item.menu-item-has-children:after {
  left: 0;
  right: auto !important;
}
body header .site-navigation .menu-main-container .menu .menu-item.menu-item-has-children ul.sub-menu {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 0px 0px 8px 8px;
  z-index: 3;
}
body header .site-navigation .menu-main-container .menu .menu-item.menu-item-has-children ul.sub-menu li a {
  width: 100%;
}
body.modal-open {
  overflow: hidden;
}

p {
  margin: 0 !important;
}

#primary {
  max-width: 100% !important;
  padding: 15px;
}

.ale {
  color: #000;
}

.lev {
  color: #ef0f2c;
}

.yhalom {
  color: #ef0f2c;
}

.tiltan {
  color: #000;
}

.colorGreen {
  color: #18A558 !important;
}

.colorRed {
  color: #E43D40 !important;
}

.colorOrange {
  color: #F6A21E !important;
}

.cardsWrap {
  font-size: 25px;
  margin: 15px 0 0 0;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  justify-content: space-evenly;
  direction: ltr;
  flex-wrap: wrap;
}
.cardsWrap h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  width: 100%;
  text-align: right;
  font-family: "Open Sans", sans-serif !important;
}
.cardsWrap .cardSelect {
  max-width: 75px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 4px;
  background: #fff !important;
  width: 75px;
  color: #000 !important;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  border: none;
}
.cardsWrap .cardSelect:hover, .cardsWrap .cardSelect.active {
  background: #18A558 !important;
  color: #fff !important;
}
.cardsWrap .cardSelect:disabled {
  background: #c6c6c6 !important;
  color: #000 !important;
}

.page-template-page-home {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.page-template-page-home #primary {
  flex: 1;
  max-width: 100%;
  display: flex;
  align-items: center;
  padding: 15px;
}
.page-template-page-home #primary .viewWrap {
  height: 100%;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.page-template-page-home #primary .viewWrap .cube-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
}
.page-template-page-home #primary .viewWrap .cube-menu a {
  width: calc(50% - 10px);
  background-color: #fff;
  padding: 10% 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 5px;
}
.page-template-page-home #primary .viewWrap .cube-menu a:nth-child(odd) {
  color: #000;
}
.page-template-page-home #primary .viewWrap .cube-menu a:nth-child(odd):hover {
  color: #fff;
  background: #000;
}
.page-template-page-home #primary .viewWrap .cube-menu a:nth-child(even) {
  color: #ef0f2c;
}
.page-template-page-home #primary .viewWrap .cube-menu a:nth-child(even):hover {
  color: #fff;
  background: #ef0f2c;
}

.inner-header {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 15px;
}
.inner-header .page-title {
  font-size: 25px;
  margin: 0;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  max-width: 200px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif !important;
}
.inner-header .lastResults {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.inner-header .lastResults .titles {
  text-align: right;
}
.inner-header .lastResults .titles .resultsTitle {
  font-size: 20px;
  font-family: "Open Sans", sans-serif !important;
}
.inner-header .lastResults .titles .subTitle {
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 1.1px;
  font-family: "Open Sans", sans-serif !important;
}
.inner-header .lastResults .cards {
  display: flex;
  gap: 15px;
  justify-content: center;
  direction: ltr;
}
.inner-header .lottoLastResults {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.inner-header .lottoLastResults .titles {
  text-align: right;
}
.inner-header .lottoLastResults .titles .resultsTitle {
  font-size: 20px;
}
.inner-header .lottoLastResults .titles .subTitle {
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 1.1px;
}
.inner-header .lottoLastResults .lottoReults {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inner-header .lottoLastResults .lottoReults .lottoCards {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  padding: 7px;
  border-radius: 4px;
}
.inner-header .lottoLastResults .lottoReults .lottoCards .lottoCard.strong {
  margin: 0 12px;
}
.inner-header .lottoLastResults .lottoReults .lottoCards .extraWrap {
  line-height: 0;
  max-width: 60px;
}
.inner-header .lastResults777 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.inner-header .lastResults777 .titles {
  text-align: right;
}
.inner-header .lastResults777 .titles .resultsTitle {
  font-size: 20px;
}
.inner-header .lastResults777 .titles .subTitle {
  font-weight: 100;
  font-size: 16px;
  letter-spacing: 1.1px;
}
.inner-header .lastResults777 .results777 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  width: 100%;
}
.inner-header .lastResults777 .results777 .cards777 {
  display: flex;
  grid-gap: 10px;
  width: 100%;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.card {
  max-width: 50px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 4px;
  background: #fff;
}
.card img {
  width: 100%;
  margin-bottom: 5px;
}
.card span {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}

.lottoCard {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #E43D40;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.lottoCard.strong {
  background: #8bd2f4;
  color: #000;
}

.lottoCardE {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #fdc362;
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.lottoCardE.strong {
  background: #8bd2f4;
  color: #000;
}

.card777 {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #ee2077;
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

.descriptionParagraph {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
  max-width: 100%;
  margin: 15px auto 0;
  border-radius: 4px;
  padding: 15px;
  font-family: "Open Sans", sans-serif !important;
}
.descriptionParagraph .descHeadWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.descriptionParagraph .descHeadWrap button.showDesc {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #18A558;
  color: #fff;
  border: 1px solid #888;
  border-radius: 8px;
  padding: 3px 11px;
}
.descriptionParagraph .descHeadWrap button.showDesc:hover, .descriptionParagraph .descHeadWrap button.showDesc:focus {
  background: #fff;
  color: #888;
}
.descriptionParagraph .descHeadWrap button.showDesc span {
  line-height: 0;
  display: flex;
}
.descriptionParagraph .descHeadWrap button.showDesc span img {
  max-width: 30px;
}
.descriptionParagraph h2 {
  font-size: 22px;
  margin: 6px 0;
  font-weight: 600;
  color: #000;
}
.descriptionParagraph h2.lotto {
  color: #000;
}
.descriptionParagraph h3 {
  font-size: 18px;
  margin: 0 0 10px 0;
  font-weight: 500;
  color: #000;
}
.descriptionParagraph p {
  margin-bottom: 10px !important;
}
.descriptionParagraph p:last-child {
  margin-bottom: 0px !important;
}

.chanceTabContent {
  max-width: 800px;
  margin: 0 auto;
}
.chanceTabContent#frequency .page-content .chance1Table .tableBody .bodyRow .titleCards .cardWrap {
  text-shadow: none;
}

.page-content .chance1Table {
  margin: 15px auto 30px;
  max-width: 800px;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 91px 0 0 0;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
}
.page-content .chance1Table .tableHead {
  background: #c6c6c6;
  border-top: 1px solid #dddfe1;
  border-bottom: 1px solid #dddfe1;
  display: flex;
  position: absolute;
  width: 100%;
  max-width: 800px;
  top: 0;
}
.page-content .chance1Table .tableHead.sticky {
  position: fixed;
}
.page-content .chance1Table .tableHead .titleText {
  flex-shrink: 0;
  width: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif !important;
}
.page-content .chance1Table .tableHead .titleCards {
  direction: ltr;
  flex: 1;
  display: flex;
}
.page-content .chance1Table .tableHead .titleCards .cardWrap {
  width: 12.5%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dddfe1;
}
.page-content .chance1Table .tableHead .titleCards .cardWrap .card {
  max-width: 50px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 4px;
  background: #fff;
}
.page-content .chance1Table .tableHead .titleCards .cardWrap .card img {
  width: 100%;
  margin-bottom: 5px;
}
.page-content .chance1Table .tableHead .titleCards .cardWrap .card span {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
}
.page-content .chance1Table .tableBody .bodyRow {
  display: flex;
}
.page-content .chance1Table .tableBody .bodyRow .titleText {
  flex-shrink: 0;
  width: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #dddfe1;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}
.page-content .chance1Table .tableBody .bodyRow .titleCards {
  direction: ltr;
  flex: 1;
  display: flex;
  width: 100%;
}
.page-content .chance1Table .tableBody .bodyRow .titleCards .cardWrap {
  width: 12.5%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dddfe1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #dddfe1;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.page-content .chance1Table .tableBody .bodyRow .titleCards .cardWrap.green {
  background: #18A558;
}
.page-content .chance1Table .tableBody .bodyRow .titleCards .cardWrap.orange {
  background: #F6A21E;
}
.page-content .chance1Table .tableBody .bodyRow .titleCards .cardWrap.red {
  background: #E43D40;
}
.page-content .chance1Table .tableBody .bodyRow .titleCards .cardWrap.mark {
  animation-duration: 0.6s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.page-content .chance1Table .bottomWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.page-content .chance1Table .bottomWrap .description {
  font-size: 12px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}
.page-content .chance1Table .bottomWrap button.loadMore {
  border: none;
  color: #000;
  font-size: 16px;
  background: #0E86D4;
  font-family: "Open Sans", sans-serif !important;
  padding: 2px 5px;
}
.page-content .chance1Table .bottomWrap .noMore {
  font-size: 16px;
  color: #E43D40;
  font-family: "Open Sans", sans-serif !important;
}

.chance2Table, .chance2section {
  margin: 15px auto 30px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
  padding-top: 44px;
}
.chance2Table .tableInner, .chance2section .tableInner {
  direction: ltr;
  display: flex;
  justify-content: flex-end;
}
.chance2Table .tableInner .titlesWrap, .chance2section .tableInner .titlesWrap {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 44px;
  width: 100%;
  display: flex;
}
.chance2Table .tableInner .titlesWrap.sticky, .chance2section .tableInner .titlesWrap.sticky {
  position: fixed;
  left: auto;
  top: 0;
  z-index: 2;
  width: calc(100% - 30px);
  right: auto;
}
.chance2Table .tableInner .titlesWrap .tableTitles, .chance2section .tableInner .titlesWrap .tableTitles {
  max-width: 16.666%;
  min-width: 16.666%;
  display: flex;
  text-align: center;
  align-items: center;
  background: #c6c6c6;
  border-right: 2px solid #222;
  direction: rtl;
}
.chance2Table .tableInner .titlesWrap .tableTitles:last-child, .chance2section .tableInner .titlesWrap .tableTitles:last-child {
  border-right: none;
}
.chance2Table .tableInner .titlesWrap .tableTitles .title, .chance2section .tableInner .titlesWrap .tableTitles .title {
  width: 25%;
  min-width: 25%;
  line-height: 1;
  padding: 5px 2px;
  height: 100%;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.chance2Table .tableInner .titlesWrap .tableTitles .title img, .chance2section .tableInner .titlesWrap .tableTitles .title img {
  max-width: 20px;
  width: 50%;
}
.chance2Table .tableInner .titlesWrap .tableTitles .title:last-child, .chance2section .tableInner .titlesWrap .tableTitles .title:last-child {
  line-height: 0;
}
.chance2Table .tableInner .titlesWrap .tableTitles .title:nth-child(even), .chance2section .tableInner .titlesWrap .tableTitles .title:nth-child(even) {
  border-right: 1px solid #dddfe1;
  border-left: 1px solid #dddfe1;
}
.chance2Table .tableInner .titlesWrap .tableTitles .title:last-child, .chance2section .tableInner .titlesWrap .tableTitles .title:last-child {
  border-left: none;
}
.chance2Table .tableInner .titlesWrap .tableTitles .title button.reduceGreen, .chance2section .tableInner .titlesWrap .tableTitles .title button.reduceGreen {
  padding: 2px;
  border: none;
  line-height: 0;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.chance2Table .tableInner .titlesWrap .tableTitles .title button.reduceGreen:hover, .chance2section .tableInner .titlesWrap .tableTitles .title button.reduceGreen:hover {
  background: #18A558;
}
.chance2Table .tableInner .tableWrap, .chance2section .tableInner .tableWrap {
  max-width: 16.666%;
  min-width: 16.666%;
  border-right: 2px solid #222;
  position: relative;
  direction: rtl;
}
.chance2Table .tableInner .tableWrap:last-child, .chance2section .tableInner .tableWrap:last-child {
  border-right: none;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow, .chance2section .tableInner .tableWrap .tableContent .dataRow {
  display: flex;
  text-align: center;
  align-items: center;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow.hide-ale, .chance2Table .tableInner .tableWrap .tableContent .dataRow.hide-lev, .chance2Table .tableInner .tableWrap .tableContent .dataRow.hide-yhalom, .chance2Table .tableInner .tableWrap .tableContent .dataRow.hide-tiltan, .chance2section .tableInner .tableWrap .tableContent .dataRow.hide-ale, .chance2section .tableInner .tableWrap .tableContent .dataRow.hide-lev, .chance2section .tableInner .tableWrap .tableContent .dataRow.hide-yhalom, .chance2section .tableInner .tableWrap .tableContent .dataRow.hide-tiltan {
  display: none;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow:nth-child(even), .chance2section .tableInner .tableWrap .tableContent .dataRow:nth-child(even) {
  background: #eeeeee;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow:nth-child(odd), .chance2section .tableInner .tableWrap .tableContent .dataRow:nth-child(odd) {
  background: #ffffff;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow .dataValue, .chance2section .tableInner .tableWrap .tableContent .dataRow .dataValue {
  width: 25%;
  min-width: 25%;
  padding: 5px 0;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow .dataValue:first-child, .chance2section .tableInner .tableWrap .tableContent .dataRow .dataValue:first-child {
  color: #b1b1b1;
  font-size: 12px;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb, .chance2section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb {
  font-weight: bold;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.red, .chance2section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.red {
  color: #E43D40;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.green, .chance2section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.green {
  color: #18A558;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.orange, .chance2section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.orange {
  color: #F6A21E;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb button, .chance2section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb button {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: inherit !important;
  font-weight: bold;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow .dataValue:nth-child(even), .chance2section .tableInner .tableWrap .tableContent .dataRow .dataValue:nth-child(even) {
  border-right: 1px solid #dddfe1;
  border-left: 1px solid #dddfe1;
  color: #636363;
}
.chance2Table .tableInner .tableWrap .tableContent .dataRow .dataValue:last-child, .chance2section .tableInner .tableWrap .tableContent .dataRow .dataValue:last-child {
  border-left: none;
}

.chance3Table, .chance3section {
  margin: 15px auto 30px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
  padding-top: 44px;
}
.chance3Table .tableInner, .chance3section .tableInner {
  display: flex;
  direction: ltr;
}
.chance3Table .tableInner .titlesWrap, .chance3section .tableInner .titlesWrap {
  position: absolute;
  z-index: 2;
  top: 0;
  height: 44px;
  width: 100%;
  display: flex;
}
.chance3Table .tableInner .titlesWrap.sticky, .chance3section .tableInner .titlesWrap.sticky {
  position: fixed;
  left: auto;
  top: 0;
  z-index: 2;
  width: calc(100% - 30px);
  right: auto;
}
.chance3Table .tableInner .titlesWrap .tableTitles, .chance3section .tableInner .titlesWrap .tableTitles {
  width: 25%;
  min-width: 25%;
  display: flex;
  text-align: center;
  align-items: center;
  background: #c6c6c6;
  border-right: 2px solid #222;
  direction: rtl;
}
.chance3Table .tableInner .titlesWrap .tableTitles:last-child, .chance3section .tableInner .titlesWrap .tableTitles:last-child {
  border-right: none;
}
.chance3Table .tableInner .titlesWrap .tableTitles .title, .chance3section .tableInner .titlesWrap .tableTitles .title {
  width: 20%;
  min-width: 20%;
  line-height: 1;
  padding: 5px 0;
  height: 100%;
  font-weight: 500;
  font-size: 14px;
  border-left: 1px solid #dddfe1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.chance3Table .tableInner .titlesWrap .tableTitles .title img, .chance3section .tableInner .titlesWrap .tableTitles .title img {
  max-width: 16px;
}
.chance3Table .tableInner .titlesWrap .tableTitles .title:last-child, .chance3section .tableInner .titlesWrap .tableTitles .title:last-child {
  line-height: 0;
  gap: 1px;
  border-left: none;
}
.chance3Table .tableInner .titlesWrap .tableTitles .title button, .chance3section .tableInner .titlesWrap .tableTitles .title button {
  padding: 0;
  border: none;
  color: #000;
  background: transparent !important;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: 14px;
}
.chance3Table .tableInner .tableWrap, .chance3section .tableInner .tableWrap {
  width: 25%;
  min-width: 25%;
  border-right: 2px solid #222;
  position: relative;
  direction: rtl;
}
.chance3Table .tableInner .tableWrap:last-child, .chance3section .tableInner .tableWrap:last-child {
  border-right: none;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow, .chance3section .tableInner .tableWrap .tableContent .dataRow {
  display: flex;
  text-align: center;
  align-items: center;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow.hide-ale, .chance3Table .tableInner .tableWrap .tableContent .dataRow.hide-lev, .chance3Table .tableInner .tableWrap .tableContent .dataRow.hide-yhalom, .chance3Table .tableInner .tableWrap .tableContent .dataRow.hide-tiltan, .chance3section .tableInner .tableWrap .tableContent .dataRow.hide-ale, .chance3section .tableInner .tableWrap .tableContent .dataRow.hide-lev, .chance3section .tableInner .tableWrap .tableContent .dataRow.hide-yhalom, .chance3section .tableInner .tableWrap .tableContent .dataRow.hide-tiltan {
  display: none;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow:nth-child(even), .chance3section .tableInner .tableWrap .tableContent .dataRow:nth-child(even) {
  background: #eeeeee;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow:nth-child(odd), .chance3section .tableInner .tableWrap .tableContent .dataRow:nth-child(odd) {
  background: #ffffff;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow .dataValue, .chance3section .tableInner .tableWrap .tableContent .dataRow .dataValue {
  width: 20%;
  min-width: 20%;
  padding: 5px 0;
  border-left: 1px solid #dddfe1;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow .dataValue:first-child, .chance3section .tableInner .tableWrap .tableContent .dataRow .dataValue:first-child {
  color: #b1b1b1;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow .dataValue:last-child, .chance3section .tableInner .tableWrap .tableContent .dataRow .dataValue:last-child {
  border-left: none;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb, .chance3section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb {
  font-weight: bold;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.red, .chance3section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.red {
  color: #E43D40;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.green, .chance3section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.green {
  color: #18A558;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.orange, .chance3section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb.orange {
  color: #F6A21E;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb button, .chance3section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb button {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: inherit !important;
  font-weight: bold;
}
.chance3Table .tableInner .tableWrap .tableContent .dataRow.hideA, .chance3Table .tableInner .tableWrap .tableContent .dataRow.hideB, .chance3Table .tableInner .tableWrap .tableContent .dataRow.hideC, .chance3section .tableInner .tableWrap .tableContent .dataRow.hideA, .chance3section .tableInner .tableWrap .tableContent .dataRow.hideB, .chance3section .tableInner .tableWrap .tableContent .dataRow.hideC {
  display: none !important;
}

.chance4Table, .chance4section {
  margin: 15px auto 30px;
  max-width: 100%;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
  padding-top: 90px;
}
.chance4Table .tableInner, .chance4section .tableInner {
  width: 100%;
}
.chance4Table .tableInner .titlesWrap, .chance4section .tableInner .titlesWrap {
  width: 100%;
  background: #c6c6c6;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 90px;
}
.chance4Table .tableInner .titlesWrap.sticky, .chance4section .tableInner .titlesWrap.sticky {
  position: fixed;
  left: auto;
  top: 0;
  z-index: 2;
  width: calc(100% - 30px);
  right: auto;
}
.chance4Table .tableInner .titlesWrap .tableInfo, .chance4section .tableInner .titlesWrap .tableInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dddfe1;
}
.chance4Table .tableInner .titlesWrap .tableTitles, .chance4section .tableInner .titlesWrap .tableTitles {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.chance4Table .tableInner .titlesWrap .title, .chance4section .tableInner .titlesWrap .title {
  border-left: 1px solid #dddfe1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
}
.chance4Table .tableInner .titlesWrap .title.comb, .chance4section .tableInner .titlesWrap .title.comb {
  width: 10%;
}
.chance4Table .tableInner .titlesWrap .title.count, .chance4section .tableInner .titlesWrap .title.count {
  width: 15%;
  gap: 5px;
}
.chance4Table .tableInner .titlesWrap .title.last, .chance4section .tableInner .titlesWrap .title.last {
  width: 15%;
  gap: 5px;
}
.chance4Table .tableInner .titlesWrap .title.date, .chance4section .tableInner .titlesWrap .title.date {
  width: 10%;
}
.chance4Table .tableInner .titlesWrap .title.agrala, .chance4section .tableInner .titlesWrap .title.agrala {
  width: 10%;
}
.chance4Table .tableInner .titlesWrap .title.cardTitle, .chance4section .tableInner .titlesWrap .title.cardTitle {
  width: 10%;
}
.chance4Table .tableInner .titlesWrap .title.cardTitle img, .chance4section .tableInner .titlesWrap .title.cardTitle img {
  max-width: 30px;
}
.chance4Table .tableInner .titlesWrap .title:last-child, .chance4section .tableInner .titlesWrap .title:last-child {
  border-left: none;
}
.chance4Table .tableInner .titlesWrap .title select, .chance4Table .tableInner .titlesWrap .title input, .chance4section .tableInner .titlesWrap .title select, .chance4section .tableInner .titlesWrap .title input {
  padding: 3px 5px;
  max-width: 100px;
}
.chance4Table .tableInner .titlesWrap .title .reduce, .chance4section .tableInner .titlesWrap .title .reduce {
  background: #18A558 !important;
  height: 100%;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  justify-content: center;
  border: 1px solid #fff;
}
.chance4Table .tableInner .titlesWrap .title button, .chance4section .tableInner .titlesWrap .title button {
  padding: 0;
  border: none;
  color: #000;
  background: transparent !important;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow, .chance4section .tableInner .tableWrap .tableContent .dataRow {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow.hideFromC, .chance4Table .tableInner .tableWrap .tableContent .dataRow.hideToC, .chance4Table .tableInner .tableWrap .tableContent .dataRow.hideFrom, .chance4Table .tableInner .tableWrap .tableContent .dataRow.hideTo, .chance4Table .tableInner .tableWrap .tableContent .dataRow.hideAle, .chance4Table .tableInner .tableWrap .tableContent .dataRow.hideLev, .chance4Table .tableInner .tableWrap .tableContent .dataRow.hideYhalom, .chance4Table .tableInner .tableWrap .tableContent .dataRow.hideTiltan, .chance4section .tableInner .tableWrap .tableContent .dataRow.hideFromC, .chance4section .tableInner .tableWrap .tableContent .dataRow.hideToC, .chance4section .tableInner .tableWrap .tableContent .dataRow.hideFrom, .chance4section .tableInner .tableWrap .tableContent .dataRow.hideTo, .chance4section .tableInner .tableWrap .tableContent .dataRow.hideAle, .chance4section .tableInner .tableWrap .tableContent .dataRow.hideLev, .chance4section .tableInner .tableWrap .tableContent .dataRow.hideYhalom, .chance4section .tableInner .tableWrap .tableContent .dataRow.hideTiltan {
  display: none !important;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow:nth-child(even), .chance4section .tableInner .tableWrap .tableContent .dataRow:nth-child(even) {
  background: #eeeeee;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow:nth-child(odd), .chance4section .tableInner .tableWrap .tableContent .dataRow:nth-child(odd) {
  background: #ffffff;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow .dataValue, .chance4section .tableInner .tableWrap .tableContent .dataRow .dataValue {
  border-left: 1px solid #dddfe1;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb, .chance4section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb {
  width: 10%;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow .dataValue.comb button, .chance4section .tableInner .tableWrap .tableContent .dataRow .dataValue.comb button {
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
  color: inherit !important;
  font-weight: bold;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow .dataValue.count, .chance4section .tableInner .tableWrap .tableContent .dataRow .dataValue.count {
  width: 15%;
  gap: 5px;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow .dataValue.last, .chance4section .tableInner .tableWrap .tableContent .dataRow .dataValue.last {
  width: 15%;
  gap: 5px;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow .dataValue.date, .chance4section .tableInner .tableWrap .tableContent .dataRow .dataValue.date {
  width: 10%;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow .dataValue.agrala, .chance4section .tableInner .tableWrap .tableContent .dataRow .dataValue.agrala {
  width: 10%;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow .dataValue.cardTitle, .chance4section .tableInner .tableWrap .tableContent .dataRow .dataValue.cardTitle {
  width: 10%;
  font-size: 20px;
  font-weight: bold;
}
.chance4Table .tableInner .tableWrap .tableContent .dataRow .dataValue:last-child, .chance4section .tableInner .tableWrap .tableContent .dataRow .dataValue:last-child {
  border-left: none;
}

.model-pop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 37, 54, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.model-pop .model-content {
  position: relative;
  max-width: 1065px;
  width: 100%;
}
.model-pop .model-content button.closePop {
  position: absolute;
  width: 30px;
  right: -15px;
  top: -15px;
  display: block;
  padding: 0;
  border: none;
  line-height: 0;
  background: transparent;
}
.model-pop .model-content button.closePop img {
  width: 100%;
}
.model-pop .model-content .reduceTableWrap {
  margin: 0;
}
.model-pop .model-content .reduceTableWrap .cardsSelect .cards .cardRadio .checkmark.active {
  color: #fff !important;
  background: #18A558 !important;
}
.model-pop .model-content .model-body {
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  max-height: 80vh;
  overflow: auto;
}
.model-pop .model-content .model-body .infoWrap .infoTable {
  margin-top: 25px;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesComb {
  width: 100%;
  max-width: 500px;
  border: 1px solid #dddfe1;
  border-left: none;
  border-bottom: none;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesComb .infoTitle {
  width: 100%;
  border-left: 1px solid #dddfe1;
  border-bottom: 1px solid #dddfe1;
  padding: 5px;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesComb .infoTitle .cards {
  display: flex;
  gap: 10px;
  justify-content: center;
  direction: ltr;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesComb .appearanceTitles {
  display: flex;
  border-bottom: 1px solid #dddfe1;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesComb .appearanceTitles .title {
  width: 50%;
  font-weight: bold;
  border-left: 1px solid #dddfe1;
  padding: 3px;
  text-align: center;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesComb .appearanceRow {
  display: flex;
  border-bottom: 1px solid #dddfe1;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesComb .appearanceRow .appearance {
  border-left: 1px solid #dddfe1;
  width: 50%;
  padding: 3px;
  text-align: center;
  font-weight: bold;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesComb .appearanceRow .agrala {
  border-left: 1px solid #dddfe1;
  width: 50%;
  padding: 3px;
  text-align: center;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles {
  width: 60%;
  display: flex;
  gap: 10px;
  direction: ltr;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles .tableBody {
  width: 50%;
  border: 1px solid #dddfe1;
  border-left: none;
  border-bottom: none;
  direction: rtl;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles .tableBody .bodyTitle {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dddfe1;
  border-left: 1px solid #dddfe1;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles .tableBody .bodyRow {
  border-left: 1px solid #dddfe1;
  display: flex;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles .tableBody .bodyRow .titleText {
  flex-shrink: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #dddfe1;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles .tableBody .bodyRow .titleCards {
  direction: ltr;
  flex: 1;
  display: flex;
  width: 50%;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles .tableBody .bodyRow .titleCards .cardWrap {
  width: 100%;
  padding: 4.5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dddfe1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #dddfe1;
  text-shadow: #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px, #000 0px 0px 1px;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles .tableBody .bodyRow .titleCards .cardWrap.green {
  background: #18A558;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles .tableBody .bodyRow .titleCards .cardWrap.orange {
  background: #F6A21E;
}
.model-pop .model-content .model-body .infoWrap .infoTable .appearancesSingles .tableBody .bodyRow .titleCards .cardWrap.red {
  background: #E43D40;
}

.page-template-page-chance-1 .chance1TabsWrap {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
  max-width: 800px;
  margin: 15px auto 0;
  display: flex;
  justify-content: space-evenly;
  border-radius: 4px;
  padding: 15px;
  gap: 15px;
}
.page-template-page-chance-1 .chance1TabsWrap .chance1Tab {
  width: 50%;
}
.page-template-page-chance-1 .chance1TabsWrap .chance1Tab button.chanceTab {
  width: 100%;
  color: #000 !important;
  border: 1px solid #000;
  padding: 10px;
  font-family: "Open Sans", sans-serif !important;
}
.page-template-page-chance-1 .chance1TabsWrap .chance1Tab button.chanceTab:hover, .page-template-page-chance-1 .chance1TabsWrap .chance1Tab button.chanceTab:focus, .page-template-page-chance-1 .chance1TabsWrap .chance1Tab button.chanceTab:active, .page-template-page-chance-1 .chance1TabsWrap .chance1Tab button.chanceTab.active {
  background: #18A558;
  color: #000 !important;
  font-weight: bold;
  border-color: #fff;
}
.page-template-page-chance-1 .cardsWrap {
  max-width: 800px;
  margin: 15px auto 0;
  justify-content: space-between;
}
.page-template-page-chance-1 .sumTable {
  display: flex;
  width: fit-content;
  justify-content: center;
  margin: 20px auto;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 4px;
  overflow: hidden;
  direction: ltr;
}
.page-template-page-chance-1 .sumTable .row {
  background: #c6c6c6;
  border-right: 1px solid #dddfe1;
}
.page-template-page-chance-1 .sumTable .row .card {
  margin: 10px;
}
.page-template-page-chance-1 .sumTable .row .cardWrap {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #dddfe1;
}
.page-template-page-chance-1 .sumTable .row .cardWrap:nth-child(n+12) {
  display: none !important;
}
.page-template-page-chance-1 .sumTable .row .cardWrap.green {
  background: #18A558;
}
.page-template-page-chance-1 .sumTable .row .cardWrap.orange {
  background: #F6A21E;
}
.page-template-page-chance-1 .sumTable .row .cardWrap.red {
  background: #E43D40;
}
.page-template-page-chance-1 .sumTable .row .cardWrap.mark {
  animation-duration: 0.6s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

.allCards {
  font-size: 25px;
  margin: 15px 0 0 0;
  width: 100%;
  padding: 15px;
  color: #000;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  gap: 10px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
  border-radius: 4px;
}
.allCards h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  width: 100%;
  text-align: right;
  font-family: "Open Sans", sans-serif !important;
}
.allCards .cardsSelect {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  gap: 15px;
  border-radius: 4px;
}
.allCards .cardsSelect .rowImg {
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.allCards .cardsSelect .rowImg img {
  max-width: 30px;
}
.allCards .cardsSelect .rowImg button.selectButton {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.allCards .cardsSelect .cards {
  display: flex;
  gap: 20px;
  direction: ltr;
}
.allCards .cardsSelect .cards .cardRadio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.allCards .cardsSelect .cards .cardRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.allCards .cardsSelect .cards .cardRadio .checkmark {
  max-width: 75px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 4px;
  background: #fff !important;
  width: 75px;
  color: #000 !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.allCards .cardsSelect .cards .cardRadio input:checked ~ .checkmark {
  color: #fff !important;
  background: #18A558 !important;
}
.allCards .cardsSelect .cards .cardRadio input:disabled ~ .checkmark {
  background: #c6c6c6 !important;
}
.allCards .calc button {
  background: #18A558;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  margin-right: auto;
  display: block;
}

.integratedMenu {
  display: flex;
  justify-content: space-between;
}
.integratedMenu .integratedList .integratedRadio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.integratedMenu .integratedList .integratedRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.integratedMenu .integratedList .integratedRadio .checkmark {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 4px;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.integratedMenu .integratedList .integratedRadio input:checked ~ .checkmark {
  color: #fff !important;
  background: #000 !important;
}
.integratedMenu .shareRecommendationWrap {
  display: flex;
  align-items: center;
  gap: 15px;
}
.integratedMenu .shareRecommendationWrap span {
  font-size: 14px;
}
.integratedMenu .shareRecommendationWrap ul.shareList {
  display: flex;
  list-style-type: none;
  gap: 7px;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.integratedMenu .shareRecommendationWrap ul.shareList li a.shareIcon {
  background: #fff;
  padding: 4px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  border-radius: 4px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.integratedMenu .shareRecommendationWrap ul.shareList li a.shareIcon.whatsapp {
  color: #25D366;
}
.integratedMenu .shareRecommendationWrap ul.shareList li a.shareIcon.facebook {
  color: #1877F2;
}
.integratedMenu .shareRecommendationWrap ul.shareList li a.shareIcon.twitter {
  color: #000000;
}
.integratedMenu .shareRecommendationWrap ul.shareList li a.shareIcon.messenger {
  background: rgb(6, 149, 255);
  color: rgb(6, 149, 255);
  background: linear-gradient(45deg, #0695ff, #a334fa, #ff6968);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.integratedMenu .shareRecommendationWrap ul.shareList li a.shareIcon:hover.whatsapp {
  background: #25D366;
  color: #fff;
}
.integratedMenu .shareRecommendationWrap ul.shareList li a.shareIcon:hover.facebook {
  background: #1877F2;
  color: #fff;
}
.integratedMenu .shareRecommendationWrap ul.shareList li a.shareIcon:hover.twitter {
  background: #000000;
  color: #fff;
}
.integratedMenu .shareRecommendationWrap ul.shareList li a.shareIcon:hover.messenger {
  color: #fff;
  -webkit-text-fill-color: unset;
  -webkit-background-clip: unset;
}

.page-template-page-change-integrated .sectionTitle {
  text-align: right;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}
.page-template-page-change-integrated .sep + .cardWrap {
  border-right: none !important;
}
.page-template-page-change-integrated .chance1section {
  margin: 15px auto 30px;
  width: 100%;
  background-color: #fff;
  padding: 0;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  position: relative;
  max-width: 100%;
  overflow: scroll;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-page-change-integrated .chance1section .tableHeadWrap .tableHead {
  background: #c6c6c6;
  border-top: 1px solid #dddfe1;
  border-bottom: 1px solid #dddfe1;
  display: flex;
  width: 100%;
}
.page-template-page-change-integrated .chance1section .tableHeadWrap .tableHead .titleText {
  flex-shrink: 0;
  width: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif !important;
}
.page-template-page-change-integrated .chance1section .tableHeadWrap .tableHead .titleCards {
  flex: 1;
  display: flex;
  direction: ltr;
}
.page-template-page-change-integrated .chance1section .tableHeadWrap .tableHead .titleCards .cardWrap {
  max-width: 12.5%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dddfe1;
  min-width: 61px;
}
.page-template-page-change-integrated .chance1section .tableHeadWrap .tableHead .titleCards .sep {
  height: 100%;
  width: 3px;
  background: #fff;
  margin-right: 0px;
  z-index: 2;
  position: relative;
}
.page-template-page-change-integrated .chance1section .tableHeadWrap .tableHead .titleCards .sep:last-child {
  display: none;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow {
  display: flex;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow .titleText {
  flex-shrink: 0;
  width: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  border-bottom: 1px solid #dddfe1;
  font-weight: 400;
  font-family: "Open Sans", sans-serif !important;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow .titleCards {
  flex: 1;
  display: flex;
  width: 100%;
  direction: ltr;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow .titleCards .cardWrap {
  max-width: 12.5%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #dddfe1;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #dddfe1;
  min-width: 61px;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow .titleCards .cardWrap.green {
  background: #18A558;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow .titleCards .cardWrap.orange {
  background: #F6A21E;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow .titleCards .cardWrap.red {
  background: #E43D40;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow .titleCards .cardWrap.mark {
  animation-duration: 0.6s;
  animation-name: blink;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow .titleCards .sep {
  height: 100%;
  width: 3px;
  background: #fff;
  margin-right: 0px;
  z-index: 2;
  position: relative;
}
.page-template-page-change-integrated .chance1section .tableBody .bodyRow .titleCards .sep:last-child {
  display: none;
}
.page-template-page-change-integrated .chance1section .bottomWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}
.page-template-page-change-integrated .chance1section .bottomWrap .description {
  font-size: 12px;
  font-weight: 300;
}
.page-template-page-change-integrated .chance2section {
  padding: 0;
}
.page-template-page-change-integrated .chance2section .sectionTitle {
  margin-bottom: 44px;
}
.page-template-page-change-integrated .chance2section .tableInner {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page-template-page-change-integrated .chance2section .tableInner .titlesWrap {
  position: absolute;
  justify-content: flex-end;
  width: 100%;
  top: 50px;
}
.page-template-page-change-integrated .chance2section .tableInner .titlesWrap.sticky {
  position: fixed;
  top: 0;
  width: calc(100% - 30px);
  left: 15px;
}
.page-template-page-change-integrated .chance3section {
  padding: 0;
}
.page-template-page-change-integrated .chance3section .sectionTitle {
  margin-bottom: 44px;
}
.page-template-page-change-integrated .chance3section .tableInner {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page-template-page-change-integrated .chance3section .tableInner .titlesWrap {
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: 50px;
}
.page-template-page-change-integrated .chance3section .tableInner .titlesWrap.sticky {
  position: fixed;
  top: 0;
  width: calc(100% - 30px);
  left: 15px;
}
.page-template-page-change-integrated .chance4section {
  padding: 0;
}
.page-template-page-change-integrated .chance4section .sectionTitle {
  margin-bottom: 44px;
}
.page-template-page-change-integrated .chance4section .tableInner {
  flex-wrap: wrap;
}
.page-template-page-change-integrated .chance4section .tableInner .titlesWrap {
  position: absolute;
  width: 100%;
  top: 50px;
  max-height: 44px;
}
.page-template-page-change-integrated .chance4section .tableInner .titlesWrap.sticky {
  position: fixed;
  top: 0;
  width: calc(100% - 30px);
  left: 15px;
}

@keyframes blink {
  from {
    color: #fff;
  }
  to {
    color: #000;
    background: #fff;
  }
}
.backUp {
  position: fixed;
  z-index: 3;
  right: 15px;
  bottom: 30px;
  width: 50px !important;
  height: 50px !important;
  border: 1px solid #18A558 !important;
  line-height: 0;
  padding: 0 !important;
  background: #18A558;
  border-radius: 100px !important;
  overflow: hidden;
}
.backUp svg {
  background: #18A558;
}
.backUp #icon_up {
  fill: #fff;
}

.regWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  max-width: 500px;
  margin: 30px auto 0;
}
.regWrap h2.title {
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}
.regWrap h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
.regWrap form#userRegistration {
  width: 100%;
}
.regWrap form#userRegistration .fieldsWrapper .fieldWrap {
  margin-top: 20px;
  position: relative;
}
.regWrap form#userRegistration .fieldsWrapper .fieldWrap label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.regWrap form#userRegistration .fieldsWrapper .fieldWrap label:after {
  content: "*";
  color: red;
}
.regWrap form#userRegistration .fieldsWrapper .fieldWrap input {
  border-radius: 4px;
  border: 1px solid #000;
  height: 40px;
}
.regWrap form#userRegistration .fieldsWrapper .fieldWrap button.regButton {
  background: #18A558;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  margin-right: auto;
  display: block;
  padding: 7px 60px;
  margin-top: 20px;
}
.regWrap form#userRegistration .fieldsWrapper .fieldWrap button.showPass {
  position: absolute;
  left: 10px;
  padding: 0;
  border: none;
  background: transparent !important;
  max-width: 20px;
  line-height: 0;
  bottom: 10px;
}
.regWrap form#userRegistration .fieldsWrapper .fieldWrap span#yb-email-exists {
  color: red;
  font-size: 14px;
}
.regWrap .noAccount {
  margin: 20px 0 0 0;
  font-size: 14px;
}
.regWrap .noAccount a {
  color: #18A558;
  font-weight: bold;
}

.loginWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  flex-direction: column;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  max-width: 500px;
  margin: 30px auto 0;
}
.loginWrap h2.title {
  margin: 0 0 30px 0;
  font-size: 30px;
  font-weight: 300;
}
.loginWrap #loginform {
  width: 100%;
}
.loginWrap #loginform .login-username, .loginWrap #loginform .login-password {
  margin-bottom: 20px !important;
}
.loginWrap #loginform .login-username input, .loginWrap #loginform .login-password input {
  border-radius: 4px;
  border: 1px solid #000;
  height: 40px;
}
.loginWrap #loginform .login-username label, .loginWrap #loginform .login-password label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.loginWrap #loginform .login-username label:after, .loginWrap #loginform .login-password label:after {
  content: "*";
  color: red;
}
.loginWrap #loginform input#wp-submit {
  background: #18A558;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  margin-left: auto;
  display: block;
  padding: 7px 60px;
  margin-top: 20px;
}
.loginWrap .noAccount {
  margin: 20px 0 0 0;
  font-size: 14px;
  width: 100%;
  text-align: left;
}
.loginWrap .noAccount a {
  color: #18A558;
  font-weight: bold;
}
.loginWrap .noPassword {
  margin: 10px 0 0 0;
  width: 100%;
  text-align: right;
  font-size: 14px;
}
.loginWrap .noPassword a {
  color: #18A558;
  font-weight: bold;
}

.contactWrap {
  position: fixed;
  bottom: 10%;
  left: -280px;
  display: flex;
  align-items: flex-start;
  z-index: 9;
  transition: left 0.35s linear;
}
.contactWrap.open {
  left: 0;
  transition: left 0.35s linear;
}
.contactWrap .contactButton {
  z-index: 1;
  position: absolute;
  left: 100%;
  bottom: 0;
}
.contactWrap .contactButton .toggleBox {
  width: 60px;
  padding: 6px 10px;
  background: #18A558;
  border: none;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  font-size: 30px;
  min-height: 50px;
  color: #fff;
  line-height: 0;
  border-radius: 0px 8px 0px 0px;
}
.contactWrap .contactButton .toggleBox img {
  max-width: 30px;
}
.contactWrap .contactFormWrap {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  width: 280px;
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 0 8px 0 0;
}
.contactWrap .contactFormWrap h2 {
  margin: 0 0 4px 0;
  font-size: 24px;
  font-weight: 400;
}
.contactWrap .contactFormWrap p {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  margin-bottom: 20px !important;
  display: flex;
  flex-direction: column;
}
.contactWrap .contactFormWrap input {
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  height: 40px;
  margin-bottom: 10px;
}
.contactWrap .contactFormWrap textarea {
  border-radius: 8px;
  border: 1px solid #b8b8b8;
  min-height: 100px;
  max-height: 100px;
  height: 100px;
}
.contactWrap .contactFormWrap button {
  background: #18A558;
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  margin: 3px 0 0 0;
  width: 100%;
}
.contactWrap .contactFormWrap .thankU {
  color: #18A558;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 1200px) {
  .chance3Table, .chance3section {
    width: 100%;
    overflow: scroll;
  }
  .chance3Table .tableInner, .chance3section .tableInner {
    min-width: 1200px;
    justify-content: flex-end;
  }
  .chance3Table .tableInner .titlesWrap, .chance3section .tableInner .titlesWrap {
    min-width: 1200px;
  }
  .chance3Table .tableInner .titlesWrap .tableTitles .title, .chance3section .tableInner .titlesWrap .tableTitles .title {
    font-size: 14px;
    min-width: 60px;
    line-height: 1;
  }
  .chance3Table .tableInner .titlesWrap .tableTitles .title button, .chance3section .tableInner .titlesWrap .tableTitles .title button {
    font-size: 14px;
  }
  .chance4Table, .chance4section {
    width: 100%;
    overflow: scroll;
  }
  .chance4Table .tableInner, .chance4section .tableInner {
    min-width: 1120px;
    justify-content: flex-end;
  }
  .chance4Table .tableInner .titlesWrap, .chance4section .tableInner .titlesWrap {
    min-width: 1120px;
  }
  .chance4Table .tableInner .titlesWrap .tableTitles .title, .chance4section .tableInner .titlesWrap .tableTitles .title {
    font-size: 14px;
    min-width: 112px;
  }
}
@media (max-width: 980px) {
  .chance2Table, .chance2section {
    width: 100%;
    overflow: scroll;
  }
  .chance2Table .tableInner, .chance2section .tableInner {
    min-width: 1200px;
    justify-content: flex-end;
  }
  .chance2Table .tableInner .titlesWrap, .chance2section .tableInner .titlesWrap {
    min-width: 1200px;
  }
  .chance2Table .tableInner .titlesWrap .tableTitles .title, .chance2section .tableInner .titlesWrap .tableTitles .title {
    font-size: 14px;
    min-width: 50px;
  }
  .allCards .cardsSelect {
    flex-direction: column;
    gap: 20px;
  }
  .allCards .cardsSelect .rowImg {
    align-items: flex-end;
    line-height: 0;
  }
  .allCards .cardsSelect .rowImg button {
    line-height: 1;
  }
  .allCards .cardsSelect .cards {
    width: 100%;
    justify-content: space-between;
  }
  .allCards .cardsSelect .cards .cardRadio {
    width: 12.5%;
  }
  .allCards .cardsSelect .cards .cardRadio .checkmark {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body header .site-branding a.custom-logo-link {
    max-width: 140px;
    line-height: 0;
  }
  body header .site-navigation .menu-main-container .menu {
    margin-top: 10px;
  }
  #primary {
    padding: 10px;
  }
  .inner-header {
    margin-top: 10px;
  }
  .inner-header .page-title {
    padding: 10px;
  }
  .inner-header .lastResults {
    flex-direction: column-reverse;
    gap: 10px;
    padding: 10px;
  }
  .inner-header .lastResults777 {
    flex-direction: column;
    gap: 10px;
  }
  .cardsWrap {
    gap: 10px;
    padding: 10px;
  }
  .cardsWrap .cardSelect {
    font-size: 20px;
    font-weight: 600;
    width: 10%;
    min-width: 0;
  }
  .page-content .chance1Table {
    padding: 55px 0 0 0;
  }
  .page-content .chance1Table .tableHead .titleText {
    font-size: 16px;
    width: 60px;
    font-family: "Open Sans", sans-serif !important;
  }
  .page-content .chance1Table .tableHead .titleCards .cardWrap {
    padding: 2px;
  }
  .page-content .chance1Table .tableHead .titleCards .cardWrap .card {
    padding: 3px 5px;
    border-radius: 5px;
    width: 100%;
  }
  .page-content .chance1Table .tableHead .titleCards .cardWrap .card img {
    max-width: 18px;
  }
  .page-content .chance1Table .tableHead .titleCards .cardWrap .card span {
    font-size: 18px;
    font-weight: 500;
  }
  .page-content .chance1Table .tableHead.sticky {
    width: calc(100% - 20px);
  }
  .page-content .chance1Table .tableBody .bodyRow .titleText {
    font-size: 12px;
    width: 60px;
    word-spacing: 10px;
    line-height: 1;
    text-align: center;
    font-family: "Open Sans", sans-serif !important;
  }
  .page-content .chance1Table .tableBody .bodyRow .titleCards .cardWrap {
    font-size: 16px;
  }
  .allCards .cardsSelect {
    flex-direction: column;
    gap: 20px;
  }
  .allCards .cardsSelect .cards {
    gap: 10px;
    padding: 10px;
  }
  .allCards .cardsSelect .cards .cardRadio {
    width: 12.5%;
    min-width: 0;
  }
  .allCards .cardsSelect .cards .cardRadio .checkmark {
    font-size: 20px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .integratedMenu {
    flex-direction: column;
    gap: 30px;
  }
}
@media (max-width: 520px) {
  body header .openMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #888;
    border: 1px solid #888;
    padding: 0 10px;
    border-radius: 8px;
  }
  body header .openMenu:hover, body header .openMenu:focus {
    background-color: #18A558;
  }
  body header .openMenu img {
    max-width: 22px;
  }
  body header .site-navigation {
    z-index: 9;
    width: 100%;
    position: fixed;
    height: 100%;
    max-width: 260px;
    right: -260px;
    background: #fff;
    top: 0;
    transition: right 0.5s ease-out;
    border-radius: 8px 0 0 8px;
    box-shadow: rgba(0, 0, 0, 0.15) -1.95px 0px 2.6px;
    flex-direction: column;
    justify-content: space-between !important;
    align-items: flex-start;
  }
  body header .site-navigation .menuLogoWrap {
    display: flex;
    padding: 10px;
  }
  body header .site-navigation .menuLogoWrap a.custom-logo-link {
    max-width: 140px;
    line-height: 0;
  }
  body header .site-navigation.open {
    right: 0;
    transition: right 0.5s ease-in;
    justify-content: space-between;
  }
  body header .site-navigation .menu-main-container {
    width: 100%;
    flex: 1;
    padding: 10px;
  }
  body header .site-navigation .menu-main-container .menu {
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    margin-top: 20px;
    flex-direction: column;
  }
  body header .site-navigation .menu-main-container .menu .menu-item {
    width: 100%;
    display: block;
    text-align: center;
  }
  body header .site-navigation .menu-main-container .menu .menu-item.menu-item-has-children:after {
    display: none;
  }
  body header .site-navigation .menu-main-container .menu .menu-item.menu-item-has-children ul.sub-menu {
    display: flex;
    flex-direction: column;
    position: static;
    box-shadow: none;
    padding-right: 15px;
    margin-bottom: 15px;
  }
  body header .site-navigation .menu-main-container .menu .menu-item.menu-item-has-children ul.sub-menu li {
    border: none;
  }
  body header .site-navigation .menu-main-container .menu .menu-item a {
    padding: 0;
    text-align: right;
  }
  #primary {
    padding: 5px 5px 40px 5px;
  }
  .inner-header {
    flex-direction: column;
  }
  .inner-header .page-title {
    max-width: 100%;
  }
  .page-content .chance1Table .tableHead.sticky {
    width: calc(100% - 10px);
  }
  .cardsWrap {
    gap: 5px;
  }
  .allCards {
    padding: 5px;
  }
  .allCards .cardsSelect {
    gap: 10px;
  }
  .allCards .cardsSelect .cards {
    gap: 5px;
    padding: 5px;
  }
  .contactWrap {
    bottom: 0;
  }
  .integratedMenu {
    margin-top: 30px;
  }
  .integratedMenu .integratedList {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
  .integratedMenu .integratedList .integratedRadio {
    max-width: 25%;
  }
  .integratedMenu .integratedList .integratedRadio .checkmark {
    font-size: 16px;
    padding: 10px;
  }
  .integratedMenu .shareRecommendationWrap {
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 15px;
  }
}
.page-template-page-lotto-1 .lottoSearchWrap, .page-template-page-lotto-2 .lottoSearchWrap, .page-template-page-lotto-3 .lottoSearchWrap, .page-template-page-lotto-4 .lottoSearchWrap {
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-top: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-page-lotto-1 .lottoSearchWrap.customSearchWrap form#lottoRange, .page-template-page-lotto-2 .lottoSearchWrap.customSearchWrap form#lottoRange, .page-template-page-lotto-3 .lottoSearchWrap.customSearchWrap form#lottoRange, .page-template-page-lotto-4 .lottoSearchWrap.customSearchWrap form#lottoRange {
  flex-direction: column;
}
.page-template-page-lotto-1 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap, .page-template-page-lotto-2 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap, .page-template-page-lotto-3 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap, .page-template-page-lotto-4 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap {
  display: grid;
  gap: 10px;
  grid-template-columns: auto auto auto auto auto auto auto auto auto auto;
}
.page-template-page-lotto-1 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio, .page-template-page-lotto-2 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio, .page-template-page-lotto-3 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio, .page-template-page-lotto-4 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.page-template-page-lotto-1 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input, .page-template-page-lotto-2 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input, .page-template-page-lotto-3 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input, .page-template-page-lotto-4 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-template-page-lotto-1 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio .checkmark, .page-template-page-lotto-2 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio .checkmark, .page-template-page-lotto-3 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio .checkmark, .page-template-page-lotto-4 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio .checkmark {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin: 0;
}
.page-template-page-lotto-1 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input:checked ~ .checkmark, .page-template-page-lotto-2 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input:checked ~ .checkmark, .page-template-page-lotto-3 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input:checked ~ .checkmark, .page-template-page-lotto-4 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input:checked ~ .checkmark {
  color: #fff !important;
  background: #E43D40 !important;
}
.page-template-page-lotto-1 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input:disabled ~ .checkmark, .page-template-page-lotto-2 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input:disabled ~ .checkmark, .page-template-page-lotto-3 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input:disabled ~ .checkmark, .page-template-page-lotto-4 .lottoSearchWrap.customSearchWrap form#lottoRange .numberSelectWrap .cardRadio input:disabled ~ .checkmark {
  background: #c6c6c6 !important;
}
.page-template-page-lotto-1 .lottoSearchWrap.customSearchWrap form#lottoRange .rangeWrap, .page-template-page-lotto-2 .lottoSearchWrap.customSearchWrap form#lottoRange .rangeWrap, .page-template-page-lotto-3 .lottoSearchWrap.customSearchWrap form#lottoRange .rangeWrap, .page-template-page-lotto-4 .lottoSearchWrap.customSearchWrap form#lottoRange .rangeWrap {
  max-width: 342px;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 0 auto;
}
.page-template-page-lotto-1 .lottoSearchWrap span, .page-template-page-lotto-2 .lottoSearchWrap span, .page-template-page-lotto-3 .lottoSearchWrap span, .page-template-page-lotto-4 .lottoSearchWrap span {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.page-template-page-lotto-1 .lottoSearchWrap form#lottoRange, .page-template-page-lotto-2 .lottoSearchWrap form#lottoRange, .page-template-page-lotto-3 .lottoSearchWrap form#lottoRange, .page-template-page-lotto-4 .lottoSearchWrap form#lottoRange {
  display: flex;
  gap: 15px;
}
.page-template-page-lotto-1 .lottoSearchWrap form#lottoRange input, .page-template-page-lotto-1 .lottoSearchWrap form#lottoRange select, .page-template-page-lotto-2 .lottoSearchWrap form#lottoRange input, .page-template-page-lotto-2 .lottoSearchWrap form#lottoRange select, .page-template-page-lotto-3 .lottoSearchWrap form#lottoRange input, .page-template-page-lotto-3 .lottoSearchWrap form#lottoRange select, .page-template-page-lotto-4 .lottoSearchWrap form#lottoRange input, .page-template-page-lotto-4 .lottoSearchWrap form#lottoRange select {
  border-radius: 4px;
  border-color: #ddd;
}
.page-template-page-lotto-1 .lottoSearchWrap form#lottoRange button, .page-template-page-lotto-2 .lottoSearchWrap form#lottoRange button, .page-template-page-lotto-3 .lottoSearchWrap form#lottoRange button, .page-template-page-lotto-4 .lottoSearchWrap form#lottoRange button {
  color: #E43D40;
  border-color: #E43D40;
}
.page-template-page-lotto-1 .lottoSearchWrap form#lottoRange button:hover, .page-template-page-lotto-1 .lottoSearchWrap form#lottoRange button:active, .page-template-page-lotto-1 .lottoSearchWrap form#lottoRange button:focus, .page-template-page-lotto-2 .lottoSearchWrap form#lottoRange button:hover, .page-template-page-lotto-2 .lottoSearchWrap form#lottoRange button:active, .page-template-page-lotto-2 .lottoSearchWrap form#lottoRange button:focus, .page-template-page-lotto-3 .lottoSearchWrap form#lottoRange button:hover, .page-template-page-lotto-3 .lottoSearchWrap form#lottoRange button:active, .page-template-page-lotto-3 .lottoSearchWrap form#lottoRange button:focus, .page-template-page-lotto-4 .lottoSearchWrap form#lottoRange button:hover, .page-template-page-lotto-4 .lottoSearchWrap form#lottoRange button:active, .page-template-page-lotto-4 .lottoSearchWrap form#lottoRange button:focus {
  background: #E43D40;
  color: #fff;
}
.page-template-page-lotto-1 .numbersResults, .page-template-page-lotto-1 .strongsResults, .page-template-page-lotto-2 .numbersResults, .page-template-page-lotto-2 .strongsResults, .page-template-page-lotto-3 .numbersResults, .page-template-page-lotto-3 .strongsResults, .page-template-page-lotto-4 .numbersResults, .page-template-page-lotto-4 .strongsResults {
  margin-top: 15px;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.page-template-page-lotto-1 .numbersResults.threeCards, .page-template-page-lotto-1 .strongsResults.threeCards, .page-template-page-lotto-2 .numbersResults.threeCards, .page-template-page-lotto-2 .strongsResults.threeCards, .page-template-page-lotto-3 .numbersResults.threeCards, .page-template-page-lotto-3 .strongsResults.threeCards, .page-template-page-lotto-4 .numbersResults.threeCards, .page-template-page-lotto-4 .strongsResults.threeCards {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.page-template-page-lotto-1 .numbersResults.fourCards, .page-template-page-lotto-1 .strongsResults.fourCards, .page-template-page-lotto-2 .numbersResults.fourCards, .page-template-page-lotto-2 .strongsResults.fourCards, .page-template-page-lotto-3 .numbersResults.fourCards, .page-template-page-lotto-3 .strongsResults.fourCards, .page-template-page-lotto-4 .numbersResults.fourCards, .page-template-page-lotto-4 .strongsResults.fourCards {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.page-template-page-lotto-1 .numbersResults .lottoCardWrap, .page-template-page-lotto-1 .strongsResults .lottoCardWrap, .page-template-page-lotto-2 .numbersResults .lottoCardWrap, .page-template-page-lotto-2 .strongsResults .lottoCardWrap, .page-template-page-lotto-3 .numbersResults .lottoCardWrap, .page-template-page-lotto-3 .strongsResults .lottoCardWrap, .page-template-page-lotto-4 .numbersResults .lottoCardWrap, .page-template-page-lotto-4 .strongsResults .lottoCardWrap {
  background: #dfdfdf;
  display: flex;
  padding: 4px;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 4px;
}
.page-template-page-lotto-1 .numbersResults .lottoCardWrap .amount, .page-template-page-lotto-1 .strongsResults .lottoCardWrap .amount, .page-template-page-lotto-2 .numbersResults .lottoCardWrap .amount, .page-template-page-lotto-2 .strongsResults .lottoCardWrap .amount, .page-template-page-lotto-3 .numbersResults .lottoCardWrap .amount, .page-template-page-lotto-3 .strongsResults .lottoCardWrap .amount, .page-template-page-lotto-4 .numbersResults .lottoCardWrap .amount, .page-template-page-lotto-4 .strongsResults .lottoCardWrap .amount {
  flex: 1;
  text-align: center;
}
.page-template-page-lotto-1 .numbersResults .lottoCardWrap .amount span, .page-template-page-lotto-1 .strongsResults .lottoCardWrap .amount span, .page-template-page-lotto-2 .numbersResults .lottoCardWrap .amount span, .page-template-page-lotto-2 .strongsResults .lottoCardWrap .amount span, .page-template-page-lotto-3 .numbersResults .lottoCardWrap .amount span, .page-template-page-lotto-3 .strongsResults .lottoCardWrap .amount span, .page-template-page-lotto-4 .numbersResults .lottoCardWrap .amount span, .page-template-page-lotto-4 .strongsResults .lottoCardWrap .amount span {
  font-weight: bold;
}
.page-template-page-lotto-1 .contactWrap .contactButton .toggleBox, .page-template-page-lotto-2 .contactWrap .contactButton .toggleBox, .page-template-page-lotto-3 .contactWrap .contactButton .toggleBox, .page-template-page-lotto-4 .contactWrap .contactButton .toggleBox {
  background: #E43D40;
}
.page-template-page-lotto-1 .contactWrap .contactFormWrap button, .page-template-page-lotto-2 .contactWrap .contactFormWrap button, .page-template-page-lotto-3 .contactWrap .contactFormWrap button, .page-template-page-lotto-4 .contactWrap .contactFormWrap button {
  background: #E43D40;
}
.page-template-page-lotto-1 .backUp, .page-template-page-lotto-2 .backUp, .page-template-page-lotto-3 .backUp, .page-template-page-lotto-4 .backUp {
  border: 1px solid #E43D40 !important;
  background: #E43D40;
}
.page-template-page-lotto-1 .backUp svg, .page-template-page-lotto-2 .backUp svg, .page-template-page-lotto-3 .backUp svg, .page-template-page-lotto-4 .backUp svg {
  background: #E43D40;
}
.page-template-page-lotto-1 .descriptionParagraph .descHeadWrap button.showDesc, .page-template-page-lotto-2 .descriptionParagraph .descHeadWrap button.showDesc, .page-template-page-lotto-3 .descriptionParagraph .descHeadWrap button.showDesc, .page-template-page-lotto-4 .descriptionParagraph .descHeadWrap button.showDesc {
  background: #E43D40;
}
.page-template-page-lotto-1 .descriptionParagraph .descHeadWrap button.showDesc:hover, .page-template-page-lotto-1 .descriptionParagraph .descHeadWrap button.showDesc:focus, .page-template-page-lotto-2 .descriptionParagraph .descHeadWrap button.showDesc:hover, .page-template-page-lotto-2 .descriptionParagraph .descHeadWrap button.showDesc:focus, .page-template-page-lotto-3 .descriptionParagraph .descHeadWrap button.showDesc:hover, .page-template-page-lotto-3 .descriptionParagraph .descHeadWrap button.showDesc:focus, .page-template-page-lotto-4 .descriptionParagraph .descHeadWrap button.showDesc:hover, .page-template-page-lotto-4 .descriptionParagraph .descHeadWrap button.showDesc:focus {
  background: #fff;
}
.page-template-page-lotto-1 header .openMenu:hover, .page-template-page-lotto-1 header .openMenu:focus, .page-template-page-lotto-2 header .openMenu:hover, .page-template-page-lotto-2 header .openMenu:focus, .page-template-page-lotto-3 header .openMenu:hover, .page-template-page-lotto-3 header .openMenu:focus, .page-template-page-lotto-4 header .openMenu:hover, .page-template-page-lotto-4 header .openMenu:focus {
  background-color: #E43D40 !important;
}

.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap {
  flex-direction: column;
  display: flex;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  margin-top: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap span {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap .numberSelectWrap {
  display: grid;
  gap: 10px;
  margin: 0 auto 15px;
  grid-template-columns: repeat(auto-fit, minmax(36px, 1fr));
  grid-gap: 10px;
  width: 450px;
  max-width: 100%;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap .numberSelectWrap .cardRadio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  position: relative;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap .numberSelectWrap .cardRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap .numberSelectWrap .cardRadio .checkmark {
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #fff;
  color: #000;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  margin: 0;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap .numberSelectWrap .cardRadio input:checked ~ .checkmark {
  color: #fff !important;
  background: #E43D40 !important;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap .numberSelectWrap .cardRadio input:disabled ~ .checkmark {
  background: #c6c6c6 !important;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap .rangeWrap {
  max-width: 342px;
  display: flex;
  gap: 15px;
  justify-content: center;
  margin: 0 auto;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap input, .page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap select {
  border-radius: 4px;
  border-color: #ddd;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap button {
  color: #E43D40;
  border-color: #E43D40;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap button:hover, .page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap button:active, .page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .formTopWrap button:focus {
  background: #E43D40;
  color: #fff;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .integratedMenu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  flex-wrap: wrap;
  gap: 20px;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .integratedMenu .integratedList {
  grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  grid-gap: 10px;
  display: grid;
  width: 100%;
  max-width: 680px;
  flex: 1;
}
.page-template-page-lotto-custom .lottoSearchWrap.customSearchWrap form#lottoRange .integratedMenu .integratedList .integratedRadio {
  max-width: 100% !important;
}
.page-template-page-lotto-custom .numbersResults {
  margin-top: 15px;
  display: grid;
  grid-gap: 10px;
  background-color: #fff;
  padding: 15px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  align-items: center;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.page-template-page-lotto-custom .numbersResults.threeCards {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.page-template-page-lotto-custom .numbersResults.fourCards {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.page-template-page-lotto-custom .numbersResults.fiveCards {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.page-template-page-lotto-custom .numbersResults.sixCards {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}
.page-template-page-lotto-custom .numbersResults .sectionTitle {
  text-align: right;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
}
.page-template-page-lotto-custom .numbersResults .sectionTitle button {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 14px;
  color: #000;
  font-weight: 600;
  text-decoration: underline;
}
.page-template-page-lotto-custom .numbersResults .lottoCardWrap {
  background: #dfdfdf;
  display: flex;
  padding: 4px;
  align-items: center;
  justify-content: space-between;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 4px;
}
.page-template-page-lotto-custom .numbersResults .lottoCardWrap.hide-1, .page-template-page-lotto-custom .numbersResults .lottoCardWrap.hide-2, .page-template-page-lotto-custom .numbersResults .lottoCardWrap.hide-3, .page-template-page-lotto-custom .numbersResults .lottoCardWrap.hide-4, .page-template-page-lotto-custom .numbersResults .lottoCardWrap.hide-5, .page-template-page-lotto-custom .numbersResults .lottoCardWrap.hide-6 {
  display: none;
  opacity: 0.5;
}
.page-template-page-lotto-custom .numbersResults .lottoCardWrap .amount {
  flex: 1;
  text-align: center;
}
.page-template-page-lotto-custom .numbersResults .lottoCardWrap .amount span {
  font-weight: bold;
}
.page-template-page-lotto-custom .contactWrap .contactButton .toggleBox {
  background: #E43D40;
}
.page-template-page-lotto-custom .contactWrap .contactFormWrap button {
  background: #E43D40;
}
.page-template-page-lotto-custom .backUp {
  border: 1px solid #E43D40 !important;
  background: #E43D40;
}
.page-template-page-lotto-custom .backUp svg {
  background: #E43D40;
}
.page-template-page-lotto-custom .descriptionParagraph .descHeadWrap button.showDesc {
  background: #E43D40;
}
.page-template-page-lotto-custom .descriptionParagraph .descHeadWrap button.showDesc:hover, .page-template-page-lotto-custom .descriptionParagraph .descHeadWrap button.showDesc:focus {
  background: #fff;
}

.page-template-page-777-1 .contactWrap .contactButton .toggleBox {
  background: #ee2077;
}
.page-template-page-777-1 .contactWrap .contactFormWrap button {
  background: #ee2077;
}
.page-template-page-777-1 .backUp {
  border: 1px solid #ee2077 !important;
  background: #ee2077;
}
.page-template-page-777-1 .backUp svg {
  background: #ee2077;
}
.page-template-page-777-1 .descriptionParagraph .descHeadWrap button.showDesc {
  background: #ee2077;
}
.page-template-page-777-1 .descriptionParagraph .descHeadWrap button.showDesc:hover, .page-template-page-777-1 .descriptionParagraph .descHeadWrap button.showDesc:focus {
  background: #fff;
}

.cardsTable777 {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  background: #fff;
  max-width: 100%;
  margin: 15px auto 0;
  border-radius: 4px;
  padding: 15px;
}
.cardsTable777 .cardsTableWrap {
  overflow: scroll;
}
.cardsTable777 .cardsTableWrap table thead tr th {
  padding: 5px;
  font-size: 14px;
}
.cardsTable777 .cardsTableWrap table tbody tr td {
  border-color: #fff;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  padding: 4px 0;
  vertical-align: middle;
}
.cardsTable777 .cardsTableWrap table tbody tr td.green {
  background: #18A558;
}
.cardsTable777 .cardsTableWrap table tbody tr td.orange {
  background: #F6A21E;
}
.cardsTable777 .cardsTableWrap table tbody tr td.red {
  background: #E43D40;
}
.cardsTable777 .cardsTableWrap table tbody tr td .card777 {
  margin: 0 auto;
  font-size: 16px;
}

@media (max-width: 767px) {
  .inner-header .lottoLastResults {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 520px) {
  .inner-header .lottoLastResults .lottoReults .lottoCards {
    max-width: 100%;
    gap: 6px;
  }
}
select, input {
  border-radius: 4px !important;
  border-color: #ddd !important;
}

.input-wrap button {
  color: #E43D40;
  border-color: #E43D40;
}
.input-wrap button:hover {
  background: #E43D40;
  color: #fff;
  border-color: #E43D40;
}

.viewType {
  display: flex;
  gap: 15px;
}
.viewType .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.viewType .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.viewType .container .checkmark {
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  display: block;
  cursor: pointer;
  position: relative;
}
.viewType .container .checkmark:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
  display: none;
}
.viewType .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.viewType .container input:checked ~ .checkmark {
  background-color: #2196F3;
}
.viewType .container input:checked ~ .checkmark:after {
  display: block;
}

.page-template-page-chance-2-new form.formFilters {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
  gap: 15px;
  background: #fff;
  margin: 15px 0;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 4px;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap {
  border: 4px solid #ef0f2c;
  border-radius: 30px;
  padding: 10px 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
  border-bottom: 4px solid #ef0f2c;
  padding: 0 20px 10px;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect:last-child {
  margin: 0;
  padding: 0 20px;
  border-bottom: none;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect .rowImg {
  line-height: 0;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect .rowImg img {
  max-width: 34px;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect .cards {
  display: flex;
  gap: 10px;
  flex-direction: row-reverse;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect .cards .cardRadio {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect .cards .cardRadio span.checkmark {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  color: #ef0f2c;
  cursor: pointer;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect .cards .cardRadio span.checkmark:after {
  content: "";
  width: 22px;
  height: 8px;
  border-radius: 12px;
  border: 1px solid #ef0f2c;
  display: block;
  margin-top: 5px;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect .cards .cardRadio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.page-template-page-chance-2-new form.formFilters .cardsSelectWrap .cardsSelect .cards .cardRadio input:checked ~ .checkmark:after {
  background: #000;
}
.page-template-page-chance-2-new form.formFilters .otherFilters {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-template-page-chance-2-new .cardsView {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 10px;
  direction: ltr;
}
.page-template-page-chance-2-new .cardsView .combWrap {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 5px;
  border-radius: 4px;
  color: #000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  direction: rtl;
}
.page-template-page-chance-2-new .cardsView .combWrap.numbersView {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.page-template-page-chance-2-new .cardsView .combWrap .combHead {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 5px;
}
.page-template-page-chance-2-new .cardsView .combWrap .combHead .rowImg {
  width: 16.666%;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}
.page-template-page-chance-2-new .cardsView .combWrap .combHead .rowImg img {
  max-width: 30px;
}
.page-template-page-chance-2-new .cardsView .combWrap .combRow {
  display: flex;
  flex-direction: row-reverse;
  border-top: 1px solid #ddd;
}
.page-template-page-chance-2-new .cardsView .combWrap .combRow .cardCol {
  width: 16.666%;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
  border-right: 1px solid #ddd;
  background: #f4f4f4;
}
.page-template-page-chance-2-new .cardsView .combWrap .combRow .cardCol span {
  background: #fff;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 500;
}
.page-template-page-chance-2-new .cardsView .combWrap .combRow .amountCol {
  width: 16.666%;
  flex-shrink: 0;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  text-align: center;
}

@media (max-width: 767px) {
  .page-template-page-chance-2-new form.formFilters {
    flex-direction: column;
  }
}

/*# sourceMappingURL=yb-style.css.map */
