@media only screen and (max-width: 9300px) {
  .footer .footerWrapper {
    padding-bottom: 15px;
  }

  .jackpotHolderMain {
    margin: 0;
  }

  .accountBalanceWrapper
    .accountBalanceContent
    .accountBalanceContentHeader.whiteColor {
    background-color: #ddd;
    color: #000;
  }

  .accountBalanceWrapper
    .accountBalanceContent
    .accountBalanceContentHeader.whiteColor
    span {
    font-size: 10pt;
    color: #000;
  }

  .accountBalanceWrapper
    .accountBalanceContent
    .accountBalanceContentHeader.whiteColor
    span:first-child {
    text-align: left;
  }

  .superMenagerHeader {
    display: none;
  }

  #currentBalanceUserCoinSelect {
    width: 50px;
  }

  .daterangepicker.show-ranges.single.ltr .drp-calendar.left {
    border-left: 0;
  }

  .betSlip {
    /* -webkit-transition: .3s linear all;
        -o-transition: .3s linear all;
        transition: .3s linear all; */
    transition: 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) all;
  }

  .betSlip {
    height: 50px;
    overflow: hidden;
  }

  .betSlip.slideDown {
    height: 340px;
  }

  .homePageBanner .bettingBannerDetails {
    width: 100%;
  }

  section.content section.rightPanel {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
    bottom: 0;
    right: auto;
    z-index: 999;
  }

  .headerScrolled section.content section.rightPanel {
    top: auto;
  }

  section.content section.mainPanel {
    width: 100%;
  }

  .gameTableContent .singleGameContent .singleTeamNames {
    width: 100%;
    height: auto;
  }

  .betModule.liveInModule
    .betModuleContentContainer
    .betModuleSportAccordion
    .moduleSportAccordionContent
    .moduleSportSingleAccordion
    .moduleSportSingleLeague
    .moduleSportSingleLeagueContent
    .moduleSportSingleLeagueMatch
    .moduleSportSingleLeagueMatchBetButtons
    .betHomeButton,
  .betModule.liveInModule
    .betModuleContentContainer
    .betModuleSportAccordion
    .moduleSportAccordionContent
    .moduleSportSingleAccordion
    .moduleSportSingleLeague
    .moduleSportSingleLeagueContent
    .moduleSportSingleLeagueMatch
    .moduleSportSingleLeagueMatchBetButtons
    .betDrawButton,
  .betModule.liveInModule
    .betModuleContentContainer
    .betModuleSportAccordion
    .moduleSportAccordionContent
    .moduleSportSingleAccordion
    .moduleSportSingleLeague
    .moduleSportSingleLeagueContent
    .moduleSportSingleLeagueMatch
    .moduleSportSingleLeagueMatchBetButtons
    .betAwayButton,
  .gameTableContent .singleGameContent .singleHomeOdd,
  .gameTableContent .singleGameContent .singleDrawOdd,
  .gameTableContent .singleGameContent .singleAwayOdd {
    width: 33.333333%;
  }

  section.content section.mainPanel section.contentHolder {
    padding: 0 6px;
  }

  body.bg-black section.content section.mainPanel section.contentHolder {
    background-color: #0c092a;
  }

  body.bg-black section.header .headerWrapper {
    background-color: #333;
    border-bottom: 1px solid #555;
  }

  body.bg-black section.header .headerHelper {
    background-color: #333;
    border-bottom: 1px solid #555;
  }

  .currentUserWrapperFilter input,
  .accountBalanceFilter input,
  .myBetsWrapper .myBetsFilter input,
  .myBetsAdministrationFilter select {
    max-width: calc(50% - 10px);
  }

  .currentUserWrapperFilter input:first-child,
  .accountBalanceFilter input:first-child,
  .myBetsWrapper .myBetsFilter input:first-child,
  .myBetsAdministrationFilter select:first-child {
    margin-right: 10px;
  }

  .currentUserWrapperFilter span,
  .accountBalanceFilter span,
  .myBetsWrapper .myBetsFilter span {
    width: 110px;
    float: left;
  }

  .currentUserWrapperFilter input,
  .accountBalanceFilter input,
  .myBetsWrapper .myBetsFilter input,
  .myBetsAdministrationFilter select {
    float: left;
    width: calc(100% - 120px);
    margin-left: 10px;
    max-width: 100%;
  }

  #currentBalanceUserCoinSelect {
    float: left;
    width: calc(100% - 120px);
    margin-left: 10px;
    margin-right: 0;
  }

  .currentUserWrapperFilter,
  .accountBalanceFilter,
  .myBetsWrapper .myBetsFilter,
  .myBetsAdministrationFilter,
  .usersHeader,
  .createUsersHeader,
  .currentUserWrapper,
  .changePasswordHeader,
  .myBetsWrapper .myBetsHeader {
    height: auto;
  }

  .currentUserWrapperFilter span,
  .accountBalanceFilter span,
  .myBetsWrapper .myBetsFilter span,
  .myBetsAdministrationFilter span {
    float: left;
    width: 110px;
    font-size: 13px;
    color: #fff;
    line-height: 40px;
    text-align: left;
  }

  .myBetsAdministrationFilter {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #header_container {
    position: relative;
    z-index: 9999;
  }
  body[full-width="true"] {
    #betslip,
    #leftpanel_container {
      display: none !important;
    }

    section.content section.mainPanel section.contentHolder {
      margin-left: 0 !important;
      width: 100% !important;
    }

    .my-bets-tabs__item,
    section.content section.mainPanel section.contentHolder,
    .accountBalanceWrapper
      .accountBalanceContent
      .accountBalanceContentHeader
      span,
    .accountBalanceWrapper
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceRow
      span {
      font-size: large;
    }
  }
  section.content section.mainPanel section.leftPanel {
    position: fixed;
    height: 100vh;
    overflow-y: auto;
  }

  section.content section.mainPanel section.contentHolder {
    margin-left: 220px;
    width: calc(100% - 540px);
    overflow: hidden;
  }

  section.content section.rightPanel {
    height: calc(100vh - 60px);
    width: 320px;

    .betSlip,
    .betSlip.slideDown {
      height: 100%;
    }
  }

  .singleMatchBetModuleGroup.hidden {
    display: none;
  }

  .slotsWrapper {
    width: calc(100% - 220px);
    margin-left: 220px;
    padding-inline: 6px !important;
  }

  .slotsHolderScroll {
    height: 140px;
    .slotsItem {
      padding-left: 0;
      padding-right: 5px;
    }
  }

  section.content section.mainPanel section.leftPanel {
    -webkit-transition: 0.1s linear all;
    -o-transition: 0.1s linear all;
    transition: 0.1s linear all;
  }

  section.header .headerWrapper .logo {
    padding-inline: 20px;
    min-width: 100px;
    width: auto;
    position: relative;
  }

  .mainLeftMenuItem {
    float: left;
    width: 100%;
    border-bottom: 1px solid #404040;
  }

  .mainLeftMenuItem a {
    float: left;
    width: 25%;
    height: 50px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
  }

  .mainLeftMenuItem a::before {
    content: "";
    float: left;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 5px;
    background-image: url("../img/sidebar-sprite-v2.svg");
    background-repeat: no-repeat;
    background-size: 425px;
  }

  .mainLeftMenuItem a.leftMenuHome::before {
    background-position: left 0 top 0;
  }

  .mainLeftMenuItem a.leftMenuHome.active::before {
    background-position: left -48px top 0;
  }

  .mainLeftMenuItem a.leftMenuInPlay::before {
    background-position: left -100px top 0;
  }

  .mainLeftMenuItem a.leftMenuInPlay.active::before {
    background-position: left -156px top 0;
  }

  .mainLeftMenuItem a:nth-child(3)::before {
    background-position: left -215px top 0;
  }

  .mainLeftMenuItem a:nth-child(3).active::before {
    background-position: left -270px top 0;
  }

  .mainLeftMenuItem a:nth-child(4)::before {
    background-position: left -332px top 0;
  }

  .mainLeftMenuItem a:nth-child(4).active::before {
    background-position: left -387px top 0;
  }

  .mainLeftMenuItem a span {
    float: left;
    width: 100%;
    line-height: normal;
    color: #9c9c9c;
    height: 100%;
    text-align: center;
    font-size: 9pt;
    padding-top: 30px;
  }

  .mainLeftMenuItem a.active span {
    color: #4acfa5;
  }

  section.content section.rightPanel {
    left: auto;
    right: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .slotsHolderScroll.casino {
    height: 120px;
    .slotsItem {
      height: 120px;
    }
    img {
      max-height: 100%;
      object-fit: contain;
      object-position: left center;
    }
  }
  .gameTableContent .singleGameContent .singleTeamNames {
    width: 55%;
    height: auto;
  }

  .threeCoefs {
    width: 15% !important;
  }

  .betModule.liveInModule
    .betModuleContentContainer
    .betModuleSportAccordion
    .moduleSportAccordionContent
    .moduleSportSingleAccordion
    .moduleSportSingleLeague
    .moduleSportSingleLeagueContent
    .moduleSportSingleLeagueMatch
    .moduleSportSingleLeagueMatchBetButtons
    .betHomeButton,
  .betModule.liveInModule
    .betModuleContentContainer
    .betModuleSportAccordion
    .moduleSportAccordionContent
    .moduleSportSingleAccordion
    .moduleSportSingleLeague
    .moduleSportSingleLeagueContent
    .moduleSportSingleLeagueMatch
    .moduleSportSingleLeagueMatchBetButtons
    .betDrawButton,
  .betModule.liveInModule
    .betModuleContentContainer
    .betModuleSportAccordion
    .moduleSportAccordionContent
    .moduleSportSingleAccordion
    .moduleSportSingleLeague
    .moduleSportSingleLeagueContent
    .moduleSportSingleLeagueMatch
    .moduleSportSingleLeagueMatchBetButtons
    .betAwayButton,
  .gameTableContent .singleGameContent .singleHomeOdd,
  .gameTableContent .singleGameContent .singleDrawOdd,
  .gameTableContent .singleGameContent .singleAwayOdd {
    width: 15%;
  }

  .gameTableContent .singleGameDateLabel span:first-child {
    width: 55%;
  }

  #pre-match-games.twoColumn
    .gameTableContent
    .singleGameContent
    .singleHomeOdd[match-odd],
  #pre-match-games.twoColumn
    .gameTableContent
    .singleGameContent
    .singleDrawOdd[match-odd] {
    width: 22.5% !important;
  }

  #pre-match-games.twoColumn .singleGameDateLabel .singleGameDateLabelSecond {
    display: none;
  }

  .loaderWrapper {
    height: 100vh;
    width: 100vw;
    left: 0;
    top: 0;
    z-index: 9999;
  }

  .pageHeaderTitle .backBtn,
  .prematchArrow {
    padding-left: 0;
  }

  .usersHeader .backBtn,
  .createUsersHeader .backBtn,
  .currentUserWrapper .backBtn,
  .changePasswordHeader .backBtn,
  .myBetsWrapper .myBetsHeader .backBtn {
    padding-left: 0;
  }

  .newCatHolder {
    float: left;
    width: 100%;
    height: auto;
  }
  .scroller {
    min-width: 100%;
    float: left;
  }
  .newCatHolder a {
    float: left;
    width: auto;
    padding: 0 10px;
    color: #fff;
    transition: 0.15s ease;
    opacity: 0.5;
    font-size: 14px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    position: relative;
  }

  .newCatHolder a.active {
    opacity: 1;
  }
  .newCatHolder a.active::after {
    content: " ";
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
  }

  .singleMatchTitle .singleCategoryTitle a {
    font-size: 9pt;
    padding-left: 20px;
  }

  .singleMatchTitle .singleCategoryTitle a::before {
    left: 2.5px;
  }

  .singleMatchCatButtons .singleMatchCatBtn {
    margin: 0 10px;
    font-size: 8pt;
    font-weight: 400;
  }

  .singleMatchTitle span {
    font-size: 10pt;
    line-height: normal;
    padding-right: 100px;
    height: auto;
  }

  .livePage .singleMatchBetModule {
    padding-top: 0;
  }

  .singleMatchTitle {
    height: 51px;
    width: 100% !important;
  }

  .singleMatchScrolLMeName .backBtn {
    left: 0;
    padding-left: 0;
  }

  .fieldStaticHolder {
    height: 325px;
  }

  .live-field {
    width: 100%;
    height: 275px;
    display: block;
    float: unset;
    text-align: center;
  }

  .singleMatchLiveField iframe:not(#gameIframe) {
    float: none;
    position: relative;
    transform: none;
    top: 0;
    left: 0;
    height: 90px;
    transform: scale(3);
    transform-origin: top center;
    width: 200px;
  }

  .live-stream iframe {
    height: 325px;
  }

  .singleFieldButtons:has(.liveInfoBtn) {
    display: none;
  }

  .closeModalBtn {
    padding: 0;
  }

  .closeModal {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inherit;
    border-left: 1px solid var(--BodyColor);
  }
  .closeModal svg {
    float: left;
    width: 100%;
    fill: #626262;
    padding: 18px;
  }
}

