* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --orange-color: #e2ad22;
  --border-color: #d43b39;
  --red: #f54949;
  --text-black: #322523;
}

body {
  font-family: "Exo", sans-serif;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 100;
  font-family: "Exo", sans-serif;
  text-transform: capitalize;
}

label,
input,
textarea {
  font-family: "Exo", sans-serif;
}
p {
  font-family: "Exo", sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 28.8px;
  font-weight: 400;
  margin-bottom: 0;
}

html h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 67.2px;
}

html h2 {
  font-size: 2.188rem;
  font-weight: bold;
}

html h3 {
  font-size: 1.563rem;
  font-weight: bold;
}

html h4 {
  font-size: 1.313rem;
  font-weight: 600;
}

html h5 {
  font-size: 1.125rem;
  font-weight: 500;
}

html h6 {
  font-size: 1rem;
  font-weight: 600;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

li {
  font-family: "Exo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #1a1a1a;
  line-height: normal;
}

a {
  font-family: "Exo", sans-serif;
  text-decoration: none;
}

img {
  max-width: 100%;
}
.browseMore {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  display: inline-block;
  margin-top: 40px;
  padding: 16px 31px;
  border: 1px solid #c8c7c7;
  border-radius: 14px;
  transition: 0.1s;
}
.browseMore img {
  padding-left: 17px;
/*  filter: brightness(1) invert(1);*/
  width: 42px;
}
.browseMore:hover {
  background: linear-gradient(
    90deg,
    rgba(226, 173, 34, 1) 0%,
    rgba(251, 188, 22, 1) 100%
  );
  color: #fff;
  border: 1px solid #f5b81a;
}

.browseMore:hover img {
  filter: brightness(0) invert(1);
}
.p80 {
  padding: 5rem 0 !important;
}

.p100 {
  padding: 6.25rem 0 !important;
}

/*Start Header Section*/
header {
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 5px 0px 0px rgb(0 0 0 / 13%);
  padding: 0px 0;
}
.header-logo {
    padding: 10px 0;
}
.menu-wrap.navbar-collapse {
  gap: 45px;
  justify-content: right;
}
.header-logo img {
  width: 125px;
}

.menuList {
  position: relative;
  list-style: none;
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 35px;
}
.menuList li a {
  color: #000;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.5s;
}
.menuList li a:hover {
  color: #e2ad22;
}
.shoppingIcon {
  display: flex;
  align-items: center;
  /* gap: 30px;*/
  justify-content: right;
}
.topCart {
  /* position: relative; */
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.userBtn {
  position: relative;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.userBtn a {
    border-left: 1px solid #ddd;
    padding: 34px 30px;
}
.topCart a {
  position: relative;
  padding: 34px 30px;
  border-left: 1px solid #ddd;
}
.topCart:hover a {
  background: #f5f5f5;
}
.userBtn:hover a {
  background: #f5f5f5;
}

.totalAmount {
  font-size: 18px;
  font-weight: 600;
  color: #e2ad22;
  display: flex;
  align-items: center;
  gap: 5px;
}

.totalAmount img {
  width: 20px;
}
.topCart img {
  width: 25px;
}

.topCart .count {
  background-color: #ff1616;
  color: #fff;
  border-radius: 0px 0px 7px 0px;
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  padding: 8px;
  line-height: 9px;
}

.topCart {
}

.userBtn img {
  width: 18px;
}
.product_cart {
  display: flex;
  align-items: center;
  gap: 11px;
  background-color: #f3f3f3;
  border-radius: 6px;
  margin-right: 10px;
}
.product_cart select {
  border: none;
  background: none;
  outline: none;
  color: #4a4848;
  font-family: "Exo", sans-serif;
  font-weight: 500;
}

.product_cart .dropdown-toggle {
  border: none;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  padding-right: 0;
}
.product_cart .dropdown-toggle::after {
  /*    display: inline-block;
    margin-left: 0.455em;
    vertical-align: .255em;
    /*content: "";
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;*/
}
.amount_add,
.addMoney {
  padding-left: 9px;
  /* margin-right: 30px; */
}
.product_cart .dropdown-menu {
  padding: 2px 0;
  border: none;
  background-color: #e7e7e7;
  width: 100%;
  border-radius: 0 0 4px 5px;
  min-width: 116px;
}
.total_amount {
  /* padding-right: 12px; */
  font-size: 1rem;
  color: #000000;
  font-family: "Exo", sans-serif;
  display: flex;
  align-items: center;
}
/*End Header Section*/

/*Banner*/
.frameBanner img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
/*Close*/

/*Start Counter Section*/

.counter-wrapper {
  background-color: #f1f1f1;
  padding: 20px 0;
}

.counterBox {
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 25px;
}
.col-md-2.col-6 .counterBox {
    justify-content: left;
}
.countIcon {
  background-color: #fff;
  border: 1px solid #e2ad22;
  border-radius: 50px;
  padding: 19px;
  width: 74px;
  height: 74px;
}

.countIcon img {
  width: 36px;
}

.countDetails .count {
  font-size: 4rem;
  font-weight: bold;
  background: linear-gradient(
    180deg,
    rgba(191, 145, 22, 1) 0%,
    rgba(251, 189, 23, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: normal;
}

.countext p {
  font-size: 17px;
  color: #414141;
  font-weight: 500;
}
.playButton a {
  background: linear-gradient(
    90deg,
    rgba(226, 173, 34, 1) 0%,
    rgba(251, 188, 22, 1) 100%
  );
  width: 342px;
  display: flex;
  justify-content: center;
  gap: 13px;
  font-size: 19px;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  margin: 0 auto;
  padding: 14px;
  color: #fff;
  border: 3px solid #fff;
  transition: 0.5s;
}
.playButton a:hover {
  background: linear-gradient(
    90deg,
    rgba(251, 188, 22, 1) 0%,
    rgba(226, 173, 34, 1) 100%
  );
}
/*.reviewImg img {
  width: 70%;
}*/

/*Close*/

/*Start Featured Section*/
.featuredSection {
  background-color: #fbfbfb;
  padding: 50px 0;
}
.sectionTitle h5 {
  color: #000;
}
.sectionTitle {
  text-align: center;
}

.sectionTitle h2 {
  color: #e2ad22;
  text-transform: uppercase;
}

/*Box*/

.featuredBox {
  position: relative;
  background-color: #fff;
  padding: 0;
  height: 100%;
  padding-bottom: 50px;
}

.featuredImg img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  border-radius: 5px;
}

.featuredImg {
  position: relative;
      height: 250px;
  border-radius: 5px;
}

.featuredContent h4 {
  font-size: 21px;
  line-height: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  min-height: 65px;
}
.featuredContent h4 a {
  color: #000;
  transition: 0.5s;
}
.featuredContent h4 a:hover {
  color: #e2ad22;
}
.ticketBox {
  text-align: center;
  margin-bottom: 21px;
}

.ticketBox p {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px dashed #7c7979;
  display: inline;
  padding: 2px 8px;
}

.ticketBox .priceAmt {
  color: #e2ad22;
}
.featuredBoxStroke {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(134, 98, 5, 1) 0%,
    rgba(255, 189, 17, 1) 100%
  );
  padding: 2px;
  border-radius: 5px;
  transition: 0.5s;
  height: 100%;
}
.featuredBoxStroke:hover {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
    rgba(50, 50, 93, 0.25) 0px 16px 17px 0px,
    rgba(0, 0, 0, 0.3) 1px 20px 20px -30px;
}
.featuredContent {
  padding: 22px;
}
.daysBox {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 20px 22px 10px;
  border-top: 1px solid #d3d3d3;
}
.daysBox img {
  width: 32px;
}
.playNow img {
  width: 22px;
}
.calendarBox {
  display: flex;
  align-items: center;
  gap: 7px;
}
.calendarBox span {
  font-size: 14px;
  font-weight: 500;
  color: #8a8787;
}
.calendarBox .days {
  color: #000;
}
.playNow {
  display: flex;
  align-items: center;
  gap: 7px;
}
.playNow a {
  color: #000;
  transition: 0.5s;
}
.playNow a:hover {
  color: #e2ad22;
}
.playNow span {
  font-size: 14px;
  font-weight: 600;
}
.featuredTag {
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 15px;
  color: #fff;
  background-color: #e2ad22;
  display: inline;
  text-align: center;
  clip-path: polygon(4% 0, 95% 0, 100% 50%, 95% 100%, 3% 100%, 0% 50%);
}
.tabButton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 25px 0 47px;
}

.tabButton .filter-button {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d3d3d3;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 5px 11px;
  font-size: 14px;
  font-weight: bold;
  color: #8a8787;
  transition: 0.5s;
}
.tabButton .filter-button:hover {
  background-color: #000;
  color: #e2ad22;
}
.tabButton .filter-button img {
  width: 45px;
  height: 36px;
  object-fit: contain;
}

.tabButton .filter-button.active {
  background-color: #000;
  color: #e2ad22;
}

/*Close*/

.progressbar-item {
  margin-bottom: 15px;
}

.progress-bar {
  margin: 0 0 10px;
  overflow: visible;
  background: transparent;
}

.progress-number {
  padding-bottom: 7px;
  position: relative;
  margin: 0px 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #2e2e2e;
}

.progress-title {
  z-index: 100;
  font-size: 15px;
  font-weight: 400;
  margin: 0;
}

.down-arrow {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid var(--progress-number-bg, #5f5f5f);
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.progress-bg {
  /*    height: 6px;*/
  background: var(--progressbar-bg, #f0f0f0);
  overflow: hidden;
  border-radius: 6px;
}

.progress-fill {
  height: 6px;
  background: #e2ad22;
  width: 0%;
  border-radius: 6px;
}
.progress-number-mark h6 {
  color: #8a8787;
  font-size: 14px;
}

.latestWinner {
  padding: 52px 0px;
}

.clientImage img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
}
.clientImage {
  height: 220px;
  overflow: hidden;
}
.winnerCard {
  background: #fff;
}
.ticketInformation {
  padding: 11px;
  position: relative;
}

.ticketInformation p {
  font-size: 14px;
  color: #8a8787;
  font-weight: 500;
  margin-top: 16px;
}
.ticketInformation h6 {
  font-size: 16px;
  color: #e2ad22;
  font-weight: 600;
}
.ticketInformation h4 {
  font-size: 22px;
  margin-top: 20px;
}
.ticketInformation span {
  background-color: #e2ad22;
  padding: 5px;
  border-radius: 8px;
  color: #fff;
  font-weight: 700;
}
.competitionImage img {
  border-radius: 300px;
  border: 2px solid #fff;
}
.competitionImage {
  position: absolute;
  width: 114px;
  height: 114px;
  border-bottom: 300px;
  right: 25px;
  top: -61px;
}
section.happyCustomer {
    background-color: #fff8e4;
/*    background-image: url(/wp-content/uploads/2024/06/testimonialbg.svg);*/
    padding: 52px 0px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 66% 0%;
}
.happyCustomer h2, .happyCustomer h5 {
    color: #000 !important;
}
.happyCustomer .sectionTitle h2,
.happyCustomer .sectionTitle h5 {
  color: #fff;
  line-height: normal;
}
.testimonial_client_panel {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 20px;
  background: #fff;
  border-radius: 12px;
}
.winner_details p {
  font-size: 14px;
  font-family: "Exo";
  color: #525252;
}
.winner_details h2 {
  font-size: 34px;
  font-family: "Exo";
  margin-top: 20px;
}
.winner_details span {
  color: #525252;
  font-size: 16px;
}
.winner_details {
  padding: 28px 0px;
}
.winnner_profile img {
  width: 100%;
}
.winnner_profile {
  width: 100%;
  max-width: 100%;
}

.happyCustomer .swiper-wrapper {
  padding-bottom: 60px;
}
.happyCustomer .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #fddc85;
  opacity: 1;
  margin: 0 10px !important;
}
.happyCustomer .swiper-pagination-bullet-active {
  background: #fafeff;
}
.paginationButton {
  position: relative;
}
.happyCustomer .swiper-pagination {
  position: relative;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  transform: translateX(0) !important;
  width: 190px !important;
}
.pagination_panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-prev {
  padding-right: 80px !important;
}

.button-next {
  padding-right: 80px !important;
  rotate: 180deg;
}

/*Start Footer*/
.topFooter {
  padding: 3.188rem 0;
}
.topFooter ul {
  display: flex;
  gap: 3.625rem;
}
.topFooter ul li a {
  font-size: 1rem;
  font-weight: 400;
  color: #0a142f;
  transition: 0.5s;
}
.topFooter ul li a:hover {
  color: #e2ad22;
}
.topFooter .social_icons {
  gap: 1.188rem;
}
.bootomFooter {
  padding-bottom: 30px;
}

.bootomFooter .row {
  border-top: 1px solid #cbcbcb;
  padding-top: 20px;
}
.paymentMethod {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.copyRights p {
  color: #0a142f;
  font-size: 14px;
}

.footer-logo {
  text-align: center;
}
.newsLetterBox {
  background-color: #fff8e4;
  padding: 64px 70px;
  margin-top: 4rem;
  display: grid;
  grid-template-columns: 2.5fr 3fr;
  align-items: center;
  gap: 2rem;
  box-shadow: 1px 6px 15px rgb(0 0 0 / 11%);
  border-radius: 12px;
}
.headingPanel p {
  font-size: 1rem;
  font-weight: 500;
  color: #e2ad22;
}
.subscribeNow {
  background-color: #fff;
  border: 1px solid #e2ad22;
  padding: 8px;
  border-radius: 8px;
}
/*.subscribeNow form {
  display: flex;
  align-items: center;
  gap: 20px;
}*/
.subscribeNow form .row{
  align-items: center;
}
.subscribeNow input[type="email"] {
  width: 100%;
  border: none !important;
  font-size: 1rem;
  color: #000000;
  padding: 10px !important;
  margin-top: 0 !important;
}
.subscribeNow input[type="email"]::placeholder {
  color: #2b3d51;
}
.subscribeNow input:focus-visible {
  outline: none;
}
.subscribeNow input[type="submit"] {
  background-color: #e2ad22;
  color: #fff;
  border: 1px solid #e2ad22;
  margin-top: 0 !important;
  border-radius: 4px;
  padding: 14px 20px;
  transition: 0.5s;
}
.subscribeNow input[type="submit"]:hover {
  background-color: #000000;
  border: 1px solid #000000;
}
/*Close*/

/*Start Competition Description*/
.competitionDescription {
  padding: 50px 0;
}
.descriptionBox ul {
  display: grid;
  gap: 0.6rem;
}
.descriptionBox h3 {
  margin-bottom: 30px;
}
.descriptionBox ul li {
  color: #515151;
}
/*Close*/

/* Entries Section*/
.entriesSection {
  background-color: #f1f1f1;
  padding: 18px 0;
}
.entriesSection .row {
  align-items: center;
}
.entriesList ul {
  display: flex;
  align-items: center;
  gap: 55px;
}

.entriesList ul li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.entriesList ul li img {
  width: 24px;
}
.entriesList ul li:after {
  content: "";
  position: absolute;
  background-color: #525252;
  right: -30px;
  width: 1px;
  height: 100%;
}

.entriesList ul li:last-child:after {
  width: 0;
}
/*Close*/

/*Start Product css*/
.countdown {
  display: block;
  position: relative;
  z-index: 1;
}
.countdown ul {
  display: flex;
  gap: 35px;
  list-style: none;
  margin: 0 auto;
  border: 1px solid #e2ad22;
  width: fit-content;
  padding: 7px 32px;
  border-radius: 9px;
}
.countdown ul li {
  display: flex;
  flex-direction: column;
  text-align: left;
  text-transform: capitalize;
  font-size: 12px;
  color: #979797;
  font-weight: 500;
}
.countdown ul li span {
  font-size: 25px;
  font-weight: 600;
  color: #e2ad22;
  letter-spacing: 1px;
}
.singleProductText h2 {
  margin-bottom: 30px;
}
.singleProductText {
  padding-top: 5.1rem;
}
.shareIcon {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: right;
  padding-bottom: 40px;
  padding-top: 15px;
}

.shareIcon ul {
  display: flex;
  gap: 1rem;
}

.shareIcon span {
  color: #1e212c;
  font-weight: bold;
}
.perTicket {
  padding: 40px 0 25px;
}
.perTicket .price {
  color: #e2ad22;
  font-size: 32px;
  font-weight: bold;
  display: block;
  line-height: normal;
}
.perTicket .price .del {
  color: #b5b1a6;
  padding-left: 12px;
  text-decoration: line-through;
}
.perTicket .ticketText {
  font-size: 17px;
  color: #000000;
  padding-left: 8px;
}
.singleProductTop {
  background-color: #fff;
}
.singleProductTop .card-wrapper .card {
  background-color: transparent;
  border: none;
  row-gap: 10px;
}
.singleProductTop .card-wrapper img {
  width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  display: block;
  height: 100%;
  border-radius: 4px;
}
.singleProductTop .card-wrapper .img-display {
  overflow: hidden;
}
.singleProductTop .card-wrapper .img-showcase {
  display: flex;
  width: 100%;
  height: 407px;
  transition: all 0.5s ease;
}
.singleProductTop .card-wrapper .img-showcase img {
  min-width: 100%;
}
.singleProductTop .card-wrapper .img-select {
  display: flex;
  margin-top: 1rem;
  position: relative;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.card .swiper-button-prev {   
    left: 25px;
    opacity: 1;
    background: none;
    margin: 0;

}
.card .swiper-button-next {   
    opacity: 1;
    background: none;
    margin: 0;
    justify-content: revert-layer;
    margin-left: 10px;
    width: 37px;
   transform: rotate(180deg);
    

}
.card .swiper-button-prev, .swiper-button-next{
      width: 37px;
}
.card .swiper-button-prev:after {
    opacity: 0;
}
.card .swiper-button-next:after {
    opacity: 0;
}
.singleProductTop .card-wrapper .img-select .img-item {
  height: 75px;
}
.productSwiper{
  overflow: hidden !important;
}
.img-item {
  border: 3px solid #fff;

}
.swiper-slide-thumb-active .img-item {
  border-color: #e2ad22;
  border-radius: 4px;
}
.singleProductTop .card-wrapper .img-item:hover {
  opacity: 0.8;
}
.productGallery {
  margin-top: 16px;
}
.productBtnBox {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 30px;
}
.productBtnBox .productBtn {
  display: inline-block;
  padding: 7px 33px;
  line-height: normal;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  transition: 0.5s;
  font-size: 14px;
  width: 100%;
  text-align: center;
  background: transparent;
  color: #000000;
  border: 1px solid #e7e1e1;
}
.productBtn.active {
  background: var(--webColor);
  color: #fff;
  border: 1px solid #cb9812;
}
.productBtn:hover {
  color: #fff;
  background: var(--webColor);
  border: 1px solid #cb9812;
}
.answerQuestion {
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 12px 70px 49px;
}

.answerQuestion h3 {
  color: #e2ad22;
  margin-bottom: 0rem;
  text-align: center;
}

.answerQuestion p {
  color: #000;
  padding-bottom: 26px;
  text-align: center;
  /*    padding-left: 67px;*/
}

.qnaOptions {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  row-gap: 10px;
  padding-bottom: 30px;
  margin-bottom: 45px;
  border-bottom: 1px solid #cecece;
  width: 100%;
  margin: 0 auto 50px;
}

.Qna_radio {
  display: grid;
  grid-template-columns: 1fr 6fr;
  align-items: center;
  justify-content: left;
  gap: 13px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 24px;
  background-color: #eaeaea;
  border-radius: 5px;
}

.answerInput {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 27px;
  width: 27px;
  transition: all 0.15s ease-out 0s;
  background-color: #fff;
  border-radius: 5px;
  color: #000;
  cursor: pointer;
  display: inline-block;
  outline: none;
  position: relative;
  z-index: 1000;
}
.answerInput:checked::before {
  width: 27px;
  height: 27px;
  display: flex;
  color: #fff;
  background-color: #e2ad22;
  border: 1px solid #e2ad22;
  border-radius: 5px;
  content: "\f00c";
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: "Font Awesome 5 Free";
}
.progressbarButton {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-bottom: 20px;
}

.progressBars {
  width: 100%;
}

.clickBtn .value-button {
  color: #fff;
  font-size: 20px;
  background-color: #e2ad22;
  border: none;
  padding: 8px 16px;
  line-height: normal;
  border-radius: 7px !important;
}
.numberTickets p {
  color: #888585;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  padding-bottom: 45px;
}
.numberTickets h6 {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.numberTickets .percent {
  color: #e2ad22;
  font-weight: bold;
  font-size: 1rem;
}
.productslideBtn {
  text-align: center;
}
.productslideBtn .webBtn img {
  padding-left: 8px;
}
.numberBox {
  display: flex;
  justify-content: space-between;
}

.numberBox h6 {
  margin-bottom: 15px;
}
/*Close*/

/*Start leader Board*/
.leaderboardSection {
  position: relative;
  background-color: #fff3d3;
  padding: 45px 0;
  margin-bottom: 50px;
}
.leaderboardSection:after {
  content: "";
/*  background-image: url(/wp-content/uploads/2024/06/right-element.png);*/
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.leaderboardSection:before {
  content: "";
/*  background-image: url(/wp-content/uploads/2024/06/left-element.png);*/
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.leaderboardSection h2 {
  position: relative;
  text-align: center;
  color: #e2ad22;
  margin-bottom: 1rem;
}
.leaderboardSection h5 {
  position: relative;
  text-align: center;
  color: #000;
  margin-bottom: 3rem;

  
}
.insufficient__balance {
    border: 7px solid #fff0c8;
    background: white;
}

.leaderboardGrid {
  display: flex;
  justify-content: center;
  column-gap: 10px;
  padding-bottom: 25px;
  margin-top: 2rem;
  position: relative;
  z-index: 1;
}
.leaderboardGrid .leaderboardBox:nth-child(1) {
  /* padding-top: 60px; */
}

.leaderboardGrid .leaderboardBox:nth-child(3) {
  /* padding-top: 60px; */
}
.boardImage img {
  border: 3px solid #e2ad22;
  border-radius: 50%;
}
.table__scroll__indication {
    text-align: right;
    position: relative;
    top: 13px;
    font-family: 'Exo';
    font-weight: 500;
    color: red;
    font-size: 16px;
}
.userName {
  font-size: 14px;
  font-weight: bold;
  padding: 0px 0 0px;
  display: block;
  font-family: 'Exo';
}

.leaderboardBox {
    text-align: center;
    display: flex;
    align-items: center;
    gap: 13px;
    background: #ffffff;
    border-radius: 100px;
    padding: 8px 19px 8px 6px;
    border: 1px solid #EFD899;
    width: fit-content;
}

.leaderboardBox h6 {
    color: #E2AD22;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
}

.leaderboardBox h6 span {
    color: red;
}

.usernumber span {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
}

.usernumber {
    border-radius: 50%;
    background-color: #e2ad22;
    display: inline-block;
    line-height: normal;
    width: 31px;
    height: 31px;
    border: 1px solid #000;
    position: relative;
    bottom: -0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.boardImage {
  position: relative;
}
/*Close*/
/*Board History*/
.boardHistory {
  position: relative;
  z-index: 1;
  padding: 16px 24px;
  transition: 0.5s;
}
.boardHistoryShow {
  background-color: #ffecb9;
  border-radius: 12px;
}
.boardHistory h3 {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.boardHistory h5 {
  text-align: center;
  color: #e2ad22;
  text-transform: uppercase;
  cursor: pointer;
}
.boardTable {
  border-collapse: separate;
  border-spacing: 0 1em;
  margin-top: 32px;
  background-color: transparent;
  display: none;
  transition: 5s;
}
.boardHistoryShow .boardTable {
  display: table;
}
.boardTable th {
  background-color: transparent;
  font-size: 14px;
  font-weight: bold;
  border: none;
}
.boardTable tbody tr td {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  background: none;
}
.boardTable tbody tr {
  border-bottom: 2px solid #e2ad22;
}
/*.color-1 {
  background-color: #9b30ff !important;
}
.color-2 {
  background-color: #e2ad22 !important;
}
.color-3 {
  background-color: #95999a !important;
}
.color-4 {
  background-color: #cd7f32 !important;
}
.color-5 {
  background-color: #fddc5b !important;
}*/

/*Start Accordion*/
.accordion .accordion-item:first-child {
  margin-top: 0;
}
.accordionSection .accordion .accordion-item {
  background-color: transparent;
  border: 1px solid #bababa;
  border-radius: 13px;
  padding: 18px;
}
.accordionSection .accordion .accordion-item .accordion-button {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.accordionSection .accordion-body {
  padding: 0;
  padding-top: 3rem;
}
.prizesBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.prizesBox .prizesImg {
  height: 120px;
  width: 170px;
  border-radius: 13px;
  overflow: hidden;
}
.prizesBox .prizesImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prizesBox .prizesBoxText h4 {
  font-weight: bold;
  color: #e2ad22;
}
.prizesBox .prizesBoxText h5 {
  color: #000;
}
.group-score {
  font-weight: 500;
  padding: 10px 10px;
}
.winning-prize {
  border: 1px dotted #e2ad22;
  padding: 13px;
  border-radius: 8px;
  height: 100%;
}
.accordionSlider .swiper-slide {
  height: auto;
}
.winning-prize .code {
  font-size: 1rem;
  font-weight: bold;
  color: #e2ad22;
  text-align: center;
  display: block;
  margin-bottom: 21px;
}
.winning-prize ul {
  display: grid;
  gap: 8px;
}

.winning-prize ul li {
  display: flex;
  justify-content: space-between;
  color: #414141;
}

.winning-prize ul li span {
  font-weight: bold;
  color: #e2ad22;
}

.winning-prize .webBtn {
  font-size: 1rem;
  font-weight: 500;
  padding: 6px 24px;
  width: fit-content;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 1rem;
}

.winning-prize.disabled {
  border: 1px dotted #8f8f8f;
  pointer-events: none;
}

.winning-prize.disabled .code {
}

.winning-prize.disabled .code {
  color: #dbdbdb;
}

.winning-prize.disabled ul li span {
  color: #dbdbdb;
}

.winning-prize.disabled ul li {
  color: #8f8f8f;
}
.disabled .username {
  text-align: center;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #8f8f8f;
  margin-top: 1rem;
}
.userName {
    font-size: 17px;
    font-weight: bold;
    padding: 0px 0 0px;
    display: block;
    font-family: "Exo";
    text-transform: capitalize;
}
/*Close*/

/*Start Bingo css*/
.bingoBox {
  width: 75%;
}
.ticketsLeft {
  border: 1px dotted #e2ad22;
  border-radius: 9px;
  padding: 6px 110px;
  display: block;
  text-align: center;
  width: fit-content;
  margin: 0 auto 1rem;
}

.ticketsLeft p {
  color: #ff1616;
  font-weight: 600;
}

.ticketsLeft h3 {
  color: #e2ad22;
}
.latestWinnerBox {
  display: flex;
  justify-content: space-between;
  border: 1px solid #e2ad22;
  padding: 18px 24px;
  border-radius: 9px;
  margin-bottom: 1.5rem;
}

.latestWinnerBox span {
  color: #e2ad22;
  font-weight: 600;
}
.addSubhead ul {
  display: flex;
  gap: 28px;
}

.addSubhead ul li span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
}

.addSubhead ul li {
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: normal;
}

.addSubhead .avail {
    color: #ffd567;
}

.addSubhead .avail span {
    background-color: #ffd567;
}
.addSubhead .select {
  color: #0f9c26;
}
.addSubhead .select span {
    background-color: #0f9c26;
}
.addSubhead .soldd {
  color: #ff1616;
}
.addSubhead .soldd span {
  background-color: #ff1616;
}
.addSubhead .wsold {
    color: #ff0000;
}
.addSubhead .wsold span {
    background-color: #ff0000;
}
.ticketPricing {
  padding-bottom: 55px;
}
.ticketPricing h3 {
  color: #e2ad22;
}

.ticketPriceBtn {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap:10px;
}
.pricingButton {
  position: relative;
    width: 100%;
    background: white;
    border: 1px solid goldenrod;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.pricingButton input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.pricingButton input[type="radio"]:checked + label {
  color: #fff;
  background-color: #e2ad22;
}

.pricingButton label {
  /*cursor: pointer;*/
  font-size: 1.25rem;
  font-weight: bold;
  color: #e2ad22;
  background-color: #fff;
  padding: 13px 22px;
  border: 1px solid #e2ad22;
  border-radius: 10px;
  box-shadow: 6px 5px 14px rgb(0 0 0 / 7%);
}

/*Draw*/
.drawHistorySection {
  position: relative;
  background-color: #fff3d3;
  padding: 45px 0;
  margin-bottom: 50px;
}

.drawHistorySection:after {
  content: "";
  background-image: url(/wp-content/uploads/2024/06/right-element.png);
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.drawHistorySection:before {
  content: "";
  background-image: url(/wp-content/uploads/2024/06/left-element.png);
  background-repeat: no-repeat;
  background-position: left;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.drawHistoryBox a {
  color: #ddca99;
}
.drawHistoryBox {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 38px;
  z-index: 1;
  margin-bottom: 60px;
}
.drawHistoryBtn {
  font-size: 25px;
}
.drawHistoryBtn.active {
  color: #e2ad22;
  font-weight: bold;
  border-bottom: 1px solid #e2ad22;
}
.currentDrawGrid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
  position: relative;
  z-index: 1;
}
.currentDrawBox {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  height: 191px;
  border: 2px solid #000;
  padding: 1.5rem 1.7rem;
}
.box-1 {
  background-color: #ffb489;
}
.box-2 {
  background-color: #c8fcff;
}
.box-3 {
  background-color: #dca7fc;
}
.box-4 {
  background-color: #ff89b4;
}
.box-5 {
  background-color: #93d06e;
}
.box-6 {
  background-color: #859dc5;
}
.box-7 {
  background-color: #89c6ff;
}
.box-8 {
  background-color: #f6ff89;
}
.box-9 {
  background-color: #c8fcff;
}
.box-10 {
  background-color: #ffb489;
}
.box-11 {
  background-color: #c8fcff;
}
.box-12 {
  background-color: #c8fcff;
}
.box-13 {
  background-color: #dca7fc;
}
.box-14 {
  background-color: #ff89b4;
}
.box-15 {
  background-color: #93d06e;
}
span.number {
  display: block;
}
.currentDrawBox .number {
  border: 1px solid #000;
  border-radius: 50px;
  line-height: normal;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: bold;
}
.currentDrawBox h5 {
  margin-top: 24px;
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
}
.currentDrawBox p {
  color: #383838;
}
.currentDrawBox a {
  font-size: 1.25rem;
  margin-top: 24px;
  color: #000;
  font-weight: 600;
  display: inline-block;
  border-bottom: 1px solid #000;
}

.justWinSection {
  padding: 2.5rem 0;
}

.justWinBox h3 {
  font-weight: 500;
  margin-bottom: 30px;
}

.justWinBox h6 {
  margin: 24px 0;
}

.justWinBox ul {
  list-style: auto;
  padding-left: 1rem;
  display: grid;
  row-gap: 5px;
  margin-bottom: 1.5rem;
}

.justWinBox ul li {
  color: #515151;
}

.justWinBox p {
  color: #515151;
}

/*Ticket CSS*/

.repat-sec svg {
  position: fixed;
}

#roughpaper {
  opacity: 0.2;
}

.ticketSection {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.ticketSection.disabled {
  pointer-events: none;
}
.ticketSection.disabled span,
.ticketSection.disabled a {
  border-color: #00000042;
  color: #000;
}
.ticketSection .ticketShape {
  background-image: url(/wp-content/uploads/2024/08/ticket-orange.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 117px;
  padding: 0.5rem 1rem;
}
.ticketSection.disabled .ticketShape {
  background-image: url(/wp-content/uploads/2024/08/ticket-grey-1.png);
}
.ticketSection a {
  font-family: var(--webFonts);
  border: 2px solid #ffffff9e;
  padding: 0.6rem 0.2rem;
  position: relative;
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  justify-content: center;
}
.ticketSection span {
  writing-mode: vertical-lr;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 2px;
  border: 2px solid #ffffff9e;
  height: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
}

.ticketSection span:first-child {
  border-right: none;
  border-bottom-left-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
}

.ticketSection span:last-child {
  border-left: none;
  border-bottom-right-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
/*Ticket CSS Close*/

button.webBtn:disabled {
  background: #0000003b;
}
body .ck_headcoin_img {
  width: 24px !important;
  height: 24px !important;
  margin-right: 7px;
}
.answerQuestion .need-login {
  margin-top: 38px;
  line-height: 26px;
  border-radius: 12px;
  padding: 12px 16px;
  font-weight: 500;
  color: #fff;
  background-color: #e2ad22;
}
.answerQuestion .competition-closed {
  text-align: center;
  border: 1px solid #e2ad22;
  color: #fff;
  /*background-color: #e2ad22;*/
  font-size: 20px;
  padding: 12px 16px;
  font-weight: 500;
  margin-top: 38px;
  border-radius: 12px;
  line-height: 26px;
}
.competition-closed p {
  font-size: 17px;
}
.loader {
  text-align: center !important;
  margin: 40px auto !important;
}

button.comp-recharge {
  background-color: black;
  color: #fff;
  font-size: 1.1rem;
  line-height: normal;
  padding: 5px 10px;
  margin-left: -11px;
  border: 1px solid #000;
  border-radius: 0px 6px 6px 0;
}
/*Recommended CSS*/
.recommendedSlider .swiper-wrapper {
  padding-bottom: 70px;
}
.recommendedSlider .swiper-pagination-bullet {
  width: 15px !important;
  height: 15px !important;
  background-color: #d9d9d9 !important;
  opacity: 1 !important;
}
.recommendedSlider .swiper-pagination-bullet-active {
  background: #e2ad22 !important;
}
.recommendedSlider .swiper-slide {
  height: auto;
}
.recommended-icon i {
  font-size: 22px;
  color: #fff;
  background-color: #e2ad22;
  padding: 11px 9px;
  border-radius: 4px;
}
.recommended-button-next {
  text-align: right;
}
.intial-popup-screen {
  padding: 4rem 16px 16px 16px;
}
.intial-popup-screen .walletText {
  margin-bottom: 0px;
}

.right_popup_one .offcanvas {
  width: 440px;
}
.coinsButton {
  display: flex;
  gap: 20px;
}
.offcanvas-header {
  padding: 20px 15px 0px !important;
}
.indivitual__text p {
  color: #000;
  font-weight: 600;
  font-family: "Exo";
  font-size: 18px;
  font-style: italic;
}
.indivitual__text {
  padding-bottom: 12px;
  color: #000;
}
.bannerOffer p {
  font-style: italic;
  margin-top: 10px;
  font-size: 16px;
  color: #e2ad22;
  font-family: "Exo";
  font-weight: 500;
}
.offcanvas-header h5 {
  font-weight: 600;
}
.coinsButton img {
  width: 30px !important;
  height: 30px !important;
}

.coinsButton h5 {
  line-height: normal;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #d3d3d3;
  background-color: #f9f9f9;
  border-radius: 8px;
  padding: 9px 11px;
  font-size: 14px;
  font-weight: bold;
  color: #8a8787;
  transition: 0.5s;
  cursor: pointer;
}
.walletText {
  line-height: 22px;
  margin-bottom: 2rem;
}
.coinsButton h5.active {
  background-color: #e2ad22;
  color: #ffffff;
}
.top_up .package_2760 {
  background: #c0c0c0;
}

.top_up .package_2758 {
  background: #b87333;
  color: #fff;
}

.top_up .package_2757 {
  background: #cd7f32;
  color: #fff;
}

.top_up .package_2759 {
  background: #c0c0c0;
}

.top_up .package_2756 {
  background: #ffd700;
}

.top_up .package_2761 {
  background: #800080;
  color: #fff;
}
.package_2757 .bundle__name p,
.package_2758 .bundle__name p,
.package_2761 .bundle__name p {
  color: #fff;
}
.package_2757 .coin-ck img,
.package_2758 .coin-ck img,
.package_2761 .coin-ck img {
  filter: brightness(0) invert(1);
}
.menu-item-has-children {
  position: relative;
  margin-right: 25px;
}
.menu-item-has-children span:after {
  position: absolute;
  content: "";
  top: 4px;
  right: -24px;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 200;
}
ul.sub-menu {
  display: grid;
  gap: 1px;
  position: absolute;
  text-align: left;
  width: 254px;
  border-radius: 5px;
  background: #ffffff;
  left: auto;
  right: auto;
  top: 115%;
  transform: translateY(50px);
  opacity: 0;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  z-index: 555;
}
.menu-item-has-children:hover .sub-menu {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
ul.sub-menu li a {
  display: block;
  padding: 12px;
  transition: 0.2s;
}
ul.sub-menu li:last-child a {
  border-radius: 0 0 5px 5px;
}
ul.sub-menu li a:hover {
  color: #fff;
  background: linear-gradient(
    90deg,
    rgba(226, 173, 34, 1) 0%,
    rgba(251, 188, 22, 1) 100%
  );
}
.swal2-html-container .winnig-section-3 {
  justify-content: start !important;
  /* justify-content: center !important; */
 /* scrollbar-color: #e2ad22bf #f1f1f1;
  scrollbar-width: thin;*/
 /* min-height: 10rem;
  max-height: 30rem;
  overflow-y: scroll;
  -webkit-overflow-y: scroll;
  -webkit-overflow-scrolling: scroll;*/

}
.swal2-html-container .ticketSection a {
  font-size: 14px;
  line-height: 19px;
}
/*Close */

/*DRAW RESULTS*/

section.breadcrumb {
  height: 200px;
  display: flex;
  align-items: center;
  text-align: center;
  background: #e8e8e8;
  position: relative;
}
section.breadcrumb:before {
  height: 100%;
  width: 100%;
  background: url(/wp-content/uploads/2024/07/dotted.svg);
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  z-index: 1;
  background-position: left;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
section.breadcrumb:after {
  height: 100%;
  width: 100%;
  background: url(/wp-content/uploads/2024/07/right-dotted.svg);
  position: absolute;
  bottom: 0;
  display: block;
  right: 0;
  z-index: 1;
  background-position: right;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.draw_result_load {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}
.resultCard {
  display: grid;
  align-items: center;
  background: #fff4d7;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.cardText span {
  font-family: "Exo";
  color: #676765;
}
.cardText h3 {
  font-size: 20px;
  margin-bottom: 8px;
}
.cardText {
  padding: 15px 20px;
  width: 100%;
  text-align: center;
}
.cardUserDetails a {
    color: #e2ad22;
    font-weight: 600;
    font-size: 20px;
    display: block;
}
.cardUserDetails p:nth-child(3) {
  margin: 10px 0px;
  margin-bottom: 10px;
  font-weight: 500;
}
.cardUserDetails p:nth-child(2) {
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 5px;
}
.cardUserDetails p {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  font-family: "Exo";
  margin: 0px;
  padding: 0px;
}
.cardUserDetails h4 {
  font-size: 20px;
}
.cardUserDetails {
  width: 100%;
  text-align: center;
  padding: 15px 10px;
  background: #ffeec3;
}
.cardImage {
  width: 100%;
  max-width: 100%;
  /*height: 200px;*/
}
.cardImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.winnerPrize {
    border: 2px solid #cc9f4a;
    border-radius: 6px;
    padding: 12px;
    margin-top: 12px;
}
.resultData {
  padding: 52px 0px;
}
.videoSideBar iframe {
  width: 100%;
  height: 300px;
  border-radius: 12px;
  margin-bottom: 5px;
}
.videoSideBar {
  position: sticky;
  top: 10px;
}
.loadMore {
  background-color: #e2ad22;
  color: #fff;
  border: 1px solid #e2ad22;
  font-family: "Exo";
  font-size: 22px;
  border-radius: 74px;
}


button.cash-value {
  background-color: #fff;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  border-radius: 0.35rem;
  border: solid 0.1rem #000;
  padding: 14px 27px;
  font-size: 16px;
}
.cash-values {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 14px;
}
button.cash-value.selected {
  background: black;
  color: #fff;
}
.paymentMethod img {
  width: 100%;
  margin: 0px auto;
  padding-top: 10px;
}
.offcanvas-body .paymentMethod {
    justify-content: center;
}

.offcanvas-body .paymentMethod img {
    width: fit-content;
    margin: 0 !important;
    padding-top: 1.5rem;
}

.custom-select {
  position: relative;
  width: 140px;
  max-width: 100%;
}

.select-selected {
  font-size: 1rem;
  background-color: #f1f1f1;
  font-family: "Exo", sans-serif;
  padding: 5px;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #000000;
}
.select-selected .dropdown-icon {
  margin-left: auto;
  color: #000000;
}

.select-items {
  position: absolute;
  background-color: #f1f1f1;
  width: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 99;
  visibility: hidden;
  height: 0px;
  opacity: 0;
}
ul.select-items.myshow {
  visibility: visible;
  height: inherit;
  opacity: 1;
}

.select-items .select-hide {
  display: none;
}

.select-items li {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
}

.select-items li:hover {
  background-color: #ddd;
}

.containerHeader {
  max-width: 1720px;
}

.competition-closed {
  background-color: #f5f5f5;
  border: 1px solid #ebebeb;
  border-radius: 10px;
  padding: 50px;
}

div#swal2-html-container {
  font-size: 20px !important;
}

.swal2-html-container span.draw_date {
  color: black;
}

.swal2-html-container span.won-tic {
  color: green;
}

span.gold-text {
  color: #e2ad22;
}
/*15-07-24*/
.entryList {
  padding-top: 4rem;
}
.searchTicket {
  display: grid;
  grid-template-columns: 6fr 1fr;
  gap: 8px;
  margin-bottom: 2rem;
}
.searchTicket .webBtn {
  border-radius: 6px;
  font-size: 1rem;
  text-transform: uppercase;
}
.entryList #load-more {
  display: flex !important;
  font-size: 1rem;
  margin: 2rem auto 0;
}
.entryListHead {
  display: flex;
  justify-content: space-between;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
  margin-top: 4rem;
  margin-bottom: 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info .wpccl-input-wrapper {
  font-size: 1.125rem;
  position: relative;
  top: 4px;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  font-size: 1.125rem;
  color: #000000;
}
.woocommerce-form-coupon-toggle
  .woocommerce-info
  .wpccl-input-wrapper
  .showcoupon {
  color: #e2ad22;
}
.woocommerce-checkout #customer_details {
  padding: 3rem 0 3rem !important;
}
.woocommerce-billing-fields h3 {
  margin-bottom: 1.2rem;
}
.woocommerce-checkout .woocommerce #payment #place_order {
  font-size: 1rem !important;
  text-transform: capitalize !important;
  border-radius: 50px !important;
}
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
  line-height: inherit;
}
.woocommerce-order-received .woocommerce ul.order_details {
  background-color: #f3f3f3 !important;
}
body .woocommerce .woocommerce-thankyou-order-details li {
  border-right: 1px dashed #201e1e !important;
}
.woocommerce-info {
  font-size: 16px !important;
}
.form-row-first input#coupon_code {
  padding: 15px;
  margin-top: 1rem;
  border-radius: 4px;
  border: 1px solid #ae9d9d;
}

.form-row-last button.button {
  float: right;
  font-size: 1rem !important;
  margin-top: 1rem !important;
  border-radius: 50px !important;
}
.featherlight .featherlight-close-icon {
  color: #fff;
  background-color: #e2ad22;
}

.toolTips {
  position: relative;
}

.toolTips .tooltip {
  background: #dfdfdf;
  bottom: 100%;
  color: #000000;
  display: block;
  left: 0px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: -15px;
  opacity: 0;
  padding: 6px 11px;
  pointer-events: none;
  position: absolute;
  width: fit-content;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  transform: translateY(10px);
  transition: all 0.35s ease-out;
}

.toolTips .tooltip:after {
  border-left: solid transparent 8px;
  border-right: solid transparent 8px;
  border-top: solid #dfdfdf 8px;
  bottom: -8px;
  content: " ";
  height: 0;
  left: 18%;
  margin-left: -12px;
  position: absolute;
  width: 0;
}

.toolTips:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.wpcf7-form.init .form-group {
    margin-bottom: 1.5rem;
}
.contact_details ul {
    padding-left: 0 !important;
    margin-bottom: 2rem;
}
.contact-info-wrapper {
    height: 100%;
}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    top: 1.3em !important;
  }



  button.filter-box-button {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #d3d3d3;
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 5px 11px;
    font-size: 14px;
    font-weight: bold;
    color: #8a8787;
    transition: 0.5s;
}

.filter-box-button img {
    width: 45px;
    height: 36px;
    object-fit: contain;
}
button.filter-box-button.active {
    background-color: #000;
    color: #e2ad22;
}
.woocommerce-Button--next.button {
    text-align: center;
}
.tab-container {
    margin-top: 10px !important;
}
.tab-button {
    padding: 10px 20px !important;
    font-size: 18px !important;
}
.history-box a {
    color: #e2ad22;
    font-weight: 500;
}
.competition-box-section.tab-container {
    margin-bottom: 30px !important;
    margin-top: 55px !important;
}
.input-text#coupon_code {
    width: 100% !important;
    border-radius: 5px;
}

.coupon {
    position: relative;
    display: flex;
    gap: 20px;
    margin: 1.5rem 0 1rem;
    padding-bottom: 51px;
}

.coupon .wpccl-btn-wrapper {
    position: absolute;
    bottom: 0;
}

.coupon button.button {
    font-size: 14px !important;
    white-space: pre;
}

.coupon .wpccl-btn-wrapper a {
    color: #000;
    font-weight: 500;
}

.shop_table thead {
    background-color: #f3f3f3;
}

.woocommerce-remove-coupon {
    color: #e2ad22;
    font-weight: 500;
}

.cart_totals  h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.cart_totals {
    background-color: #f7f4f4;
    padding: 22px;
    border-radius: 6px;
}
.col2-set.addresses {
    padding-top: 1.5rem;
}

.addresses .woocommerce-Address-title.title {
    box-shadow: none;
    background-color: #e2ad22;
    margin-bottom: 1.2rem;
    border-radius: 5px;
}

.addresses .woocommerce-Address-title.title h3 {
    color: #fff;
    font-size: 1.2rem;
    padding: 10px 15px;
    margin-bottom: 0;
}

.addresses .edit {
    color: #000 !important;
    padding: 10px;
    background-color: #f8f8f8;
    margin-right: 8px;
}

.addresses .woocommerce-Address {
    background-color: #fff;
    padding: 20px;
    border-radius: 12px;
}

.addresses address {
    padding-left: .8rem;
}
.cart-subtotal {
    display: none;
}
.item-text h5 {
    margin-top: 1.5rem;
}

.open_price a {
    background-color: #e2ad22 !important;
    color: #ffffff !important;
}
.open_price a img:first-child {
    filter: brightness(0) invert(1);
}
section.detail_slider_section {
    background-color: #f5f7f9!important;
}
.detail_slider_content .detail_content p{
  font-size: 16px !important;
  line-height: 24px;
}
section.detail_slider_section:after {
    display: none;
}
.notallowed_content p {
    font-size: 18px !important; 
}
.notallowed_content a{
    margin-top: 20px;
}
.ticket-result {
    color: #e2ad22;
    margin-top: 12px;
    font-weight: 600;
}
.text__underpopup {
    float: left;
    text-align: center;
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 10px;
    background: #fff;
    z-index: 6;
    left: 0;
    right: 0;
    padding-bottom: 0px;
    font-size: 18px;
    color: #e2ad22;
}
div:where(.swal2-container) div:where(.swal2-actions){
  position: relative;
    bottom: -11px;
    left: 0;
    right: 0;

}
.swal2-html-container .winnig-section-3 {
    min-height: 9rem;
    max-height: 30rem;
    margin-top: .5rem;
}
.manual__ticket {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content:center;

}

.manual__ticket span {
    background: #3b3939;
    padding: 5px 10px;
    margin: 0px;
    border-radius: 5px;
    height: fit-content;
    font-size: 16px;
}
.topFooter .social_icons li a img {
    WIDTH: 21px;
    max-width: 100%;
}
.heroSlide {
    height: 37vw;
    overflow: hidden;
}
.heroSlide iframe {
    height: 100% !important;
}
.hero__next{background: none !important;}
.hero__next:after{color:#f9bb16;}
.hero__prev{background: none !important;}
.hero__prev:after{color:#f9bb16;}


.progress-bg span {
    right: -5px !important;
}
.progress-bg span input {
    width: 100% !important;
    text-align: right !important;
}
/*.swal2-deny.order-3.swal2-styled {
    text-transform: uppercase;
}*/
.cart-empty.woocommerce-info:before {
    top: 15px !important;
}
.sa-confirm-button-container .confirm {
    padding: 10px 37px !important;
}
    .sa-confirm-button-container .confirm {
    margin-top: 14px;
}
    .showSweetAlert  fieldset {
    padding: 4px;
}

.featured_box {
    border: 2px solid #cc9f4a !important;
}

.order-again-btns {
    display: flex;
    gap: 10px;
}
ul.woocommerce-error li {
    padding-left: 28px !important;
}

ul.woocommerce-error:before {
        top: 1em !important;
}
ul.woocommerce-error li:focus-visible {
    outline: none;
}


.boardHistoryShow a.today_yesterday_btn {
    display: flex;
    padding: 14px 33px;
    line-height: normal;
    width: fit-content;
    border-radius: 50px;
    background: var(--webColor);
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 1.25rem;
    border: 1px var(--webColor);
    margin: 0px auto;
}

a.today_yesterday_btn{display: none;}

p.history_date {
    display: none;
}

.boardHistoryShow p.history_date {
    display: flex;
    justify-content: center;
    margin-top: 16px;
    color: #000;
}


div#closediscountPopup {
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -50px;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 40px;
}
.woocommerce-checkout #customer_details .woocommerce-billing-fields input.input-checkbox {
    border: none !important;
    padding: 0 !important;
}


#discountPopup .free_item_img img {
    max-width: 400px;
    object-fit: contain;
}

span.danger {
    color: red;
}


#Siteloader {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 40px;
  height: 40px;
  animation: spin 2s linear infinite;
  z-index: 9999; /* Make sure it's above everything else */
  background-color: transparent;
}

/* Spin animation */
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



span.currency-symbol {
    font-size: 3.5rem !important;
    font-weight: 600;
    line-height: normal;
    color: #000;
}

.woocommerce-account .woocommerce {
    padding: 4rem 0 !important;
}

.registration-notice {
    margin-bottom: 3rem;
    text-align: center;
}
.registration-notice h3 {
    margin-bottom: 1rem;
    font-size: 2rem;
}
.registration-notice p {
    line-height: 1.5rem;
    color: red;
}

.woocommerce-message {
    padding-left: 46px !important;
    margin-top: 2rem !important;
}

.woocommerce-message:before {
    top: 16px !important;
}

.woocommerce-message a.restore-item {
    color: #e2ad22;
}


.reviewImg img {
    width: 100%;
}
.counter_box {
    align-items: start !important;
}
.counter-container {
    align-items: start !important;
}
.counter-container .icon {
    margin-top: 10px;
}
.newsletter-submit {
    position: relative;
    text-align: right;
}
.newsletter-submit .wpcf7-spinner {
    position: absolute;
    bottom: -37px;
    right: 0;
    margin: 0;
}
section.freebox_section pre {
    overflow: hidden;
    font-family: 'Exo';
    font-size: 18px;
}
.page-title h4{
  margin-bottom: 0 !important;
}


.color {
    background-color: grey;
}


.color-1 {
  background-color: #9b30ff !important;
}
.color-2 {
  background-color: #e2ad22 !important;
}

.color-4 {
  background-color: #cd7f32 !important;
}
.color-5 {
  background-color: #fddc5b !important;
}

.color.color-3 {
  background-color: #C0C0C0!important;
}