:root {
  --themepink: #e43f8c;
  --themepinkhover: #e12e81;
  --themepurple: #362f74;
  --themepurplehover: #282356;
  --themeblue: #37bbd0;
  --themebluehover: #2f9fb0;
  --themefooterbg: #221b5c;
  --themeyellow: #fac02e;
  --themeyellowhover: #d2a126;
  --backgroundGrey: #fafafa;
  --bordercolor: rgba(0, 0, 0, 0.05);
  --win: rgb(0, 170, 0);
  --lose: red;
  --draw: #f37e16;
}

.height__50vh {
  height: 50svh;
}

.homebanner {
  background-image: url(../images/topbanner.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 100vh;
  max-height: 600px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}

.homebanner span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent background */
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.buttonStyle {
  border-radius: 4px;
  padding: 0px 15px;
  text-align: center;
  color: #ffffff;
  background: #9c9c9c;
  border: none;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  transition: all ease 0.3s;
}

.buttonStyle.small {
  height: 35px;
}

.buttonStyle.blue {
  background: var(--themeblue);
}

.buttonStyle.blue:hover {
  background: var(--themebluehover);
}

.buttonStyle.pink {
  background: var(--themepink);
}

.buttonStyle.pink:hover {
  background: var(--themepinkhover);
}

.buttonStyle.purple {
  background: var(--themepurple);
}

.buttonStyle.purple:hover {
  background: var(--themepurplehover);
}

.buttonStyle.disabled {
  background: #ebebeb;
  color: #a3a3a3;
}

.buttonStyle.follow {
  background: var(--themepink);
}

.buttonStyle.unfollow {
  background: rgba(0, 0, 0, 0.5);
}

a.tipsterlink {
  color: var(--themepink);
  font-weight: 600;
}

.row-cover {
  width: 95vw;
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 0px;
  position: relative;
}

.header {
  top: 0;
  background: transparent;
  z-index: 100;
}

.header .row-cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .row-cover .logo {
  width: 100px;
}

.header .row-cover .nav {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header .row-cover .nav a {
  color: #ffffff;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
}

.header .row-cover .nav a.market {
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  position: relative;
  z-index: 10;
}

.header .row-cover .nav a.market:hover {
  color: #ffffff;
}

.header .row-cover .nav a:hover {
  color: var(--themeblue);
}

.header .row-cover .nav .signup {
  background: var(--themeblue);
  text-transform: uppercase;
}

.header .row-cover .nav a b {
  position: absolute;
  right: -5px;
  top: -5px;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  background: red;
  color: #ffffff;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
}

.header_banner h1 {
  font-size: 80px;
  font-weight: 700;
  font-family: "Bebas Neue";
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.8px;
  text-shadow: 0 8px 6px rgba(0, 0, 0, 0.3);
  line-height: 1;
}

.header_banner span {
  font-size: 23px;
  color: #ffffff;
  text-align: center;
  display: block;
  padding-top: 20px;
}

.featured-match {
  width: 100%;
  position: relative;
}

.ipaddress {
  background: var(--themefooterbg);
  font-size: 12px;
}

.ipaddress .row-cover {
  display: flex;
  justify-content: space-between;
  color: #8b81e1;
  gap: 10px;
  padding: 10px;
}

.featured-match .fansvote {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 10px 30px;
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 8px;
  margin-bottom: 10px;
}

.featured-match .fansvote b {
  font-weight: 700;
  font-size: 18px;
}

.featured-match .box {
  background: #ffffff;

  min-height: 500px;
  padding: 40px 0px;
  position: relative;
}

.featured-match .box .loading-gif {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 10;
  border-radius: 8px;
  display: none;
  justify-content: center;
  align-items: center;
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 50px;
  --b: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  padding: 1px;
  background: conic-gradient(rgba(0, 0, 0, 0) 10%, var(--themepurple)) content-box;
  -webkit-mask: repeating-conic-gradient(rgba(0, 0, 0, 0) 0deg, #000 1deg 20deg, rgba(0, 0, 0, 0) 21deg 36deg),
    radial-gradient(farthest-side, rgba(0, 0, 0, 0) calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
  animation: l4 1s infinite steps(10);
}

@keyframes l4 {
  to {
    transform: rotate(1turn);
  }
}
@keyframes l12 {
  100% {
    transform: rotate(0.5turn);
  }
}

.featured-match .slider {
  position: relative;
  background: #ffffff;

  border-radius: 8px;
}

.featured-match .swiper {
  border-radius: 8px;
}

.featured-match .slider .othermatch {
  position: absolute;
  top: 30px;
  z-index: 2;
}

.featured-match .slider .othermatch.prevmatch {
  left: -20px;
}

.featured-match .slider .othermatch.nextmatch {
  right: -20px;
}

.featured-match .slider .othermatch a {
  background: var(--themepink);
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
  display: flex;
  gap: 10px;
  align-items: center;
  border-radius: 6px;
  justify-content: center;
}

.featured-match .slider .othermatch a:hover {
  background: var(--themeblue);
}

.featured-match .slider .nomatch {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 500px;
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--themepurple);
  font-style: italic;
  padding: 10px 20px;
}

.featured-match .slider .nomatch b {
  color: var(--themeblue);
}

.featured-match .slider .nomatch span {
  color: var(--themepink);
}

.featured-match .box .title {
  color: #362f74;
  text-align: center;
  font-family: "Bebas Neue";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.72px;
  padding: 0 10px 30px;
}

.featured-match .box .matchInfo {
  padding: 0px 10px 30px;
  text-align: center;
}

.featured-match .box .matchInfo .week {
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}

.featured-match .box .matchInfo p {
  padding-top: 10px;
  color: #808080;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  line-height: 22px;
}

.featured-match .box .teams {
  display: flex;
  align-items: center;
  position: relative;
}

.featured-match .box .teams .middleline {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fac02e;
  text-align: center;
  font-weight: 700;
  font-family: "Bebas Neue";
  font-size: 16px;
  z-index: 2;
  border-radius: 100%;
}

.featured-match .box .teams .middleline:before {
  border: 2px solid #ffffff;
  position: absolute;
  content: "";
  left: 50%;
  top: -40px;
  height: 100px;
  transform: translateX(-50%);
  z-index: -1;
}

.featured-match .box .teams .middleline:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background: #fac02e;
  content: "";
  z-index: -1;
  border-radius: 100%;
}

.featured-match .box .teams .cover {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 0 40px;
  position: relative;
  width: 50%;
  background: #f5f5f5;
  height: 100px;
}

.featured-match .box .teams .teamlogo {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 200px;
  height: auto;
  max-height: 240px;
}

.featured-match .box .teams .clubname {
  font-family: "Bebas Neue";
  font-weight: 600;
  font-size: 28px;
  letter-spacing: 0.56px;
  z-index: 2;
  position: relative;
  color: #000;
}

.featured-match .box .teams .home .clubname {
  text-align: right;
}

.featured-match .box .teams .away .clubname {
  text-align: left;
}

.featured-match .box .teams .cover .text {
  position: absolute;
  top: -28px;
  font-size: 133px;
  font-family: "Bebas Neue";
  font-weight: 600;
  letter-spacing: 2.8px;
  color: #edecec;
  z-index: 1;
}

.featured-match .box .teams .cover.home .text {
  right: 40px;
}

.featured-match .box .teams .cover.away .text {
  left: 40px;
}

.featured-match .box .currentTotalvote {
  padding: 15px 15px;
  width: 80%;
  max-width: 300px;
  margin: 50px auto 0;
  text-align: center;
  border-radius: 4px;
  background: #f4f4f4;
  font-weight: 500;
}

.featured-match .box .votes {
  display: flex;
  justify-content: center;
  gap: 20px;
  align-items: center;
  padding-top: 30px;
}

.featured-match .box .votes.finished {
  pointer-events: none;
}

.featured-match .box .votes label input {
  display: none;
}

.featured-match .box .votes label .votebutton {
  border-radius: 4px;
  height: 50px;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  background: var(--themepink);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  position: relative;
  transition: all ease 0.3s;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
  user-select: none; /* Standard syntax */
  z-index: 1;
}

.featured-match .box .votes label .votebutton .votedthis {
  position: absolute;
  left: 0;
  width: 100%;
  top: -20px;
  color: #000;
}

.featured-match .box .votes.finished label .votebutton.purple {
  background: var(--themepurple) !important;
}

.featured-match .box .votes.finished label .votebutton.yellow {
  background: var(--themeyellow) !important;
  color: #000;
}

.featured-match .box .votes.finished label .votebutton.yellow span {
  color: #000;
}

.featured-match .box .votes.finished label .votebutton.pink {
  background: var(--themepink) !important;
}

.featured-match .box .votes label .votebutton .progressbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: none;
  transition: all ease 1s;
}

.featured-match .box .votes.finished label .votebutton .progressbar {
  display: block !important;
  transition: all ease 1s;
}

.featured-match .box .votes label .votebutton p {
  font-weight: 500;
  font-size: 17px;
}

.featured-match .box .votes label .votebutton span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  display: none;
  text-align: center;
}

.featured-match .box .votes label input[type="radio"]:checked + .votebutton {
  background: #362f74;
}

.featured-match .box .votes label .votebutton:hover {
  background: #362f74;
  transition: all ease 0.3s;
}

