
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body{
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
  font-family: open sans;
}

*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

ul{
    margin: 0;
    padding: 0px;
}

li{
    list-style: none;
}

img{
    max-width: 100%;
    height: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -15px;
}

.m-0{
    margin: 0px;
}

.p-0{
    padding: 0px;
}

a{
    text-decoration: none;
}
.swiper-container1{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 16px;
}
.swiper-hero {
    margin-bottom: 20px;
    display: none;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #c70039;
}
.swiper-hero .swiper-slide img {
    width: 100%;
}
.swiper-hero .swiper-slide {
    height: 300px;
}
.chat-icon {
    width: 58px;
    height: 58px;
    background-color: green;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #c70039;
    box-shadow: rgb(199 0 57 / 28%) 0px 4px 24px;
    position: fixed;
    z-index: 999999;
    bottom: 15px;
    right: 30px;
}
.container{
    max-width: 100%;
    padding: 0px 20px;
    position: relative;
}
.text-danger{
    color: #dc3545;
}
.text-success {
    color: #28a745;
}

header {
    padding: 0px 20px;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 999;
}
.chat-icon a {
    color: #fff;
}
header .flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
    min-height: 75px;    
}

.logo {
    padding: 0px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 13%;
    border-radius: 0px 55px 55px 0px;
    background-color: #fff;
    margin-right: 30px;
}

.logo img {
    width: 125px;
}
.no-record{
    background-color: #fff;
    padding: 50px 0px;
    border-radius: 8px;
}

.no-record, .empty-betslip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 15px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
}
.no-record img, .empty-betslip img {
    width: 100px;
}
.commentary-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*flex-wrap: wrap;*/
    row-gap:10px;
    gap:3px;
}
.liveScore {
    display: block;
    width:45%;
    color: #fff;
    z-index: 99;
}
.extra-commentary-msg {
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    margin-bottom: 8px;
    padding-left: 5px;
    width: 50%;
    text-align: left;

}
.extra-main {
    z-index: 22;
    width: 60%;
    display: flex;
    justify-content: inherit;
}
@-webkit-keyframes blinker {
  from {transform: scale(1);}
  50% {transform: scale(1.1);}
  to {transform: scale(1);}
}
.commentary-msg {
    color: #fff;
    width:290px;
    text-align: right;
    z-index: 5;
}
.empty-betslip{
  row-gap:10px;
  text-align: center;
  padding-bottom: 20px !important;
  border: unset !important;
}
.betslip:last-child{
    border: unset;
}
.empty-betslip h5 {
    font-size: 16px;
}
.empty-betslip p {
    font-size: 14px;
    max-width: 250px;
    margin-top: -5px;
}
.header-right {
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border-radius: 55px 0px 0px 55px;

}
.sidebar-menu{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        height: 100%;
}

.header-main-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 100%;
    width: 100%;
}

.header-menu ul li {
    float: left;
    padding: 0px 17px;
}
.header-menu ul li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #474747;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.header-menu ul li a:hover{
    color: #c70039;
}
.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 30px;
}

.header-btn {
    background-color: #c70039;
    padding: 0px 30px;
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 55px 0px 0px 55px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
    min-width: 20%;
}

.amount-main {
    background-color: #c70039;
    padding: 0px 30px;
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 55px 0px 0px 55px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    gap: 20px;
    min-width: 20%;
}

.profile-dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    gap: 10px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}

.header-btn .btn {
    background-color: #fff;
    border: unset;
    padding: 6px 30px;
    border-radius: 0.6rem;
    min-height: 45px;
    font-size: 16px;
    font-weight: 500;
    color: #474747;
}
.header-btn button {
    font-size: 18px;
    font-weight: 500;
    border: unset;
    background-color: unset;
    cursor: pointer;
    color: #fff;
}
.profile-dropdown-menu span i {
    vertical-align: middle;
    margin-left: 3px;
}

.header-btn .btn:hover {
    background-color: #474747;
    color: #fff;
}

.dropdown-sub {
    position: absolute;
    width: 260px;
    top: 80%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    left: auto;
    height: 0;
    right: 0;
    z-index: 9999;
   padding-top: 20px;

}

.profile-inner-box{
    background-color: #ffffff;
    border-radius: 11px;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 10px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
            box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 10px 0px, rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
}

.profile-dropdown-menu:hover .dropdown-sub {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.dropdown-sub li a img {
    width: 18px;
}
.dropdown-sub ul {
    border-radius: 6px;
    overflow: hidden;
}
.dropdown-sub li a {
    display: block;
    padding: 12px 20px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    font-weight: 400;
}
.main-page .container > .flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.sports-menu {
    background-color: #fff;
    width: 300px;
    height: 100%;
    position: sticky;
    border-radius: 15px;
    overflow: hidden;
    top: 85px;
}
.dropdown-sub li:hover {
   color: #c70039;
}
.dropdown-sub li:hover a{
     color: #c70039;
}
.dropdown-sub li a:hover i{
  color: #000;
}
.header-menu ul li a.active {
     color: #c70039;
     font-weight: blod;
}
.main-page {
    margin-top: 20px;
}
.heading-side-menu h3 {
    padding: 15px 20px;
    background-color: #474747;
    color: #fff;
    text-transform: uppercase;
}
.heading-side-menu li a {
    border-bottom: 1px solid rgb(236, 236, 235);
    display: block;
    padding: 14px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
}

.heading-side-menu li a i {
    font-size: 18px;
}
.heading-side-menu li a img{
    width: 18px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-thumb {
    background: #c70039;
}

.heading-side-menu li a:hover {
    color: #c70039;
    font-weight: bold;
}

.heading-side-menu li a.active {
    color: #c70039;
    font-weight: bold;

}

.heading-side-menu li a:hover i, .heading-side-menu li a.active i{
    color: #000;
}

.user-deposit-item:first-child {
    border-right: 1px solid #c70039;
}
.ui-datepicker-calendar .ui-datepicker-today a:hover, .ui-datepicker-calendar td a:hover{
    background-color: #c70039;
    color: #fff;
}
.user-deposit-item {
    padding: 8px 10px;
}
.dropdown-sub li a i {
    width: 18px;
    font-size: 16px;
}
.user-deposit-item-balance {
    color: #000;
    line-height: 1;
}
.user-deposit-item-text {
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.center-batting-box {
    padding: 0px 20px;
}
.user-deposit {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    padding: 3px;
    border-radius: 5px;
    border: unset;
    position: relative;
    cursor: pointer;
}
.deposit-dropdown {
    position: absolute;
    width: 285px;
    top: 30px;
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    left: auto;
    right: 0;
    background-color: #474747;
    z-index: 9999;
    border-radius: 11px;
    overflow: hidden;
}
.balance-box-deposit:hover .deposit-dropdown {
    opacity: 1;
    visibility: visible;
}
.balance-box-deposit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    cursor: pointer;
}
.deposit-dropdown h3 {
    color: #fff;
    padding: 13px;
    font-size: 15px;
}
.item p.name {
    color: #c70039;
    margin-bottom: 4px;
    font-size: 14px;
}
.item {
    width: 50%;
}
.main-balance {
    background-color: #fff;
    padding: 15px;
    margin: 0px 10px;
    margin-bottom: 10px;
    border-radius: 8px;

}
.sub-main-balance{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: left;
    gap: 10px;
}
.modal {
    display: none;
    position: fixed;
    top: 10px;
    left: 0;
    right: 0;
    width: calc(100% - 30px);
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999992;
    margin: 0px 15px;
}
.modal-open {
    overflow: hidden;
}
.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}
.modal-dialog {
    min-height: calc(100% - 3.5rem);
    margin: 1.75rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}
div#loginModal .modal-dialog {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 425px;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.main-page.profile-page .bet-menu {
    position: unset;
    transform: unset;
    z-index: unset;
}  
.main-page.profile-page .bet-menu::after{
    display: none;
}
.close-bet-menu, .bet_slip_icon{
    display: none;
}
button.openside i {
    color: #000;
}
.bet-number h4 {
    color: #000;
}
.modal-backdrop.show {
    opacity: .5;
}
.btn-close {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
    display: block;
    font-size: 19px;
    background-color: unset;
    border: unset;
    cursor: pointer;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.3rem;
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.3);
            box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.upcoming-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.modal .history-select{
    max-width: 100%;
}
.modal .custom-select:active, .modal .custom-select.active{
    background-color: #14151714;
}
.signup-left {
    background-color: #f5f5f5;
    padding: 80px 15px;
    width: 35%;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.td_title {
    display: none;
}
.modal-img img {
    width: auto;
    height: 40px;
    margin: 0 auto;
}
.modal-img {
   text-align: center;
}
.signup-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.signup-right {
    position: relative;
    width: 65%;
}
.sign-up-img {
    text-align: center;
    margin: 50px 0px;
    margin-bottom: 20px;
}
div#loginModal .modal-content {
    padding: 15px;
    overflow: hidden;
    border-radius: 15px;
}
.signup-right .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.deposit-left {
    padding: 20px;
    width: 50%;
    background-color: #f5f5f5;
    padding-bottom: 40px;
    border-radius: 20px;
}
.deposit-right {
    padding: 20px 20px 35px;
    width: 50%;
}
.modal h3 {
    margin-top: 25px;
    margin-bottom: 35px;
    font-size: 21px;
    line-height: 150%;
    text-align: center;
}
.Withdrawable-amount h5 {
    font-size: 16px;
    font-weight: 500;
}
p.process-time {
    font-size: 13px;
    text-align: center;
    margin-top: 17px;
}
#loginModal .modal-body h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 28px;
}

.lr-from {
    padding: 10px 25px 25px;
}
.lr-from .personal-input {
    margin-bottom: 14px;
    position: relative;
}
.lr-from .personal-input input {
    min-height: 48px;
}
.personal-input .custom-select {
    padding: 0 15px;
    border: unset;
    background-color: #14151714;
    border-radius: 7px;
    width: 100%;
    min-height: 48px;
    max-width: 100%;
}

