
 /* :root {
  --primary-color: #E2CE1A;
  --primary-color2: #1B1B1B;
  --primary-light: #1A1A1A;
  --secondary-color: #272727;
  --secondary-color2: #373737;
  --light-bg:#2E2E2E;
  --other-bg: #172648;
  --bg-body: #000000;
  --text-white: #fff;
  --text-black: #000000;
  --light-text: #8D8D8D;
  --light-text2: #767676;
  --text-header:#DBDBDB;
  --text-color-other:#AFAFAF;
  --footer-bg: #112558;  
  --back: #97D4FF;
  --lay: #FFACCB;
} */

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(--bet-box-bg);
  color: var(--text-white);
  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;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}
.market_tabs_list a.active {
  color:var(--primary-text);
  background:var(--deposit-btn);
}
.market_tabs_list a:hover{
    color: var(--text-primary);
}





.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: linear-gradient(to bottom, #BAE7FF, #5B7DBDA6);
  --back-hover: #4fa1dc;
  --back1: #55b7fd;
  --back2: #72bbefa3;
  --lay: linear-gradient(to bottom, #FAC2EC, #F78FFE82);
  --lay-hover: #e16f9a;
  --lay1: #f994ba;
  --lay2: #f994baa3;
  --back-title: #72bbef80;
  --lay-title: #f994ba80;
 --text-green:#0aff71;
  --bg-success: #0aff71;
  --input-betbg:#18161B;
  --bet-box-bg:rgb(182 128 53 / 33%);
  --dark-backgound:rgb(80 8 0);
}



.back {
  background: var(--back);
}

.back:hover {
  background-color: var(--back-hover);
}
/* 
.back2 {
  background-color: var(--back2);
}

.back1 {
  background-color: var(--back1);
} */

.lay {
  background: 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("../images/lock.svg");
  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: #690b01b8;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
height: 38px;
    width: 452px;
    right: 8px;
    top: 6px;
  color: var(--text-white);
  font-size:14px;
  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);
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
    background: var(--sport-tabs);
    border: 1px solid var(--br-color-2);
}
.bet-table-header {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
     background: var(--deposit-btn);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 3px;
    border-radius: 0px;
}
.date_sports {
    PADDING-RIGHT: 14PX;
    WIDTH: 90PX;
    margin-right: 14px;
    border-right: 1px solid rgb(255 222 111 / 10%);
     color:var(--secondary-text);
    font-size: 12px;
    font-weight: 400;
}
.game-title {
  width: calc(100% - 540px);
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  align-items: center;
}
.game-title img {
    height: 11px;
    width: 13px;
}
.game-title .live_icon{
    padding: 0px 5px;
    border-right: 1px solid rgb(255 222 111 / 10%);
}
.game-title .live_icon img {
    width: 40px;
    height: 21px;
}
.bet-table-header .game-title span {
    margin-left: 0px;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-text);
}

.point-title {
  width: 164px;
  margin-left: 16px;
  color: var(--primary-text);
}

.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% - 170px);
    display: flex;
    align-items: center;
}
.game-name a {
color:#fff;
text-decoration:none;
}
.live_match_icon img{
  width: 27px;
  height: 27px;
  min-width: 27px;
  margin-right: 10px;
}
.bet-table-body {
    position: relative;
    padding: 0;
}
/* .bet-table-box {
  border-bottom: 1px solid var(--bg-secondary-02);
}
.bet-table-box{
   border-bottom: 1px solid var(--br-color);
}
.bet-table-box:last-child {
  border:none !important;
} */

.bet-table-row {
    padding: 3px 17px;
    display: -webkit-flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    height: 50px;
    line-height: normal;
    border-radius: 3px;
    border-bottom: 1px solid rgb(255 222 111 / 10%);
}

.bet-table-box:last-child .bet-table-row {
  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(--text-yellow);
  font-size: 12px;
}

.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: 0px;
    font-weight: 600;
    padding: 0 10px;
    border-right: 1px solid rgb(255 222 111 / 10%);
    min-height: 20px;
}
.game-icon:last-child{
  border: none;
}
.game-icon:last-child {
  margin-right: 0;
}
.bl-box {
    height: 35px;
    width: 80px;
    border-radius: 4px !important;
    padding: 5px 0;
    text-align: center;
    margin-right: 0;
    float: left;
    cursor: pointer;
    position: relative;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Tiro Tamil", serif;
}

.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: var(--text-black) !important;
}

.lay-title {
  background-color: var(--lay-title);
  color: var(--text-black) !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:var(--text-black);
  font-weight:400;
  font-size: 13px;
  text-align: center;
}
.bl-box .odds {
  height: auto;
}
.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: 3px;
  background-color: var(--bet-box-bg);
  color: var(--text-white);
  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: var(--secondary-text);
    font-weight: 400;
    border-radius: 3px;
        background: var(--sport-tabs);
    padding: 0 15px;
    border: 0;
}

