*,
*:before,
*:after {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
input[type="date" i] {
    align-items: center;
    display: inline-flex;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    padding: 0 10px;
    width: 160px;

}
/*.bt139{*/
/*    fill: var(--switch-betopick) !important;*/
/*}*/
p{
    color:var(--switch-textWhite);
    line-height: 24px;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* Enhanced Hero Section */
    .hero {
      var(--switch-darkBGShaded);
      color:var(--switch-textWhite);
      /*padding: 5rem 0;*/
      padding-bottom: 0;
      /*margin-bottom: 2rem;*/
      position: relative;
      overflow: hidden;
    }
    
    .hero-content {
      position: relative;
      z-index: 2;
      text-align: center;
      max-width: 1000px;
      margin: 0 auto;
    }
    
    .mystical-text {
      color:var(--switch-textWhite);
      animation: gradient-shift 3s ease-in-out infinite;
    }
    
    .hero h1 {
      font-size: 3.5rem;
      font-weight: 900;
      margin-bottom: 1.5rem;
      line-height: 1.1;
      position: relative;
    }
    
    .hero p {
      font-size: 1rem;
      margin-bottom: 2.5rem;
      opacity: 0.95;
    }
    
    .hero-actions {
      display: flex;
      gap: 1.5rem;
      justify-content: center;
      flex-wrap: wrap;
      margin-bottom: 4rem;
    }

/*LEAGUE*/

.league_header{
    width:100%;
    padding: .3rem 0;
}
.league_icon{
    width:25px;
    height:25px;
    margin-right: 10px;
}
.league_icon img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.league_title{
    font-size: 14px;
    font-weight: 500;
    text-transform: ;
    letter-spacing: 0.01em;
    color:var(--switch-textWhite);
}
    
.session_btn{
    border-bottom: 4px solid var(--switch-betopick) !important;
    border-top-right-radius: 40px;
    width: 100%;
}
.session_btn__{
        border-bottom: 0px solid red !important;
}
body{
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    background-color: var(--switch-darkBG);

}
a {
    color: inherit;
    background-color: transparent;
    text-decoration: none !important;
}

a:active,
a:hover {
    outline: 0;
    /* color:#f5f5f5 !important; */
}
ul{
    list-style: none;
}
.flex-con{
    display: flex;
    gap: var(--gap, 1rem);
}
.flex_center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex_in{
    display: flex;
    /* align-items: flex-end; */
}
.flex_sb{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.w100{
    width: 100%;
}
.fsboldheader{
    font-size: 20px;
    font-weight: 600px !important;
}
.overall-container{
    margin: 0 auto;
    max-width: min(1480px,calc(100% - 100px));
    /* max-width: min(1280px,calc(100% - 200px)); */
    width: 100%;
    /* background-color: red; */
    padding-top: 0rem;
    font-family: 'Roboto', sans-serif;
}
.con-inner-header{
    /* background-color:khaki; */
    padding: 0 0 10px 0;
}
.top_btn_list{
    margin-bottom: 0.5rem;
    width: 100%;
    display: flex;
    /*gap: 1rem;*/
    /*padding: 0.5rem;*/
    backdrop-filter: blur(10px);
}
.con_col{
    background-color: var(--switch-darkBGShaded);
    /*width: 40%;*/
     /* padding: 1rem; */
    /* margin: 1rem; */
    
    flex: 1;
    padding: .5rem 0;
    border: none;
    cursor: pointer;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 600;
}
.btn_list{
    cursor: pointer;
    font-size: .875em;
    margin: 0;
    padding: 6px;
    box-sizing: border-box;
    display: inline;
    font: 15px -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
    white-space: pre-wrap;
    word-wrap: break-word;
    line-height: 16px;
    font-weight: 500;
    width: 100%;
    min-height: 40px;
    border-radius: 0;
    border: 1px solid transparent;
    background-color: transparent;
    color:var(--switch-textWhite);
     /*background-color: var(--switch-darkBGShaded); */
}
.btn_list:hover{
    /* width: 100%; */
    border-bottom: 3px solid var(--switch-betopick);
}

/*AI PICK*/
.increasebutton {
    background: var(--switch-betopick);
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 1px solid transparent;
    border-radius:10px;
}
.input-number-decrement {
    border-right: none;
    border-radius: 4px 0 0 4px;
}

.input-number-decrement, .input-number-increment {
    display: inline-block;
    width: 60px;
    line-height: 60px;
    background: var(--switch-betopick);
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin-right: 1px;
    margin-left: 1px;
    cursor: pointer !important;
    font-size: 50px;
}
.input-number, .input-number-decrement, .input-number-increment {
    border: 0 solid #ccc;
    height: 60px;
    user-select: none;
    cursor: default;
}

.input-number {
    width: 60px;
    padding: 0 2px;
    vertical-align: top;
    text-align: center;
    outline: 0;
    font-size: 37px;
    font-weight: 600;
    color: #003a6c;
}

.con-inner{
    /* background-color:blue; */
    width: 100%;
    position: relative;
    /* height: 100vh; */
}
.leftside{
    /* background-color: grey; */
    width: 10%;
    /* height:100vh;
    position: relative; */
   
}
.leftside-fixed{
 position: fixed;
 width: 10%;
 height: 100vh;
 left: 4%;
 /* background:red */
}
.leftside-ul{
    /* background-color:purple; */
    padding: 1rem;
    list-style: none;
    margin-top: 1.5rem;
    display: none;
}
.leftside-li{
    /* background-color:red; */
    padding: .3rem;
    display: block;
    list-style: none;
}
.l-icon{
    float:left;
    margin-right: 1.3rem;
}
.li_a{
    padding:10px 15px;
    text-decoration: none;
    display: inline-block;
    color:var(--switch-textWhite);
}
.li_a:hover{
    background-color:var(--switch-darkBGShaded);
    border-radius: 10rem;
    /*padding:10px 15px;*/
    text-decoration: none;
}
.icon-svg{
    width:30px;
    height:30px;
    stroke:var(--switch-textWhite);
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:none; 
    color:var(--switch-textWhite);
    cursor: pointer;
}

.leftside-ad-container_fixed{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    /* background: #000; */
    display: none;
    justify-content: center;
    /* align-items: center; */
}
.leftside-ad-container{
    padding:5px;
    /* background-color: red; */
    z-index: 999999999999;
    width: 600px;
    height: 100px;
    display: none;
}
.leftside-ad-img{
    max-width: 100%;
    height:100%;
    background:url("../img/img2.gif");
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 999999999999;
}
/* .leftside-ad-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
} */


.nxt__pg{
    padding: 1rem 0;
    margin-bottom: 1rem;
    display: flex;
    justify-content: end;
}
.nxt__pg a{
    padding: 8px 10px;
    /*background-color:var(--switch-betopick);*/
    color:var(--switch-textWhite);
    /*border:.6px solid var(--light_darkBorderlight);*/
    
    /* padding: 10px 20px;*/
    /*background-color:var(--switch-darkBGFade);*/
    /*color: var(--switch-textWhite);*/
    /*border:.6px solid var(--light_darkBorderlight);*/
}

/* Bling */
.arrow {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
  }
  
  .arrow::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: inherit;*/
    background-color: rgb(144 255 164);
    border-radius: 50%;
    /* z-index: -1; */
    animation: ripple1 1s ease-out infinite;
  }
  
  /*.arrow:first-child {*/
  /*  background-color: rgb(182 241 190);*/
    
  /*}*/
  .arrow:last-child::before {
    animation-delay: 1s;
  }
  
  @keyframes ripple1 {
    from {
      opacity: 1;
      transform: scale(0);
    }
    to {
      opacity: 0;
      transform: scale(3);
    }
  }
  
  .arroww {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
  }
  
  .arroww::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: inherit;*/
    background-color: #fbac9e;
    border-radius: 50%;
    animation: ripple2 1.5s ease-out infinite;
  }
  /*.arroww:first-child {*/
  /*  background-color: red;*/
    
  /*}*/
  .arroww:last-child::before {
    animation-delay: 2s;
  }
  
  @keyframes ripple2 {
    from {
      opacity: 1;
      transform: scale(0);
    }
    to {
      opacity: 0;
      transform: scale(3);
    }
  }

.vipR_btn{
    color: var(--switch-betopick) !important;
}

/* Bling */
.elmbling {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    background:url("../img/club-badge/football_eb3c85fa1a.png") no-repeat !important;
    background-size: cover !important;
    background-position: top center;
  }
  
  .elmbling::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: 50%;
    z-index: -1;
    animation: ripple 1.5s ease-out infinite;
  }
  
  .elmbling:first-child {
    background-color: var(--switch-betopick) !important;
    top: 2px;
  }
  
  .elmbling:first-child::before {
    animation-delay: 0.2s;
  }
  
  #category_matches{
    width: 100%;
    /*border-collapse: collapse;*/
    border-collapse: separate; 
    border-spacing: 0 4px;
    /* background-color:green; */ 
}
.pre_team {
    width: auto !important;
    display: flex !important; 
    align-items: center !important;
    justify-content: space-between !important;
    text-transform: capitalize !important; 
}  