.signup-text {
    text-align: center;
}
.signup-text h4 {
    font-size: 22px;
    margin-bottom: 3px;
}
.signup-text p {
font-size: 14px;
}
.lr-cons a {
    color: #000;
}
#registerModal .SignIn-Footer-Container {
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
}
.lr-cons {
    position: absolute;
    top: 50%;
    right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #000;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.lr-cons i{
    cursor: pointer;
}
#showNumber:modal {
    background-color: beige;
    border: 2px solid burlywood;
    border-radius: 5px;
  }
  .center-batting-box div#tabs-content div#tabs-content {
    padding: 0;
}
figure {
    width: 1px;
    height: 14px;
    margin-right: 13px!important;
    margin-left: 13px!important;
    background-color: #000;
}
input {
    font-size: 14px;
}
.lr-btn button.btn {
    width: 100%;
    text-transform: uppercase;
}
input:focus-visible {
    outline: 1px solid #000;
}
.SignIn-Footer-Container {
    font-size: 15px;
    text-align: center;
    margin-top: 50px;
}
.SignIn-Footer-Container a {
    color: #c70039;
    text-decoration: underline;
}
.signup-box .lr-from {
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 55px;
}
.modal .signup-box h3 {
    margin-top: 50px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
}
.payment-list h5 {
    font-size: 15px;
    font-weight: 500;
}
.payment-logo img {
    width: 65px;
    border-radius: 22px;
}
.deposit-modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
a.profile-img {
    max-width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    width: 100%;
}
a.profile-img img {
    max-width: 44px;
    height: 44px;
    border-radius: 50%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position:center;
       object-position:center;
}                                                                   
.center-batting-box h2 {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

p.text-super-small {
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -.02em;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.payment-item {
    width: 25%;
    text-align: center;
    cursor: pointer;
}
.payment-list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -10px;
    margin-top: 15px;
    row-gap: 15px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;    
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 90px;
    margin: 0 auto;
    border-left: 1px solid #f0f2f4;
}
.center-batting-box {
    padding: 0px 20px;
    overflow: hidden;
    width: calc(100% - 700px);
}
.heading-side-menu ul {
    overflow-y: auto;
    max-height: calc(100% - 150px);
    width: 100%;
}
.slider-inner-box {
    padding: 10px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.slider-inner-box:hover{
    background-color: #c70039;
    color: #fff;
}
.slider-box .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: 0;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    z-index: 5;
    width: 13px;
    height: 50px;
    background: #474747;
    font-size: 0;
    line-height: 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    color: #fff;
    font-size:16px;
}

.payment-method {
    text-align: center;
    font-size: 16px;
    line-height: 100%;
    margin-bottom: 20px;
}
.payment-method img {
    width: 68px;
    height: 68px;
    margin: 0 auto;
}
.payment-method p {
  margin-top: 5px;
}
.pb-inner-table input.form-control:focus-visible {
    outline: 0;
}
.Withdrawable-amount {
    text-align: center;
    margin-bottom: 20px;
    font-size: 15px;
}
.deposit-btn button{
    width: 100%;
}
.min-amount span {
    font-size: 12px;
}
.deposit-right-form {
    margin-top: 25px;
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
}
.personal-input label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.deposit-right-form .personal-input {
    margin-bottom: 15px;
}
.swiper-button-prev {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 0 10px 10px 0;
    left: 3px;
    right: auto;
    padding-left: 3px;
}
.swiper-button-next {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-radius: 10px 0px 0px 10px;
    left: auto;
    right: 0px;
    padding-left: 3px;
}
.balance-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -5px;
}
.balance-box {
    width: calc(50% - 10px);
    margin: 0px 5px;
}
.balance-box button.btn {
    padding: 0;
    min-height: 35px;
    font-size: 15px;
    padding: 0px 10px;
    width: 100%;
    border-radius: 5px;
}
.slider-inner-box a i, 
.slider-inner-box a svg, 
.slider-inner-box a img {
    margin: 0 auto;
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    width: 22px;
}
.slider-inner-box:hover a :is(i, svg, img){
  -webkit-filter: invert(1);
          filter: invert(1);
}
.slider-inner-box:hover a{
    color: #fff;
}
.min-btn-all button.btn-min-stake {
    background-color: #ffbc009e;
    color: #000;
    font-weight: 500;
}
.min-btn-all button.btn-max-stake {
    background-color: #334579;
}
.min-btn-all button.btn-all-in {
    background-color: #c70039;
}
.slider-inner-box a {
    color: #000;
    font-size: 16px;
}
.sports-heading {
    margin-top: 30px;
    background-color: #c70039;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 5px;
}
.sports-heading h3{
    color: #fff;
}
.balance-sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -5px;
    margin-top: 10px;
}
 .tabs {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.logout button.btn {
    width: 100%;
    margin-top: 5px;
}

.liveteamScore {
    display: flex;
    gap: 25px;
    margin-bottom: 8px;
}
.teamscore b.runRate {
    margin-left: 15px;
    font-size: 15px;
}
.teamscore span {
    margin-left: 5px;
}

.teamname {
    width: 100px;
}
.teamscore {
    width: 90%;
}
ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px 10px;
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    white-space: nowrap;
}
.bet-menu ul#tabs-nav li {
    padding: 8px 0px;
    width: 33.33%;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.filter-box {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    display: none;
}
.filter-box button {
    width: 40px;
    height: 40px;
    padding: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
}
.filter-tab {
    width: calc(50% - 14px);
    /* margin: 0px 7px; */
}
 ul#tabs-nav li:hover, ul#tabs-nav li.active {
    background-color: #c70039;
}
 ul#tabs-nav li:hover a, ul#tabs-nav li.active a{
    color:#fff;
}
   #tabs-nav li a {
    text-decoration: none;
    color: #474747;
    font-weight: 500;
}

 ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-bottom: 2px solid #c70039;
    gap: 20px;
    border-radius: 10px 10px 0px 0px;
}

.accordion .accordion-item {
    border-radius: 5px;
    margin-bottom: 5px;
}

.accordion-title {
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;
    
}
.cricket-inner-accroding .accordion-title .accroding-sub-box{
    padding-right: 20px;

}
.accordion-title .accroding-sub-box {
    background-color: #474747;
    padding: 0px 15px;
    cursor: pointer;
    color: #ffffff;
    border-radius: 4px;
    position: relative;
}

.cricket-inner-accroding .league-head span{
    width: calc(33.33%);
}

.accroding-sub-box .league-head span {
    padding: 10px 0px;
    width: calc(33.33%);
    color: #fff;
}
.cricket-inner-accroding .accroding-sub-box .league-head span {
    width: calc(33.33%);
}
.bet-sub-box p {
    font-size: 12px;
    color: #000;
}
.accordion-item.show-accroding .accroding-sub-box .back-color {
    background-color: unset !important;
}
.accordion-item.show-accroding .accroding-sub-box .lay-color {
    background-color: unset !important;
}
button.bet-sub-box.back-color{
    background-color: #72bbef57 !important;
}

.back-color {
    background-color: #72bbef57 !important;
}

.lay-color {
    background-color: #f9e3e9 !important; 
}
.accordion-contant {
    background-color: #fff;
    padding: 10px 14px;
    display: none;
}
.accordion .accordion__panel {
  padding: 0;
}

.accordion-title h3 span {
    float: right;
    font-size: 14px;
}

.accroding-sub-box h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.center-batting-box div#tabs-content .tab-content {
    /* min-width: 1000px; */
}
.center-batting-box .profile-tabs div#tabs-content .tab-content {
    min-width: unset;
}
.accordion-title h3 span.league-name {
    float: unset;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    color: #fff;
}
.cricket-inner-accroding .accordion-title h3 span.league-name{
    width: 45%;
}

span.league-name img { 
    margin-right: 10px;
    width: 19px;
    vertical-align: middle;
}

.league-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: end;
}

.league-head span {
    width: calc(33.33%);
    text-align: center;
    float: left;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px 4px;
    position: relative;
}
.accordion-item.show-accroding .accordion-contant {
    display: block;
}

span.league-time-date {
    float: unset;
    font-size: 14px;
    font-weight: 600;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 40%;
    text-align: left;
}
span.league-time-date > div span {
    color: #5c5959;
    font-weight: 500;
    font-size: 13px;
}
span.league-head-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    float: right;
    width: 55%;
}

span.dash {
    padding: 0px 4px;
}
.league-name-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #47474754;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
}
.league-name-inner:last-child {
    border: unset;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.according-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px;
}
.league-name-inner-sub {
    width: 100%;
    margin-top: 0px;
    color: #000;
}
.league-name-inner-sub img {
    width: 10px;
    vertical-align: middle;
    margin-right: 3px;
}
.league-name-inner-sub > div {
    margin-bottom: 1px;
}
.league-name-inner-sub > div:last-child{
  margin-bottom: 0;
}
.bet-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 11px;
    overflow: hidden;
}

