body{
    background:#f1f1f1;
    font-family:'lato';
}
:root {
  --color-primary: #157584;
  --color-primary-light: #ffcc00;
  --color-secondary: #555;
  --color-white: #fff;
  --color-red: #f20;
  --color-black: #000;
  --color-highlight:#07627d;
  --bgcolor-primary: #157584;
  --bgcolor-primary-light: #ffcc00;
  --bgcolor-secondary: #555;
  --background-white: #fff;
  --background-red: #f20;
  --background-black: #000;
  --background-transparent:rgba(255, 255, 255, 0.6);
  --background-back:#BBE1EE;
  --background-lay:#F6C5C8;
}
.btn-primary{
    background:var(--bgcolor-primary-light);
    border:1px solid var(--bgcolor-primary-light);
    color:#000;
}
.btn-primary:hover{
    background:var(--bgcolor-secondary) !important;
}
a{
    text-decoration: none;
}
small{
    font-size:0.75em;
}
.textRed{
    color:#f20;
}
.textGreen{
    color:green;
}
input:focus{
    outline:none;
}
.fa-volleyball-ball{
    position: absolute;
    left:-5%;
    bottom:0;
    font-size:500px;
    opacity: 0.1;
    color:var(--color-primary);
    z-index: -1;
}
.hidden-desktop{
    display: none;
}

header{
    background:var(--bgcolor-primary);
    padding:10px 10px 0;
    position: fixed;
    top:0;
    width:100%;
    box-shadow: 0 0 10px #777;
    z-index: 100;
    border-radius:0 0 5px 5px;
}
.logo-wrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
}

.cric365{
    height: 42px;
    width: 300px;
}

#allMarkets .form-check-input:checked {
    background-color: #facb03;
    border-color: #facb03;
}

.logo{
    font-size:30px;
    color:#fff;
}
.nav-link{
    color:var(--color-white);
    text-decoration: none;
}
.nav-link.active{
    position:relative;
}
.nav-link.active:before{
    content: "";
    position: absolute;
    bottom: -5px;
    background: var(--color-primary-light);
    height: 2px;
    width: 100%;
    left: 0;
}
.nav-link:hover{
    color:var(--color-secondary);
}
.header-search-wrap{
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 5px;
}
.search-box .input-group{
    background:var(--color-white);
}
.search-box input[type="search"]{
    background:none;
}
.search-box .form-control:focus{
    box-shadow: none;
} /* header style ends */

/* content section style */
.content-section{
    display: flex;
    gap:15px;
    margin:120px 15px 15px 15px;
    justify-content: space-between;
}
.modal-footer{
    justify-content: flex-start;
}

.content-section.before-login-content{
    /* margin-top:120px!important; */
    margin-top:140px!important;
}
.modal-footer button{
    width:100%;
}

@media (max-width: 768px) {
    .left-sidebar {
        position: relative !important; /* or static */
        background:none !important;
        width:auto !important;
        left:auto !important;
    }
}