.team_badge {
    margin: 0 10px;
}
.team_ {
     font-size: 13px; 
    /* padding: 5px; */
     text-align: left; 
    /* width: 100%; */
} 
.team_vs {
    font-size: 13px;
    font-weight: 600;
    padding: 5px;
    /* width: 100%; */
   background-color:var(--switch-darkBG);
    border-radius: 4px;
    height: 30px;
    /* color: #fff; */
    margin: 0 10px;
    border: .5px solid var(--switch-darkBorderlight);
}
.team_away {
    /*text-align: left;*/
    text-align: right;
    font-size: 13px;
    width: 100%;
}
.p2{
    padding:10px 10px;
} 

  
  
  
  /* Bling */
.ebling {
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
  }
  
  .ebling::before {
    content: "";
    position: absolute;
    left: 0;
    padding:1rem;
    /*width: 100%;*/
    /*height: 100%;*/
    background-color: inherit;
    border-radius: 50%;
    z-index: -1;
    animation: ripple 1.5s ease-out infinite;
  }
  
  .ebling:first-child {
    background-color: var(--switch-betopick) !important;
  }
  
  .ebling:first-child::before {
    animation-delay: 0.2s;
  }
  
  
  
  
  
  
  
   /* 
  span:nth-child(2) {
    background-color: #ff7a00;
    transform: scale(0.9);
  }
  
  span:nth-child(2)::before {
    animation-delay: 0.4s;
  }
  
  span:nth-child(3) {
    background-color: #28df99;
    transform: scale(0.8);
  }
  
  span:nth-child(3)::before {
    animation-delay: 0.6s;
  }
  
  span:nth-child(4) {
    background-color: #81b214;
    transform: scale(0.7);
  }
  
  span:nth-child(4)::before {
    animation-delay: 0.8s;
  }
  
  span:last-child {
    background-color: #f09ae9;
    transform: scale(0.6);
  }
   */
  .elmbling:last-child::before {
    animation-delay: 1s;
    z-index: 1;
  }
  
  @keyframes ripple {
    from {
      opacity: 1;
      transform: scale(0);
    }
    to {
      opacity: 0;
      transform: scale(3);
    }
  }
  

.ptop{
    padding: 0 0 0;
}
.centerside_acc h1{
    padding: .3rem 0;
    /* background-color: rgb(17, 255, 0); */
    
    font-size: 18px;
    color: var(--switch-textWhite); 
}
.centerside{
    /* background-color: palevioletred; */
    width: 80%;
    padding:0 0;
    
}
.odds_banker_container{
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.kol{
    /* background-color:green; */
    padding: 10px;
    width: 52%;
    margin-right: 5px;
}
.kol_ad_con{
    width: 58%;
}
.kol_ad{
    width: 100%;
    height:200px;
    background-color: var(--switch-darkBGFade);
}
.kol_ad img{
    width: 100%;
    height:100%;
    object-fit:cover;
}
.home-page-lboard-right{
    /* max-width: 318px; */
    width: 100%;
    padding: 0;
    cursor: pointer;
    /* background-color: firebrick; */
}
.home-page-lboard-right .leaderboard-timer {
    /* border-radius: 10px; */
    color:var(--switch-textWhite);
    /*padding: 12px 0;*/
}
/*.leaderboard-timer h1 {*/
/*    line-height:25px !important;*/
/*}*/
.leaderboard-timer h2 {
    font-size:14px;
    line-height:20px !important;
    font-weight: 400;
}
.home-page-lboard-right .leaderboard-timer > span {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 4px;
}
.home-page-lboard-right .leaderboard-timer > h1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    padding-bottom: 4px;
}
.leaderboard-timer ul {
    margin: 0;
    margin-top: 7px;
}
.home-page-lboard-right .leaderboard-timer ul li {
    /*display: inline-block;*/
    /*margin-right: 10px;*/
    font-size: 18px;
    font-weight: 200;
    line-height: 18px;
}
.home-page-lboard-right .leaderboard-timer ul li a {
    display: inline-block;
    /*margin-right: 10px;*/
    font-size: 15px;
    font-weight: 500;
    color: var(--switch-textWhite);
}
.home-page-lboard-right .leaderboard-timer ul li span {
    font-weight: 600;
    /*margin-right: 5px;*/
}
.body_lboard {
    /*padding: 0 5px;*/
    width: 100%;
}
.booking_con{
    width: 80%;
    margin: 0 auto;
}
.lboard_user{
    padding: 8px 0px;
    border-radius: 10px;
    width: 100%;
}
.aic {
    align-items: center !important;
}

