:root {
  --theme1: #113a7c;
  --theme2: #ff4b91;
  --theme3: #ffea20;
}

*{
    padding: 0px;
    margin: 0px;
}

body {
  background-image:url("../../images/bg.png");
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}


table ul .dropdown-toggle::after{
    position: absolute;
    top: 7px;
    left: 7px;
    color: #343a40;
}

.card-login {
  margin-top: 20vh;
  border: 0px;
  /*border-radius: 1rem;*/
  /*box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);  */
}

.navbar-bet99{
  background: var(--theme1) !important;
  color: #fff !important;
  padding: 4px 5px!important; 
}
.navbar-brand b{
    color: var(--theme3);
}

.event-row{
    width: 100%;
    float: left;
    align-items: center;
    display: flex;
    box-shadow: 0 20px 10px -20px rgb(17 58 124 / 30%) inset, 0 -20px 10px -20px rgb(17 58 124 / 30%) inset;
    padding: 4px 2px;
}
.card-login .card-title{
    /*background: #1F73a4;*/
}

.card-login input{
  color: #090600;
  border: 1px #090600;
}

.card-login input{
  color: #090600;
  border: 1px #090600;
}

.card-login input::-webkit-input-placeholder { /* Edge */
  color: #52504c;
  font-weight: 500;
}

.card-login input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #52504c;
  font-weight: 500;
}

.card-login input::placeholder {
  color: #52504c;
  font-weight: 500;
}

.btn-primary{
    background: #090600 !important;  
    border: 1px solid #090600 !important;  
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.btn-secondary{
  background: #090600 !important;
}

.bg-secondary {
  background: #090600 !important;
}

.wrapper {
    display: flex;
    align-items: stretch;
}

.btn-yes, .btn-YES, .btn-l, .btn-L{
  background: #60adec !important;  
}

.btn-not, .btn-NOT, .btn-k, .btn-K{
  background: #fa9fad !important;  
}

.bg-yes, .bg-YES, .bg-l, .bg-L{
  background: #60adec !important;  
}

.bg-not, .bg-NOT, .bg-k, .bg-K{
  background: #fa9fad !important;  
}
 /* The switch - the box around the slider */
.vrx-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 20px;
  top: 6px;
}

/* Hide default HTML checkbox */
.vrx-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.vrx-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.vrx-switch .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.vrx-switch input:checked + .slider {
  background-color: #2196F3;
}

.vrx-switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

.vrx-switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.vrx-switch .slider.round {
  border-radius: 34px;
}

.vrx-switch .slider.round:before {
  border-radius: 50%;
} 

.badge-switch {
  line-height: 36px !important;
  /*border: 1px solid #ccc;*/
}

.call-child {
  cursor: pointer;
  color: #0093ff;  
}

.marquee {
  width: 100%;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.marquee span {
  display: inline-block;
  padding-left: 100%;
  /* show the marquee just outside the paragraph */
  animation: marquee 10s linear infinite;
}

.marquee span:hover {
  animation-play-state: paused
}
/* Make it move */
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.sr-poweredby__link, .sr-lmt-plus__footer-wrapper{
  display: none !important;
}



.icon-background1{
  color:  #37C3C3;
}
.icon-background2{
  color: rgba(178, 34, 34, 0.71);
}
.icon-background3{
  color:#1F9FCA;
}
.icon-background4{
  color:  #DDA0DD;
}
.icon-background5{
  color: rgba(128, 128, 128, 0.77);
}

/*new design update*/
.fixed-footer{
    width: 95%;
    position: fixed;
    left: 50%;
    right: 0;
    bottom: 10px;
    background: var(--theme1);
    box-shadow: #0003 0 -25px 10px -20px;
    padding: 0;
    z-index: 2;
    border-radius: 50px;
    overflow: hidden;
    transform: translate(-50%);
}
.fixed-footer ul{
    padding: 0px;
    margin: 0px;
}
.fixed-footer ul li{
    padding: 0px;
    margin: 0px;
    display: inline-block;
}
.fixed-footer ul {
    padding: 0px;
    margin: 0px;
}
.fixed-footer ul li {
    margin: 0px;
    display: inline-block;
    width: 25%;
    text-align: center;
    font-size: 14px;
    float: left;
    padding: 3px 0px;
}
.fixed-footer ul li a {
    text-decoration: none;
    color: #fff;
}
.fixed-footer ul li.active {
    background: var(--theme2);
    color: #FFF;
}
.fixed-footer ul li a span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    font-size: 12px;
}