/* left sidebar styles */
.left-sidebar, .right-sidebar{
    position:fixed;
    background:var(--background-white);
    border-radius:10px;
    height:calc(97vh - 120px);
    padding:10px;
    overflow-x: hidden;
    overflow-y:auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.left-sidebar::-webkit-scrollbar, .right-sidebar::-webkit-scrollbar {
    display: none;
}
.left-sidebar{
    width:250px;
    left:15px;
}
.allSports-icon{
    background:url(../images/sports-icons.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 30px;
    background-size: 35px;
    background-position: 0 0;
}
.inPlay-icon{
    background:url(../images/sports-icons.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 30px;
    background-size: 35px;
    background-position: 0 -1910px;
}
.upcoming-icon{
    background:url(../images/sports-icons.png) no-repeat;
    display: inline-block;
    width: 35px;
    height: 30px;
    background-size: 35px;
    background-position: 0 -1873px;
}
.left-tab{
    display: flex;
    align-items: center;
}
.left-tab-text{
    background: var(--bgcolor-primary-light);
    color: var(--color-white);
    padding: 0px 10px;
    border-radius: 0 10px 10px 0;
    margin-left: -11px;
    position: relative;
    z-index: -1;
    display: none;
}
.left-tab.active .left-tab-text{
    display: block;
}
.left-sidebar .nav-pills li:not(:last-child){
    margin-right:15px;
}
.left-sidebar .card-header{
    padding: 0;
    background-color: none;
    border-bottom: none;
}
.left-sidebar .card{
    border:none;
}
.left-sidebar .card-header{
    background:none;
}
.left-sidebar .card-body{
    padding:0;
}
.left-sidebar a{
    color:var(--color-secondary);
    font-size:13px;
    font-weight: bold;
    cursor: pointer;
}
.left-sidebar > a{
    font-size:15px;
}
.left-sidebar .level1-link{
    text-transform: uppercase;
    width:100%;
    display: flex;
    justify-content: space-between;
}
.cricket, .tennis, .soccer, .politics, .exchgame{
    position:relative;
    padding-left:26px;
}
.leftNav .cricket::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
    background-image: url(../images/sports-icons.png);
    width: 24px;
    height: 20px;
    background-position: 0 -280px;
    background-size: 24px auto;
}
.gallery .cricket , .gallery .tennis, .gallery .soccer, .gallery .politics, .gallery .exchgame {
    background: url(../images/sports-icons.png) no-repeat;
    width: 45px;
    height: 36px;
    background-size: 43px auto;
    margin: 0 auto;
}

.leftNav .tennis:before{
    content: '';
    position: absolute;
    left:0;
    top:-2px;
    background-repeat: no-repeat;
    background-image: url(../images/sports-icons.png);
    width: 24px;
    height: 20px;
    background-position: 0 -940px;
    background-size: 24px auto;
}
.leftNav .soccer::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
    background-image: url(../images/sports-icons.png);
    width: 24px;
    height: 20px;
    background-position: 0 -880px;
    background-size: 24px auto;
}
.leftNav .politics::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
    background-image: url(../images/sports-icons.png);
    width: 24px;
    height: 20px;
    background-position: 0 -760px;
    background-size: 24px auto;
}
.leftNav .exchgame::before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
    background-image: url(../images/sports-icons.png);
    width: 24px;
    height: 20px;
    background-position: 0 -740px;
    background-size: 24px auto;
}

.level2{
    margin-left:25px;
}
.level2 .card{
    margin-bottom:5px;
}
.card-header h5{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width:100%;
    margin-bottom:1rem;
}
.card-header h5 i{
    color:var(--color-secondary);
    font-size:18px;
}
.level2 .card-header{
    position:relative;
}
.level2 .card-header:before{
    content: '';
    position: absolute;
    border: 1px solid var(--color-secondary);
    left: -15px;
    top: 0;
    display: block;
    height: 100%;
}
.level3 ul{
    margin:0 0 0 15px;
    list-style: none;
    padding:0;
}
.level3 ul li{
    position:relative;
    margin-bottom: 5px;
}
.level3 ul li:before{
    content: '';
    position: absolute;
    border: 1px solid var(--color-primary);
    left: -15px;
    top: 0;
    display: block;
    height: 100%;
}

/* right sidebar styles */
.right-sidebar{
    width:350px;
    right:15px;
}
.right-sidebar h5{
    font-size:14px;
    text-transform: uppercase;
    width: fit-content;
    width:-moz-fit-content;
    width:-webkit-fit-content;
    position:relative;
    padding-bottom:6px;
    font-weight: bold;
}
.right-sidebar h5:after{
    content: '';
    border-bottom: 2px solid var(--color-primary);
    position: absolute;
    left:0;
    bottom:0;
    width:110%;
}
.right-sidebar img{
    border-radius:5px;
    margin-bottom: 10px;
}
.right-sidebar .section{
    margin-bottom: 15px;
}