.rw {
    display: flex;
    flex-wrap: wrap;
    /* margin-right: -15px;
    margin-left: -15px; */
}
    .lboard_no:hover{
    bottom: -3px;
    transform: rotate(37deg);
    }
.col_one {
    position: relative;
    flex: 0 0 6.333333%;
    max-width: 25px;
    transform: rotate(0deg);
    height: 25px;
    background-color:var(--switch-darkBGFade);
    padding: 0.2rem;
    border-radius: 35px;
    color: var(--switch-textWhite);
}
.lboard_no{
    position: absolute;
    bottom: -3px;
    left: -3px;
    font-size: 20px;
    font-weight: 800;

}
.home-page-lboard-right .lboard_no {
    text-align: right;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
}
.colfv {
    /* flex: 0 0 47.666667%;
    max-width: 47.666667%;
    position: relative;
    width: 100%; */
    /*padding-right: 4px;*/
    padding-left: 0px;
}
.top-users__about {
    display: flex;
    align-items: center;
    color: var(--switch-textWhite);
}
.home-page-lboard-right .top-users__about .flag-icon {
    width: 60px;
    height: 20px;
    /*border-radius: 50px;*/
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 5px;
    flex-shrink: 0;
}
.home-page-lboard-right .top-users__about span {
    /* font-size: 10px; */
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
}
.underline{
    display: inline-block;
    border-bottom: 2px solid var(--light_betopick);
    color: var(--switch-textWhite);
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 70px;
    height: 25px;
    border-radius: 3px;
    padding: 0;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 10px;
    flex-shrink: 0;
    line-height: 1rem; 
    /*background-color: #1f1f20;;*/
    /* background-image: url(../img/country-flag/laliga.png) */
}

.colthree {
    flex: 0 0 22%;
    max-width: 20%;
    position: relative;
    width: 100%;
    /* padding-right: 60px; */
    padding-left: 0px;
    text-align: right;
}
.top-users__amount {
    color: #66e258;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    padding: 2px 0px 1px 9px;
}
.col_ {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    padding: 0;
    position: relative;
    width: 100%;
    padding-right: 1px;
    padding-left: 0px;
    text-align: right;
}
.top-users {
    font-size: 17px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: 300;
    color: var(--switch-textWhite);
}
.top-users span {
    font-weight: 600;
}
.lboard_user ul li {
    padding: 0 0;
}

.c-div-container{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /* background-color:blue; */
    padding: 0 1rem;
    width: 100%;
}
.c-div-con{
    /* background-color: var(--switch-darkBGShaded); */
    width: 320px;
    max-height: fit-content;
    /* padding: 0.6rem; */
    border-radius: 10px;
    display: block;
    /* overflow: hidden; */

}
.c-div-con_body{
    background-color: var(--switch-darkBGShaded);
    padding: .6rem;
    border-radius: 10px;
    border: 1px solid var(--switch-darkBorderlight); 
    /*box-shadow: inset 0px 0px 0.1px 1.6px var(--switch-darkBorderlight);*/ 
}
.pred_title_con{
    width: 100%;
    text-align: center;
    padding: 8px;
    color:var(--switch-textWhite);
}
.pre_gameflag_con{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    padding: 2px;
    /*border: 1px solid var(--switch-darkBorderlight);*/
    background-color: var(--switch-darkBGFade);
    margin-right: 15px;
}
.pre_gameflag_con img{
    width: 100%;
    height: 100%;
    object-fit:contain;
    border-radius: 50%;
}
.pre_matchdate_con{
    font-size: 9px;
    letter-spacing: -.5px;
    color: var(--switch-fade_txt_White);
    font-weight: 600;
}
.pre_title{
    font-size: 12px;
    letter-spacing: .2px;
    /*padding: 5px;*/
}
.prediction{
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.pre_teams_con{
    /* background-color: darkgray; */
    padding: 10px;
    color:var(--switch-textWhite);
    justify-content: center !important;
}
.pre_team{
    width: 40% !important;
    color:var(--switch-textWhite);
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    /* flex-wrap: wrap; */
}
.team{
    font-size: 15px;
    padding: 1px;
    /*text-align: right;*/
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.team_a{
    font-size: 15px;
    /*padding: 5px;*/
    /* margin-left: 5px; */
    text-align: left;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 

}
.team:hover, .team_a:hover{
    overflow: none;
    text-overflow: none;
    white-space: normal;
    -webkit-animation: breathing 1.5s ease-out infinite normal;
    animation: breathing 1.5s ease-out infinite normal;
    -webkit-font-smoothing: antialiased;
}
.team_badge_1{
    width:20px;
    height:20px;
    padding: 2px;
    margin-right: 5px;
}
.team_badge_1 img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.team_badge_1 svg{
    width:100%;
    height:100%;
    object-fit:contain;
    fill:var(--switch-textWhite);
}
.team_badge{
    width:30px;
    height:30px;
    /*margin: 5px;*/
}
.team_badge img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.pre_vs{
    font-size: 17px;
    font-weight: 600;
    padding: 5px;
    text-align: center !important;
    width: 25%;
    
}
.border-ln{
    width: 100%;
    height: 1px;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0));*/
}
.affl_container{
    /* background-color:red; */
    width: 100%;
    padding: 0px 20px;
       
}
.affl_con_bord{
    /* background-color:yellow; */
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 10px; */
}
.affl_con{
    display: flex;
    width: 100px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background-color:var(--switch-darkBGFade);
    color: var(--switch-textWhite);
    border: 1px solid var(--switch-darkBorderlight);
    border-radius:30px;
    overflow: hidden;
    cursor: pointer;

}
.affl_con:hover{
    background-color: var(--switch-betopick);
    color: #fff;
}
.affl{
    width: 50px;
    position: relative;
    left: -4px;
    padding: 5px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;

}
.affl img{
    width: 100%;
    height: 100%;
    object-fit:contain;
}
.affl_bet{
    text-align: center;
    font-size: 10px;
    padding: 5px;
}
 .pzaffi {
    display: flex;
    flex-flow: row;
    border-radius: 100px;
    height: 34px;
    min-width: 96px;
    border: 1px solid rgb(229, 230, 233);
    overflow: hidden;
    transition: border 0.25s ease 0s;
}
.pzaffi .sc-d5n9lp-2 {
    min-width: 66px;
    flex: 1 1 0%;
    font-size: 13px;
}

.LxZrl {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    background: rgb(250, 250, 250);
    border-right: 1px solid rgb(229, 230, 233);
    color: var(--switch-textWhite);
}
.pzaffi .bkLogo {
    flex: 1 1 0%;
}
.bmQDU {
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    min-width: 50px;
    min-height: 16px;
    color: var(--switch-textWhite);
}