.bet-number.full-bet button.bet-sub-box {
    width: 100%;
}
.cricket-inner-accroding .bet-sub-box{
    width: 33.33%;
}
.bet-sub-box {
    width: 50%;
    font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.43;
    padding: 6px 12px;
    height: 100%;
    border-radius: 0;
    background-color: #c700391c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: unset;
    cursor: pointer;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bet-number button:first-child {
    border-radius: 11px 0px 0px 11px;
}

.bet-number button:last-child {
    border-radius: 0px 11px 11px 0px;
}

.bet-menu {
    width: 400px;
    position: sticky;
    right: 20px;
    border-radius: 15px;
    overflow: auto;
    min-height: 380px;
    height: 100%;
    top: 85px;
}

.bet-menu .tabs {
    background-color: #fff;
    border-radius: 15px;
}

.tab-content.hidden {
    display: none;
}
.bet-menu .tabs {
    margin: 0;
}

.bet-menu ul#tabs-nav {
    margin: 0;
    gap: 5px;
}
.bet-menu div#tabs-content {
    padding: 14px 18px;
    min-height: calc(60vh - 150px);
    overflow: auto;
    /* max-height: fit-content; */
    max-height: calc(100vh - 150px);
}
.bet-menu div#tabs-content .bet-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.bet-head h5 {
    display: block;
    width: 100%;
}
.bet-name-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 0px;
}
.bet_head i{
    cursor: pointer;
}
.bet_head {
    width: 100%;
    font-size: 13px;
    padding: 4px 12px;
    font-weight: 600;
    border-radius: 3px;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.label-stake {
    margin-top: 5px;

}
.label-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}
.label-inner span {
    width: calc(25% - 2px);
    text-align: center;
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    padding: 4px 9px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
}
.betslip {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.betslip .label-inner span.placeBackLoading {
    background-color: unset;
}
.betslip.back :is(.label-inner span, .bet_head) {
    background-color: #cfe8fa;
}
.bet-head h6 {
    font-size: 14px;
}
.bet-dn-input label {
    width: 100%;
    display: block;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.bet-dn-input input {
    border: 1px solid #474747;
    height: 25px;
    border-radius: 5px;
    width: 100%;
    padding-left: 8px;
}

.bets-slip-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.bet-detail-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 10px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
}
.bet-detail-number i {
    height: 30px;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    color: #c70039;
}
.bets-label > span {
    width: 33.33%;
    text-align: center;
    height: 100%;
    display: block;
    border-right: 1px solid;
}
.min-btn-all button {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    border: unset;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: 2px;
    width: 33.33%;
    min-height: 30px;
}
.place-btn-main button {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: capitalize;
    border: unset;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: 2px;
    width: 50%;
    min-height: 35px;
    justify-content: center;
}

.place-btn-main {
    display: flex;
    gap: 1px;
    margin-top: 2px;
    margin-left: -4px;

}


button.btn.place-btn {
    background-color: #c70039;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.betslip .label-inner span.placeBackLoading {
    background-color: unset;
    padding: 0;
}

button.btn.place-btn:hover{
    background-color: #000;
}

.bets-label {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    border: 1px solid #000;
    border-radius: 50px;
    min-height: 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8px;
    font-weight: 600;
}

.place-main-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}

.betslip.lay :is(.label-inner span, .bet_head) {
    background-color: #f9e3e9;
}

.betslip.lay span.placeLayLoading {
    background-color: unset;
}
.min-btn-all {
    display: flex;
    gap: 1px;
    margin-top: 2px;
    margin-left: -4px;
}
.accordion-item i {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.accordion-item.show-accroding i {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotateZ(180deg);
            color: #fff;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #000;
}
.profile_table .table th {
    font-weight: 500;
}
.profile_table .table td, .profile_table .table th {
    padding: 0.4rem 0.5rem;
    vertical-align: middle;
    border-bottom: 1px solid #e2e2e2;
    border-top: none;
    white-space: nowrap;
    text-align: left;
}
.profile_table .table td {
    font-size: 13px;
}
button[disabled], a[disabled] {
 opacity: .5;
 cursor: not-allowed;
}
.dark {
    background: #474747f0;
    font-size: 13px;
    color: #ffffff;
}
.profile_table .table .dark th{
    border: unset;

}
.profile_table .table th {
    font-size: 14px;
    font-weight: 500;
}
span.table_title {
    font-size: 13px;
    font-weight: 400;
    color: #121212;
}
.btn{
    background-color: #c70039;
    border: unset;
    padding: 6px 30px;
    border-radius: 0.6rem;
    min-height: 45px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover {
    background-color: #474747;
}

.bet-menu  .tab-content.hidden {
    display: none;
}

.place-button {
    margin-top: auto;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}
div#registerModal {
    z-index: 999992;
}
div#bettingHistory div#tabs-content {
    padding: 0;
}
.bet-number.full-bet p {
    font-size: 13px;
    color: #000;
}
.filter-tab ul#tabs-nav li {
    padding: 6px 10px;
}
.tabs.profile-tabs .filter-tab ul#tabs-nav {
    padding: 8px 10px;
    gap: 10px;
}
.filter-tab ul#tabs-nav li a {
    font-size: 15px;
}
.modal-header {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 1rem 1rem;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: #c70039;
    margin: -1px;
    border-radius: 15px 15px 0px 0px;
}

#bettingHistory .history-table table {
    border-radius: 17px;
    overflow: hidden;
    background-color: #ededed;
    width: 1460px;
}
 div#bettingHistory :is(td, th) {
    text-align: left;
}
#bookModal .modal-dialog {
    max-width: 500px;
}
#bookModal h6 {
    font-size: 17px;
    color: #fff;
}
#bookModal .table{
    border: 1px solid #e2e2e2;
}
.modal-header button.close {
    background: unset;
    border: unset;
    padding: 0;
    font-size: 21px;
    color: #fff;
    cursor: pointer;
}
.modal-body {
    padding: 20px;
}


/* Profile page */


.main-page.profile-page .sports-heading {
    margin: 0;
    font-size: 16px;
}
.user_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 30%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px;
    border-bottom: 1px solid #ececeb;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 25px;
}

.profile_pic {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.input_img img {
    width: 2rem;
}
.user_img form{
    position: relative;
    background-color: #fff;
    max-width: 7rem;
    height: 7rem; 
    width: 100%;
    margin: 0 auto;
 
}
.profile-img-box {
  width: 100%;
  height: 100%;
    border-radius: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 4px solid #c70039;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
.inner-suspended p.suspended {
    width: 98%;
    background-color: rgb(71 71 71);
    padding: 9px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    /* pointer-events: none; */
    text-transform: capitalize;
    position: absolute;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.inner-suspended p.ball-running {
    width: 98%;
    background-color: rgb(108 83 91);
    padding: 9px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    /* pointer-events: none; */
    text-transform: capitalize;
    position: absolute;
    height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
}
.user_img {
    position: relative;
    width: 100%;
}
.user_img img {
    max-width: 7rem;
    height: 7rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.input_img {
    background: -o-linear-gradient(#141416,#1b1d24,#323234);
    background: -webkit-gradient(linear,left top, left bottom,from(#141416),color-stop(#1b1d24),to(#323234));
    background: linear-gradient(#141416,#1b1d24,#323234);
    padding: 0;
    width: 40px;
    border-radius: 10px;
    top: 82%;
    left: 85%;
    position: absolute;
    cursor: pointer;
    color: #fff;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.profile-name-detail h5 {
    font-weight: 400;
    margin-top: 6px;
}
.profile-name-detail {
    text-align: center;
    width: 100%;
}

.profile-name-detail h4 {
    font-size: 20px;
}
.profile-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-top: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 33px;
}          
.balane-info {
    padding-left: 50px;
    position: relative;
    width: 65%;
}
.balane-info:after{
    content:"";
    position: absolute;
    width: 4px;
    background-color: #c70039;
    height: 100%;
    top: 0px;
    left:25px;
}
.balane-info ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 300px;

}
.balane-info ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 16px;
}
.balane-info ul li:not(:last-child){
    margin-bottom: 11px;
}
.balane-info ul li span {
    color: #c70039;
    font-weight: 600;
}
.upcoming-label span {
    background-color: #000;
    border-radius: 4px;
    padding: 4px 9px;
    display: inline-block;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
span.searchTime.active{
    background-color: #c70039;
}
.upcoming-league {
    margin-bottom: 10px;
}

.tabs.profile-tabs ul#tabs-nav {
    margin: 0;
}

.profile-detail-inner ul#tabs-nav {
    background-color: #c70039;
    border-radius: 10px 10px;
    padding: 6px ;
    margin-top: 20px;
}

.profile-detail-inner ul#tabs-nav li:hover, .profile-detail-inner ul#tabs-nav li.active{
    background-color: #fff;
}
.profile-detail-inner ul#tabs-nav li:hover a, .profile-detail-inner ul#tabs-nav li.active a{
    color: #000;
}
.profile-detail-inner #tabs-nav li a {
    color: #fff;
    font-size: 14px;
}

.profile-detail-inner ul#tabs-nav li {
    padding: 4px 8px;
}

 .profile-page div#tabs-content {
    background-color: #fff;
    padding: 20px;
}

.tabs.profile-tabs .profile-detail-inner div#tabs-content {
    padding: 20px 0px;
}   
.personal-input input {
    min-height: 50px;
    padding: 0 15px;
    border: unset;
    background-color: #14151714;
    border-radius: 7px;
    width: 100%;
}
.personal-details-form .personal-input {
    width: calc(50% - 15px);
    margin: 0px 7.5px;
}