/* main-content style */
.main-content-home .carousel-item img{
    /* border-radius:10px; */
}
.main-content-home{
    background:var(--background-transparent);
    border-radius:8px;
    margin-left: 260px;
    width: calc(100% - 620px);
}
.main-content-header{
    background:var(--bgcolor-primary);
    padding:10px 10px 5px 10px;
    color:var(--color-white);
    border-radius:8px 8px 0 0;
}
.main-content-header-row1{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.title-icons i{
    color:var(--color-white);
}
.title-icons span{
    margin-left:10px;
    padding-right: 3px;
}
.main-content-header-row2{
    display: flex;
    gap:10px;
    align-items: center;
    justify-content: space-between;
}
.main-content-header-row2 h4{
    font-size:18px;
    text-transform: uppercase;
}
.schedule-box{
    box-shadow: 0 0 5px #666;
    border-radius:20px;
    display: flex;
    flex-direction: column;
    text-transform: uppercase;
    text-align: center;
}
.schedule-box .date{
    background: var(--bgcolor-secondary);
color: var(--color-white);
font-size: 10px;
padding: 3px 15px;
border-radius: 20px 20px 0 0;
}
.schedule-box .time{
    background: var(--bgcolor-primary-light);
    border-radius:0 0 20px 20px;
    color:#000;
}
.iframe-holder{
    max-width:100%;
    text-align:center;
    margin:0 auto;
    /* min-height:280px; */
    min-height:auto;
    margin-top: 0px;
}
.accordion-header .eachMarketBets{
    font-family:'lato'!important;
    font-weight:normal;
}
.fa-history::before{
    content:'';
}
.accordion-button:focus{
    box-shadow: none;
}
.game-table ul{
    margin:0;
    padding:0;
}
.game-table > ul li{
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
}
.game-table > ul li .firstRow{
    display: flex;
}
.game-table > ul li .firstRow > div{
    width:50%;
}
.game-table > ul li .firstRow > div:first-child{
    border-bottom:1px solid #ccc;
}
.game-table > ul li:last-child .firstRow > div:first-child{
    border:none;
}
.game-table ul li:last-child .betting-wrap{
    border: none;
}
.game-table .column1{
    display: flex;
    flex-direction: column;
}
.game-table .column1 div:last-child{
    margin-top:-5px;
}
.game-table .column2 ul{
    display: flex;
    gap:2px;
}
.game-table .column2 ul li{
    background:#e9e9e9;
    border-radius:4px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:5px 0;
    flex-direction: column;
    flex:1;
    font-size:12px;
    cursor: pointer;
    min-height: 44px;
}
.game-table .column2 ul li p{
    margin-bottom: 0;
    font-weight: bold;
}
.sports-icon-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:5px;
    text-align: center;
    color:var(--color-secondary);
    transition: 0.7s;
    outline:none;
}
.sports-icon-box:hover{
    transform: scale(1.2);
}
.sports-icon-box .sports-icon{
    background:url(../images/sports-icons.png) no-repeat;
    width: 45px;
    height: 36px;
    background-size: 43px auto;
    margin:0 auto;
}
.sports-icon-box .sports-icon-name{
    text-transform: uppercase;
    font-size:10px;
    font-weight: bold;
    letter-spacing: 1px;
}
.sports-icon-box .cricket{
    background-position: 0 -502px;
}
.sports-icon-box .tennis{
    background-position: 0 -1684px;
}
.sports-icon-box .soccer{
    background-position: 0 -1578px;
}
.sports-icon-box .politics{
    background-position: 0 -1361px;
}
.sports-icon-box .exchgame{
    background-position: 0 -1325px;
}
.sports-icon-box .football{
    background-position: 0 -1578px;
}
.sports-icon-box .horseRacing{
    background-position: 0 -1040px;
}
.sports-icon-box .basketball{
    background-position: 0 -252px;
}
.sports-icon-box .volleyball{
    background-position: 0 -1792px;
}
.sports-icon-box .baseball{
    background-position: 0 -216px;
}
.sports-icon-box .snooker{
    background-position: 0 -1542px;
}
.sports-icon-box .greyhound{
    background-position: 0 -968px;
}
.main-content-carousel .inner{
    position: relative;
}
.main-content-carousel .taglive{
    position:absolute;
    top:10px;
    right:15px;
    font-size:10px;
    /* background:var(--color-white);
    color: var(--color-secondary); */

    background:var(--color-primary-light);
    color: var(--color-black);
    
    border-radius:2px;
}
.main-content-carousel .taglive span{
    display: inline-block;
    padding:0 3px;
}
.main-content-carousel .taglive .red{
    /* background:var(--background-red); */
    background:var(--bgcolor-primary);
    
    color:var(--color-white);
}
.main-content-carousel .taglive .black{
    background:var(--background-black);
    color:var(--color-white);
}
.main-content-carousel{
    margin-top:15px;
}
.sports-details-wrap > ul{
    margin:10px;
    padding:0;
}
.sports-details-wrap > ul li{
    list-style: none;
}
.sports-details-wrap > ul li, .sports-details-wrap > ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:10px;
    transition: 0.7s;
    cursor: pointer;
    width: 100%;
}
.sports-details-wrap > ul li .sports-details-left{
    display: flex;
    align-items: center;
    gap:5px;
}
.sports-details-wrap > ul li:nth-child(odd){
    background:#eee;
}
.sports-details-wrap > ul li:hover{
    background:#ddd;
}
.sports-details-wrap > ul li .sports-details-left .sports-date{
    background: linear-gradient(to right, #ffcc02 -30%, #ffcc00 20%, #f4cd32 130%);
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    flex: 0 0 80px;
    color: black;
}
.sports-details-wrap > ul li .sports-details-left .sports-date.inPlay,
#in-play ul li .sports-date.inPlay
{
    /* background:linear-gradient(to right, #e163dc -30%, #c43d5d 20%, #5142c3 130%); */
    background:linear-gradient(to right, #5bafbc -30%, #157584 20%, #2da6b9 130%);
    color:#fff;

box-shadow: 0 0 2px #fff inset;
}
.sports-details-wrap > ul li .sports-details-left .sports-date span{
    display: block;
}
.sports-details-wrap > ul li .sports-details-left h6{
    margin:0;
    padding:0;
    text-transform: uppercase;
    color:var(--color-black);
    font-size:12px;
    font-weight: bold;
}
.sports-details-wrap > ul li .sports-details-left .sports-name{
    font-size:12px;
}
.sports-details-wrap > ul li .sports-details-left .sports-name small{
    color:var(--color-secondary);
}
.sports-details-right{
    display: flex;
    gap:6px;
}
.match-rate{
    display: flex;
    justify-content: center;
    align-items: center;
    color:var(--color-white);
    font-size:12px;
    font-weight: bold;
}
.match-rate > div{
    width:50%;
}
.back-rate{
    background:var(--bgcolor-primary);
    padding:5px 12px;
    border-radius:5px 0 0 5px;
}
.lay-rate{
    background:var(--bgcolor-secondary);
    padding:5px 12px;
    border-radius:0 5px 5px 0;
}
.sports-initial{
    position: relative;
    min-width:22px;
    color:#000;
}
.sports-initial span:first-child{
    font-size:12px;
    font-weight: bold;
}
.sports-initial .sportsBadge{
    position: absolute;
    top: -13px;
    background: var(--color-primary-light);
    color: #000;
    font-size: 9px;
    border-radius: 20px;
    padding: 0 5px;
    left: -2px;
}
.sports-initial .sportsBadge:after{
    display: block;
    content: '';
    position: absolute;
    bottom: -7px;
    left: 44%;
    -webkit-transform: translateX(-46%);
    transform: translateX(-46%);
    border-top: 10px solid var(--color-primary-light);
    border-left: 1px solid transparent;
    border-right: 8px solid transparent;
    width: 0;
}
footer{
    border-top:1px solid #ccc;
    background:#f1f1f1;
}
.social-icons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    padding:10px 0;
}
.social-icons a{
    color:var(--color-secondary);
    transition: 0.6s;
    font-size:22px;
}
.social-icons a:hover{
    color:var(--color-primary);
}
.copyright-text{
    border-top:1px solid #ddd;
    display: flex;
    justify-content: center;
    font-size:12px;
    padding:10px 0;
}
.back{
    background:var(--background-back)!important;
}
.lay{
    background: var(--background-lay)!important;
}
.backGradient{
    background:linear-gradient(var(--background-back), rgba(242, 242, 242, 0.4));
    padding:10px;
}
.layGradient{
    background:linear-gradient(var(--background-lay), rgba(242, 242, 242, 0.4));
    padding:10px;
}
.betting-wrap{
    display: flex;
    flex-direction: column;
    gap:15px;
    display: none;
    border-bottom:1px solid #ddd;
    margin-bottom:5px;
}
.betting-wrap.show{
    display: flex;
}
.betting-wrap-row{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap:10px;
    flex-wrap: wrap;
    margin-bottom:10px;
}

.btn-group input[type="number"],
.btn-group input[type="text"] {
    width:100px;
}
.signin-btn{
    padding:3px 12px;
    font-size:14px;
    color:#000;
    background:#ffcc00;
}


/* User loggedin styles */
.userLoggedIn .right{
    display: flex;
    gap:10px;
}
.userLoggedIn .right{
    list-style:none;
}
.userLoggedIn .right li, .userLoggedIn .right li a{
    color:var(--color-white);
}
.userLoggedIn .right li .dropdown-menu li, .userLoggedIn .right li .dropdown-menu li a{
    color:var(--color-secondary);
}
.main-content-home.account-dashboard{
    width:100%;
    padding:10px;
}
.subtitle{
    font-size: 1.3rem;
    border-bottom: 2px solid var(--bgcolor-primary-light);
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: bold;
}
.account-dashboard-header{
    margin-bottom: 10px;
}
.dataTables_info, .dataTables_paginate{
    font-size: 14px;
}
.dataTables_paginate{
    display: flex;
    gap:5px;
    justify-content: flex-end;
    align-items: center;
    margin-bottom:10px!important;
}
.dataTables_paginate a{
    color:var(--color-secondary);
    cursor: pointer;
}
.dataTables_paginate > span{
    display: flex;
    gap:5px;
}
.paginate_button.disabled{
    color:#aaa;
    cursor:default;
}
.paginate_button.current{
    background:var(--bgcolor-primary-light);
    padding: 0 10px;
    color: #000;
}
table.dataTable{
    font-size:14px;
}
.dateRangeSearch{
    align-items: flex-end;
    margin-bottom:15px;
}
.datepicker-dropdown{
    z-index: 1000!important;
}
.checkboxGroup{
    display: flex;
    gap:8px;
    flex-wrap: wrap;
}
.timer{
    position:absolute;
    left:0px;
    top:-15px;
}
.timer ul{
    background:var(--bgcolor-primary-light);
    padding:3px;
    border-radius:8px;
    color:#000;
    display: flex;
    gap:8px;
}
.timer ul li{
    list-style: none;
    text-align: center;
}
.timer ul li h6{
    font-weight: bold;
    margin:0;
}
.timer ul li small{
    display: block;
    font-size: 8px;
    text-transform: uppercase;
}
.main-content-home .nav-tabs{
    border:none;
}
.main-content-home .nav-link{
    padding:0 0.5rem;
}
.main-content-home .nav-link.active, .main-content-home .nav-link:hover{
    background:none;
    border:none;
}
.green-dot{
    font-size:10px;
    color:green;
    padding-right:5px;
}
.red-dot{
    font-size:10px;
    color:red;
    padding-right:5px;
}

#flush-headingOne .marketAccord,
#flush-headingOne .accordion-button:not(.collapsed)
{
    color: #41464b !important;
    background-color: #e2e3e5 !important;
    border-color: #d3d6d8 !important;
}

#report .nav-item .nav-link{
    text-decoration: none;
    color : #212529 !important;
}
.show-mobile{
    display: none;
}
.navbar.fixed-bottom{
    background:#ddd;
}
.navbar.fixed-bottom .container-fluid > ul{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap:15px;
    list-style: none;
    width:100%;
    margin:5px 0;
    padding:0;
    color:#555;
}
.navbar.fixed-bottom .container-fluid > ul li a{
    display: flex;
    flex-direction:column;
    text-align:center;
    /* color:#555; */
    color:#fff;
    font-size:12px;
}