.mobile-tab {
    width: 100%;
    background: #454545;
    border-bottom: 1px solid #56D0FF;
    display: inline-block;
    padding: 2px 0px;
    float: left;
}
.mobile-tab ul {
    padding: 0px;
    margin: 0px;
}
.mobile-tab ul li {
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
}
.mobile-tab ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}
.mobile-tab ul li span {
    display: block;
}
.logout-icon{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.logout-icon span{
  display: block;
    font-weight: 500;
    font-size: 14px;
}
.mtch-date {
    font-size: 12px;
}
.show-link-div{
    background-color: #e8e7ee4d;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    position: fixed;
    inset: 0;
    z-index: 9;
    display: none;
}

.menu-inner {
    background: #113a7c;
    position: absolute;
    bottom: 0px;
    z-index: 999999999;
    padding: 0px 15px;
}

 .show-link-div ul li img {
    width: 23px;
}

.mystyle{
  display: block!important;
  transition: 3s;
}


.show-link-div ul li a .svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
    color: #56D0FF;
    font-size: 22px;
    margin-right: 10px;
}
.show-link-div ul {
    padding: 0px;
    margin: 0px;
}
.show-link-div ul li {
    width: 100%;
    display: inline-block;
    list-style: none;
}
.show-link-div ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 10px 0px;
    display: inline-block;
    border-bottom: 1px solid #525252;
}
.sidebar-header h3 img {
    width: 100px;
}
.show-link-div ul li:last-child a{
  border: none;
}
.fixed-footer ul li a img {
    width: 20px;
}
.play-ttl{
  background-image:  linear-gradient(56deg,  #56D0FF 4%, #56D0FF 42%);
  width: 100%;
  text-align: center;
  font-weight: 500;
  color: #fff;
}
.owl-dots {
    display: none;
}
.inply_icon span {
    background:  #56D0FF;
    width: 15px;
    height: 15px;
    display: inline-block;
    text-align: center;
    line-height: 12px;
    border-radius: 2px;
    margin-right: 5px;
}
.inply_icon span img {
    width: 12px;
}
.game-ttl {
        background-image: linear-gradient( 
56deg
 , #d2a005 4%, #ca9107 42%);
    width: 100%;
    font-weight: 500;
    color: #fff;
    padding: 2px 7px;
    font-size: 13px;

    font-family: 'Open Sans', sans-serif;
}
.game-ttl span {
    font-weight: 500;
}
.game-ttl span img {
    display: inline-block;
    margin-right: 5px;
    border-radius: 5px;
}
.nw-scoreboard{
  background: #454545;

    font-family: 'Open Sans', sans-serif;
}

.event-row div.card{
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #c1c0bd47;
    border-radius: 0px;
    padding:5px;
}

.inply-hdr .svg-inline--fa {
  font-size: 10px;
}
 
.inply-hdr i{
  font-size: 10px;
}
.inply-hdr{
  font-weight: bold;
  color: #56D0FF;
  border: none; 
  font-size: 14.4px;
}

.set-pin {
    width: 35px;
    float: left;
    text-align: center;
    padding-top: 5px;
} 
.tm-list-ttl {
    width: 180px;
    float: left;
    color: #fff;
    font-size: 14px;
    padding: 5px 0px;
    padding-left: 7px;
}
.day-list {
    display: block;
    color: #8ee32b;
    font-size: 8px;
    position: relative;
    padding-left: 15px;
}
.day-list:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #969090;
    left: 6px;
    border-radius: 50%;
    top: 4px;
}
.team-score {
    color: #fff;
    font-weight: bold;
}
.team-score {
    color: #fff;
    font-weight: bold;
    float: right;
    background: #363232;
    font-size: 13px;
}
.score-list {
    width: 95px;
    float: left;
    padding: 5px;
}
.number-of-innings {
    font-size: 9px;
    font-weight: 400;
    color: #8c8b8b;
}

.refresh {
    width: 60px;
    float: right;
    text-align: center;
    background: #454545;
    height: 100%;
    border-left: 1px solid #828282;
    padding: 2px;
}

.event-header{
  color: #56D0FF;
    background-image: linear-gradient(-180deg, #414141 0%, #000 100%);
    width: 100%;
    height: 55px;
    padding: 10px 7px 7px 0px;
}
.event-header ul {
    position: relative;
    width: 100%;
    justify-content: start;
    align-items: center;
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.event-header .li-tv_bet {
    min-width: 29.33333vw;
    max-width: 31.2vw;
    margin-left: -1px;
    display: inline-table;
}
.event-header a {
    color: #1E1E1E;
    font-weight: bold;
    border: 0.26667vw solid #BD8C16;
    box-shadow: inset 0 0.26667vw 0 0 rgb(255 255 255 / 50%);
    height: 35px;
    line-height: 25px;
    padding: 7px;
}
.event-header .a-open_tv {
    flex: 0 0 10.66667vw;
    background-color: #1E5F89;
    border-color: #0F476A;
    box-shadow: inset 0 0.26667vw 0 0 rgb(255 255 255 / 40%);
    border-radius: 0;
    padding: 12px;
}
.event-header a, .event-header li.main-wallet.no-multi a {
    border-color: #000;
    color: #56D0FF;
    background-color: rgba(51,51,51,0.4);
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 40%);
}
.event-header .a-open_tv {
    border-color: #062A2E;
    background-color:#56D0FF61;
}
.event-header a.a-open_bets {
    padding: 1.86667vw 5px 1.33333vw;
    border-left-width: 0;
    border-radius: 0 1.06667vw 1.06667vw 0;
    box-shadow: 0;
}
.a-open_bets {
    position: relative;
    flex: 1;
}
.a-open_bets img {
    width: 5.33333vw;
    height: 5.06667vw;
    margin-right: 1.33333vw;
}
.event-header li.main-wallet {
    flex: 1;
    display: inline-flex;
    margin-right: 5px;
    font-size: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.3);
}
.event-header li.main-wallet .a-wallet {
    width: 100%;
    height: auto;
    line-height: initial;
    border: 0;
    border-radius: 0.8vw 0 0 0.8vw;
    box-shadow: inset 0 0.26667vw 0 0 rgb(255 255 255 / 50%);
    padding: 0;
}
.event-header li.main-wallet .a-wallet {
    background-color: rgba(255,255,255,0.15);
}
.event-header li.main-wallet .a-wallet:hover{
  color: #56D0FF;
}
.event-header li.main-wallet .a-wallet ul {
    position: relative;
    flex-wrap: wrap;
    height: 30px;
    line-height: 15px;
    padding: 4px 30px 0px 7px;
    border-radius: 5px 0 0 0;
}
.event-header li.main-wallet li {
    font-weight: bold;
}
.event-header li.main-wallet span:first-of-type {
    opacity: 0.7;
    font-weight: normal;
}
.event-header li.main-wallet .nums {
    position: absolute;
    border: 1px solid rgba(0,0,0,.3);
    top: 12px;
    right: 7px;
    height: 14px;
    font-size: 12px;
    line-height: 10px;
    padding: 0 8px;
    border-radius: 3px;
}
.event-header li.main-wallet .nums {
    border-color: #56D0FF;
}
.event-header li.main-wallet .a-wallet li:last-child {
    margin-right: 0;
}
.event-header li.main-wallet .nums span {
    opacity: 1;
    font-weight: bold;
    font-size: 10px;
    margin-left: 2px;
}
.event-header a.a-refresh {
    border: none;
    /*border-left: 0.26667vw solid #BD8C16;*/
    border-radius: 0 1.06667vw 1.06667vw 0;
    box-shadow: inset 0 0.26667vw 0 0 rgb(255 255 255 / 50%);
}
.event-header a, .event-header li.main-wallet.no-multi a {
    border-color: #000;
    color: #56D0FF;
    background-color: rgba(51,51,51,0.4);
    box-shadow: inset 0 1px 0 0 rgb(255 255 255 / 40%);
}

.marquee-box {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 10;
    color: #fff;
    line-height: 30px;
    height: 30px;
    background-repeat: repeat-x;
    background: var(--theme1);
    /*border-bottom: 1px solid #fff;*/
}
.marquee-box h4 {
    position: relative;
    align-items: center;
    font-size: 14px;
    display: inline-block;
    padding: 3px;
    top: -3px;
}
/*.marquee-box h4:before {
    content: '';
    width: 4.53333vw;
    height: 4.53333vw;
    margin-right: 0.53333vw;
    background-image: url(data:image/svg+xml,<svg width="17" height="17" xmlns="http://www.w3.org/2000/svg"><g fill="rgb(255,255,255)" fill-rule="nonzero"><path d="M8.5 10.083c1.519 0 2.75-1.195 2.75-2.669V2.67C11.25 1.195 10.019 0 8.5 0S5.75 1.195 5.75 2.67v4.744c0 1.474 1.231 2.67 2.75 2.67zM7.278 2.67c0-.654.548-1.186 1.222-1.186.674 0 1.222.532 1.222 1.186v4.745c0 .654-.548 1.186-1.222 1.186-.674 0-1.222-.532-1.222-1.186V2.67z"/><path d="M14 7.333h-1.447c0 2.36-1.818 4.278-4.053 4.278S4.447 9.692 4.447 7.333H3c0 2.942 2.085 5.374 4.776 5.75v.973h-2.46v1.527h6.368v-1.527h-2.46v-.973c2.69-.376 4.776-2.808 4.776-5.75z"/></g></svg>);
    background-repeat: no-repeat;
    background-size: contain;
}*/
/*.marquee-box h4:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 1px;
    z-index: 2;
    width: 7px;
    height: 25px;
    background-image: url("../../images/icon/path_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}*/
 marquee{
    position: absolute;
    top: -1px;
    font-size: 14px;
    color: #56D0FF;
    width: 83%;
}
.market-type a {
    color: #1E1E1E;
    background-image: linear-gradient( 
-180deg
 , #56D0FF 15%, #FFA00C 100%);
    border-color: rgba(51,51,51,0.5);
    font-weight: 600;
    border: 1px solid #5d676e;
    border-radius: 4.8vw;
    padding: 5px 7px;
    text-decoration: none;
    font-size: 14px;
    margin: 5px 0px;
    display: inline-block;

}

.min-max-icon {
    width: 30px;
    float: left;
    background: #E0E6E6;
    position: relative;
    height: 33px;
    text-align: center;
    line-height: 30px;
}
.min-max-icon:after{
    position: absolute;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 6px solid #E0E6E6;
}
.match-pte {
    width: 150px;
    float: left;
    padding: 2px 5px;
}
.match-pte img {
    width: 23px;
    float: left;
    margin: 3px 5px;
}
.match-pte p {
    font-size: 10px;
    margin: 0px;
    color: #5c5b5b;
    font-weight: 500;
}
.match-pte p span {
    display: block;
    line-height: 10px;
    padding-top: 2px;
}
.show-mn-mx, .show-min-max {
    position: absolute;
    background: white;
    width: 150px;
    top: 0;
    z-index: 99;
    border-radius: 5px;
    padding: 5px;
    text-align: left;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
    height: 30px;
    line-height: 15px;
}
.hidee, .hide-min {
    position: absolute;
    right: 2px;
    top: 1px;
    width: 15px;
    height: 15px;
    background: #ccc;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
    z-index: 99999999;
}
.ttl-bet {
    background: #504a4a;
    padding: 2px 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
}
.min-mx {
    position: relative;
}
.show-min-max{
  right: 0;
}
.match_time {
    font-size: 11px;
    color: var(--theme2);
    font-weight: bold;
}
.card-wrapper , .detailed-card-wrapper{
        width: 100%;
        float: left;
        align-items: center;
        display: flex;
        box-shadow: 0 20px 10px -20px rgb(17 58 124 / 30%) inset, 0 -20px 10px -20px rgb(17 58 124 / 30%) inset;
        padding: 4px 2px;
    }
    .winning_game {
        color: var(--theme1);
        background: #113a7c42;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        font-size: 9px;
        padding: 0px 5px;
        border-radius: 30px;
        font-weight: bold;
        line-height: 14px;
    }
    .m_ttl {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        font-weight: bold;
        color: var(--theme1);
    }
    .all_total {
        font-size: 14px;
        font-weight: bold;
        color: var(--theme1);
        padding: 0px 10px;
    }
    .btn-1 {
        background: var(--theme1);
        color: #fff;
    }
    #bets-list table thead tr th {
        padding: 2px 2px !important;
        background: var(--theme1);
        color: #fff;
        font-size: 10px;
    }
    #bets-list table body tr td{
        font-weight: 600;
        padding: 2px 5px;
        color: #113a7c;
        font-size: 12px;
        vertical-align: middle;
        border-right: 1px solid #dee2e6;
    }
      #bets-list table tbody tr:nth-child(odd) {
        background: #e8f1ff;
    }

    .close-btn {
        position: absolute;
        right: 4px;
        top: -42px;
        background: rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        color: red;
        width: 40px;
        height: 40px;
        line-height: 38px;
        text-align: center;
        z-index: 99;
    }
    .clnt_ledger table thead tr th{
        font-weight: bold;
    }
    .clnt_ledger table tbody tr td {
        padding: 2px;
        font-size: 12px;
        font-weight: bold;
    }
     .clnt_ledger table tbody tr:nth-child(odd) {
        background: #e8f1ff;
    }
    .btn-1 {
        background: var(--theme1);
        color: #fff;
    }
    .btn-2 {
        background: var(--theme2);
        color: #fff;
    }