.personal-details-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 15px;
    margin: 0px -7.5px;
}
.personal-input input:last-child{
    font-size: 14px;
   
    font-weight: 500;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.personal-icon-box {
    position: relative;
}
.personal-icon-box i {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
}
.personal-icon-box input{
   padding-right: 45px;
}

input::-webkit-input-placeholder {
    font-size: 15px;
}

input::-moz-placeholder {
    font-size: 15px;
}

input:-ms-input-placeholder {
    font-size: 15px;
}

input::-ms-input-placeholder {
    font-size: 15px;
}

input::placeholder {
    font-size: 15px;
}
.personal-input.form-btn {
    width: 100%;
}
#Change-Password .personal-input.form-btn {
    margin: 20px 0 0 0;
}
.tabs.profile-tabs .sports-heading {
    font-size: 14px;
}
.profile_table.pb-inner-table tr.dark th{
    color: #fff;
}
.betting-history-filter {
   
    padding: 20px;
    border-radius: 12px;
    background-color: #14151714;
  
}
.betting-filter-inner-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        row-gap: 10px;
}
.betting-filter-inner-box.in-filter{
    border-top: 1px solid #c70039;
}
.filter-btns .btn {
    padding: 5px 17px;
    min-height: 38px;
    font-size: 14px;
    border-radius: 6px;
}
.filter-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
}
label.custom-file-label.upload-img:after {
    display: none;
}
label.custom-file-label.upload-img{
    overflow: hidden;
    padding: 20px;
}
label.custom-file-label.upload-img img {
    width: auto;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
}
div#password-verification .mobile-verification {
    display: block;
}
div#password-verification .modal-dialog {
    max-width: 440px;
}
.btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
}
li.mobile-header-menu{
    display: none;
}
.mobile-verification h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
}
div#KYC .sports-heading {
    background-color: unset;
    padding: 0;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #c70039;
    padding-bottom: 11px;
    border-radius: unset;
}
#KYC .history-select {
    max-width: 50%;
    width: 100%;
    margin-top: 25px;
}
#KYC  .custom-select{
    max-width: 100%;
}
#KYC .custom-select {
    max-width: 100%;
    background-color: #ededed;
    padding-top: 26px;
}
#KYC .history-select .select {
    height: 62px;
}
#KYC .history-select label {
    position: absolute;
    z-index: 1;
    left: 15px;
    font-size: 15px;
    color: #c70039;
    top: 8px;
}
.personal-detail-btn {
    width: calc(100% - 15px);
    margin: 0px 7px;
}
.kyc-head {
    margin: 30px 0px;
    margin-top: 30px;
}
.kyc-head h4 {
    font-size: 20px;
    margin-bottom: 5px;
    position: relative;
}
.kyc-head p {
    font-size: 15px;
}
.delays {
    margin-top: 35px;
    border: 1px dashed #c70039;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.kyc-btn {
    margin-top: 20px;
}
.kyc-btn button {
    padding: 15px 28px;
    font-size: 17px;
}
.kyc-form .personal-input label {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    font-weight: 600;
}
div#kyc-thank .modal-content {
    padding: 45px 40px;
}
.status-icon {
    position: relative;
    height: 90px;
    width: 90px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 20px;
    border: 2px solid #b1becc;
    border-color: #06d388;
}
.status-icon i{
    font-size: 36px;
    color: #06d388;
    line-height: 86px;
}
.select-document ul li img {
    margin-right: 15px;
    opacity: .5;
}
.delays h5 {
    font-size: 17px;
    margin-bottom: 14px;
    color: #000;
}
.kyc-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0px -10px;
}

.kyc-form .personal-input {
    width: calc(50% - 20px);
    margin: 0px 10px;
}
.kyc-thank-text h3 {
    margin: 0;
    margin-bottom: 15px;
}

.goto-profile a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.kyc-thank-text p {
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}
.list-check li:not(:last-child) {
    padding-bottom: 6px;
}
.list-check li:before {
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "Font Awesome 6 Free";
    content: '\f00c';
    font-weight: 700;
    color: #c70039;
    margin-right: 4px;
    font-size: 12px;
    font-weight: 900;
}
.list-check li {
    color: #000000;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}
.select-document ul li.active {
    border-color: #c70039;
    color: #c70039;
}

.history-select .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 52px;
}
.goto-profile {
    text-align: center;
    margin-top: 22px;
}

div#kyc-thank button.btn-close {
    position: absolute;
    right: 17px;
    top: 17px;
}

.custom-select {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 200px;
    -o-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 16px 0px;
    font-weight: 400;
    font-size: 15px;
    height: 100%;
    line-height: 20px;
    color: rgb(255, 255, 255);
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #c70039;
    color: #000;
    width: 100%;
}

.select-document .label {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.select-document ul li {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: transparent;
    border-radius: 5px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #546274;
    padding: 0px 15px;
}
.file-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 35px;
    width: 90%;
}
.custom-file {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.33% - 15px);
    flex: 0 0 calc(33.33% - 15px);
    height: auto;
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    display: inline-block;
    width: 100%;

}
label.custom-file-label {
    position: relative;
    height: 190px;
    padding: 0;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.04);
    border: 0;
    border-radius: 5px;
    background: #f5f5f5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    margin-bottom: 15px;
}

label.custom-file-label img {
    width: 28px;
}

label.custom-file-label:after {
    content: '';
    padding: 0;
    height: 70px;
    width: 70px;
    border-radius: 5px;
    border: 1px dashed rgb(199, 0, 57, 0.4);
    background: transparent;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
.custom-file-input {
    display: none;
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}
.select-document ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
select {
    display: none;
}
.custom-select:after {
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-color:#9E9E9E transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: rotateZ(0deg);
        -ms-transform: rotate(0deg);
            transform: rotateZ(0deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 25%;
        -ms-transform-origin: 50% 25%;
            transform-origin: 50% 25%;
}

.custom-select:active, .custom-select.active {
    background-color: #fff;
    color: #9E9E9E;
}
.custom-select:active:after, .custom-select.active:after {
    -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
            transform: rotateZ(180deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: 50% 25%;
        -ms-transform-origin: 50% 25%;
            transform-origin: 50% 25%;
}
.custom-select:focus{
   outline: 2px;
}
.select-options {
    max-height: 200px;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #474747;
    border-radius: 0px 0px 5px 5px;
}
.select-options li {
    color: #ffffff;
    margin: 0;
    padding: 12px 0;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    padding-left: 15px;
}
.select-options li:hover {
    color: #424242;
    background: #fff;
}
.select-options li[rel="hide"] {
    display: none;
}

.history-select {
    position: relative;
    max-width: 200px;
    width: 100%;
}
.history-select label {
    position: absolute;
    z-index: 1;
    left: 15px;
    font-size: 14px;
    color: #c70039;
    top: 4px;
}

.history-select input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    padding: 15px 16px 0px;
    font-weight: 400;
    font-size: 15px;
    height: 100%;
    line-height: 20px;
    color: rgb(255, 255, 255);
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    width: 100%;
    min-height: 52px;
    border: indianred;
    border-bottom: 1px solid #c70039;
}

.tabs.profile-tabs ul#tabs-nav::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.tabs.profile-tabs ul#tabs-nav::-webkit-scrollbar::-webkit-scrollbar-thumb {
    background-color: #c70039;
}
.tabs.profile-tabs ul#tabs-nav::-webkit-scrollbar, .tabs.profile-tabs ul#tabs-nav::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
.tabs.profile-tabs ul#tabs-nav {
    margin: 0;
    white-space: nowrap;
}
.center-batting-box div#tabs-content {
    padding-bottom: 30px;
    padding-top: 20px;
}
::-moz-selection { 
    background: #d7d4f0;
    color: #000;
}

::selection {
    background: #d7d4f0;
    color: #000;
}
.profile_table.pb-inner-table {
    margin-bottom: 25px;
}
.profile_table.pb-inner-table .pb-table {
    background-color: #fff;
    padding: 6px;
}
.profile_table.pb-inner-table .table td, 
.profile_table.pb-inner-table .table th{
    font-size: 14px;
}
.main-page.profile-page .bet-menu .sports-heading {
    margin: 0;
}
.bet-menu .sports-heading  h3 {
    font-size: 17px;
}
.profile_table.pb-inner-table .table th{
    font-weight: 500;
    color: #000;
}
.pb-inner-table input.form-control {
    border: unset;
    font-size: 13px;
    font-weight: 400;
    color: #121212;
}
.profile_table.pb-inner-table  .profile_table .table th {
    font-size: 13px;
    font-weight: 400;
    color: #121212;
}

.main-page.profile-page .sports-heading {
    margin-bottom: 20px;
}
.center-batting-box .tabs.profile-tabs div#tabs-content{
   overflow: unset;
}

.center-batting-box .profile-detail-inner div#tabs-content {
    overflow: unset;
}

.authentication-box .app-sub-text p {
    margin-top: 7px;
}

.authentication-box {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c70039;
}
.authentication-box button.btn {
    padding: 0px 25px;
    min-height: 43px;
}
.verification-box button.btn {

    margin-top: 16px;
}
.verification-box {
    padding: 20px;
    border-radius: 12px;
    background-color: #14151714;
    margin-top: 20px;
}

.verification-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.verification-box .personal-input {
    max-width: 500px;
    width: 100%;
}
.verification-box label{
    margin-bottom: 8px;
    display: block;
}

.resend-code-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 15px;
}
.authentication-box .resend-code-main button.btn {
    margin: 0;
}
.tabs-sub-main {
    min-width: 600px;
}
.tabs.profile-tabs {
    overflow-x: scroll;
}

footer {
    background-color: #fff;
    width: 100%;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
}

.main {
    margin: 50px;
    padding-top: 65px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 85%;
    margin: 0 auto;
    margin-top: 50px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    text-align: center;
}