.navbar.fixed-bottom .container-fluid > ul a i{
    font-size:14px;
}
.navbar.fixed-bottom .container-fluid > ul li:hover, .navbar.fixed-bottom .container-fluid > ul a:hover
/* ,.navbar.fixed-bottom .container-fluid > ul li .active  */
{
    color:#ffcc00 !important;
}
.dropup .dropdown-menu{
      top: auto;
      bottom: 100%;
      margin-top: 0;
      margin-bottom: 0;
}
.b-tab{
    display: none;
}
.b-tab.active {
    display: block;
  }
  .dropup .dropdown-toggle::after{
      border:none;
  }
  .dropup {
    position: relative;
    display: inline-block;
  }

  .dropup-content {
    position: fixed;
    background-color: rgba(256, 256, 256, 1);
    width: 100%;
    bottom: 55px;
    left:0;
    z-index: 100;
    list-style: none;
  }
  .navbar.fixed-bottom .container-fluid > ul li ul li a{
      text-align: left;
  }

  .predictPl{
    flex-basis: 90px;
    text-align: center;
  }
  .inPlay-content{
      margin:0;
      padding:0;
      list-style:none;
  }
  .inPlay-content li{
      margin-bottom:15px;
      padding:5px;
  }
  .inPlay-content li:nth-child(odd){
      background:rgba(196,196,196,.1);
      border-radius: 4px;
  }
  .inPlay-content li a{
      display: flex;
      gap:10px;
  }
  .inPlay-content li a .sports-date{
    background: #ccc;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 10px;
    text-align: center;
    padding: 5px 10px;
    font-weight: bold;
    align-self: center;
  }
  .inPlay-content li a .sports-date span{
      display:block;
  }
  .inPlay-content li a .sports-name{
      font-size:12px;
  }
  .inPlay-content li a .sports-name h6{
      margin-bottom:0;
  }
  .inPlay-content .inPlay{
    height:40px;
  }
  @keyframes slide {
    from { left: 100%;}
    to { left: -100%;}
  }
  @-webkit-keyframes slide {
    from { left: 100%;}
    to { left: -100%;}
  }

  #marquee {
    color:var(--color-white);
    width:60%;
    height:40px;
    overflow:hidden;
    position:relative;
  }

  #text {
    position:absolute;
    top:0;
    left:0;
    width:60%;
    font-size:16px;
    animation-name: slide;
    animation-duration: 16s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: slide;
    -webkit-animation-duration: 16s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count: infinite;
  }
