html, body {
  touch-action: manipulation;         /* ✅ Allow tap, swipe, but prevent pinch-zoom */
  user-select: none;                  /* ✅ Prevent text selection */
  -webkit-user-select: none;
  -webkit-overflow-scrolling: auto;   /* ✅ Avoid iOS momentum scrolling issues */
  overflow: hidden;                   /* ✅ Prevent scroll inside iframe */
}

.vjs-loading-spinner{
  display:none!important;
}

.vjs-picture-in-picture-control,
.vjs-remaining-time.vjs-time-control.vjs-control{
  display: none !important;
}

.vjs-live-control .vjs-live-display{
  display: none;
}


.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control, 
.video-js:not(.vjs-live) .vjs-seek-to-live-control{
display: block !important;
}

.vjs-seek-to-live-control.vjs-control .vjs-icon-placeholder {
  color: red;
}


.outerwrap .logo_live.show_ui_desktop,
.outerwrap.isLandscape .mid_sec .logo_live {
z-index: 999;
}

.jersey_home path {
  /*fill: #890309; /* enter home jersey color hexcode */
  stroke: rgba(255,255,255,.5);
}

.jersey_away path {
  /*fill: black; /* enter home jersey color hexcode */
  stroke: rgba(255,255,255,.5);
}



.outerwrap.Xcompact .footer_bar {
  transform: translateY(-0px); 
  opacity: 1; 
  /* position: fixed;  */
  width: 100%; 
  visibility: visible; 
}

.footer_bar .mid_block{
  color: yellow;
}

/* ALIPLAYER */
.aliplayer { 
  display: contents;
}

/* @media screen and (max-width: 768px) and (orientation: portrait){
  .outerwrap .logo_live {
      opacity: 0
  }

  .outerwrap .logo_live.show_ui{
      opacity: 1
  }
} */

/* .outerwrap.Xcompact{
  /* width: 600px;
  height: 540px; */
  /* margin: 0px */
/*} */


/* .outerwrap.Xcompact .top_bar.landscape_bhv {
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}

.outerwrap.Xcompact .footer_bar.landscape_bhv {
  bottom: 0;
  transition: all 0.35s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
} */

/* .outerwrap.Xcompact > .inner{
  position: relative;
}

.outerwrap.Xcompact > .inner > .video_wrap{
  width: calc(1600px * 0.375);
  height: calc(900px * 0.375);
}

.outerwrap.Xcompact > .inner > .video_wrap > .video_container{
  transform: scale(0.375)
}

.outerwrap.Xcompact > .inner > .footer_bar{
  opacity: 1;
  visibility: visible;
  position:absolute;
  transform: translateY(0px);
}
*/

.outerwrap .footer_bar .sound .sound_icon {
  display: block !important;
}

/* LOGO */
.outerwrap .cust_logo_wrap{
  width   : 15.5%;
  height  : 14%;
  top     : 3.9%;
  right   : 4.5%;
  border-radius :10px;
}

.outerwrap .cust_logo_wrap.left{
  left    : 4.5%;
}

.cust_logo_wrap.isHD{
  right: 9%;
}

.cust_logo_wrap.left.isHD{
  left: 9%
}

/* SOUND */
.soundimgmute{
  z-index: 12;
  background-color: rgba(0,0,0,.15);
  right: 0;
  height: auto;
  width: 10%;
  position: absolute;
  bottom: 12%;
}

.soundimgmute > img,
.outerwrap .drop_down_menu .menu_block span.sound img.menu__mute_btn{
  display: block;
}

/* UNDER DEVELOPMENT */
.dplogo{
  position: absolute;
  width: 100%;
  top: 30%;
}

.dplogo > img{
  width: 100%; 
}

/* REMOVE TOP BAR FOR IBET789 */
.top_bar_remove {
  display: none;
}

.livetv_video{
  height: 100%;
  /* width: 1600px;
  height: 900px; */
}

.emoji_floater {
  width: 110px;
}

/* WILL BE REMOVE AFTER EMOJI */
/* .emoji_wrap .emoji_buttons{
  background: none;
  padding: .5rem 1rem 1.25rem 1rem;
}

.extra_block{
  right: calc(100% - 3.5rem);
} */

