@import "../slick/slick.css";
@import "../slick/slick-theme.css";
* {
  margin: 0;
  padding: 0;
}

:root {
  --primaryClr: #f2de18;
  --secondaryClr: #262626;
  --headClr: black; /*2f004e;*/
  --bodyClr: #4691ce; /*2f004e;*/
  --whiteClr: #ffffff;
  --blackClr: #1e1e1e;
  --lightClr: rgba(255, 255, 255, 0.6);
  --oddsBack: #72bbef;
  --oddsLay: #faa8ba;
  --siteRedClr: #d9534f;
  --siteGreenClr: #27ae60;
}

.light-mode:root {
  --primaryClr: #ffb80c;
  --secondaryClr: #999;
  --headClr: rgba(0, 0, 0, 0.175);
  --bodyClr: #ddd;
  --whiteClr: #000000;
  --blackClr: #ffffff;
  --bs-offcanvas-bg: #fff;
}

body {
  background: var(--bodyClr);
  color: var(--whiteClr);
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

@media only screen and (min-width: 1320px) {
  .container-fluid {
    width: 90%;
    max-width: 100%;
  }
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:focus, a:focus-visible {
  outline: none;
}

.btn-primary {
  background: var(--whiteClr);
  color: var(--blackClr);
  border-color: var(--primaryClr);
  font-size: 12px;
  font-weight: 600;
  border-radius: 50px;
  padding: 6px 8px;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: var(--primaryClr) !important;
  color: var(--blackClr) !important;
  opacity: 0.9;
  border-color: var(--primaryClr) !important;
}

.btn-outline-primary {
  border-color: var(--primaryClr);
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
  background-color: transparent !important;
  color: #000000 !important;
  opacity: 0.9;
  border-color: var(--primaryClr) !important;
}

.btn-outline-secondary {
  font-size: 11px;
  border-radius: 50px;
  padding: 6px 8px;
}

.back-link, .back_btn {
  color: var(--primaryClr);
  font-size: 12px !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 0.25rem 0.65rem;
  border: 1px solid var(--primaryClr);
  border-radius: 0.25rem;
  cursor: pointer;
  transition: all 0.3s;
}

.back-link:hover, .back-link:focus, .back_btn:hover, .back_btn:focus {
  background: var(--headClr);
  color: var(--whiteClr);
}

img {
  width: 100%;
  height: auto;
}

input, input.form-control {
  border-radius: 0;
  border-color: var(--headClr);
  font-size: 14px;
  font-weight: 300;
}

input:focus, input.form-control:focus {
  box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px var(--bodyClr) inset !important;
  -webkit-text-fill-color: var(--whiteClr) !important;
}

body .theme-btn {
  display: none;
}
body .theme-btn .theme-icon {
  width: 25px;
  height: 25px;
  border: 1px solid var(--whiteClr);
  border-radius: 50%;
  text-align: center;
  line-height: 13px;
  padding: 4px;
}
body .theme-btn .theme-icon .dark_theme {
  display: none;
}
body.light-mode .theme-btn .theme-icon {
  border-color: var(--whiteClr);
}
body.light-mode .theme-btn .theme-icon .dark_theme {
  display: block;
}
body.light-mode .theme-btn .theme-icon .light_theme {
  display: none;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  background: var(--headClr);
  width: 100%;
  z-index: 99;
}
.header.beforeheader .top_head {
  padding: 8px 0 7px;
}
.header.aftrlgn {
  padding: 15px 0 0;
  border-bottom: 1px solid #9d6600;
}
.header.aftrlgn .bottom_head {
  margin-top: 15px;
}
.header .middle-part .navbar .navbar-collapse {
  background-color: transparent !important;
}
.header .leftbar_toggle .btn {
  background: transparent;
  border: 0;
  padding: 0;
}
.header .leftbar_toggle .btn svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: var(--primaryClr);
}
.header .leftbar_toggle .btn:hover, .header .leftbar_toggle .btn:focus {
  background: transparent !important;
}
.header .logo {
  max-width: 200px;
}
@media only screen and (max-width: 767.98px) {
  .header .logo {
    max-width: 100px;
  }
}
.header .navbar {
  padding: 0;
}
.header .navbar .navbar-collapse {
  border-radius: 22px;
}
.header .navbar .navbar-collapse .navbar-nav a {
  color: var(--whiteClr);
  padding: 0 8px;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav a.blink svg {
  -webkit-animation: sports-book-bouncing 3s linear infinite alternate;
  animation: sports-book-bouncing 3s linear infinite alternate;
  fill: var(--primaryClr);
  width: 22px;
  height: 22px;
}
.header .navbar .navbar-collapse .navbar-nav a svg,
.header .navbar .navbar-collapse .navbar-nav a img {
  fill: var(--whiteClr);
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.header .navbar .navbar-collapse .navbar-nav a:hover {
  opacity: 0.8;
}
.header .headerRight {
  display: flex;
  align-items: center;
  fill: var(--whiteClr);
}
.header .headerRight .path-stroke {
  stroke: var(--whiteClr);
}
.header .headerRight .dropdown .btn {
  background: transparent;
  padding: 0;
  border: 0;
}
.header .headerRight .dropdown .dropdown-menu {
  min-width: 250px;
}
.header .headerRight .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
}
.header .headerRight .dropdown .dropdown-menu .dropdown-item h6 {
  margin-bottom: 0;
}
.header .headerRight .dropdown .dropdown-menu .dropdown-item span {
  color: #ff5513;
  font-size: 12px;
  font-weight: 600;
}
.header .headerRight .dropdown .dropdown-menu .dropdown-item.deposit {
  background: var(--primaryClr);
  color: var(--blackClr);
  font-weight: 600;
  width: calc(100% - 20px);
  text-align: center;
  display: block;
  margin: 10px;
  border-radius: 5px;
}
.header .headerRight .dropdown .dropdown-menu .dropdown-item.deposit:hover {
  background-color: var(--primaryClr);
}
.header .headerRight .dropdown .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
.header .headerRight .funds ul li a {
  color: var(--whiteClr);
}
.header .headerRight .funds ul li a span {
  padding-left: 5px;
}
.header .headerRight .funds ul li a.deposit {
  background: var(--primaryClr);
  color: var(--blackClr);
  font-weight: 600;
  padding: 7px 10px;
  border-radius: 3px;
}
.header .headerRight .social {
  display: flex;
  align-items: center;
  margin-right: 5px;
}
.header .headerRight .social li {
  margin: 0 5px;
  position: relative;
}
.header .headerRight .social li .notification-count {
  width: 12px;
  height: 12px;
  background: var(--siteRedClr);
  color: var(--whiteClr);
  border-radius: 50%;
  position: absolute;
  right: -2px;
  top: -2px;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .headerRight .menu-btn {
  padding: 0;
  background: none;
  border: none;
}
.header .headerRight .menu-btn:hover, .header .headerRight .menu-btn:focus {
  background-color: none !important;
  border-color: transparent !important;
}
.header .headerRight .menu-btn svg {
  width: 20px;
  height: auto;
  margin-left: 5px;
  fill: var(--primaryClr);
}
.header .headerRight .menu-btn img {
  width: 20px;
  height: auto;
  margin-left: 5px;
}
.header .headerRight .btn_signin {
  background: var(--primaryClr);
  color: var(--blackClr);
  border-color: var(--primaryClr);
}
.header .headerRight .btn_signup {
  border-color: var(--primaryClr);
  background: transparent;
  color: var(--whiteClr);
}
.header .bottom_head {
  background: var(--whiteClr);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.27);
}
.header .bottom_head ul {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-x: auto;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .header .bottom_head ul {
    justify-content: flex-start;
  }
}
.header .bottom_head ul li {
  display: inline-block;
  margin: 0 5px;
}
.header .bottom_head ul li a {
  color: var(--blackClr);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  padding: 6px 10px;
  cursor: pointer;
}
.header .bottom_head ul li a:hover {
  color: #000;
}
@media only screen and (max-width: 575.98px) {
  .header .bottom_head ul li a {
    padding: 2px 5px 2px;
  }
}
.header .bottom_head ul li a img {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.logo img.light-theme,
.footer-logo img.light-theme {
  display: none;
}

.light-mode .logo img.light-theme,
.light-mode .footer-logo img.light-theme {
  display: block;
}
.light-mode .logo img.dark-theme,
.light-mode .footer-logo img.dark-theme {
  display: none;
}

.light-mode .offcanvas .offcanvas-body .social_links li svg {
  filter: brightness(0);
}

.back-link {
  font-size: 10px;
  color: var(--whiteClr);
  border-color: var(--headClr);
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.back-link svg {
  margin-left: 5px;
}

.offcanvas {
  border: none !important;
  z-index: 999999999;
}
@media only screen and (max-width: 419.98px) {
  .offcanvas {
    width: 100% !important;
    max-width: 400px !important;
  }
}

.offcanvas-header {
  background: var(--headClr);
  color: var(--whiteClr);
}
.offcanvas-header .profile-img {
  width: 48px;
  height: 48px;
  background: var(--bodyClr);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  fill: var(--whiteClr);
}
.offcanvas-header .user-info {
  color: var(--whiteClr);
  font-size: 14px;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.offcanvas-header .user-info span {
  font-size: 16px;
  font-weight: bold;
}
.offcanvas-header .user-info a {
  color: var(--whiteClr);
}
.offcanvas-header .btn-close {
  opacity: 1;
}

.offcanvas-body {
  background: var(--headClr);
}
.offcanvas-body .balance {
  font-size: 16px;
  color: var(--whiteClr);
  display: flex;
  align-items: center;
}
.offcanvas-body .balance svg {
  margin-right: 14px;
  fill: var(--primaryClr);
  stroke: var(--primaryClr);
}
.offcanvas-body .balance-amount {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  color: var(--whiteClr);
}
.offcanvas-body .btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.offcanvas-body .menu-items {
  border-top: 1px solid #ddd;
  margin: 30px -1rem 0 -1rem;
}
.offcanvas-body .menu-items li {
  border-bottom: 1px solid #ddd;
}
.offcanvas-body .menu-items li a {
  display: flex;
  align-items: center;
  padding: 17px 1rem;
  font-size: 16px;
  color: var(--whiteClr);
}
.offcanvas-body .menu-items li a svg {
  margin-right: 15px;
  width: 22px;
  height: auto;
}
.offcanvas-body ul.social_links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.offcanvas-body ul.social_links li {
  margin: 0 10px;
  position: relative;
  width: 10%;
}
.offcanvas-body ul.social_links li svg {
  fill: var(--blackClr);
  stroke: var(--whiteClr);
  cursor: pointer;
}
.offcanvas-body ul.social_links li .notification-count {
  width: 12px;
  height: 12px;
  background: var(--siteRedClr);
  color: var(--whiteClr);
  border-radius: 50%;
  position: absolute;
  right: -2px;
  top: -2px;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-steps {
  text-align: center;
}

body.leftbat-opened .leftbarSec {
  transform: translateX(0);
}

.mt--14 .leftbarSec {
  margin-top: -14px;
}

.main .leftbarSec {
  background: var(--whiteClr);
  width: 200px;
  height: calc(100vh - 52px);
  overflow-y: auto;
  padding: 10px;
}
.main .leftbarSec::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media only screen and (max-width: 1199.98px) {
  .main .leftbarSec {
    position: fixed;
    transform: translateX(-100%);
    transition: all 0.3s;
    z-index: 999;
  }
}
@media only screen and (max-width: 767.98px) {
  .main .leftbarSec {
    width: 70%;
  }
}
.main .leftbarSec .games_link h6 {
  color: var(--headClr);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px 10px;
  border-bottom: 1px solid var(--headClr);
}
.main .leftbarSec .games_link ul {
  padding: 10px 0;
}
.main .leftbarSec .games_link ul li {
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.main .leftbarSec .games_link ul li > div {
  line-height: 35px;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  position: relative;
}
.main .leftbarSec .games_link ul li > div:before {
  position: absolute;
  content: "";
  top: 0;
  left: -10px;
  width: 2px;
  height: 100%;
  background: var(--headClr);
  opacity: 0;
  transition: all 0.3s;
}
.main .leftbarSec .games_link ul li > div:hover:before {
  opacity: 1;
  left: 0;
}
.main .leftbarSec .games_link ul li > div img {
  width: 20px;
  height: auto;
  filter: invert(1);
}
.main .leftbarSec .games_link ul li > div span {
  color: var(--blackClr);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 10px;
  opacity: 0.8;
}
.main .leftbarSec .games_link ul li > div .sport-event-count {
  background: var(--primaryClr);
  color: var(--blackClr);
  font-size: 12px;
  margin-left: auto;
  padding: 0.25em 0.4em;
  border-radius: 2px;
}
.main .middleContentSec {
  width: 100%;
}
.main .middleContentSec.homepageSports {
  margin: 0 auto;
  padding: 0;
  width: 100% !important;
}
.main .middleContentSec.homepageSports .container {
  width: 100% !important;
  max-width: 100%;
  padding: 0 0.75rem;
}
@media only screen and (min-width: 1200px) {
  .main .middleContentSec {
    width: calc(100% - 600px);
    max-height: calc(100vh - 63px);
    overflow-y: auto;
    padding: 0 5px;
  }
  .main .middleContentSec::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
}
@media only screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1299.98px) {
  .main .middleContentSec {
    width: calc(100% - 500px);
  }
}
.main .rightbarSec {
  background: var(--whiteClr);
  width: 400px;
  height: calc(100vh - 52px);
  overflow-y: auto;
  padding: 10px;
}
.main .rightbarSec::-webkit-scrollbar {
  width: 0;
  height: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1299.98px) {
  .main .rightbarSec {
    width: 300px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .main .rightbarSec {
    display: none;
  }
}
.main .rightbarSec h6 {
  color: var(--headClr);
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  padding: 5px 10px;
  border-bottom: 1px solid var(--headClr);
}
.main .rightbarSec .VSlider {
  background-color: var(--headClr);
  border-radius: 10px;
  padding: 20px 10px;
  margin: 14px 0;
}
.main .rightbarSec .VSlider .slick-slider {
  position: relative;
}
.main .rightbarSec .VSlider .slick-slider .slide_box {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.main .rightbarSec .VSlider .slick-slider .slide_box img {
  border-radius: 5px;
}
.main .rightbarSec .VSlider .slick-slider .slide_box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 5px;
}
.main .rightbarSec .VSlider .slick-slider .slick-dots {
  top: 40%;
  bottom: auto;
  right: -40px;
  left: auto;
  transform: rotate(90deg);
  width: auto;
}
.main .rightbarSec .VSlider .slick-slider .slick-dots li {
  width: 32px;
  height: 32px;
  transform: rotate(-90deg);
}
.main .rightbarSec .VSlider .slick-slider .slick-dots li button {
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  padding: 0;
}
.main .rightbarSec .VSlider .slick-slider .slick-dots li button::before {
  color: #ccc;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 3px #555;
  width: 32px;
  height: 32px;
  line-height: 30px;
  opacity: 1;
  transition: all 0.4s;
}
.main .rightbarSec .VSlider .slick-slider .slick-dots li:first-child button::before {
  content: "01";
}
.main .rightbarSec .VSlider .slick-slider .slick-dots li:nth-child(2) button::before {
  content: "02";
}
.main .rightbarSec .VSlider .slick-slider .slick-dots li:nth-child(3) button::before {
  content: "03";
}
.main .rightbarSec .VSlider .slick-slider .slick-dots li.slick-active button {
  background: var(--primaryClr);
}
.main .rightbarSec .VSlider .slick-slider .slick-dots li.slick-active button::before {
  color: var(--whiteClr);
  font-size: 18px;
}
.main .rightbarSec .casino_games {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
}
.main .rightbarSec .casino_games a {
  position: relative;
}
.main .rightbarSec .casino_games a img {
  border-radius: 5px;
}
.main .rightbarSec .casino_games a .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#3f3f4f 10%, #000 100%);
  color: var(--primaryClr);
  font-weight: 700;
  line-height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 0;
  border-radius: 5px;
}
.main .rightbarSec .casino_games a .overlay .game_type {
  font-size: 10px;
  text-transform: uppercase;
  max-width: 90px;
  transition: all 0.4s;
}
.main .rightbarSec .casino_games a:hover .overlay {
  opacity: 0.8;
}
.main .rightbarSec .casino_games a:hover .overlay .game_type {
  transform: scale(1.2);
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .main .rightbarSec.matched_bets {
    display: block;
  }
}
@media only screen and (max-width: 991.98px) {
  .main .rightbarSec.matched_bets {
    display: none;
  }
}
.main .rightbarSec.matched_bets .accordion .accordion-item {
  background-color: var(--headClr);
  padding-bottom: 5px;
  margin-bottom: 10px;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-header .accordion-button {
  background: transparent;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  border: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-header .accordion-button img {
  width: 20px;
  margin-right: 10px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-header .accordion-button span {
  color: var(--whiteClr);
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-header .accordion-button:hover, .main .rightbarSec.matched_bets .accordion .accordion-item .accordion-header .accordion-button:focus {
  background: transparent !important;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-header .accordion-button:after {
  content: none;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body {
  color: var(--whiteClr);
  padding: 0;
  border: 0;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table {
  background: var(--headClr);
  margin-bottom: 0;
  border-collapse: collapse;
  overflow-x: auto;
  border: 1px solid #222;
  color: #fff;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table thead {
  background: #222;
  display: block;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table thead tr th {
  color: var(--whiteClr);
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  border: 0;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table thead tr th:not(:first-child) {
  min-width: 60px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table thead tr th:first-child {
  min-width: 35px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table thead tr th:last-child {
  width: 100%;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody {
  color: #fff;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 360px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody::-webkit-scrollbar-track {
  background: #222;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody::-webkit-scrollbar-thumb {
  background: #333;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody::-webkit-scrollbar-thumb:hover {
  background: #444;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody tr td {
  color: var(--whiteClr);
  font-size: 11px;
  border-color: #333;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody tr td:not(:first-child) {
  min-width: 60px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody tr td:first-child {
  min-width: 35px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody tr td:last-child {
  width: 100%;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody tr td span {
  color: var(--bodyClr);
  width: 35px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody tr td span.lay {
  background: #72bbef;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .bets_box .bet_info .table tbody tr td span.back {
  background: #faa8ba;
}
.main .rightbarSec.matched_bets .accordion .accordion-item .accordion-body .no_data {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.main .rightbarSec.matched_bets .accordion .accordion-item.live_tv .accordion-body {
  background: var(--bodyClr);
}
.main .rightbarSec.matched_bets .accordion .accordion-item.live_tv .accordion-body .live_tv_box {
  height: 215px;
}
.main .rightbarSec.matched_bets .accordion .accordion-item.bets {
  margin-bottom: 0px;
}
.main .match_slider_sec {
  width: calc(100% - 50px);
  margin-left: 25px;
}
.main .match_slider_sec .match_info_slider .info_box {
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 128px;
  padding: 8px;
  margin: 0 5px;
}
.main .match_slider_sec .match_info_slider .info_box .match {
  text-align: center;
  font-size: 10px;
  line-height: 12px;
}
.main .match_slider_sec .match_info_slider .info_box .match .tournament {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.main .match_slider_sec .match_info_slider .info_box .match .time {
  color: var(--whiteClr);
  font-weight: 500;
}
.main .match_slider_sec .match_info_slider .info_box .participants {
  display: flex;
  position: relative;
  margin: 4px;
  color: var(--whiteClr);
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}
.main .match_slider_sec .match_info_slider .info_box .participants .item {
  flex: 1;
  overflow: hidden;
  font-size: 10px;
  text-align: center;
}
.main .match_slider_sec .match_info_slider .info_box .participants .item .flag {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
  border-radius: 50%;
}
.main .match_slider_sec .match_info_slider .info_box .participants .item .name {
  line-height: 14px;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
}
.main .match_slider_sec .match_info_slider .info_box .market {
  display: flex;
  gap: 4px;
}
.main .match_slider_sec .match_info_slider .info_box .market .outcome {
  background: #373d57;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  border-radius: 4px;
}
.main .match_slider_sec .match_info_slider .info_box .market .outcome .name {
  color: #abb0ba;
}
.main .match_slider_sec .match_info_slider .info_box .market .outcome .odds {
  color: #e7cf90;
}
.main .match_slider_sec .match_info_slider .slick-arrow {
  background: var(--headClr);
  height: 100%;
}
.main .match_slider_sec .match_info_slider .slick-arrow.slick-prev {
  border-radius: 8px 0 0 8px;
}
.main .match_slider_sec .match_info_slider .slick-arrow.slick-next {
  border-radius: 0 8px 8px 0;
}
.main .popular_game_sec {
  background-color: #dadada;
  background: transparent;
  padding: 1.2rem 2rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.5rem;
  /* box-shadow: 0 4px 3px rgba(255, 189, 0, 0.6); */
}
@media only screen and (max-width: 767.98px) {
  .main .popular_game_sec {
    padding: 1rem 5px 0.5rem;
  }
}
.main .popular_game_sec .head-popular {
  color: #f2de18;
  font-weight: 600;
  font-size: 24px;
}
.main .popular_game_sec .game_box {
  margin: 5px;
}
.main .popular_game_sec .game_box a img {
  border-radius: 5px;
}
.main .sports_banner_sec {
  background-color: #e5d4e5;
  padding: 1rem;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.5rem;
}
.main .sports_banner_sec .col-6 {
  padding: 4px;
}
@media only screen and (max-width: 767.98px) {
  .main .sports_banner_sec {
    padding: 1rem;
  }
}
.main .sports_banner_sec .img_box img {
  border-radius: 1.5rem;
  width: 98%;
}
.main .casino_sec {
  background-color: #e5d4e5;
  padding: 2rem;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.5rem;
}
@media only screen and (max-width: 1199.98px) {
  .main .casino_sec {
    padding: 1rem;
  }
}
.main .casino_sec .heading {
  min-width: 20%;
  background-color: transparent;
  padding: 0;
  align-items: flex-start;
}
@media only screen and (max-width: 767.98px) {
  .main .casino_sec .heading {
    margin-bottom: 1rem !important;
  }
}
.main .casino_sec .heading h5 {
  color: var(--headClr);
  font-size: 22px;
  font-weight: 600;
}
.main .casino_sec .heading h6 {
  font-size: 15px !important;
  color: var(--headClr);
}
.main .casino_sec .heading .btn {
  color: var(--secondaryClr);
  font-size: 16px;
  width: 90%;
  min-width: 170px;
  border-radius: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .main .casino_sec .heading .btn {
    width: 100%;
  }
}
.main .casino_sec .heading .btn.casino_btn, .main .casino_sec .heading .btn.exchange_btn {
  background: var(--headClr) !important;
  border-color: var(--headClr);
  color: var(--whiteClr);
}
.main .casino_sec .heading .btn.exchange_btn:hover {
  background: var(--headClr) !important;
  border-color: var(--headClr) !important;
  color: var(--whiteClr) !important;
}
.main .casino_sec .games {
  overflow: hidden;
}
.main .casino_sec .games a img {
  max-width: 95%;
  border-radius: 0.75rem;
}
.main .providers_sec {
  background-color: #e5d4e5;
  padding: 2rem;
  margin-bottom: 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.5rem;
}
@media only screen and (max-width: 1199.98px) {
  .main .providers_sec {
    padding: 1rem;
  }
}
.main .providers_sec .heading {
  max-width: 300px;
  text-align: center;
  color: var(--headClr);
  background-color: transparent;
}
.main .providers_sec .heading h5 {
  font-size: 22px;
  font-weight: 600;
}
@media only screen and (max-width: 1199.98px) {
  .main .providers_sec .heading {
    margin: 0 auto;
  }
}
.main .providers_sec .heading p {
  color: var(--headClr);
  font-size: 16px;
  font-weight: 600;
}
.main .providers_sec .providers_logo {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 1199.98px) {
  .main .providers_sec .providers_logo {
    width: calc(100% - 0px);
  }
}
.main .providers_sec .providers_logo .logo_box {
  margin: 3px;
}
.main .providers_sec .providers_logo .logo_box img {
  max-width: 120px;
  padding: 3px;
  border-radius: 10px;
}
.main .TopCategories {
  margin: 0 0px 30px;
}
.main .TopCategories .nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
  background: var(--secondaryClr);
  list-style: none;
  overflow-x: auto;
  border: 0px;
  margin-bottom: 20px;
}
.main .TopCategories .nav-tabs .nav-item button,
.main .TopCategories .nav-tabs .nav-item .anav-link {
  background-size: 30px 30px !important;
  background-position: 27px 10px !important;
  background-repeat: no-repeat !important;
  color: var(--whiteClr);
  font-size: 14px;
  width: 92px;
  height: 100%;
  padding: 46px 5px 5px;
  border: 0;
  border-radius: 0;
}
.main .TopCategories .nav-tabs .nav-item button.active,
.main .TopCategories .nav-tabs .nav-item .anav-link.active {
  background: var(--bodyClr);
}

.main .mainBanner .slick-slide img {
  width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
.main .mainBanner .slick-slide .content {
  bottom: auto;
  font-size: 0.85rem;
  left: 0;
  position: absolute;
  right: auto;
  text-align: left;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  z-index: 99;
}
@media only screen and (min-width: 768px) {
  .main .mainBanner .slick-slide .content h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .main .mainBanner .slick-slide .content h2 {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .main .mainBanner .slick-slide .content h2 {
    font-size: 1.15rem;
  }
}
.main .mainBanner .slick-slide .content h2 span {
  color: var(--primaryClr);
  margin: 0 8px;
}
@media only screen and (max-width: 767px) {
  .main .mainBanner .slick-slide .content p {
    font-size: 0.7rem;
  }
}
.main .mainBanner .slick-dots {
  bottom: 10px;
  text-align: left;
  padding-left: 15px;
}
.main .mainBanner .slick-dots li {
  margin: 0;
}
.main .mainBanner .slick-dots li button::before {
  color: var(--primaryClr);
  font-size: 13px;
}
.main .sectionTitle {
  font-size: 24px;
  font-weight: 800;
  color: var(--whiteClr);
  position: relative;
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 5px;
}
.main .sectionTitle:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 1px;
  background: var(--headClr);
}
.main .innerBanner {
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}
.main .innerBanner .link {
  width: 100%;
  background: var(--primaryClr);
  font-size: 11px;
  font-weight: 500;
  display: block;
  text-align: center;
  color: var(--blackClr);
  text-transform: uppercase;
  padding: 8px;
}
.main .payment-info {
  background: var(--headClr);
  margin: 0 -1rem;
  padding: 22px 1rem;
  color: var(--blackClr);
}
.main .payment-info .balance {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #fff;
}
.main .payment-info .balance svg {
  margin-right: 14px;
  fill: var(--whiteClr);
  stroke: var(--whiteClr);
  opacity: 0.6;
}
.main .payment-info .balance-amount {
  text-align: right;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.main .payment-info .btn {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.main .payment-info .btn.btn-outline-secondary {
  border-color: var(--whiteClr);
  color: var(--whiteClr);
}
.main .account-statement input {
  z-index: 9 !important;
  background: transparent;
  border: 1px solid #e5d4e5;
  color: #fff !important;
}
.main .account-statement button.calender-icon svg {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .main .account-statement button.calender-icon svg {
    opacity: 1;
  }
}
.main .account-statement .search-icon button svg {
  display: block;
}
.main .account-statement button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 33px;
  background: #8f0c8f !important;
}
.main .account-statement h3 {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  font-weight: 300;
  margin: 12px -1rem 22px -1rem;
  padding: 0 1rem 12px 1rem;
  color: #fff;
}
.main .account-statement .btn-primary {
  border-radius: 0;
  padding: 6px 10px;
}
.main .account-statement ul {
  margin: 0 -1rem;
  border-top: 1px solid #ddd;
}
.main .account-statement ul li {
  padding: 22px 1rem;
  border-bottom: 2px solid #d3d1d1;
}
.main .account-statement ul li .h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  color: var(--whiteClr);
}
.main .account-statement ul li .h5 {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 0.86px;
  color: var(--whiteClr);
}
.main .account-statement ul li .details {
  font-size: 12px;
  font-weight: 300;
}
.main .account-statement ul li .details span:last-child {
  color: red;
  cursor: pointer;
}
.main .account-statement ul li .statue {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.7px;
  background: #dcdcdc;
  padding: 3px;
  border-radius: 3px;
}
.main .account-statement ul li small {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
  display: block;
  color: var(--whiteClr);
}
.main .account-statement ul li span {
  color: var(--whiteClr);
}
.main .account-statement table thead {
  background: #a3a3a3;
}
.main .account-statement table thead tr th {
  color: #fff;
  white-space: nowrap;
}
.main .account-statement table tbody {
  background: #7b7b7b;
  color: #fff;
}
.main .account-statement table tbody tr td {
  color: #fff;
  white-space: nowrap;
}
.main .profile-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.main .profile-img img {
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid var(--primaryClr);
}
.main .profile-img span {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  color: var(--whiteClr);
}
.main .edit-btn {
  background: var(--whiteClr);
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  fill: var(--whiteClr);
  padding: 4px;
  top: 58px;
  right: -25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .edit-btn svg {
  fill: var(--headClr);
}
.main .profile-info th {
  background: var(--headClr);
  color: var(--whiteClr);
}
.main .profile-info td {
  background: var(--whiteClr);
  color: var(--blackClr);
}
.main .profile-info .edit-btn {
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  display: block;
  padding: 0;
}
.main .profile-info .edit-btn svg {
  fill: var(--whiteClr);
  background-color: var(--headClr);
  border-radius: 50%;
  padding: 3px;
}

.listings .filter {
  margin-bottom: 20px;
}
.listings .filter .dropdown-toggle {
  background: var(--primaryClr) !important;
  border: none !important;
  border-radius: 0;
  padding: 5px 15px;
}
.listings .filter .btn-outline-primary {
  width: 100%;
  padding: 5px;
  background: transparent;
  border-radius: 0 !important;
}
.listings .filter .dropdown-menu {
  border-radius: 0;
  border: 1px solid var(--whiteClr);
  width: 100% !important;
  white-space: pre-wrap;
  min-width: auto;
  padding: 0 !important;
  margin-top: -3px;
}
.listings .filter .dropdown-menu a {
  border-bottom: 1px solid var(--whiteClr);
  color: var(--headClr);
  font-size: 14px;
  opacity: 0.8;
  padding: 13px 18px;
}
.listings .filter .dropdown-menu a:last-child {
  border: none;
}
.listings .like-btn {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px 9px;
  border-radius: 0 0 7px 0;
}
.listings .like-btn svg {
  fill: var(--whiteClr);
}

.steps-canvas.LoginImg {
  width: 100%;
}
.steps-canvas.LoginImg::after {
  content: "";
  background: url('../static/media/loginimg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 70%;
  height: 100%;
  position: absolute;
}
.steps-canvas .offcanvas-header {
  background: var(--headClr);
  width: 30%;
  margin-left: auto;
}
.steps-canvas .offcanvas-header .offcanvas-title {
  font-size: 20px;
  font-weight: bold;
  color: var(--whiteClr);
}
.steps-canvas .offcanvas-body {
  width: 30%;
  margin-left: auto;
}
.steps-canvas .form-steps {
  padding: 55px 30px 0;
}
.steps-canvas .form-steps ul li {
  width: 15%;
}
.steps-canvas .form-steps h1 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 5px;
}
.steps-canvas .form-steps .h2 {
  font-size: 28px;
  font-weight: 500;
  color: var(--whiteClr);
}
.steps-canvas .form-steps p {
  font-size: 18px;
  font-weight: 300;
  color: var(--whiteClr);
}
.steps-canvas .form-steps input {
  background: var(--headClr) !important;
  border-radius: 10px;
  border-color: var(--whiteClr) !important;
  padding: 14px 20px;
  color: var(--whiteClr) !important;
}
.steps-canvas .form-steps input::placeholder {
  color: var(--whiteClr) !important;
}
.steps-canvas .form-steps .icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  fill: var(--whiteClr);
}
.steps-canvas .form-steps .btn {
  padding: 9px 30px;
}
.steps-canvas .form-steps .form-link {
  font-size: 14px;
  color: var(--whiteClr);
  text-decoration: underline;
}
.steps-canvas .form-steps .form-link:hover {
  opacity: 0.7;
}
.steps-canvas .form-steps .sign-up {
  font-size: 14px;
  font-weight: 500;
  color: var(--whiteClr);
}
.steps-canvas .form-steps .sign-up a {
  font-size: 16px;
  color: var(--whiteClr);
  text-decoration: underline;
}
.steps-canvas .form-steps .sign-up a:hover {
  opacity: 0.7;
}

.tabs-area {
  margin-top: 10px;
}
.tabs-area ul {
  margin: 0 -1rem;
  flex-wrap: nowrap;
}
.tabs-area ul li {
  width: 100%;
}
.tabs-area ul li:not(:last-child) {
  border-right: 1px solid var(--whiteClr);
}
.tabs-area ul li .nav-link {
  width: 100%;
  background: #160124 !important;
  color: rgba(255, 255, 255, 0.6);
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 17px 10px;
  border: none;
}
.tabs-area ul li .nav-link.active {
  background: #f3f3f3 !important;
  color: #26324b !important;
}
.tabs-area .tab-content .bank-details {
  margin-top: 22px;
  background: var(--whiteClr);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1019607843);
  border-radius: 10px;
  overflow: hidden;
}
.tabs-area .tab-content .bank-details .top-area {
  background: var(--whiteClr);
  width: 100%;
  font-size: 14px;
  padding: 20px;
}
.tabs-area .tab-content .bank-details .bottom-area {
  padding: 20px;
}
.tabs-area .tab-content .bank-details .bottom-area table {
  margin-bottom: 0;
}
.tabs-area .tab-content .bank-details .bottom-area table th {
  font-size: 18px;
  font-weight: 500;
  padding: 5px 0;
}
.tabs-area .tab-content .bank-details .bottom-area table td {
  font-size: 14px;
  font-weight: 300;
  padding: 5px 0;
  width: 50%;
}
.tabs-area .tab-content form {
  padding: 10px 30px 0;
  text-align: center;
}
.tabs-area .tab-content form input {
  background: var(--whiteClr);
  border-radius: 10px;
  border-color: var(--whiteClr);
  padding: 14px 20px;
}
.tabs-area .tab-content form input.form-check-input {
  border-radius: 50px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--primaryClr);
  padding: 0;
  background-color: var(--whiteClr);
  position: relative;
}
.tabs-area .tab-content form input.form-check-input:checked:after {
  content: "";
  background: var(--headClr);
  border-radius: 50px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
}
.tabs-area .tab-content form .btn {
  padding: 9px 30px;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 120px;
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  .tabs-area .tab-content form .btn {
    margin-bottom: 15px !important;
  }
}
.tabs-area .tab-content form .radio-btns {
  display: flex;
}
.tabs-area .tab-content form .radio-btns .form-check {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 300;
}
.tabs-area .tab-content form .radio-btns .form-check .form-check-label {
  margin-left: 5px;
  margin-top: 3px;
}
.tabs-area .tab-content .card-holder {
  height: 115px;
  background: var(--whiteClr);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1019607843);
}
.tabs-area .tab-content .card-holder img {
  width: 80%;
}
.tabs-area .h4 {
  font-size: 14px;
  font-weight: 500;
}
.tabs-area .sectionTitle::after {
  background: var(--headClr);
  width: 100%;
}

.transfer_info_page .transfer_details {
  background: #c8c9c9;
  color: black;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  z-index: 9;
}
.transfer_info_page .transfer_details h5 {
  color: #000;
}
.transfer_info_page .transfer_details form .form-group {
  background: var(--whiteClr) !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-top: 7px;
  padding-bottom: 10px;
}
.transfer_info_page .transfer_details form .form-group .form-label {
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3px;
}
.transfer_info_page .transfer_details form .form-group .form-control {
  padding: 10px 15px;
  border: 0;
  border-top: 1px solid rgba(1, 63, 72, 0.35);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.12), inset 0 1px rgba(255, 255, 255, 0.04);
}
.transfer_info_page .deposit_img img {
  animation: moving 3s infinite linear;
  width: 390px;
}
@keyframes moving {
  0% {
    left: 0;
  }
  50% {
    left: 0;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    left: 0;
  }
}

.upi-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.upi-list ul li {
  margin: 0 7px;
  width: 50px;
  border: none;
}

.sports_page_banner .slick-slider img {
  border-radius: 5px;
  height: 260px;
  object-fit: cover;
}
@media only screen and (max-width: 180px) {
  .sports_page_banner .slick-slider img {
    height: 180px;
  }
}
.sports_page_banner .slick-slider .slick-dots {
  bottom: 8px;
}
.sports_page_banner .slick-slider .slick-dots li {
  height: 3px;
}
.sports_page_banner .slick-slider .slick-dots li button {
  height: 3px;
  padding: 0;
}
.sports_page_banner .slick-slider .slick-dots li button:before {
  background: rgba(255, 255, 255, 0.7);
  color: transparent;
  width: 25px;
  height: 3px;
  opacity: 1;
}
.sports_page_banner .slick-slider .slick-dots li.slick-active button:before {
  background: var(--primaryClr);
}

.sports_page,
.custom-tabs {
  padding-top: 10px;
}
.sports_page .sports-name-listing ul,
.custom-tabs .sports-name-listing ul {
  flex-wrap: nowrap;
  padding: 10px;
  background: var(--secondaryClr);
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}
.sports_page .sports-name-listing ul li,
.custom-tabs .sports-name-listing ul li {
  margin: 0 5px;
}
.sports_page .sports-name-listing ul li a,
.sports_page .sports-name-listing ul li div,
.custom-tabs .sports-name-listing ul li a,
.custom-tabs .sports-name-listing ul li div {
  color: #fff;
  padding: 5px;
  display: block;
  cursor: pointer;
}
.sports_page .sports-name-listing ul li a:hover, .sports_page .sports-name-listing ul li a.active,
.sports_page .sports-name-listing ul li div:hover,
.sports_page .sports-name-listing ul li div.active,
.custom-tabs .sports-name-listing ul li a:hover,
.custom-tabs .sports-name-listing ul li a.active,
.custom-tabs .sports-name-listing ul li div:hover,
.custom-tabs .sports-name-listing ul li div.active {
  background: transparent;
  color: var(--primaryClr);
}
.sports_page .nav,
.custom-tabs .nav {
  flex-wrap: nowrap;
  background: var(--headClr);
  padding: 10px;
  display: flex;
  justify-content: center;
}
.sports_page .nav .nav-item,
.custom-tabs .nav .nav-item {
  margin: 0 5px;
}
.sports_page .nav .nav-item .nav-link,
.custom-tabs .nav .nav-item .nav-link {
  color: var(--whiteClr);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px;
  border: none;
  border-radius: 0;
}
.sports_page .nav .nav-item .nav-link:hover, .sports_page .nav .nav-item .nav-link.active,
.custom-tabs .nav .nav-item .nav-link:hover,
.custom-tabs .nav .nav-item .nav-link.active {
  background: transparent;
  color: var(--primaryClr);
}
.sports_page .nav .nav-item .nav-link p,
.custom-tabs .nav .nav-item .nav-link p {
  position: relative;
  margin: 0;
  top: -6px;
  right: -4px;
  width: 14px;
  height: 14px;
  background: #3e3d3d;
  box-shadow: 2px 5px 15px #1d1d1d;
  border-radius: 50%;
  display: flex;
  font-size: 9px;
  justify-content: center;
  align-items: center;
}
.sports_page .tab-pane .title,
.custom-tabs .tab-pane .title {
  background: var(--headClr);
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .sports_page .tab-pane .title,
.custom-tabs .tab-pane .title {
    margin-bottom: 0;
    justify-content: center;
  }
}
.sports_page .tab-pane .title span,
.custom-tabs .tab-pane .title span {
  font-size: 14px;
  padding: 6px 1rem;
  display: inline-block;
  color: var(--whiteClr);
  margin-left: -1rem;
}
.sports_page .tab-pane .game-listing,
.custom-tabs .tab-pane .game-listing {
  background: var(--secondaryClr);
  border: 1px solid #ddd;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
}
.sports_page .tab-pane .game-listing .match-listing-head,
.custom-tabs .tab-pane .game-listing .match-listing-head {
  display: none;
}
.sports_page .tab-pane .game-listing .match-listing-head ul,
.custom-tabs .tab-pane .game-listing .match-listing-head ul {
  background-color: #ced5da;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sports_page .tab-pane .game-listing .match-listing-head ul li:first-child,
.custom-tabs .tab-pane .game-listing .match-listing-head ul li:first-child {
  width: calc(100% - 300px);
  display: block;
}
.sports_page .tab-pane .game-listing .match-listing-head ul li,
.custom-tabs .tab-pane .game-listing .match-listing-head ul li {
  width: 48px;
  color: #000;
  padding: 5px 3px;
  font-size: 12px;
}
.sports_page .tab-pane .game-listing .match-info,
.custom-tabs .tab-pane .game-listing .match-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6px;
  border-bottom: 1px solid #ddd;
  background: var(--whiteClr);
}
.sports_page .tab-pane .game-listing .match-info:last-child,
.custom-tabs .tab-pane .game-listing .match-info:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
.sports_page .tab-pane .game-listing .match-info .live-match,
.custom-tabs .tab-pane .game-listing .match-info .live-match {
  height: 8px;
  width: 8px;
  margin-right: 5px;
  background: #c4cfd6;
  border: 1px solid #366601;
  border-radius: 50%;
}
.sports_page .tab-pane .game-listing .match-info .live-match.active,
.custom-tabs .tab-pane .game-listing .match-info .live-match.active {
  background: #6aba12;
  border: 1px solid #366601;
}
.sports_page .tab-pane .game-listing .match-info .match-name,
.custom-tabs .tab-pane .game-listing .match-info .match-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 315px);
  padding: 5px 0;
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb,
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb {
  font-size: 12px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  font-weight: 700;
  color: var(--secondaryClr);
  cursor: pointer;
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info,
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info {
  background: #36404d;
  width: 68px;
  min-width: 68px;
  height: 42px;
  overflow: hidden;
  margin-right: 10px;
  padding: 6px 1px;
  border-radius: 5px;
  position: relative;
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info .date,
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info .date {
  color: var(--whiteClr);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play,
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play {
  background: var(--headClr);
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play .date,
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play .date {
  color: var(--primaryClr) !important;
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span,
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span {
  position: absolute;
  background: linear-gradient(to right, #171618, var(--primaryClr));
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span:nth-child(1),
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span:nth-child(1) {
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  animation: animate1 2s linear infinite;
}
@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span:nth-child(2),
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span:nth-child(2) {
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span:nth-child(3),
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  animation: animate3 2s linear infinite;
}
@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.sports_page .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span:nth-child(4),
.custom-tabs .tab-pane .game-listing .match-info .match-name .breadcrumb .date_time_info.in-play span:nth-child(4) {
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.sports_page .tab-pane .game-listing .match-info .status,
.custom-tabs .tab-pane .game-listing .match-info .status {
  background: var(--oddsBack);
  color: var(--blackClr);
  display: flex;
  padding: 0 3px;
  font-size: 11px;
  font-style: italic;
  font-weight: 600;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
}
.sports_page .tab-pane .game-listing .match-info .listing,
.custom-tabs .tab-pane .game-listing .match-info .listing {
  display: flex;
  flex-wrap: nowrap;
}
.sports_page .tab-pane .game-listing .match-info .listing li.suspended,
.custom-tabs .tab-pane .game-listing .match-info .listing li.suspended {
  position: relative;
  display: flex;
  width: 100%;
}
.sports_page .tab-pane .game-listing .match-info .listing li.suspended p,
.custom-tabs .tab-pane .game-listing .match-info .listing li.suspended p {
  position: absolute;
  margin: 0;
  color: #b91616;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(231, 238, 255, 0.8);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 4px;
}
.sports_page .tab-pane .game-listing .match-info .listing li,
.custom-tabs .tab-pane .game-listing .match-info .listing li {
  margin-right: 5px;
  width: 45px;
  height: 30px;
}
.sports_page .tab-pane .game-listing .match-info .listing li:nth-child(2), .sports_page .tab-pane .game-listing .match-info .listing li:nth-child(4),
.custom-tabs .tab-pane .game-listing .match-info .listing li:nth-child(2),
.custom-tabs .tab-pane .game-listing .match-info .listing li:nth-child(4) {
  margin-right: 10px;
}
.sports_page .tab-pane .game-listing .match-info .listing li:last-child,
.custom-tabs .tab-pane .game-listing .match-info .listing li:last-child {
  margin-right: 0;
}
.sports_page .tab-pane .game-listing .match-info .listing li .info-block,
.custom-tabs .tab-pane .game-listing .match-info .listing li .info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 2px;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
}
.sports_page .tab-pane .game-listing .match-info .listing li .info-block span,
.custom-tabs .tab-pane .game-listing .match-info .listing li .info-block span {
  color: var(--blackClr);
  font-size: 12px;
  font-weight: 700;
}
.sports_page .tab-pane .game-listing .match-info .listing li .info-block.yes,
.custom-tabs .tab-pane .game-listing .match-info .listing li .info-block.yes {
  background: var(--oddsBack);
}
.sports_page .tab-pane .game-listing .match-info .listing li .info-block.no,
.custom-tabs .tab-pane .game-listing .match-info .listing li .info-block.no {
  background: var(--oddsLay);
}
.sports_page .tab-pane .top-row,
.custom-tabs .tab-pane .top-row {
  display: flex;
  justify-content: space-between;
  background: var(--headClr);
  margin: 20px -1rem;
  padding: 0 1rem;
}
.sports_page .tab-pane .top-row .bet-btns,
.custom-tabs .tab-pane .top-row .bet-btns {
  display: flex;
}
.sports_page .tab-pane .top-row .bet-btns li,
.custom-tabs .tab-pane .top-row .bet-btns li {
  background: var(--primaryClr);
  cursor: pointer;
  color: var(--whiteClr);
  margin: 4px 0px 4px 4px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 2px;
}
.sports_page .tab-pane .status-btns,
.custom-tabs .tab-pane .status-btns {
  display: flex;
  align-items: center;
}
.sports_page .tab-pane .status-btns .info-block,
.custom-tabs .tab-pane .status-btns .info-block {
  font-size: 10px;
  margin: 4px 0px 4px 4px;
  border-radius: 2px;
  padding: 3px 2px;
  min-width: 36px;
  text-align: center;
  color: var(--whiteClr);
}
.sports_page .tab-pane .status-btns .info-block.yes,
.custom-tabs .tab-pane .status-btns .info-block.yes {
  background: var(--oddsBack);
}
.sports_page .tab-pane .status-btns .info-block.no,
.custom-tabs .tab-pane .status-btns .info-block.no {
  background: var(--oddsLay);
}
.sports_page .tab-pane .game-points ul,
.custom-tabs .tab-pane .game-points ul {
  margin: 0 -1rem;
}
.sports_page .tab-pane .game-points ul li,
.custom-tabs .tab-pane .game-points ul li {
  display: flex;
  border-bottom: 1px solid var(--secondaryClr);
  padding: 3px 1rem;
  align-items: center;
  font-size: 11px;
}
.sports_page .tab-pane .game-points ul li .team-name,
.custom-tabs .tab-pane .game-points ul li .team-name {
  display: flex;
  flex-direction: column;
  line-height: normal;
}
.sports_page .tab-pane .game-points ul li .team-name .time,
.custom-tabs .tab-pane .game-points ul li .team-name .time {
  color: var(--siteRedClr);
}
.sports_page .tab-pane .game-points ul li .score,
.custom-tabs .tab-pane .game-points ul li .score {
  margin-left: auto;
}
.sports_page .tab-pane .game-points ul li .status-btns,
.custom-tabs .tab-pane .game-points ul li .status-btns {
  margin-left: 5px;
  position: relative;
}
.sports_page .tab-pane .game-points ul li .status-btns .info-block,
.custom-tabs .tab-pane .game-points ul li .status-btns .info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  line-height: normal;
}
.sports_page .tab-pane .game-points ul li .status-btns .info-block span,
.custom-tabs .tab-pane .game-points ul li .status-btns .info-block span {
  font-size: 12px;
}
.sports_page .tab-pane .game-points ul li .status-btns .points-status,
.custom-tabs .tab-pane .game-points ul li .status-btns .points-status {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 95%;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  color: var(--whiteClr);
  text-align: center;
  border-radius: 2px;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sports_page .tab-pane .game-top-area,
.custom-tabs .tab-pane .game-top-area {
  background: var(--headClr);
  margin: 0 -1rem;
  padding: 10px 1rem;
}
.sports_page .tab-pane .game-top-area .date,
.custom-tabs .tab-pane .game-top-area .date {
  text-align: center;
  color: var(--primaryClr);
  font-size: 12px;
  margin-bottom: 5px;
}
.sports_page .tab-pane .game-top-area .title,
.custom-tabs .tab-pane .game-top-area .title {
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.sports_page .tab-pane .game-top-area .range,
.custom-tabs .tab-pane .game-top-area .range {
  background: var(--primaryClr);
  font-size: 11px;
  color: var(--blackClr);
  padding: 2px 5px;
  line-height: normal;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sports_page .tab-content .tab-pane {
  max-height: calc(100vh - 120px);
  padding-bottom: 10px;
  overflow-y: auto;
}

.match_details_container {
  background: url(../static/media/bg.jpg);
  background-repeat: no-repeat;
  padding-top: 30px;
  position: relative;
}
.match_details_container .math_info {
  text-align: center;
}
.match_details_container .math_info .match_type {
  background: var(--primaryClr);
  color: var(--secondaryClr);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  word-spacing: 3px;
  width: fit-content;
  height: 34px;
  line-height: 36px;
  padding: 0 15px;
  margin: 0 auto;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  animation: shine 3s linear infinite;
}
@keyframes shine {
  0% {
    -webkit-box-shadow: 0 0 0 0 var(--primaryClr);
    box-shadow: 0 0 0 0 var(--primaryClr);
  }
  40% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
  }
  80% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.match_details_container .math_info .match_type:after {
  position: absolute;
  content: "";
  top: 16px;
  left: -40%;
  background: var(--primaryClr);
  width: 180%;
  height: 2px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .match_details_container .math_info .match_type:after {
    width: 140%;
    left: -20%;
  }
}
.match_details_container .math_info .team_names {
  margin: 15px 0 10px;
}
.match_details_container .math_info .team_names span {
  color: var(--primaryClr);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 575.98px) {
  .match_details_container .math_info .team_names span {
    font-size: 13px;
  }
}
.match_details_container .math_info .team_names span span {
  color: rgb(237, 33, 58);
  font-size: 12px;
}
@media only screen and (max-width: 575.98px) {
  .match_details_container .math_info .team_names span span {
    font-size: 10px;
  }
}
.match_details_container .math_info .team_names span:last-child span {
  display: none;
}
.match_details_container .math_info .collapse_container {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #41016c;
  height: 45px;
  width: 100%;
}
.match_details_container .math_info .collapse_container .btn {
  background: var(--bodyClr);
  border: 0;
  border-radius: 5px;
  padding: 4px 6px;
  display: flex;
  align-items: center;
  height: 100%;
}
.match_details_container .math_info .collapse_container .btn:hover, .match_details_container .math_info .collapse_container .btn:focus {
  background: var(--bodyClr) !important;
}
.match_details_container .math_info .collapse_container .btn p {
  margin: 0;
  color: var(--whiteClr);
  font-size: 15px;
}
.match_details_container .math_info .collapse_container .btn img {
  width: 25px;
  margin-right: 15px;
}
.match_details_container .math_info .collapse_container .in_play {
  background: #111;
  color: #41aaf0;
  text-transform: uppercase;
  letter-spacing: 2px;
  overflow: hidden;
  font-weight: 700;
  margin: 0 15px;
  padding: 2px 6px;
  position: relative;
}
.match_details_container .math_info .collapse_container .in_play .anim_line1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #171618, #1186d3);
  animation: animate1 2s linear infinite;
}
.match_details_container .math_info .collapse_container .in_play .anim_line2 {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to bottom, #171618, #1186d3);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
.match_details_container .math_info .collapse_container .in_play .anim_line3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to left, #171618, #1186d3);
  animation: animate3 2s linear infinite;
}
.match_details_container .math_info .collapse_container .in_play .anim_line4 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background: linear-gradient(to top, #171618, #1186d3);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}
.match_details_container .sports-match-iframe {
  height: 100%;
}
@media only screen and (min-width: 1400px) {
  .match_details_container .sports-match-iframe {
    height: 390px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .match_details_container .sports-match-iframe {
    height: 330px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1199.98px) {
  .match_details_container .sports-match-iframe {
    height: 361px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023.98px) {
  .match_details_container .sports-match-iframe {
    height: 311px;
  }
}
@media only screen and (min-width: 880px) and (max-width: 991.98px) {
  .match_details_container .sports-match-iframe {
    height: 391px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 879.98px) {
  .match_details_container .sports-match-iframe {
    height: 361px;
  }
}
@media only screen and (min-width: 650px) and (max-width: 767.98px) {
  .match_details_container .sports-match-iframe {
    height: 321px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 649.98px) {
  .match_details_container .sports-match-iframe {
    height: 291px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 575.98px) {
  .match_details_container .sports-match-iframe {
    height: 381px;
  }
}
@media only screen and (min-width: 420px) and (max-width: 479.98px) {
  .match_details_container .sports-match-iframe {
    height: 350px;
  }
}
@media only screen and (min-width: 380px) and (max-width: 419.98px) {
  .match_details_container .sports-match-iframe {
    height: 330px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 379.98px) {
  .match_details_container .sports-match-iframe {
    height: 310px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 359.98px) {
  .match_details_container .sports-match-iframe {
    height: 290px;
  }
}
@media only screen and (max-width: 319.98px) {
  .match_details_container .sports-match-iframe {
    height: 280px;
  }
}

.page-details .game-points {
  padding-bottom: 0;
}
.page-details .top-row {
  display: flex;
  justify-content: space-between;
  background: var(--headClr);
  margin-bottom: 10px;
  padding: 0.5rem 1rem;
}
.page-details .top-row ul.bet-btns {
  display: flex;
}
.page-details .top-row ul.bet-btns li {
  background: var(--primaryClr);
  color: var(--blackClr);
  margin: 4px 0px 4px 4px;
  text-transform: uppercase;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 2px;
  cursor: pointer;
}
.page-details .game-top-area {
  background: transparent;
  margin-bottom: 0px;
  padding: 5px 1rem 5px 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.page-details .game-top-area .date {
  text-align: center;
  color: var(--whiteClr);
  font-size: 12px;
  margin-bottom: 5px;
  order: 2;
  margin-bottom: 0;
}
.page-details .game-top-area .title {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
.page-details .game-top-area .range {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  float: none;
  padding: 0 6px;
  margin: 7px 0;
  background: var(--primaryClr);
  font-size: 12px;
  line-height: 16px;
  border-radius: 3px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-details .title {
  background: var(--headClr);
  padding: 0 1px 0 1rem;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .page-details .title {
    background-color: #3b5160;
    margin-bottom: 0;
    margin-top: 0 !important;
    padding: 0 0.25rem 0 0.5rem;
  }
}
.page-details .title span {
  font-size: 14px;
  padding: 6px 0;
  display: inline-block;
  color: var(--whiteClr);
}
.page-details .title .status-btns {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .page-details .title .status-btns {
    width: 136px;
  }
}
.page-details .title .status-btns .info-block {
  font-size: 13px;
  font-weight: 600;
  color: var(--blackClr);
  text-align: center;
  width: 68px;
  height: 26px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 2px 1px 1px;
  padding: 3px 2px;
  border-radius: 2px;
}
.page-details .title .status-btns .info-block.yes {
  background: var(--oddsBack);
}
.page-details .title .status-btns .info-block.no {
  background: var(--oddsLay);
}
@media only screen and (max-width: 767.98px) {
  .page-details .title .status-btns .info-block {
    width: 50%;
  }
}
.page-details .game-points {
  border: 1px solid #ddd;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.28);
  padding-bottom: 1rem;
  border-radius: 0 0 0.5rem 0.5rem;
}
.page-details .game-points ul li {
  display: flex;
  border-bottom: 1px solid var(--secondaryClr);
  padding: 1px 0 1px 0.75rem;
  align-items: center;
}
.page-details .game-points ul li .score {
  margin-left: auto;
  margin-right: 5px;
}
.page-details .game-points ul li .team-name {
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  display: flex;
  flex-direction: column;
}
.page-details .game-points ul li .team-name .time {
  color: var(--siteRedClr);
}
.page-details .game-points ul li .status-btns {
  display: flex;
  align-items: center;
  position: relative;
}
.page-details .game-points ul li .status-btns .points-status {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 0.26667vw 1.06667vw rgba(0, 0, 0, 0.5);
  font-size: 12px;
  color: var(--primaryClr);
  text-align: center;
  border-radius: 5px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-details .game-points ul li .status-btns .points-status::after {
  position: absolute;
  top: 7px;
  left: 5px;
  border: 1px solid var(--primaryClr);
  content: "";
  padding: 10px;
  width: calc(100% - 10px);
  height: 24px;
  border-radius: 5px;
}
.page-details .game-points ul li .status-btns.match_odds .info-block:nth-child(1), .page-details .game-points ul li .status-btns.match_odds .info-block:nth-child(2), .page-details .game-points ul li .status-btns.match_odds .info-block:nth-child(5), .page-details .game-points ul li .status-btns.match_odds .info-block:nth-child(6) {
  background: #e9e9e9;
}
.page-details .game-points ul li .info-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 8px;
  line-height: normal;
  font-size: 10px;
  margin: 2px 1px 1px;
  padding: 5px 2px;
  width: 68px;
  text-align: center;
  color: var(--blackClr);
  cursor: pointer;
  border-radius: 4px;
}
.page-details .game-points ul li .info-block.yes {
  background: var(--oddsBack);
}
.page-details .game-points ul li .info-block.no {
  background: var(--oddsLay);
}
.page-details .game-points ul li .info-block span {
  font-size: 13px;
  font-weight: 500;
}

.footer {
  padding: 30px 18px 70px 18px;
  margin-top: 20px;
  background: var(--bodyClr);
}
.footer .providers_img {
  text-align: center;
}
.footer .providers_img a {
  display: inline-block;
  padding: 0 5px;
}
.footer .providers_img a img {
  filter: contrast(0.1);
}
.footer .helpline {
  display: flex;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
  max-width: inherit;
  justify-content: center;
  text-align: center;
  margin: 10px auto;
}
.footer .helpline h3 {
  font-size: 21px;
  font-weight: 700;
}
.footer .helpline a {
  color: var(--whiteClr);
  font-size: 18px;
  font-weight: 700;
  display: flex;
  border: 2px solid #27ae60;
  border-radius: 30px;
  padding: 8px;
}
.footer .helpline a img {
  width: 25px;
}
.footer .helpline a p {
  margin-bottom: 0;
  font-size: 18px;
  margin-left: 10px;
}
.footer p {
  color: var(--whiteClr);
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
}
.footer .betfair {
  max-width: 110px;
  height: auto;
  filter: invert(1);
}
.footer .footer-logo {
  max-width: 150px;
  margin-bottom: 20px;
}
.footer .paymentImages ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .paymentImages ul li {
  padding: 8px;
}
.footer .paymentImages ul li img {
  max-height: 46px;
}
.footer .footer-links ul {
  text-align: center;
  padding: 7px 0;
  border-bottom: 1px solid #333;
}
.footer .footer-links ul li {
  font-size: 12px;
  font-weight: 300;
  display: inline-block;
  border-right: 1px solid #fff;
}
.footer .footer-links ul li:last-child {
  margin-right: 0;
  border-right: 0;
}
.footer .footer-links ul li:last-child::after {
  display: none;
}
.footer .footer-links ul li a {
  color: #fff;
  padding: 0 15px;
  font-size: 18px;
}
.footer .footer-links ul li a:hover, .footer .footer-links ul li a:focus {
  color: #fff;
}
.footer .social-icons {
  padding-top: 25px;
}
.footer .social-icons ul {
  display: flex;
  justify-content: center;
}
.footer .social-icons ul li {
  margin-right: 15px;
  position: relative;
}
.footer .social-icons ul li:last-child {
  margin-right: 0;
}
.footer .social-icons ul li img {
  width: 40px;
  height: auto;
  cursor: pointer;
}
.footer .social-icons ul li svg {
  width: 32px;
}
.footer .social-icons ul li .notification-count {
  width: 12px;
  height: 12px;
  background: var(--siteRedClr);
  color: var(--whiteClr);
  border-radius: 50%;
  position: absolute;
  right: -2px;
  top: -2px;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-menu {
  background: var(--bodyClr);
  width: 100%;
  margin-bottom: 4px;
  border: 0px solid var(--primaryClr);
  border-left-width: 2px;
  border-right-width: 2px;
  border-radius: 40px;
  z-index: 9999;
}
.footer .footer-menu ul li {
  text-transform: uppercase;
  font-size: 10px;
}
.footer .footer-menu ul li a {
  padding: 8px 5px 10px;
  color: var(--whiteClr);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}
.footer .footer-menu ul li a svg,
.footer .footer-menu ul li a img {
  fill: currentColor;
  stroke: currentColor;
  max-width: 22px;
  max-height: 22px;
}
.footer .footer-menu ul li a span {
  margin-top: 5px;
}
.footer .footer-menu ul li a.active {
  color: var(--primaryClr);
}
.footer .footer-menu ul li a.active svg {
  fill: currentColor;
  stroke: currentColor;
}

.agent-head.crypto-head {
  background: transparent;
}

.agent-head {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
  justify-content: center;
  border-radius: 6px;
  padding: 10px;
  margin-top: 15px;
}
.agent-head .social-icon {
  width: 9%;
  margin: 0 1%;
}
.agent-head .social-icon img {
  width: 100%;
}

.live_casino_page {
  scroll-snap-type: mandatory;
}
.live_casino_page.live {
  background: var(--headClr);
  color: var(--whiteClr);
}
.live_casino_page .header-bg .header {
  margin-bottom: 0;
}
.live_casino_page .header-bg .headerRight {
  fill: var(--primaryClr);
}
.live_casino_page .header-bg .headerRight .path-stroke {
  stroke: var(--primaryClr);
}
.live_casino_page .custom_placeholder_parent {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live_casino_page .custom_placeholder_parent .custom_placeholder_child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 100px;
}

.button-primary.btn.btn-primary {
  padding: 6px 9px !important;
}

.form-control {
  color: var(--blackClr) !important;
}
.form-control:focus {
  border-color: var(--primaryClr);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-head h2 {
  margin-bottom: 0 !important;
}
.section-head a {
  background: var(--primaryClr);
  color: var(--blackClr);
  font-size: 15px;
  font-weight: 600;
  font-family: sans-serif;
  height: 40px;
  margin-left: 8px;
  padding: 10px 20px;
  border: 0;
  border-radius: 25px;
  transition: all 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.betslip-content.inline_betslip .stack-win-value {
  display: flex;
  margin-bottom: 5px;
}
.betslip-content.inline_betslip .stack-win-value > div {
  width: calc(33.33% - 5px);
  margin-right: 10px;
}
.betslip-content.inline_betslip .stack-win-value > div:last-child {
  margin-right: 0;
}
.betslip-content.inline_betslip .stack-win-value .odds .form-control,
.betslip-content.inline_betslip .stack-win-value .stack_field_value .form-control {
  border-color: var(--secondaryClr);
}
.betslip-content.inline_betslip .winning p {
  line-height: 1.3;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .betslip-content.inline_betslip .winning p {
    font-size: 0.8rem;
  }
}
.betslip-content.inline_betslip .auto-stack {
  margin-bottom: 10px;
}
.betslip-content.inline_betslip .auto-stack ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.betslip-content.inline_betslip .auto-stack ul li {
  width: calc(25% - 0.5rem);
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.betslip-content.inline_betslip .auto-stack ul li:last-child {
  margin-right: 0;
}
.betslip-content.inline_betslip .auto-stack ul li .stack-btn {
  background: var(--secondaryClr);
  color: var(--whiteClr);
  width: 100%;
  padding: 5px;
}
.betslip-content.inline_betslip .btn_group {
  display: flex;
}
.betslip-content.inline_betslip .btn_group > div {
  width: calc(50% - 5px);
  margin-right: 10px;
}
.betslip-content.inline_betslip .btn_group > div:last-child {
  margin-right: 0;
}
.betslip-content.inline_betslip .btn_group .bet-now .place-btn {
  background: #2ebd97;
  color: var(--whiteClr);
  font-size: 1.15rem;
  font-weight: 600;
  width: 100%;
}
.betslip-content.inline_betslip .btn_group .bet-now .place-btn:hover {
  background: #025f18;
}
.betslip-content.inline_betslip .btn_group .cancel-btn {
  background: var(--lightClr);
  color: var(--siteRedClr);
  font-size: 1.15rem;
  font-weight: 600;
  width: 100%;
}
.betslip-content.inline_betslip .btn_group .cancel-btn:hover {
  background: var(--siteRedClr);
  color: var(--whiteClr);
}

.betslip_popup {
  padding-left: 0 !important;
}
.betslip_popup .modal-body {
  background: var(--headClr);
  border: 1px solid #222;
  border-top-width: 1px;
  border-radius: 4px 4px 0 0;
  padding: 0;
}
.betslip_popup .modal-body .table-responsive {
  padding: 0;
}
.betslip_popup .modal-body table {
  margin-bottom: 0;
  color: #fff;
}
.betslip_popup .modal-body table thead {
  background: #a3a3a3;
}
.betslip_popup .modal-body table thead tr th {
  border: 0;
}
.betslip_popup .modal-body table tbody tr {
  border-color: #333;
}
.betslip_popup .modal-body table tbody td {
  color: #fff;
}
.betslip_popup .modal-body table tbody td.yes {
  color: #72bbef;
}
.betslip_popup .modal-body table tbody td.no {
  color: #faa8ba;
}
.betslip_popup .modal-footer {
  background: #444;
  padding: 7px 10px;
  border: 0;
}
.betslip_popup .modal-footer .btn {
  min-width: 100px;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .betslip_popup.inner_popup .modal-body table thead tr th:not(:first-child) {
    min-width: 80px;
  }
  .betslip_popup.inner_popup .modal-body table thead tr th :last-child {
    min-width: 200px;
  }
}

.contact-social ul {
  display: flex;
}
.contact-social ul li {
  border: 2px solid #f6ed95;
  padding: 8px;
  width: 10%;
  margin: 0 1%;
  text-align: center;
  box-shadow: -3px -1px 9px rgba(0, 0, 0, 0.26);
}
.contact-social ul li p {
  margin: 0;
  color: #fff;
  padding-top: 5px;
}
.contact-social ul li img {
  width: 35px;
  height: auto;
  margin: 0 15px;
}

.privay-content {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}
.privay-content p.privacy-points {
  margin-bottom: 9px;
  width: 20%;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-left: 12px;
}
.privay-content p.privacy-points::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  top: 6px;
  left: 0;
}

.responsible-game {
  margin-top: 20px;
  color: #fff;
  font-size: 18px;
}

.game-rule,
.terms-content {
  color: #fff;
  font-size: 18px;
}

.exchange-popup {
  z-index: 99999999999;
}
.exchange-popup .modal-content {
  background: #1a1e29;
  border-radius: 0 !important;
}
.exchange-popup .modal-content .modal-header,
.exchange-popup .modal-content .modal-body,
.exchange-popup .modal-content .modal-footer {
  border: 0;
  padding: 15px;
}
.exchange-popup .modal-content .btn-close {
  background-image: url(assets/images/close.svg);
  opacity: 1;
}
.exchange-popup .modal-content .balnace-wallet {
  display: flex;
  flex-direction: column;
}
.exchange-popup .modal-content .balnace-wallet .balance-value {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}
.exchange-popup .modal-content .balnace-wallet .balance-value svg {
  width: 25px;
  height: 25px;
  margin-right: 5px;
  color: var(--primaryClr);
}
.exchange-popup .modal-content .amount-input form {
  margin-top: 5px;
}
.exchange-popup .modal-content .amount-input form input {
  background: #fff !important;
  border-width: 2px;
  border-radius: 5px;
  color: #000 !important;
}
.exchange-popup .modal-content .amount-input form .exchange-button {
  display: flex;
  justify-content: space-between;
}
.exchange-popup .modal-content .amount-input form .exchange-button button {
  font-size: 16px;
  padding: 6px 8px;
}

input[type=date].form-control::-webkit-calendar-picker-indicator {
  filter: invert(1);
  font-size: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.header.beforeheader button.navbar-toggler {
  display: none;
}

.page-details .game-points {
  background: var(--whiteClr);
  padding-bottom: 0.05rem;
  border-radius: 0;
}
.page-details .game-points .title {
  background: var(--whiteClr);
  border-bottom: 1px solid #ddd;
}
.page-details .game-points .title span {
  color: var(--whiteClr);
  font-size: 13px;
  font-weight: 600;
}
.page-details .game-points ul li {
  padding: 0 0 0 0.75rem;
  border-color: #ddd;
}
.page-details .game-points ul li:last-child {
  border-bottom: 0;
}
.page-details .game-points ul li .team-name {
  color: var(--secondaryClr);
}
.page-details .game-points ul li .match_odds .info-block:first-child {
  background: #d7e8f4 !important;
}
.page-details .game-points ul li .match_odds .info-block:nth-child(2) {
  background: #b7d5eb !important;
}
.page-details .game-points ul li .match_odds .info-block:nth-child(3) {
  background: #72bbef !important;
}
.page-details .game-points ul li .match_odds .info-block:nth-child(4) {
  background: #faa8ba !important;
}
.page-details .game-points ul li .match_odds .info-block:nth-child(5) {
  background: #efd3d9 !important;
}
.page-details .game-points ul li .match_odds .info-block:last-child {
  background: #f6e5ea !important;
}
.page-details .game-points ul li .match_odds .info-block span {
  font-weight: 600;
}
.page-details .game-points.bookmaker .game-top-area .title {
  background: transparent;
  border: 0;
}
.page-details .game-points.bookmaker .game-top-area .title span {
  color: #bdc4c7;
  padding: 0;
}
.page-details .game-points.bookmaker .game-top-area .range {
  position: relative;
  left: auto;
  transform: unset;
  background: #bed5d8;
  padding: 5px 10px;
  margin: 4px 0;
  border-radius: 5px;
}
.page-details .game-points.bookmaker ul {
  background: transparent;
}
@media only screen and (max-width: 767.98px) {
  .page-details .game-points.bookmaker ul li .match_odds {
    width: 140;
  }
}
.page-details .game-points.bookmaker ul li .match_odds .back_all_odds {
  background: linear-gradient(90deg, rgba(130, 183, 221, 0.15) 0%, rgba(130, 183, 221, 0.8) 65%);
  display: flex;
  padding: 0.25rem;
}
@media only screen and (max-width: 767.98px) {
  .page-details .game-points.bookmaker ul li .match_odds .back_all_odds {
    background-image: linear-gradient(90deg, rgba(151, 199, 234, 0.7) 0%, #97c7ea 65%);
    width: 70px;
  }
}
.page-details .game-points.bookmaker ul li .match_odds .back_all_odds .info-block:nth-child(3) {
  background: #72bbef !important;
  border: 1px solid #fff !important;
  border-radius: 4px;
}
.page-details .game-points.bookmaker ul li .match_odds .back_all_odds .info-block:nth-child(3) span {
  color: var(--blackClr);
}
@media only screen and (max-width: 767.98px) {
  .page-details .game-points.bookmaker ul li .match_odds .back_all_odds .info-block:nth-child(1), .page-details .game-points.bookmaker ul li .match_odds .back_all_odds .info-block:nth-child(2) {
    display: none !important;
  }
  .page-details .game-points.bookmaker ul li .match_odds .back_all_odds .info-block:nth-child(3) {
    display: block !important;
    width: 100%;
  }
}
.page-details .game-points.bookmaker ul li .match_odds .back_all_odds .bookmaker_susp {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: var(--whiteClr);
  font-weight: bold;
  text-shadow: 0 0.2666666667vw 1.0666666667vw rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-details .game-points.bookmaker ul li .match_odds .back_all_odds .bookmaker_susp span {
  opacity: 0.8;
}
.page-details .game-points.bookmaker ul li .match_odds .lay_all_odds {
  background: linear-gradient(270deg, rgba(231, 170, 184, 0.15) 5%, rgba(231, 170, 184, 0.8) 60%);
  display: flex;
  padding: 0.25rem;
}
@media only screen and (max-width: 767.98px) {
  .page-details .game-points.bookmaker ul li .match_odds .lay_all_odds {
    background-image: linear-gradient(270deg, rgba(247, 205, 214, 0.75) 5%, #f0c0cb 60%);
    width: 70px;
  }
}
.page-details .game-points.bookmaker ul li .match_odds .lay_all_odds .info-block:nth-child(1) {
  background: #faa9ba !important;
  border: 1px solid #fff !important;
  border-radius: 4px;
}
.page-details .game-points.bookmaker ul li .match_odds .lay_all_odds .info-block:nth-child(1) span {
  color: var(--blackClr);
}
@media only screen and (max-width: 767.98px) {
  .page-details .game-points.bookmaker ul li .match_odds .lay_all_odds .info-block:nth-child(1) {
    display: block !important;
    width: 100%;
  }
  .page-details .game-points.bookmaker ul li .match_odds .lay_all_odds .info-block:nth-child(2), .page-details .game-points.bookmaker ul li .match_odds .lay_all_odds .info-block:nth-child(3) {
    display: none !important;
  }
}
.page-details .game-points.bookmaker ul li .match_odds .info-block {
  background: transparent !important;
  margin: 0 !important;
  line-height: 27px;
}
.page-details .game-points.bookmaker ul li .match_odds .info-block span {
  color: #59708d;
}
@media only screen and (max-width: 767.98px) {
  .page-details .game-points.bookmaker ul li .match_odds .info-block:nth-child(1) {
    display: block !important;
  }
  .page-details .game-points.bookmaker ul li .match_odds .info-block:nth-child(2), .page-details .game-points.bookmaker ul li .match_odds .info-block:nth-child(3) {
    display: none !important;
  }
}
.page-details .title.market_heading {
  background: transparent;
}
.page-details .title.market_heading span {
  font-weight: bold;
}

@media only screen and (max-width: 1199.98px) {
  .header_open .navbar {
    transform: translateX(0px) !important;
  }
  .header_open .navbar .navbar-toggler {
    right: -12px !important;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-230px);
    width: 230px;
    height: 100%;
    background: var(--bodyClr);
    padding: 1rem;
    z-index: 9;
    transition: all 0.3s;
  }
  .header .navbar .navbar-toggler {
    position: absolute;
    top: 70px;
    right: -30px;
    background: var(--whiteClr);
    padding: 0.15rem 0.25rem;
    border-radius: 25px;
    z-index: 99;
  }
  .header .navbar .navbar-toggler .navbar-toggler-icon {
    width: 20px;
    height: 22px;
  }
  .header .navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
  }
  .header .navbar .navbar-collapse {
    position: fixed;
    top: 1rem;
    left: 1rem;
    width: 200px;
    height: 100%;
    display: block !important;
    background: transparent;
    padding: 0;
    margin: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    flex-direction: column;
  }
  .header .navbar .navbar-collapse .navbar-nav a {
    color: var(--whiteClr);
    font-size: 1em;
    text-transform: capitalize;
    width: 100%;
    height: 30px;
    line-height: 1.33;
    margin-bottom: 1.1rem;
    padding: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav a:last-child {
    margin-bottom: 0;
  }
  .header .navbar .navbar-collapse .navbar-nav a svg,
.header .navbar .navbar-collapse .navbar-nav a img {
    fill: var(--whiteClr);
    width: 20px;
    height: 20px;
    margin-right: 7px;
  }
  .header .navbar .navbar-collapse .navbar-nav a:hover {
    opacity: 0.8;
  }
  .header .navbar .navbar-collapse .navbar-nav a.logoImg {
    width: fit-content;
    margin-bottom: 2.25rem;
  }
  .header .navbar .navbar-collapse .navbar-nav a.logoImg img {
    width: 150px;
    height: auto;
  }
}
@media only screen and (max-width: 1199.98px) and (max-width: 767.98px) {
  .header .navbar .navbar-collapse .navbar-nav a.logoImg img {
    width: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ezugi_iframe {
    height: 100vh;
  }
  .valuesDeposit {
    align-items: center;
  }
  .valuesDeposit h3 {
    font-size: 16px;
  }
  .valuesDeposit .copyValue {
    font-size: 15px !important;
  }
  .sports_page_banner .slick-slider img {
    height: auto !important;
  }
  .banner_sec {
    padding: 0 10px !important;
  }
  .static_slider {
    width: 100% !important;
  }
  .image_1 {
    display: none !important;
  }
  .main .popular_game_sec .head-popular {
    font-size: 18px !important;
    margin-left: 5px;
  }
  .contact-social ul {
    flex-wrap: wrap !important;
  }
  .contact-social ul li {
    width: 20% !important;
    margin: 0 1.5% 3% !important;
  }
  .contact-social ul li img {
    width: 30px !important;
    height: auto !important;
    margin: 0 auto !important;
  }
  .contact-social ul li p {
    font-size: 11px !important;
  }
  .agent-head {
    justify-content: space-between;
    width: 100% !important;
  }
  .agent-head .social-icon {
    width: 18%;
    margin: 0 !important;
  }
  .steps-canvas .form-steps input {
    margin-bottom: 12px;
  }
  .header .navbar .navbar-toggler {
    border-radius: 0.375rem;
    line-height: 16px;
    padding: 0 0.15rem;
    right: -37px;
    top: 16px;
  }
  .header.aftrlgn .logo {
    margin-right: 0;
  }
  .header .headerRight .menu-btn {
    margin-left: 0;
  }
  .header .headerRight .funds ul {
    margin-right: 0px;
    padding: 0px !important;
  }
  .header .headerRight .funds ul li {
    margin: 0 4px !important;
  }
  .header .headerRight .funds ul li a {
    color: var(--whiteClr);
    display: block;
    border-radius: 22px;
    padding: 3px 10px !important;
  }
  .header .headerRight .funds ul li a span {
    padding-left: 2px;
  }
  .header .headerRight .funds ul li:after {
    display: none;
  }
  .header .headerRight ul li {
    margin: 0 2px;
  }
  .custom-tabs {
    padding-top: 0px;
  }
  .custom-tabs .sports-name-listing ul {
    padding: 5px;
    margin-bottom: 5px;
  }
  .page-details .game-top-area .range {
    display: none;
  }
  .page-details .game-top-area .date {
    display: none;
  }
  .page-details .game-points ul li {
    display: flex;
    padding-left: 0.5rem;
    border-bottom: 1px solid #2f3940;
  }
  .page-details .game-points ul li .team-name {
    width: calc(100% - 150px);
    flex-direction: revert;
    justify-content: space-between;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.25rem 0 0;
  }
  .page-details .game-points ul li .team-name .time {
    display: none;
  }
  .page-details .game-points ul li .status-btns {
    width: 140px;
    display: flex;
    align-items: center;
  }
  .page-details .game-points ul li .status-btns .info-block {
    width: inherit;
    display: none;
  }
  .page-details .game-points ul li .status-btns .info-block:nth-child(3), .page-details .game-points ul li .status-btns .info-block:nth-child(4) {
    display: flex;
    width: 50%;
  }
  .page-details .game-points ul li .status-btns .info-block:nth-child(4) {
    border: 0;
  }
  .page-details .game-points ul li .status-btns .info-block:first-child {
    margin-left: 0;
    display: none;
  }
  .page-details .game-points ul li .status-btns .info-block.no:nth-child(2) {
    display: flex;
    width: 50%;
  }
  .sports_page .tab-pane .game-listing .match-info,
.custom-tabs .tab-pane .game-listing .match-info {
    display: block;
  }
  .sports_page .tab-pane .game-listing .match-info .match-name,
.custom-tabs .tab-pane .game-listing .match-info .match-name {
    width: 100%;
  }
  .sports_page .tab-pane .game-listing .match-info .live-match,
.custom-tabs .tab-pane .game-listing .match-info .live-match {
    height: 10px;
    width: 10px;
    margin-right: 8px;
    background: #c4cfd6;
    border: 1px solid #366601;
    border-radius: 50%;
  }
  .sports_page .tab-pane .game-listing .match-info .listing,
.custom-tabs .tab-pane .game-listing .match-info .listing {
    padding-bottom: 5px;
  }
  .sports_page .tab-pane .game-listing .match-info .listing li,
.custom-tabs .tab-pane .game-listing .match-info .listing li {
    width: 100%;
    margin-right: 3px;
  }
  .sports_page .tab-pane .game-listing .match-info .listing li:nth-child(2), .sports_page .tab-pane .game-listing .match-info .listing li:nth-child(4),
.custom-tabs .tab-pane .game-listing .match-info .listing li:nth-child(2),
.custom-tabs .tab-pane .game-listing .match-info .listing li:nth-child(4) {
    margin-right: 6px;
  }
  .sports_page .tab-pane .game-listing .match-listing-head,
.custom-tabs .tab-pane .game-listing .match-listing-head {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .header .headerRight .funds ul li a {
    display: flex;
    border-radius: 22px;
    font-size: 12px;
    text-align: center;
  }
}
.mybets-tabs-section ul {
  width: max-content;
  display: flex;
  border: 1px solid #545454;
  border-top: 1px solid #545454 !important;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mybets-tabs-section ul {
    overflow-x: scroll;
    width: auto;
    margin: 15px 0px !important;
  }
}
.mybets-tabs-section ul li {
  padding: 8px 15px !important;
  border-bottom: 0 !important;
  border-right: 1px solid #545454;
  white-space: nowrap;
  background-color: var(--whiteClr);
}
.mybets-tabs-section ul li:hover {
  background-color: var(--bodyClr);
  color: #fff !important;
}
.mybets-tabs-section ul li.active {
  background-color: var(--primaryClr);
  color: #fff;
}
.mybets-tabs-section ul li div {
  color: #000;
}
.mybets-tabs-section ul li div:hover {
  color: #fff !important;
}

.account-statement table tbody tr td span.lay {
  background: #faa8ba;
  border-radius: 5px;
  font-size: 11px;
  color: #000;
  padding: 5px;
  width: 40px;
  justify-content: center;
  display: flex;
}
.account-statement table tbody tr td span.back {
  background-color: #72bbef;
  border-radius: 5px;
  font-size: 11px;
  color: #000;
  padding: 5px;
  width: 40px;
  justify-content: center;
  display: flex;
}

.transfer_info_page input::placeholder {
  color: #000;
  font-weight: bold;
}
.transfer_info_page button[type=submit] {
  margin-top: 15px;
}
.transfer_info_page .upi-list li {
  border: 0 !important;
  margin-top: 20px;
}

.slick-prev,
.slick-next {
  background: #1e8067;
  border-radius: 50%;
}

.fairplay p {
  color: #fff;
  font-size: 18px;
}

.betslip-content.inline_betslip {
  padding: 10px;
}

.withdraw-section-table {
  margin-top: 15px;
}
.withdraw-section-table table thead {
  background: #a3a3a3;
}
.withdraw-section-table table tbody {
  background: #7b7b7b;
  color: #fff;
}

.header-section {
  padding: 26px 0;
}
@media only screen and (max-width: 767px) {
  .header-section {
    padding: 0 !important;
  }
}

.banner_sec {
  padding: 0 3px;
}
.banner_sec .slick-track {
  display: flex;
}
.banner_sec .slick-slide {
  margin: 0.1%;
}
.banner_sec .banner_imgboxes {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.banner_sec .banner_imgboxes::-webkit-scrollbar {
  width: 0;
  height: 6px;
}
.banner_sec .banner_imgboxes::-webkit-scrollbar-thumb {
  background: #20394c;
  border-radius: 25px;
}
.banner_sec .banner_imgboxes::-webkit-scrollbar-thumb:hover {
  background: #304b5f;
}
.banner_sec .banner_imgboxes::-webkit-scrollbar-track {
  background: #0f212e;
  border-radius: 25px;
}
.banner_sec .banner_imgboxes .img_box {
  flex: 0 0 33.33%;
  height: auto;
  padding: 0 8px 1rem;
}
@media only screen and (max-width: 767px) {
  .banner_sec .banner_imgboxes .img_box {
    flex: 0 0 100%;
  }
}
.banner_sec .banner_imgboxes .img_box img {
  border-radius: 0.5rem;
}
@media only screen and (max-width: 767.98px) {
  .banner_sec .banner_sec .banner_imgboxes .img_box {
    flex: 0 0 100% !important;
  }
}

.Withdraw-popup .modal-header {
  background-color: var(--headClr) !important;
}

.custom-tabs .back-link {
  color: var(--whiteClr);
  border-color: var(--whiteClr);
}

.bookmaker-new .status-btns {
  width: 408px;
  height: 44px;
}
.bookmaker-new .points-status {
  width: 100%;
  top: 2px !important;
  width: 100% !important;
  height: 40px !important;
  margin: 0 !important;
}
.bookmaker-new .points-status::after {
  height: 29px !important;
  top: 5px !important;
}

.whtasapp-all-page {
  bottom: 85px;
  position: fixed;
  right: 15px;
  width: 12%;
  z-index: 9;
  text-align: right;
  background: #2db642;
  border-radius: 55px;
}
.whtasapp-all-page a {
  display: flex;
  flex-direction: row-reverse;
  color: #fff;
  text-align: left;
  align-items: center;
}
.whtasapp-all-page a img {
  width: 65px;
  height: 65px;
}
.whtasapp-all-page a .whatsapp-content {
  padding: 0 0 0 18px;
  font-size: 15px;
}
.whtasapp-all-page a .whatsapp-content span {
  font-weight: bold;
}
.whtasapp-all-page a .whatsapp-content span.click {
  text-decoration: underline;
}

.casino_sec .slick-initialized .slick-slide {
  width: 16.6% !important;
}

.casino_sec .slick-track {
  display: flex;
}

.accountstatementModal .modal-header,
.accountstatementModal .modal-footer {
  background-color: var(--headClr);
  border: 0;
}
.accountstatementModal .modal-header button,
.accountstatementModal .modal-footer button {
  filter: invert(1);
}
.accountstatementModal .modal-body {
  background-color: #421063;
  border: 0;
  max-height: calc(100vh - 170px);
  overflow-y: scroll;
}
.accountstatementModal .modal-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.accountstatementModal .modal-body::-webkit-scrollbar-track {
  background: #222;
}
.accountstatementModal .modal-body::-webkit-scrollbar-thumb {
  background: #333;
}
.accountstatementModal .modal-body::-webkit-scrollbar-thumb:hover {
  background: #444;
}
.accountstatementModal .modal-body .account-statement {
  border-bottom: 1px solid #4c4c4c;
  margin-bottom: 10px;
  padding-bottom: 10px;
  color: #fff;
}
.accountstatementModal .modal-body .account-statement:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.accountstatementModal .modal-body .account-statement span {
  color: #fff;
}
.accountstatementModal .modal-body .account-statement small {
  margin-left: 8px;
  color: #fff;
}
.accountstatementModal .modal-body .account-statement .text-end h5 {
  color: red;
  font-weight: bold;
}
.accountstatementModal .modal-body .account-statement .text-end small {
  font-weight: bold;
  color: #fff;
}

.QRImg {
  width: 270px;
  margin: 30px auto;
  background-color: var(--whiteClr);
}
.QRImg p {
  background-color: var(--headClr);
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
  margin: 0;
  justify-content: space-between;
}

.marqu {
  display: flex;
  width: 100%;
  height: 20px;
  justify-content: center;
  background-color: black;
}
.marqu marquee {
  width: 80%;
}
.marqu span {
  align-content: center;
}

.static_slider_2 {
  position: relative;
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-height: 200px;
}

.static_slider {
  width: 50%;
}
.static_slider img {
  height: 100%;
}

.paymentLogo {
  width: 9% !important;
  background: #fff;
  margin: 5px;
  padding: 8px;
}
@media only screen and (max-width: 600px) {
  .paymentLogo {
    width: 14% !important;
  }
}


.secSlider {
  display: flex;
  width: 100%;
  max-height: 200px;
}

.text_mover {
  top: 0;
}

.changePasswordModal .modal-content {
  background-color: var(--bodyClr);
}
.changePasswordModal .modal-content .btn-close {
  filter: invert(1);
}

.panel svg {
  stroke: #fff;
  fill: #2f004e;
}

.slick-arrow {
  background: #ffffff;
  width: 24px;
  height: 24px;
}
.slick-arrow:hover {
  background: #f2de18 !important;
}
.slick-arrow::before {
  color: #2f004e;
  font-size: 24px;
  line-height: 28px;
}

@keyframes sports-book-bouncing {
  0% {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32.5% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  41% {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.5% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5%, 27.5%, 37.5%, 43.5% {
    -webkit-transform: translateY(0) scale(1.1, 0.9);
    transform: translateY(0) scale(1.1, 0.9);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-webkit-keyframes sports-book-bouncing {
  0% {
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  20% {
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  32.5% {
    -webkit-transform: translateY(-15%);
    transform: translateY(-15%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  41% {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  46.5% {
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  12.5%, 27.5%, 37.5%, 43.5% {
    -webkit-transform: translateY(0) scale(1.1, 0.9);
    transform: translateY(0) scale(1.1, 0.9);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
.coming-soon h1 {
  padding: 25px 0;
  margin: 0;
  padding-bottom: 6rem;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  font-family: "Teko", sans-serif;
  font-size: 7rem;
  text-transform: uppercase;
  animation: glow 2s ease-in-out infinite alternate;
  text-align: center;
}
.coming-soon a {
  font-family: "Teko", sans-serif;
  color: #4db1bc;
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  justify-self: center;
  padding-bottom: 1rem;
}

@keyframes glow {
  from {
    text-shadow: 0 0 20px #2f004e;
  }
  to {
    text-shadow: 0 0 30px #6b07ad, 0 0 10px #9413e9;
  }
}
.loaderImg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.loaderImg img {
  width: 200px;
}

.legalPage {
  margin: 0 auto;
  width: 80%;
}
.legalPage h3 {
  font-size: 22px;
  font-weight: bold;
}
.legalPage p {
  font-size: 15px;
}
.legalPage ul li {
  margin-bottom: 16px;
}

.accountstatementModal .modal-dialog {
  max-width: 840px;
}
.accountstatementModal .modal-dialog thead {
  border-bottom: 1px solid rgba(128, 2, 211, 0.35);
}
.accountstatementModal .modal-dialog thead tr th {
  width: 30%;
  padding: 4px;
}
.accountstatementModal .modal-dialog thead tr th:first-child {
  width: 40%;
  padding: 4px;
}
.accountstatementModal .modal-dialog td {
  padding: 4px;
  border-bottom: 1px solid rgba(128, 2, 211, 0.35);
}

.gatewaySection {
  max-width: 800px;
  margin: 40px auto 15px;
}
.gatewaySection ul.nav-tabs {
  border: 0;
  margin-bottom: 0 !important;
}
.gatewaySection ul.nav-tabs li {
  width: 50%;
}
.gatewaySection ul.nav-tabs li button {
  background: linear-gradient(0deg, #031c2a 0%, #213040 100%);
  border-radius: 15px 15px 0px 0px;
  border: 0;
  width: 100%;
  color: #fff;
}
.gatewaySection ul.nav-tabs li button.active {
  background: linear-gradient(180deg, #b08c4b 32.81%, #e4d385 100%);
  border-radius: 15px 15px 0px 0px;
  color: #fff;
}
.gatewaySection .tab-content {
  background: var(--secondaryClr);
  padding: 20px 50px;
}
.gatewaySection .tab-content .tab-pane.active {
  display: flex;
  flex-wrap: wrap;
}
.gatewaySection .tab-content .tab-pane.active .cards1 {
  cursor: pointer;
  background: linear-gradient(0deg, #031c2a 0%, #213040 100%);
  border: 0.5px solid #414141;
  box-sizing: border-box;
  border-radius: 10px;
  width: 31.3333%;
  float: left;
  margin: 1% 1%;
}
.gatewaySection .tab-content .tab-pane.active .cards1 .card-icon {
  padding: 12px 5px 4px 5px;
  font-size: 12px;
  border-bottom: 0.5px solid #414141;
  text-align: center;
}
.gatewaySection .tab-content .tab-pane.active .cards1 .card-icon img {
  width: 80px;
}
.gatewaySection .tab-content .tab-pane.active .cards1 p {
  padding: 11px 4px;
  font-size: 14px;
  font-size: 12px;
  margin: 0;
  text-align: center;
}

.gatewayForm {
  margin: 25px;
}
.gatewayForm input {
  border-color: #4a5d6b;
  padding: 14px 20px;
}
.gatewayForm button {
  font-size: 14px;
  margin-bottom: 5px;
  margin-right: 10px;
  min-width: 120px;
  padding: 9px 30px;
  text-transform: uppercase;
}

.heading {
  display: flex;
  justify-content: space-between;
  background: var(--blackClr);
  padding: 10px;
  align-items: center;
}
.heading h4 {
  margin: 0;
}

.newCanvas {
  width: 100% !important;
}

.valuesDeposit {
  border: 1px var(--bs-primary) solid;
  margin-top: 20px;
  color: var(--bs-primary);
  background: #ffffff;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  /* width: 50%; */
  justify-content: center;
}
.valuesDeposit h3 {
  font-weight: 400;
}
.valuesDeposit .copyValue {
  font-size: 20px;
  margin-left: 30px;
  text-align: center;
}
.valuesDeposit .copyValue div {
  font-size: 8px;
  font-weight: 700;
}

#chat-widget-container {
  bottom: 0px !important;
}

@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .ezugi_iframe {
    height: calc(100vh - 410px) !important;
    max-height: calc(100vh - 410px) !important;
    overflow-y: scroll;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
  .ezugi_iframe {
    height: calc(100vh - 410px) !important;
    max-height: calc(100vh - 410px) !important;
    overflow-y: scroll;
  }
}
.qrSize {
  width: 250px;
}

.live-tv-mob {
  margin-left: 10px;
}

.home-iframe {
  margin: 40px 0;
}
.home-iframe .beforelogin-iframe {
  height: 420px;
}
.home-iframe .beforelogin-iframe iframe {
  width: 100%;
  height: 100%;
}
.home-iframe .beforelogin-iframe .main {
  height: 100% !important;
}
.home-iframe .beforelogin-iframe .main .middleContentSec.homepageSports {
  height: 100% !important;
}


.offcanvas {
  color: var(--whiteClr) !important;
}

@media only screen and (max-width: 900px) {
  .steps-canvas .offcanvas-header,
  .steps-canvas .offcanvas-body {
    width: 100% !important;
  }
  .steps-canvas.LoginImg::after {
    display: none !important;
  }
}




@media only screen and (max-width: 419.98px){
.offcanvas {
    max-width: 400px!important;
    width: 100%!important;
}
}