.calp{
    font-size:15px;
}

.left-inplay a{
    color: var(--color-secondary);
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
}

.activeFaIcons{
    color:var(--color-primary-light) !important;
}


/* .logo img{
    width: 19%;
} */

.navbar.fixed-bottom{
    background: var(--bgcolor-secondary);
    padding: 10px 10px 0;
    position: fixed;
    width: 100%;
    box-shadow: 0 0 10px #777;
    /* z-index: 100; */
    z-index: 1051;
}

.font12{
    font-size: 12px !important;
}

.modal-body{
    overflow-x: auto;
}
.inPlay{
    width: 90px;

    background: #eee;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: 0.8s ease;
    position: relative;
}
.dateTime{
    display: flex;
    flex-direction: column;
}
#text1, #text2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}


.cancelBtn{
    padding: 5px 20px 5px 20px !important;
}
.betBtn{
    padding: 5px 20px 5px 20px !important;
}

.daterangepicker .ranges li.active{
    background-color: #ffcc02 !important;
    color: #000 !important;
}

button.btn-close.btn-close-white{
    opacity: 1 !important;
}


#successToast, #errorToast {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    /* background-color: #333; */
    /* color: #fff; */
    text-align: center;
    border-radius: 2px;
    /* padding: 16px; */
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 60px;
    font-size: 17px;
  }

  #successToast.show,  #errorToast.show {
    visibility: visible;
    /* -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; */
    animation: fadein 1s, fadeout 1s 5s;
    /* animation: fadein 0.5s; */
  }

  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 60px; opacity: 1;}
  }

  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 60px; opacity: 1;}
  }

  @-webkit-keyframes fadeout {
    from {bottom: 60px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

  @keyframes fadeout {
    from {bottom: 60px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }


  /* loader */
  .form-container {
    position: relative;
  }

  .loader-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(218 218 218 / 50%); /* transparent black */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .divLoader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #eac327; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }


  .bb {
    position: relative;
    /* width: 200px; */
    /* height: 200px; */
    margin: auto;
    /* background: url(//blog.codepen.io/wp-content/uploads/2012/06/Button-White-Large.png) no-repeat 50% / 70% rgba(0, 0, 0, .1); */
    color: #c7416b !important;
    box-shadow: inset 0 0 0 1px rgba(105, 202, 98, .5);
    border-radius: 10px;
}

.bb > .text1, .bb  > .text2{
    color : #fff !important;
}

.bb::before,
.bb::after {
    content: '';
    position: absolute;
    /* z-index: -1; */
    top: -11%;
    left: -5%;
    width: 110%;
    height: 121%;
    box-shadow: inset 0 0 0 2px;
    animation: clipMe 8s ease-out infinite;
    border-radius: 10px;
}

.bb::before {
    animation-delay: -4s;
}

.bb:hover::after,
.bb:hover::before {
    background-color: rgba(255, 0, 0, .3);
}

@keyframes clipMe {
    0%, 100% {
        clip: rect(0px, 220px, 2px, 0px);
    }
    25% {
        clip: rect(0px, 2px, 220px, 0px);
    }
    50% {
        clip: rect(218px, 220px, 220px, 0px);
    }
    75% {
        clip: rect(0px, 220px, 220px, 218px);
    }
}

.modal.fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.5);transform: translate(0,0)scale(.5);}
.modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}