.main .footer-logo.row {
   max-width: 800px;
    padding-right: 0;
    margin: 0 auto;
}
.logo-des {
    max-width: 650px;
    margin: 0 auto;
}
.main .row {
    width: 100%;
    padding: 0px 10px;
}
.link.row {
    margin-top: 40px;
    row-gap: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.social {
    margin-top:20px; 
}

.social-btn i{
    width: 38px;
    height: 38px;
    text-align: center;
    border: 1px solid var(--light);
    line-height: 40px;
    color: var(--light);
    border-radius: 5px;
}
.social-btn i:hover{
    color: var(--white);
    border: 1px solid var(--white);
}


.footer-header{
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  
  .office-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  
  .office a{
    text-decoration: none;
    color: #98A8F8;
    
  }
  .office a:hover{
    color: #fff;
  }
  .num {
    font-size: 1rem;
    font-weight: 500;
  }
  
  .link-des {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    row-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
  .link-des a{
    color: #474747;
    text-decoration: none;
    font-size: 1rem;
    position: relative;
  }
  .link-des a:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    background-color: #c70039;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}
.link-des a:last-child::after{
    display: none;
} 
  
  .link-des a:hover{
    color: #c70039;
    -webkit-transition: linear 0.3s;
    -o-transition: linear 0.3s;
    transition: linear 0.3s;
  }
  
  .btn-know{
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-transform: uppercase;
    border-radius:10px;
    margin-top: 15px;
  }
 .commentary {
    display: flex;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 3;
    gap: 4px;
    justify-content: end;
}
.commentary span.ballww {
    background-color: #c70039;
    border: 1px solid #c70039;
}
.commentary span.ball4 {
    color: #000;
    border: 1px solid #cfe8fa;
    background-color: #cfe8fa;

}
.commentary span.ball6 {
    color: #000;
    border: 1px solid #cfe8fa;
    background-color: #cfe8fa;
}
.commentary span {
    width: 30px;
    height: 30px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;

}
  
  .subcribe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


  input[type=mail]{
    border: none;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
    font-size: 0.8rem;
  }
  .sub-icon {
    margin: 7px;
    margin-right: 15px;
    margin-left: 0;
    font-size: 1.5rem;
  }
  .ri-arrow-right-line{
    margin-left: 0;
    
  }
  
  .icons a{
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.1rem;
    margin: 2%;
  }
  
  
  .social-icon{
    position: relative;
    top:2px;
  }
    .footer-input-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-top: 25px;
}
  .icons a:hover{
    color: #fff;
    background-color: #FB2576;
    border-color: #FB2576;
  }
  .newsletter-des{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  
  .copyright{
    text-align: center;
  }
  
  hr {
    width: 90%;
    margin: 2px auto;
    opacity: 40%;
  }
  
  .copyright p{
    padding: 20px;
  }
  
  .footer-logo img {
    width: 170px;
}

footer.footer-sec p {
    color: #474747;
    line-height: 26px;
    font-size: 15px;
}

.footer-logo .personal-input {
    width: 75%;
}
.footer-logo .personal-input input{
    background-color:#14151714;
}
.footer-input-inner .btn-know {
    margin: 0;
    min-height: 50px;
}
  
.footer-header h3 {
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .2em;
}


.resend-code-btn span {
    background-color: #c70039;
    color: #fff;
    padding: 5px 11px;
    border-radius: 4px;
    font-size: 15px;
    min-height: 35px;
    display: -ms-inline-grid;
    display: inline-grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
}

.authentication-inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.step {
    max-width: 32px;
    width: 100%;
    height: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: normal;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 12px 0 0;
    border-radius: 100%;
    background-color: #c70039;
    color: #fff;
}

.Two-Factor-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
   
}
.Two-Factor-detail p{
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.Two-Factor-btn img {
    display: block;
    width: 165px;
    height: auto;
}
.Two-Factor-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    margin-top: 20px;
}
.Two-Factor-detail-main:last-child{
    margin-bottom: 0;
}
.Two-Factor-detail-main {
    margin-bottom: 35px;
}
.two-factor-main h4 {
    margin-bottom: 25px;
}
.app-sub-text p {
    font-size: 15px;
    margin-bottom: 15px;
}
.install-app-description {
    margin-top: 20px;
}

.app-sub-text p:last-child {
    margin-bottom: 0px;
}
.install-app-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
.rq-code img {
    height: 100%;
    width: 135px;
}
.Two-Factor-detail-main .personal-input {
    margin-top: 20px;
}
.Two-Factor-detail-main .personal-input p {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-top: 3px;
}
.history-table th {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    background-color: #c70039;
    border: unset;
    color: #fff;
    padding: 11px 10px 12px;
    white-space: nowrap;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.sf{
    width: 100%;
}
.history-table {
    margin-top: 20px;
    overflow-x: auto;
}

tr.header-table {
    border-radius: 17px 17px 0 0;
}

.history-table table {
    border-radius: 17px;
    overflow: hidden;
    background-color: #ededed;
}
.history-table td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}
.history-table tr {
    border-bottom: 1px solid #fff;
}
.history-table tr:last-child {
    border-bottom: unset;
}
div#Pending-Withdrawals .history-table {
    margin-top: 0;
}
.ui-datepicker {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
    display: none;
    padding: 1em;
  }
  
  .ui-datepicker-calendar a {
    color: inherit;
    text-decoration: none;
  }
  
  .ui-datepicker-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1em;
  }
  
  .ui-datepicker-prev,
  .ui-datepicker-next {
    cursor: pointer;
  }
  
  .ui-datepicker-next {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  
  .ui-datepicker-prev .ui-icon,
  .ui-datepicker-next .ui-icon {
    background-image: url(../img/datepicker-arrows.svg);
    background-repeat: no-repeat;
    background-size: 300%;
    display: inline-block;
    height: 1em;
    overflow: hidden;
    text-indent: -999px;
    width: 1em;
  }
  
  .ui-datepicker-prev:hover .ui-icon-circle-triangle-w {
    background-position: -1em 0;
  }
  
  .ui-datepicker-prev.ui-state-disabled .ui-icon-circle-triangle-w {
    background-position: -2em 0;
  }
  
  .ui-datepicker-next .ui-icon-circle-triangle-e {
    background-position: 0 -1em;
  }
  
  .ui-datepicker-next:hover .ui-icon-circle-triangle-e {
    background-position: -1em -1em;
  }
  
  .ui-datepicker-nextui-state-disabled .ui-icon-circle-triangle-e {
    background-position: -2em -1em;
  }
  
  .ui-datepicker-title {
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  .ui-datepicker-calendar td,
  .ui-datepicker-calendar th {
    text-align: center;
  }
  
  .ui-datepicker-calendar td a,
  .ui-datepicker-calendar td span {
    background-color: #f6f6f6;
    display: block;
    padding: 0.5em 1em;
  }
  
  .ui-datepicker-calendar .ui-datepicker-unselectable {
    color: #c8c8ca;
  }
  
  .ui-datepicker-calendar .ui-datepicker-today a,
  .ui-datepicker-calendar .ui-datepicker-today span {
    color: #c70039;
    font-weight: 700;
  }
  
  .ui-datepicker-calendar .ui-datepicker-current-day a {
    background-color: #c70039;
    color: #fff;
    font-weight: 700;
}
  
  .ui-datepicker-buttonpane {
    margin-top: 1em;
  }
  
  .ui-datepicker-buttonpane button {
    background-color: #484a4e;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25em 0.5em;
  }
  
  .ui-datepicker-buttonpane button + button {
    margin-left: 0.5em;
  }
  
.sun-menu {
    font-size: 15px;
    margin: 0px -10px;
}
.sun-menu span {
    padding: 0px 10px;
    position: relative;
}

.sun-menu span:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 90%;
    top: 50%;
    right: 0;
    background-color: #474747; 
    -webkit-transform: translateY(-50%); 
        -ms-transform: translateY(-50%); 
            transform: translateY(-50%);
}
.sun-menu span:last-child:after{
    display: none;
}
.sports-football-innet {
    padding-top: 8px;
}
.sun-menu span.active {
    color: #c70039;
    font-weight: 600;
}
.sun-menu span.active:after {
    background-color: #c70039;
}
.modal-dialog.coming-soon {
    max-width: 425px;
    /* height: 425px; */
}
.league-main {
    padding-bottom: 0;
    background-image: url(../img/events-bg.png);
    min-height: 180px;
    padding: 30px 30px 11px 30px;
    background-position: 46% 51%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.league-main::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #121212;
    opacity: .30;
    z-index: 2;
}
.event-banner-main {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; 
    max-width: 617px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    z-index: 2;
    position: relative;
    width: 100%;
}

.event-left-corner {
    background-color: rgb(199 0 57);
    min-height: 47px;
    height: auto;
    -webkit-clip-path: polygon(0 0,100% 0,100% 100%,100% 100%);
            clip-path: polygon(0 0,100% 0,100% 100%,100% 100%);
    left: 11px;
    max-height: 47px;
    position: relative;
    width: 70px;
}

.event-text-box {
    -webkit-clip-path: polygon(100% 0,97% 50%,100% 100%,0 98%,0 50%,0 0);
    max-height: 47px;
    padding-right: 0;
    position: relative;
    right: -10px;
    z-index: -1;
    height: auto;
    margin-top: 0;                                                                                             
    max-height: 100%;
    min-height: 47px;
    width: 100%;
    background-color: rgb(199 0 57);
    background-repeat: no-repeat;
    padding: 0px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
}
.event-vs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 4px solid  #c70039;
    border-radius: 80%;
    color: #Fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    height: 70px;
    justify-content: center;
    max-height: 70px;
    max-width: 70px;
    position: relative;
    text-transform: uppercase;
    top: 0;
    width: 100%;
}

.event-text-box-right {
    -webkit-clip-path: polygon(100% 0,100% 50%,100% 100%,0 100%,3% 49%,0 0);
            clip-path: polygon(100% 0,100% 50%,100% 100%,0 100%,3% 49%,0 0);
    left: -10px;
    height: auto;
    margin-top: 0;
    max-height: 100%;
    min-height: 47px;
    width: 100%;
    position: relative;
    background-color: #c70039;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    padding-left: 20px;
}

.event-vs:before {
    background:  #c70039;
    border: 4px solid  #c70039;
    border-radius: 80%;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(.875);
    -ms-transform: scale(.875);
        transform: scale(.875);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center;
    width: auto;
    z-index: -1;
}

div#registerModal.verification .signup-right {
    width: 100%;
}