.detail-page-container .bet-table-header img {
  transform: rotate(180deg);
  filter: brightness(0) saturate(100%) invert(99%) sepia(8%) saturate(665%) hue-rotate(229deg) brightness(117%) contrast(100%);
}

.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-bottom: 10px;
    padding-bottom: 0px;
}

.detail-page-container .bet-table-row {
  padding: 2px 8px;
}

.bet-table-body .bet-table-row:first-child {
  padding: 2px 8px;
}
.detail-page-container .bet-table-row:last-child{
  border-bottom: 0;
}
.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;
  text-transform: uppercase;
}
.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;
    font-weight: 400;
    color: var(--text-white);
    font-size: 12px;
}

.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: 400;
color:var(--text-white);
}
.detail-page-container .bl-title {
height: 28px;
border-radius: 4px;
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;
  margin-right: 4px;
}

.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;
  color: var(--dark-text);
}

.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(--text-white);
  margin-bottom: 6px;
  margin-bottom: 0;
  line-height: 20px;
  width: 100%;
  font-weight: 400;
}

.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);
  top: 3px;
}

.market-message {
padding: 5px 5px;
font-size: 12px;
line-height: 16px;
color: var(--light-text);
}

.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: relative;
    width: 100%;
    right: 0;
    bottom: 0;
    /* background-color:var(--dark-backgound); */
    border-radius: 5px;
    margin-top: 0;
}

.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;    
    overflow: hidden;
}

.betsliptabs a {
    display: flex;
    height: 38px;
    width: 50%;
    justify-content: center;
    align-items: center;
    color: var(--text-white);
    text-transform: capitalize;
    position: relative;
    text-decoration: none;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    border-radius: 5px;
}

/* .betsliptabs a.active::before {
content:'';
position:absolute;
height:2px;
width:100%;
background-color:var(--primary-color2);
bottom:0;
} */
 .betsliptabs a:hover{
  color:var(--text-primary);
 }
.betsliptabs a.active {
  color:var(--primary-text);
  background: var(--deposit-btn);
  border-color: var(--br-color);
}


.bet-slip-box {
    background-color: transparent;    
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.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: 13px;
  line-height: normal;
}

.back-bet .bet-slip {
color:var(--back1);
}
.lay-bet .bet-slip {
color:var(--lay);
}
.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 .match_name_main_box span{
  display: block;
  line-height: 21px;
  color: var(--text-white);
}
.bet-slip .bet-nation .match_name_main_box .match_name{
  position: relative;
  padding-left: 20px;
}
.bet-slip .bet-nation .match_name_main_box .match_name::before {
    height: 10px;
    width: 10px;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 2px;
}
.bet-slip-box.back-bet .bet-slip .bet-nation .match_name_main_box .match_name::before{
  background: var(--back);
}
.bet-slip-box.lay-bet .bet-slip .bet-nation .match_name_main_box .match_name::before{
  background: var(--lay);
}
.bet-slip .bet-nation .close-bet img {
width: 12px;
}
.odds-box {
position: relative;
width: 80px;
}

.bet-slip-box .form-control {height: 36px;background-color: var(--tbl-th);border: 1px solid var(--br-color);font-size: 14px;color: var(--text-white);}
.bet-slip-box .form-control:focus {
box-shadow:none;
}
.bet-slip-box .form-control::placeholder{
  color: var(--normal-light);
}
.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: 10px;border:none;}
.bet-buttons {padding: 10px 10px 0 10px;display: flex;display: -webkit-flex;justify-content: flex-center;flex-wrap: wrap;margin-top: 5px;margin-bottom: 2px;border-top: 1px solid rgb(255 255 255 / 10%);margin-top: 10px;}
.bet-buttons .btn {
min-width: calc(25% - 3px);
margin-right: 3px;
margin-bottom: 4px;
height: 34px;
border-radius: 0;
background-color: var(--bet-box-bg);
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;
    display: flex;
    gap: 5px;
    padding: 0 10px !important;
}
.place-bet-btn .btn-block {
  width: 95%;
  height: 38px;
  border-radius: 0;
  background: var(--green-bg);
  border: none;
  padding: 0;
  font-size: 14px;
  border-radius: 5px;
  color: var(--text-white) !important;
  margin-top: 5px;
  margin: 5px auto;
  font-weight: 500;
  text-transform: uppercase;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.place-bet-btn .btn-block:hover{
  opacity: 0.8;
}

button.btn.primary-btn.btn-block.Clear_btn{
  background-color: #BE0003;
}

button.btn.primary-btn.btn-block.Clear_btn:hover{
  opacity: 0.7;
}


.nav-pills .nav-link {
  background-color: var(--bg-secondary-02);
  color: var(--text-white);
  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;
}

.inplay_wrapper .nav-pills .nav-link.active {
background: var(--deposit-btn);
    color: var(--primary-text);
}


.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(--bet-box-bg);
  color: var(--text-white);
  padding: 5px 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  font-family: "Tiro Tamil", serif;
  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;
  color: var(--text-white);
}


  .inplay_section .point-title .back.bl-box{
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }

   .inplay_section  .point-title .lay.bl-box{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }


.inplay_section  .round_box {
    height: 23px;
    width: 23px;
    border-radius: 50%;
    border: 1px solid var(--br-color);
    background: var(--withdrawal-btn);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}
.inplay_section   .round_box span {
    font-size: 10px;
    color: var(--dark-text);
    font-weight: 700;
    line-height: 10px;
}

.game-header {
    padding: 9px;
    color: var(--secondary-text);
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: var(--dark-backgound);
    border-radius: 5px;
    font-size: 14px;
}
.game-header .game-header-name {
    max-width: calc(100% - 180px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    display: inline-block;
    line-height: normal;
}
.game-header-date {
    float: right;
}
.livetv_mobile svg {
    width: 22px;
    height: 22px;
    fill:var(--secondary-text);
}
/* 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) {
.game-icon {
    padding: 0 5px;
}
.date_sports {
    line-height: normal;
}
.game-title img {
    height: 9px;
    width: 13px;
}
.game-title .live_icon img {
    width: 32px;
    height: 20px;
}
  .right_wrapper_inner {
      display:none;
  }
  .center_wrapper_inner {
      width: 100%;
  }
  .d-none-mobile {
      display: none !important;
  }
  .bet-table-header {
      border-radius: 3px;
      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: 6px;
  }
  .bet-table-body {
    padding: 0;
}
  .bet-table-box {
    padding: 0;
    margin: 0;
    padding-bottom: 0;
    margin-bottom: 3px;
    border-radius: 3px;
    background-color: var(--bet-row-bg);
}
.bet-table-row {
  padding: 0px 4px;
}
  .point-title {
      width: 32%;
      margin-left: 0;
      margin-right: 2%;
  }
  .point-title.suspended:after {
      top: unset;
      bottom: 0;
      height: 35px;
      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: 0;
  }
  .point-title-header {
      color: var(--text-table-header-new);
      display: none;
  }

  .bl-box span {
      font-size: 12px;
  }
  .bl-box .odds {
      font-size: 12px;
      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% - 0px);
      padding-left: 0;
  }
  .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: 5px;
  }
  .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: 110px;
      text-align: right;
      font-size: 11px;
      color: var(--text-white);
  }
  .bet-table-row-header-mobile .game-name {
      display: flex !important;
      flex-wrap: nowrap;
      align-items: center;
  }
  .bet-table-row-header-mobile .game-name a {
      width: 50%;
      line-height: normal;
  }
  a.live_match_icon {
    width: auto !important;
}
.game-title .live_icon {
    width: auto !important;
}
  .game-icons {
      width: 40%;
      flex-wrap: wrap;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .suspendedtext::after {
      width: 452px;
  }
  .game-title {
      width: calc(100% - 348px);
  }
  .game-date {
      padding-right: 10px;
  }
.bet-table-row {
    padding: 3px 5px;
}
.game-icon {
    padding: 0 3px;
}
  .game-name {
      padding-left: 0px;
      width: calc(100% - 120px);
  }
  .game-title img {
    height: 10px;
    width: 12px;
}
.game-title .live_icon {
    padding-left: 0;
}
.match_name_text {
    font-size: 12px;
}
.date_sports {
  WIDTH: 65PX;
  font-size: 10px;
  padding-right: 7px;
  margin-right: 7px;
}
  .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% - 180px);
      margin-right: 5px;
  }
  .team-name.team-event {
      font-size: 12px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    .suspendedtext::after {
        width: 332px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .suspendedtext::after {
        width: 452px;
    }
}
@media only screen and (min-width: 1280px) and (max-width: 1599px) {
  .bl-box .odds {
     font-size: 12px;
        font-weight: 400;
  }
  .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 17px;
  }
}
/* @media only screen and (min-width: 1201px) and (max-width: 1279.99px) {
  .detail-page-container .bl-box, .detail-page-container .bl-title {
    width: 52px;
}
} */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .inplay_section  .round_box {
    height: 18px;
    width: 18px;
}
.inplay_section   .round_box span {
    font-size: 8px;
    line-height: 8;
}
.date_sports {
    PADDING-RIGHT: 5PX;
    WIDTH: 80PX;
    margin-right: 7px;
    font-size: 11px;
}
  .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;
}
.market_tabs_list a {
    padding: 5px 10px;
    font-size: 13px;
}
}

@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: relative;
    width: 100%;
    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;
}
.mobile_logo_and_search .logo_mobile img {
    height: 30px;
}
}