#oneClickModalBody .row{
    padding-right: 0px !important;
}

.nowrap{
    white-space: nowrap;
}

/* Mobile styles */
@media (max-width:768px){
    .mobileModal{
        width: 370px; 
        overflow-x: hidden;
    }

    .navButtons{
        font-size: 12px !important;
        padding: 0.05rem 0.5rem !important;
        /* min-width: 80px; */
        min-width: 98px;
    }

    .cric365{
        height: 37px;
        margin-bottom: 5px;
    }

    .cric365-modal{
        height: 37px !important;
        width: 220px !important;
    }


    .hidden-mobile{
        display:none;
    }
    .hidden-desktop{
        display: block;
    }
    .show-mobile{
        display: block;
    }
    .logo-wrap .logo{
        width:60%;
    }
    .main-content-home{
        margin-left: 0;
        width:100%;
    }
    .content-section{
        margin:0 0 70px 0;
    }
    .fa-volleyball-ball{
        left:50%;
        top:30%;
        transform:translateX(-50%);
        font-size:330px;
    }
    .game-table .column2 ul li{
        display:none;
    }
    .game-table .column2 ul li.back, .game-table .column2 ul li.lay{
        display:flex;
    }
    .modal-dialog .hidden-mobile{
        display:block;
        position:static;
        width:100%;
    }
    .modal-dialog .leftSidebar-icon{
        z-index: 1;
    }
    .modal-dialog .left-tab-text{
        z-index:0;
    }
    .slick-list.draggable{
        margin:0 30px;
    }
    div.table-responsive{
        margin-bottom:50px;
    }
    div.dataTables_wrapper .dataTables_length, div.dataTables_wrapper .dataTables_filter{
        text-align: left!important;
        margin-bottom:5px;
    }
    .navbar.fixed-bottom .container-fluid ul.dropup-content li a{
        flex-direction:row;
        gap:10px;
        align-items:center;
        font-size:16px;
    }
    .betting-wrap-row .btn-light.btn-sm, .betting-wrap-row .btn-clear.btn-sm{
        flex:0 0 60px;
    }
    .betting-wrap-row{
        justify-content: center;
    }
    .userLoggedIn .right{
        flex-direction: column;
        gap:0;
        padding:0;
        margin-bottom:0;
    }
    .userLoggedIn .right a{
        font-size:14px;
    }
    header{
        padding:5px 10px 5px;
    }
    .logo-wrap{
        align-items: center;
    }
    #marquee{
        color:#555;
        margin-top:60px;
        width:100%;
        height:25px;
    }
    #marquee #text{
        width:100%;
        font-size:14px;
    }
    .content-section.before-login-content{
        margin-top:75px!important;
    }
    .sports-details-wrap > ul li .sports-details-left{
        align-items: flex-start;
        /* width:100%; */
    }
    .sports-details-wrap > ul li, .sports-details-wrap > ul li a{
        flex-direction: column;
        align-items: flex-start;
        border-radius: 10px;
    }
    .sports-details-right{
        align-self: flex-end;
    }
    .betting-wrap-row .btn.rounded-pill{
        padding:.25rem 1.75rem;
    }
    .navbar.fixed-bottom .container-fluid ul.dropup-content li{
        margin-bottom:10px;
    }
    .navbar.fixed-bottom .container-fluid ul.dropup-content li a{
        font-size:18px;
    }
    .dropup-content {
        height:100vh;
        padding-top:35vh;
      }
      .game-table > ul li .firstRow > div:first-child{
          border: none;
          padding:0;
      }
      .dateRangeSearch .form-group{
          margin-bottom:10px;
      }
      .dropdown-item:active{
          background:none;
      }

      .logo img{
            width: 100%;
        }

        .modal-body{
            overflow-x: auto;
        }

    #flush-headingOne .marketAccord,
    #flush-headingOne .accordion-button:not(.collapsed)
    {
        color: #41464b !important;
        background-color: #e2e3e5 !important;
        border-color: #d3d6d8 !important;
    }
    .leftNavModal .modal-header{
        background:var(--bgcolor-primary);
    }
    .inPlay-content li a .sports-date{
        flex: 0 0 80px;
    }
    .schedule-box{
        flex:0 0 80px;
    }
    .calp, .column1{
        font-size:12px;
        text-transform:uppercase;
    }
    #loginModal .modal-dialog-centered{
        align-items:unset;
        min-height:100%;
    }
    #loginModal .modal-dialog{
        margin:0;
    }
    .predictPl{
        flex-basis:100%;
        text-align:right;
    }
}