.dagKhU {
    align-content: normal;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* Slip Popup */
.stakPopCon{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    -webkit-box-pack: center;
    align-items: center;
    justify-content: center;
}

.cwalletModal {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    outline: transparent solid 2px;
    outline-offset: 2px;
    border-radius: 1rem;
    background: var(--switch-darkBG);
    color: inherit;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    box-shadow: inset 0px 0px 1.5px 0px #999;
    max-width: 400px;
}
.cwalletModal_header {
    display: flex;
    justify-content: space-between;
    padding: 20px;
}
.cwalletModal_title{
    width: 100%;
}
.cwalletModal_text {
    color: var(--switch-textWhite);
    font-size: 20px;
    font-weight: 500 !important;
}
.cwalletModal_btn {
    color: var(--switch-textWhite);
    font-size: 20px;

    font-weight: 500 !important;
}
.chce{
    background-color: var(--switch-darkBGFade);
    border-radius: 40px;
    border: 1px solid var(--switch-darkBorderlight);
    font-weight: 500 !important;
    font-size: 18px;
    text-align: center;        
    display: inline-block;
    padding: 2px 10px;
    text-transform: capitalize;
}
.chce h1{
    font-weight: 500 !important;
    font-size: 18px;
}
.cwalletModal_close {
    outline: none;
    border: none;
    background: transparent;
}
.fa-times {
    color: rgb(183, 183, 183);
}

.fa {
    color: rgb(183, 183, 183) !important;
}
.fa-2x {
    font-size: 2em;
}
.cwalletModal_item {
    display: flex;
    justify-content: left;
    padding: 20px;
    margin: 5px;
    color: var(--switch-textWhite) !important;
    background-color: var(--switch-darkBGShaded);
}
.stackAm h3{
    font-size: 13px;
    padding: 5px;
    color: var(--switch-textWhite);
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
}
.stackAm h2{
    font-size: 25px;
    color: var(--switch-textWhite);
    text-align: center;
}
.cancBtn {
    height: 3rem;
    padding: 0 19px;
    outline: 1px solid transparent;
    outline-offset: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition-property: none;
    transition-duration: 220ms;
    font-size: 1rem;
    border-radius: 3px;
    border: 2px solid var(--switch-darkBorderlight);
    font-weight: 500;
    cursor: pointer;
    background-color: var(--switch-darkBGFade);
    color: var(--switch-textWhite);
    box-shadow: inset 0 -2px 0 0 var(--switch-darkBGShaded);
}
.confirmBtn {
    height: 3rem;
    padding: 0 19px;
    outline: 1px solid transparent;
    outline-offset: 1px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    transition-property: none;
    transition-duration: 220ms;
    font-size: 1rem;
    border-radius: 3px;
    border: 2px solid var(--switch-darkBorderlight);
    font-weight: 500;
    cursor: pointer;
    background-color: var(--switch-betopick);
    color: #fff;
    box-shadow: inset 0 -2px 0 0 var(--switch-darkBGShaded);
}
.cancBtn:hover, .confirmBtn:hover{
    background-color: var(--light_betopick);
    color: var(--switch-textWhite);
}



.div-headline-bottom{
    width: 100%;
    /* background-color: #00ff88; */
    padding: 5px 10px;
}
.tooltip{
    position: absolute;
    bottom: 48px;
    left: 50%;
    will-change: transform;
    background-color: #321531;
    color: #fff;
    font-size: 12px;
    transform: translateX(-50%);
    padding: .6rem .6rem;
    width: 135px;
    border-radius: 3px;
    transition: all 0.3s;
    opacity: 0;
}
.tooltip::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border-width: 8px;
    border-style: solid;
    border-color: rgb(49, 59, 59) transparent transparent transparent;
}
.like-icon{
    margin-right: 5px;
    position: relative;
}
.icon-inner{
   position: relative;
}
.icon-inner:hover>.tooltip{
    opacity: 1
}
.icon-insight{
    width:30px;
    height:30px;
    /* stroke:var(--switch-fade_txt_White); */
    /* stroke-width:2px;  */
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:#00C2FF; 
    color:var(--switch-fade_txt_White);
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
}   

.div-insight{
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 30px;
    /* background-color:grey; */
}

.icon-like{
    width:35px;
    height:35px;
    stroke:var(--switch-fade_txt_White);
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:none; 
    color:var(--switch-fade_txt_White);
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
}
.icon_svg-stroke {
    stroke: var(--switch-betopick);
    stroke-width: 1.8;
}
.icon_played_svg-stroke {
    stroke: var(--switch-betopick);
    stroke-width: 1.8;
    fill: var(--switch-betopick);
}

.numbers{
    font-size: 13px;
    padding: 3px;
    color:var(--switch-textWhite);
}
.icon-dislike{
    width:35px;
    height:35px;
    stroke:var(--switch-fade_txt_White);
    stroke-width:2px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; 
    fill:none; 
    color:var(--switch-fade_txt_White);
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
}
.icon-chat{
    width:30px;
    height:30px;
    /* stroke:var(--switch-fade_txt_White);
    stroke-width:.7px; 
    stroke-linecap:square; 
    stroke-linejoin:miter; */
    fill:var(--switch-fade_txt_White);
    color:var(--switch-fade_txt_White);
    padding: 3px;
    margin-top: 2px;
    cursor: pointer;
}
.div-icons{
    gap:1rem;
    width: 60%;
    /* background-color:khaki; */
}
.dec_results{
    /* background-color: grey; */
    font-size: 25px;
    font-weight: 500 !important;
    color:var(--switch-betopick);
}
.percLive{
    font-size: 10px;
    font-weight: 500;
    background: #ff314d;
    border: 1px solid red;
    padding: 3px 5px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
}
.perc{
    font-size: 12px;
    font-weight: 500;
    color:var(--switch-textWhite);
}
.percFinished{
    font-size: 12px;
    font-weight: 500;
    color:var(--switch-betopick);
}
.insight-container_body{
    background-color: var(--switch-darkBGShaded);
    padding: .5rem;
    border-radius: 10px;
    box-shadow: inset 0px 0px 0.1px 1.5px var(--switch-darkBorderlight);
}
.insight-container{
    /* background-color:var(--switch-bleColor); */
    padding: .5rem;
}
.insight-container > h3{
    font-size: 13px;
    font-weight: 500;
    /* padding-bottom: 0.5rem; */
    padding-left: 0.5rem;
    color:var(--switch-textWhite);
}
.insight-hometeam{
    padding: 0 0.5rem;
    /* background-color: var(--switch-darkBG); */
    margin-top: 0;
    border-radius: 3px;
}
.ins-team{
    padding-block: 0.5rem;
    /* background-color:gold; */
    font-size: 15px;
    font-weight: 500;
    color:var(--switch-textWhite);
    text-transform: capitalize;
}
.team-ins{
    /* background-color: palevioletred; */
    /* padding: 0.5rem; */
    
}
.team-ins li{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    font-size: 12.5px;
    font-weight: 600;
    list-style: none;
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 40px;
    border: 1px solid var(--switch-darkBorderlight);
}
.rightsided{
    /* background-color: #4dba79; */
    width: 10%;
    /*display:none;*/
    /* padding:2rem 0rem; */
}
.sided_ads_container{
    /*display: flex;*/
    display: none;
    justify-content: center;
    align-items: center;
    padding: 4rem 0;
    position: relative;
}
.sided_adimage {
    width: 120px;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--switch-darkBGFade);
}
.sided_adimage img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* FREE BET */
.free-bet{
    /* background:red; */
    margin-top: 3rem;
}
.free__tytle{
    padding:.3rem .5rem;
}
.free__tytle p{
    color: var(--switch-textWhite);
    line-height: 28px;
}
.free__tytle h2{
    padding: 2rem 0;
    /* background-color: rgb(17, 255, 0); */
    font-size: 18px;
    color: var(--switch-textWhite); 
}