/* lp label css */
.lo_label {
  position: absolute;
  right: 4%;
  top: 24%;
  z-index: 1;
  display: flex;
  transition: all .1s linear 0s;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.lo_label.called {
  position: absolute;
  right: 4%;
  top: 24%;
  z-index: 1;
  display: flex;
  transition: all .1s linear 0s;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
  visibility: visible;
}

.lo_label.left {
  left: 4%;
}

/* IS HD*/
.lo_label.isHD {
  right: 9%;
}

.lo_label.isHD.left {
  left: 9%;
}

.lo_label span {
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: .25rem .65rem;
  background: rgba(0,0,0,0.75);
  line-height: 1;
  font-weight: bold;
  color: white;
  font-size: 1rem;     
}
.lo_label span img {
  width: .75rem;
  margin-right: .35rem;
}
@media screen and (max-width: 850px){
  .lo_label {
      font-size: .9rem;
  }
}
@media screen and (max-width: 550px){
  .lo_label {
      font-size: .8rem;
  }
}

/* .lo_label {
  position: absolute;
  font-size: 1rem;
  background: rgba(0,0,0,0.75);
  padding: .55rem .5rem;
  border-radius: 4px;
  right: 9%;
  top: 24%;
  z-index: 1;
  display: inline-block;
  line-height: 1;
  font-weight: bold;
  color: white;
}
@media screen and (max-width: 850px){
  .lo_label {
      font-size: .9rem;
  }
}
@media screen and (max-width: 550px){
.lo_label {
      font-size: .8rem;
      padding: .35rem .5rem;
  }
} */




.replay_video .vjs-seek-to-live-text,
.replay_video .vjs-icon-placeholder{
  display: none;
}

@media screen and (max-width: 305px){
  .goal_replay .inner_goal_replay .homeReplaySwiper .swiper-wrapper .swiper-slide a.each_replay span{
      font-size: 0.8rem;
  }

  .bottomGoalReplaySwiper .swiper-wrapper .swiper-slide a.each_replay span{
      font-size: 0.8rem;
  }
}

.goal_replay .inner_goal_replay .homeReplaySwiper .swiper-wrapper.less_than_five .swiper-slide, .goal_replay .inner_goal_replay .awayReplaySwiper .swiper-wrapper.less_than_five .swiper-slide { align-items: flex-start; }
.goal_replay .inner_goal_replay .homeReplaySwiper .swiper-wrapper .swiper-slide { align-items: flex-start }

.bottomGoalReplaySwiper .swiper-wrapper.less_than_n { align-items: flex-start }
.bottomGoalReplaySwiper .swiper-wrapper.less_than_n .swiper-slide { align-items:flex-start }
.bottomGoalReplaySwiper .swiper-wrapper .swiper-slide{ align-items: flex-start }

.bottomGoalReplaySwiper .swiper-wrapper .swiper-slide.nosource:after { position: relative; }

.bottomGoalReplaySwiper .swiper-wrapper .swiper-slide.nosource a.each_replay {
  border: 1px solid #4d4d4d;
}

.replay_video .close_each_replay b{
  font-weight: bold;
  color: #ffffff;
  font-size: 1.2rem;
}

.replay_video .close_each_replay{
  font-weight : bold;
}

.replay_video .close_each_replay{
  opacity: .90;
}


.disabledOtherDiv {
  pointer-events: none;
  opacity: 0.4;
}

.ref p.ref_type{
  margin-bottom:  0px !important;
}

.title{
  white-space: pre;
}

/* TEXT FONT ISSUE ON MOBILE (IPHONE) */
.other_live .sport_tab_content .each_league_title span,
.other_live .sport_tab_content .each_video_list .match_setup .home_team .home_team_name .home_team_name_a, .other_live .sport_tab_content .each_video_list .match_setup .home_team .home_team_name .home_team_name_b,
.other_live .sport_tab_content .each_video_list .match_setup .away_team .away_team_name .away_team_name_a, .other_live .sport_tab_content .each_video_list .match_setup .away_team .away_team_name .away_team_name_b{
  display: flex;
}

/* apply this tab if sportstype more than 8*/
.other_live .tab_button_container.tab_grid{
  display : grid;
}

.captcha_wrap{
  z-index: 16;
  position: absolute;
  transform-origin: top left;
  /* width: 100%;
  height: 100%; */
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

/* .setting_block{
  width: 150px;
} */

/* SETTING LABEL WHITE COLOR FOR SD */
/* .setting_block .setting_block_inner .each_checkbox label{
  color : white;
} */

/* OTHER MENU HOME AWAY SHIRT */
.othermenu_jersey{
  width: .65rem;
  height: .65rem;
  border-radius: 10rem;
  /* margin-top: 0.35rem; */
  margin-right: .75rem;
  display: inline-table;
  /* border: 1px solid rgba(255, 255, 255, 0.25); */
}


/* .vectorsportmedia_label {
  position: absolute;
  bottom: 100%;
  padding: .15rem;
  right: 0;
  font-size: 9px;
  opacity: .33;
  text-shadow: 0 1px rgba(0,0,0,0.5);
  
  
  }

  @media screen and (max-width: 820px) {
      .vectorsportmedia_label {
          font-size: 6px;
      }
  }

  @media screen and (max-width: 420px) {
      .vectorsportmedia_label {
          font-size: 3px;
      }
  } */

  /* @media screen and (max-height: 400px){
      .vectorsportmedia_label {
          font-size: 3px;
      }
  } */
  
  /* .vectorsportmedia_label a {
  color: white;
  } */


  .show_in_414 {
      position: absolute;
      z-index: 100;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      color: red;
      font-size: 3rem;
      display: none;
    }
    
    @media (max-width: 414px) {
      .show_in_414 {
        display: block;
      }
    }
    .fifa2022 {
      display: flex;
      padding: .5rem .75rem;
      align-items: center;
      background: #9A1032;
      border-radius: 4px;
      margin-left: .5rem;
    }
    .fifa2022 img {
      height: 1.5rem;
    }
    
    @media (max-width: 850px) {
      .fifa2022 {
        padding: .35rem .5rem;
      }
      .fifa2022 img {
        height: 1.25rem;
      }
    }
    @media (max-width: 420px) {
      .fifa2022 {
        border-radius: 2px;
        padding: .15rem .35rem;
      }
      .fifa2022 img {
        height: 1.1rem;
      }
    }
    .vectorsportmedia_label {
      position: absolute;
      bottom: 100%;
      padding: .5rem;
      right: 0;
      font-size: 9px;
      opacity: .33;
      text-shadow: 0 1px rgba(0, 0, 0, 0.5);
    }
    
    .vectorsportmedia_label a {
      color: white;
    }
    
    @media (max-width: 820px) {
      .vectorsportmedia_label {
        font-size: 6px;
        padding: .3rem;
      }
    }
    @media (max-width: 420px) {
      .vectorsportmedia_label {
        font-size: 3px;
        padding: .15rem;
      }
    }



    .match_timer{
      width : auto;
      height: auto;
      font-family: "arial-black", "AvenirNext-Heavy", "Arial-BoldMT","Roboto";
      font-weight : bolder;
      /* height: 9%; */
      font-size: 1.2rem;
      padding: 0.75em 1.25em;
    }

    /* @media (max-width: 1552px){
      .match_timer{
        font-size: 1.2rem;
      }
    } */

    @media (max-width: 1400px){
      .match_timer {
        font-size: 1.2rem;
        /* padding: 1em 1.25em;  */
      }
    }

    /* @media (max-width: 1202px){
      .match_timer {
        font-size: 1.1rem;
      }
    } */
    
    @media (max-width: 1024px) {
      .match_timer {
        font-size: 1.2rem;
        /* padding: 1em 1.25em;  */
      }
    }

    /* @media (max-width: 850px) {
      .match_timer {
        /* font-size: .7rem;
        font-size: 1rem;
      }
    } */

    /* @media (max-width: 1105px) {
      .match_timer {
        /* font-size: .7rem; 
        font-size: 1rem;
      }
    } */

    /* @media (max-width: 885px){
      .match_timer {
        font-size: .9rem;
      }
    } */

    @media (max-width: 850px){
      .match_timer {
        font-size: 1rem;
        /* padding: 0.75em 1em; */
      }
    }

    @media (max-width: 768px) {
      .match_timer {
        /* font-size: .6rem; */
        /* font-size: .84rem; */
        font-size: 1rem;
        /* padding: 0.75em 1em; */
      }
    }

    @media (max-width: 650px) {
      .match_timer {
        font-size: .8rem; /*.8*/
        /* padding: 0.5em 0.75em; */
      }
    }

    @media (max-width: 480px) {
      .match_timer {
        font-size: .8rem; /*.8*/
        /* padding: 0.5em 0.75em; */
      }
    }

    @media (max-width: 380px) {
      .match_timer {
        font-size: .8rem; /*.8*/
        /* padding: 0.5em 0.75em; */
      }
    }


  
  /* @media(max-width: 320px){
      .match_timer {
          /* font-size: .25rem; 
          font-size: .8rem; /*.6
          /* padding: .15em .35em; 
        }
    } */

  .match_timer .match_timer_top .home_name, .match_timer .match_timer_top .away_name{
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-top: 0.1rem;
      margin-bottom: 0.1rem;
  }
  
  .timer > div{
      display: inline-block;
  }
  
  .timer > div:first-child:nth-last-child(2){
      padding: 0 7px 0px 0px;
  }
      
  .call__setting.remove{
      display: none !important;
  }
  
  /* Source had clicked */
  .source_select.clicked,
  .reso.clicked
  {
      opacity: 0.2;
      pointer-events: none;
  }


  /* FADE IN */
  .match_timer.fade-in {
      animation: fadeIn ease 2s;
      -webkit-animation: fadeIn ease 2s;
      -moz-animation: fadeIn ease 2s;
      -o-animation: fadeIn ease 2s;
      -ms-animation: fadeIn ease 2s;
    }
    @keyframes fadeIn {
      0% {
        opacity:0;
      }
      100% {
        opacity:1;
      }
    }
    
    @-moz-keyframes fadeIn {
      0% {
        opacity:0;
      }
      100% {
        opacity:1;
      }
    }
    
    @-webkit-keyframes fadeIn {
      0% {
        opacity:0;
      }
      100% {
        opacity:1;
      }
    }
    
    @-o-keyframes fadeIn {
      0% {
        opacity:0;
      }
      100% {
        opacity:1;
      }
    }
    
    @-ms-keyframes fadeIn {
      0% {
        opacity:0;
      }
      100% {
        opacity:1;
    }
  }

  /* FADE OUT */
  .match_timer.fade-out {
      animation: fadeOut ease 2s;
      -webkit-animation: fadeOut ease 2s;
      -moz-animation: fadeOut ease 2s;
      -o-animation: fadeOut ease 2s;
      -ms-animation: fadeOut ease 2s;
    }
    @keyframes fadeOut {
      0% {
        opacity:1;
      }
      100% {
        opacity:0;
      }
    }
    
    @-moz-keyframes fadeOut {
      0% {
        opacity:1;
      }
      100% {
        opacity:0;
      }
    }
    
    @-webkit-keyframes fadeOut {
      0% {
        opacity:1;
      }
      100% {
        opacity:0;
      }
    }
    
    @-o-keyframes fadeOut {
      0% {
        opacity:1;
      }
      100% {
        opacity:0;
      }
    }
    
    @-ms-keyframes fadeOut {
      0% {
        opacity:1;
      }
      100% {
        opacity:0;
    }
  }


  /* switch page */
  .switch_div {
    position: absolute;
    padding-top: 10%;
    width: 100%;
    height: 100%;
    z-index: 11;
    color: white;
    background-color: rgba(0, 0, 0, 1);
    text-align: center;
    font-size: 1.5rem;
    opacity: 0.85;
}

.no_internet {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.no_internet.called{
  z-index: 2;
}

/* video gap time show */
.video_gap_time{
  position: absolute;
  z-index: 1;
  font-size: 2.5rem;
  
  text-align: center;
  width:100%;
  padding: .5rem;
  height: 4rem;
  background-color: rgba(0,0,0,.2);
  color: rgba(255,255,255,.85);
}

.video_gap_time > div {
  display: inline-block;
  padding: 0px 1rem;
}


.cust_logo_wrap {
  background: rgba(0, 0, 0, 0.85);
}

/*H2H alignment adjust*/ 
.result_wrap {
  width: 100%;
}

/* VIDEO WRAP SCREEN SIZE */
/* .video_wrap {
  width   : 3840px;
  height  : 2160px;
} */
/* .video_wrap {
  width   : 100%;
  height  : 100%;
} */

/* CUSTOMER LOGO */
.cust_block .cust_block_inner .cust_logo_wrap > img{
  width: 80%;
}



/* FOR GLIVE */
.toggle_live.showed {
  left: -2.5rem;
}

.toggle_live.vi.showed {
  left: -2.8rem;
}

.toggle_live.cn.showed,
.toggle_live.th.showed,
.toggle_live.ko.showed {
  left: -1.5rem;
}

.toggle_live.ja.showed {
  left: -2rem;
}

/* .toggle_live.cn.showed,
.toggle_live.vi.showed{
  left : -1.5rem;
}

.toggle_live.ko.showed{
  left  : -0.975rem;
} */

/* cdn info info_block*/
.outerwrap .cdninfo {
  position: absolute;
  height: 100%;
  left: 0;
  top: 100%;
  width: 100%;
  opacity: 0;
  /* background-image: url('../img/euro_logo.svg'), radial-gradient(closest-side, rgba(0,132,164,.25), rgba(0,132,164,0)); */
  /* background-repeat: repeat-x, repeat-x, no-repeat, no-repeat;
  background-position: left bottom, center -10rem, left bottom, right bottom;
  background-size: 100% 33%, 50rem 30rem, 25vw auto, 20vw auto; */
  background-color: rgba(23, 23, 23, 0.95);
  z-index: 18;
  overflow-y: auto;
  overflow-x: hidden;
  /* transition: top 0.25s cubic-bezier(0.77, 0, 0.175, 1), visibility 0.25s linear, opacity 0.25s linear, height 0s linear 0s;
  visibility: hidden; */
}

.outerwrap .cdninfo .cdninfo_inner {
  max-width: 900px;
}

.outerwrap .cdninfo .cdninfo_inner {
  height: auto;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(90px);
  position: relative;
  z-index: 1;
}

.outerwrap .cdninfo.called {
    top: 0;
    visibility: visible;
    opacity: 1;
    transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1) 0.15s;
  }

  .outerwrap .cdninfo.called .cdninfo_inner_content {
    display: inline-block;
    width: 100%;
  }

  .outerwrap .cdninfo.called .cdninfo_inner_content .cdninfo_table{
    width: 100%;
    text-align: center;
  }


  .outerwrap .cdninfo .cdninfo_inner {
    padding-top: 4rem;
  }

  /* other menu loading */
  .other_live.show .loader{
    text-align:center;
    transform: translateY(50%);
  }

  /* MATCH ENDED*/
  .divider .match_ended {
    margin-bottom: .75rem;
  }

  .scoreRef {
    max-width: 60%;
    padding : .25rem;
  }

  .scoreRef p {
    margin-bottom: 0px;
    /* font-size: .70rem; */
  }

  /* .scoreRef a {
    font-size: .70rem;
  } */
  
/* UNMUTE MESSAGE */
/* .unmute_msg {
  padding: 0.5rem 1rem;
  position: absolute;
  left: 0%;
  top: 50%;
  background: rgba(0, 0, 0, 0.75);
  font-size: 0.9rem;
  font-family: "Helvetica", "Aria", san-serif;
  font-weight: bold;
  z-index: 11;
  border-radius: 0 0 4px 4px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transform: translateX(0%);
  pointer-events: none;
} */

/* BOTTOM BAR */
.outerwrap .bottom_bar {
  /* display: none !important; */
  display: flex !important;
}

.to_live_block {
  display: flex;
}

/* GAME NOT RELEASED */
.each_game_thumb.not_released{
  filter: grayscale(100%) !important;
  /* opacity: 0.25; */
  cursor: not-allowed !important;
}

.top_up_status .top_up_process.__fail {
  display: none;
}

.unmute_msg {
  left: .5rem;
  top: 50%;
  transform: translateY(-50%)
}

/* VECTOR SPORT MEDIA LABEL */
.vectorsportmedia_label {
  left: 0;
}

.pop_new_page {
  top: calc(100% - 9rem);
}

.close_block.design2 {
  background: #ED3437;
}

/* Hide the big play button */
.livetv_video .vjs-big-play-button {
  /* Adjust or remove background styles for the big play button */
  background  : none;
  display     : none !important;
}

.livetv_video video {
  object-fit: contain !important;
}

.livetv_video .video-js .vjs-tech {
  object-fit: contain !important;
}

.livetv_video video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.canvas_watermark_container {
  position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 16;
    display: block;
    pointer-events: none;
    /* -webkit-backdrop-filter: blur(10px); */
    /* backdrop-filter: blur(10px); */
}

.canvas_watermark_container #watermarkCanvas{
  /* width: 100%;
  height: 100%; */
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.home_team_name .multiple_team,
.away_team_name .multiple_team {
  display: grid !important;
  line-height: 1.5rem;
}

.outerwrap .standings .standings_inner .league_schedule_title {
  margin-top: 0;
}
.outerwrap .standings .standings_inner .league_standing_content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.scoreboard_tab_btns_wrap, .standings_tab_btns_wrap {
  display: flex;
  justify-content: center;
  position: relative;
  isolation: isolate;
}
.scoreboard_tab_btns_wrap:after, .scoreboard_tab_btns_wrap:before, .standings_tab_btns_wrap:after, .standings_tab_btns_wrap:before {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.05);
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  position: absolute;
}
.scoreboard_tab_btns_wrap:before, .standings_tab_btns_wrap:before {
  top: auto;
  bottom: 0;
}
.scoreboard_tab_btns_wrap button, .standings_tab_btns_wrap button {
  border: none;
  margin: 0 1rem;
  background-color: transparent;
  text-transform: uppercase;
  padding: 1rem 0;
  color: white;
  font-weight: bold;
  position: relative;
  opacity: 0.25;
  transition: all 0.15s;
}
.scoreboard_tab_btns_wrap button:hover, .standings_tab_btns_wrap button:hover {
  opacity: 1;
}
.scoreboard_tab_btns_wrap button.active, .standings_tab_btns_wrap button.active {
  color: #ED3437;
  opacity: 1;
  filter: brightness(1.35);
}
.scoreboard_tab_btns_wrap button.active:after, .standings_tab_btns_wrap button.active:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  height: 2px;
  background-color: #ED3437;
  width: 2rem;
  border-radius: 4px 4px 0 0;
  content: "";
}