@media (min-width:768px) and (max-width:1000px){
    .mobileModal{
        width: 370px; 
        overflow-x: hidden;
    }
    .show-tablet{
        display: block;
    }
    .hidden-tablet{
        display: none;
    }
    .right-sidebar{
        width:280px;
    }
    .main-content-home{
        margin-left:0;
        width:calc(100% - 300px);
    }
}

@media (max-width:430px){
    .mobileModal{
        width: 370px; 
        overflow-x: hidden;
    }
    
    #successToast, #errorToast {
        left: 38%;
    }

    .btn-group input[type="number"], .btn-group input[type="text"] {
        width: 70px;
    }

}



#fancyModal td{
    padding : 0px!important;
}

#thisMatchBetsTable {
    font-size: 12px !important;
}

#thisMatchBetsTable .date{
    font-size: 8px !important;
}

#thisMatchBets{
    padding: 0px !important;
}

.eachMarketBets{
    font-size: 17px;
    padding-left: 15px;
}

#allMarkets .accordion-button::after{
    display: none;
}
.accordion-header .accordion-button{
    justify-content: space-between;
}
.mobile-score-details.down-content{
    height:120px!important;
}


.modal-header{
    background:#157584;
    color:#fff;
}
.accordion-header .accordion-button{
    padding:0.5rem 1.25rem;
    text-transform:uppercase;
}



/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
  }

  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }

  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 150ms infinite linear;
    -moz-animation: spinner 150ms infinite linear;
    -ms-animation: spinner 150ms infinite linear;
    -o-animation: spinner 150ms infinite linear;
    animation: spinner 150ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
  }

  /* Animation */

  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
/* Absolute Center Spinner End */