.event-right-corner {
    -webkit-clip-path: polygon(0 0,100% 0,10% 100%,0 100%);
            clip-path: polygon(0 0,100% 0,10% 100%,0 100%);
    position: relative;
    right: 12px;
    width: 70px;
    height: auto;
    max-height: 100%;
    min-height: 47px;
    background-color: #c70039;
}

.league-time-date {
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 10px;
}

span.league-name_2 {
    font-size: 14px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 10px;
}

.cricket-inner-accroding span.league-name_2 {
    width: 45%;
}

span.league-name_2 span {
    font-size: 13px;
}

button.book.btn {
    min-height: 35px;
    font-size: 15px;
    padding: 4px 14px;
    border-radius: 7px;
}
span.market-all {
    width: auto;
}
span.market-all {
    font-size: 15px;
}

.accordion-item span.min-max {
    width: 33.33%;
    text-align: left;
    font-size: 14px;
    line-height: normal;
    line-height: 17px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    padding-left: 10px;
}

.cricket-inner-accroding .accroding-sub-box .league-head span.min-max {
    width:33.33%;
}
.league-name-inner.multile-league-main {
    display: block;
}
.league-name-inner.multile-league-main .multile-league {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
}
.league-name-inner.multile-league-main .multile-league:last-child{
    margin-bottom: 0px;
}
.live-stream .sports-heading {
    margin: 0;
    border-radius: unset;
}
.live-stream {
    margin-bottom: 20px;
    background-color: #fff;
}


iframe#rindle-frame {
    border: unset;
    height: 205px;
    display: block;
}

div#loginModal .modal-dialog.forgot-password {
    width: 525px;
    max-width: 525px;
    text-align: center;
}
.modal-dialog.forgot-password .lr-from {
    padding: 0;
    margin-top: 20px;
}

div#loginModal .modal-dialog.forgot-password .modal-content {
    padding: 15px 30px 35px 30px;
    overflow: hidden;
    border-radius: 15px;
}
.mobile-verification {
    max-width: 440px;
    margin: 0 auto;
    padding-bottom: 55px;
    padding: 10px 25px 25px;
    text-align: center;
    display: none;
}

.mobile-verification .personal-input {
    margin-top: 25px;
    margin-bottom: 15px;
}
.resend-code {
    margin-top: 20px;
}

.resend-code button {
    margin-left: 7px;
    font-size: 15px;
    color: #c70039;
    border: unset;
    background-color: unset;
    cursor: pointer;
    font-weight: 600;
}
div#registerModal.verification .modal-dialog {
    max-width: 415px;
}

.loader {
    width: 70px;
    height: 70px;
    font-size: 70px;
    position: relative;
}

  @media (max-width: 225px), (max-height: 225px) {
    .loader {
      font-size: 75px;
    }
  }

  .loader:before, .loader:after {
    content: "";
    top: 0;
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    border-width: 0.5em;
    border-style: double;
    border-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 1em;
    -webkit-animation: spin 1s infinite;
     animation: spin 1s infinite;
  }          
                      
  .loader:after {
    left: 0;
    border-left-color: #c70039;
  }

  .loader:before {
    right: 0;
    border-right-color: #c70039;
    -webkit-animation-delay: -0.25s;
            animation-delay: -0.25s;
  }
  
  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes spin {
    from {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  .loader-box {
    height: 86%;
    position: absolute;
    height: 100%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    width: 100%;
    background-color:rgb(255 255 255 / 80%);
    z-index: 9999;
}

button.close-sidebar, button.openside {
    display: none;
}
ul#pages_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #525252;
    margin: 20px 0px;
}
    #pages_ul li a{
        color: #525252;
    } 
    #pages_ul li:first-child,  
    #pages_ul li:last-child {
        width: auto;
        margin: 0px 10px;
        background-color: #eaeaea;
        padding: 0px 13px;
        border-radius: 4px;
    }
    li.page-item {
        width: 35px;
        height: 35px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    #pages_ul .page-item.disabled {
       opacity: 0.7;
        background-color: unset;
        cursor: not-allowed;
        pointer-events: none;
    }
    #pages_ul .page-item.disabled a{
        cursor: not-allowed;
        pointer-events: none;

    }
    li.page-item.active {
        background-color: #c70039;
        border-radius: 4px;
    }
    #pages_ul li.page-item.active a{
        color: #fff;
    }
    button.openpm {
        display: none;
    }


@media (max-width:1800px){
    span.league-head-main {
        width: 52%;
    }
    span.league-name_2 {
        width: 48%;;
    }
}

@media (max-width:1600px){
    .user_img img{
        max-width: 70px;
        height: 70px;
    }
    .heading-side-menu li a {       
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        font-size: 13px;  
        gap: 4px;
    }
    .profile-img-box {
        border: 3px solid #c70039;
        border-radius: 50%;
    }
    .input_img {
        top: 75%;
        left: 67%;
    }
    .user_info{
        padding: 15px;
    }
    .heading-side-menu li a img {
        width: 25px;
    }
    .sports-menu {
        width: 115px;
    }
    .bet-menu {
        width: 350px;
    }
 
    .center-batting-box {
        width: calc(100% - 650px);
    }

    .user_img form {
         max-width: 70px;
        height: 70px;
        width: 100%;
        border-radius: 50%;
    }
    .input_img {
        width: 30px;
        border-radius: 8px;
        height: 30px;
    }
  
    #tabs-nav li a {
        font-size: 15px;
    }
  
    .profile-detail-inner ul#tabs-nav li {
        padding: 4px 8px;
        white-space: nowrap;
    }
    .tabs.profile-tabs ul#tabs-nav::-webkit-scrollbar {
        height: 2px;
        width: 2px; 
    }

    .user_img label.input_img i {
        font-size: 12px;
    }
    .profile-name-detail h4 {
        font-size: 17px;
    }
    .profile-name-detail h5 {
        margin-top: 4px;
        font-size: 14px;
    }
    .profile-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 35px;
        margin-top: 25px;
    }
    .bet-menu  #tabs-nav li a {
        font-size: 14px;
    }
    .heading-side-menu h3 {
        padding: 12px 20px;
        font-size: 16px;
        text-align: center;
    }
    .center-batting-box {
        width: calc(100% - 385px);
    }
    .slider-inner-box a {
        color: #000;
        font-size: 14px;
    }

    .label-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px -1px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .place-main-btn {
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .place-main-btn button {
        width: 50%;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 6px 9px;
    }

    .label-inner span {
        width: calc(25% - 2px);
        text-align: center;
        margin: 0 0px;
    }
    
}

@media (max-width:1400px) {
    span.league-name_2 {
        width: 40%;
    }
    span.league-head-main {
        width: 60%;
    }
    .accordion-title h3 span.league-name{
        width: 40%;
    }
  
    .accordion-title h3 span.league-head-main {
        width: 60%;
    }
    .cricket-inner-accroding .league-head span {
        width: calc(33.33%);
    }
  
    .cricket-inner-accroding span.league-head-main {
        width: 60%;
    }
    .cricket-inner-accroding span.league-name_2 {
        width: 40%;
    }
    .header-menu ul li a {
        font-size: 16px;
    }
    .event-banner-main h4 {
        font-size: 14px;
        text-align: right;
    }
    .bet-menu {
        width: 320px;
    }
    .balane-info {
        padding-left: 0;
        width: 100%;
        border-top: 3px solid #c70039;
        padding-top: 20px;
    }
    .balane-info:after{
        display: none;
    }
    .user_info {
        width: 100%;
    }
    header .flex {
        min-height: 65px;
    }
    .heading-side-menu li a {
        border-bottom: 1px solid rgb(236, 236, 235);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 12px;
    }
}

@media (max-width:1200px){
    .profile-page  .bet-menu{
        margin-top: 30px;
    }
    .bet-detail-number .bet-dn-input {
        width: 33.33%;
    }
    .cricket-inner-accroding .bet-sub-box {
        padding: 5px 8px;
    }
    .cricket-inner-accroding .bet-number h4, .cricket-inner-accroding .bet-number p {
        font-size: 12px;
    }
    .main-page .container > .flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .live-stream {
        width: calc(50% - 30px);
        margin: 0px 15px;
        border-radius: 15px;
        overflow: hidden;
    }
    .bet-menu .tabs{
        width: calc(100% - 0px);
        margin: 0px 0px;
    }
    .sports-menu{
        position: unset;
    }
    .center-batting-box {
        width: calc(100% - 115px);
        padding-right: 0px;
    }
    .center-batting-box div#tabs-content {
        padding-bottom: 30px;
        padding-top: 20px;
        height: 100%;
    }
    .bet-menu {
        width: 100%;
        position: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0px 0px;
        margin-top: 0px;

    }
    .profile_table.pb-inner-table {
        margin-bottom: 25px;
        width: 50%;
        padding: 0px 10px;
    }
    
}

@media (max-width:991px){
    #ui-datepicker-div {
        font-size: 83.5%;
    }
    .ui-datepicker-title {
        font-size: 18px;
    }
.commentary-msg {
    width: 200px;
    font-size: 14px;
    text-align: right;
}
.extra-commentary-msg{
    font-size: 14px
}
.liveteamScore{
    gap:10px;
}
    button.book.btn {
        min-height: 30px;
        font-size: 13px;
        padding: 4px 10px;
        border-radius: 4px;
    }
}

@media (max-width: 767px){
    .swiper-hero .swiper-slide img {
        width: 100%;
        height: 100%;
        /*object-fit: cover;*/
    }
    .commentary-box{
        flex-wrap: wrap;
        justify-content: center;
    }
    .liveScore{
        width: 100%;
    }
    .extra-commentary-msg{
        width: 100%;
        text-align: center;
    }
    .extra-main{
        flex-wrap: wrap;
        width: 100%;
        margin-bottom: 10px
    }
    .swiper-hero .swiper-slide {
        height: auto;
    }
    .swiper-hero {
        display: block;
    }    
    #ui-datepicker-div {
        font-size: 72.5%;
    }
    .ui-datepicker-title {
        font-size: 16px;
    }
    ul#tabs-nav li {
        width: auto;
        text-align: center;
    }
    .ui-datepicker-calendar td a, .ui-datepicker-calendar td span {
        padding: 0.5em 10px;
    }
    div#currentBets ul#tabs-nav li {
        width: auto;
    }
    .cricket-inner-accroding .accordion-title h3 span.league-name {
        width: 40%;
    }
    .cricket-inner-accroding span.league-head-main{
        width: 100%;
    }