.featured-match .box .votes label .votebutton.selected:after {
  content: "Voted";
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background: var(--themeblue);
  border-radius: 6px 6px 0 0;
  top: -23px;
  padding: 5px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 1;
}

.featured-match .box .votes.finished label .votebutton p {
  font-size: 13px;
}

.featured-match .box .votes.finished label .votebutton span {
  display: block;
}

.featured-match .box .votes label .totalvote {
  color: #7b7b7b;
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
  display: none;
}

.featured-match .box .votes.finished label .totalvote {
  display: block;
}

.featured-match .box .submitVote {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}

.featured-match .box .submitVote input {
  background: #d7d7d7;
  text-transform: uppercase;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  font-size: 17px;
  font-weight: 500;
  pointer-events: none;
}

.featured-match .box .submitVote input.active {
  background: var(--themeblue);
  pointer-events: initial;
}

.featured-match .beforelogin_vote {
  text-align: center;
  margin-top: 30px;
}

.featured-match .beforelogin_vote p {
  color: #000;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.featured-match .beforelogin_vote a {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.upcoming-match .title {
  color: var(--themepurple);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
  padding-bottom: 30px;
}

.upcoming-match .title b {
  color: var(--themeblue);
}

.upcoming-match .matchbox {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}

.upcoming-match .matchbox .teamversus {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
  margin-bottom: 20px;
}

.upcoming-match .matchbox .teamversus .logo {
  width: 90px;
  height: 110px;
  display: flex;
  align-items: center;
}