.free__betBody{
    /* background:blue; */
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}
.free__card{
    width:100%;
    padding: 3px;
    background-color: var(--switch-darkBGShaded);
    border-radius: 8px;
    box-shadow: inset 0px 0px 1px 0px #999;
}
.free__card_header{
    /* background:purple; */
}
.free__img{
    width: 30px;
    height: 40px;
}
.free__img img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.free_title h2{
    width:100%;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--switch-textWhite);
}
.free__card_body p{
    font-size:14px;
    height: 30px;
    color: var(--switch-textWhite);
}
time{
    font-size:13px;
    color: var(--switch-textWhite);
}
.free_btn{
    
    border-radius:3px;
    color:#fff;
    width: 100%;
    padding:7px;
    font-weight:600;
    margin-top:10px;
}
.prediction_cat_con{
    padding: .5rem 0rem;
    padding-bottom: 2rem;
    /* background-color: orange; */
}
.prediction_cat{
    padding: 0 0;
    /* background-color: rgb(0, 21, 255); */
}
.cat_title{
    padding: 1.5rem 0;
    /* background-color: rgb(17, 255, 0); */
    font-size: 18px;
    color: var(--switch-textWhite);
}
.predictions{
    display: flex;
    flex-wrap: wrap;
}
.prediction_catBtn {
    transition-property: none;
    transition-duration: 220ms;
    border: 1px solid var(--switch-darkBorderlight);
    cursor: pointer;
    background-color: var(--switch-darkBGFade);
    color: var(--switch-textWhite);
    
    
    
    
    line-height: 1rem;
    font-size: .80rem;
    letter-spacing: .025em;
    font-weight: 400;
    display: flex;
    /* margin: 5px 5px; */
    max-width: 260px;
    padding: 8px 12px;
    user-select: none;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
}
.prediction_catBtn_default{
    border: 1px solid var(--switch-darkBorderlight) !important;
    background-color: var(--switch-darkBGFade) !important;
}
.prediction_catBtn_focus{
    border: 1px solid var(--switch-darkBGFade);
    cursor: pointer;
    background-color: var(--switch-betopick) !important;
    color: #fff;
    border-radius: 24px;
}
.prediction_catBtn:hover{
    border: 1px solid var(--switch-darkBGFade);
    cursor: pointer;
    background-color: rgba(0,0,0,.2) !important;
    color: #fff;
}
.focus{
    border: 1px solid var(--switch-darkBGFade);
    cursor: pointer;
    background-color: var(--switch-betopick) !important;
    color: #fff;
    box-shadow: inset 0 -6px 0 0 rgba(0,0,0,.2);
}

.slip_validation_con{
    padding: 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slip_validation{
    width: 100%;
    background-color:#c8f5ca;
    border: inset 1px solid rgb(204, 234, 206);
    color:#384537;
    text-align: center;
    font-weight: 500;
}
.time_loading svg {
    width: 15px;
    height: 15px;
    stroke: #8e1c92;
    stroke-width: 1;
    stroke-linecap: square;
    stroke-linejoin: miter;
    fill: none;
    color: #8e1c92;
}

.sumodds{
    /* padding: 50px; */
    /*background-color:var(--switch-betopick);*/
    color: var(--switch-betopick);
    
    /*display: inline-grid;*/
}
.totaodds{
    background-color:var(--switch-darkBGFade);
    border-radius: 20px;
    display: block;
    font-size: 20px;
}
.stke{
    font-size:12px;
}
.blog_post_container{
    padding: 1rem 0;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
    box-sizing: border-box;
}
.blog_post_card{
    background-color: var(--switch-darkBGShaded);
    border-radius: 8px;
    box-shadow: inset 0px 0px 1px 0px #999;
    /*padding: 1rem;*/
    gap: 0 !important;
    overflow: hidden;
    /*margin-bottom: 1rem;*/
}
.post_card{
    /*width:49%;*/
}
.blog_post_img{
    width: 300px;
    height: auto;
}
span{
    background: inherit !important;
}
.blog_post_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_post_body{
    width: 100%;
    height:100px;
    padding: 1rem;
}
.blog_post_headline{
    /*margin-bottom: 0.5rem;*/
    max-height: 55px;
    overflow: hidden;
}
.blog_post_details{
    height: 22px;
    line-height: normal;
    overflow: hidden;
}

.catig_prediction_ul{
}
.catig_prediction_ul, .catig_prediction_li{
    display: flex;
    /*align-items: center;*/
    /*padding: 3px 0;*/
    /* margin: 5px 0; */
    flex-wrap: wrap;
}
.catig_prediction_li a{
    padding: 7px 10px;
    background-color: var(--switch-betopick);
    color: #fff !important;
    border: 1px solid var(--switch-darkBorderlight);
    font-size: 15px !important;
    font-weight: 400 !important;
}
.catig_prediction_li a:hover{
    background-color: var(--switch-darkBGShaded);
    color: #fff;
    border: 1px solid var(--switch-darkBorderlight);
}

/*prediction*/
.css-1dpguef-MFHeaderFullscreenHeader {
    /*width: 100%;*/
    /*min-height: 88px;*/
    display: grid;
    grid-template-columns: 1fr 140px 1fr;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}
    
    .detailsmatch {
        width: 100%;
        min-height: 88px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        color: var(--switch-textWhite);
        background: rgb(143 28 146 / 15%);
        border-radius: 10px;
        padding: 15px;
    }
    
    .css-1cf82ng-MFHeaderStatusWrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 4px;
    }

    .css-1cf82ng-MFHeaderStatusWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    place-self: center stretch;
    text-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    }
    .css-10rtbf9-TeamLink {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    -webkit-justify-content: left;
    justify-content: left;
    }
    .css-10rtbf9-TeamLink {
    color: var(--switch-textWhite);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .css-qmmnxq-TeamMarkup {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    }

    .css-qmmnxq-TeamMarkup {
    color: var(--switch-textWhite);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .css-cbdsbr-TeamLink {
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    -webkit-justify-content: right;
    justify-content: right;
    }
    .css-cbdsbr-TeamLink {
    color: var(--switch-textWhite);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }

    .css-dzfl2m-TeamMarkup {
    color: var(--switch-textWhite);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    }
    .css-12r3z1-TeamName {
    min-height: 20px;
    color: var(--switch-textWhite);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    word-break: break-word;
    font-size: 13px;
    }
    .matchOddds{
    width: 100%;
    margin-bottom: 8px;
    margin-left: 16px;
    margin-right: 16px;
    border-radius: 16px;
    
    }
    .matchOddsBtn {
    width: 97px;
    height: 26px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 17px;
    background-color: green;
    text-decoration: none;
    color: var(--switch-textWhite) !important;
    }
    .matchOddsBtn:not(:last-of-type) {
    margin-right: 55px;
    }
    .css-1gv8emf-TeamIconWrapper {
        width: 40px;
        height: 40px;
    }
    .css-1gv8emf-TeamIconWrapper img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }


@media(max-width:82rem){
    .overall-container{
        margin: 0 auto;
        max-width: min(1280px,calc(100% - 10px));
        width: 100%;
        /* background-color: red; */
        /*padding-top: 6rem;*/
        font-family: 'Roboto', sans-serif;
    }
    .con-inner{
        /* background-color:blue; */
        width: 100%;
        position: relative;
    }
    .leftside{
        /* background-color: grey; */
        width: 15%;
        height:100vh;
       
    }
    .leftside-fixed{
     position: fixed;
     width: 3%;
     height: 100vh;
     left: 0%;
     display: none;
    }
    .leftside-ul{
        /* background-color:purple; */
        padding: .8rem;
        list-style: none;
        margin-top: 1.4rem;
        /* display: block; */
    }
    .leftside-li{
        /* background-color:#fff; */
        padding: .3rem;
        display: block;
        list-style: none;
    }
    
    .leftside-ad-container{
        padding:10px;
        z-index: 999999999999999;
    }
    .leftside-ad-img{
        max-width: 260px;
        max-height:260px;
        /* background-color: gold; */
        z-index: 9999999999999;
    }
    .leftside-ad-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }  
    .centerside{
        /* background-color: red; */
        width: 70%;
        padding:.2rem 0rem;
        border-left: 1px solid var(--darkBorderlight);
        border-right: 1px solid var(--darkBorderlight);
    }
    .rightsided{
        width: 15%;
        padding:2rem 0rem;
    }
    .prediction_cat_con{
        padding: .5rem 1.5rem;
        /* background-color: orange; */
    }
    .prediction_cat{
        padding: 0 0rem;
        /* background-color: rgb(0, 21, 255); */
    }
    .cat_title{
        /*padding: 2rem 2.2rem;*/
        font-weight: 400;
        /* background-color: rgb(17, 255, 0); */
    }
    .predictions{
        /* padding: 0 .5rem;  */
    }
    .prediction_catBtn{
        /*height: 3.5rem;*/
    }
    .odds_banker_container {
        margin-top: 0rem;
    }
    .sided_ads_container{
        display: none;
    }
    
}