.color-1{
    color: var(--theme1)!important;
}
.color-2{
    color: var(--theme2)!important;
}
.color-3 {
    color: var(--theme3) !important;
}
.match_odds table thead tr th{
        background: var(--theme1);
        color: #fff;
        padding: 0px 2px;
    }
.match_odds table tr td {
    padding: 0px;
    font-size: 13px;
    font-weight: 600;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    height: 35px;
    vertical-align: middle !important;
}
.match_odds table tr:nth-child(odd) td {
    background: #e3eeff;
}
.match_odds table tr td:first-child {
    max-width: 230px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 5px;
}
.match_odds table tr:nth-child(odd) td {
    background: #e3eeff;
}
.suspended span{
    background: #000000c2;
    position: relative;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6px !important;
    color: var(--theme3) !important;
    text-transform: uppercase;
    font-weight: 700;
    top: 0px;
    height: 100%;
}
.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 1px!important;
}
.session_bet .ttl-bet{
    background: var(--theme1);
    color: #fff;
}
.volume {
    background: #113a7ca8;
    padding: 2px 1px !important;
    border-radius: 50px;
    font-weight: 700;
    color: #fff !important;
    display: inline-block;
    width: 30px;
    line-height: 7px;
}
.session_bet table tr:nth-child(odd) td {
/*    background: #e3eeff;*/
}
.match_odds table tr td.team-name{
    font-weight: bold;
}
.session_bet table tr td:first-child {
    line-height: 17px;
}
.session_bet table tr td:first-child span {
    font-weight: 500;
}
.marquee-box img {
    width: 32px;
}

@media only screen and (min-width:767px){
    .login-page {
        width: 40%!important;
        left: 50%;
        transform: translateX(-50%);
    }
}