@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Audiowide&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Texturina:opsz,wght@12..72,200;12..72,300;12..72,400;12..72,500;12..72,600;12..72,700;12..72,800;12..72,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Squada+One&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
:root {
  --text-green: #0C455D;
  --text-primary: #ff434b;
  --text-orange: #ff434b;
  --text-gold-dark: #fdbe11;
  --text-gold: #fdbe11;
  --text-btn-green: #0C455D;
  --text-pale-white: #ffffff;
  --font-paragraph-default: "DM Sans";
  --font-tourney: "Tourney";
  --font-regular-body-caption: "Space Grotesk";
  --font-nunito-sans: "Nunito Sans";
  --font-underdog: "Underdog";
  --font-kumbh-sans: "Kumbh Sans";
  --font-sf-pro-text: "SF Pro Text";
  --font-regular-body-small-text: "Inter";
  --font-montserrat: "Montserrat";
  --font-mulish: "Mulish";
  --br-5xs: 8px;
  --br-16xl: 35px;
  --br-10xl: 29px;
  --br-6xl: 25px;
  --br-4xs: 9px;
  --br-8xs: 5px;
  --br-23xl-4: 42.4px;
  --br-mini: 15px;
  --br-50xl: 69px;
  --br-9xl: 28px;
  --br-7xs: 6px;
  --br-xl: 20px;
  --br-10xs-8: 2.8px;
  --br-lg: 18px;
  --br-3xs: 10px;
  --br-76xl-9: 95.9px;
  --br-19xl-9: 38.9px;
  --br-6xs-small: 7px;
  --br-49xl-9: 68.9px;
  --gray-6: #f2f2f2;
  --light-green-50: #f1f2f0;
  --foundation-blue-light: #e7ecef;
  --secondary-colors-color-2: #f2f1ff;
  --color-crimson-100: #ff434b;
  --white: #fff;
  --foundation-blue-light-hover: #dbe3e7;
  --gray-5: #e0e0e0;
  --gray-3: #828282;
  --color-gray-100: #1e1e1e;
  --foundation-blue-darker: #041821;
  --color-gray-200: rgba(255, 255, 255, 0.28);
  --foundation-blue-normal: #0C455D;
  --color-darkslategray-100: #0c4259;
  --gray-1: #333;
  --foundation-blue-dark-hover: #072938;
  --color-darkslategray-200: rgba(12, 69, 93, 0.56);
  --color-darkslategray-300: rgba(12, 69, 93, 0.3);
  --color-darkslategray-400: rgba(20, 52, 65, 0.48);
  --foundation-primary-2-light: #e8ecf3;
  --color-aliceblue-100: rgba(235, 242, 250, 0.21);
  --color-gold-100: #ffc501;
  --foundation-yellow-normal: #fdbe11;
  --foundation-blue-light-active: #b4c5cd;
  --gray-4: #bdbdbd;
  --color-silver-100: rgba(180, 197, 205, 0.15);
  --color-goldenrod: #d8a824;
  --foundation-green-dark: #4e9d00;
  --color-black: #000;
  --color-indianred: rgba(235, 87, 87, 0.71);
  --foundation-green-normal-active: #53a700;
  --foundation-yellow-light-active: #feebb5;
  --foundation-green-normal: #68d100;
  --color-dodgerblue: #0085f9;
  --foundation-green-darker: #244900;
  --primary-colors-color-1: #4a3aff;
  --neutral-colors-800: #211f54;
}
.justify-content-center {
  display: flex;
  justify-content: center;
}
a {
  color: var(--text-green);
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
}
.text-primary {
  color: var(--text-gold) !important;
}
.text-warning {
  color: var(--text-gold-dark) !important;
}
.btn-warning {
  background: var(--text-gold-dark) !important;
}
.btn-primary {
  background: var(--text-gold) !important;
  border: 0px;
}
@media (min-width: 600px) {
  h1.text-white.header-text-banner-big {
    font-size: 39px;
    font-family: "Space Grotesk";
    font-weight: 500;
  }
  h1.text-white.header-text-banner-big > span.text-green {
    font-size: 25px;
  }
}
.navbar-light .navbar-nav .nav-link {
  font-family: "Space Grotesk";
}
h2,
h3,
h4,
h5,
h6 {
  font-family: "Space Grotesk", sans-serif;
}
.bg-dark {
  background: black !important;
}
.bg-primary {
  background: var(--text-gold) !important;
}
.bg-orange {
  background: #ff434b !important;
}
.btn.bg-primary:hover {
  background: transparent !important;
  border: 1px solid white !important;
}
@media (max-width: 978px) {
  .header-text-banner-big {
    font-size: 27px !important;
    line-height: 29px;
  }
  .btn {
    font-size: 13px;
  }
  .banner-cl {
    padding: 54px 6px 0px 6px;
  }
  .header-text-banner-small {
    font-size: 13px;
    line-height: 15px;
  }
  .navbar {
    position: fixed;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.1rem 0.4rem;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 3px 2px !important;
  }
  .nopaddingsmall {
    padding: 0px !important;
  }
  .hideSM {
    display: none;
  }
  .hideLG {
    display: block !important;
  }
}
.hideLG {
  display: none;
}
.bg-light {
  background-color: var(--text-green) !important;
}
@media (min-width: 600px) {
  .black_bar {
    margin: 0px 0px 8px 0px !important;
  }
}
.btn-light {
  background: white !important;
  color: black !important;
}
.btn-light:hover {
  color: white !important;
  background: black !important;
  border: 1px solid;
  transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}
.tips-ul > li > a > .btn-success {
  color: #fff;
  background-color: var(--text-btn-green) !important ;
  border: 0px solid !important;
}
.btn-info {
  color: #fff;
  background-color: var(--text-green) !important;
  border-color: var(--text-green);
}
.alert-danger {
  background-color: #f2dedeb3;
  border-color: #ebccd19e;
  color: #fbf6f3;
}
.alert {
  padding: 6px;
  margin-bottom: 20px;
  border: 1px solid var(--text-green) 40;
  border-radius: 4px;
  text-align: center;
}
.alert-warning {
  border-color: #ffffff;
  font-size: 13px;
  color: var(--text-green);
  margin: 0px 6px;
  margin-bottom: 12px;
}
.log-a:hover {
  color: black !important;
}
.well {
  min-height: 20px;
  padding: 19px 9px !important;
}
.footer-section {
  background-color: #ffffff00 !important;
  border-top: 2px solid var(--text-gold);
}
.footer-section .footer-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 50px;
  background-color: #96998800;
}
.footer-section .footer-top {
  padding: 100px 0 95px;
  padding-bottom: 13px;
}
.bg-success {
  background-color: #fffdfd00;
  color: white;
  border-bottom: 1px solid red;
}
@media only screen and (max-width: 991px) {
  .footer-section .footer-top {
    padding: 25px 0;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px !important;
  }
}
.text-skype {
  color: #00fbff;
}
.footer-bottom-share a {
  color: white;
  text-align: center;
  padding: 11px;
  background: linear-gradient(45deg, #ff9800, #0f0e0e);
  margin-right: 6px;
  border-radius: 6px;
  border-radius: 30x;
}
.footer-content :is(h1, h2, h3, h4, h5, h6) {
  color: var(--text-gold-dark);
  font-family: inherit, sans-serif;
  text-align: center;
  font-weight: 500;
}
.tap_heading,
.black_bar {
  text-align: center;
  color: #000000 !important;
  padding: 11px 3px;
  font-family: inherit;
  background: gray;
  text-transform: capitalize;
  font-size: 26px !important;
  font-weight: 900;
  font-weight: 700 !important;
  background: #ebc20900;
  background: whitesmoke;
  margin-bottom: 7px;
  border-radius: 20px 20px 0px 0px;
  color: white;
  margin: 0px 17px 8px 17px;
  -webkit-border-radius: 20px 20px 0px 0px;
  -moz-border-radius: 20px 20px 0px 0px;
  -ms-border-radius: 20px 20px 0px 0px;
  -o-border-radius: 20px 20px 0px 0px;
}
.table-box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-bottom-right-radius: 0px;
  -o-border-radius: 20px;
  border-bottom-left-radius: 0;
}
h3 {
  font-size: 24px;
  font-weight: 600;
}
.btn-success {
  color: #fff;
}
.btn {
  border-radius: 6px;
}
.btn-blue-light {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-around;
  margin: 3px 0px 0px 0px;
  border: 0px solid;
  font-weight: 800;
  background: #336799 !important;
  border: 1px solid #336799 !important;
  padding: 10px 14px;
  border-radius: 1px;
}
.navbar-light .navbar-nav .nav-link {
  color: white;
  margin-left: 25px;
  line-height: normal;
  position: relative;
  font-size: 14.43px;
  line-height: 21.64px;
  font-family: var(--font-space-grotesk);
  color: #fff;
  text-align: left;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff434b !important;
}
.btn-warning {
  color: #f8f9fa;
}
.btn-success:hover {
  color: #fff;
  background-color: #1ba149 !important;
  border-color: #1ba149;
}
.btn-blue-light:hover {
  background: #1b8dfb !important;
  border: 1px solid #1b8dfb !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: white;
}
ul.tips-ul > li {
  width: auto;
  width: 33.3%;
}
.nav-link {
  font-family: "Rasa";
  font-weight: normal;
}
.table > thead > tr {
  background-color: var(--text-green) !important;
  text-align: center;
  color: white;
}
.banner-cl {
  background: #021a42f2;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #111705;
  overflow-x: hidden;
  background-color: #ffffff;
}
.breadcum {
  padding-top: 102px;
}
.border-bottom {
  margin-bottom: 22px;
}
.well {
  min-height: 20px;
  padding: 0px 0px !important;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
  background: linear-gradient(180deg, var(--text-green), var(--text-green));
  color: white;
}
.pricing {
  text-align: center;
}
.new-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 15px;
  margin-bottom: 20px;
}
.wp-post-image {
  border-radius: 15px 15px 0 0 !important;
  width: 100% !important;
}
.blog-title-wrap {
  padding: 20px;
  padding-bottom: 0px;
}
.blog-title-wrap p {
  color: var(--text-green);
  font-size: 16px;
  line-height: 20px;
}
.blog-img-wrap {
  padding: 0px 26px;
  padding-right: 8px;
}
.blog-img-wrap > a > img {
  height: 90px;
  width: 170px;
  border-radius: 5px;
}
.blog-btn {
  background: #ffffff;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 50px;
  padding: 7px 15px;
  color: #1a1c1a;
}
.blog-title-wrap > h3 {
  margin-top: 3px;
}
.p-1 {
  padding: 4px;
}
.border-right-dt {
  border-right: 2px solid #ffffff;
}
.border-left-dt {
  border-left: 2px solid #ffffff;
}
@media (max-width: 978px) {
  .wp-post-image {
    border-radius: 15px 0 0 15px !important;
    max-height: 120px !important;
  }
  .blog-title-wrap p {
    font-size: 16px !important;
    line-height: 21px !important;
    margin-bottom: 7px;
  }
  .border-right-dt {
    border-right: 0px;
  }
  .border-left-dt {
    border-left: 0px;
  }
  .blog-title-wrap {
    padding: 0px 5px 8px 14px;
  }
  .blog-title-wrap {
    max-height: 117px !important;
    overflow: hidden !important;
    justify-content: center;
    align-items: center;
  }
  .blog-title-wrap > h3 {
    margin-top: 0px;
  }
  .blog-img-wrap > a > img {
    height: 80px;
  }
  .p-1 {
    padding: 1px;
  }
  .no-margin-0 {
    margin: 0px !important;
  }
}
.widget-title {
  left: 0;
  top: 2px;
  text-align: center;
  margin-bottom: 0;
  z-index: 999;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  width: 100%;
  color: #fff;
}
.navbar-light .navbar-toggler {
  color: rgb(27 147 43 / 50%);
  border-color: rgb(0 0 0 / 0%);
}
.widget-title > span {
  background: #84151b;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  -webkit-transform: skew(-15deg);
  -moz-transform: skew(-15deg);
  -o-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  position: relative;
}
.widget-title > span:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 20px;
  display: block;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
  font-size: 15px;
}
.widget-title > span:after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 2px solid transparent;
  border-top: 10px solid #333;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  left: -6px;
  margin-left: 0;
  -webkit-transform: skew(15deg);
  -moz-transform: skew(15deg);
  -o-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}