.upcoming-match .matchbox .teamversus .teamname {
  width: calc(100% - 260px);
  color: #362f74;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}

.upcoming-match .matchbox .teamversus .teamname > div {
  display: block;
}

.upcoming-match .matchbox .teamversus .teamname > span {
  display: block;
  margin: 5px 0px;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}

.upcoming-match .matchbox .schedule {
  text-align: center;
  font-size: 12px;
  color: #656565;
  margin-bottom: 30px;
}

.upcoming-match .matchbox .schedule p b {
  font-weight: 600;
  color: #000000;
}

.upcoming-match .matchbox .currentTotalvote {
  padding: 15px 15px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
  background: #f4f4f4;
  font-weight: 500;
}

.upcoming-match .signupnow {
  text-align: center;
  padding-top: 30px;
}

.upcoming-match .signupnow p {
  display: block;
  padding-bottom: 20px;
}

.upcoming-match .signupnow a {
  width: 200px;
  margin: 0 auto;
}

.blogpost .title {
  color: var(--themepurple);
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 20px;
}

.blogpost .title b {
  color: var(--themepink);
}

.blogpost .postcover {
  width: 100%;
}

.blogpost .postcover .postImage {
  border-radius: 8px;
  overflow: hidden;
}

.blogpost .postcover .postTitle {
  margin: 10px 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogpost .swipercover {
  position: relative;
}

.blogpost .swipercover .swipernav {
  position: absolute;
  right: 0;
  top: -50px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.blogpost .swipercover .swipernav > div {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--themeyellow);
  color: #000000;
  border-radius: 100%;
  cursor: pointer;
  -webkit-user-select: none; /* Safari */ /* IE 10 and IE 11 */
  -moz-user-select: none;
  user-select: none; /* Standard syntax */
}

.signupfree {
  background-image: url("../images/middle-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top -170px;
  position: relative;
}

.signupfree > span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  z-index: 1;
}

.signupfree {
  padding: 20px 0px;
}

.signupfree .row-cover {
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.signupfree .row-cover .title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px; /* 112.5% */
}

.signupfree .row-cover p {
  font-size: 18px;
  text-align: center;
}

.signupfree .row-cover a {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.footer {
  background: var(--themefooterbg);
  padding: 20px 0px;
}

.footer .site-map {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.footer .site-map a {
  padding: 0 20px;
  border-right: 1px solid #ffffff;
  color: #fff;
}

.footer .site-map a:hover {
  color: var(--themepink);
}

.footer .site-map a:last-child {
  border-right: none;
}

.footer .slogan {
  text-align: center;
  color: #b1b1b1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 40px;
  line-height: 1.5;
}

.footer .logo {
  display: flex;
  justify-content: center;
}

.copyright {
  background: var(--themepink);
}

.copyright .row-cover {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 20px 0px;
}

.copyright .row-cover p {
  color: #ffffff;
}

.copyright .row-cover > div {
  display: flex;
}

.copyright .row-cover > div a {
  padding: 0 20px;
  color: #ffffff;
  border-right: 1px solid #ffffff;
}

.copyright .row-cover > div a:hover {
  color: var(--themepurple);
}

.copyright .row-cover > div a:last-child {
  border-right: none;
}

.userRegister {
  width: 100%;
  background-image: url("../images/registerbg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
}

.userRegister .formWrapper {
  min-height: 90%;
  height: 90vh;
  display: flex;
  width: 100%;
  align-items: stretch;
}

.userRegister .formWrapper .formInput {
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 60%;
  display: flex;
  align-items: center;
  padding: 60px 0px;
}

.userRegister .formWrapper .formText {
  height: 100%;
  width: 40%;
  background: rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  padding: 60px 60px;
}

.userRegister .formWrapper .formText a.backtohome {
  width: 100%;
  max-width: 200px;
}

.userRegister .formWrapper .formText > div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.userRegister .formWrapper .formText div .logo {
  margin-bottom: 20px;
}

.userRegister .formWrapper .formText > div span {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #bababa;
}

.userRegister .formWrapper .formText > div .title {
  font-size: clamp(1.5rem, 4vw, 2.6rem);
  font-weight: 500;
  color: #ffffff;
}

.userRegister .formWrapper .formText > div p {
  color: #ffffff;
  line-height: 1.5;
}

.userRegister .formWrapper .formInput .sociallogin {
  width: 170px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  height: 100%;
  align-items: center;
}

.userRegister .formWrapper .formInput .sociallogin .divider {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 12px;
  gap: 40px;
}

.userRegister .formWrapper .formInput .sociallogin.left .divider {
  right: 0;
}

.userRegister .formWrapper .formInput .sociallogin.right .divider {
  left: 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.3); /* vertical line */
}

.userRegister .formWrapper .formInput .sociallogin a {
  background: #ffffff;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #000000;
}

.userRegister .formWrapper .formInput .sociallogin a:hover {
  background: var(--themeblue);
  color: #fff;
}

.userRegister .formWrapper .formInput .user_form {
  width: calc(100% - 170px);
  padding: 0 60px;
}

.userRegister .formWrapper .formInput .user_form a.goback {
  color: var(--themeblue);
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 10px;
  width: fit-content;
}

.userRegister .formWrapper .formInput .user_form a.goback:hover {
  color: var(--themebluehover);
}

.userRegister .formWrapper .formInput .user_form .title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 50px;
  text-transform: capitalize;
}

.userRegister .formWrapper .formInput .user_form .cover {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover {
  width: calc(50% - 10px);
  position: relative;
  background: #000000;
  border-radius: 6px;
  overflow: hidden;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover.notField {
  background: none;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover.notField a {
  color: #9a9a9a;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover .checkbox {
  width: 100%;
}

.userRegister .inputcover .checkbox {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.userRegister .inputcover .checkbox input {
  display: none;
}

.userRegister .inputcover .checkbox .box {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #000000;
  border: 1px solid #505050;
}

.userRegister .inputcover .checkbox .box:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--themeblue);
  position: absolute;
  left: 4px;
  top: 4px;
  display: none;
}

.userRegister .inputcover .checkbox input:checked + .box:before {
  display: block;
}

.userRegister .inputcover .checkbox p {
  color: #ffffff;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover input,
.userRegister .formWrapper .formInput .user_form .cover .inputcover .inputSelect {
  width: 100%;
  background: none;
  color: #ffffff;
  padding: 20px 20px 0px;
  height: 64px;
  background: transparent;
  border: none;
  font-size: 16px;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover .inputSelect option {
  color: #000000;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover .label {
  position: absolute;
  left: 19px;
  top: 50%;
  color: #898989;
  font-size: 16px;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover input {
  position: relative;
  z-index: 2;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover .fixedlabel {
  position: absolute;
  left: 19px;
  top: 30%;
  color: #898989;
  font-size: 12px;
  transform: translateY(-50%);
  transition: all ease 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover input:focus,
.userRegister .formWrapper .formInput .user_form .cover .inputcover input:valid {
  color: #fff;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover input:not(:-moz-placeholder) + .label {
  font-size: 12px;
  top: 30%;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover input:focus + .label,
.userRegister .formWrapper .formInput .user_form .cover .inputcover input:not(:placeholder-shown) + .label {
  font-size: 12px;
  top: 30%;
  transition: all ease 0.3s;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover input:invalid:not(:-moz-placeholder) {
  border-bottom: 1px solid red;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover input:invalid:not(:placeholder-shown) {
  border-bottom: 1px solid red;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover .visibility {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  cursor: pointer;
  z-index: 2;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover.full {
  width: 100%;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover .mobileno {
  display: flex;
}

.userRegister .formWrapper .formInput .user_form .cover .inputcover .mobileno .code {
  width: 65px;
  padding: 20px 0 0 20px;
}

.userRegister .formWrapper .formInput .user_form .button-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
  width: 100%;
}

.userRegister .formWrapper .formInput .user_form .button-link > div {
  color: #ffffff;
  width: calc(50% - 10px);
}

.userRegister .formWrapper .formInput .user_form .button-link > div a {
  color: var(--themepink);
}

.userRegister .formWrapper .formInput .user_form .button-link input {
  width: calc(50% - 10px);
  font-size: 17px;
}

.userRegister .formWrapper .formInput .user_form .login_option {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}

.userRegister .formWrapper .formInput .user_form .login_option a {
  width: 100%;
  padding: 15px 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 6px;
  background: rgba(3, 3, 3, 0.4);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

.userRegister .formWrapper .formInput .user_form .login_option a:hover {
  background: rgba(3, 3, 3, 0.7);
}

.userRegister .formWrapper .formInput .user_form .login_option a.active {
  background: rgba(255, 255, 255, 0.25);
}

.user_form .otp_option {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.user_form .otp_option a {
  color: #ffffff;
  padding-bottom: 10px;
  font-weight: 500;
}
.user_form .otp_option a.active {
  border-bottom: 2px solid #ffffff;
}

.userRegister .formWrapper .formInput .user_form .inputcover .otp_field {
  position: relative;
}
.userRegister .formWrapper .formInput .user_form .inputcover .otp_field button.getotp {
  position: absolute;
  background: none;
  padding: 0;
  margin: 0;
  color: var(--themeblue);
  font-size: 14px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  border: none;
  cursor: pointer;
  z-index: 3;
}

.userRegister .formWrapper .formInput .user_form .inputcover .otp_field input {
  padding-right: 145px;
}

.user_form .otp_field .resendmsg {
  position: absolute;
  right: 20px;
  color: var(--themepink);
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  user-select: none;
  z-index: 3;
  display: none;
}

.user_form .inputcover .noticemsg {
  color: var(--themepink);
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 20px;
}

.leaderboard {
  position: Relative;
}

.leaderboard-table {
  border-radius: 8px;
  background: #fff;
  padding: 60px 30px;
  min-height: 100vh;
}

.leaderboard-table table {
  width: 100%;
}

.leaderboard-table table th {
  padding: 20px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  color: #000;
}

.leaderboard-table table th:first-child,
.leaderboard-table table td:first-child {
  text-align: center;
  width: 120px;
}

.leaderboard-table table td {
  padding: 20px 20px;
  text-align: left;
  background: #fafafa;
}

.leaderboard-table table td a {
  color: var(--themepink);
  font-weight: 600;
}

.leaderboard-table table tbody tr {
  border-bottom: 5px solid #ffffff;
}

.leaderboard-table table th:nth-last-child(1),
.leaderboard-table table th:nth-last-child(2),
.leaderboard-table table td:nth-last-child(1),
.leaderboard-table table td:nth-last-child(2) {
  text-align: right;
}

.leaderboard-table table tr:hover td {
  background: #f3f3f3;
}

.leaderboard-table table tr:first-child td:first-child {
  border-left: 4px solid #f6ce2d;
}

.leaderboard-table table tr:nth-child(2) td:first-child {
  border-left: 4px solid #d5d5d5;
}

.leaderboard-table table tr:nth-child(3) td:first-child {
  border-left: 4px solid #d37a2d;
}

.matchexplorer {
  position: relative;
}

.matchexplorer-list {
  min-height: 100vh;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 60px 30px;
}

.matchfilter {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--bordercolor);
}

.matchfilter .title {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
  color: var(--themepurple);
}

.matchfilter .filter-row {
  display: flex;
  gap: 20px;
  padding-bottom: 10px;
}

.matchfilter .filter-row .type p {
  padding-bottom: 5px;
}

.matchfilter .filter-row .type input {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0px 20px;
  color: #000000;
  width: 100%;
  background: #ffffff;
  height: 50px;
  line-height: 50px;
}

.matchfilter .filter-row .type select {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 0px 20px;
  color: #000000;
  background: #ffffff url(../images/arrowdown.png) no-repeat right 5px center;
  width: 100%;
  height: 50px;
  line-height: 50px;
}

input#dateFilter {
  background-image: url("../images/calendar.svg");
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.matchexplorer-list .wrapper {
  margin-bottom: 50px;
  position: relative;
}

.matchexplorer-list .wrapper .viewall {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.matchexplorer-list .wrapper .viewall a {
  background: var(--themeblue);
}

.matchexplorer-list .match-row {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 30px;
  overflow: hidden;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
}

.matchexplorer-list .match-row .top {
  background: #fafafa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}

.matchexplorer-list .match-row .btm {
  background: #f2f2f2;
  text-align: center;
  padding: 10px;
  font-size: 14px;
}

.matchexplorer-list .match-row .button {
  width: 100%;
}

.matchexplorer-list .match-row .top .time,
.matchexplorer-list .match-row .top .countdown {
  width: 200px;
}

.matchexplorer-list .match-row .top .countdown {
  text-align: right;
}

.matchexplorer-list .match-row .top .teams {
  width: calc(100% - 300px);
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 0px 10px;
}

.matchexplorer-list .match-row .top .teams > div {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex: 1 1 100%;
}

.matchexplorer-list .match-row .top .teams .home {
  justify-content: flex-end;
}

.matchexplorer-list .match-row .top .teams .away {
  justify-content: flex-start;
}

.matchexplorer-list .match-row .top .teams .home span {
  text-align: right;
}

.matchexplorer-list .match-row .top .teams > div .image {
  width: 50px;
}

.matchexplorer-list .match-date {
  color: var(--themepurple);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.matchexplorer-list .currentTotalvote {
  text-align: center;
  padding: 20px 10px 0;
}

.matchexplorer-list .currentTotalvote b {
  font-weight: 700;
  font-size: 18px;
}

.matchexplorer-list .voteresult {
  width: 100%;
  padding: 30px 20px;
  border: 1px solid var(--bordercolor);
  border-top: none;
  display: flex;
  justify-content: center;
  gap: 40px;
  row-gap: 30px;
  flex-wrap: wrap;
}

.matchexplorer-list .matchresult {
  width: 100%;
  text-align: center;
  padding: 20px 20px;
  font-size: 25px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: center;
  align-items: center;
  background: #d7d7d7;
  color: #000000;
}

.matchexplorer-list .matchresult.home {
  background: var(--themepurple);
  color: #ffffff;
}

.matchexplorer-list .matchresult.home p,
.matchexplorer-list .matchresult.away p {
  color: #ffffff;
}

.matchexplorer-list .matchresult.draw {
  background: var(--themeyellow);
  color: #000000;
}

.matchexplorer-list .matchresult.away {
  background: var(--themepink);
  color: #ffffff;
}

.matchexplorer-list .matchresult p {
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}

.matchexplorer-list .matchresult.draw p {
  color: #000000;
}

.matchexplorer-list .voteresult .count {
  width: 180px;
}

.matchexplorer-list .voteresult .count .votebutton {
  border-radius: 4px;
  height: 50px;
  padding: 5px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  transition: all ease 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.matchexplorer-list .voteresult .count .votebutton .uservote {
  position: absolute;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background: var(--themeblue);
  border-radius: 6px 6px 0 0;
  top: -23px;
  padding: 5px 0px;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  z-index: 1;
}

.matchexplorer-list .voteresult .count .votebutton.purple {
  background-color: var(--themepurple);
}

.matchexplorer-list .voteresult .count .votebutton.yellow {
  background-color: var(--themeyellow);
  color: #000;
}

.matchexplorer-list .voteresult .count .votebutton.yellow span {
  color: #000;
}

.matchexplorer-list .voteresult .count .votebutton.pink {
  background-color: var(--themepink);
}

.matchexplorer-list .voteresult .count .votebutton p {
  font-weight: 500;
  font-size: 13px;
}

.matchexplorer-list .voteresult .count .votebutton span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  text-align: center;
}

.matchexplorer-list .voteresult .count .votebutton .progressbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  transition: all ease 1s;
}

.matchexplorer-list .voteresult .count .totalvote {
  color: #7b7b7b;
  text-align: center;
  font-size: 11px;
  margin-top: 10px;
}

.contactus__form {
  min-height: 50svh;
  border-radius: 8px;
  background: #fff;
  padding: 60px 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  row-gap: 20px;
}

.contactus__form--input {
  width: 49%;
  position: relative;
}

.contactus__form--input.full {
  width: 100%;
}

.contactus__form--input .field {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 13px 20px;
  color: #000000;
  background: none;
  width: 100%;
}

.contactus__form--input textarea {
  height: 200px;
  resize: none;
}

.contactus__form--button {
  width: 100%;
  display: flex;
  gap: 20px;
}

.default_cover {
  min-height: 100vh;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 60px 30px;
}

.todaytips__table .title {
  color: var(--themepurple);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.todaytips__table--wrapper {
  padding-bottom: 50px;
}

.todaytips__table--wrapper .viewall {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.todaytips__table--wrapper .viewall a {
  color: var(--themepink);
  font-weight: 500;
  display: block;
}

.todaytips__table--thead {
  display: flex;
  background: var(--themepurple);
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 14px;
  align-items: center;
}

.todaytips__table--thead > div {
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.todaytips__table--tbody {
  width: 100%;
}

.todaytips__table--tbody .tr {
  width: 100%;
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
  flex-wrap: wrap;
}

.todaytips__table--tbody .tr:nth-child(even) {
  background: #fafafa;
}

.todaytips__table--tbody .tr > div {
  padding: 15px 10px;
  text-align: center;
  position: relative;
}

.todaytips__table--tbody .tr b {
  display: block;
}

.todaytips__table--tbody .tr span {
  display: block;
}

a.addtocart,
button.addtocart,
input.addtocart {
  background: var(--themeblue);
  height: 35px;
  font-weight: 500;
  text-transform: uppercase;
}

a.addtocart.added,
button.addtocart.added,
input.addtocart.added {
  background: #d7d7d7;
  color: #000;
  pointer-events: none;
}

.todaytips__table--thead .date,
.todaytips__table--tbody .tr .date {
  width: 10%;
  text-align: left;
}

.todaytips__table--tbody .tr .date span {
  color: #424242;
}

.todaytips__table--thead .event,
.todaytips__table--tbody .tr .event {
  width: 29%;
  text-align: left;
}

.todaytips__table--tbody .tr .event b {
  color: var(--themepink);
  font-weight: 600;
}

.todaytips__table--thead .bettingtype,
.todaytips__table--tbody .bettingtype {
  width: 14%;
}

.todaytips__table--thead .tipster,
.todaytips__table--tbody .tipster,
.todaytips__table--thead .odds,
.todaytips__table--tbody .odds {
  width: 19%;
}

.todaytips__table--tbody .tipster {
  color: var(--themepink);
  font-weight: 600;
}

.todaytips__table--thead .result,
.todaytips__table--tbody .result {
  width: 13%;
}

.todaytips__table--thead .action,
.todaytips__table--tbody .action,
.todaytips__table--thead .tip,
.todaytips__table--tbody .tip {
  width: 15%;
}

.todaytips__table--tbody .more-content {
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.todaytips__table--tbody .more-content .subscription_dd_cover {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
}

.todaytips__table--tbody .susbcriptips {
  cursor: pointer;
  height: 35px;
}

.todaytips__table--tbody .subscription_tips_dd {
  width: 100%;
  position: relative;
  max-width: 300px;
  padding: 0 !important;
}

.subscription_tips_dd .selected {
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 10px 10px;
  color: #000000;
  line-height: 1.3;
  cursor: pointer;
  background: #ffffff url(../images/arrowdown.png) no-repeat right 5px center;
  background-size: 10px;
  box-sizing: border-box;
  text-align: center;
}

.subscription_tips_dd .dd_option {
  position: absolute;
  left: 0;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  width: 100%;
  display: none;
  z-index: 10;
  -webkit-box-shadow: 9px 11px 10px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 9px 11px 10px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 9px 11px 10px -6px rgba(0, 0, 0, 0.35);
  max-height: 150px;
  overflow-y: auto;
}

.subscription_tips_dd .dd_option .item {
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 10px;
  color: #000000;
  line-height: 1.3;
  cursor: pointer;
  background: #ffffff;
  text-align: center;
}

.subscription_tips_dd .dd_option .item:hover {
  background: #f5f5f5;
}

.subscription_tips_dd .dd_option .item:last-child {
  border-bottom: none;
}

.subscription_dd_cover .addtocart {
  height: 35px;
  background: var(--themeblue);
  font-weight: 500;
  text-transform: uppercase;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.popup__invitation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: none;
}

.popup .wrap,
.popup__invitation .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.popup__invitation .overlayclose {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 4;
}

.popup__invitation .content {
  position: absolute;
  width: 95%;
  max-width: 500px;
  background: #ffffff;
  display: flex;
  align-items: stretch;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
  z-index: 5;
}

.popup__invitation .content .icon {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--themepink);
}

.popup__invitation .content .icon span {
  color: #ffffff;
  font-size: 60px;
}

.popup__invitation .content .text {
  width: calc(100% - 100px);
  padding: 20px;
  text-align: left;
}

.popup__invitation .content .text a {
  max-width: 200px;
}

.popup .content {
  position: absolute;
  width: 95%;
  max-width: 600px;
  max-height: 90svh;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  border-radius: 10px;
}

.popup .content .alternateclose_popup {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
  cursor: pointer;
}

.popup .content .alternateclose_popup span {
  font-size: 40px;
}

.popup .content.s_5 {
  max-width: 500px;
}

.popup .content.s_7 {
  max-width: 700px;
}

.popup .content.s_8 {
  max-width: 800px;
}

.popup .content.s_9 {
  max-width: 900px;
}

.popup .content.s_10 {
  max-width: 1000px;
}

.popup .content .icon {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
}

.popup .content .icon.success {
  background: #87c12f;
}

.popup .content .icon.error {
  background: #f84d3b;
}

.popup .content .icon span {
  color: #fff;
  font-size: 100px;
}

.popup .content .text {
  padding: 20px 40px;
  text-align: center;
}

.popup .content .text .title {
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
}

.popup .content .text p {
  color: #000000;
}

.popup .content .text p a {
  color: var(--themeblue);
}

.popup .content .actionbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 20px;
}

.popup .content .actionbutton span {
  width: 100%;
  max-width: 250px;
  background: var(--themeblue);
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}

.popup .content .actionbutton a {
  max-width: 250px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}

.popup .content .match_table {
  padding: 20px;
}

.popup .content .match_table .title {
  color: var(--themepurple);
  border-bottom: 1px solid var(--bordercolor);
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.popup .content .match_table table {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.popup .content .match_table table thead tr th {
  padding: 10px 20px;
  background: var(--themepurple);
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}

.popup .content .match_table table.purchaseorder thead tr th:first-child,
.popup .content .match_table table.purchaseorder tr td:first-child {
  text-align: left;
}

.popup .content .match_table table tr td {
  padding: 15px 20px;
  border-bottom: 1px solid var(--bordercolor);
  text-align: center;
  vertical-align: middle;
}

.popup .content .match_table table tr:nth-child(even) td {
  background: #fafafa;
}

.popup .content .match_table table tr td a.view {
  color: var(--themepink);
  font-weight: 700;
}

.tipsters {
  position: relative;
  width: 100%;
}

.tipsters__leaderboard .title {
  color: var(--themepurple);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  width: 100%;
}

.tipsters__leaderboard--table {
  width: 100%;
  margin-bottom: 100px;
}

.tipsters__leaderboard--table .title_date {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.tipsters__leaderboard--table .thead {
  display: flex;
  background: var(--themepurple);
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 14px;
  align-items: center;
}

.tipsters__leaderboard--table .thead div {
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.tipsters__leaderboard--table .tbody {
  width: 100%;
}

.tipsters__leaderboard--table .tbody .tr {
  width: 100%;
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
  flex-wrap: wrap;
}

.tipsters__leaderboard--table .tr:nth-child(even),
.defaultTable .tbody .tr:nth-child(even) {
  background: #fafafa;
}

.tipsters__leaderboard--table .tbody .tr > div {
  padding: 15px 10px;
  text-align: center;
  position: relative;
}

.tipsters__leaderboard--table .tbody .tr .mobiletext {
  position: absolute;
  display: none;
}

.tipsters__leaderboard--table .pos {
  width: 6%;
}

.tipsters__leaderboard--table .tipsters {
  width: 16%;
  text-align: left !important;
}

.tipsters__leaderboard--table .tipsters a {
  color: var(--themepink);
  font-weight: 600;
}

.tipsters__leaderboard--table .country {
  width: 10%;
}

.tipsters__leaderboard--table .datejoined {
  width: 12%;
}

.tipsters__leaderboard--table .notips {
  width: 10%;
}

.tipsters__leaderboard--table .hit {
  width: 10%;
}

.tipsters__leaderboard--table .profit {
  width: 13%;
}

.tipsters__leaderboard--table .action {
  width: 23%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.tipsters__leaderboard--table .action .buttonStyle {
  height: 35px;
  line-height: 35px;
}

.tipsters__leaderboard--table .action a.more {
  background: var(--themeblue);
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
}

.tipsters__leaderboard--table .tbody .tr .more-content {
  width: 100%;
  padding: 20px;
  background: #d7d7d7;
  display: none;
}

.tipsters__leaderboard--table .tbody .tr .more-content ul {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
  text-align: center;
  flex-wrap: wrap;
}

.tipsters__leaderboard--table .tbody .tr .more-content ul li {
  flex: 1;
}

.tipsters__leaderboard--table .tbody .tr .more-content ul li b {
  display: block;
  padding: 8px 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.tipsters__leaderboard--table .tbody .tr .more-content ul li p {
  padding: 10px 10px;
  background: #ffffff;
  color: #000;
}

.tipsters__leaderboard--table .tbody .tr .more-content ul li.odds b,
.tipsters__leaderboard--table .tbody .tr .more-content ul li.roi b {
  background: var(--themefooterbg);
}

.tipsters__leaderboard--table .tbody .tr .more-content ul li.win b {
  background: #3ba013;
}
.tipsters__leaderboard--table .tbody .tr .more-content ul li.draw b {
  background: #f37e16;
}
.tipsters__leaderboard--table .tbody .tr .more-content ul li.lose b {
  background: #d81c1c;
}

.tipsters__leaderboard--select {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
  flex-wrap: wrap;
  position: relative;
}

.tipsters__leaderboard--select select {
  padding: 10px;
  background-image: url(../images/arrowdown.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center right 10px;
}

.tipsters__leaderboard--select p {
  width: 100%;
  text-align: right;
  padding-top: 5px;
}

.checkout {
  position: relative;
  width: 100%;
}

.checkout__wrapper {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.checkout__wrapper--cart,
.checkout__wrapper--paymentmethod {
  flex: 1;
  -webkit-box-shadow: 4px 5px 8px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 4px 5px 8px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 4px 5px 8px -6px rgba(0, 0, 0, 0.35);
}

.checkout__wrapper--cart .title,
.checkout__wrapper--paymentmethod .title {
  font-weight: 600;
  padding: 10px 20px;
  color: #ffffff;
  background: var(--themepurple);
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  text-transform: uppercase;
}

.checkout__wrapper--cart .title button {
  background: none;
  padding: 0px 10px;
  border: none;
  color: #ffffff;
  height: 30px;
  text-align: center;

  border-radius: 2px;
  background: var(--themepink);
}

.checkout__wrapper--total {
  width: 340px;
}

.checkout__wrapper--total .title {
  font-weight: 600;
  padding: 0px 20px;
  color: #ffffff;
  height: 50px;
  line-height: 50px;
  background: var(--themepurple);
  text-transform: uppercase;
}

.checkout__wrapper--carttotal {
  padding: 20px 20px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 4px 5px 8px -6px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 4px 5px 8px -6px rgba(0, 0, 0, 0.35);
  box-shadow: 4px 5px 8px -6px rgba(0, 0, 0, 0.35);
}

.checkout__wrapper--carttotal p {
  padding-bottom: 10px;
  font-weight: 600;
}

.checkout__wrapper--carttotal b {
  display: block;
  font-weight: 700;
  font-size: 35px;
  color: var(--themepink);
}

.checkout__wrapper--carttotal .link {
  width: 100%;
  margin-top: 30px;
}

.checkout__wrapper--total .agreement {
  width: 100%;
  position: relative;
  margin-top: 20px;
}

.checkout__wrapper--total .agreement label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.checkout__wrapper--total .agreement label input {
  display: none;
}

.checkout__wrapper--total .agreement label .box {
  width: 16px;
  height: 16px;
  position: relative;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
}

.checkout__wrapper--total .agreement label .box span {
  width: 10px;
  height: 10px;
  background: var(--themeblue);
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 2px;
  display: none;
}

.checkout__wrapper--total .agreement label input:checked + .box span {
  display: block;
}

.checkout__wrapper--total .agreement label .text {
  width: calc(100% - 26px);
  font-size: 12px;
  line-height: 1.3;
  user-select: none;
}

.checkout__wrapper--total .agreement label .text a {
  color: var(--themepink);
}

.checkout__wrapper--items {
  padding: 20px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.checkout__wrapper--items .empty {
  display: block;
  width: 100%;
}

.checkout__wrapper--items .box {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.checkout__wrapper--items .box .item-name {
  background: #fafafa;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.checkout__wrapper--items .box .item-name a.profile {
  color: var(--themepink);
  font-weight: 600;
}

.checkout__wrapper--items .box .item-name a.removeitem {
  padding: 5px 10px;
  border: none;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  background: var(--themeblue);
}

.checkout__wrapper--items .box .item-desc {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--bordercolor);
}

.checkout__wrapper--items .box .item-desc .match {
  flex: 1;
  padding: 20px 20px;
  border-right: 1px solid var(--bordercolor);
}

.checkout__wrapper--items .box .item-desc .match p {
  color: #000000;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.7;
}

.checkout__wrapper--items .box .item-desc .match span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
}

.checkout__wrapper--items .box .item-desc .match b {
  display: block;
  font-size: 16px;
}

.checkout__wrapper--items .box .item-desc .price {
  width: 200px;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
  font-size: 18px;
}

.checkout__wrapper--paymentmethod .list {
  padding: 20px;
  border: 1px solid var(--bordercolor);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  width: 100%;
}

.checkout__wrapper--paymentmethod .list label {
  cursor: pointer;
}

.checkout__wrapper--paymentmethod .list label input {
  display: none;
}

.checkout__wrapper--paymentmethod .list label .container {
  opacity: 0.4;
  transition: all ease 0.3s;
}

.checkout__wrapper--paymentmethod .list label input:checked + .container {
  opacity: 1;
  transition: all ease 0.3s;
}

.checkout__wrapper--paymentmethod .list label .logo {
  width: 100%;
  border-radius: 5px;
  border: 2px solid #d7d7d7;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px;
  transition: all ease 0.3s;
}

.checkout__wrapper--paymentmethod .list label .logo b {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
}

.checkout__wrapper--paymentmethod .list label:hover .logo {
  border: 2px solid var(--themepink);
  transition: all ease 0.3s;
}

.checkout__wrapper--paymentmethod .list label input:checked + .container .logo {
  border: 2px solid var(--themepink);
}

.checkout__wrapper--paymentmethod .list label .text {
  padding: 10px 10px;
  text-align: center;
  font-size: 14px;
}

.checkout__wrapper--paymentmethod .banklist {
  border: 1px solid var(--bordercolor);
  border-top: none;
  display: none;
}

.checkout__wrapper--paymentmethod .banklist .option {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 20px;
}

.checkout__wrapper--paymentmethod .banklist .option label input {
  display: none;
}

.checkout__wrapper--paymentmethod .banklist .option label p {
  cursor: pointer;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid var(--bordercolor);
  text-transform: uppercase;
  opacity: 0.4;
  transition: all ease 0.3s;
  user-select: none;
  font-weight: 600;
  border-radius: 5px;
}

.checkout__wrapper--paymentmethod .banklist .option label input:checked + p {
  opacity: 1;
  border: 2px solid var(--themepink);
  transition: all ease 0.3s;
}

.checkout__wrapper--paymentmethod .credittopup {
  display: none;
  width: 100%;
}

.checkout__wrapper--paymentmethod .credittopup .title b {
  color: var(--themeblue);
  font-size: 18px;
}

.checkout__wrapper--paymentmethod .credittopup .text {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.checkout__wrapper--carttotal table {
  width: 100%;
}

.checkout__wrapper--carttotal table tr td {
  padding-bottom: 20px;
  text-align: left;
  vertical-align: middle;
  color: rgba(0, 0, 0, 0.5);
}

.checkout__wrapper--carttotal table tr td:last-child {
  text-align: right;
  font-weight: 600;
  color: #000;
}

.checkout__wrapper--carttotal table tfoot tr td {
  border-top: 1px solid #d7d7d7;
  padding-top: 10px;
}

.checkout__wrapper--carttotal table tfoot tr td b {
  font-size: 24px;
}

.checkout__wrapper--carttotal input[type="submit"] {
  width: 100%;
  font-weight: 600;

  font-size: 18px;
}

.checkout__wrapper--voucher {
  padding-top: 30px;
}

.checkout__wrapper--voucher .promocode {
  display: flex;
  align-items: center;
}

.checkout__wrapper--voucher .promocode input {
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
  border: 1px solid var(--bordercolor);
  border-radius: 6px 0 0 6px;
  width: calc(100% - 100px);
}

.checkout__wrapper--voucher .promocode button {
  height: 48px;
  border-radius: 0 6px 6px 0;
  padding: 0px 0px;
  text-transform: uppercase;
  line-height: 48px;
  font-size: 16px;
  font-weight: 600;
  width: 100px;
}

.checkout__wrapper--voucher #togglevoucherlist {
  display: block;
  text-align: center;
  color: #000;
  font-weight: 600;
  margin: 20px auto 0;
  text-decoration: underline;
  cursor: pointer;
}

.checkout__wrapper--voucher .list {
  display: none;
  flex-direction: column;
}

.checkout__wrapper--voucher .list .item {
  width: 100%;
  border: 1px solid var(--bordercolor);
  border-radius: 5px;
  text-align: left;
  margin-top: 20px;
}

.checkout__wrapper--voucher .list .item .code {
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkout__wrapper--voucher .list .item .code span {
  font-weight: 600;
  font-size: 16px;
}

.checkout__wrapper--voucher .list .item .code a {
  padding: 0px 20px;
  height: 40px;
  line-height: 40px;
}

.checkout__wrapper--voucher .list .item .desc {
  padding: 15px 10px;
  background: #f3f3f3;
  font-size: 12px;
}

.checkout__wrapper--paymentmethod .creditpackage {
  width: 100%;
}

.checkout__wrapper--paymentmethod .creditpackage .option {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 20px;
  padding: 20px;
}

.checkout__wrapper--paymentmethod .creditpackage .option label {
  width: auto;
}

.checkout__wrapper--paymentmethod .creditpackage .option label input {
  display: none;
}

.checkout__wrapper--paymentmethod .creditpackage .option label div {
  text-align: center;
  padding: 20px;
  border-radius: 5px;
  border: 2px solid var(--bordercolor);
  cursor: pointer;
  opacity: 0.4;
  transition: all ease 0.3s;
}

.checkout__wrapper--paymentmethod .creditpackage .option label input:checked + div {
  opacity: 1;
  border: 2px solid var(--themepink);
  transition: all ease 0.3s;
}

.checkout__wrapper--paymentmethod .creditpackage .option label div span {
  display: block;
  font-weight: 700;
  font-size: 20px;
}

.checkout__wrapper--paymentmethod .creditpackage .option label div p {
  font-size: 14px;
}

.dashboard__wrapper {
  width: 100%;
  position: relative;
}

.dashboard__memberinfo {
  display: flex;
  gap: 10px;
}

.dashboard__memberinfo--profile {
  width: 400px;
  display: flex;
  gap: 10px;
}

.dashboard__memberinfo--profile .image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
}

.dashboard__memberinfo--profile .button {
  width: calc(100% - 160px);
  padding: 20px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  background: #fafafa;
}

.dashboard__memberinfo--profile .button p {
  font-weight: 800;

  font-size: 20px;
  text-transform: uppercase;
}

.dashboard__memberinfo--profile .button a {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
}

.dashboard__memberinfo--performance {
  flex: 1;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.dashboard__memberinfo--performance > div {
  padding: 20px;
  background: #d7d7d7;
  border-radius: 5px;
  text-align: center;
  width: min(25%, 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.dashboard__memberinfo--performance > div b {
  display: block;
  font-weight: 700;
  font-size: 26px;
  padding-bottom: 0px;
}

.dashboard__memberinfo--performance > div p {
  font-size: 12px;
  line-height: 1.3;
  text-transform: capitalize;
}

.dashboard__memberinfo--credit {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  padding: 20px 30px;
  background: var(--themepurple);
  border-radius: 5px;
}

.dashboard__memberinfo--credit .balance {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  color: #ffffff;
}

.dashboard__memberinfo--credit .balance p b {
  color: var(--themepink);
  font-weight: 700;
  font-size: 20px;
}

.dashboard__memberinfo--credit .balance p span {
  font-size: 12px;
  font-style: italic;
}

.dashboard__profile {
  position: relative;
}

.dashboard__profile .title {
  color: var(--themepurple);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.dashboard__profile--form {
  position: relative;
  width: 100%;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 6px;
  background: #fafafa;
}

.dashboard__profile--form .field {
  width: 100%;
  max-width: 800px;
  display: grid;
  grid-template-columns: 200px 1fr 160px; /* Label | Input | Button */
  column-gap: 15px;
  row-gap: 12px;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}

.dashboard__profile--form .field p {
  width: 200px;
}

.dashboard__profile--form .field .input-field {
  width: 100%;
  max-width: 400px;
}

.dashboard__profile--form .field .input-field input:read-only {
  background: #dfdfdf;
  border: 1px solid #dfdfdf;
}

.dashboard__profile--form .field .userimg {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}

.dashboard__profile--form .field .upload input {
  display: none;
}

.dashboard__profile--form .field .upload label {
  cursor: pointer;
}

.dashboard__profile--form .field .input-field input,
.dashboard__profile--form .field select {
  width: 100%;
  background: #fff;
  height: 35px;
  line-height: 35px;
  padding: 0px 20px;
  border-radius: 5px;
  border: 1px solid var(--bordercolor);
}

.dashboard__profile--form .field .input-field p {
  font-size: 10px;
  width: 100%;
  padding-top: 5px;
  font-style: italic;
}

.dashboard__profile--form .field .radio-field {
  display: flex;
  gap: 40px;
}

.dashboard__profile--form .field .radio-field label {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}

.dashboard__profile--form .field .radio-field label input {
  display: none;
}

.dashboard__profile--form .field .radio-field label .box {
  height: 24px;
  width: 24px;
  border-radius: 4px;
  background: #ffffff;
  position: relative;
  border: 1px solid #d7d7d7;
}

.dashboard__profile--form .field .radio-field label .box span {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  border-radius: 4px;
  display: none;
  background: var(--themeblue);
}

.dashboard__profile--form .field .radio-field label input:checked + .box span {
  display: block;
}

.dashboard__profile--form .field .radio-field label p {
  width: fit-content;
}

.dashboard__profile--form .field .input-field.dob {
  display: flex;
  gap: 10px;
}

.dashboard__profile--form .field select {
  background-image: url(../images/arrowdown.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 10px;
}

.dashboard__profile--form .field .mobileno {
  display: flex;
  gap: 5px;
}

.dashboard__profile--form .field .mobileno #country-code {
  width: 70px;
  padding: 0 0;
  text-align: center;
}

.dashboard__profile--form .field .verification span {
  height: 35px;

  cursor: pointer;
}

.dashboard__profile--form .field .verification span.complete {
  background: rgb(4, 219, 4);
  pointer-events: none;
}

.dashboard__profile--form .field .verification span.incomplete {
  background: #7b7b7b;
}

.dashboard__profile--form .button {
  margin-top: 30px;
}

.dashboard__profile--form .button input {
  text-transform: uppercase;
}

.dashboard__runningtips .title,
.dashboard__history .title {
  color: var(--themepurple);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.dashboard__history--tab {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 10px; /* spacing between items */
  margin-bottom: 30px;
}

.dashboard__history--tab a {
  flex: 1;
  padding: 20px 10px;
  border-radius: 5px;
}

.dashboard__history--tab a.current,
.dashboard__history--tab a:hover {
  background: var(--themeblue);
}

.dashboard__history--mytipstertips-items .box {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.dashboard__history--mytipstertips-items .box .item-name {
  background: #fafafa;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.dashboard__history--mytipstertips-items .box .item-name a.profile {
  color: var(--themepink);
  font-weight: 600;
}

.dashboard__history--mytipstertips-items .box .item-name a.removeitem {
  padding: 5px 10px;
  border: none;
  color: #ffffff;
  text-align: center;
  border-radius: 2px;
  background: var(--themeblue);
}

.dashboard__history--mytipstertips-items .box .item-desc {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--bordercolor);
}

.dashboard__history--mytipstertips-items .box .item-desc .match {
  flex: 1;
  padding: 20px 20px;
  border-right: 1px solid var(--bordercolor);
}

.dashboard__history--mytipstertips-items .box .item-desc .match p {
  color: #000000;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: italic;
  opacity: 0.7;
}

.dashboard__history--mytipstertips-items .box .item-desc .match span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  padding-bottom: 10px;
}

.dashboard__history--mytipstertips-items .box .item-desc .match b {
  display: block;
  font-size: 16px;
}

.dashboard__history--mytipstertips-items .box .item-desc .price {
  width: 300px;
  padding: 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: 700;
  font-size: 18px;
}

.dashboard__history--mytipstertips-items .box .item-desc .price button {
  width: 100%;
}

.dashboard__history--tipsresult {
  width: 100%;
}

.defaultTable .thead {
  display: flex;
  background: var(--themepurple);
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 14px;
  align-items: center;
}

.defaultTable .thead > div {
  padding: 10px 10px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.defaultTable .tbody .tr {
  width: 100%;
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
  flex-wrap: wrap;
}

.defaultTable .tr div {
  padding: 15px 10px;
  text-align: center;
  position: relative;
}

.dashboard__history--tipsresult .date {
  text-align: left !important;
  width: 10%;
}

.dashboard__history--tipsresult .event {
  text-align: left !important;
  width: 30%;
}

.dashboard__history--tipsresult .event b {
  color: var(--themepink);
  font-weight: 600;
}

.dashboard__history--tipsresult .tipster {
  width: 20%;
}

.dashboard__history--tipsresult .tipster a {
  color: var(--themepink);
  font-weight: 600;
}

.dashboard__history--tipsresult .bettingtype {
  width: 20%;
}

.dashboard__history--tipsresult .action {
  width: 20%;
}

.dashboard__history--tipsresult .tr .more-content {
  width: 100%;
  padding: 0 0;
}

.dashboard__history--tipsresult .action .tipsterperformance {
  cursor: pointer;
}

.dashboard__history--tipsresult .more-content {
  display: none;
}

.dashboard__history--tipsresult .more-content ul {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  padding: 20px;
  background: #d7d7d7;
}

.dashboard__history--tipsresult .more-content ul li {
  text-align: center;
  flex: 1;
}

.dashboard__history--tipsresult .more-content ul li.result {
  text-transform: uppercase;
}

.dashboard__history--tipsresult .more-content ul li b {
  display: block;
  padding: 8px 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background: var(--themepink);
}

.dashboard__history--tipsresult .more-content ul li p {
  padding: 10px 10px;
  background: #ffffff;
  color: #000;
}

.win {
  color: var(--win);
  font-weight: 600;
}

.lose {
  color: var(--lose);
  font-weight: 600;
}

.draw {
  color: var(--draw);
  font-weight: 600;
}

.dashboard__history--daterange {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 20px 0px;
}

.dashboard__history--daterange p {
  width: 100%;
  font-size: 12px;
  text-align: right;
}

.dashboard__history--daterange select {
  height: 35px;
  padding: 0px 10px;
  line-height: 35px;
  width: 100%;
  max-width: 200px;
  background-color: #fafafa;
  border: 1px solid var(--bordercolor);
  border-radius: 5px;
  background-image: url("../images/arrowdown.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center right 10px;
}

.dashboard__history--purchase .date {
  text-align: left !important;
  width: 10%;
}

.dashboard__history--purchase .date b {
  display: block;
}

.dashboard__history--purchase .date span {
  display: block;
  color: #424242;
}

.dashboard__history--purchase .invoice {
  width: 18%;
}

.dashboard__history--purchase .type,
.dashboard__history--purchase .name,
.dashboard__history--purchase .fee,
.dashboard__history--purchase .credits,
.dashboard__history--purchase .total,
.dashboard__history--purchase .type,
.dashboard__history--purchase .action,
.dashboard__history--purchase .total {
  width: 18%;
}

.dashboard__history--purchase .action button {
  width: 100%;
}

.dashboard__history--transaction .date {
  width: 10%;
  text-align: left !important;
}

.dashboard__history--transaction .description {
  width: 30%;
}

.dashboard__history--transaction .reference {
  width: 15%;
}

.dashboard__history--transaction .credits {
  width: 15%;
}

.dashboard__history--transaction .debit {
  width: 15%;
}

.dashboard__history--transaction .balance {
  width: 15%;
}

.tipsterpage__profile {
  display: flex;
  gap: 10px;
  margin-bottom: 50px;
}

.tipsterpage__profile .user {
  width: 400px;
  display: flex;
  gap: 10px;
}

.tipsterpage__profile .user .image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border-radius: 100%;
}

.tipsterpage__profile .user .button {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 160px);
  padding: 20px;
  gap: 20px;
  background: rgb(250, 250, 250);
}

.tipsterpage__profile .button p {
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
}

.tipsterpage__profile .button p b {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
}

.tipsterpage__profile .button p span {
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  text-transform: capitalize;
  font-style: italic;
}

.tipsterpage__profile .button a {
  width: 100%;
  display: block;
  height: 35px;
  line-height: 35px;
}

.tipsterpage__profile .performance {
  flex: 1;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

.tipsterpage__profile .performance > div {
  padding: 20px;
  background: #d7d7d7;
  border-radius: 5px;
  text-align: center;
  width: min(25%, 200px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.tipsterpage__profile .performance > div b {
  display: block;
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 0px;
}

.tipsterpage__profile .performance > div p {
  font-size: 12px;
  line-height: 1.3;
  text-transform: capitalize;
}

.tipsterpage__summary {
  width: 100%;
  margin-bottom: 50px;
}

.tipsterpage__summary .bio {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;

  padding: 20px;
  border-radius: 5px;
  margin-bottom: 40px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.tipsterpage__summary .bio .awards {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
  align-items: center;
}

.tipsterpage__summary .bio .awards span {
  color: gold;
  font-size: 30px;
}

.tipsterpage__summary .bio .awards p {
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.tipsterpage__summary .bio .awards p b {
  font-weight: 800;
  font-size: 18px;
  color: var(--themepink);
}

.tipsterpage__summary .bio .title {
  display: block;
  text-transform: uppercase;
  color: var(--themepurple);
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
}

.tipsterpage__summary .bio p {
  font-size: 14px;
  line-height: 1.5;
}

.tipsterpage__summary .list {
  width: 100%;
}

.tipsterpage__summary .list .box {
  background: #fafafa;
  border: 1px solid var(--bordercolor);
  margin-bottom: 2px;
}

.tipsterpage__summary .list .box.open {
  background: var(--themefooterbg);
  border-top: 4px solid var(--themepink);
  color: #ffffff;
}

.tipsterpage__summary .list .box .trigger {
  padding: 30px 40px;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

.tipsterpage__summary .list .box .trigger span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.tipsterpage__summary .list .box .hidden {
  padding: 0px 40px 30px;
  display: none;
}

.tipsterpage__summary .list .box .hidden .performance {
  display: flex;
  gap: 2%;
  row-gap: 20px;
  flex-wrap: wrap;
}

.tipsterpage__summary .list .box .hidden .performance div {
  width: 18.4%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 10px 20px;
}

.tipsterpage__summary .list .box .hidden .performance div p {
  text-transform: uppercase;
  font-weight: 500;
}

.tipsterpage__summary .list .box .hidden .performance div b {
  display: block;
  font-size: 14px;
  color: var(--themeblue);
  font-weight: 600;
}

.tipsterpage__summary .list .box .hidden .servicetype {
  display: flex;
  gap: 80px;
  row-gap: 20px;
  justify-content: space-between;
}

.tipsterpage__summary .list .box .hidden .servicetype ul {
  flex: 1;
}

.tipsterpage__summary .list .box .hidden .servicetype li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 15px 0;
  align-items: center;
}

.tipsterpage__summary .list .box .hidden .servicetype li p {
  font-size: 18px;
  font-weight: 500;
  color: var(--themeblue);
}

.tipsterpage__summary .list .box .hidden .servicetype li b {
  width: 80px;
}

.tipsterpage__summary .servicetype li .progressbar-outer {
  width: calc(100% - 90px);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  text-align: center;
  padding: 7px 0;
  overflow: hidden;
  position: relative;
}

.tipsterpage__summary .servicetype li .progressbar-outer span {
  position: relative;
  z-index: 3;
}

.tipsterpage__summary .servicetype li .progressbar-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  transition: all ease 0.3s;
  background: var(--themepink);
  z-index: 2;
}

.tipsterpage__summary .servicetype li .progressbar-inner.animated {
  animation: loadbar 2s normal forwards ease-in-out;
  -webkit-animation: loadbar 2s normal forwards ease-in-out;
}

@keyframes loadbar {
  0% {
    width: 0%;
  }

  100% {
  }
}

@-webkit-keyframes loadbar {
  0% {
    width: 0%;
  }

  100% {
  }
}

.tipsterpage__summary .countrytips-ranking {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px; /* spacing between items */
}

.tipsterpage__summary .countrytips-ranking li {
  display: flex;
  gap: 10px;
  align-items: center;
}

.tipsterpage__summary .countrytips-ranking li .country-flag {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  overflow: hidden;
}

.tipsterpage__summary .countrytips-ranking li .country-flag img {
  height: 100%;
}

.tipsterpage__summary .countrytips-ranking li .country-tips-amount {
  width: calc(100% - 60px);
}

.tipsterpage__summary .countrytips-ranking li .country-tips-amount p {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 5px;
}

.tipsterpage__summary .countrytips-ranking li .country-tips-amount span {
  display: block;
  color: var(--themeblue);
  font-weight: 500;
}

.tipsterpage__subscription {
  margin-bottom: 40px;
}

.tipsterpage__subscription .addtocart.added {
  max-width: 200px;
}

.tipsterpage__subscription .option {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.tipsterpage__subscription .option .addtocart {
  height: auto;
  padding: 15px 20px;
  min-width: 200px;
  cursor: pointer;
}

.tipsterpage__subscription .option .addtocart.added {
  height: 35px;
  padding: 0 15px;
}

.tipsterpage__subscription .subscription_dd_cover {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.tipsterpage__subscription .subscription_tips_dd {
  width: 100%;
  max-width: 300px;
  position: relative;
}

.tipsterpage__subscription .subscription_dd_cover .selected {
  border: 1px solid var(--bordercolor);
  width: 100%;
}

.tipsterpage__runningtips {
  margin-bottom: 50px;
}

.tipsterpage__runningtips .title,
.tipsterpage__history .title,
.tipsterpage__subscription .title {
  color: var(--themepurple);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.tipsterpage__runningtips--table {
  width: 100%;
}

.tipsterpage__runningtips--table .thead {
  display: flex;
  background: var(--themepurple);
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 14px;
  align-items: center;
}

.tipsterpage__runningtips--table .thead > div {
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.tipsterpage__runningtips--table .tbody {
  width: 100%;
}

.tipsterpage__runningtips--table .tbody .tr {
  width: 100%;
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
  flex-wrap: wrap;
}

.tipsterpage__runningtips--table .tbody .tr:nth-child(even) {
  background: #fafafa;
}

.tipsterpage__runningtips--table .tbody .tr > div {
  padding: 15px 10px;
  text-align: center;
}

.tipsterpage__runningtips--table .tbody .tr b,
.tipsterpage__runningtips--table .tbody .tr span {
  display: block;
}

.tipsterpage__runningtips--table .date {
  width: 10%;
  text-align: left !important;
}

.tipsterpage__runningtips--table .date span {
  color: #424242;
}

.tipsterpage__runningtips--table .event {
  width: 28%;
  text-align: left !important;
}

.tipsterpage__runningtips--table .event b {
  font-weight: 600;
  color: var(--themepink);
}

.tipsterpage__runningtips--table .bettingtype {
  width: 16%;
}

.tipsterpage__runningtips--table .wager,
.tipsterpage__runningtips--table .odds,
.tipsterpage__runningtips--table .plus {
  width: 6%;
}

.tipsterpage__runningtips--table .tip {
  width: 16%;
  font-weight: 600;
}

.tipsterpage__runningtips--table .action {
  width: 34%;
}

.tipsterpage__runningtips--table .result {
  width: 12%;
}

.tipsterpage__runningtips--table .result span {
  text-transform: uppercase;
  font-weight: 600;
}

.tipsterpage__runningtips--table .more-content .subscription_dd_cover {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 0px;
}

.tipsterpage__runningtips--table .subscription_tips_dd {
  width: 100%;
  position: relative;
  max-width: 300px;
  padding: 0px !important;
}

.tipsterpage__runningtips--table .more-content {
  width: 100%;
  display: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
}

.table__daterange {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 20px 0px;
}

.table__daterange p {
  width: 100%;
  font-size: 12px;
  text-align: right;
}

.table__daterange select {
  height: 35px;
  padding: 0px 10px;
  line-height: 35px;
  width: 100%;
  max-width: 200px;
  background-color: #fafafa;
  border: 1px solid var(--bordercolor);
  border-radius: 5px;
  background-image: url("../images/arrowdown.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center right 10px;
}

.user_form input:-webkit-autofill,
.user_form input:-webkit-autofill:hover,
.user_form input:-webkit-autofill:focus,
.user_form input:-webkit-autofill:active {
  color: black !important;
  -webkit-text-fill-color: black !important;
  /* -webkit-box-shadow: 0 0 0 1000px white inset !important; */
  -webkit-background-clip: text !important;
  background-clip: text !important;
  background-color: #000000 !important;
  /* transition: background-color 5000s; */
  -webkit-text-fill-color: #fff !important;
}

.header .row-cover .nav .mobileclose,
.header .row-cover .mobilemenu {
  display: none;
}

.header .row-cover .mobilemenu span {
  font-size: 30px;
  color: #ffffff;
  cursor: pointer;
}

.popup .verificationcode {
  width: 100%;
}

.popup .verificationcode input.code {
  border-radius: 5px;
  border: 1px solid var(--bordercolor);
  padding: 10px 20px;
  width: 100%;
  background: var(--bordercolor);
}

.popup .verificationcode p {
  margin: 10px 0px;
  font-size: 12px;
}

.popup .verificationcode .action {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.popup .verificationcode .action input {
  height: 35px;
  line-height: 35px;
  flex: 1;
}

.tips__table--thead {
  display: flex;
  background: var(--themepurple);
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 14px;
  align-items: center;
}

.tips__table--thead > div {
  padding: 10px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  flex: 1;
}

.tips__table--tbody {
  width: 100%;
}

.tips__table--tbody .tr {
  width: 100%;
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  align-items: center;
  flex-wrap: wrap;
}

.tips__table--tbody .tr > div {
  padding: 15px 10px;
  text-align: center;
  position: relative;
  flex: 1;
}

table.tips_table {
  width: 100%;
}

table.tips_table thead tr th {
  background: var(--themepurple);
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
}

table.tips_table tbody tr td {
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

table.tips_table tbody tr:nth-child(even) {
  background: #fafafa;
}

table.tips_table tbody tr td b,
table.tips_table tbody tr td span {
  display: block;
}

table.tips_table tbody tr td.date,
table.tips_table thead tr th.date,
table.tips_table tbody tr td.event,
table.tips_table thead tr th.event {
  text-align: left;
}

table.tips_table tbody tr td.date span {
  color: #424242;
}

table.tips_table tbody tr td.event b {
  color: var(--themepink);
  font-weight: 600;
}

.dashboard__history--mytipstertips-items .subscription_dd_cover {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
}

.dashboard__history--mytipstertips-items .subscription_tips_dd {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.dashboard__history--mytipstertips-items .subscription_dd_cover input.addtocart {
  margin: 0 auto;
  width: 100%;
}

.bundle-detail-overall {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
  align-items: flex-end;
  gap: 10px;
  border-bottom: 1px solid var(--bordercolor);
  padding-bottom: 20px;
}

.bundle-detail-overall li {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 300px;
}

.bundle-detail-overall li span {
  text-align: left;
  font-weight: 600;
}

.bundle-detail-overall li b {
  text-align: right;
}

.dashboard__verifiednotice {
  background: rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 3px 8px;
  border: 1px solid var(--bordercolor);
  width: 100%;
}

.dashboard__verifiednotice .links {
  margin-top: 20px;
  display: grid;
  gap: 10px;

  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}

.ipaddress .ip {
  text-align: right;
}

.aboutus .title {
  font-weight: 800;
  font-size: 24px;
  color: #000;
  padding-bottom: 20px;
}

.aboutus .pagetitle {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
}

.aboutus .text {
  margin-bottom: 40px;
}

.aboutus .text b {
  font-weight: 600;
}

.aboutus .text li {
  margin: 5px 0px;
}

.aboutus .text ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.aboutus .text ul {
  list-style-type: disc;
  margin-left: 20px;
}

.aboutus .text blockquote {
  color: var(--themepurple);
  font-style: italic;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.aboutus .text a {
  color: var(--themeblue);
}

.terms .content {
  line-height: 1.5;
}

.terms .title {
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}

.terms .text {
  display: block;
  margin-bottom: 30px;
}

.terms .dividerline {
  width: 100%;
  height: 1px;
  background: var(--bordercolor);
  margin: 40px 0px;
}

.terms b {
  font-weight: 600;
}

.terms .text li {
  margin: 5px 0px;
}

.terms .text ol {
  list-style-type: decimal;
  margin-left: 20px;
}

.terms .text ul {
  list-style-type: disc;
  margin-left: 20px;
}

.terms .text a {
  color: var(--themeblue);
}

.marketplace__link {
  display: flex;
  gap: 5%;
  row-gap: 20px;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.marketplace__link a {
  width: 30%;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.marketplace__link a.active {
  background: var(--themepurple);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.footer .socialmedia {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer .socialmedia a {
  color: #ffffff;
  font-size: 26px;
}

.footer .socialmedia a i.fa-facebook-f:hover {
  color: #3b5998;
  transition: all ease 0.3s;
}

.footer .socialmedia a i.fa-x-twitter:hover {
  color: #1da1f2;
  transition: all ease 0.3s;
}

.footer .socialmedia a i.fa-instagram:hover {
  color: #e1306c;
  transition: all ease 0.3s;
}

.productbanner .row-cover {
  padding: 60px 0px;
}

.productbanner .productbanner__image {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 100%;
  background-image: url(../images/tshirt-sample.png);
  background-size: 100%;
  background-position: center right;
  background-repeat: no-repeat;
}

.productbanner .productbanner__image img {
  display: none;
}

.productbanner__links {
  padding-right: 50vw;
  position: relative;
  z-index: 2;
}

.productbanner__links span {
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 600;
  color: #837cc0;
}

.productbanner__links .title {
  color: var(--themepurple);
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.productbanner__links .title b {
  color: var(--themepink);
}

.productbanner__links p {
  margin-bottom: 20px;
  color: #454545;
}

.productbanner__links a {
  max-width: 250px;
}

.products__showcase {
  display: flex;
  gap: 2%;
  margin-bottom: 30px;
}

.products__showcase--item {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products__showcase--option {
  width: 58%;
  border-radius: 8px;
  border: 1px solid var(--bordercolor);
  padding: 20px;
}

.products__showcase--option .title {
  font-size: 26px;
  font-weight: 700;
  color: var(--themepurple);
  margin-bottom: 20px;
}

.products__showcase--option p {
  line-height: 1.5;
  margin-bottom: 20px;
}

.products__showcase--option label {
  display: block;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}

.products__showcase--option .size,
.products__showcase--option .quantity {
  margin-bottom: 20px;
}

.products__showcase--option .size select,
.products__showcase--option .quantity select {
  width: 100%;
  max-width: 200px;
  padding: 10px 20px;
  background-image: url(../images/arrowdown.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
}

.products__cart {
  margin-top: 40px;
  border-radius: 8px;
  overflow: hidden;
}

.products__cart table {
  border: 1px solid var(--bordercolor);
  width: 100%;
}

.products__cart table thead {
  background: var(--themepurple);
  color: #fff;
}

.products__cart table thead th {
  padding: 10px 10px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}

.products__cart table td {
  padding: 10px 10px;
  text-align: left;
  position: relative;
}

.products__cart table td.remove {
  width: 130px;
}

.products__cart table td.total,
.products__cart table th.total,
.products__cart table td.totalprice {
  text-align: right;
}

.products__cart table td.total {
  font-weight: 700;
}

.products__cart table tfoot td {
  border-top: 1px solid var(--bordercolor);
  font-size: 18px;
  font-weight: 600;
  color: #000;
  background: #fafafa;
  text-align: right;
}

.products__cart table tfoot td b {
  color: var(--themepink);
  font-size: 24px;
  padding-left: 10px;
}

.products__shippingform {
  margin-top: 40px;
}

.products__shippingform label {
  font-size: 14px;
  margin-bottom: 5px;
}

.products__shippingform .form-group {
  display: flex;
  justify-content: space-between;
  gap: 2%;
  flex-wrap: wrap;
  row-gap: 20px;
}

.products__shippingform .form-group > div {
  width: 49%;
}

.products__shippingform .form-group > div.full {
  width: 100%;
}

.products__shippingform input,
.products__shippingform textarea {
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 13px 20px;
  background: none;
  width: 100%;
}

.products__shippingform select {
  background-image: url(../images/arrowdown.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 13px 20px;

  width: 100%;
}

.errorpage .title {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.errorpage .title a {
  color: var(--themeblue);
}

.tipsters__leaderboard--notips {
  padding: 20px;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
  background: var(--themepurple);
  color: #ffffff;
  border-radius: 8px;
}

.todaytips__table {
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 60px 30px;
}

.todaytips__table--thead .result {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}

.todaytips__table--thead .result .sort-icon {
  font-size: 12px;
}