.scoreboard_content, .standings_content {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.scoreboard_content.force_reduce_height, .standings_content.force_reduce_height {
  top: 3.5rem;
  height: calc(100% - 3.5rem);
}
.scoreboard_content .scoreboard_tab, .scoreboard_content .timeline_tab, .scoreboard_content .standings_tab, .scoreboard_content .h2h_tab, .scoreboard_content .schedule_tab, .standings_content .scoreboard_tab, .standings_content .timeline_tab, .standings_content .standings_tab, .standings_content .h2h_tab, .standings_content .schedule_tab {
  flex: 1;
  overflow: auto;
  display: none;
}
.scoreboard_content .scoreboard_tab.active, .scoreboard_content .timeline_tab.active, .scoreboard_content .standings_tab.active, .scoreboard_content .h2h_tab.active, .scoreboard_content .schedule_tab.active, .standings_content .scoreboard_tab.active, .standings_content .timeline_tab.active, .standings_content .standings_tab.active, .standings_content .h2h_tab.active, .standings_content .schedule_tab.active {
  display: block;
}

.outerwrap .scoreboard {
  overflow: hidden;
}
.outerwrap .scoreboard .scoreboard_inner {
  padding: 1rem 0;
}
.outerwrap .scoreboard .scoreboard_inner .scoreboard_tab {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
.outerwrap .scoreboard .scoreboard_inner .scoreboard_tab .each_group {
  margin-left: auto;
  margin-right: auto;
}

.outerwrap .standings {
  overflow: hidden;
}

.outerwrap .standings .schedule_block_inner, .outerwrap .standings .standings_inner, .outerwrap .standings .h2h_block_inner {
  padding: 1rem;
}

@media (max-width: 768px) {
  .scoreboard_tab_btns_wrap button,
  .standings_tab_btns_wrap button {
    font-size: 0.9rem;
    padding: 0.7rem 0;
    margin: 0 0.7rem;
  }
}

.standings_content .standings_tab_btns_wrap button:disabled {
  filter: grayscale(50%) !important;
  opacity: 0.25;
  cursor: not-allowed;
}

.outerwrap .scoreboard:after, .outerwrap .lineup:after, .outerwrap .timeline_block:after, .outerwrap .standings:after, .outerwrap .schedule_block:after, .outerwrap .mma_schedule_block:after, .outerwrap .h2h_block:after, .outerwrap .vs_board:after{
  z-index: -1;
}
/* 
.call_game_btn {
  position: absolute;
  right: 0.25em;
  bottom: 0.25em;
  transform: translateY(100%) scale(0);
  z-index: 15;
  transition: all 0.15s ease;
  opacity: 0;
}
.call_game_btn.__first_login button.call__game {
  -webkit-animation: pulseNewPageButton 6s ease-in-out infinite;
          animation: pulseNewPageButton 6s ease-in-out infinite;
  box-shadow: inset 0 0 0 1px #ED3437;
}
.call_game_btn.__first_login button.call__game:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-color: transparent;
  z-index: -1;
  content: "";
  background-color: #ED3437;
  -webkit-animation: pulsateGameBtn 1s ease-in-out infinite;
          animation: pulsateGameBtn 1s ease-in-out infinite;
}
.call_game_btn button {
  padding: 0.75em;
  border-radius: 5em;
  background: black;
  border: none;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px white;
}
.call_game_btn button:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
  background-color: transparent;
  z-index: -1;
  content: "";
}
.call_game_btn.show {
  transform: translateY(0) scale(1);
  opacity: 1;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
} */

.feed_back .each_answer {
  position: relative;
  margin-bottom: 0.5rem;
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  display: flex;
  padding: 1rem 1.25rem;
  align-items: center;
  overflow: hidden;
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

.feed_back .each_answer .fieldbox input[type=checkbox] ~ label:before {
  content: "";
  background-image: url("../img/tick.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -3rem;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

.feed_back .each_answer .fieldbox input[type=checkbox]:checked ~ label:before {
  right: 1rem;
  opacity: 1;
  visibility: visible;
  transition: all 0.15s cubic-bezier(0.77, 0, 0.175, 1);
}

.mid_sec .cust_block_inner {
  height: 100%;
}

.mid_sec .cust_block_inner .cust_logo_wrap > img {
  width: 80%;
}

.to_live_block_inner .cover_block {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: .15;
}

.survey_options strong .survey_title {
  font-size: 2rem;
  width: 100%;
  /* text-align: left; */
}

.survey_options strong .survey_title div {
  font-size: 2rem;
  line-height: 30px;
}

.survey_options strong .survey_title div:last-child {
  font-size: 1.75rem;
}

.survey .each_answer .fieldbox input[type=radio] ~ label {
  text-align: center;
}

.notification_element {
  justify-self: center;
  margin: auto;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ED3437;
  text-align: center;
}

.notification_element span {
  display: inline-block;
  border-radius: 3rem;
  padding: 0.45em 1em;
  white-space: nowrap;
  border: 1px solid #ED3437;
  /* background-image: repeating-linear-gradient(-60deg, transparent, transparent 4px, rgba(255, 255, 255, 0.1) 4px, rgba(255, 255, 255, 0.1) 8px); */
  background-size: 200% 100%;
  -webkit-animation: loading-slide 20s linear infinite;
          animation: loading-slide 20s linear infinite;
}


@-webkit-keyframes loading-slide {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}

@keyframes loading-slide {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}

.survey .each_answer {
  padding: 2rem;
}

.survey .each_answer .fieldbox input[type=radio] ~ label {
  font-size: clamp(1.6rem, 2vw, 1.5rem);
}

.survey .each_answer .fieldbox input[type=radio] ~ label span .survey_text {
  display: inline;
  color: #38e85b;
  /* font-weight:600; */
}

/* To remove scroll under block */
@media screen and (min-height: 240px) {
  .to_live_block .block_a {
    overflow-y: hidden
  }
}

.stream_status_pop .stream_status_msg_container h1 {
  font-size: 3rem;
}

.stream_status_pop .stream_status_msg_container .stream_status_msg span{
  font-size: 1rem;
}

.outerwrap .lineup .lineup_inner .lineup_content .lineup_content_team_members {
  width: 100%;
}