.commentary-msg {
 width: 255px;
 font-size: 14px;
}

    .personal-details-form {
        padding: 5px 5px;
    }
    .header-menu.header-main-menu-box {
        display: block;
        text-align: left;
    }
    .history-table table {
        background-color: unset;
    }
    .betslip.empty-betslip {
        width: 100%;
    }
    #bettingHistory .history-table table{
        width: 100%;
        background-color: unset;
        border-radius: unset;
    }
    .d_t_flex_th {
        display: none;
    }
    .history-table{
        margin-top: 0;
        padding: 0px 5px;
    }
    .d_t_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #f5f5f5;
        padding: 5px;
        margin-bottom: 15px;
        border-radius: 10px;
        overflow: auto;
        font-size: 13px;
    }
    .empty-betslip h5 {
        font-size: 14px;
    }
    .filter-btns .btn {
        width: calc(50% - 3px);
    }
    .empty-betslip p {
        font-size: 12px;
    }
    .btn {  
        padding: 6px 20px;
        border-radius: 0.6rem;
        min-height: 44px;
        font-size: 14px;
    }
    .history-select .select {
        font-size: 12px;
        height: 45px;
    }
    .center-batting-box .profile-mrnu div#tabs-content {
        padding: 10px 5px;
    }
    .personal-input input {
        min-height: 45px;
    }
    .history-table th {
        font-size: 14px;
        font-weight: 500;
    }
    .history-table td{
        font-size: 13px;
    }
    .history-table table td,  .history-table table th{
        border-top: 1px solid #dee2e6;
    }
    .history-table table td:first-child{
        border: unset;
    }
    .bet-number {
        border-radius: 8px;
    }
    .no-record img, .empty-betslip img {
        width: 65px;
    }
    .label-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px 0px;
        margin-bottom: 3px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .label-inner span {
        width: calc(25% - 2px);
        text-align: center;
        margin: 0 0px;
    }
    .place-btn-main button {
        background-color: #000;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
        text-transform: capitalize;
        border: unset;
        font-size: 11px;
        letter-spacing: 1px;
        cursor: pointer;
        min-height: 35px;
        height: auto;
        margin-left: 2px;
    }
    
    .cricket-inner-accroding span.league-name_2 {
        width: 40%;
        display: inline-block;
    }
    span.league-name_2 span {
        margin-left: 0px;
        width: 100%;
        display: block;
    }
    .bet-menu .sports-heading h3 {
        font-size: 14px;
    }
    .bet-sub-box p {
        font-size: 12px;
        line-height: normal;
    }
    .center-batting-box div#tabs-content{
        padding-bottom: 0;
        padding-top: 10px;
        padding-left: 00;
        padding-right: 0px;
        border-radius: 11px;
    }
    .account-btn {
        padding: 0px 3px;
        width: 50%;
    }
    .account-btn button{
        width: 100%;
        border-radius: 6px;
    }
  
    .betting-history-filter {
        border-radius: 10px;
        padding: 0;
        width: calc(100% - 7px);
        margin: -5px auto 5px;
    }

    .betting-filter-inner-box {
        gap: 0px;
        row-gap: 6px;
        padding: 10px;
        margin: 0px -7px;
    }
    .filter-box {
        padding: 6px 10px;
        display: flex;
        font-size: 17px;
    }
  
    .betting-inner-main{
        display: none;
    }
    .custom-select{
        max-width: 100%;
    }
    .history-select {
        width: calc(50% - 14px);
        margin: 0px 7px;
        max-width: 100%;
    }
    .bet-number button:first-child {
        border-radius: unset;
    }
    .bet-number button:last-child{
        border-radius: unset;
    }
    .bet-menu .tabs {
        width: calc(100%);
        margin: 0;
    }
    .heading-side-menu ul {
        overflow-y: unset;
        max-height: 100%;
        width: 100%;
    }
    .history-table .td_title {
        display: block;
        color: #666;
        float: left;
        margin-right: 10px;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: normal;
        width: 125px;
    }
    tr.d_t_flex p,   tr.d_t_flex a {
        width: 55%;
    }
    .history-table .d_t_flex  td{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
    }
    li.mobile-header-menu{
        display: block;
    }
    .header-menu{
        display: none;
    }
    .modal-body.login-main-box{
        padding:40px 0;
    }
    .SignIn-Footer-Container {
        font-size: 14px;
        margin-top: 9px;
    }
    div#loginModal .modal-content{
        padding: 0px;
    }
    .loader {
        width: 55px;
        height: 55px;
        font-size: 55px;
        position: relative;
    }
    .header-main-box{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding-bottom: 50px;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .profile-dropdown-menu span i{
        display: none;
    }
    .balance-box-deposit .deposit-dropdown {
        overflow: unset;
        visibility: visible;
        height: 100%;
        position: unset;
        opacity: 1;
        -webkit-transform: unset;
            -ms-transform: unset;
                transform: unset;
        background-color: unset;
    }
    .balance-box-deposit .deposit-dropdown h3 {
        text-align: left;
        padding: 0;
        margin-bottom: 17px;
    }
    .main-balance{
        margin: 0;
    }
    .balance-box-deposit .logout button.btn{
        display: none;
    }
    .user-deposit{
        display: none;
    }
    .amount-main {
        padding: 0px 25px;
    }
   
    .heading-side-menu li a{
        color: #fff;
        font-size: 14px;
        gap: 9px;
    }
    .heading-side-menu li a:hover i, 
    .heading-side-menu li a.active i {
        color: #fff;
    }
    .heading-side-menu li a i{
        color: #fff;
    }
    .heading-side-menu li a img{
        -webkit-filter: invert(1);
                filter: invert(1);
    }
    .user_info{
        border: unset;
    }
    .profile-name-detail h4{
        color: #fff;
    }
    .profile-name-detail h5{
        color: #fff;
    }
    button.openpm {
        display: block;
    }
    .profile-heading h3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .profile-heading h3 button{
        display: block;
        border: unset;
        background-color: unset;
        color: #fff;
        font-size: 20px;
    }
    
    /* .profile-left-menu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #474747;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
    } */

    div#loginModal .modal-dialog {
        width: auto;
        max-width: 500px;
        min-width: auto;
        margin: 0 auto;
    }  
    .betting-history-filter ul#tabs-nav {
        row-gap: 5px;
        padding: 6px 10px;

    }
    .Two-Factor-btn img {
        width: 130px;
    }
    .rq-code {
        width: 140px;
        height: 100%;
    }
    .profile_table.pb-inner-table .pb-table table{
        background-color: #fff;
    }
    .rq-code svg {
        width: 100%;
        height: 100%;
    }
    .live-stream {
        width: 100%;
        margin: 0;
    }
    .signup-left{
        display: none !important;
    }
    .signup-right{
        width: 100%;
    }
    div#registerModal .modal-content {
        width: 500px;
        margin: 0 auto;
    }
    .modal.show .modal-dialog {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    div#loginModal .modal-dialog.forgot-password {
        width: auto;
        max-width: 500px;
        text-align: center;
    }
    .sports-menu{
        display: none;
    }
    .center-batting-box {
        width: calc(100%);
        padding: 0;
    }

    button.close-sidebar, button.openside {
        display: block;
        border: unset;
        background-color: unset;
    }

    .dropdown-sub li a {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        text-align: left;
        padding: 12px 0px;
    }
    button.openside {
        font-size: 26px;
    }
    .header-right {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;  
        -webkit-box-align: center;  
            -ms-flex-align: center;  
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        padding-right: 20px;
    }
    .header-menu {
        padding: 0px 30px;
        margin-top: 30px;
        width: 100%;
    }
    .sidebar-menu {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        background-color: #474747;
        overflow-x: hidden;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        padding-top: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
    .amount-main {
        background-color: unset;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 0px 25px;
    }
    .header-menu ul li {
        float: unset;
        padding: 0px;
        margin-bottom: 15px;
    }
    .logo {
        max-width: 258px;
        width: auto;
        margin-right: 15px;
    }
    .dropdown-sub {
        width: 100%;
        position: unset;
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .profile-dropdown-menu{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 12px 20px;
        background-color: #fff;
        border-radius: 11px;
    }
    .profile-dropdown-menu span {
        color: #000;
    }
    .profile-dropdown-menu .dropdown-sub {
        border-top: 1px solid #c70039;
        padding-top: 4px;
        margin-top: 5px;
    }
    .deposit-dropdown{
        left: 0;
        right: auto;
        width: 250px;
        background-color: #000000;
    }

    .dropdown-sub .profile-inner-box {
        border: unset;
        -webkit-box-shadow: unset;
                box-shadow: unset;
    }
    .header-menu ul li a {
        color: #fff;
    }
    
      button.close-sidebar {
        position: absolute;
        top: 4px;
        right: 16px;
        background: unset;
        border: unset;
        color: #fff;
        font-size: 43px;
    }
    .logout button.btn {
        min-height: 38px;
    }
    a.profile-img {
        max-width: 60px;
        height: 60px;
    }
    a.profile-img img {
        max-width: 60px;
        height: 60px;
    }
    .profile_table.pb-inner-table {
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .profile_table.pb-inner-table:last-child {
        margin-bottom: 0px;
    }
    .bet-menu {
        margin: 30px 0 0 0;
        row-gap: 30px;
    }
    .filter-btns {
        margin-top: 0px;
        width: 100%;
        min-height: 37px;
        font-size: 13px;
        padding: 0px 3px;
    }
    .d-t-n{
        display: none;
    }
    .cricket-inner-accroding .league-head span {
        width: 33.33%;
    }
    .cricket-inner-accroding .bet-sub-box {
        width: 100%;
    }
    .accordion-title h3 span, 
    .accordion-title h3 span.league-name, 
    .bet-number, 
    .accordion-item span.min-max, 
    .bet-number.full-bet button.bet-sub-box{
        font-size: 11px;
    }
    .cricket-inner-accroding .league-head span.min-max{
        width: 33.33%;
    }

    .inner-suspended p.suspended {
        font-size: 12px;
    }
    .accordion-contant {
        padding: 5px 7px;
    }
    
    span.league-name_2 {
        width: 40%;
        font-size: 12px;
        flex-wrap: wrap;
    }
    .league-name-inner {
        row-gap: 10px;
        flex-wrap: unset;
        
    }
    .league-head {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        overflow: auto;
        white-space: nowrap;
    }
    .league-head::-webkit-scrollbar {
        width: 1px;
        height: 2px;
    }
    .authentication-box h3 {
        margin-bottom: 10px;
    }
    .verification-box h4 {
        font-size: 17px;
    }
    .header-btn {
        background-color: unset;
    }
    footer{
        padding: 0px 10px;
    }
    .container{
        padding: 0px 5px;
    }
    .league-head span {
        width: calc(33.33%);
        padding: 0px 1px;
    }
    .bet-number h4 {
        font-size: 12px;
    }
    .upcoming-label {
        gap: 4px;
    }
    .upcoming-label span {
        font-size: 12px;
    }
    span.league-time-date {
        font-size: 12px;
        width: 40%;
    }
    .accordion-item .accroding-sub-box i {
        font-size: 12px;
        right: 8px;
    }
    .upcoming-league {
        margin-bottom: 6px;
    }
    .link-des {
        gap: 15px;
        row-gap: 2px;
    }
    .link-des a {
        font-size: 14px;
    }
    .link-des a:after {
        width: 2px;
        height: 74%;
        right: -8px;
        -webkit-transform: translateY(-48%);
            -ms-transform: translateY(-48%);
                transform: translateY(-48%);
    }
    .link.row {
        margin-top: 30px;
        row-gap: 5px;
    }
    .main {
        padding-top: 50px;
        padding-bottom: 20px;
        width: 100%;
    }
    .footer-logo img {
        width: 130px;
    }
    footer.footer-sec p {
        line-height: 24px;
        font-size: 14px;
    }
    .footer-input-inner .btn-know {
        min-height: 46px;
        font-size: 15px;
        padding: 1px 23px;
    }
    .center-batting-box h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    .event-banner-main h4 {
        font-size: 12px;
    }
    .league-main {
        min-height: 145px;
        padding: 15px 14px 11px 14px;
    }
    .bet-menu div#tabs-content {
        padding: 10px 10px;
        min-height: calc(410px - 150px);
        max-height: calc(410px - 150px);
    } 
    .betslip:last-child{
        padding-bottom: 0;
        margin-bottom: 0px;
        border: unset;
    }
    .league-time-date {
        font-size: 15px;
    }
    .place-main-btn {
        width: 40%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
    }
    .bet-dn-input {
        width: 33.33%;
    }
    .place-main-btn button {
        width: 50%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .history-select input::-webkit-input-placeholder {
        font-size: 12px;
    }
    .history-select input::-moz-placeholder {
        font-size: 12px;
    }
    .history-select input:-ms-input-placeholder {
        font-size: 12px;
    }
    .history-select input::-ms-input-placeholder {
        font-size: 12px;
    }
    .history-select input::placeholder {
        font-size: 12px;
    }
    .filter-tab ul#tabs-nav li a {
        font-size: 13px;
    }
    .filter-tab ul#tabs-nav li {
        padding: 5px 9px;
    }
    .history-select input {
        min-height: 45px;
    }
    .center-batting-box #tabs-content div#tabs-content .tab-content {
        padding: 10px 0px;
    }
    .filter-tab {
       margin: 0px 7px;
    }
    span.league-head-main {
        width: 100%;
    }
    .accordion-title h3 span.league-head-main {
        width: 100%;
    }
    .bet-sub-box{
        padding-left: 0;
        padding-right: 0;
    }
    .bet-menu {
        display: block;
        position: fixed;
        bottom: 0;
        position: fixed;
        z-index: 9999999;
        right: 0;
        top: auto;
        transform: translateY(150%);
        height: auto;
        min-height: auto;
        transition: all 0.5s;
        overflow: unset;
    }
    .bet-menu.show_bet {
        transform: translateY(0);
    }
   
    .bet-menu ul#tabs-nav {
        background-color: #c70039;
    }
    .bet-menu ul#tabs-nav li:hover,  .bet-menu ul#tabs-nav li.active {
        background-color: #fff;
    }
    .bet-menu ul#tabs-nav li:hover a, .bet-menu ul#tabs-nav li.active a{
        color: #000;

    }
    .bet-menu #tabs-nav li a{
        color: #fff;
    }
    .close-bet-menu {
        position: absolute;
        top: -30px;
        background-color: #000;
        right: 5px;
        width: 34px;
        height: 32px;
        z-index: -1;
        color: #fff;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bet_slip_icon {
        position: fixed;
        z-index: 9999;
        bottom: 15px;
        right: 0;
        left: 0;
        text-align: center;
        color: #ffffff;
        width: 58px;
        cursor: pointer;
        height: 58px;
        display: flex;
        background: #c70039;
        box-sizing: border-box;
        align-items: center;
        border-radius: 50%;
        background-size: cover;
        justify-content: center;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        margin: 0 auto;
    }
    .bet_slip_icon img{
        filter: invert(1);
    }

   
}




