@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    --primary-color: #6bdd6b;
    --primary-hover:#3ec23e;
    --primary-light:#c0eacb;
    --secondary-color: #213642;
    --bg-primary-45:rgba(33,54,66,0.45);
    --bg-secondary-02:#274355;
    --bg-secondary-02hover:#354f5f;
    --bg-white:#fff;
    --text-white: #fff;
    --text-light: #cdcdcd;
    --text-dark:#171717;
    --back: #72bbef;
    --lay: #f994ba;
    --font18:16px;
    --font20:16px;
    --font22:22px;
  }

  
a{text-decoration:none;}
ul, li {
  margin:0px; padding:0px; list-style-type:none;
}

.bt1360 {
  width: 100%;
  height: 64px;
  display: flex;
  padding: 8px;
  position: sticky;
  background: #323738;
  box-shadow: none;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}


.inplay_headtitle {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 15px 0px;
}

.inplay_headtitle svg {
  width:32px;
  height:32px;
  fill:#d12e2e;
}




.topsports_tabing {
  background-color:var(--secondary-color);
  width: 100%;
  height: 64px;
  display: flex;
  padding: 8px 15px;
  position: sticky;
  box-shadow: none;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  align-items:center;
  margin-top:15px;
  margin-bottom:10px;
  border-radius:5px;
}

.topsports_tabing ul {
  display: flex;
  width: 80%;
  margin:0px;
  gap:22px;
}
.topsports_tabing ul a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration:none;
}
.topsports_tabing ul a svg {
  width:22px;
  height:22px;
  fill:var(--text-white);
  transition:0.2s all;
}
.topsports_tabing ul a:hover svg {
  fill:var(--primary-color);
  transition:0.2s all;
}
.topsports_tabing ul .active a svg {
  fill:var(--primary-color);
}
.topsports_tabing ul a span {
  position: absolute;
  bottom: -47px;
  width: max-content;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  padding: 2px 15px;
  min-width: 65px;
  display: none;
  text-transform: capitalize;
  left: 50%;
  transform: translateX(-50%);
  text-align:center;
}
.topsports_tabing ul .tabarrow svg {
  width:16px; 
  height:16px;  
}

.topsports_tabing ul a:hover span {
  display:block;
}
.topsports_tabing .search_top_tab a svg {
  fill:var(--text-white);
  width:26px;
  height:26px;
  transition:0.2s all;
}
.topsports_tabing .search_top_tab a:hover svg {
  fill:var(--primary-color);
  transition:0.2s all;
}






.inplay_headtitle {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 15px;
}

.inplay_headtitle svg {
  width:32px;
  height:32px;
  fill:#d12e2e;
}