@media only screen and (max-width: 1307px) {
  .deluxeView.slotsMainWrapper #main .game {
    width: 32.5% !important;
    height: auto !important;
    margin: 0;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 5px;
    float: none;
    display: inline-block;
  }
  .deluxeView.slotsMainWrapper #main .game img {
    width: 100% !important;
    height: auto !important;
    padding: 0;
    border-radius: 8px;
    background: none;
  }
  .deluxeView.slotsMainWrapper #main .game span {
    display: none;
  }

  .searchGameHolder {
    width: calc(100% - 12px);
    margin: 10px 6px;
    background: white;
    border-radius: 5px;
    box-sizing: border-box;
    padding-inline: 5px;
    display: flex;
    align-items: center;

    input {
      border: none;
      flex-grow: 1;
      line-height: 32px;
      outline: none;
    }

    svg {
      opacity: 0.8;
      margin-right: 8px;
    }
  }

  @media only screen and (max-width: 768px) {
    .mainLeftMenuItem {
      display: none;
    }

    section.content section.mainPanel section.contentHolder {
      width: 100%;
      padding: 0;
    }
    .loginModal .loginModalWrapper {
      width: calc(100% - 12px);
      top: 30px;
    }

    .login_language_switch {
      margin-top: 15px;
      margin-bottom: 15px;
      background: transparent;
      padding: 0 10px;
    }

    .loginModal {
      height: 100vh;
      top: 0;
      background-color: #3d3d3d;
    }

    section.content section.rightPanel {
      width: 100%;
    }

    .homePageBanner {
      height: auto;
    }

    .homePageBanner .imageHomePageBanner {
      height: 230px;
      width: 100%;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileIcon {
      width: 24px;
      margin: 0 20px;
      margin-top: 0;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileMainDetails {
      padding-right: 6px;
      padding-right: 6px;
      line-height: normal;
      padding: 0;
      height: auto;
      position: absolute;
      bottom: 11px;
      right: 0;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileMainDetails
      .profileName {
      font-size: 9pt;
      line-height: 7pt;
      margin-bottom: 4pt;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileMainDetails
      .profileBalance {
      font-size: 9pt;
      line-height: 7pt;
      margin-top: 4pt;
    }

    section.header .headerHelper .leftMenuHeaderHelper .menuItem {
      font-size: 8pt;
      margin-right: 10px;
    }

    section.header .headerHelper .rightMenuHeaderHelper .menuItem {
      font-size: 8pt;
      margin-right: 10px;
      margin-left: 0;
    }

    section.header .headerWrapper .mainMenuHolder {
      width: calc(100% - 140px);
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:first-child {
      font-size: 10pt;
      margin: 0;
      float: left;
      margin-left: 10px;
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:nth-child(2) {
      font-size: 10pt;
      margin: 0;
      float: left;
      margin-left: 25px;
    }

    .menuItem#myBetsPage {
      /*display: none !important;*/
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:last-child {
      float: right;
      margin: 0;
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:first-child,
    section.header .headerWrapper .mainMenuHolder .menuItem:nth-child(2) {
      font-size: 11pt;
      margin: 0;
      float: right;
      margin-right: 20px;
      margin-right: 0;
      float: left;
      margin-left: 40px;
    }

    section.header .headerWrapper .searchWrapper {
      display: none;
    }

    section.header .headerWrapper .logo {
      width: 80px;
      position: absolute;
      left: 50%;
      top: 0;
      z-index: 9;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    section.header .headerWrapper .logo img {
      padding: 0;
    }

    section.header .container {
      padding: 0 6px;
    }

    .burgerBtn {
      float: left;
      width: 48px;
      height: 100%;
      position: relative;
    }

    .burgerBtn .az {
      display: inline-block;
      position: absolute;
      right: 0;
      top: 15px;
      color: white;
      font-size: 10pt;
    }

    .burgerBtn .burgerBtnHolder {
      float: left;
      width: 10px;
      height: 10px;
      margin: 18px 6px;
      position: relative;
      opacity: 0.6;
    }

    .deluxeTitle {
      float: left;
      width: 100%;
      margin: 30px 0;
      color: #fff;
      text-align: center;
      font-size: 18px;
      font-weight: 300;
    }

    section.header .headerWrapper .mainMenuHolder .menuItem {
      line-height: 46px;
      font-size: 10pt;
    }

    section.header .headerWrapper .logo {
      height: 46px;
      line-height: 46px;
    }

    .burgerBtn span {
      position: absolute;
      width: 100%;
      height: 2px;
      background: #fff;
      border-radius: 0;
      position: absolute;
      left: 50%;
      -webkit-transition: 0.3s linear all;
      -o-transition: 0.3s linear all;
      transition: 0.3s linear all;
    }

    .burgerBtn span:first-child {
      top: 0;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
    }

    .menuOpened .burgerBtn span:first-child {
      top: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
    }

    .burgerBtn span:nth-child(2) {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .menuOpened .burgerBtn span:nth-child(2) {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0;
    }

    .burgerBtn span:last-child {
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: 0;
    }

    .menuOpened .burgerBtn span:last-child {
      bottom: 50%;
      -webkit-transform: translate(-50%, 50%) rotate(-45deg);
      -ms-transform: translate(-50%, 50%) rotate(-45deg);
      transform: translate(-50%, 50%) rotate(-45deg);
    }

    #leftpanel_container {
      width: 0;
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      z-index: 999;
      overflow: visible;
    }

    .gameTableContent.notChildrenMatched {
      display: none;
    }

    .gameTableContent .singleGameContent.notMatched {
      display: none;
    }

    section.content section.mainPanel section.leftPanel {
      float: left;
      position: fixed;
      left: -220px;
      height: 100vh;
      top: 0;
      -webkit-transition: 0.1s linear all;
      -o-transition: 0.1s linear all;
      transition: 0.1s linear all;
      z-index: 999;
    }

    section.content section.mainPanel section.leftPanel {
      -webkit-transition: 0.1s linear all;
      -o-transition: 0.1s linear all;
      transition: 0.1s linear all;
    }

    .menuOpened section.content section.mainPanel section.leftPanel {
      left: 0;
    }

    .menuOpened section.header {
      overflow: hidden;
    }

    .showDescSearch section.header {
      display: none;
    }

    section.header .headerHelper,
    section.header .headerWrapper {
      -webkit-transition: 0.1s linear all;
      -o-transition: 0.1s linear all;
      transition: 0.1s linear all;
    }

    .menuOpened section.header .headerHelper,
    .menuOpened section.header .headerWrapper {
      -webkit-transform: translateX(80vw);
      -ms-transform: translateX(80vw);
      transform: translateX(80vw);
    }

    section.content section.mainPanel section.contentHolder .pageSection {
      -webkit-transition: 0.1s linear all;
      -o-transition: 0.1s linear all;
      transition: 0.1s linear all;
    }

    .menuOpened
      section.content
      section.mainPanel
      section.contentHolder
      .pageSection {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
    }

    section.content section.mainPanel section.contentHolder {
      -webkit-transition: 0.1s linear all;
      -o-transition: 0.1s linear all;
      transition: 0.1s linear all;
      background-color: #404040;
    }

    .menuOpened section.content section.mainPanel section.contentHolder {
      overflow-x: hidden;
      transform: translateX(80vw);
    }

    .gameTableContent .singleGameContent .singleTeamNames .singleDetailsColumn {
      width: 100%;
      margin-right: 0;
    }

    section.header .headerWrapper .rightNavWrapper .profileWrapper {
      height: 50px;
      padding-left: 0;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betHomeButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betDrawButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betAwayButton,
    .gameTableContent .singleGameContent .singleHomeOdd,
    .gameTableContent .singleGameContent .singleDrawOdd,
    .gameTableContent .singleGameContent .singleAwayOdd {
      width: 20%;
    }

    .gameTableContent .singleGameContent .singleTeamNames .singleDateColumn {
      position: absolute;
      bottom: 0;
      left: 10px;
    }

    .gameTableContent
      .singleGameContent
      .singleTeamNames
      .singleDateColumn
      span.numberofmarkets {
      position: absolute;
      right: 0;
      width: auto;
    }

    .gameTableContent .singleGameContent .singleTeamNames {
      width: 50%;
      position: relative;
    }

    .gameTableContent
      .singleGameContent
      .singleTeamNames
      .singleDetailsColumn
      .singleTeamRowLabel
      .singleHomeName {
      width: 100%;
      font-size: 9pt;
      padding-left: 6pt;
      padding-right: 50px;
      line-height: normal;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
    }

    .gameTableContent
      .singleGameContent
      .singleTeamNames
      .singleDetailsColumn
      .singleTeamRowLabel
      .singleAwayName {
      width: 100%;
      font-size: 10pt;
      padding-left: 6pt;
      padding-right: 50px;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      line-height: normal;
      overflow: hidden;
      white-space: nowrap;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betHomeButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betDrawButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betAwayButton,
    .gameTableContent .singleGameContent .singleHomeOdd {
      width: 33.33333%;
    }

    .gameTableContent .singleGameContent .singleDrawOdd,
    .gameTableContent .singleGameContent .singleAwayOdd {
      width: 16.65%;
    }

    .gameTableContent .singleGameContent .singleHomeOdd {
      width: 16.65%;
    }

    .gameTableContent .singleGameContent .singleTeamNames .singleMatchResult {
      position: absolute;
      right: 0;
      top: 0;
    }

    .gameTableContent .singleGameDateLabel span:nth-child(3),
    .gameTableContent .singleGameDateLabel span:nth-child(4),
    .gameTableContent .singleGameDateLabel span:nth-child(2) {
      width: 15%;
    }

    .gameTableContent .singleGameDateLabel span {
      color: #fff;
      line-height: 20px;
    }

    .gameTableContent .singleGameDateLabel span:first-child {
      width: 50%;
    }

    .gameTableContent .singleGameContent .singleTeamNames .singleDetailsColumn {
      width: 100%;
      margin-right: 0;
      height: 60px;
    }

    .gameTableContent
      .singleGameContent
      .singleTeamNames
      .singleDateColumn
      span {
      padding-left: 0;
    }

    .gameTableContent
      .singleGameContent
      .singleTeamNames
      .singleMatchResult
      span {
      font-size: 12px;
      line-height: normal;
      font-weight: normal;
      padding: 0 3pt;
    }

    .gameTableContent .singleDateColumn .livestream-option {
      left: unset;
      margin-left: 16px;
    }

    body.betSlipOpened {
      /*overflow: hidden;*/
    }

    /*.ranges {*/
    /*    display: none;*/
    /*}*/

    .daterangepicker .ranges li {
      font-size: 11px;
      padding: 8px 0px;
      cursor: pointer;
      text-align: center;
      float: left;
      border-radius: 5px;
      border: 1px solid #000;
      margin: 5px;
      width: calc(33.333% - 10px);
      margin: 5px;
    }

    .daterangepicker .ranges li:last-child {
      display: none;
    }

    .loaderWrapper {
      float: left;
      height: 100vh;
      width: 100%;
      position: fixed;
      left: 0;
      top: 100px;
      background-color: rgba(0, 0, 0, 0);
      -webkit-transition: 0.2s linear all;
      -o-transition: 0.2s linear all;
      transition: 0.2s linear all;
      z-index: 99999;
      top: 0;
    }

    #login_container {
      z-index: 9999999999999999999999999;
    }

    .loginModal {
      z-index: 99999999999999999999999999;
    }

    .daterangepicker {
      width: calc(100% - 30px);
      right: 15px !important;
      background: var(--TitleBackColor);
      border: 1px solid var(--TitleBackBorderColor);
    }

    .daterangepicker.show-ranges.ltr .drp-calendar.left {
      border: 0;
    }

    .daterangepicker.show-calendar .drp-calendar {
      margin: 0 auto;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel {
      width: 55%;
      height: 60px;
      position: relative;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons {
      width: 45%;
      height: 60px;
      border-bottom: 1px solid #757575;
      overflow: hidden;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betHomeButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betDrawButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betAwayButton,
    .gameTableContent .singleGameContent .singleHomeOdd {
      height: 61px;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betHomeButton
      span:first-child,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betDrawButton
      span:first-child,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betAwayButton
      span:first-child {
      display: none;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betHomeButton
      span:last-child,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betDrawButton
      span:last-child,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betAwayButton
      span:last-child {
      height: 60px;
      line-height: 60px;
      padding-left: 0;
      width: 100%;
      font-size: 12px;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span:last-child {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 7pt;
      line-height: 20px;
      height: 20px;
    }

    .featuredMatchBtn .bettingBtn {
      font-size: 12px;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span:nth-child(2) {
      position: absolute;
      right: 7px;
      top: 0;
      width: 7px;
      height: 60px;
      line-height: normal;
      padding: 0;
      overflow: hidden;
      padding-top: 6px;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueAccordionEvent {
      height: 60px;
    }

    .closeModal {
      position: absolute;
      top: 0;
      right: 0;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      display: inherit;
      border-left: 1px solid var(--BodyColor);
    }

    .betSlip .betSlipHeader .betBalance {
      padding-right: 50px;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileMainDetails
      .profileName {
      display: inherit;
      margin-bottom: 0;
      left: 0;
      text-align: center;
      width: 100%;
      position: absolute;
      bottom: 3px;
      right: 0;
      font-size: 8pt;
      color: #fff;
      white-space: nowrap;
    }

    section.header .headerWrapper .profileWrapper.active {
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileMainDetails
      .profileBalance {
      margin-top: 9pt;
    }

    .hideMe {
      display: none;
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:first-child {
      display: none;
    }

    section.header .headerWrapper .logo span {
      text-align: center;
      float: left;
      width: 100%;
    }

    section.header .headerWrapper .logo {
      /*display: none;*/
    }

    .burgerBtn .burgerBtnHolder {
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileMainDetails {
      display: inherit;
      bottom: 0;
      width: 55px;
      height: 40px;
    }

    section.header .headerWrapper {
      height: 46px;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileIcon {
      width: 25px;
      margin: 3px 15px;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper.active
      .profileIcon {
      width: 40px;
      margin: 10px 5px;
      transform: scale(1.2);
    }

    .burgerBtn span {
      height: 1px;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileMainDetails
      .profileBalance {
      display: none;
    }

    section.header .headerWrapper .rightNavWrapper .menuItem.loginBtn {
      margin: 0;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .menuItem.loginBtn.registerBtn {
      margin-right: 10px;
    }

    section.header .headerWrapper .rightNavWrapper {
      height: 50px;
    }

    body.bg-black .headerHide svg {
      fill: #00fff2;
    }

    body.bg-black section.header .headerHelper .leftMenuHeaderHelper .menuItem,
    body.bg-black section.header .headerHelper .rightMenuHeaderHelper .menuItem,
    body.bg-black
      section.header
      .headerHelper
      .leftMenuHeaderHelper
      .menuItem.active,
    body.bg-black
      section.header
      .headerHelper
      .leftMenuHeaderHelper
      .menuItem:hover {
      color: #00fff2;
    }

    body.bg-black section.header .headerWrapper .mainMenuHolder .menuItem {
      color: #fff;
    }

    body.bg-black
      section.header
      .headerWrapper
      .rightNavWrapper
      .menuItem.loginBtn {
      color: #00fff2;
      background-color: transparent;
    }

    body.bg-black
      section.header
      .headerWrapper
      .rightNavWrapper
      .menuItem.loginBtn.registerBtn {
      color: #fff;
    }

    body.bg-black .burgerBtn span {
      background-color: #00fff2;
    }

    .errorDesc {
      float: left;
      width: 100%;
      height: auto;
      color: red;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
    }

    .groupGame {
      float: left;
      width: 100%;
      height: auto;
      display: none;
    }

    .groupGame.active {
      display: inherit;
    }

    .slotsCatHolder {
      float: left;
      height: 50px;
      background-color: #222;
      -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
      transform: translateX(-6px);
      width: calc(100% + 12px);
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slotsCatHelper {
      float: left;
      width: 100%;
      height: auto;
    }

    .groupFamilyBtn {
      float: left;
      text-transform: uppercase;
      width: auto;
      color: #fff;
      height: 50px;
      font-size: 10pt;
      line-height: 50px;
      padding: 0px 15px;
      font-weight: 600;

      span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
    }

    .groupFamilyBtn.active {
      color: #00fff2;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span:first-child {
      line-height: 20px;
      height: 40px;
      width: 100%;
      padding-top: 6px;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span:first-child
      i:last-child::before {
      content: "";
      padding: 0;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span
      i {
      float: left;
      width: 100%;
      height: auto;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      line-height: normal;
      overflow: hidden;
      white-space: nowrap;
    }

    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betHomeButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betDrawButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betAwayButton,
    .gameTableContent .singleGameContent .singleHomeOdd,
    .gameTableContent .singleGameContent .singleDrawOdd,
    .gameTableContent .singleGameContent .singleAwayOdd {
      /* font-size: 11px; */
      font-weight: normal;
      position: relative;
    }

    .goalAnotherType .singleAwayOdd {
      display: none;
    }

    .disabledBtn .marketTypeDescription {
      display: none !important;
      color: #fff !important;
    }

    .goalAnotherType .gameTableContent .singleGameContent .singleHomeOdd,
    .goalAnotherType .gameTableContent .singleGameContent .singleDrawOdd {
      width: 22.5% !important;
      line-height: 70px;
    }

    section.content {
      -webkit-transition: 0.15s linear all;
      -o-transition: 0.15s linear all;
      transition: 0.15s linear all;
      margin-top: 46px;
    }

    .menuOpened section.content {
      z-index: 99999;
    }

    .livePage section.content {
      margin-top: 45px;
    }

    body.livePage.headerScrolled section.content {
      margin-top: 45px;
    }

    .closeModal svg {
      float: left;
      width: 100%;
      fill: #626262;
      padding: 18px;
    }

    .eventShown {
      display: inherit;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 99;
      background: rgba(0, 0, 0, 0.2);
      width: 100vw;
      height: 100vh;
      -webkit-transition: 0.3s linear all;
      -o-transition: 0.3s linear all;
      transition: 0.3s linear all;
      opacity: 0;
      visibility: hidden;
    }

    .menuOpened .eventShown {
      opacity: 1;
      visibility: visible;
    }

    .leftPanel {
      z-index: 9999;
    }

    .menuOpened section.content section.mainPanel section.leftPanel {
      width: 80vw;
      overflow-x: hidden;
      overflow-y: auto;
    }

    section.content section.mainPanel section.leftPanel .menuHolder .menuItem {
      font-size: 11pt;
      line-height: 44px;
      height: 44px;
    }

    body.menuOpened {
      overflow: hidden;
    }

    section.content
      section.mainPanel
      section.leftPanel
      .menuHolder
      .searchWrapper
      .iconSearch {
      float: left;
      width: 20px;
      height: 17px;
      fill: #9c9c9c;
      position: absolute;
      left: 15px;
      top: 10px;
    }

    section.content
      section.mainPanel
      section.leftPanel
      .menuHolder
      .searchWrapper {
      float: left;
      width: 100%;
      position: relative;
    }

    section.content
      section.mainPanel
      section.leftPanel
      .menuHolder
      .searchWrapper
      input {
      padding: 0 10px;
      height: 40px;
      width: 100%;
      line-height: 40px;
      outline: none;
      border: 0;
      border-bottom: 1px solid #404040;
      background-color: transparent;
      color: #fff;
      padding-left: 50px;
      z-index: 99999;
    }

    section.content
      section.mainPanel
      section.leftPanel
      .menuHolder
      .searchWrapper
      input::-webkit-input-placeholder {
      color: #9c9c9c;
    }

    section.content
      section.mainPanel
      section.leftPanel
      .menuHolder
      .searchWrapper
      input::-moz-placeholder {
      color: #9c9c9c;
    }

    section.content
      section.mainPanel
      section.leftPanel
      .menuHolder
      .searchWrapper
      input:-ms-input-placeholder {
      color: #9c9c9c;
    }

    section.content
      section.mainPanel
      section.leftPanel
      .menuHolder
      .searchWrapper
      input::-ms-input-placeholder {
      color: #9c9c9c;
    }

    section.content
      section.mainPanel
      section.leftPanel
      .menuHolder
      .searchWrapper
      input::placeholder {
      color: #9c9c9c;
    }

    .mainLeftMenuItem {
      float: left;
      width: 100%;
      border-bottom: 1px solid #404040;
    }

    .mainLeftMenuItem a {
      float: left;
      width: 25%;
      height: 50px;
      overflow: hidden;
      padding: 0 10px;
      position: relative;
    }

    .mainLeftMenuItem a::before {
      content: "";
      float: left;
      width: 25px;
      height: 25px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 5px;
      background-image: url("../img/sidebar-sprite-v2.svg");
      background-repeat: no-repeat;
      background-size: 425px;
    }

    .mainLeftMenuItem a.leftMenuHome::before {
      background-position: left 0 top 0;
    }

    .mainLeftMenuItem a.leftMenuHome.active::before {
      background-position: left -48px top 0;
    }

    .mainLeftMenuItem a.leftMenuInPlay::before {
      background-position: left -100px top 0;
    }

    .mainLeftMenuItem a.leftMenuInPlay.active::before {
      background-position: left -156px top 0;
    }

    .mainLeftMenuItem a:nth-child(3)::before {
      background-position: left -215px top 0;
    }

    .mainLeftMenuItem a:nth-child(3).active::before {
      background-position: left -270px top 0;
    }

    .mainLeftMenuItem a:nth-child(4)::before {
      background-position: left -332px top 0;
    }

    .mainLeftMenuItem a:nth-child(4).active::before {
      background-position: left -387px top 0;
    }

    .mainLeftMenuItem a span {
      float: left;
      width: 100%;
      line-height: normal;
      color: #9c9c9c;
      height: 100%;
      text-align: center;
      font-size: 9pt;
      padding-top: 30px;
    }

    .mainLeftMenuItem a.active span {
      color: #4acfa5;
    }

    .homeLeftBtn {
      float: left;
      width: 100%;
      font-size: 9pt;
      line-height: 40px;
      padding: 0 15px;
      height: 40px;
      color: #9c9c9c;
      border-bottom: 1px solid #404040;
      cursor: pointer;
    }

    .daterangepicker .drp-calendar.right {
      border-left: 0;
    }

    .daterangepicker:after,
    .daterangepicker:before {
      display: none;
    }

    section.content
      section.mainPanel
      section.leftPanel
      .menuHolder
      .searchWrapper {
      display: inherit;
    }

    .mainLeftMenuItem {
      display: inherit;
    }

    section.header .headerHelper .rightMenuHeaderHelper .menuItem.headerHide {
      float: left;
      width: 25px;
      height: 45px;
    }

    .headerHide svg {
      fill: #9c9c9c;
      float: left;
      width: 100%;
      height: 100%;
      padding: 0 6px;
    }

    .headerScrolled.headerScrolledStatic section.header,
    .headerScrolledStatic section.header {
      -webkit-transform: translateY(-45px);
      -ms-transform: translateY(-45px);
      transform: translateY(-45px);
    }

    .headerScrolledStatic section.content {
      margin-top: 40px;
    }

    .singleMatchTitle .singleCategoryTitle a {
      font-size: 9pt;
      padding-left: 20px;
    }

    .singleMatchTitle .singleCategoryTitle a::before {
      left: 2.5px;
    }

    .singleMatchCatButtons .singleMatchCatBtn {
      margin: 0 10px;
      font-size: 8pt;
      font-weight: 400;
    }

    .singleMatchTitle span {
      font-size: 10pt;
      line-height: normal;
      padding-right: 100px;
      height: auto;
    }

    .slotsItemListed,
    .menuItemListed {
      float: left;
      width: 100%;
      display: none;
      height: auto;
    }

    .slotsItemListed.active,
    .menuItemListed.active {
      display: inherit;
    }

    .slotsItemListed .slotItemList {
      float: left;
      width: 100%;
      height: auto;
      padding: 6px;
      background: transparent;
      border-bottom: 1px solid #9c9c9c;
    }

    .slotsItemListed .slotItemList span {
      float: left;
      width: calc(100% - 60px);
      font-size: 9pt;
      line-height: 40px;
      height: 40px;
      color: #9c9c9c;
      padding-left: 10px;
    }

    .slotsItemListed .slotItemList img {
      float: left;
      width: 60px;
      height: 50px;
      -o-object-fit: cover;
      object-fit: cover;
    }

    .slotsHolderScroll {
      float: left;
      width: 100%;
      height: 116px;
      position: relative;
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slotsHolderScroll .scrollHelper {
      float: left;
      width: auto;
      height: 80px;
      position: absolute;
      left: 0;
      top: 0;
    }

    .singleMatchTitle span:last-child {
      width: 120px;
      line-height: normal;
      text-align: right;
      font-size: 7pt;
      height: auto;
      padding-top: 5px;
      position: relative;
      bottom: auto;
      top: auto;
      right: auto;
      float: left;
      clear: left;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper
      .profileDropdown
      .profileNav
      a {
      font-weight: 400;
    }

    .singleMatchTitle .singleCategoryTitle a {
      width: auto;
      font-size: 11pt;
      padding-left: 10px;
      margin-top: 15px;
      font-weight: 600;
    }

    .singleMatchTitle .singleCategoryTitle {
      width: auto;
    }

    .singleMatchTitle span {
      font-size: 11pt;
      padding-right: 0;
      padding-top: 15px;
      line-height: 20px;
      font-weight: normal;
      padding-left: 5px;
    }

    .singleMatchTitle {
      height: auto;
      padding-bottom: 10px;
    }

    .dropdownWrapper {
      float: right;
      width: 50%;
      height: 40px;
      position: relative;
    }

    .dropdownWrapper .dropdownSelectedLabel {
      float: left;
      width: 100%;
      height: 32px;
      line-height: 32px;
      color: #fff;
      position: relative;
      padding-right: 30px;
      font-size: 9pt;
      text-align: right;
    }

    .dropdownWrapper .dropdownSelectedLabel::before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 30px;
      height: 32px;
      background-image: url("../img/selectArrow.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 12px;
    }

    .dropdownWrapper .dropdownContentItem {
      float: left;
      width: 100%;
      position: absolute;
      top: calc(100% - 8px);
      height: 0;
      overflow: hidden;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.15s linear all;
      -o-transition: 0.15s linear all;
      transition: 0.15s linear all;
      z-index: 99;
    }

    .dropdownWrapper.expand .dropdownContentItem {
      opacity: 1;
      visibility: visible;
    }

    .dropdownWrapper .dropdownContentItem .dropdownItemLinks {
      float: left;
      width: 100%;
      height: 40px;
      background-color: #ddd;
      color: #333;
      line-height: 40px;
      font-size: 10pt;
      padding-left: 15px;
      font-weight: 600;
      border-bottom: 1px solid #ccc;
      position: relative;
      font-family: -apple-system, "Helvetica Neue", Helvetica, "Segoe UI",
        Roboto, "Droid Sans", Arial, sans-serif;
    }

    .dropdownWrapper .dropdownContentItem .dropdownItemLinks.active {
      background-color: #fff;
      color: #14805e;
    }

    .dropdownWrapper .dropdownContentItem .dropdownItemLinks.active::before {
      content: "";
      width: 4px;
      background-color: #4acfa5;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
    }

    .singleMatchCatButtons {
      height: 40px;
      width: 100%;
      position: relative;
      overflow-x: auto;
      overflow-y: hidden;
      margin-bottom: 0;
    }

    .showDateMobile {
      float: left;
      width: 100%;
      height: 30px;
      line-height: 30px;
      color: var(--X12Back);
      font-size: 11px;
      padding-left: 10px;
      display: inherit;
    }

    .singleMatchCatButtons .singleMatchCatBtn {
      height: 40px;
      font-size: 14px;
      line-height: 40px;
    }

    .singleMatchBetModule .singleMatchBetModuleGroup {
      background-color: #666;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule:last-child {
      border-right: 1px solid #757575;
    }

    .singleMatchTitle .singleCategoryTitle a::before {
      display: none;
    }

    .singleMatchTitle {
      position: relative;
      height: 51px;
      overflow-x: auto;
      overflow-y: hidden;
      background-color: #474747;
    }

    .singleMatchTitle .liveSingleMatch .matchVersusName.mobileMatch {
      padding-top: 0;
    }

    .singleMatchTitle .singleMatchScrolLMeName {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 2;
      height: 100%;
    }

    .singleMatchTitle span:last-child {
      position: absolute;
      display: none;
    }

    .scrollMe {
      float: left;
      position: absolute;
      height: 30px;
    }

    /* * ::-webkit-scrollbar {
        width: 3px;
        height: 3px;
        background-color: #333;
    }

    * ::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
        box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
    }

    * ::-webkit-scrollbar-thumb {
        background-color: #c6c6c6;
        outline: 1px solid slategrey;
        border-radius: 3px;
    } */
    .singleMatchCatButtons .singleMatchCatBtn.active:before {
      content: none;
    }

    .dateMobileHiden {
      display: none;
    }

    .liveSingle.showDateMobile {
      display: none;
    }

    .singleMatchLiveField #iframe {
      height: 222px !important;
    }

    .singleFieldButtons {
      display: none;
    }

    section.header {
      height: 46px;
      box-shadow: 1px 0px 9px -5px #000;
    }

    .fieldStaticHolder {
      float: left;
      width: 100%;
      position: fixed;
      right: 0;
      top: 46px;
      -webkit-transition: 0.15s linear all;
      -o-transition: 0.15s linear all;
      transition: 0.15s linear all;
      height: 235px;
      overflow: hidden;
      background: #383838;
      z-index: 9;
    }

    .fieldStaticHolder .singleMatchTitle {
      background: transparent !important;
    }

    .newCatHolder {
      float: left;
      width: 100%;
      height: auto;
    }
    .scroller {
      min-width: 100%;
      float: left;
    }
    .newCatHolder a {
      float: left;
      width: auto;
      padding: 0 10px;
      color: #fff;
      transition: 0.15s ease;
      opacity: 0.5;
      font-size: 14px;
      font-weight: 400;
      height: 40px;
      line-height: 40px;
      position: relative;
    }

    .newCatHolder a.active {
      opacity: 1;
    }
    .newCatHolder a.active::after {
      content: " ";
      float: left;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      background: #fff;
    }

    body.headerScrolled .fieldStaticHolder {
      top: 50px;
      height: 235px;
      overflow: hidden;
    }

    body.livePage.headerScrolled .fieldStaticHolder {
      -webkit-transform: scale(0.8) translate(48px, -85px);
      -ms-transform: scale(0.8) translate(48px, -85px);
      transform: scale(0.8) translate(48px, -85px);
    }

    .betModule.liveInModule.sportsLanding::-webkit-scrollbar-track {
      background-color: var(--BodyBackColor);
    }

    .betModule.liveInModule.sportsLanding {
      float: left;
      width: calc(100% + 12px);
      height: 90px;
      overflow-x: auto;
      overflow-y: hidden;
      -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
      transform: translateX(-6px);
      background-color: #383838;
      background-color: var(--BodyBackColor);
      border-bottom: none;
      /* border-bottom: 3px solid var(--BorderSeparator); */
      /* border-bottom: 3px solid #126e51; */
    }

    .modalHelperHolder {
      float: left;
      width: 100vw;
      height: 100vh;
      position: fixed;
      z-index: 9999999999999999999999999999;
      left: 0;
      top: 0;
      transform: translate(-20px, 20px);
      background-color: rgba(0, 0, 0, 0.2);
      pointer-events: none;
      transition: 0.3s ease;
      opacity: 0;
    }

    .modalHelperHolder.active {
      pointer-events: all;
      transform: translate(0, 0);
      opacity: 1;
    }

    .modalHelperHolder .modalHelperPosition {
      float: left;
      max-width: 500px;
      width: calc(100% - 30px);
      height: auto;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0 0 10px -6px #000;
      padding: 20px 35px;
      text-align: center;
      vertical-align: top;
    }

    .modalHelperHolder .modalHelperPosition span {
      float: left;
      width: 100%;
      text-align: center;
      height: auto;
      margin-bottom: 15px;
    }

    .modalHelperHolder .modalHelperPosition select {
      float: left;
      width: 100%;
      height: 40px;
      background-color: transparent;
      border: 1px solid #000;
      border-radius: 5px;
      outline: none;
      margin-bottom: 20px;
    }

    .modalHelperHolder .modalHelperPosition a {
      display: inline-block;
      float: none;
      width: 200px;
      height: 40px;
      background-color: #14805e;
      color: #fff;
      border-radius: 5px;
      line-height: 40px;
    }

    .messageModal,
    .loaderWrapper-bet {
      width: calc(100% - 12px);
      height: 380px;
      bottom: 6px;
      top: auto;
      /*background-color: rgba(0,0,0,0);*/
      background-color: rgba(0, 0, 0, 0.2);
      height: 100vh !important;
      right: 0 !important;
      top: 0 !important;
      width: 100% !important;
      z-index: 999 !important;
    }

    .messageModal {
      background-color: rgba(0, 0, 0, 0.2);
      height: 100vh !important;
      right: 0 !important;
      top: 0 !important;
      width: 100% !important;
      z-index: 999999999999 !important;
    }

    .pageHeaderTitle {
      float: left;
      width: 100%;
      height: 44px;
      margin-top: 0;
      background-color: #474747;
      position: relative;
    }

    .pageHeaderTitle .backBtn {
      display: inherit;
      float: left;
      height: 44px;
      width: 40px;
      border-right: 1px solid #585858;
    }

    .pageHeaderTitle .backBtn svg {
      float: left;
      width: 100%;
      padding: 18px 15px;
      height: 100%;
      fill: #fff;
    }

    .pageHeaderTitle span {
      float: left;
      width: auto;
      text-align: left;
      padding-left: 10px;
      font-size: 10pt;
      color: #fff;
      position: absolute;
      line-height: normal;
      left: 40px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

    .pageHeaderTitle .liveTitleBtn {
      float: right;
      width: auto;
      text-align: left;
      line-height: 50px;
      padding-left: 15px;
      font-size: 10pt;
      color: #fff;
      padding-right: 40px;
      background-image: url("../img/right-arrow.svg");
      background-repeat: no-repeat;
      background-position: top 55% right 15px;
      background-size: 16px;
    }

    .pageHeaderTitle .liveTitleBtn i {
      color: #ffdf1b;
      font-style: normal;
    }

    .myBetsWrapper .myBetsAdministrationFilter select {
      width: calc(50% - 30px);
      margin-left: 0;
      font-size: 12px;
    }

    .myBetsWrapper .myBetsAdministrationFilter select:last-child {
      margin-left: 15px;
    }

    .searchContent .moduleSportSingleLeagueMatch {
      float: left;
      width: 100%;
      height: auto;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel {
      float: left;
      background: transparent;
      border-bottom: 1px solid transparent;
      width: 55%;
      height: 60px;
      position: relative;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .bettingBtn
      .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink {
      float: left;
      width: calc(100% - 30px);
      cursor: pointer;
      height: 40px;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span {
      float: left;
      width: auto;
      height: 100%;
      font-size: 12px;
      line-height: 30px;
      height: 30px;
      padding-left: 10px;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span:first-child {
      line-height: 20px;
      height: 40px;
      width: 100%;
      padding-top: 6px;
      color: #ddd;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span
      i {
      float: left;
      width: 100%;
      height: auto;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      line-height: normal;
      overflow: hidden;
      white-space: nowrap;
      font-style: normal;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span:nth-child(2) {
      position: absolute;
      right: 7px;
      top: 0;
      width: 7px;
      height: 60px;
      line-height: normal;
      padding: 0;
      overflow: hidden;
      padding-top: 6px;
      color: #ffdf1b;
    }

    .noChildrenFound {
      float: left;
      width: 100%;
      padding: 10px 0;
      color: #ddd;
      font-size: 8pt;
      text-align: center;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span:nth-child(3) {
      position: absolute;
      left: 0;
      bottom: 5px;
      font-size: 7pt;
      line-height: 20px;
      height: 20px;
      float: left;
      width: auto;
      color: #ddd;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueMatchLink
      span.numberofmarkets {
      position: absolute;
      right: 10px;
      bottom: -5px;
      margin: 0;
      padding: 0;
      color: #ddd;
      font-size: 8pt;
      display: none;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueAccordionEvent {
      float: right;
      width: 30px;
      height: 60px;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchLabel
      .moduleSportSingleLeagueAccordionEvent
      svg {
      float: left;
      width: 100%;
      height: 100%;
      padding: 11px;
      fill: #ddd;
      cursor: pointer;
      opacity: 0;
      -webkit-transition: 0.2s linear all;
      -o-transition: 0.2s linear all;
      transition: 0.2s linear all;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons {
      float: left;
      width: 45%;
      height: 60px;
      border-bottom: 1px solid transparent;
      overflow: hidden;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .bettingBtn {
      float: left;
      width: 33.33%;
      height: 61px;
      cursor: pointer;
      position: relative;
      background-color: transparent;
      text-align: center;
      border-right: 1px solid transparent;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .bettingBtn:last-child {
      border-bottom: 0;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .bettingBtn
      span {
      float: left;
      width: 100%;
      line-height: normal;
      font-size: 13px;
      color: #4acfa5;
      position: absolute;
      /* top: calc(50% + 8px); */
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      height: auto;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .bettingBtn.betSlipAdded {
      background-color: #fff;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .bettingBtn.betSlipAdded
      span {
      color: #14805e;
    }

    .searchContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .bettingBtn
      span:first-child {
      float: left;
      width: 100%;
      line-height: normal;
      color: #777;
      font-size: 13px;
      position: absolute;
      top: calc(50% - 8px);
      transform: translateY(-50%);
      height: auto;
    }

    .searchLabelGroup {
      float: left;
      width: 100%;
      margin-bottom: 6pt;
    }

    .searchLabelGroup .searchLabel {
      float: left;
      width: 100%;
      background-color: var(--JPBackColor);
    }

    .searchLabelGroup .searchLabel span {
      line-height: 30px;
      height: 30px;
      text-align: left;
      padding-left: 10px;
      font-size: 13px;
      color: #fff;
    }

    .searchLabelGroup .search-games {
      float: left;
      width: 100%;
      height: auto;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule.labelBtn {
      background-color: #585858;
      clear: left;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule.labelBtn
      span {
      color: rgba(255, 255, 255, 0.4);
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule.disabledBtn {
      background: #5e5e5e;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule.fourColumns {
      width: 25%;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule.threeColumns {
      width: 33.333%;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule.twoColumns {
      width: 50%;
    }

    .prematchArrow {
      float: left;
      width: 40px;
      height: 51px;
      border-right: 1px solid #585858;
      background-color: #474747;
      margin-top: 0;
    }

    .prematchArrow svg {
      float: left;
      width: 100%;
      padding: 18px 15px;
      height: 100%;
      fill: #fff;
    }

    .singleMatchTitle.prematchLabelArrow {
      width: calc(100% - 40px) !important;
      margin-top: 0;
    }

    .slotsMainWrapper {
      float: left;
      width: 100%;
      height: auto;
    }

    .betModule.liveInModule.widthFull
      .betModuleHeaderContainer
      .betModuleHeaderBtn {
      width: 100%;
    }

    .slotsMainWrapper #main {
      float: left;
      width: 100%;
      height: auto;
      padding-top: 6px;
      padding-bottom: 12px;
    }

    .slotsMainWrapper #main .game {
      float: left;
      width: calc(50% - 3px);
      height: auto;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 6px;
      background-color: #222;
      padding: 10px;
      background-color: transparent;
    }

    .slotsMainWrapper #main .game img {
      float: left;
      width: 100%;
      height: 120px;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      border-radius: 4px 4px 0 0;
      background-color: var(--NavigationBack);
      padding: 3px;
    }

    .slotsMainWrapper #main .game span {
      float: left;
      width: 100%;
      font-size: 9pt;
      font-weight: 400;
      text-align: left;
      color: #fff;
      padding-top: 5px;
      line-height: 15px;
      height: 30px;
      text-align: center;
      background-color: var(--NavigationBack);
      margin-top: 0;
      border-radius: 0 0 5px 4px;
    }

    .slotsMainWrapper #main .game svg {
      float: left;
      width: 20px;
      height: 20px;
      fill: #00fff2;
      margin-top: 10px;
      margin-left: 5px;
    }

    .slotsMainWrapper #main .game:nth-child(odd) {
      margin-right: 3px;
      clear: none;
    }

    .slotsMainWrapper #main .game:nth-child(even) {
      margin-left: 3px;
    }

    .contentHolder.bg-black {
      background-color: #000;
    }

    #iframeSlot {
      float: left;
      width: 100%;
      height: auto;
    }

    .myBetGroupWrapper {
      float: left;
      width: 100%;
      margin-top: 0;
      padding-top: 15px;
    }

    .myBetGroupWrapper .myBetGroupLabel {
      float: left;
      width: 100%;
      text-align: left;
      padding-left: 10px;
      font-size: 15px;
      font-weight: bold;
      padding-bottom: 10px;
      color: rgb(204, 204, 204);
    }

    body.bg-black .headerWrapper .logo span {
      color: #fff;
    }

    .myBetsWrapper
      .myBetsTable
      .singleBetTable
      .singleBetHeader
      .singleBetHeaderLeft {
      width: 50%;
      padding: 10px 0;
    }

    .myBetsWrapper
      .myBetsTable
      .singleBetTable
      .singleBetHeader
      .singleBetHeaderLeft
      span:first-child {
      width: 50%;
      text-align: left;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 10px;
      font-size: 13px;
    }

    .singleMatchBetModule {
      display: none;
    }

    .singleMatchBetModule.active {
      display: inherit;
    }

    .myBetsWrapper
      .myBetsTable
      .singleBetTable
      .singleBetHeader
      .singleBetHeaderLeft
      span:last-child {
      width: 50%;
      text-align: center;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 0;
      font-size: 13px;
      overflow: hidden;
    }

    .myBetsWrapper
      .myBetsTable
      .singleBetTable
      .singleBetHeader
      .singleBetHeaderRight {
      width: 41.333%;
    }

    .accountBalanceWrapper
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceRow
      span,
    .accountBalanceWrapper
      .accountBalanceContent
      .accountBalanceContentHeader
      span {
      /* width: 23.333%; */
    }

    .accountBalanceWrapper.agentColumn.agentColumn {
      position: relative;
      overflow-x: auto;
      overflow-y: hidden;
      margin-bottom: 50px;
    }

    .accountBalanceWrapper.agentColumn .accountBalanceContent {
      width: 100%;
    }

    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceRow
      span:first-child,
    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceContentHeader
      span:first-child {
      width: 19%;
    }

    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceContentHeader.m-t-6
      span:first-child {
      width: 30%;
    }

    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceRow
      span,
    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceContentHeader
      span {
      width: 16%;
      overflow: hidden;
      font-size: 10px;
      text-align: right;
      white-space: nowrap;
    }

    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceRow.fiveColumnsHolder
      span,
    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceContentHeader.fiveColumnsHolder
      span {
      width: calc(100% / 5);
    }

    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceRow.fourColumnsHolder
      span,
    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceContentHeader.fourColumnsHolder
      span
      .accountBalanceRow.fourColumnsHolder
      span {
      width: calc(100% / 4);
    }

    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceContentHeader {
      border-top: 1px solid var(--TitleBackBorderColor);
    }

    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceContentHeader
      span {
      font-size: 9pt;
      font-weight: bold;
    }

    .accountBalanceWrapper
      .accountBalanceContent
      .accountBalanceContentHeader.whiteColor
      span {
      line-height: 26px;
      height: 26px;
      font-size: 10px;
      font-weight: 500;
      border-top: 0;
    }

    .accountBalanceWrapper
      .accountBalanceContent
      .accountBalanceContentHeader.whiteColor {
      height: 26px;
      border-top: 1px solid grey;
      border-bottom: 1px solid grey;
    }

    .accountBalanceWrapper
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceRow {
      border-color: grey;
    }

    .accountBalanceWrapper
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceRow
      span {
      color: #e6e6e6;
    }

    .accountBalanceWrapper
      .accountBalanceContent
      .accountBalanceContentHeader.m-t-6 {
      margin-top: 12px;
    }

    .greenColourBg {
      background-color: var(--JPBackColor);
      border: 1px solid var(--JPBackBorderColor);
    }

    .greenColourBg.changePasswordHeader .backBtn {
      border-right-color: var(--JPBackBorderColor);
    }

    .greenColourBg span {
      font-weight: 700;
    }

    #todayAccordionContent .featuredMatchBtn .bettingBtn i:first-child {
      display: none;
    }

    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceRows
      .accountBalanceRow
      span:first-child,
    .accountBalanceWrapper.agentColumn
      .accountBalanceContent
      .accountBalanceContentHeader
      span:first-child {
      text-align: left;
    }

    .singleMatchTitle {
      width: 100% !important;
    }

    .gameTableContent .singleGameDateLabel {
      height: 22px;
    }

    .gameTableContent .singleGameDateLabel span {
      color: #444 !important;
      font-weight: 500;
      font-size: 12px;
      line-height: 22px;
      font-weight: 400;
    }

    .featuredMatchBtn .bettingBtn,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betHomeButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betDrawButton,
    .betModule.liveInModule
      .betModuleContentContainer
      .betModuleSportAccordion
      .moduleSportAccordionContent
      .moduleSportSingleAccordion
      .moduleSportSingleLeague
      .moduleSportSingleLeagueContent
      .moduleSportSingleLeagueMatch
      .moduleSportSingleLeagueMatchBetButtons
      .betAwayButton,
    .gameTableContent .singleGameContent .singleHomeOdd,
    .gameTableContent .singleGameContent .singleDrawOdd,
    .gameTableContent .singleGameContent .singleAwayOdd {
      background-color: #585858;
      height: 56px;
    }

    .featuredMatchName span,
    .gameTableContent
      .singleGameContent
      .singleTeamNames
      .singleDetailsColumn
      .singleTeamRowLabel
      .singleHomeName,
    .gameTableContent
      .singleGameContent
      .singleTeamNames
      .singleDetailsColumn
      .singleTeamRowLabel
      .singleAwayName {
      color: #ddd;
    }

    .gameTableContent .singleGameContent .singleTeamNames .singleDetailsColumn {
      padding-top: 5px;
      padding-bottom: 0;
    }

    .gameTableContent
      .singleGameContent
      .singleTeamNames
      .singleDetailsColumn
      .singleTeamRowLabel
      .singleHomeName {
      font-size: 10pt;
    }

    .featuredMatchBtn .bettingBtn {
      background-color: #777 !important;
      height: 40px;
    }

    .featuredPrematchWrappers
      .featuredPrematchItem
      .featuredMatchBtn
      .bettingBtn {
      line-height: 55px;
      background-color: #585858 !important;
    }

    .featuredMatchName {
      padding-top: 5px;
    }

    .featurePreMatchDate {
      padding: 4px 10px;
    }

    .featuredPrematchWrappers .featuredPrematchItem .numberofmarkets {
      bottom: 35px;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupHeader {
      height: 42px;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupHeader
      span {
      line-height: 42px;
      height: 42px;
      font-size: 16px;
    }
    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupHeader
      number-of-corners {
      float: right;
      margin-right: 10px;
    }

    .featuredPrematchWrappers
      .featuredPrematchItem
      .featuredMatchBtn
      .bettingBtn,
    .gameTableContent .singleGameContent .singleTeamNames .singleDetailsColumn {
      height: 55px;
    }
    .featuredPrematchWrappers
      .featuredPrematchItem
      .featuredMatchBtn
      .bettingBtn {
      line-height: 55px;
    }
    .featuredPrematchWrappers
      .featuredPrematchItem
      .featuredMatchBtn
      .bettingBtn {
      height: 55px;
    }

    .gameTableContent .singleGameDateLabel {
      background-color: #a7a7a7;
    }
  }

  @media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
    .singleMatchLiveField iframe {
      -webkit-transform: scale(1.8) translate(-11%, -12%);
      -ms-transform: scale(1.8) translate(-11%, -12%);
      transform: scale(1.8) translate(-11%, -12%);
    }

    .fieldStaticHolder {
      height: 215px;
    }

    .m-t-240 {
      padding-top: 217px;
    }
  }

  .redTitle {
    color: red !important;
  }

  @media only screen and (max-width: 320px) {
    section.header .headerWrapper .mainMenuHolder {
      left: 49%;
    }

    .singleMatchLiveField iframe#basketballIframe {
      margin-top: 0;
    }

    .betSlip.slideDown {
      height: 420px;
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:first-child {
      margin-left: 0;
    }

    section.header .headerWrapper .logo {
      -webkit-transform: translateX(-75%);
      -ms-transform: translateX(-75%);
      transform: translateX(-75%);
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:nth-child(2),
    section.header .headerWrapper .mainMenuHolder .menuItem:last-child {
      margin-right: 0;
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:last-child {
      marigin-right: 0;
    }
  }

  .slotsItemListed {
    display: none;
  }

  .stopEventClick {
    pointer-events: none;
  }

  @media only screen and (min-width: 9300px) {
    .slotsItemListed {
      display: none;
    }

    .burgerBtn {
      display: none;
    }

    .burgerBtn .az {
      display: none;
    }

    .slotsWrapper {
      padding-left: 180px;
      padding-right: 0;
    }

    .headerScrolled #leftpanel_container {
      position: sticky;
      top: 60px;
    }

    #leftpanel_container {
      position: sticky;
      top: 0px;
      transition: 0.3s linear all;
    }

    /* * ::-webkit-scrollbar {
        width: 10px;
        background-color: #333;
        height: 8px;
    }

    * ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
    }

    * ::-webkit-scrollbar-thumb {
        background-color: #c6c6c6;
        outline: 1px solid slategrey;
        border-radius: 5px;
    } */

    section.content section.mainPanel section.contentHolder {
      padding: 0 6px;
    }

    body.bg-black section.content section.mainPanel section.contentHolder {
      background-color: #333;
    }

    body.bg-black section.header .headerWrapper {
      background-color: #333;
      border-bottom: 1px solid #555;
    }

    body.bg-black section.header .headerHelper {
      background-color: #333;
      border-bottom: 1px solid #555;
    }

    body.bg-black .headerHide svg {
      fill: #00fff2;
    }

    body.bg-black section.header .headerHelper .leftMenuHeaderHelper .menuItem,
    body.bg-black section.header .headerHelper .rightMenuHeaderHelper .menuItem,
    body.bg-black
      section.header
      .headerHelper
      .leftMenuHeaderHelper
      .menuItem.active,
    body.bg-black
      section.header
      .headerHelper
      .leftMenuHeaderHelper
      .menuItem:hover {
      color: #00fff2;
    }

    .singleMatchTitle {
      width: 100% !important;
    }

    .dateMobileHiden {
      display: none;
    }

    body.bg-black section.header .headerWrapper .mainMenuHolder .menuItem {
      color: #fff;
    }

    body.bg-black
      section.header
      .headerWrapper
      .rightNavWrapper
      .menuItem.loginBtn {
      color: #00fff2;
      background-color: transparent;
    }

    body.bg-black
      section.header
      .headerWrapper
      .rightNavWrapper
      .menuItem.loginBtn.registerBtn {
      color: #fff;
    }

    body.bg-black .burgerBtn span {
      background-color: #00fff2;
    }

    .slotsMainWrapper {
      float: left;
      width: 100%;
      height: auto;
    }

    .betModule.liveInModule.widthFull
      .betModuleHeaderContainer
      .betModuleHeaderBtn {
      width: 100%;
    }

    .slotsMainWrapper #main {
      float: left;
      width: 100%;
      height: auto;
      padding-top: 6px;
      padding-bottom: 12px;
    }

    .slotsMainWrapper #main .game {
      float: left;
      width: calc(20% - 4px);
      height: auto;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-bottom: 6px;
      background-color: #222;
      padding: 10px;
    }

    .slotsMainWrapper #main .game img {
      float: left;
      width: 100%;
      height: 100px;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
    }

    .slotsMainWrapper #main .game span {
      float: left;
      width: 100%;
      font-size: 9pt;
      font-weight: 600;
      text-align: center;
      color: #fff;
      margin-top: 10px;
      line-height: 15px;
      height: 30px;
    }

    .slotsMainWrapper #main .game {
      margin-right: 5px;
    }

    .slotsMainWrapper #main .game:nth-child(5n) {
      margin-right: 0;
    }

    .errorDesc {
      float: left;
      width: 100%;
      height: auto;
      color: red;
      text-align: center;
      font-size: 14px;
      font-weight: 500;
    }

    .groupGame {
      float: left;
      width: 100%;
      height: auto;
      display: none;
    }

    .groupGame.active {
      display: inherit;
    }

    .slotsCatHolder {
      float: left;
      height: 50px;
      background-color: #222;
      -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
      transform: translateX(-6px);
      width: calc(100% + 12px);
      overflow-x: scroll;
      overflow-y: hidden;
    }

    .slotsCatHelper {
      float: left;
      width: 100%;
      height: auto;
    }

    .groupFamilyBtn {
      float: left;
      text-transform: uppercase;
      width: auto;
      color: #fff;
      height: 50px;
      font-size: 10pt;
      font-weight: 600;
      padding: 0px 15px;
    }

    .groupFamilyBtn.active {
      color: #00fff2;
    }

    .bg-black section.content section.mainPanel {
      width: 100%;
    }

    .jcakpotHolder .jackpotContent {
      height: 300px;
    }

    .jcakpotHolder .jackpotContent img {
      height: 100%;
    }

    a {
      font-size: 9pt;
      padding-left: 20px;
    }

    .singleMatchTitle .singleCategoryTitle a::before {
      left: 2.5px;
    }

    .singleMatchCatButtons .singleMatchCatBtn {
      margin: 0 10px;
      font-size: 8pt;
    }

    .singleMatchTitle span {
      font-size: 10pt;
      line-height: normal;
      padding-right: 100px;
      height: auto;
    }

    .fieldStaticHolder {
      float: left;
      width: 100%;
      position: relative;
      right: auto;
      top: auto;
      -webkit-transition: 0.15s linear all;
      -o-transition: 0.15s linear all;
      transition: 0.15s linear all;
      height: 235px;
      overflow: hidden;
      z-index: 9;
    }

    body.headerScrolled .fieldStaticHolder {
      top: 84px;
      height: 235px;
      overflow: hidden;
    }

    .singleMatchTitle {
      position: relative;
      height: 44px;
      overflow-x: auto;
      overflow-y: hidden;
      background-color: #474747;
    }

    body.livePage.headerScrolled .fieldStaticHolder {
      -webkit-transform: scale(0.8) translate(48px, -85px);
      -ms-transform: scale(0.8) translate(48px, -85px);
      transform: scale(0.8) translate(48px, -85px);
    }

    .liveSingleMatch.singleMatchTitle .singleMatchScrolLMeName {
      height: 100%;
    }

    .singleMatchLiveField iframe {
      position: relative;
      top: auto;
      left: auto;
      width: 100%;
      height: 100%;
      transform: none;
    }

    .singleMatchBetModule.active {
      padding-top: 0;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule.fourColumns {
      width: 25%;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule.threeColumns {
      width: 33.333%;
    }

    .singleMatchBetModule
      .singleMatchBetModuleGroup
      .singleMatchBetModuleGroupContent
      .singleColumnModule.twoColumns {
      width: 50%;
    }

    section.header .headerWrapper .mainMenuHolder .menuItem {
      padding-left: 0;
    }
  }

  .bg-black .betModule.liveInModule .betModuleHeaderContainer {
    background-color: #333;
  }

  body.bg-black {
    background-color: #333;
  }

  .burgerBtn {
    display: inherit;
  }

  .bg-black section.content section.rightPanel {
    display: none;
  }

  #pre-match-games.twoColumn
    .gameTableContent
    .singleGameContent
    .singleHomeOdd {
    width: 25% !important;
  }

  #pre-match-games.twoColumn
    .gameTableContent
    .singleGameContent
    .singleDrawOdd {
    width: 25% !important;
  }

  #pre-match-games.twoColumn
    .gameTableContent
    .singleGameContent
    .singleAwayOdd {
    display: none;
  }

  #pre-match-games.twoColumn
    .gameTableContent
    .singleGameDateLabel
    span:nth-child(3) {
    display: none;
  }

  .singleBetHeaderRight {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    color: #fff;
  }

  .singleBetHeaderRight a.singleBetHeader span {
    font-size: 8pt;
    padding-top: 12px;
    float: left;
    padding-right: 9px;
  }

  #pre-match-games.twoColumn
    .gameTableContent
    .singleGameDateLabel
    span:nth-child(3),
  #pre-match-games.twoColumn
    .gameTableContent
    .singleGameDateLabel
    span:nth-child(4),
  #pre-match-games.twoColumn
    .gameTableContent
    .singleGameDateLabel
    span:nth-child(2) {
    width: 22.5%;
  }

  /* @media only screen and (max-width: 375px) {
    .singleMatchLiveField iframe {
        transform: scale(1.81) translate(-11%, -11%);
    }
} */

  @media only screen and (max-width: 320px) {
    .singleMatchLiveField iframe {
      transform: scale(1.55) translate(-15%, -22%);
      /*transform: scale(1.81) translate(-11%, -11%);*/
    }

    .fieldStaticHolder {
      height: 211px;
    }

    .m-t-240 {
      padding-top: 191px;
    }
  }

  @media screen and (max-width: 480px) {
    section.header .headerWrapper .logo span {
      border-bottom: 2px solid var(--InPlayColor);
      margin-top: -2px;
    }
  }

  .singleHeaderHolderLabel {
    background-color: #a7a7a7;
  }

  .singleHeaderHolderLabel .singleHeaderLabel {
    color: #444444 !important;
  }

  .machineBoxesHolder {
    float: left;
    width: 100%;
    height: auto;
    position: relative;
  }

  .machineBox {
    float: left;
    width: 160px;
    padding-right: 20px;
    height: auto;
  }

  .machineBox .machineItem {
    animation-duration: 2s;
    animation-iteration-count: infinite;
  }

  .machineBox.slick-current .machineItem {
    animation-name: bounce;
    animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  }

  .game.clicked {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce;
    animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  }

  body.bg-black {
    background-color: #0c092a;
  }

  body.bg-black section.header .headerWrapper {
    background-image: url("../img/bar.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-color: #202485;
  }

  body.bg-black section.header .headerHelper {
    background-image: url("../img/bar2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-color: #202485;
  }

  body.bg-black .betModule.liveInModule .betModuleHeaderContainer {
    background-image: url("../img/bar2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-color: #202485;
  }

  body.bg-black .slotsItem img {
    border-radius: 10px;
  }

  #iframeSlot {
    display: none;
  }

  @-webkit-keyframes bounce {
    0% {
      transform: scale(1, 1) translateY(0);
    }

    10% {
      transform: scale(1.1, 0.9) translateY(0);
    }

    30% {
      transform: scale(0.9, 1) translateY(-30px);
    }

    50% {
      transform: scale(1.05, 0.95) translateY(0);
    }

    57% {
      transform: scale(1, 1) translateY(-10px);
    }

    64% {
      transform: scale(1, 1) translateY(0);
    }

    100% {
      transform: scale(1, 1) translateY(0);
    }
  }

  @-moz-keyframes bounce {
    0% {
      transform: scale(1, 1) translateY(0);
    }

    10% {
      transform: scale(1.1, 0.9) translateY(0);
    }

    30% {
      transform: scale(0.9, 1) translateY(-30px);
    }

    50% {
      transform: scale(1.05, 0.95) translateY(0);
    }

    57% {
      transform: scale(1, 1) translateY(-10px);
    }

    64% {
      transform: scale(1, 1) translateY(0);
    }

    100% {
      transform: scale(1, 1) translateY(0);
    }
  }

  @-o-keyframes bounce {
    0% {
      transform: scale(1, 1) translateY(0);
    }

    10% {
      transform: scale(1.1, 0.9) translateY(0);
    }

    30% {
      transform: scale(0.9, 1) translateY(-30px);
    }

    50% {
      transform: scale(1.05, 0.95) translateY(0);
    }

    57% {
      transform: scale(1, 1) translateY(-10px);
    }

    64% {
      transform: scale(1, 1) translateY(0);
    }

    100% {
      transform: scale(1, 1) translateY(0);
    }
  }

  @keyframes bounce {
    0% {
      transform: scale(1, 1) translateY(0);
    }

    10% {
      transform: scale(1.1, 0.9) translateY(0);
    }

    30% {
      transform: scale(0.9, 1) translateY(-30px);
    }

    50% {
      transform: scale(1.05, 0.95) translateY(0);
    }

    57% {
      transform: scale(1, 1) translateY(-10px);
    }

    64% {
      transform: scale(1, 1) translateY(0);
    }

    100% {
      transform: scale(1, 1) translateY(0);
    }
  }

  .machineBox .machineItem {
    float: left;
    width: 100%;
    height: 150px;
    position: relative;
    margin-top: 35px;
  }

  .machineBox .machineItem img:last-child {
    float: left;
    width: 119px;
    height: auto;
    position: absolute;
    left: 12px;
    top: 71px;
    z-index: 1;
  }

  .machineBox .machineItem img:first-child {
    float: left;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
  }

  .machineBox.firstItem .machineItem {
    margin-top: 30px;
  }

  .machineBox.firstItem .machineItem img:first-child {
    transform: scale(1.1);
  }

  .machineBox.firstItem .machineItem img:last-child {
    width: 119px;
    transform: scale(1.1);
    top: 78px;
  }

  .machineBox span {
    float: left;
    width: calc(100% - 40px);
    font-size: 10pt;
    margin-top: 10px;
    color: #00fff2;
    text-align: center;
  }

  .machineBox svg {
    float: left;
    width: 20px;
    margin-left: 10px;
    margin-right: 10px;
    height: 20px;
    stroke: #00fff2;
    fill: #00fff2;
    margin-top: 10px;
  }

  .fragment.jackpots-container {
    margin: 10px 0;
    float: left;
    width: 100%;
  }

  .jackpotAnimation {
    float: left;
    width: 100%;
    height: 58px;
    position: relative;
    padding: 5px;
    background-image: url(../img/bar2.png);
    background-size: cover;
  }

  .jackpotAnimation .horizontalBar {
    position: absolute;
    width: calc(100% - 14px);
    left: 7px;
    height: 5px;
    z-index: 1;
  }

  .jackpotAnimation .verticalBar {
    position: absolute;
    height: calc(100% - 14px);
    top: 7px;
    width: 7px;
    z-index: 2;
  }

  .verticalBar.rightBorder {
    right: 0;
  }

  .verticalBar.leftBorder {
    left: 0;
  }

  .horizontalBar.topBorder {
    top: 0;
  }

  .horizontalBar.bottomBorder {
    bottom: 0;
  }

  .verticalBar,
  .horizontalBar {
    overflow: hidden;
  }

  .horizontalBar svg {
    float: left;
    width: auto;
    height: 5px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .horizontalBar svg:nth-child(2) {
    left: auto;
    right: 0;
  }

  .verticalBar svg {
    float: left;
    height: 100%;
    height: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .verticalBar.rightBorder svg {
    height: 4.8px;
  }

  .verticalBar.leftBorder svg {
    height: 4.8px;
    left: calc(50% - 0.1px);
  }

  .cornerJackpot {
    float: left;
    width: 7px;
    height: 7px;
    position: absolute;
    z-index: 2;
  }

  .cornerJackpot SVG {
    float: left;
    width: 100%;
    height: 100%;
  }

  .cornerJackpot.topLeftCorner {
    top: 0;
    left: 1px;
  }

  .cornerJackpot.topRightCorner {
    top: 0;
    right: 1px;
  }

  .cornerJackpot.topRightCorner svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg);
  }

  .cornerJackpot.bottomLeftCorner {
    bottom: 0;
    left: 1px;
  }

  .cornerJackpot.bottomLeftCorner svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(270deg);
  }

  .cornerJackpot.bottomRightCorner {
    bottom: 0;
    right: 1px;
  }

  .cornerJackpot.bottomRightCorner svg {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(180deg);
  }

  .dotsWrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }

  .dotsWrapper .dotsHolder {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
  }

  .dotsWrapper .dotsHolder .light {
    float: left;
    width: 5px;
    height: 5px;
    margin: 0 3px;
    background-image: url("../img/light.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3px;
    position: relative;
  }

  .dotsWrapper .dotsHolder .light .lightOn {
    float: left;
    width: 5px;
    height: 5px;
    margin: 0;
    background-image: url("../img/lightON.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
    transition: 0.2s linear all;
  }

  .dotsWrapper .dotsHolder .light.active .lightOn {
    opacity: 1;
  }

  .verticalBar .dotsWrapper .dotsHolder .light {
    margin: 3px 1px;
  }

  .bottomBorder.dotsWrapper .dotsHolder .light {
    float: right;
  }

  .horizontalBar .dotsWrapper .dotsHolder {
    width: 500px;
  }

  .horizontalBar.bottomBorder .dotsWrapper .dotsHolder {
    position: absolute;
    transform: rotate(180deg);
    left: auto;
    right: 0;
  }

  .jackpotAnimation .verticalBar.leftBorder .dotsWrapper {
    transform: rotate(180deg);
  }

  .jackpot {
    border: 0;
    padding: 0;
  }

  .jackpots-cont-wrapper.second-row-jackpots .jackpotAnimation {
    width: 50%;
  }

  /* jackpots */
  .jackpot {
    display: table-cell;
    width: 50%;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 7px;
    min-width: 160px;
    position: relative;
    border-left: 1px solid #171717;
    border-right: 1px solid #171717;
    border-bottom: 2px solid #171717;
  }

  .jack-inside-lights {
    /* padding: 2px 8px;
    position: relative;
	transform: translate3d(0,0,0);
	 */
    z-index: 2;
    transform: translate3d(0, -6px, 0);
    overflow: hidden;
    position: relative;
  }

  .jackpot-icon {
    position: relative;
    vertical-align: top;
    margin-right: 8px;
    height: 24px;
    color: #fcc136;
    top: 5px;
    transition: all 200ms 0ms !important;
    display: inline-block;
    font-size: 30px;
    line-height: 48px;
    transform: scale(0.62) translateY(-12px) translateZ(0);
    text-shadow: 2px 1px 0px black;
    -webkit-font-smoothing: subpixel-antialiased;
    backface-visibility: hidden;
  }

  .jackpots.shown-more-yes .jackpot-icon {
    transform: none;
  }

  .jack-value {
    font-size: 15px;
    transition: transform 200ms 0ms cubic-bezier(0.4, 0, 1, 1) !important;
    font-size: 18px;
    line-height: 22px;
    transform: scale(0.8) translateY(-22px);
    display: block;
    transform-origin: 0 0;
    display: block;
    text-shadow: 2px 1px 1px black;
    position: relative;
    z-index: 2;
  }

  .numer_container.jack-value {
    background: url(../img/jackpot_on.gif);
    display: block;
    width: 208px;
    height: 41px;
    margin: auto;
    transform: none;
    line-height: 41px;
  }

  .jackpots.shown-more-yes .jack-value {
    color: #ffffff;
    transform: translate3d(0, 0, 0);
  }

  .jackname {
    transform-origin: 0 0;
    transform: none;
    transition: transform 200ms ease-in-out 0ms;
    font-size: 13px;
    line-height: 25px;
    color: #7d7d7d;
    height: 21px;
    /* left: 2px; */
    position: relative;
    z-index: 2;
  }

  .jackpots.shown-more-no .jackname {
    transform: translateY(10px) scale(0);
  }

  .jack-name {
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    text-align: left;
    height: 24px;
    transition: height 200ms 0ms !important;
    position: relative;
    z-index: 2;
  }

  .jackpots.shown-more-yes .jack-name {
    height: 48px;
  }

  .fragment.jackpots {
    width: 100%;
    transition: height 0.4s;
    display: block;
    line-height: 24px;
    background: #212121;
    border-top: 1px solid #000;
    border-bottom: 1px solid #171717;
    text-align: center;
    color: #bbb;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .jackpots-cont-wrapper {
    display: table;
    width: 100%;
  }

  .jackpots-info {
    border-top: 1px solid #171717;
    padding: 2px;
    font-size: 12px;
    line-height: 22px;
    height: 20px;
    color: #7d7d7d;
    max-height: 20px;
  }

  .jackpots-info-icon.icon.icon-info {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    background: #484848;
    color: #a5a5a5;
    vertical-align: baseline;
    border-radius: 10px;
    position: relative;
    padding: 2px;
    display: inline-block;
  }

  .userContent .myBalanceTable .myBalanceTableHeader2 {
    float: left;
    width: 100%;
    height: 40px;
    border-bottom: 2px solid #14805e;
  }

  .userContent .myBalanceTable .myBalanceTableHeader2 span {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: right;
    font-size: 13px;
    padding: 0 10px;
  }

  .userContent .myBalanceTable .myBalanceTableHeader2 span:first-child {
    text-align: left;
  }

  .filterMyBetsAdmin {
    float: left;
    width: 100%;
    height: 40px;
    background: #404040;
    border-bottom: 2px solid var(--JPBackBorderColor);
  }

  .filterMyBetsAdmin a {
    float: left;
    font-size: 12px;
    text-align: center;
    width: calc(100% / 5);
    height: 40px;
    line-height: 40px;
    position: relative;
    color: #fff;
  }

  .filterMyBetsAdmin a.active {
    color: #ffe600;
  }

  .filterMyBetsAdmin a.active::before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #ffe600;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .searchUserwrapper {
    display: flex !important;
    width: 100%;
    height: 40px;
    display: none;
    margin-top: 5px;
    clear: both;
  }
  .searchUserwrapper input {
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    color: #fff;
    margin: 5px 0;
    flex-grow: 1;
    border: 1px solid #fff;
    padding-left: 15px;
    background-color: transparent;
    outline: none;
  }
  .searchUserwrapper button {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background-color: #14805e;
    margin: 4px 0;
    margin-left: 5px;
    padding: 0 10px;
    text-align: center;
    border: none;
    border-radius: 5px;
  }

  .usersContent .myBalanceTable.searchPerformed .myBalanceTableRow2.visible {
    display: none;
  }

  .usersContent
    .myBalanceTable.searchPerformed
    .myBalanceTableRow2.visible.searchFound {
    display: inherit;
  }

  .searchUserwrapper span {
    float: left;
    width: 60px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    margin: 5px 0;
    text-align: center;
  }

  #main #slotsIframe {
    width: calc(100% + 18px) !important;
    transform: translateX(-8px) translateY(-8px) !important;
  }

  /* .accountBalanceWrapper .accountBalanceContent .accountBalanceRows .clicked .fiveColumnsHolder,
.accountBalanceWrapper .accountBalanceContent .accountBalanceRows .clicked .whiteColor,
.accountBalanceWrapper .accountBalanceContent .accountBalanceRows .clicked .accountBalanceRow {
    display: none;
} */

  .logo::after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    float: left;
    border-radius: 0;
    width: 100%;
    background: transparent;
    content: "";
  }

  .logo.active::after {
    background-color: var(--yellowColor);
  }

  .logo.active:has(.green-highlight)::after {
    background-color: var(--SelectedKoefColor);
  }
  .logo.active:has(.green-highlight) span {
    color: var(--SelectedKoefColor);
  }
  @media only screen and (max-width: 320px) {
    section.header .headerWrapper .mainMenuHolder .menuItem:nth-child(2) {
      margin-left: 5vw !important;
    }
  }

  @media only screen and (max-width: 375px) {
    section.header .headerWrapper .mainMenuHolder {
      width: calc(100% - 110px);
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:nth-child(2) {
      margin-left: 9vw;
    }

    section.header .headerWrapper .mainMenuHolder .menuItem:nth-child(3) {
      margin-left: unset;
      margin-right: 5vw;
    }

    section.header
      .headerWrapper
      .rightNavWrapper
      .profileWrapper.active
      .profileDropdown {
      max-width: 100vw;
      max-height: calc(100vh - 50px);
      overflow-y: auto;
    }

    section.header .headerWrapper .logo {
      width: 65px;
    }

    .singleMatchLiveField iframe:not(#gameIframe) {
      -webkit-transform: scale(1.6) translate(-14.8%, -19.3%);
      transform: scale(1.6) translate(-14.8%, -19.3%);
    }

    .singleMatchLiveField iframe#tennisIframe,
    .singleMatchLiveField iframe#basketballIframe {
      -webkit-transform: scale(1) translate(0%, -0.3%);
      transform: scale(1) translate(0%, -0.3%);
    }

    .fieldStaticHolder {
      height: 200px;
    }

    .livePage .singleMatchBetModule {
      padding-top: 205px;
    }
  }

  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    ::-webkit-scrollbar {
      height: 0 !important;
    }

    .betModule.liveInModule.sportsLanding {
      height: 80px !important;
    }
  }
  .tooltipInformation {
    width: calc(100% - 10px);
    margin: 5px;
    height: auto;
    border-radius: 4px;
    background-color: yellow;
    color: #000;
    float: left;
    padding: 5px 10px;
  }

  .tooltipInformation svg {
    float: left;
    width: 20px;
    height: 20px;
    margin: 5px 0;
  }

  .tooltipInformation p {
    float: left;
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 13px;
  }
}

.childrenItem {
  float: left;
  width: 100%;
  padding: 0 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  border-radius: 5px;
}

.accountBalanceWrapper
  .accountBalanceContent
  .accountBalanceRows
  .accountBalanceRow[role="SuperMenager"] {
  background-color: #2f2f2f;
}
.accountBalanceWrapper
  .accountBalanceContent
  .accountBalanceRows
  .accountBalanceRow[role="Manager"],
.accountBalanceWrapper
  .accountBalanceContent
  .accountBalanceRows
  .accountBalanceRow[role="Menager"] {
  background-color: #454545;
}
.accountBalanceWrapper
  .accountBalanceContent
  .accountBalanceRows
  .accountBalanceRow[role="Agent"] {
  background-color: #595959;
}
.accountBalanceWrapper
  .accountBalanceContent
  .accountBalanceRows
  .accountBalanceRow[role="User"] {
  background-color: #7a7a7a;
}

.accountBalanceWrapper
  .accountBalanceContent
  .accountBalanceRows
  .groupWrapper
  .table-content {
  display: block;
}

.accountBalanceWrapper
  .accountBalanceContent
  .accountBalanceRows
  .groupWrapper.clicked
  .table-content {
  display: none;
}
/* === api.euro365.bet widget iframe override (winhouse) === */
/* Sets the live-match tracker iframe to 700×330 px on every breakpoint and    */
/* neutralises the legacy transform/height rules that were tuned for the old   */
/* inline widget. The central widget renders at its natural size inside this   */
/* container so the user sees a 700×330 pitch panel.                            */

.singleMatchLiveField .live-field,
.singleMatchLiveField iframe#iframe,
.singleMatchLiveField iframe#basketballIframe,
.singleMatchLiveField iframe#tennisIframe,
.singleMatchLiveField iframe:not(#gameIframe) {
  transform: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  float: none !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 0 auto !important;
  display: block !important;
  overflow: visible !important;
  border: 0 !important;
}

.singleMatchLiveField .live-field {
  width: 900px !important;
  max-width: 100% !important;
  height: 450px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: transparent !important;
}

.singleMatchLiveField iframe#iframe,
.singleMatchLiveField iframe#basketballIframe,
.singleMatchLiveField iframe#tennisIframe,
.singleMatchLiveField iframe:not(#gameIframe) {
  width: 900px !important;
  max-width: 100% !important;
  height: 450px !important;
  min-height: 450px !important;
}

/* Tablet — keep the 700×330 footprint if there's room, otherwise shrink to fit */
@media only screen and (max-width: 900px) {
  .singleMatchLiveField .live-field,
  .singleMatchLiveField iframe#iframe,
  .singleMatchLiveField iframe#basketballIframe,
  .singleMatchLiveField iframe#tennisIframe,
  .singleMatchLiveField iframe:not(#gameIframe) {
    width: 100% !important;
    max-width: 900px !important;
    height: 450px !important;
    min-height: 450px !important;
  }
}

/* Mobile — width can shrink (full-bleed), height stays at 330 */
@media only screen and (max-width: 720px) {
  .singleMatchLiveField .live-field,
  .singleMatchLiveField iframe#iframe,
  .singleMatchLiveField iframe#basketballIframe,
  .singleMatchLiveField iframe#tennisIframe,
  .singleMatchLiveField iframe:not(#gameIframe) {
    width: 100% !important;
    max-width: 100% !important;
    height: 450px !important;
    min-height: 450px !important;
  }
}
