/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
p.norecords {
  margin: 0;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background: red;
  color: #fff;
}
.bets_link{
  background: #FF8E2A;
  color: #000;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
}
.commentary {
  display: flex;
  align-items: center;
  background: #111;
  color: #fff;
  padding: 4px;
  font-size: 13px;
}
.commentary img{
  width: 20px;
  margin-right: 5px;
}
.horse-rawing ul li a{
  text-transform: uppercase;
  font-size: 13px;
  border: 1px solid transparent;
  color: #000;
}
.horse-rawing ul li.active a,
.horse-rawing ul li:hover a{
  background: #FF8E2A !important;
  color: #fff !important;
  border: none;
}
.bet-table-row .bet-nation-name {
    width: 40%;
    padding-left: 7px;
    font-size: 12px;
    display: flex;
}
.bet-table-row .horse-time-detail {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}
.bet-table-row .horse-time-detail a {
    display: inline-block;
}
.bet-table-row .horse-time-detail a span {
    font-size: 11px;
    background: #ff8e2a;
    color: #fff;
    padding: 3px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
}
.bet-table-row .bet-nation-name .game-icon {
    margin-right: 5px;
}
.bet-table-row .bet-nation-game-name {
    font-size: 13px;
}
.bet-table-row {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
}

/*betslip*/
.palce-tab-content {
  border-left: 1px solid #111;
  border-right: 1px solid #111;
  border-bottom: 1px solid #111;
}
.place-bet-content table{
  margin: 0;
}
.place-bet-content td {
  padding: 4px;
}
.place-bet-content .bet-odds .input-group-text{
  border-radius:0;
  border:none;
  height:40px;
  font-size:13px;
  background:#ff8e2a;
  color:#fff;
}
.place-bet-content .bet-odds .input-group input {
  width: 80%;
  border: none;
  height:40px;
  text-align:center;
  font-size:13px;
}
.place-bet-content .bet-odds .input-group{
  justify-content:center;
}
.place-bet-content .bet-stakes input{
  width:100%;
  border:none;
  height:40px;
  text-align:center;
  font-size:13px;
}
.palce-tab-content input:focus{
  outline:none;
  box-shadow:inset 0 0 0 1px #ff8e2a;
}
.place-bet-content .value-buttons{
  text-align: center;
  width: 100%;
}
.place-bet-content .value-buttons button{
  font-size: 10px;
  text-transform: uppercase;
  background: #444;
  border: none;
  width: calc(8% - 1px);
  margin: 0 2px;
  display: inline-block;
}
.place-bet-content .btn-min-stake{
  background:#ffbc00 !important;
  color:#000;
}
.place-bet-content .btn-max-stake{
  color: #fff !important;
  background: #334579 !important;
}
.place-bet-content .all-in-stake{
  color: #fff !important;
  background: green !important;
}
.place-bet-content .clear-stake{
  color: #fff !important;
  background: red !important;
}
.place-bet-content .bet-stakes{
  margin:0;
  text-align:center;
  font-size:13px;
  color:#000;
  font-weight:500;
}
.place-bet-content .btn-danger{
  text-transform:uppercase;
  margin:5px 2px;
  width:45%;
  height:45px;
  font-weight:600;
  color:#fff;
  display: inline-block;
}
.place-bet-content .btn-success{
  text-transform:uppercase;
  margin:5px 2px;
  width:45%;
  height:45px;
  font-weight:600;
  color:#fff;
  display: inline-block;
}
/*betslip*/
.rae_btns {
  padding: 6px 0px;
  font-size: 12px;
}
.rae_btns span {
  font-size: 13px;
}
.balance-information {
  border-bottom: rgba(0,0,0,.15) 1px solid !important;
  padding: 5px 7px;
}
.balance-row {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
  padding: 4px;
  justify-content: space-between;
}
.balance-text-left {
  flex-basis: 55%;
  font-size: 11px;
  font-weight: 500;
  line-height: 1rem;
  color: #000;
}
.balance-text-left small {
  font-size: 10px;
}
.balance-price {
  color: #FF8E2A;
}
.ab_rae_btns {
  border-bottom: 1px solid rgba(0,0,0,.15);
  padding: 5px;
  text-align: center;
}
.ab_btns {
  background: #FF8E2A;
  color: #fff !important;
  border-radius: 100px;
  text-align: center;
  margin-bottom: 3px;
  font-size: 12px;
  border: none;
  width: 80%;
  text-transform: uppercase;
  height: 30px;
}
.rae_btns{
  border: 1px solid #eee;
  color: #000;
  border-radius: 100px;
  text-align: center;
  line-height: normal;
  width: 80%;
  font-size: 12px;
  height: 30px;
}
.referral__div{
  background: #FF8E2A;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.referral__div h2{
  color: #fff;
  text-align: center;
  margin: 0;
  font-weight: 700;
}
.referral__socials{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.referral__socials a{
  margin: 0 5px;
}
.referral__socials a img{
  width: 35px;
  border-radius: 100px;
}
.referral__div p{
  color: #fff;
  text-align: center;
  line-height: normal;
  font-size: 13px;
  margin: 0;
}
.referral__copy {
    background: #000;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,.2), 0px 2px 2px 0px rgba(0,0,0,.14), 0px 1px 5px 0px rgba(0,0,0,.12);
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    margin-bottom: 15px;
}
.referral__copy p{
  margin: 0;
  font-size: 16px;
}
.referral__copy h5,
.referral__copy h4{
  margin: 0;
  color: #fff;
}
button.copy__btn {
    margin: 0 auto;
    margin-bottom: 15px;
    display: block;
    border: none;
    background: #FF8E2A;
    text-transform: uppercase;
    border-radius: 50px;
    color: #fff;
    font-size: 13px;
    padding: 8px 25px;
}
button.copy__btn i{
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 2px;
  margin-left: 10px;
}
h6.note {
    text-align: center;
    color: #FF8E2A;
    margin: 0;
}
.myrefferealh1{
  color: #fff;
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
.myrefferealh1 small{
  font-size: 13px;
  color: #ddd;
  margin-left: 5px;
}
html{
  background: #C6C6C6;
}
body {
  font-family: "Poppins", sans-serif;
  background: #C6C6C6;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  margin: 0;
}
#main{
  width: 100;
  margin: 0 auto;
  background: #eee;
}
header{
  position: fixed;
  z-index: 9;
  width: 100%;
}
.header{
  background: #000;
  padding:8px 6px;
}
.lnld_div{
  display: flex;
  align-items: center;
  justify-content: space-between;  
}
.logo-nav{
  display: flex;
  align-items: center;
}
.logo-nav i{
  color: #fff;
  display: none;
}
.logo-nav img{
  width: 140px;
}
.login-demo {
  display: flex;
}
.loginbtn{
  background: #fff;
  border: 1px solid #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 5px 12px;
  margin: 0 3px;
  height: auto;
  display: block;
  line-height: 25px;
  font-weight: 500;
}
.demobtn{
  background: #fff;
  border: 1px solid #fff;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 15px;
  padding: 5px 12px;
  margin: 0 3px;
  height: auto;
  display: block;
  line-height: 25px;
  font-weight: 500;
}
.balance_exposure {
  line-height: normal;
/*  background: #fff;*/
  border-radius: 6px;
  padding: 5px;
  /* display: flex; */
}
.balance_exposure span {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  text-align: center;
  /* padding: 4px; */
  color: #fff;
  display: block;
}
.balance_exposure span:first-child {
    /* border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: green;
    box-shadow: inset 1px 0 0 0px green; */
}
.balance_exposure span:last-child {
    /* border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: red;
    box-shadow: inset -1px 0px 0 0px red; */
}
.balance_exposure span b {
  /* font-size: 9px;
  display: block; */
}
.account_pages ul{
  padding: 0;
}
.account_pages li:last-child a{
  text-align: center;
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #c21c1c;
  color: #fff;
}
.account_pages li:last-child a:hover{
  background: red;
}
.account_pages li a{
  font-size: 12px;
  padding: 8px 5px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.account_pages li a:hover{
  background: #FF8E2A;
  color: #fff;
}
.account_pages li a.dropdown-item.active,
.account_pages li a.dropdown-item:active{
  background: #FF8E2A;
}
.account_pages li a img{
  width: 20px;
  margin-right: 5px;
}
.account_pages{
  display: flex;
  align-items: center;
}

.loksabha-ipl {
  margin-top: 7px;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.loksabha-ipl a{
  font-weight: 600;
  background: #fff;
  width: calc(50% - 6px);
  margin: 0 3px;
  text-align: center;
  border-radius: 6px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 5px;
}
.topmenubar{
  background: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 4px 4px 0px #ddd;
  padding: 8px 0;
}
.topmenubar div {
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
  cursor: pointer;
  position: relative;
}
.topmenubar div:after {
  content: '';
  background: #f1f1f1;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 1px;
}
.topmenubar .icon {
  width: 35px;
  height: 35px;
  display: flex;
  margin: 0 auto;
  background: #444;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}
.topmenubar .icon img{
  width: 18px;
}
.topmenubar {
  width: 100%;
  display: none;
  align-items: center;
}
.topmenubar::-webkit-scrollbar {
  height:1px;
  background: transparent;
}
.topmenubar::-webkit-scrollbar-thumb {
  background: #444444;
}
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count:infinite;
  -webkit-animation-timing-function:ease-in-out;
  -webkit-animation-direction: alternate;
}
.leftsidebar{
  width: 250px;
  position: fixed;
  background: #fff;
  height: 100%;
  margin-top: 60px;
  transition: all ease-in-out 0.5s;
  z-index: 9;
}
.leftmenu ul li {
  list-style: none;
}
.leftmenu ul li a {
  text-transform: capitalize;
  font-size: 12px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 11px;
  border-bottom: 1px solid #eee;
  position: relative;
}
.leftmenu ul li a:hover{
  background: #eee;
}
.leftmenu ul li a i {
  position: absolute;
  right: 10px;
}
.leftmenu ul li a[aria-expanded="true"] i.fa-caret-down:before{
  content: "\f0d8";
}
.leftmenu ul li a img {
  width: 22px;
  margin-right: 4px;
}
.leftmenu ul li ul li a {
  padding-left: 36px;
  font-size: 11px;
  border-bottom: 1px solid #f9f9f9;
  transition: 0.9s;
}
.leftmenu ul li ul li a:hover{
  color: #222;
  background: #FF8E2A;
}
.leftmenu ul li ul li a img{
  width: 15px;
}
.leftmenu ul {
  padding: 0;
  margin: 0;
}
.leftmenu ul li ul ul li a:before {
  content: '';
  background: green;
  height: 7px;
  width: 7px;
  border-radius: 7px;
  margin-right: 7px;
}
.btn-download{
  position: fixed;
  bottom: 0;
  z-index: 9;
  width: 250px;
  border: none;
  text-transform: uppercase;
  background: #000;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-top: 1px solid #000;
}
.btn-download img{
  width: 22px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 2px;
}
.contentpart{
  padding: 10px;
  padding-top: 60px;
  /*overflow-y: auto;
  height: calc(100vh - 150px);
  padding-bottom: 50px;*/
  margin-left: 250px;
}
.footermenu{
  display: none;
}
.title-view{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.title{
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.title:after{
  content: '';
  background: #FF8E2A;
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -3px;
}
.title img {
  width: 20px;
  margin-left: 5px;
}
.viewallbtn{
  font-size: 11px;
  font-weight: 400;
  background: orange;
  padding: 2px 5px;
  text-transform: uppercase;
  border-radius: 4px;
  color: #000;
}

.event_header {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.event_section {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 0 2px 0px #ddd;
  padding:0;
  margin-bottom: 10px;
}
.timer {
  width: 5%;
  text-align: center;
}
.teams {
  width: 55%;
  position: relative;
}
.bl_div {
  width: 40%;
  display: flex;
  align-items: center;
}
.timer i{
  font-size: 11px;
  color: #555;
}
.timer span {
  font-size: 9px;
  text-transform: capitalize;
  line-height: 1;
  display: flex;
  margin: 0 auto;
}
.teams i {
  font-size: 8px;
  color: #555;
  margin-right: 5px;
}
.teams h5{
  font-size: 10px;
  font-weight: 600;
  text-transform: capitalize;
  padding-left: 10px;
}
.teams span{
  font-size: 10px;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
}
.event_header .bl_div button{
  background: none;
  width: calc(50% - 4px);
}
.event_header .bl_div button:first-child{
  text-align: right;
  padding-right: 15px;
}
.event_header .bl_div button:last-child{
  text-align: left;
  padding-left: 15px;
}
.bl_div button {
  border-radius: 2px;
  text-transform: uppercase;
  width: calc(16.6666667% - 2px);
  margin: 0 1px;
  font-size: 10px;
  border: none;
  font-weight: 600;
  line-height: normal;
  padding: 3px 0;
}
.bl_div button small{
  display: block;
  font-size: 10px;
  font-weight: 400;
}
.back{
  background: #A0D7FA;
}
.lay{
  background: #FDC9D4;
}
.event_section .event_data:last-child{
  border-bottom: none;
}
.event_data {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.event_data .bl_div button{
  height: 38px;
  font-size: 12px;
}
.event_data .timer{
  border-right: 1px solid #eee;
}
.event_data .timer,
.event_data .teams{
  display: flex;
  height: 40px;
  align-items: center;
}
.event_data .teams{
  padding-left: 5px;
}
.event_data .teams a{
  margin-left: 3px;
  display: flex;
  align-items: center;
}
.event_data .teams a span small{
  display: block;
  font-size: 10px;
}
.teams .event_styling{
  position: absolute;
  right: 10px;
}
.teams em{
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  margin-right: 4px;
  color: green;
}
.teams em i{
  font-size: 13px;
  color: green;
  margin-right: 0;
}
.teams img {
  width: 15px;
  margin-left: 10px;
}
.inplay{
  background: #148808;
  color: #fff;
  padding: 3px 5px;
  border-radius: 2px;
  font-size: 8px;
  font-weight: 400;
}
.casino_section {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.casino_section .casino_column {
  width: calc(20% - 5px);
  position: relative;
  margin: 0 2px;
  margin-bottom: 4px;
}
.casino_section .casino_column img{
  width: 100%;
  height: 147px;
}
.playnow{
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  background: #FF8E2A;
  color: #000;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.detail_eventtitle {
  text-transform: uppercase;
  font-size: 15px;
  background: #222;
  padding: 8px 10px;
  color: #fff;
}
.detail_data ul li{
  position: relative;
}
.detail_data ul li button, .detail_data ul li a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 0;
  border-radius: 0 !important;
  background: #000 !important;
  position: relative;
  color: #fff;
}
.detail_data ul li button:hover, .detail_data ul li a:hover{
  color: #fff !important;
}
.detail_data ul li button:hover:after,
.detail_data ul li button.active:after,
.detail_data ul li a:hover:after,
.detail_data ul li a.active:after{
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 70%;
  background: #FF8E2A;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.detail_data ul li:nth-child(1):after,
.detail_data ul li:nth-child(2):after{
  content: "";
  background: #777;
  position: absolute;
  right: 0;
  top: 3px;
  height: 80%;
  width: 1px;
}

.market_section {
  padding: 0;
  border: 1px solid #ddd;
}
.market_section .oddsHeader{
  background: #000 !important;
}
.market_section .oddsHeader button{
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 5px 0 !important;
}
.market_section .oddsHeader p{
  position: relative;
  padding:3px 0;
  margin: 0;
  display: flex;
  align-items: center;
  padding-left: 5px;
}
.market_section .oddsHeader .minmax-text{
  color: #fff;
  font-weight: 500;
  font-size: 10px;
  position: absolute;
  right: 5px;
}
.market_section .oddsHeader .marketname{
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 5px;
  color: #fff;
  font-weight: 600;
}
.market_section .oddsHeader .btncashout{
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  background: #FF8E2A;
  border-radius: 100px;
  padding: 2px 6px;
  font-weight: 600;
}
.market_section .oddsHeader .btncashout i{
  font-style: normal;
}
.market_section .oddsHeader .ex-bl {
    background: none;
    border: none;
}
.market_section .btn-group {
  width: 100%;
}
.market_section .btn-group button {
  font-size: 13px;
  font-weight: 600;
  width: 16.66666%;
  border: none;
  border-right: 1px solid #fff;
  line-height: normal;
  padding: 4px 0;
  text-transform: capitalize;
  color: #000;
}
.market_section .btn-group button.lay2 {
  border-right: none;
}
.market_section .btn-group button small {
  font-size: 11px;
  color: #222;
  display: block;
  font-weight: 300;
}
.market_section .row {
  border-bottom: 1px solid #fff;
  margin: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: normal;
  background: #f1f1f1;
}
.market_section .runnername {
  margin: 0;
  position: relative;
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color: #000;
  text-transform: capitalize;
  font-weight: 400;
}
.market_section .runnername em{
  font-style: normal;
  font-size: 11px;
}
.market_section marquee{
  font-size: 11px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 500;
  color: #000;
}
.red{
  color: red;
}
.green{
  color: green;
}
.toss_market .runnername {
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  line-height: 1.5;
}
.toss_market .runnername span {
  display: block;
}
.toss_market button{
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 11px 0;
  font-size: 14px;
  font-weight: 600;
  border: none;
}
.premiumtab{
  background: #FF8E2Ared;
}
ul.fancttabs {
  background: #FF8E2A;
  justify-content: center;
  margin: 2px 0;
  margin-bottom: 0;
  display: block;
  overflow-x: auto;
  width: 100%;
  white-space: nowrap;
  text-align: center;
}
ul.fancttabs li{
  display: inline-block;
}
ul.fancttabs li button {
  text-transform: uppercase;
  font-size: 13px;
  border-radius: 0px !important;
  border: none !important;
  color: #fff;
  /* box-shadow: inset 0 0 0 1px #50cb8d; */
  padding: 9px 20px;
}
ul.fancttabs li:first-child:after{
  display: none;
}
ul.fancttabs li button:hover,
ul.fancttabs li button.active {
  background: #ffffff !important;
  color: #FF8E2A !important;
}
ul.fancymarketlist .oddsHeader button{
  border-color: #444 !important;
}
.fancymarketlist .btn-group button {
  width: 100%;
  border-color: #fff;
}
ul.fancymarketlist .btn-group {
  margin: 0;
  margin-bottom: 1px;
}
ul.fancymarketlist .btn-group:last-child {
  margin-bottom: 0;
}
.two-odds-min-max {
  width: 100%;
  background: none;
  color: #000;
  font-weight: 200;
  font-size: 10px;
  text-align: right;
  padding-right: 5px;
  border: 0;
}
.fancymarketlist .runnername{
  justify-content: start;
}
.fancymarketlist .runnername .book{
  position: absolute;
  right: 5px;
}
.fancymarketlist .runnername .addmarket{
  margin-right: 5px;
}
.fancymarketlist .runnername{
  padding-left: 14px;
}
.bet-number {
  font-weight: normal;
  margin-left: 14px;
  font-size: 12px;
  line-height: 1.2;
  display: block;
}
.fancymarketlist .col-4 .btn-group {
  border-bottom: 1px solid #fff;
}
.fancymarketlist .col-4 .btn-group:last-child {
  border-bottom: none;
}
/*betslip*/
.betslip_ui {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 45%;
  margin: 0 auto;
  z-index: 9999;
  background: #000;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding: 15px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
/*  margin-bottom: 10px;*/
}
.betslip_ui .row{
  margin: 0;
}
.betslip_ui .row .col-3,
.betslip_ui .row .col-6{
  padding: 0 1px;
}
.betslip_head{
  position: relative;
}
.closebetslip{
  position: absolute;
  right: 0;
  top: 0;
}
.betslip_head p{
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
  margin: 0;
}
.betslip_head p em{
  font-style: normal !important;
}
.betslip_body{
  padding: 5px;
  border-radius: 5px;
}
.betslip_body.back .input-group .input-group-text{
  cursor: pointer;
  background: #468cc6;
  color: #fff;
  border: none;
  border-radius: 0;
}
.betslip_body.lay .input-group .input-group-text{
  cursor: pointer;
  background: #ff4a98;
  color: #fff;
}
.betslip_body input{
  height: 40px;
  font-size: 13px;
  text-align: center;
  color: #000;
  background: #fff;
  border: none;
  padding: 0;
  border-radius: 0;
}
.betslip_body input:focus{
  outline: none;
  box-shadow: none;
  border: none;
  background: #fff;
}
.betslip_body .valueButton{
  margin: 4px 0 0 0 !important;
}
.betslip_body .valueButton button{
  border: none;
  width: 100%;
  height: 32px;
  font-size: 12px;
  border-radius: 0;
  background: #fff;
  margin-bottom: 4px;
}
.betslip_body.back .valueButton button:hover{
  background: #468cc6;
  color: #fff;
}
.betslip_body.lay .valueButton button:hover{
  background: #e65c98;
  color: #fff;
}
.betslip_body .mmacButtons button{
  border: none;
  width: 100%;
  height: 32px;
  font-size: 10px;
  border-radius: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.betslip_body .btn_minstake{
  background: #c10930;
}
.betslip_body .btn_maxstake{
  background: #6d081d;
}
.betslip_body .btn_allin{
  background-color: green;
}
.betslip_body .btn_clear{
  background-color: red;
}
.betslip_body p{
  margin: 0;
  font-size: 12px;
  color: #000;
}
.betslip_footer{
  margin-top: 4px;
}
.betslip_footer button{
  width: 100%;
  text-transform: uppercase;
  height: 45px;
  border-radius: 5px;
  color: #fff;
  position: relative;
  border: none;
  font-size: 12px;
  font-weight: 600;
}
.btn_cancel{
  background: #F96F72;
}
.btn_placebet{
  background: green;
}
/*betslip*/

.page_title {
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 600;
}
.rules_page {
  background: #fff;
  padding: 10px;
  border-radius: 2px;
}
.rules_page p {
  font-size: 12px;
  margin: 0;
  margin-bottom: 10px;
}
.rules_page h3{
  font-size: 12px;
  margin-bottom: 5px;
}
.bets_Section h1 {
  line-height: normal;
  letter-spacing: 1px;
  margin: 0;
  color: #fff;
  background: #333;
  padding: 8px;
  font-size: 18px;
  text-transform: uppercase;
}
.bets_Section table{
  margin-bottom: 0;
}
.bets_Section table th{
  padding: 0;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
.bets_Section table td{
  padding: 8px;
  font-size: 12px;
  text-align: center;
  border: 1px solid #fff;
  color: #000;
}
.bets_Section .accordion-button{
  padding: 5px;
  background: #FF8E2A;
  color: #000;
}
.bets_Section .accordion-button:after{
  filter: brightness(0.5);
}
.bets_Section .accordion-body{
  padding: 5px;
}
.inner_title {
  padding: 5px 10px;
  background: #FF8E2A;
  text-transform: uppercase;
  font-size: 16px;
}
.profilePage .nav {
  justify-content: center;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.profilePage .nav li {
  flex: auto;
  margin: 0 1px;
}
.profilePage .nav li button {
  border: none;
  width: 100%;
  display: block;
  background: #000;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}
.profilePage .nav li a {
  padding: 0;
}
.profilePage .nav li a.active button, .profilePage .nav li a:hover button {
  background: #FF8E2A;
}
.profile-overview {
  background: #f9f9f9;
  padding: 10px;
  border: 1px solid;
  border-top: none;
}
.profile-overview h5 {
  text-transform: capitalize;
  font-size: 14px;
}
.profile-overview .row {
  padding: 10px;
}
.profile-overview .row div {
  font-size: 14px;
}
.stack-setting .input-group {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.stack-setting .input-group span {
  border: none;
  font-size: 12px;
  background: #c6c6c6;
  border-radius: 0;
}
.stack-setting .input-group input {
  border: none;
  background: none;
  font-size: 13px;
  padding: 10px;
}
.stack-setting .input-group span b {
  font-weight: 500;
}
.btn-thmemes{
  border: none;
  background: #222;
  text-transform: uppercase;
  padding: 8px 12px;
  color: #fff;
  width: 100%;
  transition: 0.9s;
}
.btn-thmemes:focus,
.btn-thmemes:hover{
  outline: none;
  background: #fff;
  color: #FF8E2A;
  box-shadow: inset 0 0 0 1px #FF8E2A;
}
.cp_form input {
  border-radius: 3px;
  height: 45px;
}
.cp_form label {
  text-transform: capitalize;
  font-size: 13px;
}
.form_search {
  padding: 10px;
  background: #fff;
}
.form_search input,
.form_search select {
  border: none;
  background: #eee;
  font-size: 13px;
  padding: 10px;
}
.btn-thmeses {
  width: 100%;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  background: black;
  color: #fff;
  font-weight: 600;
}
.form_search input:focus,
.form_search select:focus{
  outline: none;
  border-color: #ddd;
  box-shadow: inset 0 0 0 1px #FF8E2A;
}
.form_search label{
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 500;
}
.accounts table{
  margin-bottom: 0;
  background: #fff;
}
.accounts table th{
  text-transform: uppercase;
  font-size: 13px;
  text-transform: uppercase;
  font-style: italic;
}
.accounts table td{
  font-size: 12px;
  color: #000;
}
.accounts table td a{
  color: #FF8E2A;
}
.login-popup .modal-content{
  background: #000;
  box-shadow: 0 0 5px 0px #343434;
}
.login-popup .modal-content .modal-body {
  padding: 0;
}
.login-popup .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  z-index: 9;
  opacity: 1;
}
.login-popup .login-block {
  float: left;
  width: 100%;
  padding: 0;
}
.login-popup .login-sec {
  padding: 50px 30px;
  position: relative;
}
.login-popup .login-sec .copy-text p a {
  color: #fff;
}
.login-popup .login-sec .copy-text {
  margin-top: 11px;
  font-size: 13px;
  color: #fff;
  text-align: center;
}
.login-popup .login-sec .copy-text a{
  color: #ddd;
}
.login-popup .login-sec h2 {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.login-popup .login-sec h2:after {
  content: " ";
  width: 30%;
  height: 2px;
  background: #ffffff;
  display: block;
  margin-top: 10px;
  border-radius: 0;
  margin-left: auto;
  margin-right: auto;
}
.login-popup .login-form label {
  color: #fff;
  font-size: 12px;
}
.login-popup .login-form input {
  padding: 10px;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  background: #222;
  font-size: 13px;
}
.login-popup .login-form input:focus {
  border: none;
  box-shadow: 0 0 0 2px #444;
}
.login-popup .login-form .form-group {
  margin-bottom: 5px;
}
.login-popup .login-form .button-login {
  background: #FF8E2A;
  color: #000;
  font-weight: 600;
  width: 100%;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.login-popup .login-form .button-login:last-child{
  margin-bottom: 0;
}
.login-popup .login-form .form-check-input{
  padding: 0;
}

.fancy-subtabs {
  overflow-y: hidden;
  overflow-x: overlay;
  display: block;
  white-space: nowrap;
  background: #000;
}
.fancy-subtabs li {
  display: inline-flex;
}
.fancy-subtabs .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  padding: 6px 19px;
  border: none !important;
  border-radius: 0;
  margin: 0 !important;
  position: relative;
}
.fancy-subtabs .nav-link:after{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #222;
}
.fancy-subtabs li:last-child .nav-link:after{
  display: none;
}
.fancy-subtabs .nav-link.active,
.fancy-subtabs .nav-link:focus,
.fancy-subtabs .nav-link:hover{
  background: #FF8E2A;
  color: #fff;
}
.new_icasino_tabs{
  overflow-y: hidden;
  overflow-x: overlay;
  display: block;
  white-space: nowrap;
  border: 1px solid #000;
  margin: 1px 0;
}
.new_icasino_tabs li{
  display: inline-flex;
  position: relative;
}
.new_icasino_tabs li a{
  color: #000;
  text-transform: capitalize;
  font-size: 12px;
}
.new_icasino_tabs li a:hover,
.new_icasino_tabs li a.active {
  background: #000;
  color: #fff;
}
.new_icasino_tabs li:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
}
.new_icasino_tabs li img {
  display: block;
  width: 20px;
  margin: 0 auto;
  filter: sepia(1);
}
.new_icasino_tabs li a:hover img,
.new_icasino_tabs li a.active img{
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(12deg) brightness(106%) contrast(101%);
}
.csn_div {
  width: 100%;
  display: inline-table;
}
.csn_thumb {
  width: calc(16.66667% - 2px);margin: 0px 1px;cursor: pointer;display: inline-block;margin-bottom: 2px;
}
.csn_thumb img{
  width: 100%;
  height: 120px;
}
.casinodetail_back {
  background: #000;
  padding: 5px;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.casino-back{
  margin-right: 5px;
  background: orange;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  padding: 5px 10px;
  display: block;
  border: none;
  font-weight: 700;
}
#casino-link{
  width: 100%;
  height: 100vh;
  border: none;
}
.premium-iframe{
  width: 100%;
  height: 100vh;
}
.fancy-tab ul li a {
  padding: 10px 40px;
}
.fancy-tab ul li:nth-child(1):after,
.fancy-tab ul li:nth-child(2):after{
  display: none;
}
.blink-soft {
  animation: blinker 1.5s linear infinite;
  text-transform: uppercase;
  font-size: 11px;
  position: absolute;
  top: 2px;
  font-style: normal;
  margin-left: 5px;
  background: orange;
  padding: 3px 4px;
  line-height: 1;
  border-radius: 2px;
  color: #fff;
}
@keyframes blinker {
  50% {
    opacity: 0
  }
}
@media (max-width: 767px) {
  .header {
    padding: 6px 6px;
  }
  .inner_title {
    margin-top: 3px;
  }
  .form_search .row .col-6:nth-child(1) {
    margin-bottom: 5px;
  }
  .casino_section .casino_column img{
    height: 78px;
  }
  .csn_thumb{
    width: calc(33.333333% - 2px);
  }
  .place-bet-content .bet-odds .input-group input{
    width: 60%;
  }
  .place-bet-content .value-buttons button {
    width: calc(25% - 4px);
    margin: 2px 2px;
    height: 35px;
    display: inline-block;
  }
  .toss_market div {
    padding: 0;
    margin: 0;
  }
  .event_header .bl_div button:last-child{
    padding-left: 30px;
  }
  .betslip_ui{
    width: 100%;
    padding: 3px;
  }
  .viewallbtn{
    margin-right: 5px;
  }
  .detail_data ul li{
    flex: auto;
  }
  ul.fancttabs li button{
    width: 100%;
  }
  .loksabha-ipl{
    display: flex;
  }
  .topmenubar{
    display: flex;
    margin-bottom: 5px;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0;
  }
  .topmenubar div{
    font-size: 10px;
  }
  .topmenubar .icon {
    width: 25px;
    height: 25px;
  }
  .footermenu{
    display: block;
  }
  .footermenu{
    position: fixed;
    width: 767px;
    bottom: 0;
    display: flex;
    align-items: center;
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0;
    box-shadow: inset 0 0 5px 0 #ddd;
  }
  .footermenu a{
    width: 33%;
    text-align: center;
    font-size: 10px;
    color: #444;
    text-transform: capitalize;
  }
  .footermenu a i{
    font-size: 18px;
    display: block;
    margin-bottom: 4px;
    color: #909090;
  }
  #main,
  .footermenu{
    width: 100%;
    min-width: 100%;
  }
  .timer{
    width: 12%;
  }
  .teams{
    width: 58%;
  }
  .bl_div button{
    width: 50%;
  }
  .timer span{
    font-size: 8px;
  }
  .inplay{
    padding: 3px;
  }
  .playnow{
    padding: 3px 10px;
    font-size: 10px;
  }
  .leftsidebar{
    left: -250px;
    width: 0;
  }
  .contentpart{
    margin-left: 0;
    padding-top: 90px;
    padding-bottom: 60px;
    padding-left: 2px;
    padding-right: 2px;
  }
  .ex_none{
    display: none;
  }
  .event_data .teams a{
    margin-left: 0;
  }
  .teams img{
    display: none;
  }
  .teams .event_styling{
    right: 1px;
  }
  .casino_section .casino_column {
    width: calc(33.33333% - 4px);
  }
  .logo-nav i{
    display: flex;
    width: 35px;
    font-size: 30px;
  }
  .userProfile .card-body {
    padding: 5px;
  }
  .logo-nav img {
    width: 100px;
  }
  .balance_exposure span{
    font-size: 11px;
  }
  .active-leftsidebar{
    transition: all ease-in-out 0.5s;
    left: 0;
    width: 250px;
    z-index: 9;
    margin-top: 57px;
  }
  .market_section .btn-group button{
    width: 50%;
    font-size: 10px;
    font-weight: 600;
  }
  .market_section .btn-group button small{
    font-weight: 300;
    font-size: 9px;
  }
  ul.fancttabs li button{
    padding: 8px;
  }
  .market_section .runnername span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 140px;
  }
  .market_section .oddsHeader .marketname{
    font-size: 11px;
  }
  .market_section .oddsHeader .minmax-text{
    font-size: 8px;
  }
  .toss_market button {
    width: 95%;
    padding: 8px 0;
    font-size: 11px;
  }
  .toss_market .runnername span{
    max-width: initial;
  }
  .fancymarketlist .runnername{
    padding-left: 10px;
  }
  .bet-number{
    margin-left: 10px;
  }
  .market_section .runnername{
    font-size: 12px;
  }
  .market_section .oddsHeader .btncashout i{
    display: none;
  }
}