.market_tabs_list {
  display: flex;
  white-space: nowrap;
  gap: 8px;
  padding: 0px;
  margin: 0px;
  overflow-x: auto;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.market_tabs_list a {
  display: inline-flex;
  background-color: var(--secondary-color);
  color: var(--light-text);
  text-decoration: none;
  border-radius: 25px;
  padding: 4px 18px;
  gap: 8px;
  font-size: 14px;
  align-items: center;
  height: 32px;
  font-weight: 500;
  text-transform:uppercase;
}
.market_tabs_list a.active {
  color:var(--text-dark);
  background-color:var(--primary-color);
}






.sports_tabing {
  display:block;
  width:100%;
}
.sports_tabing ul {
  display: flex;
  white-space: nowrap;
  gap: 8px;
  padding: 0px;
  margin: 0px;
  overflow-x: auto;
  padding-bottom: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.sports_tabing ul li{
  display: inline-flex;
}
.sports_tabing ul li a {
  display: inline-flex;
  background-color: var(--primary-color);
  color: var(--light-text);
  text-decoration: none;
  border-radius: 25px;
  padding: 4px 11px;
  gap: 8px;
  font-size: 14px;
  align-items: center;
  height: 32px;
  font-weight: 500;
}
.sports_tabing ul li a svg {
  width:18px;
  height:18px;
  fill:var(--light-text);
}
.sports_tabing ul li.active a {
  background-color:var(--bg-primary);
  color:var(--secondary-color);
}
.sports_tabing ul li.active a svg {
  fill:var(--secondary-color);
}




/* inplay and match-details css */
:root {
  --back: #72bbef;
  --back-hover: #4fa1dc;
  --back1: #72bbefcc;
  --back2: #72bbefa3;
  --lay: #f994ba;
  --lay-hover: #e16f9a;
  --lay1: #f994bacc;
  --lay2: #f994baa3;
  --back-title: #72bbef80;
  --lay-title: #f994ba80;
  --text-green: #03b37f;
  --bg-success: #03b37f;
}



.back {
  background-color: var(--back);
}

.back:hover {
  background-color: var(--back-hover);
}

.back2 {
  background-color: var(--back2);
}

.back1 {
  background-color: var(--back1);
}

.lay {
  background-color: var(--lay);
}

.lay:hover {
  background-color: var(--lay-hover);
}

.lay1 {
  background-color: var(--lay1);
}

.lay2 {
  background-color: var(--lay2);
}

.suspended {
  position: relative;
  pointer-events: none;
}

.suspended:before {
  content: "";
  background-image: url("assets/images/lock.avif");
  background-size: 17px 17px;
  filter: invert(1);
  background-repeat: no-repeat;
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  pointer-events: none;
}

.suspended:after {
    content: "";
    background-color: #0f2736a1;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    cursor: not-allowed;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.suspendedtext {
  position: relative;
  pointer-events: none;
}

.suspendedtext:after {
  content: attr(data-title);
  text-transform: uppercase;
  background-color: #0f2736a1;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 452px;
  right: 8px;
  top: 2px;
  color: #ff1616;
  font-size: 16px;
  font-weight: 800;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  cursor: not-allowed;
  pointer-events: none;
}

.bet-table {
position: relative;
transform: translateZ(0);
background-color:var(--secondary-color);
border-radius: 3px;
overflow:hidden;
border-radius:10px;
font-size:14px;
}
.bet-table-header {
border-bottom: 1px solid var(--bg-secondary-02);
height: 45px;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0px 15px;
background-color:var(--bg-secondary-02);
color:var(--text-white);
text-transform: uppercase;
font-weight: 600;
margin-bottom:0px;
}

.game-title {
  width: calc(100% - 492px);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}

.bet-table-header .game-title span {
  margin-left: 5px;
}

.point-title {
  width: 148px;
  margin-left: 16px;
}

.point-title {
  text-align: center;
}


.game-date {
  padding-right: 0;
  border-right: 0;
  width: 65px;
  display: flex;
  display: -webkit-flex;
  line-height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  color:var(--light-text);
}
.game-date.inplay {
width: auto;
border-right: 0 !important;
padding-right: 0;
width: 64px;
position: relative;
text-align: center;
font-weight: 600;
line-height:22px;
font-size:14px;
}

.game-date.inplay span {
  position: relative;
  width: 50px;
  color: var(--bg-success);
  text-align: center;
}

.game-date.inplay span:after {
  content: "";
  background-color: var(--bg-success);
  height: 2px;
  width: 50px;
  position: absolute;
  bottom: -1px;
  animation: linear infinite alternate;
  animation-name: run;
  animation-duration: 1.2s;
  -webkit-animation: linear infinite alternate;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1.2s;
}

@keyframes run {
  0% {
      left: 0;
      width: 5%;
  }

  50% {
      width: 100%;
  }

  100% {
      right: 0;
      width: 5%;
  }
}

.game-name {
  padding-left: 6px;
  width: calc(100% - 160px);
}
.game-name a {
color:#fff;
text-decoration:none;
}

.bet-table-body {
  position: relative;
}

.bet-table-box {
  border-bottom: 1px solid var(--bg-secondary-02);
}
.bet-table-box:last-child {
  border:none !important;
}

.bet-table-row {
  padding: 6px 8px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.bet-table-row:last-child {
  border-bottom: 0;
}

.game-name {
  padding-left: 16px;
  vertical-align: top;
}

.team-name {
  max-height: 20px;
  line-height: 20px;
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  color:var(--light-text);
}

.team-name.team-event {
  font-size: 14px;
}

.game-icons {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: flex-end;
  color:var(--text-white);
}

.game-icon {
  text-align: center;
  margin-right: 5px;
  font-weight: 600;
}

.game-icon:last-child {
  margin-right: 0;
}
.bl-box {
    height: 32px;
    width: 72px;
    border-radius: 4px !important;
    padding: 5px 0;
    text-align: center;
    margin-right: 4px;
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}

.bl-box.odds-down {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bl-box.odds-up {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.bl-box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
}

.bl-box.odds-down:before {
  background: #ff000080;
  transform: scale(0, 0);
  animation: oddsdown 0.5s ease-out;
}

.bl-box.odds-up:before {
  background: #13c41380;
  transform: scale(0, 0);
  animation: oddsup 0.5s ease-out;
}

@keyframes oddsdown {
  from {
      transform: scale(0);
  }

  to {
      transform: scale(1);
  }
}

@keyframes oddsup {
  from {
      transform: scale(0);
  }

  to {
      transform: scale(1);
  }
}

.back-title {
  background-color: var(--back-title);
  color: #eee !important;
}

.lay-title {
  background-color: var(--lay-title);
  color: #eee !important;
}

.bl-box.no-odds .odds {
  color: var(--text-white);
}

.bl-box.no-val {
  border: 1px solid var(--bg-secondary-02);
  border-radius: 0;
}
.bl-box.no-val span {
color:var(--light-text);
}

.bl-box:last-child {
  margin-right: 0 !important;
}

.bl-box span {
  height: 19px;
  color:#000;
  font-weight:600;
  text-align: center;
}
.bl-box .odds {
  height: 22px;
}
.detail-page-container {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.detail-page-container .market-4 {
margin-left: 0;
margin-right: 0;
min-width: 100%;
flex: 1;
}

.detail-page-container .market-4.width-75 {
  min-width:60%;
  max-width:100%;
  flex: 1;
}

.detail-page-container .market-4.width-75 .nation-name p {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.detail-page-container .market-4.width-75 .nation-name p:last-child {
  text-align: right;
  width: 100%;
  height: auto;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  right: 5px;
  width: 100%;
  text-align: right;
  bottom: -10px;
  justify-content: flex-end;
}

.detail-page-container .market-4.width-75 .nation-name p span:first-child {
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: auto;
  max-width: calc(100% - 50px);
  width: calc(100% - 50px);
  font-size: 14px;
}

.detail-page-container .market-4.width-75 .nation-name p span:last-child,
.detail-page-container .market-14.width-75 .nation-name p span:last-child {
  width: 50px;
  text-align: right;
  line-height: 1;
  height: auto;
}

.detail-page-container .market-6 {
  min-width: calc(100% - 6px);
  max-width: calc(100% - 6px);
  margin-left: 3px;
  margin-right: 3px;
  flex: 1;
  width: 50%;
}
.detail-page-container.cricket-detail .market-6 {
  min-width: calc(100% - 6px);
}
.detail-page-container .bet-table-header {
  padding: 7px 8px;
  border-radius: 0;
  background-color: var(--bg-secondary-02);
  color: var(--light-text);
  width: 100%;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.detail-page-container .nation-name button.btn.btn-success.btn-sm {
  height: 32px;
  font-size: 14px;
  padding: 11px;
  color: #fff;
  font-weight: 400;
  border-radius: 5px;
}

.detail-page-container .bet-table-header img {
  transform: rotate(180deg);
}

.detail-page-container .market-4 .bet-table-header,
.detail-page-container .market-6 .bet-table-header {
  justify-content: flex-start;
}

.detail-page-container .bet-table {
  margin-top: 6px;
}

.detail-page-container .bet-table-row {
  padding: 2px 8px;
}

.bet-table-body .bet-table-row:first-child {
  padding: 2px 8px;
}
.detail-page-container .max-bet {
  font-size: var(--font-small);
  text-align: left;
  color: var(--light-text);
}
.detail-page-container .market-4 .max-bet {
  font-weight: bold;
}

.detail-page-container .market-4 .max-bet {
  width: 100%;
  text-align: left;
  line-height: 1;
}

.detail-page-container .nation-name {
  width: calc(100% - 452px);
  padding-right: 5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.detail-page-container .market-4 .nation-name > span:first-child,
.detail-page-container .market-6 .nation-name > span:first-child {
  max-width: 100%;
  line-height: normal;
}
.detail-page-container .nation-name > span:first-child {  
  max-width: 100%;
  display: inline-block;
  text-transform: capitalize;
  vertical-align: middle;
}

.detail-page-container .bet-table-header .nation-name {
  width: 100% !important;
}

.detail-page-container .bet-table-body .nation-name .max-bet {
  text-align: right;
}

.detail-page-container .market-4 .bet-table-header .nation-name {
  width: calc(100% - 300px);
}

.detail-page-container
  .market-4
  .bet-table-body
  .bet-table-row:first-child
  .nation-name {
  width: calc(100% - 300px);
}

.detail-page-container .market-6 .bet-table-header .nation-name {
  width: calc(100% - 224px);
}

.detail-page-container .market-6 .fancy-tripple {
  border-bottom: 1px solid var(--bg-secondary-02);
}

.detail-page-container.cricket-detail .market-6 .fancy-tripple {
  height: 100%;
}

.detail-page-container.cricket-detail
  .market-6
  .col-md-6:nth-last-child(2)
  .fancy-tripple,
.detail-page-container.cricket-detail
  .market-6
  .col-md-6:nth-last-child(1)
  .fancy-tripple {
  border-bottom: 0;
}

.detail-page-container .market-6 .fancy-tripple .bet-table-row {
  border-bottom: 0;
}

.detail-page-container .market-6 .nation-name {
  width: calc(100% - 224px);
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.detail-page-container .market-6 .nation-name p {
  height: auto;
  width: 100%;
}

.detail-page-container .market-6 .nation-name p:last-child {
  width: 100%;
  text-align: left;
}

.fancy-min-max {
font-size: 12px;
text-align: right;
width: 72px;
line-height: 16px;
font-weight: 500;
color:var(--light-text);
}
.detail-page-container .bl-title {
height: 28px;
border-radius: 0;
width: 72px;
text-align: center;
line-height: 29px;
margin-right: 4px;
cursor: default;
}

.detail-page-container .bl-title:last-child {
  margin-right: 0;
}

.detail-page-container .bl-box {
  width: 72px;
  height: 38px;
  padding: 3px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.detail-page-container .bl-box span {
  height: 14px;
  line-height: 14px;
}

.detail-page-container .bl-box .odds {
  height: 16px;
  line-height: 16px;
  margin-bottom: 1px;
}

.detail-page-container .bl-box.no-val {
  line-height: 38px;
  padding: 0;
  border: 0;
}

.detail-page-container .bl-box.no-val .odds {
  color: var(--light-text);
}

.detail-page-container .nation-name p {
  height: 19px;
  color: var(--light-text);
  margin-bottom: 6px;
  margin-bottom: 0;
  line-height: 20px;
  width: 100%;
}

.detail-page-container .nation-name p span:first-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 80px);
  width: calc(100% - 80px);
  display: inline-block;
}

.detail-page-container .nation-name p span:last-child {
  font-size: var(--font-small);
}

.detail-page-container .nation-name p:last-child {
  margin-bottom: 0;
}

.market-6 .suspendedtext:after {
  width: 148px;
  right: 84px;
  height: calc(100% - 4px);
}

.market-message {
padding: 5px 5px;
font-size: 12px;
line-height: 16px;
color: var(--text-white);
opacity:0.7;
}

.detail-page-container {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* betlsip match details */

.betslipright {
  position: fixed;
  width: 320px;
  right: 15px;
  bottom: 0;
  background-color:var(--bg-secondary-02hover);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.betslipright .title {
  background-color: var(--primary-color);
  color:var(--text-dark);
  text-align: center;
  font-size: 16px;
  height:45px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.betslipright .title svg {
  fill: var(--text-dark);
  width: 28px;
  height: 28px;
  margin-right: 6px;
}

 .betsliptabs {
  display:flex;
  border:1px solid var(--grey-800);
}

.betsliptabs a {
  display: flex;
  height: 40px;
  width: 50%;
  justify-content: center;
  align-items: center;
  color: var(--light-text);
  text-transform: capitalize;
  position: relative;
  text-decoration: none;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
}

.betsliptabs a.active::before {
content:'';
position:absolute;
height:2px;
width:100%;
background-color:var(--primary-color);
bottom:0;
}
.betsliptabs a.active {
  color:#fff;
}


.bet-slip-box {
background-color:var(--grey-800);
}
.bet-slip {
  border-bottom: 1px solid var(--grey-700);
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 7px;
  padding: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}

.back-bet .bet-slip {
color:var(--back1);
}
.lay-bet .bet-slip {
color:var(--lay1);
}
.bet-nation a {
color: #fff;
}


.match-result {
margin-top: 0;
height: auto;
color: #fff;
font-size: 12px;
line-height: 12px;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.bet-team {
display: flex;
display: -webkit-flex;
justify-content: space-between;
align-items: center;
} 
.bet-team-name {
max-width: calc(100% - 85px);
display: inline-block;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.bet-slip .bet-nation {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3px;
}

.bet-slip .bet-nation .close-bet img {
width: 12px;
}
.odds-box {
position: relative;
width: 80px;
}

.bet-slip-box .form-control {
/* background: transparent;
color: #fff;
font-size: 14px;
border: 1px solid #3e3e3e !important; */
height: 36px;
}
.bet-slip-box .form-control:focus {
box-shadow:none;
border:none;
}
.odds-box .form-control {
width: 80px;
border: 0;
}
.bet-input {
margin-top: 3px;
margin-left: 4px;
width: calc(48% - 8px);
display: inline-block;
vertical-align: top;
position: relative;
z-index: 0;
overflow: hidden;
margin: 0;
margin-left: 4px;
border:none;
}
.bet-buttons {
padding: 2px 4px 0 4px;
display: flex;
display: -webkit-flex;
justify-content: flex-center;
flex-wrap: wrap;
margin-top: 5px;
margin-bottom: 2px;
}
.bet-buttons .btn {
min-width: calc(25% - 3px);
margin-right: 3px;
margin-bottom: 4px;
height: 34px;
border-radius: 0;
background-color: var(--secondary-color);
border: none;
padding: 0;
font-size: 12px;
border-radius: 3px;
color: #fff;
font-weight: 500;
}

.bet-slip-container .place-bet-btn {
padding: 0;
margin-top: 8px;
display: flex;
flex-wrap: wrap;
}
.place-bet-btn {
  text-align: center;
}
.place-bet-btn button.btn.btn-primary.btn-block {
  width: 95%;
  height: 38px;
  border-radius: 0;
  background-color: var(--primary-color);
  border: none;
  padding: 0;
  font-size: 14px;
  border-radius: 40px;
  color: #000 !important;
  margin-top: 5px;
  margin: 5px auto;
  font-weight: 500;
}








.nav-pills .nav-link {
  background-color: var(--bg-secondary-02);
  color: var(--text-sidebar);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-right: 1px solid var(--bg-secondary);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.nav-pills .nav-item:last-child .nav-link {
  border-right: 0;
}

.nav-pills .nav-link.active {
  background-color: var(--primary-color);
  color: var(--text-secondary);
}


.horse-table .bet-nation-name {
  width: 400px;
  justify-content: flex-start;
}

.horse-time-detail {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 400px);
}

.horse-time-detail a {
  display: flex;
}

.horse-time-detail span {
  background: var(--bg-secondary-02);
  color: var(--text-white);
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.horse-table .bet-table-row {
  padding: 6px 8px 1px 8px;
}

.horse-table .bet-nation-name .bet-nation-game-name {
  max-width: calc(100% - 30px);
  padding-left: 10px;
}

.horse-table .game-title {
  width: 400px;
}




/* Responsive css  */




@media only screen and (min-width: 320px) and (max-width: 1599px) {
  .suspendedtext::after {
      width: calc(100% - 16px);
      right: 8px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {

  .right_wrapper_inner {
      display:none;
  }
  .center_wrapper_inner {
      width: 100%;
  }
  .d-none-mobile {
      display: none !important;
  }
  .bet-table-header {
      border-radius: 0;
      display: flex;
      padding: 0 10px;
  }
  .game-title {
      width: 100%;
      position: relative;
  }
  .bet-table-row-header-mobile .game-title {
      align-items: center;
  }
  .bet-table-row-header-mobile .team-name {
      max-height: 16px;
      line-height: 16px;
  }
  .bet-table-row-header-mobile .team-name.team-event {
      font-size: 12px;
  }
  .game-icons {
      justify-content: flex-end;
  }
  .game-icon {
      text-align: center;
      margin-right: 10px;
  }
  .bet-table-body {
    padding: 0;
}
  .bet-table-box {
    padding: 0;
    margin: 0;
    padding-bottom: 8px;
}
.bet-table-row {
  padding: 0px 8px;
}
  .point-title {
      width: 32%;
      margin-left: 0;
      margin-right: 2%;
  }
  .point-title.suspended:after {
      top: unset;
      bottom: 0;
      height: 32px;
      border-radius: 0;
  }
  .point-title.suspended:before {
      background-position: bottom 7.5px center;
  }
  .point-title:last-child {
      margin-right: 0;
  }
  .bl-box {
      width: 48%;
      margin-top: 0;
      margin-right: 4%;
  }
  .point-title-header {
      color: var(--text-table-header-new);
      display: none;
  }
  .bl-box span {
      font-size: var(--font-small);
  }
  .bl-box .odds {
      font-size: 15px;
      font-weight: var(--font-bold);
  }
  .bet-table-row-header-mobile {
      display: flex;
      align-items: center;
      background-color: var(--bg-table);
      padding: 4px;
      margin-bottom: 3px;
  }
  .bet-table-row-header-mobile .game-name {
      vertical-align: top;
      width: calc(100% - 70px);
      padding-left: 10px;
  }
  .bet-table-row-header-mobile .game-date.inplay ~ .game-name {
      padding-left: 10px;
      width: calc(100% - 70px);
  }
  .bet-table-row-header-mobile .game-date {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      width: 64px;
      height: 34px;
      line-height: 17px;
      border-right: 1px #666;
      padding-right: 0;
  }

  .game-date.inplay {
      border-right: 1px solid var(--bg-secondary-02hover) !important;
  }

  .game-date.inplay span {
      width: auto;
  }
  .detail-page-container .bet-table-header {
      border-radius: 0;
  }
  .detail-page-container .nation-name {
      width: 100%;
  }
  .bet-table-mobile-team-name {
      line-height: 17px;
      color: var(--text-body);
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      padding: 0 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .detail-page-container .bl-title {
      background-color: transparent;
      height: 20px;
      line-height: 20px;
      color: var(--text-table);
      width: 15%;
      margin-right: 2%;
  }
  .detail-page-container .bl-title:last-child {
      margin-right: 0;
  }
  .bet-table-row {
      border-bottom: 0;
  }
  .detail-page-container .bl-box {
      margin-top: 0;
      width: 15%;
      margin-right: 2%;
  }
  .fancy-min-max {
      width: 26%;
  }
  .detail-page-container .market-6 .bl-box {
      width: 35%;
  }
  .detail-page-container .market-4 .bet-table-header .nation-name,
  .detail-page-container .market-6 .bet-table-header .nation-name {
      width: 100%;
  }
  .market-6 .suspendedtext::after {
      width: calc(100% - 16px);
  }
  .market-6 .suspendedtext::after {
      right: calc(28% + 3px);
      width: calc(72% - 11px);
  } 
  .detail-page-container .market-4 .nation-name > span:first-child,
  .detail-page-container .market-6 .nation-name > span:first-child {
      max-width: calc(100% - 100px);
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      line-clamp: 2;
      -webkit-box-orient: vertical;
  }
  .detail-page-container .market-4 .max-bet {
      width: 100px;
      text-align: right;
      font-size: 11px;
  }
  .bet-table-row-header-mobile .game-name {
      display: flex !important;
      flex-wrap: wrap;
      align-items: center;
  }
  .bet-table-row-header-mobile .game-name a {
      width: 60%;
  }
  .game-icons {
      width: 40%;
      flex-wrap: wrap;
  }
}




@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .suspendedtext::after {
    width: 332px;
}
  .game-title {
      width: calc(100% - 348px);
  }
  .game-date {
      padding-right: 10px;
  }
  .game-name {
      padding-left: 10px;
      width: calc(100% - 260px);
  }
  .team-name.team-event {
      font-size: 12px;
  }
  .game-date.inplay ~ .game-name {
      width: calc(100% - 160px);
  }
  .detail-page-container .nation-name {
      width: calc(100% - 452px);
  }
  .detail-page-container .bet-table-body .bet-table-row:first-child {
      padding: 4px 8px;
  }
  .point-title {
      width: 108px;
      margin-left: 8px;
  }
  .bl-box {
      width: 52px;
  }
  .detail-page-container .market-6 {
      min-width: calc(100% - 6px);
  }
}

@media only screen and (min-width: 1366px) and (max-width: 1599px) {
  .suspendedtext::after {
    width: 332px;
}
  .game-name {
      width: calc(100% - 150px);
      margin-right: 5px;
  }
  .team-name.team-event {
      font-size: 12px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .bl-box .odds {
      font-size: 14px;
      font-weight: 700;
  }
  .point-title {
      margin-left: 8px;
      width: 108px;
  }
  .bl-box {
      width: 52px;
  }
  .game-title {
      width: calc(100% - 348px);
  }
  .detail-page-container .bl-box,
  .detail-page-container .bl-title {
      width: 52px;
  }
  .detail-page-container .nation-name {
      width: calc(100% - 332px);
  }
  .detail-page-container .market-4 .bet-table-header .nation-name {
      width: calc(100% - 220px);
  }
  .detail-page-container
      .market-4
      .bet-table-body
      .bet-table-row:first-child
      .nation-name {
      width: calc(100% - 220px);
  }
  .detail-page-container .market-6 .nation-name {
      width: calc(100% - 164px);
  }
  .detail-page-container .market-6 .bet-table-header .nation-name {
      width: calc(100% - 164px);
  }
  .market-6 .suspendedtext::after {
      width: 108px;
      right: 64px;
  }
  .fancy-min-max {
      width: 52px;
  }
  .bet-table-header {
      padding: 4px 8px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  .suspendedtext::after {
    width: 452px;
  }
} 

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .detail-page-container .market-4,
  .detail-page-container .market-6 {
      min-width: calc(100% - 6px);
  }
  .detail-page-container .market-4.width-75 {
      min-width: calc(100% - 6px);
  }  
  .horse-table .bet-table-row {
    padding: 0;
}
.horse-table .bet-nation-name {
    width: 100%;
    background: var(--bg-table);
    padding: 5px;
    margin-bottom: 5px;
}
.horse-time-detail {
    width: 100%;
}
.horse-table .bet-nation-name .bet-nation-game-name {
  padding-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .bet-table-row {
      padding: 9px 10px;
  }


}

@media only screen and (min-width: 1200px) {
  .d-none-desktop {
      display: none !important;
  }
}

.openbetslipbtn{
  display:none;
}

@media only screen and (max-width:991px) {
  .betslipright {
    position: fixed;
    width: 95%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .openbetslipbtn {
    background-color: var(--primary_text);
    position: fixed;
    z-index: 9999;
    bottom: 0;
    display: block;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    bottom:6px;
}
.openbetslipbtn svg{
  width:30px;
  height:30px;
}

.bet-table {
    font-size: 12px;
}

}


/* 20-05-2025 css start */
body.light_theme .scorestats .collapsebtn img{
  filter: none !important; 
}
/* 20-05-2025 css end */