@media (max-width: 576px){
    .cricket-inner-accroding span.league-name_2 {
        width:100%;
        display: flex;
        justify-content: space-between;
    }
    span.league-name_2{
        width: 100%;
    }
    .accroding-sub-box h3{
        flex-wrap: wrap;
    }
    span.league-name_2 span {
        width: auto;
    }
    .cricket-inner-accroding .accordion-title h3 span.league-name{
        width: 100%;
    }
    span.league-time-date{
        width: 100%;
        margin-bottom: 0;
    }
    .league-name-inner{
        flex-wrap: wrap;
    }
    
    .accordion-title h3 span.league-name {
        width: 100%;
        justify-content: left;
        font-size: 13px;
        padding-left: 8px;
    }
    .accordion-title .accroding-sub-box{
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 8px;
    }
    span.league-time-date > div span {
        font-size: 11px;
    }
.commentary-msg {
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}
.commentary-box{
    flex-wrap: wrap;
    justify-content: center;
}
.extra-commentary-msg{
    font-size: 14px;
    text-align: center;
}
.liveScore {
    width: calc(100%);
}
    .liveteamScore {
        font-size: 14px;
    }
    .teamscore b.runRate {
        margin-left: 15px;
        font-size: 12px;
    }
    .teamscore {
        font-size: 12px;
    }
    .liveteamScore {
        gap: 5px;
    }
    .teamname {
        width: 75px;
        font-size: 13px;
    }
    .liveScore {
        margin-bottom: 10px;
    }
    .place-main-btn button {
        width: 50%;
        text-align: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 6px 9px;
    }
    .filter-tab {
        width: calc(100% - 14px);
        margin: 0px 7px;
    }
    .place-main-btn{
        width: 100%;
    }
    .label-inner{
        width: 100%;
    }
    /* .accordion-title h3 span.league-head-main {
        width: 100px;
    } */
    .cricket-inner-accroding .league-head span.min-max {
        width: 100px;
    }
  
    .main .footer-logo.row{
        padding: 0;
    }
    .bet-menu ul#tabs-nav li {
        padding: 8px 5px;
        width: calc(33.33% - 6px);
    }
 
    ul#tabs-nav {
        gap: 0px;
    }
    ul#tabs-nav li {
        padding: 5px 8px;
    }
    #tabs-nav li a {
        font-size: 13px;
    }
   
    .main-page.profile-page .sports-heading {
        font-size: 14px;
    }
    .event-left-corner{
        display: none;
    }
    .event-right-corner{
        display: none;
    }
    .event-banner-main{
        -ms-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                width: 100%;
    }
    .event-vs {
        font-size: 14px;
        height: 38px;
        max-height: 38px;
        max-width: 38px;
        border: unset;
    }
    .event-vs::before{
        display: none;
    }
    .event-text-box, .event-text-box-right {
        background-color: unset;
        min-height: auto;
        padding: 0;
        right: 0;
        left: 0;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
        width: auto;
        -webkit-clip-path: unset;
                clip-path: unset;
    }
    ul#tabs-nav{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 1px;
        padding: 5px 5px;
    }
    .no-record{
        margin-top: 0;
    }

    .sports-heading {
        padding: 8px 12px;
        font-size: 12px;
    }    
  
    .personal-details-form .personal-input {
        width: calc(100% - 15px);
        margin: 0px 7.5px;
    }
    .footer-input-inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        max-width: 400px;
        margin: 0 auto;
        margin-top: 25px;
    }
    .footer-logo .personal-input{
        width: 100%;
    }
    .history-select {
        max-width: 100%;
    }
    .install-app-description{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .Two-Factor-btn{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .custom-select{
        width: 100%;
        max-width: 100% ;
        padding: 14px 11px 0px;
        font-size: 12px;
    }
    .history-select input {
        padding: 14px 11px 0px;
        font-size: 12px;
        min-height: 45px;
    }
    .history-select label {
        z-index: 1;
        left: 8px;
        font-size: 12px;
    }
}