.title-bgg {
  position: relative;
  font-size: 24px;
  color: #111111;
  display: inline-block;
  text-transform: capitalize;
  margin-bottom: -44px;
  font-weight: 600;
  font-family: "Rasa", cursive;
  width: 100%;
  line-height: 17px;
  padding-bottom: 10px;
  height: 37px;
  background: #261914;
}
.well > p {
  margin: 0 0 4px;
}
.padding-50 {
  padding-top: 80px;
}
.btn-green {
  color: white;
  border: 1px solid #f8f9fa;
  background: var(--text-green);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  border: 0px solid;
  padding: 10px 14px;
  border-radius: 1px;
}
.btn-gold {
  color: black;
  border: 1px solid #f8f9fa;
  background: #d5d5d5;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: left;
  padding: 14px;
  margin: 3px 0px 0px 0px;
  border: 0px solid;
  font-weight: 800;
  text-align: left;
  padding: 10px 14px;
  border-radius: 1px;
}
.btn-gold:hover {
  background: var(--text-green);
  color: white;
}
.btn-green:hover {
  background: var(--text-gold);
  color: white;
}
@media (max-width: 978px) {
  .btn-red,
  .btn-green {
    font-size: 12px;
  }
  .padding-top-39 {
    padding-top: 49px;
  }
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  box-shadow: 3px 4px 4px 3px #ffffff;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 8px;
}
.plan-name {
  background: white;
  height: 55px;
  display: flex;
  text-align: center;
  font-family: "Montserrat";
  align-items: center;
  justify-content: space-around;
  font-size: 19px;
  color: var(--text-green);
}
.table td,
.table th {
  padding: 13px 1px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 500 !important;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.table {
  width: 100%;
  font-size: 13px;
  color: #212529;
}
.logo_image {
  height: auto;
  width: 220px;
}
@media (max-width: 978px) {
  .logo_image {
    height: 33px;
    width: auto;
  }
}
.navbar-light .navbar-nav .nav-link:hover {
  color: white;
  transition: border-color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 100%;
  }
}
.header-font-audio {
  box-shadow: 0px 3px 3px -2px #2f3690;
  border-bottom-right-radius: 49px;
  border-bottom-left-radius: 64px;
}
.form-control-lg {
  height: 37px;
  padding: 0.2rem 1rem;
  font-size: 18px;
}
.header-font-audio {
  font-size: 18px;
}
.alert h5 {
  font-size: 13px;
  font-weight: 400;
  color: white;
}
@media (max-width: 380px) {
  .breadcum {
    text-align: center;
    font-size: 22px !important;
    padding-bottom: 7px;
  }
  .price-head {
    font-size: 15px !important;
    padding-top: 5px !important;
    font-weight: 400;
    padding-bottom: 6px;
  }
}
@media (max-width: 600px) {
  .header-text-banner-big {
    font-size: 27px !important;
    margin-top: 62px;
  }
  h1.text-white.header-text-banner-big {
    line-height: 38px;
    font-size: 45px !important;
  }
  h1.text-white.header-text-banner-big > span.text-green {
    font-size: 25px;
  }
  .nopaddingsmall {
    padding: 0px !important;
  }
  .nopaddingrightsmall {
    padding-right: 0px !important;
  }
  .nopaddingleftsmall {
    padding-left: 0px !important;
  }
}
.investment-bar-first {
  background: linear-gradient(rgb(0 0 0 / 82%) 100%, rgb(0 63 62) 100%),
    url(../images/stadium.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.page-item.active .page-link {
  color: #fff;
  background-color: var(--text-green);
  border-color: var(--text-green);
}
.page-link {
  color: var(--text-green);
}
.td-block-title {
  text-align: center !important;
  color: var(--text-green);
  font-size: 2rem;
  margin-bottom: 5px;
  font-family: "Rasa";
}
.icon-bar-1 {
  width: 24px;
}
.icon-bar {
  background-color: #fff;
}
.icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  margin-bottom: 5px;
  border-radius: 1px;
}
.fixed-top {
  box-shadow: 0px 8px 10px -4px #9d9f1800;
}
@media (min-width: 768px) and (max-width: 7000px) {
  .nav-item > .nav-link {
    margin-left: 0px !important;
    padding-right: 21px !important;
    padding-left: 21px !important;
    position: relative;
  }
}
.tds-button > a {
  border: 1px solid;
  width: 90%;
}
.bg-black {
  background: black;
}
#intcontainer {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 9998;
  pointer-events: none;
  -webkit-animation: promoFadeIn 0.33s ease-in;
  animation: promoFadeIn 0.33s ease-in;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.intoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  zoom: 1;
  z-index: 9997;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: all;
  display: none;
}
.intwindow {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 90%;
  height: auto;
  z-index: 9999;
  font-size: 0;
  text-align: center;
  border: 8px solid #ccc;
  background-color: #fff;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: all;
  border: 4px solid #000956;
}
.intclose1 {
  position: absolute;
  right: -11px;
  top: -14px;
  border-radius: 34px;
  overflow: hidden;
  text-align: center;
  height: 25px;
  width: 25px;
  line-height: 23px;
  font-size: 19px;
  background: #f5ecdb;
  color: #ea0f0f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overscroll-behavior: contain;
  font-weight: 900;
  cursor: pointer;
  z-index: 600;
}
.intoverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  zoom: 1;
  z-index: 9997;
  background: #000;
  background: rgb(29 27 27 / 78%);
  pointer-events: all;
  display: none;
}
.w100p {
  max-width: 400px;
}
@media (max-width: 600px) {
  .w100p {
    max-width: 320px;
  }
}
.store_header {
  text-align: center;
  margin-bottom: 15px;
}
.storeBox {
  width: 97%;
  background: #000000;
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  padding: 3px;
  text-align: center;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  min-height: 85px;
  border-radius: 14px;
}
.storeBox:before {
  content: "";
  background-color: #aaa538;
  background-color: #fff;
  padding-top: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: -1;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -webkit-transition: all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);
  -moz-transition: all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);
  -o-transition: all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);
  transition: all 0.4s cubic-bezier(0.8, 0.13, 0.21, 0.9);
}
.padding-50 {
  padding-top: 115px;
}
@media (max-width: 600px) {
  h1.text-white.header-text-banner-big {
    line-height: 23px;
    font-size: 21px !important;
  }
  .header-text-banner-big,
  .header-text-banner-small {
    padding-left: 20px;
  }
  .header-text-banner-big {
    font-size: 27px !important;
    margin-top: 45px;
  }
  .navbar-light .navbar-nav .nav-link {
    margin-left: 0px !important;
    margin-bottom: 7px;
    background: #c5c5c54d;
    padding: 5px;
  }
  .container,
  .container-md,
  .container-sm {
    padding-left: 1px;
    padding-right: 1px;
  }
  .padding-50 {
    padding-top: 36px;
  }
}
.alert {
  font-family: "Ubuntu";
  text-align: center;
}
.alert-warning {
  background-color: wheat;
  border-color: #faebcc;
  margin: 0px;
}
.alert.alert-danger {
  border-radius: 4px;
  color: black;
  margin-top: 15px;
  line-height: normal;
  padding-bottom: 0px!;
}
.alert.alert-danger p {
  padding: bottom 2px;
  margin-bottom: 0px;
}
.btn-gold:hover {
  color: whitesmoke !important;
  border: 1px solid !important;
}
.border-round {
  padding: 10px 3px;
  border-radius: 30px;
}
.storeBox {
  background: var(--text-green);
}
i.fa.fa-location-arrow {
  transform: rotate(135deg);
  font-size: 21px;
}
span.league-bg {
  background: #1d1c19;
  padding: 8px 6px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: white;
  border-radius: 6px;
  font-size: 11px;
}
.tips-spacing {
  padding-top: 7px;
  padding-bottom: 27px;
}
.btn-gold {
  align-items: center;
  justify-content: center;
}
.banner-bg-im {
  background-image: linear-gradient(
    to bottom,
    #00000000,
    #00000000,
    #00000000,
    url(./../er.jpg)
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.banner-bg-new {
  background-image: linear-gradient(
    to bottom,
    #00000000,
    #00000000,
    #00000000,
    url(./../anchor.jpeg)
  );
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.match-section.border.rounded.p-2 {
  background: #b6b6b624;
  box-shadow: 3px 1px 4px 4px #80808026;
  margin-top: 15px;
  font-family: inherit;
  color: black;
}
.partner-link {
  border: gray;
  background: radial-gradient(#0000001f, transparent);
  margin-bottom: 3px;
}
.partner-link:hover {
  background: white;
  border-bottom: 1px solid gray;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.navbar-nav .nav-link {
  font-size: 15px;
  font-family: inherit;
  text-transform: uppercase;
}
.match-content {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.match-title {
  font-size: 11px;
  font-weight: 100;
  border-bottom: 1px solid #80808040;
}
.tips-btn.btn-warning:hover {
  background: var(--text-gold) !important;
  border-color: white !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.tips-btn.btn-success:hover {
  background: var(--text-green) !important;
  border-color: white !important;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.navbar .banner-bg-im {
  background: var(--text-green) !important;
  border-color: white !important;
}
@media (max-width: 978px) {
  .logo_image {
    height: auto;
    margin: 9px 0px;
    width: 176px;
  }
}
.tips-ul a {
  width: 100%;
  padding-left: 18px !important;
  padding-right: 18px !important;
  border-radius: 24px;
  font-family: "Space Grotesk";
  font-size: 14.974px;
  font-style: normal;
  font-weight: 700;
}
.result-canva {
  float: right;
}
ul.tips-ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: space-between;
  align-items: flex-end;
  background: var(--text-btn-green);
  padding: 1vh 1vh;
  border-radius: 23px;
}
.btn-info:hover {
  color: #fff;
  background-color: var(--text-gold) !important;
  border-color: var(--text-gold);
  transition: 0.5s linear all;
  -webkit-transition: 0.5s linear all;
  -moz-transition: 0.5s linear all;
  -ms-transition: 0.5s linear all;
  -o-transition: 0.5s linear all;
}
.btn-info:hover .btn-warning {
  /* background: transparent !important; */
  border-color: transparent;
}
@media (max-width: 600px) {
  .match-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 7px;
  }
  .result-canva {
    float: left;
  }
  .black_bar {
    margin: 0px 0px 8px 0px !important;
    font-family: "signika";
    text-align: center;
    border-bottom: 1px solid #80808070;
    border-radius: 13px;
    margin-bottom: 8px;
    box-shadow: 0px 6px 9px gainsboro;
  }
}
.match-title {
  font-size: 11px;
  font-weight: 500;
  font-family: inherit;
  border-bottom: 1px solid #80808040;
}
.new-storebox {
  background: #ffffff;
  border: 2px solid #8d8d8d6e;
  padding: 15px 28px;
  border-radius: 9px;
  color: #090707;
  width: 100%;
  font-size: 10px;
  margin-right: 1px;
  margin-bottom: 5px;
}
.new-storebox:hover {
  background: #ffffff00;
  border: 2px solid #8d8d8d6e;
}
.footer-section .footer-top .sitemap-widget li a {
  display: block;
  position: relative;
  color: #afb0b2;
  padding: 4px 0 4px 14px;
  font-weight: 300;
  font-family: sans-serif;
  text-align: left;
  border-bottom: 1px solid #f7941d54;
  border-radius: 9px;
}
.footer-bottom-share a {
  color: white;
  text-align: center;
  padding: 11px;
  background: linear-gradient(45deg, #ff980000, #0f0e0e);
  margin-right: 6px;
  border-radius: 6px;
  border-radius: 30x;
}
.alert-warning {
  padding: 15px 3px;
}
.btn-tips {
  background: #d0d3d6;
  width: 100%;
  font-size: 13px;
}
span.league-bg {
  background: #d2d1d1;
  color: black;
}
.alert-warning {
  background-color: #fff2da !important;
  border-color: #faebcc;
  margin: 0px 9px !important;
  font-family: fangsong;
  text-transform: initial;
  color: black !important;
  font-weight: 300;
}
.pricing-table {
  text-align: center;
  background-color: #000000;
  color: whitesmoke;
  margin: 0 20px;
  padding: 30px 0 40px;
  position: relative;
  height: 431px;
}
.pricing-table.blue {
  background-color: #000000;
}
.pricing-table:after {
  background-color: #fff;
  bottom: -60px;
  content: "";
  height: 60px;
  position: absolute;
  width: 60%;
  left: 50%;
  transform: rotate(-12deg);
  transform-origin: left top 0;
}
.pricing-table:before {
  background-color: #fff;
  bottom: -60px;
  content: "";
  height: 60px;
  position: absolute;
  width: 60%;
  right: 50%;
  transform: rotate(12deg);
  transform-origin: right top 0;
}
.pricing-table .pricing-header {
  background-color: whitesmoke;
  color: #635a5b;
  padding: 20px 0;
  margin: 0 -20px 10px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 2px;
  box-shadow: inset 0 0 10px whitesmoke;
}
.pricing-table .pricing-header:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  border-top: 20px solid #958b72;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.pricing-table .pricing-header:after {
  content: "";
  position: absolute;
  bottom: -40px;
  right: 0;
  border-top: 20px solid #958b72;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
.pricing-table .price-value {
  margin-bottom: 10px;
  font-size: 50px;
}
.pricing-table .price-value .time {
  font-size: 17px;
}
.pricing-table .pricingContent ul {
  font-size: 17px;
  line-height: 50px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.pricing-table .pricingContent ul li:last-child {
  border-bottom: none;
}
.pricing-table .pricingTable-Sign-Up a {
  display: inline-block;
  padding: 10px 25px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fdfdfd;
  background-color: var(--text-green);
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 10px #635a5b;
}
.pricing-table .pricingTable-Sign-Up a:hover {
  color: #635a5b;
  background-color: whitesmoke;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 10px #635a5b;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.pricingTable-Sign-Up {
  position: absolute;
  bottom: 47px;
  left: -50%;
  right: -50%;
}
@media (max-width: 990px) {
  .pricing-table {
    margin-bottom: 30px;
  }
  .pricingTable-Sign-Up {
    position: absolute;
    bottom: -9px;
    left: auto;
    right: auto;
    position: relative;
  }
  .center-banner {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pricing-table:before {
    left: -5px;
  }
  .pricing-table:after {
    right: -5px;
  }
  h1.text-white.header-text-banner-big {
    margin-top: 80px;
  }
}
.rounded-20 {
  border-radius: 20px;
}
.text-kick-off {
  color: var(--Foundation-Blue-Normal, #0C455D);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-bg-im, .banner-bg-im-footer {
  background-image: linear-gradient(to bottom, rgb(14 14 14 / 21%), #000000bd, #00000085), url(./../er.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-bg-new {
  background-image: linear-gradient(to bottom, #272525, #00000054, #000000ba),
    url(./../anchor.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 22px !important;
}
.banner-bg-new1 {
  background-image: linear-gradient(to bottom, #272525, #00000054, #000000ba),
    url(./../win.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 22px !important;
}
.login-btn {
  width: 100%;
  position: relative;
  border-radius: 27.95px;
  background: linear-gradient(180deg, #000, #181818);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 8.4px 28.9px;
  box-sizing: border-box;
  gap: 7.2px;
  text-align: left;
  font-size: 14.43px;
  color: #fff;
  font-family: "Mulisher", serif;
  -webkit-border-radius: 27.95px;
  -moz-border-radius: 27.95px;
  -ms-border-radius: 27.95px;
  -o-border-radius: 27.95px;
}
h1.text-white.header-text-banner-big {
  font-family: "Space Grotesk";
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-style: normal;
  color: var(--text-gold) !important;
  line-height: normal;
  font-weight: 600;
}
.btn-nav-bar {
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(7.25px);
}
.black_bar {
  margin: 0px 0px 24px 0px !important;
}
.black_bar {
  margin: 0px 0px 8px 0px !important;
}
.tap_heading,
.black_bar {
  text-align: center;
  color: white !important;
  text-align: center;
  background: var(--text-btn-green);
  font-size: 22px !important;
  font-family: "Space Grotesk";
}
.banker-tip-of-the-day1 {
  align-self: stretch;
  backdrop-filter: blur(120px);
  border-radius: 0 0 var(--br-mini) var(--br-mini);
  border: 0.5px solid var(--foundation-blue-light-active);
  overflow: hidden;
  gap: var(--gap-3xl);
  text-align: left;
  font-size: var(--regular-body-small-size);
  color: var(--light-green-50);
}
.flatpickr-calendar {
  background: var(--text-btn-green);
}
.flatpickr-day {
  color: white;
}
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--text-gold);
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: var(--text-gold-dark);
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #ffffff8f;
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: #e61132;
}
span.flatpickr-weekday {
  color: #ffeb3b;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: rgb(255 255 255 / 90%);
  fill: rgb(249 249 249 / 90%);
}
.bet-card,
.bet-table {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 10px;
  overflow: hidden;
}
.bet-card {
  width: 300px;
  padding: 20px;
}
.bet-card h2 {
  font-size: 1.5em;
  margin-bottom: 10px;
}
.bet-card .match {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.bet-card .match img {
  height: 50px;
}
.bet-card .odds {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
.bet-card .odds div {
  text-align: center;
}
.bet-card .view-button {
  background-color: #00b300;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
}
.bet-table {
  flex-grow: 1;
  padding: 20px;
}
.bet-table table {
  width: 100%;
  border-collapse: collapse;
}
.bet-table th,
.bet-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.bet-table th {
  background-color: #f2f2f2;
  color: #333;
}
.bet-table tr {
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.bet-table tr:hover {
  background-color: #f1f1f1;
}
.bet-table .prediction {
  text-align: center;
}
.bet-table .login {
  color: #00b300;
}
.bet-table .highlight {
  background-color: #ffd700;
}
.prediction.text-center span {
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  color: white;
  border-radius: 28px;
  background: var(--Foundation-Yellow-Normal, #fdbe11);
}
.league_head {
  font-weight: 500 !important;
  background: var(--foundation-blue-light-hover, #dbe3e7);
}
.bet_login {
  padding: 5px 19px;
  border-radius: 35px;
  border: 1px solid var(--Foundation-Green-Darker, #244900);
  color: var(--Foundation-Green-Darker, #244900);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.bet_view_more {
  padding: 5px 19px;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  border: 1px solid var(--White, #fff);
  background: var(--Foundation-Blue-Normal, #0C455D);
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.bet-cardd .head {
  padding: 18px 10px;
  align-items: flex-end;
  gap: 10px;
  align-self: stretch;
  background: #fdbe11;
  color: var(--Gray-1, #333);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  -webkit-border-radius: 20px 20px 0px 0px;
  line-height: normal;
}
.bet-cardd .body {
  padding-bottom: 22px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border-radius: 0px 0px 15px 15px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  backdrop-filter: blur(60px);
  text-align: center;
  color: var(--White, #fff);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.6px;
}
.bet-cardd .team img {
  width: 82px;
}
.bet-cardd .vs {
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bet-cardd .odd-box {
  padding: 4px 12px;
  align-items: center;
  border-radius: 6px;
  background: #1e1e1e;
  color: var(--Foundation-Blue-Light, #e7ecef);
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bet-cardd .odd-box .second {
  color: #a5a5a5;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.bet-cardd .betby {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
}
.bet-cardd .view {
    padding: 1px 31px !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 35px;
    border: 1px solid var(--Foundation-Green-Normal, #68d100);
    color: var(--Foundation-Green-Normal, #68d100);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Space Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
    background: #34C759;
}
.invest-bar {
  background: linear-gradient(0deg, #00000080 0%, rgb(2 2 2 / 85%) 100%),
    url(./../investment.png) lightgray 50% / cover no-repeat;
  border-radius: 11px;
}
.invest-bar .head {
  color: #fdbe11;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.invest-bar .text {
  olor: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 127.536%;
}
.invest-bar .warning {
  color: #fdbe11;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.536%;
}
.invest-bar .blue {
  color: #0085f9;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.536%;
}
.invest-bar .green {
  color: var(--Foundation-Green-Normal, #68d100);
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 127.536%;
}
.access-now-btn a {
  padding: 14.426px 28.853px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: white;
  border-radius: 27.951px;
  background: linear-gradient(0deg, #ff434b 0%, #b72f35 100%);
}
.results-head {
  color: #000;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.results-text {
  color: var(--Gray-1, #333);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.invest-tick {
  background: green;
  border-radius: 20px;
  padding: 6px 4px;
}
.bookmaker-card {
  min-width: 315px;
  border-radius: 20px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  backdrop-filter: blur(60px);
  max-width: 316px;
  margin-right: 22px;
  margin-left: 9px;
}
@media (min-width: 1024px) {
  .bookmaker-card {
    min-width: 316px;
    border-radius: 20px;
    background: var(
      --LinearBrand,
      linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
    );
    backdrop-filter: blur(60px);
    margin-right: 22px;
    max-width: 406px;
    margin-left: 9px;
  }
}
.bookmaker-card .list {
  margin-top: 16px;
}
.bookmaker-card .list-text {
  padding: 9px 1px;
  color: white;
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bookmaker-card .btns {
  text-align: center;
  color: var(--Foundation-Yellow-Normal, #fdbe11);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  margin-top: 24px;
  font-weight: 500;
  line-height: normal;
}
.bookmaker-card .head {
  text-align: center;
  margin-top: 50px;
}
.bookmaker-card .list .col-1 {
  padding: 9px 0px;
  padding-left: 9px;
}
.bookmaker-card .number {
  position: absolute;
  left: 0;
  padding: 20px;
  color: white;
  top: 0;
  color: #fff;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20.571px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.bookmaker-card .number.success {
  background: rgba(20, 177, 81, 0.44);
}
.bookmaker-card .number.danger {
  background: rgba(235, 31, 39, 0.44);
}
.bookmaker-card .number.warning {
  background: rgba(252, 196, 11, 0.44);
}
.bookmaker-card .payment-icon {
  background: white;
  margin-right: 8px;
  width: 58px;
  border-radius: 3px;
  padding: 2px 3px;
}
.betnow-btn {
  padding: 6px 10px;
  color: var(--White, #fff);
  font-family: "SF Pro Text";
  font-size: 9px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 28px;
  background: var(
    --gradientBlack,
    linear-gradient(180deg, #000 0%, #181818 100%)
  );
}
.betnow-btn img {
  width: 27.008px;
  height: 7.446px;
}
@media (max-width: 900px) {
  .table tbody td {
    line-height: 42px;
  }
  .bet_login {
    padding: 5px 6px;
    border-radius: 35px;
    border: 1px solid var(--Foundation-Green-Darker, #244900);
    color: var(--Foundation-Green-Darker, #244900);
    font-feature-settings: "clig" off, "liga" off;
    font-family: "Space Grotesk";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.2px;
  }
}
.loadmore-featured {
  padding: 14.974px -1px;
  align-items: center;
  gap: 8.319px;
  border-radius: 42.426px;
  background: var(
    --RedGradient,
    linear-gradient(180deg, #eb5757 0%, #a52525 100%)
  ) !important;
}
.loadmore-featured:hover {
  background: var(--text-green) !important;
}
.share-icons {
  padding: 10px 43px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: white;
  align-self: stretch;
  border-radius: 5px;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 14.974px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-right: 15px;
}
.share-icons.success {
  background: linear-gradient(0deg, #53a700 0%, #386f02 100%);
}
.share-icons.primary {
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
}
@media (max-width: 900px) {
  .loadmore-featured {
    padding: 10.974px 22px;
  }
  .share-icons {
    padding: 10px 9px;
  }
}
.banner-tick {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}
.primary-text-card {
  padding: 28px 35px;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  font-family: "Kumbh Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  gap: 11px;
  border-radius: 9px;
  background: var(--foundation-blue-dark-hover, #072938);
}
.blog-post-card {
  border-radius: 25px;
}
.blog-post-card .head {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.blog-post-card .body {
  color: #fff;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.blog-post-card {
  height: 340px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px;
  flex-direction: row;
  align-content: flex-end;
}
.blog-post-head {
  color: #1e1e1e;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 30.677px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bg-users {
  padding: 33px 0px;
  margin-top: 78px;
  justify-content: center;
  align-items: center;
  gap: 47px;
  text-align: center;
  align-self: stretch;
  background: linear-gradient(0deg, #0000004f 0%, rgba(0, 0, 0, 0.74) 100%), url(./../anchor.jpeg), url(./../anchor.jpeg), rgba(211, 211, 211, 0.856) 0% 0% / 89.99999761581421px 89.99999761581421px;
  background-size: inherit;
  background-repeat: repeat;
}
.bg-users .first {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.bg-users .second {
  color: #dfdada;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.banner-bg-im-footer {
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  color: #e7ecef;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DM Sans";
  font-size: 18px;
}
.footer-section .footer-top .sitemap-widget li a {
  display: block;
  position: relative;
  color: #ffffff;
  font-family: sans-serif;
  font-family: "DM Sans";
  text-align: left;
  border-bottom: 1px solid #f7941d00;
}
.footer-section .footer-title {
  margin-bottom: 3px;
  padding-bottom: 12px;
  border-bottom: 2px solid #ffffff00;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  text-align: left;
  font-family: "DM Sans";
  font-weight: 600;
  text-transform: capitalize;
}
.footer-bottom {
  padding: 20px 0;
  border-top: 1px solid #ffffff45;
  font-size: 14px;
}
.accumulator-tips {
  padding: 11px 10px;
  align-items: center;
  gap: 10px;
  text-align: center;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Foundation-Blue-Normal, #0C455D);
}
.accumulator-tips .text {
  color: var(--Light-green-50, #f1f2f0);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.accumulator-tips-card {
  padding: 12px 16px 35px 16px;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  align-self: stretch;
  border-radius: 0px 0px 15px 15px;
  background: #fff;
  backdrop-filter: blur(60px);
}
.accumulator-tips-card .date-layer {
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.accumulator-tips-card .date-layer .image {
  margin-top: 1px;
}
.accumulator-tips-card .data-layer .tips {
  overflow: hidden;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.accumulator-tips-card .data-layer .club {
  color: var(--Gray-3, #828282);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.accumulator-tips-card .tips-layer {
  border-bottom: 1px solid var(--Gray-5, #e0e0e0);
  border-bottom: 1px solid var(--Gray-5, #e0e0e0);
  padding: 14px 9px;
}
.accumulator-tips-card .bottom,
.accumulator-tips-card .bottom .btn {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  line-height: 18px;
  text-align: center;
  padding: 6px 7px;
  letter-spacing: 0.2px;
}
.accumulator-tips-card .bottom .text {
  text-align: center;
}
.accumulator-tips-card .bottom .btn.btn-danger {
  border-radius: 6px;
  background: var(
    --RedGradient,
    linear-gradient(180deg, #eb5757 0%, #a52525 100%)
  );
}
.accumulator-tips {
  margin-top: 16px;
}
.text-below-accumulator {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb-text {
  color: var(--Gray-1, #333);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.accumulator-tips-card .team-name {
    color: var(--Gray-1, #333);
    text-align: center;
    font-family: "Space Grotesk";
    /* font-size: 22px !important; */
    /* font-style: normal; */
    font-weight: 700 !important;
    line-height: 25.6px;
    font-family: Space Grotesk;
    font-size: 14px !important;
    font-weight: 700;
    line-height: 17.86px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.team-card-bg {
    border-radius: 22px;
    padding: 18px 0px;
    background: #ffffff;
}
.team-card-bg img {
  width: 89px;
  height: 89px;
}
.team-card-bg .formation {
  margin: 9px 0px;
}
.team-card-bg .formation .formation-ball {
  width: 23.83px;
  height: 23.833px;
  padding: 5px 9.222px;
  justify-content: center;
  align-items: center;
  gap: 3.611px;
  border-radius: 27.444px;
  color: white;
  color: var(--White, #fff);
  font-family: "SF Pro Text";
  font-size: 9.222px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 27.444px;
  margin-right: 8px;
}
.team-card-bg .formation .formation-ball.success {
  background: var(--Foundation-Green-Normal, #68d100);
}
.team-card-bg .formation .formation-ball.warning {
  background: var(--Foundation-Yellow-Normal, #FFC5018C);
}
.prob-green {
  color: var(--Foundation-Green-Dark, #4e9d00);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.team-card-bg .formation .formation-ball.danger {
  background: #EC1C24;
}
.text-12 {
  color: var(--Gray-1, #333);
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.text-bold-14 {
  color: var(--Gray-1, #333);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.2px;
}
.bg-gray {
  background: #f1f2f0 !important;
}
.bg-white {
  background-color: #ffffff !important;
  background: #ffffff !important;
}
.table > thead > tr.bg-color-white {
  background-color: #ffffff !important;
}
.bg-ash {
  color: var(--Foundation-Blue-Light, #e7ecef);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: white;
  line-height: 18px;
  letter-spacing: 0.2px;
  background: rgba(12, 69, 93, 0.56);
}
.league-tiny {
  color: var(--Blue-1, #2f80ed);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 7px;
  font-style: normal;
  font-weight: 500;
  line-height: 9px;
  letter-spacing: 0.2px;
}
.invest-bar {
  padding: 1px 2px;
}
.standing-head {
  color: #000;
  font-family: "SF Pro Text";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 28px;
}
.standing-title {
  overflow: hidden;
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  margin: 13px 0px;
}
.standing-bg-grey {
  background: #dbe3e7;
}
.standing-bg-black {
  background: #343434;
}
tbody.standing-tbody {
  line-height: 47px;
}
.standing-thead th:first-child {
  border-radius: 37px 0 0 0;
}
.standing-thead th:last-child {
  border-radius: 0 37px 0 0;
  -webkit-border-radius: 0 37px 0 0;
  -moz-border-radius: 0 37px 0 0;
  -ms-border-radius: 0 37px 0 0;
  -o-border-radius: 0 37px 0 0;
}
.standing-thead {
  background: var(--foundation-blue-light-active, #b4c5cd);
  line-height: 51px;
}
.table > thead.standing-thead > tr {
  background-color: var(--foundation-blue-light-active, #b4c5cd) !important;
}
.standing-bg-blue {
  background: var(--Blue-3, #56ccf2);
}
.standing-border-bottom {
  border-bottom: 1px solid var(--Gray-4, #bdbdbd);
}
.last-match-title-image {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 20px 0px 0px 20px;
  background: var(--foundation-blue-light-active, #b4c5cd);
  overflow: hidden;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  width: fit-content;
  line-height: 21px;
  letter-spacing: 0.2;
}
.last-match-nav .nav-link {
  padding: 2.304px 5px !important;
  align-items: center;
  gap: 4.613px;
  align-self: stretch;
  border-radius: 23.528px;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 11.304px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: var(--Gray-3, #828282);
  text-align: center;
  font-family: "Space Grotesk";
}
.badge {
  font-size: 100%;
}
.last-match-nav .nav-link.active,
.nav-pills .show > .nav-link {
  padding: 2.304px 5px !important;
  align-items: center;
  gap: 4.613px;
  align-self: stretch;
  border-radius: 23.528px;
  border: 0.555px solid #fdbe11;
  text-align: center;
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: var(
    --gradientBlack,
    linear-gradient(180deg, #000 0%, #181818 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  background: #fdbe11;
  background-color: #fdbe11;
  color: black;
}
.badge-gray {
  background-color: #929292;
}
.badge-warning {
  background-color: #fdbe11;
}
.badge-danger {
  background-color: #eb5757;
}
.text-danger {
  color: #eb5757 !important;
}
.last-match-title .col-7 > .d-flex,
.last-match-title .col-7.offset-2 > .d-flex {
  justify-content: center;
}
.last-match-stat {
  color: var(--Gray-1, #333);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.last-match-view-all {
  padding: 5px 21px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2px;
  border-radius: 31px;
  background: var(--Gray-4, #bdbdbd);
  -webkit-font-feature-settings: "clig" off, "liga" off;
  -moz-font-feature-settings: "clig" off, "liga" off;
}
.last-match-title-image.reverse {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 0px 20px 20px 0px;
  background: var(--foundation-blue-light-active, #b4c5cd);
  overflow: hidden;
  color: #000;
  font-feature-settings: "clig" off, "liga" off;
  text-overflow: ellipsis;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  width: fit-content;
  line-height: 21px;
  letter-spacing: 0.2;
}
.last-match-view-all:hover {
  background: #fdbe11;
  background-color: #fdbe11;
}
.last-match-table .table-striped tbody tr:nth-of-type(even) {
  background-color: #fafafa;
}
.last-match-table .table-striped tbody tr:nth-of-type(odd) {
  background-color: white;
}
.pricing-head-tag {
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.24px;
  background: var(
    --RedGradient,
    linear-gradient(180deg, #eb5757 0%, #a52525 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 11px 17px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid var(--RedGradient, #eb5757);
  backdrop-filter: blur(12.000000953674316px);
}
.pricing-head {
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 72px;
  letter-spacing: -2.56px;
  background: var(
    --gradientBlack,
    linear-gradient(180deg, #000 0%, #181818 100%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pricing-head .bottom-line {
  height: 12px;
  align-self: stretch;
  background: linear-gradient(
        to bottom right,
        rgba(12, 69, 93, 0.56) 0%,
        rgba(115, 115, 115, 0) 50%
      )
      bottom right / 50% 50% no-repeat,
    linear-gradient(
        to bottom left,
        rgba(12, 69, 93, 0.56) 0%,
        rgba(115, 115, 115, 0) 50%
      )
      bottom left / 50% 50% no-repeat,
    linear-gradient(
        to top left,
        rgba(12, 69, 93, 0.56) 0%,
        rgba(115, 115, 115, 0) 50%
      )
      top left / 50% 50% no-repeat,
    linear-gradient(
        to top right,
        rgba(12, 69, 93, 0.56) 0%,
        rgba(115, 115, 115, 0) 50%
      )
      top right / 50% 50% no-repeat;
}
.pricing-select-country {
  padding: 24.133px 19.306px;
  flex-direction: column;
  align-items: flex-start;
  gap: 19.306px;
  border-radius: 15px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
}
.pricing-select-country .first-head {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 19.306px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.133px;
}
.pricing-select-country .select-country {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.133px;
}
.pricing-select-country .bottom-text {
}
.pricing-cardd {
  padding: 40px 35px;
  flex-direction: column;
  align-items: flex-start;
  gap: 58px;
  border-radius: 15px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  backdrop-filter: blur(20px);
}
.pricing-cardd .first-head {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 36px;
  font-style: normal;
  padding-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.pricing-cardd .second-head {
  color: var(--foundation-yellow-light-active, #feebb5);
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}
.pricing-cardd .third-head {
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.pricing-cardd .fouth-head {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.pricing-cardd .fifth-head {
  color: var(--foundation-yellow-light-active, #feebb5);
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.pricing-cardd .select-duration-text {
  color: var(--White, #fff);
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 19.306px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.133px;
}
.pricing-cardd .select-duration select {
  padding: 18px 10px;
  align-items: center;
  align-self: stretch;
  border-radius: 7px;
  background: var(--Gray-6, #f2f2f2);
}
.paymentbtn {
  padding: 13px 14px;
  color: #fff;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  padding: 14px 14px;
  line-height: 20px;
  padding: 17px 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: var(
    --RedGradient,
    linear-gradient(180deg, #eb5757 0%, #a52525 100%)
  );
}
.paymentbtn:hover {
  background: var(--text-gold);
}
:root {
  --color-primary: var(--text-green);
  --color-text: var(--text-green);
  --color-white: #fff;
  --color-title: var(--text-green);
  --color-background: #f7f8fb;
  --color-border: #dae1f5;
  --fs-sm: 1.4rem;
  --fs-md: 1.6rem;
  --fs-lg: 2.2rem;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;
  --transition: 0.4s ease-in-out;
  --shadow: 0px 60px 56px -12px rgba(9, 40, 163, 0.05);
}
.accordion__wrapper {
  box-shadow: var(--shadow);
  border-radius: 2.5rem;
  width: 100%;
  max-width: 60rem;
}
.accordion__title {
  font-size: var(--fs-lg);
  font-weight: var(--fw-bold);
  color: var(--color-title);
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.accordion {
  border-bottom: 0.1rem solid var(--color-border);
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  padding: 27px 58px;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 17px;
  background: var(--White, #fff);
  margin-bottom: 9px;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
}
.accordion__icon {
  background-color: var(--color-primary);
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: var(--color-white);
  flex-shrink: 0;
}
.accordion__question {
  font-size: var(--fs-md);
  font-weight: var(--fw-medium);
  color: var(--color-title);
  color: var(--KwikAccess-Color-Pallete-Primary-Darker, #00314d);
  font-family: Mulish;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  color: var(--Foundation-Blue-Darker, #041821);
  font-family: "Space Grotesk";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.accordion__answer {
  padding: 2rem 0;
  color: var(--KwikAccess-Color-Pallete-Primary-Darker, #00314d);
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.accordion__content {
  overflow: hidden;
  height: 0;
  transition: var(--transition);
}
.imagee {
  transform: rotate(180deg);
  transform-origin: center;
}
.faq-12 {
  color: #000;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Mulish;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.faq-bg-ash {
  background: var(--foundation-blue-light-hover, #dbe3e7) !important;
}
@media (min-width: 700px) {
  .standing-thead th:last-child {
    padding-right: 12px;
    padding-top: 12px;
  }
  .table-responsive {
    display: table;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 800px) {
  .primary-text-card {
    padding: 28px 35px;
    flex-direction: column;
    align-items: flex-start;
    color: #fff;
    font-family: "Kumbh Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 9px;
    line-height: 24px;
    gap: 11px;
    border-radius: 9px;
    background: var(--foundation-blue-dark-hover, #072938);
  }
  .last-match-table > .table tbody td {
    line-height: 18px;
  }
  .standing-head {
    color: #000;
    font-family: "SF Pro Text";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 7px 8px;
    padding: 7px 9px;
    center: ;
    align-items: center;
    gap: 5px;
    border-radius: 26px;
  }
  .standing-thead th:last-child {
    border-radius: 0 37px 0 0;
    -webkit-border-radius: 0 37px 0 0;
    -moz-border-radius: 0 37px 0 0;
    -ms-border-radius: 0 37px 0 0;
    -o-border-radius: 0 37px 0 0;
    padding-right: 9px;
  }
  tbody.standing-tbody {
    line-height: 47px;
    font-size: 11px;
    text-align: center;
  }
  .accumulator-tips-card .team-name {
    font-size: 15px !important;
    font-style: normal;
  }
  .accumulator-tips .text {
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
  }
  .accumulator-tips-card {
    padding: 12px 0px 35px 0px;
  }
  .team-card-bg img {
    width: 60px;
  }
  .team-card-bg .formation .formation-ball {
    width: 23.83px;
    height: 23.833px;
    padding: 4px 4.222px;
    justify-content: center;
    align-items: center;
    gap: 3.611px;
    border-radius: 27.444px;
    color: white;
    color: var(--White, #fff);
    font-family: "SF Pro Text";
    font-size: 9.222px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 27.444px;
    margin-right: 4px;
  }
  .prob-green {
    color: var(--Foundation-Green-Dark, #4e9d00);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 8.6px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 1px;
  }
  .tips-ul a {
    width: 100%;
    padding-left: 14px !important;
    padding-right: 14px !important;
    border-radius: 24px;
    font-family: "Space Grotesk";
    font-size: 11.974px;
    font-style: normal;
    font-weight: 700;
  }
  ul.tips-ul {
    display: flex;
    flex-wrap: initial;
    justify-content: space-between;
    align-items: flex-end;
    background: var(--text-btn-green);
    padding: 1vh 1vh;
    overflow-x: auto;
    border-radius: 23px;
  }
  .tips-ul a {
    width: 100%;
    padding-left: 14px !important;
    padding-right: 14px !important;
    border-radius: 24px;
    font-family: "Space Grotesk";
    font-size: 11.974px;
    font-style: normal;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
  }
  .team-details-name {
    line-height: 16px;
    font-size: 10px;
  }
  .table td,
  .table th {
    font-size: 11px;
  }
}
.sidelogin_bar {
  background-image: linear-gradient(45deg, #0000009e, #0a0606),
    url(./../sta.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.login-sidetest {
  color: var(--Foundation-Yellow-Normal, #fdbe11);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Orbitron;
  font-size: 36.647px;
  font-style: normal;
  font-weight: 900;
  line-height: 43px;
}
.bg-black-50 {
  background: #000000f0;
}
.text-center.image-center-login {
}
.text-center.image-center-login img {
  max-width: 650px;
}
.form-dark .form-control {
  display: block;
  width: 100%;
  height: calc(2.3em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 6.744px;
  background: rgba(230, 230, 230, 0.12);
  border: 1px solid #ced4da00;
  border-radius: 0.25rem;
  padding-left: 2rem;
  border-radius: 6.744px;
  border-radius: 6.744px;
  background: rgba(230, 230, 230, 0.12);
  background: rgba(230, 230, 230, 0.12);
  border-radius: 6.744px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.icon-group {
  position: relative;
  display: inline-block;
}
.icon-group i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
}
.icon-group input {
  padding-left: 30px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.icon-group input::placeholder {
  color: #888;
}
.icon-group i {
  position: absolute;
  left: 10px;
  top: 66%;
  transform: translateY(-50%);
  color: #888;
}
.btn-login-form {
  padding: 13.488px 26.976px;
  gap: 6.744px;
  align-self: stretch;
  border-radius: 13.488px;
  background: var(
    --LinearBrand,
    linear-gradient(127deg, rgba(12, 69, 93, 0.9) 28.26%, #0c4259 91.2%)
  );
  -webkit-border-radius: 13.488px;
  -moz-border-radius: 13.488px;
  -ms-border-radius: 13.488px;
  -o-border-radius: 13.488px;
  color: #fff;
  font-family: Mulish;
  font-size: 13.488px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.232px;
}
.btn-login-form:hover {
  background: var(--text-gold-dark);
}
.advice-box {
  display: none;
  display: none;
  position: fixed;
  left: 0;
  z-index: 99;
  justify-content: end;
  right: 23px;
  align-items: center;
}
.advice-box-content {
  background-color: var(--text-green);
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: relative;
  color: white;
  margin-top: -99px;
}
.advice-box-content p {
  margin-bottom: 0p;
  padding-bottom: 0px;
}
.advice-box-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
  color: var(--text-gold);
}
.new-table-box tr {
  cursor: pointer;
}
.footer-section .footer-top .sitemap-widget li a {
  font-size: 16px;
}
.prediction.w.text-center span {
  background: #418102;
}
.prediction.x.text-center span {
  background: gray;
}
.prediction.l.text-center span {
  background: red;
}
.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
}
@media (max-width: 500px) {
  td.league_head {
    line-height: 18px !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-block {
    display: block !important;
  }
}

.prediction.text-center span {
  min-width: 44px;

  display: block;
}
.table td, .table th {
  padding: 13px 1px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 300 !important;

  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.2px;
}
.table td{
  font-family: 'Inter';
  font-size: 10px!important;
  font-weight: 500;
  line-height: 12.1px;
  letter-spacing: 0.20000000298023224px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.table td {
  font-family: 'Inter';
  font-size: 12px !important;
}
.table td{
  color: #1e1e1e !important;


}

.drow a {
  color: #4b5357;
  text-decoration: none;
  background-color: transparent;
  font-weight: 600;
}

.bar {
  border-top: 1px solid #ccc;
  padding: 8px;
}

.bard {
  font-size: 12px;
}

.prediction.text-center span {
  display: inline-flex; /* Ensures inline alignment but behaves like flex for children */

  white-space: nowrap; /* Prevents text wrapping */
}

.bet-cardd .head {
  background: #1e1e1e;
  color: white !important;
}
a.loadmore-featured.w-100.btn.btn-warning {
  background: var(
    --RedGradient,
    linear-gradient(180deg, #072938 0%, #0e5270 100%)
  ) !important;
}
.date-btn.active {
  border-color: #3085a7;
  background-color: #3085a7;
}

td.league_head {
  color: #042532dc;
  border-bottom: 1px solid #c0c0c0;
  background-color: #eee;
  /* line-height: 11px; */
  padding: 4px;
}

.table td,
.table th {
  padding: 5px 1px;
  vertical-align: middle;
}

@media (max-width: 978px) {
    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        line-height: 17px;
    }
}

.table td,
.table th {
  color: #042938;
}

.text-mobile-prob {

  font-weight: 640;
}
@media (max-width: 789px) {
  .dd-lg-block.dd-none {
    display: none;
  }
  .table td {
    font-family: 'Inter';
    font-size: 11px !important;
  }

.bg-users .first {

  font-size: 25px;

  margin-top: 10px;
}
.tips-ul a {
  width: 100%;
  padding-left: 4px !important;
  padding-right: 4px !important;
}
}

body {
  background-color: #ebebea;
}

.tap_heading,
.black_bar {
  background: #1e1e1e;
}

ul.tips-ul {
  background: #1e1e1e;
}
.btn-info {
  color: #fff;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e;
}
.btn-warning {
  background: #ffffff !important;
  color: black !important;
  border: 1px solid #ffffff !important;
}

.btn-info:hover {
    background: #ffffff !important;
  color: black !important;
  border: 1px solid #ffffff !important;
   
  }

  .rounded {
    border-radius: 1.25rem !important;
}
.bet-cardd .team img {
    width: 61px;
}
.bookmaker-card {
 
    background: #1e1e1e;
  
}

a.bookmaker-join.btn.bg-dark.text-warning {
  background: white ! IMPORTANT;
  text-transform: uppercase;
  padding: 4px 63px;
  COLOR: #000000 !important;
}
a.bookmaker-join.btn.bg-dark.text-warning:hover {
    background: var(--text-gold) ! IMPORTANT;
  
}
.blue-h{
    color: #0085f9;
}


.invest-bar {
    background: #1e1e1e;
  
}


.primary-text-card {

    background: #1e1e1e;
}



.primary-text-card P {

    background: #1e1e1e!important;
}
.table thead th {
    vertical-align: middle;
    /* border-bottom: 2px solid #dee2e6; */
}


.table > thead > tr {
    background-color: #1e1e1e !important;
}

td.league_head {
    color: #042532dc;
    border-bottom: 1px solid #ffffff;
    background-color: #ffffff;
 
}

.bet-cardd .odd-box {

    border-radius: 35px;

}

td.league_head {
    color: #0085f9;

}
.prediction.text-center span {
    min-width: 14px;
    display: block;
    min-height: 18px;
    font-size: 16px;
    padding: 4px;
    height: 36px;
    width: fit-content;
}

.prediction.text-center span {
    /* padding: 9px 14px; */
    margin-left: auto;
    
    margin-right: auto;
}

.prob-class{
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400!important;
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    box-shadow: 0px 0px 4px 0px #00000040;
    padding: 1px 15px !important;
border-radius: 17px;
font-family: Inter;
font-size: 11px;
font-weight: 700!important;
line-height: 18px;
letter-spacing: 0.20000000298023224px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;
text-transform:capitalize!important;

}
@media (max-width: 900px) {
    .table tbody td {
        line-height: 10px;
    }
    .prediction.text-center span {
        /* padding: 9px 14px; */
        margin-left: 0px;
        margin-right: auto;
    }
    .prediction.text-center span {

        height: auto;
        /* width: fit-content; */
    }
    .prediction.text-center span {
        padding: 9px 9px;
    }
    .prob-class {
        font-family: 'Inter';
        font-size: 9px;
        font-weight: 400 !important;
        line-height: 18px;
        letter-spacing: 0.20000000298023224px;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        box-shadow: 0px 0px 4px 0px #00000040;
        padding: 1px 4px !important;
        border-radius: 17px;
    }
}
.prediction.text-center span {
    padding: 9px 14px;
}

.banner-bg-im-footer {
  background: #011B25 !important;
  color: #e7ecef;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "DM Sans";
  font-size: 18px;
}
.footer-section .footer-top .sitemap-widget li a {

  padding: 6px 0 4px 0px;

}

td.league_head {
    color: #0085f9;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
/* #000000 */

td.text-center.match-time {
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: black;
}

td.text-center.team-name {
    font-family: Inter;
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.table thead th {
    vertical-align: middle;
    /* border-bottom: 2px solid #dee2e6; */
    font-family: Inter;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.team-name-small{
    font-family: 'Inter';
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    
}
.text-mobile-prob{
    font-family: 'Inter';
font-size: 11px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0.20000000298023224px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.new-header-text{
    font-family: 'Space Grotesk';
    font-size: 32px;
    font-weight: 700;
    line-height: 40.83px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    

}
.new-header-p{
    font-family: 'Space Grotesk';
font-size: 16px;
font-weight: 400;
line-height: 20.42px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
@media(max-width:780px){
    .odd-pan{
        font-family: 'Inter';
font-size: 9px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0.20000000298023224px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

    }
    
    .prediction.text-center span {
        padding: 9px 9px;
    }


    .text-mobile-prob{
        font-family: 'Inter';
    font-size: 9px;
   
    }tr.mobile-odds-pan td {
        border-top: 0px;
    }tr.mobile-odds-pan td {
        border-top: 0px;
    }tr.mobile-odds-pan td {
        border-top: 0px;
    }tr.mobile-odds-pan td {
        border-top: 0px;
    }
    .new-header-text {
        font-family: 'Space Grotesk';
        font-size: 23px;
        font-weight: 700;
        line-height: 23.83px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    }
.blog-post-head {
  
    font-size: 18.677px;
}
h4 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
}
h2 {
    font-size: 24px;
    font-weight: 600;
}
.bookmaker-card {
  min-width: 289px;
  border-radius: 20px;
  backdrop-filter: blur(60px);
  max-width: 100%;
  margin-right: -2px;
  margin-left: 6px;
}
.bookmaker-card .list-text {
    padding: 9px 1px;
    color: white;
    color: #fff;
    font-family: "Space Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.invest-bar .head {
    color: #fdbe11;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.tap_heading, .black_bar {
    text-align: center;
    color: white !important;
    text-align: center;
   
    font-size: 14px !important;
    font-family: "Space Grotesk";
}
.table thead th {
   
    font-size: 10px;
  
}

.invest-bar .text {
  
    font-size: 16px;
  
}
.primary-text-card P {
  
    font-size: 14px !important;
}
.primary-text-card {
    padding: 13px 6px;}
.invest-bar .warning , .invest-bar .green{
 
    font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item::before {
    /* float: left; */
    padding-right: .5rem;
    color: #6c757d;
    content: "/";
    margin-top: 5px;
    content: "";
    display: flex
;
    background-image: url(../breadcc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    top: 10px;
    width: 10px;
    height: 10px;
    align-items: center;
    align-content: center;
}
.breadcrumb-item a{
    font-family: 'Mulish';
font-size: 16px;
font-weight: 500;
line-height: 20.08px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color:#1E1E1E!important
}

ul.tips-ul {
    display: flex
;
    /* flex-wrap: wrap; */
    align-content: flex-end;
    flex-wrap: nowrap!important;
    justify-content: start;
    align-items: flex-end;
    background: #1e1e1e!important;
    padding: 6px;
    border-radius: 51px;
    overflow: auto;
}

.table th {
    /* padding: 13px 1px; */
    vertical-align: middle;
    border-top: 1px solid #dee2e600;
}
td.text-left.text-mobile-prob {
    text-align: center !important;
}

tr.mobile-odds-pan td {
    border-top: 0px;
}


ul.tips-ul {

    padding: 4px!important;
}

.nav-tabs .nav-item .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #c9cfd400 #dee2e6 #fff;
    font-family: Space Grotesk;
    font-size: 12px;
    font-weight: 700;
    line-height: 15.31px;
    color: var(--Colors-Blue, #007AFF);
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border-right: 0px solid rgba(128, 128, 128, 0);
    border-left: 0px;



}

.nav-tabs {
    border-bottom: 1px solid #dee2e600;
}
.cat-table li a,.cat-table .nav-link{
  
margin-left: 0px!important;
padding-left: 0px !important;
}
ul#myTab {
    column-gap: 25px;
    display: flex !important
;
    overflow: auto;
    flex-wrap: nowrap;
}


@media (min-width: 768px) {
   .cat-table li a,.cat-table .nav-link{
  
        margin-left: 0px!important;
        padding-left: 0px !important;
        }
}

.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-link.active {
    
    border-bottom: 3px solid;
    margin-bottom: 3px;
}






ul#myTab s {
    white-space: nowrap!important;

}
.prediction.text-center span {
  /* padding: 9px 9px; */
  min-width: 30px;
  padding: 0px;
  display: flex
;
  BORDER-RADIUS: 50% !important;
  min-height: 30px;
}

.prediction.text-center span {
  padding: 3px !important;
  min-width: 36px;
  padding: 0px;
  display: flex
;
  min-height: 30px;
}
.status-match{
  font-family: 'Inter';
font-size: 12px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0.20000000298023224px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.status-match.text-dark{
  font-weight: 300!important;
}

.date-year{
    font-family: 'Inter';
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0.20000000298023224px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.date{
    font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.20000000298023224px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.h2h.team{
    font-family: 'Inter';
font-size: 14px;
font-weight: 700;
line-height: 18px;
letter-spacing: 0.20000000298023224px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.team-bold{
    font-family: 'Inter';
font-size: 13.03px;
font-weight: 600;
line-height: 19.54px;
letter-spacing: 0.21712782979011536px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.goal-middle{
    font-family: 'Inter';
font-size: 14px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0.20000000298023224px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;
color: #828282 !important;

}

.text-left.team.font-weight-light.text-dark {
    font-family: 'Inter';
    font-size: 14px;
    
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}

.last-match-text-h{
    font-family: 'Bai Jamjuree';
font-size: 15px;
font-weight: 700;
line-height: 18.75px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
.standing-m{
    width: 33px;
    height: 33px;
    gap: 5px;
    display: flex
;
    border-radius: 28px;
    background: var(--Background-Default-Default, #FFFFFF);
    font-family: 'Lato';
    font-size: 12px;
    font-weight: 500;
    line-height: 14.4px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    align-content: center;
    align-items: center;
    margin: auto;
    justify-content: center;
}
.standing-table th{
    /* font-family: 'Lato'; */
font-size: 14px;
font-weight: 500;
line-height: 18px;
letter-spacing: 0.20000000298023224px;
text-align: left;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

.standing-table td{
    /* font-family: 'Lato'; */
font-size: 12px!important;
font-weight: 500;
line-height: 18px;
color: #000000!important;
;
}


.standing-table.table td, .standing-table.table th {
    padding: 10px 1px;
    vertical-align: middle;
}
tr.\!bg-\[\#000000\].\!font-medium.\!text-white {
    background: #FFF3B0 !important;
}


.team-card-bg .formation .formation-ball {
    width: 68.83px;
    height: 23.833px;
    padding: 7px;
    justify-content: center;
    align-items: center;
    gap: 3.611px;
    border-radius: 27.444px;
    color: white;
    color: var(--White, #fff);
    font-family: "SF Pro Text";
    font-size: 9.222px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 27.444px;
    margin-right: 3px;
}

.detail-head-text{
    font-family: 'Bai Jamjuree';
font-size: 16px;
font-weight: 700;
line-height: 20px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}

@media (max-width:980px) {

.h2h.team {
    font-family: 'Inter';
    font-size: 12px;

}

.goal-middle,.date,.date-year {

    font-size: 12px;

}
.h2h-pane img{
  width:69px;
  height: 70px;
}
.team-card-bg img {
  width: 89px;
  height: 64px;
}
}

.sign-up-font{

    font-size: 12.43px;
    
    text-transform: capitalize!important;
    
    }
    
    .sign-up-btn{
      border-radius: 30px;
      border: 1px solid #D9D9D9!important;
    }
    .sign-up-btn,.login-btn{
      display: flex;
      align-items: center;
      min-width: 100px;
      justify-content: center;
    }
    
    .select-new-league{
      padding: 8px 15px;
      border-radius: 31px;
      -webkit-appearance: none; /* Safari and Chrome */
      -moz-appearance: none;    /* Firefox */
      appearance: none;         /* Standard */
    }
    .select-new-div span{
      position: absolute;
      right: px;
      right: 43px;
      bottom: 9px;
    
    }
.primary-text-card {
  padding: 29px 35px;
}
@media (max-width:700px) {
  .primary-text-card {
  padding: 13px 15px;
}

strong.text-mobile-prob {
    text-transform: capitalize!important;
}
td.text-center.team-name-small {
    font-family: Inter;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.prediction.text-center span {
    padding: 3px !important;
    min-width: 31px;
    padding: 0px;
    display: flex
;
    min-height: 30px;
}
.select-new-league {
   
    width: auto;
    appearance: none;
}
.new-time-td{
    font-weight:600!important ;
}
.select-new-div span {
    position: absolute;
    right: px;
    right: 21px;
    bottom: 24px;
}

.freepick td.text-center.team-name {
    font-family: Inter;
    font-size: 12px;
    font-weight: 400 !important;
    line-height: 18px;
    letter-spacing: 0.20000000298023224px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.freepick .predict-word{
    font-weight: 600!important;
}
.freepick_bar{
    -webkit-border-radius: 20px 20px 0px 0px;
}


.nav-tabs .nav-item .nav-link, .nav-tabs .nav-link.active {
    white-space: nowrap;

}
.team-card-bg .formation .formation-ball {
   
    margin-right: 0PX;
}


    .new-header-text {
     
        margin-top: 66px;
    }

}
td.league_head {
    color: #0085f9 !important;
}

.head-head-bar td .text-left,.head-head-bar td .text-right{
    font-family: 'Inter';
    font-size: 12px;

    letter-spacing: 0.20000000298023224px;
  
    
}
    /* Style the placeholder option */
    option[disabled] {
        color: #89868D; /* Light gray for placeholder text */
    }



   /* Styling the select dropdown */
   
   .choices {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
    font-size: 14px;
    border-radius: 26px;
}
.choices__inner {
 
    padding: 5.5px 7.5px 3.75px;
 
    min-height: 40px;
 
}
.choices[data-type*=select-one]::after {



    display: none   ;
}

.texth12{
    font-size:  12px !important;
}
@media (max-width: 700px) {
    .primary-text-card {
        padding: 10px 9px;
    }
    .table td {
      font-family: 'Inter';
      font-size: 12px !important;
  }
}
.acca-comment{
  font-family: 'Space Grotesk';
font-size: 20px;
font-weight: 500;
line-height: 25.52px;
text-align: center;
text-underline-position: from-font;
text-decoration-skip-ink: none;

}
@media (max-width: 978px) {
    .quick-toggle {
    position: fixed;
    z-index: 50000;
    right: -42px!important;
    top: 30%;
    padding: 8px 10px;
    transform: rotate(270deg);
    color: #fff;
    background-color: red;
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 19px 19px 0px 0px;
}
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
      padding: 6px 2px !important;
  }
}


.quick-toggle{
  font-family: 'Space Grotesk';
  font-size: 14.97px;
  font-weight: 700;
  line-height: 19.11px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  background:gray;

}
.quick-toggle {
  position: fixed;
  z-index: 50000;
  right: -38px;
  top: 30%;
  padding: 8px 10px;
  transform: rotate(270deg);
  color: #fff;
  background-color: #050505;
  margin: 0px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 19px 19px 0px 0px;
}

.bookmaker-card .number {
display:none;


}
.tippy-content {
   
    gap: white;
    background: white;
    box-shadow: 3px 3px 7px 4px #80808075;
}



.custom-odds {
    text-align: center;
    padding: 1px 8px;
    display: flex
;
flex-wrap:wrap;
    column-gap: 5px;
    background: #1e1e1eeb;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

 .custom-odds div {
    margin: 5px 0;
    font-size: 12px;
}

.custom-odds .head {
    background: #8080807d;
    padding: 1px;
    border-radius: 9px;
}
  .custom-odds strong {
    font-weight: bold;
  }
.head >a{
  color: white !important;;
}

.free-pick-card td.text-center.team-name {
 
 
  font-weight: 400 !important;
}
.tips-ul a {

  white-space: nowrap;
}
.cat-table .nav-link{
  white-space: nowrap!important;
}
@media (max-width: 700px) {
  .select-new-div span {
      position: absolute;
      right: px;
      right: 21px;
      bottom: 10px;
  }
}