@media(max-width:62rem){
    .flex-con{
        display: block;
        gap: var(--gap, 0rem);
    }
    .body-banner-ad{
        display:none;
    }
    .overall-container{
        margin: 0 auto;
        max-width: min(1280px,calc(100% - 0px));
        width: 100%;
        padding-top: 6rem;
        font-family: 'Roboto', sans-serif;
    }
    .c-div-con{
        width: 320px;
        /* height: 130px; */
        /* background-color:var(--darkBGFade); */
        padding: .5rem;
    }
    .con-inner{
        /* background-color:blue; */
        width: 100%;
        position: relative;
        padding:0;
    }
    .leftside{
        /* background-color: purple; */
        width: 0%;
        height:0vh;
        /* z-index: 0; */
       
    }
    .leftside-fixed{
     position: fixed;
     width: 0%;
     height: 50vh;
     left: 0%;
     /* background:pink; */
     z-index: 999;
     display: none;
    }
    .leftside-ul{
        /* background-color:purple; */
        padding: .3rem;
        list-style: none;
        margin-top: 1.5rem;
        display: block;
    }
    .leftside-li{
        /* background-color:red; */
        padding: .3rem;
        
        list-style: none;
        text-align: center;
    }
    .leftside-ad-container{
        padding:0px;
        position: fixed;
        width:100%;
        max-height: 70px;
        bottom:0rem;
        /* background-color: rgb(54, 202, 128); */
        /* display: none; */
        z-index: 9999999999999;
    }
    .leftside-ad-img{
        max-width: 100%;
        height:70px;
        /* background:url("../img/img2.gif"); */
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .leftside-ad-img img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .l-icon{
        clear: both;
        margin-right: 0rem;
    }
    .li_a{
        padding:10px;
        text-decoration: none;
        display: inline-block;
        color:var(--switch-textWhite);
    }
    .li_a:hover{
        text-decoration: none;
    }
    .icon-svg{
        width:20px;
        height:20px;
        /* stroke:var(--textWhite); */
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:none; 
        /* color:var(--textWhite); */
        cursor: pointer;
    } 
    .icon-title{
        display: none;
        /* width: 100%; */
    } 

    
    .centerside{
        /* background-color: var(--fade_txt_White); */
        width: 100%;
        padding-bottom: 5rem !important;
        padding:0rem 1rem;
        /* position: relative; */
        left: 10%;
        z-index: 0;
        border-left: 0px solid var(--darkBorderlight);
        border-right: 0px solid var(--darkBorderlight);

    }
    .c-div-con{
        width: 380px;
        /* height: 130px; */
        /* background-color:var(--darkBGFade); */
        padding: .5rem;
    }
   
    .icon-like{
        width:20px;
        height:20px;
        /* stroke:var(--fade_txt_White); */
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:none; 
        /* color:var(--fade_txt_White); */
        padding: 3px;
        margin-top: 2px;
        cursor: pointer;
    }
    .icon-like:hover{
        /* stroke:var(--greenBG); */
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        /* fill:var(--greenBG);  */
        /* color:var(--greenBG); */
        /* background-color: var(--gradientGreen); */
        border-radius: 40px;
    }
    .numbers{
        font-size: 13px;
    }
    .icon-dislike{
        width:20px;
        height:20px;
        padding: 3px;
        margin-top: 2px;
        cursor: pointer;
    }
    .icon-chat{
        width:15px;
        height:15px; 
        padding: 3px;
        margin-top: 2px;
        cursor: pointer;
    }
        
    .rightsided{
        display: none;
    }
    .prediction_cat_con{
        padding: .5rem 1rem;
        /* background-color: orange; */
    }
    .prediction_cat{
        padding: 0 0rem;
        /* background-color: rgb(0, 21, 255); */
    }
    .cat_title{
        padding: 1.5rem .5rem;
        /* background-color: rgb(17, 255, 0); */
        font-size: 17px;
        font-weight: 500;
    }
    .predictions{
        /* padding: 0 .5rem; */
        
    }
    .prediction_catBtn{
        /*height: 3.5rem;*/
        /*width: 100%;*/
    }
    .home-page-lboard-right {
        max-width: 100%;
        width: 100%;
        padding: 0;
        cursor: pointer;
        display: flex;
        /* background-color: firebrick; */
    }
    .home-page-lboard-right .leaderboard-timer {
        /* border: 1px solid var(--switch-darkBorderlight); */
        border-radius: 10px;
        padding: 10px 0px;
    }
    .odds_banker_container{
        display: block;
        margin-top: 1rem;
    }
    .kol{
        /* background-color:green; */
        padding: 0px;
        width: 100%;
    }
    .kol_ad_con{
        width: 100%;
    }
    .col_ {
        padding-right: 0px;
        padding-left: 0px;
        background: #38ea4b1f;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        padding: 5px 10px;
        text-align: right;
    }
    .colthree {
        flex: 0 0 22%;
        max-width: 20%;
        position: relative;
        /* width: 100%; */
        text-align: center;
        /* padding-right: 60px; */
        padding-left: 0px;
    }
    .free__tytle h2 {
        padding: 1rem 0;
    }
    .blog_post_container{
    padding: 1rem 0;
    display: block;
    }
    .post_card {
     width: 100%; 
    margin-bottom: .5rem;
}


}





@media (max-width:43rem){
    .flex-con{
        display: block;
        gap: var(--gap, .5rem);
    }
    .body-banner-ad{
        display:none;
    }
    .overall-container{
        margin: 0;
        max-width: min(1280px,calc(100% - 0px));
        width: 100%;
        /* background-color: red; */
        height: 100%;
        padding-top: 0;
        font-family: 'Roboto', sans-serif;
    }
    .con-inner{
        /* background-color:gold; */
        width: 100%;
        position: relative;
        display: block;
        /* padding:1rem; */
    }
    .con-inner-header{
        /* background-color:khaki; */
        padding: 0 0 0 0;
    }
    .top_btn_list{
        padding-top: .2rem;
        padding-left: .1rem;
        padding-right: .1rem;
        overflow: scroll;
    }
    /* For webkit-based browsers */
    .top_btn_list::-webkit-scrollbar {
      display: none; /* Hide the scrollbar */
    }
    .con_col{
        width: 100%;
        /*padding: 4.5rem 0 0rem;*/
    }
    .leftside-ad-container_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0px;
        /* background: #ffa0a0; */
        display: block;
        justify-content: center;
        /* align-items: center; */
    }
    .leftside-ad-container{
        padding:0px;
        position: fixed;
        width:100%;
        max-height: 70px;
        bottom:3.5rem;
        /* background-color: rgb(54, 202, 128); */
        /* display: none; */
        display: block;
        z-index: 999999999;
    }
    .leftside-ad-img{
        max-width: 100%;
        height:70px;
        background:url("img/img2.gif");
        background-position: bottom center;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .leftside{
        /* background-color: grey; */
        /*width: 100%;*/
        /*height:0vh;*/
       
    }
    .leftside-fixed{
     position: fixed;
     width: 100%;
     /* height: 9vh; */
     height: 3.5rem;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: 999999999;
     background-color: var(--switch-darkBGShaded);
     border-top: 1px solid var(--switch-darkBorderlight);
     display: block;
    }
    .leftside-ul{
        /* background-color:purple; */
        padding: 0;
        list-style: none;
        margin-top: 2px;
        /* display: inline-block; */
        display: flex;
        justify-content: space-between;
    }
    .leftside-li{ 
        width: 50%;
        /* background-color:red; */
        padding: 0;
        display: inline;
        list-style: none;
        text-align: center;
    }
    .l-icon{
        float:left;
        margin-right: 0;
        width: 100%;
    }
    .li_a{
        padding:3px 5px;
        text-decoration: none;
        display: inline-block;
        color:var(--switch-textWhite);
        font-size: 12px;
    }
    .li_a:hover{
        border-radius: 3px;
        text-decoration: none;
    }
    .icon-title{
        display: block;
        width: 100%;
    }
    .icon-svg{
        width:22px;
        height:22px;
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:none; 
        cursor: pointer;
    }

    .centerside_acc h1{
        padding: 0rem 0 0px 1px;
        /*padding:.rem;*/
        text-transform: capitalize;
        /* background-color: rgb(17, 255, 0); */
        font-size: 18px;
        color: var(--switch-textWhite);  
    }

    .centerside{
        /* background-color: var(--fade_txt_White); */
        width: 100%;
        padding-bottom: 0rem !important;
        padding:0rem 1rem;
        /* position: relative; */
        left: 0%;
    }
    .c-div-con{
        width: 100%;
        /* height: 130px; */
        /* background-color:var(--darkBGFade); */
        padding: .1rem;
    }
    .c-div-con:hover{
        text-decoration: none;
    }
    .c-div-img-con{
        width: 32%;
        /* height: 100%; */
        /* background-color:blue; */
        /* border-radius: 55px; */
        padding:0px;
        text-align: center;
    }
    .con-img{
        width: 100px;
        /* height: 60px; */
        border-radius: 0px;
    }
    
    .con-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0px;
    }
    .c-div-headline{
        width: 80%;
        /* background-color:green; */
        padding: 5px 10px;
    }
    .div-headline-top{
        max-height: 125px;
        /* background-color: #000fff; */
        text-transform: capitalize;     
    }
    .headline-top-h1{
        margin-bottom: .3rem;
        font-size: 17px;
        line-height: 22px;
        max-height: 65px;
        /* background-color:rosybrown; */
    }
    .headline-top-h3{
        font-size: 13px;
        line-height: 15px;
        max-height: 30px;
        font-weight: 500;
        /* background-color:red; */
        overflow: hidden;
        margin-bottom: .3rem;
    }
    .div-headline-bottom{
        /* height: 30px;
        margin-top: 5px;
        width: 100%;
        padding-right: 5px; */
        /* background-color: #00ff88; */
        /* flex-wrap: wrap; */
    }
    .div-category{
        padding: 4px 8px;
        font-size: 11px;
        border-radius: 30px;
    }
    .icon-inner{
        /* padding: 10px; */
        /* background-color:mediumvioletred; */
        position: relative;
        
    }
    .div-icons{
        gap:.5rem;
        /* background-color: red; */
    }
    .icon-like{
        width:30px;
        height:30px;
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        fill:none; 
        padding: 2px;
        margin-top: 2px;
        cursor: pointer;
    }
    .numbers{
        font-size: 11px;
    }
    .icon-dislike{
        width:30px;
        height:30px;
        padding: 2px;
        margin-top: 2px;
        cursor: pointer;
    }
    .sided_ads_container{
        display:none;
    }
    .pre_team {
    /*width: 40% !important;*/
    color: var(--switch-textWhite);
    display: flex;
    align-items: center;
    justify-content: left;
}

    .rightsided{
        background-color: var(--switch-darkBG);
        width: 100%;
        /* height: 100%; */
        position: absolute;
        left: 0;
        top: 0;
        padding-bottom: 8.5rem !important;
        padding:1rem 1rem;
        margin-bottom: 2rem;
        display: none;
    }
    .rightsided-con{
        /* background-color:darkcyan; */
        padding: 10px;
        border-radius: 2px;
        cursor: pointer;
        margin-bottom: .2rem;
        
    }
    .rightsided-inner{
        /* background-color:salmon; */
        gap:.7rem;
    }
    .rightsided-headline{
        font-size: 15px;
        font-weight: 500px;
        max-height: 38px;
        /* background-color:red; */
        overflow: hidden;
    }
    .rightsided-con:hover{
        text-decoration: none;
    }
    .hed-h{
        padding: 5px;
    }
    .hed-h h3{
        padding: 5px 15px;
        margin-bottom: .6rem;
    }
    .artimg-con{
        width:50px;
        /* padding:10px; */
        text-align: center;
        /* background-color:blue; */
    }
    .rightsided-artimg{
        /* background-color: blueviolet; */
        width:40px;
        height:40px;
        border-radius:5px;
    }
    .rightsided-artimg img{
        /* background-color: blueviolet; */
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius:5px;
    }
    .hot-svg{
     /* background-color:violet */
    }
    .icon-sm-svg{
        width:20px;
        height:20px;
        stroke-width:2px; 
        stroke-linecap:square; 
        stroke-linejoin:miter; 
        cursor: pointer;
    }
    .rightsided-sng-con{
        /* background-color: aquamarine; */
        width: 100%;
        font-size: 15px;
    }
    .rightsided-sng-name{
        /* background-color:chocolate; */
        font-size: 15px;
        max-height: 35px;
        
    }
    .rightsided-artist{
        /* background-color:sienna; */
        max-height: 34px;
    }
    .prediction_cat_con{
        padding: .5rem 0;
        margin-bottom: 2rem;
        /* background-color: orange; */
    }
    .prediction_cat{
        padding: 0 0rem;
        /* background-color: rgb(0, 21, 255); */
    }
    .cat_title{
        padding-left: 0;
        text-align: left;
        font-size: 15px;
    }
    .predictions{
        /* padding: 0 .5rem; */
        
    }
    .prediction_catBtn{
        /*height: 2.7rem;*/
        /*padding: .5rem;*/
        /*width: 100%;*/
        /*font-size: 13px;*/
        /*font-weight: 500;*/
    }
    /* Slip Popup */
.stakPopCon{
    display: flex;
    -webkit-box-pack: center;
    align-items: center;
    justify-content: center;
    padding-top: 4rem;
}

.cwalletModal {
    margin: 0;
    display: block;
    /* bottom: 0; */
    top: 0;
    flex-direction: column;
    position: relative;
    width: 100%;
    outline: transparent solid 2px;
    background: var(--switch-darkBG);
    color: inherit;
    border-width: 1px;
    border-style: solid;
    border-image: var(--switch-darkBGFade);
    border-color: var(--switch-darkBGFade);
    max-width: 100%;
}
.odds_banker_container{
    display: flex;
    flex-direction: column-reverse;
    margin-top: 0;
    padding: 90px 0 0;
}
.home-page-lboard-right {
    display: block;
    /* background-color: firebrick; */
}
.c-div-container {
    /*padding-top: 30px;*/
    padding-left: 0;
    padding-right: 0;
}
.kol{
    /* background-color:green; */
    padding: 0px;
    width: 100%;
    margin-bottom: 8px;
}
.kol_ad_con{
    width: 100%;
}
.kol_ad{
    width: 100%;
    height:100px;
}
.body_lboard {
    padding: 0 0px;
}
.booking_con{
    width: 100%;
    margin: 0 auto;
}
.lboard_user {
    padding: 5px 0px;
    margin-bottom: 0;
}
.view__all_b {
    padding: 1px 0px 1px;
    margin-bottom: 3px;
    font-size: 15px;
}
.col_ {
    padding-right: 0px;
    padding-left: 0px;
    background: hsl(294.95deg 80.91% 56.86% / 12.16%);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 5px 10px;
    text-align: right;
}
.top-users {
    font-size: 15px;
}
.top-users__amount {
    font-size: 14px;
    padding: 2px 0px 0px 6px;
}
.flag-icon {
    background-position: 100%;
    width: 60px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 7px;
    /* background-image: url(../img/country-flag/laliga.png); */
}
.lboard_no {
    position: absolute;
    bottom: -3px;
    left: 3px;
    font-size: 25px;
    font-weight: 800;
}
.colthree {
    flex: 0 0 22%;
    max-width: 20%;
    position: relative;
    /* width: 100%; */
    text-align: center;
    /* padding-right: 60px; */
    padding-left: 0px;
}
.pre_gameflag_con{
    width: 20px;
    height: 20px;
    border-radius: 3px;
    overflow: hidden;
    padding: 0;
}
.pre_gameflag_con img{
    width: 100%;
    height: 100%;
    object-fit:contain;
    border-radius: 0%;
}
.time_loading svg {
    width: 13px;
    height: 13px;
}
/* FREE BET */
.free-bet{
    /* background:red; */
   /*padding-top: 6rem;*/
}
.ptop{
    padding: 90px 0 0;
}
.nxt__pg{
    padding: 2rem 0px 22px;
}
/* Bling */
.elmbling {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0 5px;
    position: relative;
    background:url("../img/club-badge/football_eb3c85fa1a.png") no-repeat !important;
    background-size: cover !important;
    background-position: top center;
  }
  /*prediction*/
  .css-12r3z1-TeamName {
    min-height: 32px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    word-break: break-word;
    }
    .detailsmatch {
        margin-top: 5.3rem !important;
    }
    .overall-container {
         padding-top: 1px !important; 
    }
    
    /* Enhanced Hero Section */
    .hero {
      var(--switch-darkBGShaded);
      color:var(--switch-textWhite);
      padding-top: 5rem;
      padding: 0 0;
      padding-bottom: 0;
      /*margin-bottom: 2rem;*/
    }
    .hero-actions {
    margin-bottom: 1rem;
}
    .hero h1 {
      text-align: left;
      font-weight: 900;
      margin-bottom: 1rem;
      line-height: 1.1;
      position: relative;
      font-size: 3rem;
    }
    .hero p {
      
    font-size: .9rem;
    margin-bottom: 1.5rem;
    opacity: 0.95;
    text-align: left;
    }
    .blog_post_body {
    height: auto;
    }

    
}