@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma-Bold.woff2') format('woff2'),
        url('../fonts/Tahoma-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma.woff2') format('woff2'),
        url('../fonts/Tahoma.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    background-color: #eee;
    margin: 0;
    padding: 0;
    font-family: 'Tahoma';
    min-width: 1350px;
    max-width: calc(100% - 0px);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

* {
    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;
}

p {
    margin: 0;
}

.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;
}

iframe.casinoGameInitUrl {
    height: 100%;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffca00;
}

.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: #ffca00;
    box-shadow: rgb(199 0 57 / 28%) 0px 4px 24px;
    position: fixed;
    z-index: 999999;
    bottom: 95px;
    right: 30px;
}

.container {
    max-width: 100%;
    padding: 0px 20px;
    position: relative;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    top: 57% !important;
}

.main-slider .swiper-button-next, .swiper-button-prev{
    top: 57% !important;    
}
.text-danger {
    color: #dc3545;
}

.text-success {
    color: #28a745;
}

header {
    z-index: 2;
    width: 100%;
}

.setting-wrap.is-active .slip-set-drop {
    display: block;
}

.btn-wrap-slip li {
    width: 50%;
    border-right-color: rgba(0, 0, 0, .2);
    float: none;
}

.betslip-bottom .btn-wrap-slip .slip-btn {
    font-size: 12px;
}

ul.btn-wrap-slip {
    display: flex;
    margin-bottom: 0;
    padding: 0 5px 7px;
}

.betslip-bottom .btn-wrap-slip .slip-btn.slip-btn-send {
    width: 100%;
}

.chat-icon a {
    color: #000;
}

.btn-wrap-slip .slip-btn {
    width: 80%;
    margin: 0;
    line-height: 23px;
    font-size: 11px;
    color: #1e1e1e;
    padding: 0;
    justify-content: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: bold !important;
}

.odds-slip dd label {
    cursor: pointer;
}

.btn-wrap-slip .slip-btn.slip-btn-send {
    width: 95%;
    color: #000 !important;
    border-color: #ffca00;
    background-image: linear-gradient(180deg, #ffca00 0%, #ffca00 100%);
    border: 1px solid #ffca00;
    box-shadow: initial;
}


.summary-white-wrap {
    background-color: #fff;
    color: #3b5160;
    padding: 7px 10px 5px;
    border-bottom: 1px solid #7e97a7;
    margin-bottom: 15px;
    display: flex;
}

.balance-summary-balance {
    width: 31.3725490196%;
    border-right: 1px solid #d8d8d8;
    margin-right: 10px;
    margin-bottom: 0px;
}

.balance-summary-content h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}

.balance-summary-content p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 5px;
}

.balance-summary-balance dd {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 0px;
    color: #ffca00;
}

.balance-summary-balance dd span {
    font-size: 12px;
    color: #7e97a7;
    font-weight: normal;
}

.balance-summary-balance dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}

.history-table .text-left {
    text-align: left;
}

.betting-filter-inner-box label {
    font-size: 13px;
    color: #000000;
    margin-right: 5px;
}

.account-info {
    display: flex;
    column-gap: 13px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.account-info li {
    font-size: 12px;
    font-weight: 500;
}

.event-heading-info .teamscore h3 {
    font-size: 12px;
}

.event-heading-info .live-top-box {
    padding: 5px 16px;
}

.provider-name {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-image: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    font-size: 13px;
    padding: 4px 13px;
    font-weight: 600;
    border: 1px solid #ffffffa1;
    border-radius: 5px;
}
.event-heading-info .teamscore strong {
    -webkit-box-align: center;
    align-items: center;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-style: solid;
    opacity: .8;
    border-width: 0 1px 1px;
    display: -webkit-box;
    display: flex;
    font-size: 10px;
    height: 13px;
    left: 100%;
    max-width: 150px;
    overflow: hidden;
    padding: 0 4px;
    position: absolute;
    border-color: rgb(255 255 255 / 25%);
    text-overflow: ellipsis;
    top: -21px;

    -webkit-transform: translateX(-50%);
    background: #f6e6ea1c;
    transform: translateX(-50%);
    white-space: nowrap;
}

.event-heading-info .match-title:first-child:after {
    display: none;
}

.event-heading-info .live-top-box {
    padding: 8px 16px;
    padding-top: 20px;
}

/* ======================================== */
.top-header {
    background: #000;
    background-image: linear-gradient(180deg, #383838 0%, #010101 100%);
}

.top-header .flex {
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
    min-height: inherit;
    height: 74px;
    padding: 0px 0px;
    position: relative;

}


.top-header input:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}

.valid-code {
    position: relative;
}
.logo a {
    display: inline-block;
    padding: 5px 0px;
}
.logo {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
    height: 100%;
}

.valid-code img {
    position: absolute;
    top: 7px;
    right: 5px;
    width: 51px;
    height: 15px;
}

.header-top-menu {
    width: 100%;
    margin: 0 20px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.header-btn ul {
    display: flex;
    align-items: center;
}

.header-input::placeholder {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.header-input {
    width: 130px;
    height: 25px;
    margin: 0;
    background: #fff;
    color: #000;
}
input,
textarea {
    font-family: Tahoma, Helvetica, sans-serif;
    color: #1e1e1e;
    font-size: 12px;
    border: 0px #aaa solid;
    background: #fff;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .5);
    border-radius: 4px;
    padding: 5px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
}

.header-input-icon {
    align-items: center;
    display: flex;
    column-gap: 11px;
    position: relative;
    padding-left: 22px;
    float: left;
}

.header-btn ul li {
    margin: 0 5px 2px 0;

}

.header-input-icon i {
    color: #ffca00;
    font-size: 14px;
}

.header-menu ul li a:hover {
    background-color: rgba(255, 255, 255, .2);
}


.header-btn .btn {
    width: 80px;
    height: 25px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
    padding: 0;
    min-height: 0px;
}

button.btn.sign-up-header {
    background-color: #666;
    background-image: linear-gradient(-180deg, #666666 0%, #333333 100%);
    color: #fff;
}

.login-header {
  background-color: #e83523;
  color: #fff !important;
    background-image: linear-gradient(-180deg, #f72424 0%, #bb1c00 100%) !important;
}

.sign-up-header:hover {
    background-color: #ffca00 !important;
    color: #fff !important;
}

.main-header {
    background-image: linear-gradient(180deg, #ffcc2e 0%, #ffbd14 100%);
    width: 100%;
}

.time-zone {
    display: flex;
    align-items: center;
}

.header-menu ul li a.active {
    color: #000;
    font-weight: blod;
}

.view-by-select select option {
    background: #fff;
    color: #000;
    cursor: pointer;
}

.main-header .header-main-box-inner {
    min-height: 30px;
    height: auto;
    position: relative;
    width: 100%;
    margin: 0 auto;
    line-height: 30px;
    padding: 0px 20px;
}

.amount-main {
    float: right;
    display: flex;
    align-items: center;
    vertical-align: middle;
}

ul.setting-wrap li {
    float: left;
    display: flex;
    gap: 5px;
}

.time_zone {
    color: #000;
    margin: 0;
    padding: 0 12px;
    font-size: 12px;
    font-weight: 700;
}

.swiper,
.swiper-container {
    width: 100%;
}

ul.setting-wrap li a {
    padding: 0 10px;
    padding-right: 0;
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

li.time_zone span {
    color: #000;
    font-size: 12px;
    font-weight: 400;
}

ul.setting-wrap li a {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    justify-content: center;
}



ul.setting-wrap {
    float: right;
    position: relative;
}

.ui-widget {
    position: relative;
}



.header-search-box .ui-widget i {
    position: absolute;
    left: 10px;
    top: 53%;
    transform: translateY(-50%);
    color: #000;
    z-index: 2;
    font-size: 12px;
}
.casinoGame-loby {
    position: relative;
    height: calc(100vh - 108px);
    display: flex;
}

.header-search-box .ui-widget span.deleteicon i {
    position: unset;
    transform: unset;
}

.header-menu ul li {
    float: left;
    display: flex;
    border-right: 1px solid  #383838;
    border-right-color: rgba(0, 0, 0, .2);
    position: relative;
}

.header-menu ul li.active {
    background: #ffca00;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.70) inset;

}

.header-menu ul li.active a {
    color: #000;
    background: #ffdc7a;
    box-shadow: inset 0 0px 5px 0 rgba(83, 33, 33, .5);
}

.header-menu ul li a {
    color: #000;
    font-family: "Liberation Sans";
    font-size: 12px;
    font-style: normal;
    padding: 0px 10px;
    font-weight: 700;
    line-height: normal;

}

.header-menu ul li .nav-link-info {
    line-height: 30px;
}

span.menu-label span {
    background-image: linear-gradient(180deg, #fb3434 0%, #e80505 100%);
    padding: 1.2px 3px;
    border-radius: 0px 3px 3px 0px;
    font-size: 12px;
    line-height: 11px;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}

span.menu-label img {
    height: 100%;
    width: 14px;
}

span.menu-label {
    position: absolute;
    display: flex;
    top: -8px;
    right: 10px;
    line-height: 11px;
    border-radius: 2px;
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    float: left;
}

.header-menu ul li a:hover span.menu-label {
    color: #000;
}

.time-zone p {
    color: #000;
    font-family: "Liberation Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.time-zone span {
    font-weight: 800;
}

.gamehall {
    width: 76.3888888889%;
    height: auto;
    overflow: initial;
    margin: 0 auto;
    padding: 0 15px;
}

.full-wrap {
    position: relative;

    width: 100%;

    margin: 0 auto;
}

.popular-games-main .banner-grid.inner-grid-1 {
    grid-template-columns: 1fr 1fr;
}

.popular-games-main {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: min-content;
    grid-gap: 10px;
}


.main-slider a,
button {
    cursor: pointer;
    user-select: none;
    border: none;
    outline: none;
    background: none;
}

.main-slider img {
    display: block;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    height: 268px;
    object-fit: cover;
}

.main-slider .swiper-button-next::after,
.swiper-button-prev::after {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px !important;
    font-weight: 800;
    padding: 1rem;
    width: 2rem;
    height: 2rem;
    opacity: 0.75;
    color: #ffca00;
    background: #0c0c0cb3;
}

.main-slider .swiper-button-next,
.swiper-button-prev {
    font-size: 26px;
}

.main-slider .swiper-pagination-bullet {
    width: 11px !important;
    height: 11px !important;
    display: inline-block;
    border-radius: 100%;
    background: #2E2E2E !important;
    opacity: 1 !important;
}

.main-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: rgba(255, 255, 255, .8) !important;
}

.main-slider .swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 26px;
}

.main-slider .swiper-button-next,
.swiper-button-prev {
    background-color: transparent;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    background: #0c0c0cb3;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    background-color: transparent !important;
}

.main-slider {
    margin-bottom: 15px;
}

.banner-grid {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: min-content;
    grid-gap: 10px;

}

.inner-grid-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.inner-grid-2 {
    grid-template-columns: 1fr;
}

.main-banner-img {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.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: 80px;
}

.commentary-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*flex-wrap: wrap;*/
    row-gap: 10px;
    gap: 3px;
}

.liveScore {
    display: block;
    width: 45%;
    color: #000;
    z-index: 99;
}

.extra-commentary-msg {
    color: #000;
    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;
    text-align: left;

}

.casino-games {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.casino .center-batting-box h2 {
    font-weight: 700;
}

.casino .center-batting-box {
    width: 100%;
    padding: 0;
    margin: 0;
}

.main-page.casino {
    margin-top: 20px;
}

.casino button.btnSearch {
    margin-top: 20px;
}

.casino-games::after {
    background: linear-gradient(180deg, rgba(84, 75, 201, 0) 30.58%, rgba(0, 0, 0, .9));
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 0;
}

.games-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.games-title .btn {
    padding: 5px 13px;
    font-size: 12px;
    min-height: 29px;
    border-radius: 5px;
    display: inline-flex;
    padding: 4px 7px;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    min-width: 75px;
}

.fancy-pl.mob-fancy-pl {
    display: none;
}

.fancy-market-detail .sport-detail-inner h3 {
    overflow: unset;
}

.casino-games-title {
    position: absolute;
    bottom: 0px;
    padding: 2px 10px;
    width: 100%;
    z-index: 1;
    padding-bottom: 10px;
}
.main-policy-box h5 {
    margin-left: 8px;
    font-size: 14px;
    color: rgba(30, 30, 30, .9);
    line-height: 24px;
    font-weight: 700;
}

.btn:hover {
    color: #000;
}

.games-title p {
    color: #000;
    font-weight: 700;
}

.casino-games-info {
    display: grid;
    margin: 0px;
    row-gap: 15px;
    column-gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(19%, 1fr));
}

.casino-games img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.extra-main {
    width: 100%;
    display: flex;
    justify-content: center;
}

@-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;
}

.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: 15px;
}

.empty-betslip p {
    font-size: 13px;
    max-width: 250px;
    margin-top: -5px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 3px 10px;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    font-size: 14px;
}


.sidebar-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}



.header-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
    vertical-align: middle;
}


.amount-main {}


.profile-dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    gap: 10px;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}


.header-btn button {
    font-size: 18px;
    font-weight: 500;
    border: unset;
    background-color: unset;
    cursor: pointer;
    color: #000;
}

.profile-dropdown-menu span i {
    vertical-align: middle;
    margin-left: 3px;
}

.dropdown-sub {
    position: absolute;
    width: 220px;
    top: 40%;
    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: #fff;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .5);
    padding: 2px;
}

.profile-inner-box ul li:first-child {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #000000;
    color: #ffca00;
    background-color: #000;
}


.my-account .profile-inner-box li {
    line-height: 25px;
    float: none;
    text-indent: 0;
    margin: 0;
    position: relative;
}

.profile-inner-box li h4 {
    flex: 1;
    color: #ffca00;
    border-right: 1px solid #c5d0d7;
    padding: 5px 0 5px 10px;
    font-size: 12px;
}

.profile-inner-box li h4 span {
    line-height: 18px;
    font-size: 12px;
}

.profile-inner-box span.time-zone {
    font-size: 11px;
    padding: 0 5px;
}

.open-bet-main {
    display: none;
}

.open-bets {
    padding: 1.8666666667vw 0 1.3333333333vw;
    border-left-width: 0;
    border-radius: 0 1.0666666667vw 1.0666666667vw 0;
    position: relative;
    flex: 1;
    color: #000;
    border-color: #000;
    background-color: #fff;
    height: 9vw;
    line-height: 5.3333333333vw;
    font-weight: bold;
    border: 0.2666666667vw solid rgba(0, 0, 0, .25);
    box-shadow: inset 0 0.2666666667vw 0 0 rgba(255, 255, 255, .3);
    justify-content: center;
    align-items: center;
}
span.inplay.time-in {
    color: #000;
    font-weight: 400;
}
.profile-dropdown-menu:hover .dropdown-sub {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.dropdown-sub li a img {
    width: 13px;
    display: none;
}

.dropdown-sub ul {
    border-radius: 6px;
    overflow: hidden;
}

.dropdown-sub li a {
    padding: 0 10px;
    border-bottom: 1px solid #e0e6e6;
    background-color: #fff;
    color: #1e1e1e;
    height: 100%;
    text-indent: unset;
    font-weight: 400;
    gap: 6px;
}

.main-page .container>.flex {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.sports-menu {
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 17.3611111111%;
    height: 100vh;
    overflow: auto;
}


.dropdown-sub li:hover {
    color: #ffca00;
}

.dropdown-sub li:hover a {
    color: #000000;
}

.dropdown-sub li a:hover i {
    color: #000;
}

.main-page {
    margin-top: 5px;
}

.main-page .container {
    padding: 0;
}

.heading-side-menu h3 {
    padding: 15px 20px;
    background-color: #474747;
    color: #000;
    text-transform: uppercase;
}

.heading-side-menu li a i {
    font-size: 18px;
}

.heading-side-menu li a img {
    width: 18px;
}

.heading-side-menu li a {
    color: #000;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-thumb {
    background: #ffca00;
}

.header-menu.header-main-menu-box ul::-webkit-scrollbar-thumb {
    background: #fff;
}

.heading-side-menu li a:hover {
    background-color: #EDEDED !important;
}

.heading-side-menu li a.active {
    color: #ffca00;
    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 #ffca00;
}

.ui-datepicker-calendar .ui-datepicker-today a:hover,
.ui-datepicker-calendar td a:hover {
    background-color: #ffca00;
    color: #000;
}

.user-deposit-item {
    padding: 2px 8px;
    font-size: 13px;
}

.dropdown-sub li a i {
    width: 16px;
    font-size: 13px;
    display: none;
}

.my-account .profile-inner-box li.logout {
    padding: 7px 10px 5px;
}

.dropdown-sub li.logout a img {
    display: block;
    width: 10px;
    height: 11px;
    vertical-align: middle;
    margin: -2px 0 0 0px;
    filter: invert(1);
}

.my-account a:hover {
    text-decoration: underline;
}

.main-wallet {
    border-color: #000;
    background: #fff;
    flex: 1;
    width: auto;
    border-radius: 4px;
    display: flex;
    color: #ffca00;
    position: relative;
    margin-left: 15px;
}
.live-strem img {
    filter: invert(1);
}
.main-wallet .wallet-inner ul li span.credit.current-balance, .main-wallet .wallet-inner ul li span.credit.exposure-balance {
    background-color: #ffca00;
    height: 100%;
    border: unset;
    display: inline-block;
    padding: 0px 9px;
    color: #000;
}


.main-wallet .wallet-inner {
    height: auto;
    line-height: initial;
    border: 0;
    border-radius: 4px 0 0 4px;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
    padding: 0;
    color: #ffca00;
    align-items: center;
    display: flex;
}

.main-wallet .wallet-inner:hover {
    text-decoration: underline;
}

.main-wallet .wallet-inner ul {
    align-items: center;
    position: relative;
    width: auto;
    height: 100%;
    line-height: 12px;
    background-color: initial !important;
    padding: 0 7px;
    box-shadow: none;
    background: none;
    border-radius: 4px;
    z-index: 99;
    display: flex;
    padding-right: 0;
}

.main-wallet .wallet-inner ul li {

    margin-right: 7px;
    margin-left: 0;
    line-height: 24px;
    float: none;
    text-indent: 0;
    position: relative;
    display: flex;
    gap: 4px;
}

.main-wallet .wallet-inner ul li:last-child{
    margin-right: 0;
}

.wallet-refresh {
    border-color: #000;
    background: rgba(255, 255, 255, .1);
    width: 24px;
    height: 24px;
    border-left: 1px solid rgba(0, 0, 0, .3);
    border-radius: 0 4px 4px 0;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .5);
    justify-content: center;
    align-items: center;
    display: flex;
}

.main-wallet .wallet-inner ul li li:last-child {
    margin-right: 0;
}

.main-wallet .wallet-inner ul li span {
    font-weight: bold;
    font-size: 12px;
}

.main-wallet .wallet-inner ul li span:first-of-type {
    opacity: 0.9;
    font-weight: 400;
    font-size: 12px;
    color: #000;
}

.my-account .profile-inner-box li.logout a {
    background-color: #ffca00;
    border-bottom-width: 0;
    color: #000;
    font-weight: bold;
    border-radius: 4px;
    text-align: center;
    padding: 0 10px;
    justify-content: center;
}

.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;
    float: left;
}

.Deposit-dropdown h3 {
    color: #000;
    padding: 10px;
    font-size: 14px;
}

.tab-content.hidden {
    display: none;
}

.item p.name {
    color: #ffca00;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 10px;
    font-weight: 600;
    display: flex;
    gap: 2px;
}

p.balance-amount {
    font-size: 12px;
    line-height: 10px;
    color: #000;
    font-weight: bold;
}

.item {
    width: auto;
    display: flex;
    gap: 5px;
    justify-content: end;
    background-color: #fff;
    padding: 6px 5px;
    border-radius: 3px;
}

.balance-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-balance {
    background-color: #fff;
    padding: 4px 8px;
    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;
    max-width: min-content;
}

.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;
}

.login-modal .modal-dialog {
    display: flex;
    border-radius: 15px;
    justify-content: center;
}

.login-modal .modal-dialog .modal-content {
    height: 408px;
    width: 540px;
    background-image: linear-gradient(180deg, #ffca00 1%, #ffca00 100%);
}

.offcanvas-end {
    width: 100%;
    border: unset;

}

h3.setting-side {
    flex: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 4vw;
    color: #ffca00;
    /* line-height: 2.6; */
    padding: 0 1.8666666667vw;
    align-items: center;
    font-weight: 700;
}

h3.setting-side img {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    vertical-align: middle;
    margin-right: 1.3333333333vw;
}

.offcanvas-header {
    background: linear-gradient(180deg, #000 0%, #070707 100%);
    border-radius: 1.6vw 0 0 0;
    flex: 0 0 10.4vw;
    display: flex;
    padding: 0;
}

.offcanvas-body {
    padding: 0;
}

.side-setting-list h3 {
    padding: 0 1.8666666667vw;
    justify-content: space-between;
    align-items: center;
    display: flex;
    background-image: linear-gradient(-180deg, #ffca00 0%, #ffca00 82%);
    color: #000;
    font-size: 3.7333333333vw;
    line-height: 2.2;
    font-weight: bold;
}

.setting-block-m dt {
    flex: 1;
    padding: 0 1.8666666667vw 1.8666666667vw 0;
    align-items: center;
    display: flex;
    font-weight: 400;
}

.setting-block-m input {
    width: 26.6666666667vw;
    margin: 0 0 0 1.3333333333vw;
    text-align: right;
    position: relative;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: inset 0 0.5333333333vw 0 0 rgba(0, 0, 0, .1);
    border-radius: 1.6vw;
    color: #1e1e1e;
    font-size: 4vw;
    font-family: Helvetica, Tahoma, sans-serif;
    padding: 2.6666666667vw 1.8666666667vw;
    -webkit-appearance: none;
}

dl.setting-block-m {
    font-size: 4vw;
    color: #243a48;
    border-bottom: 1px solid #e0e6e6;
    padding: 1.8666666667vw 0 0 1.8666666667vw;
    flex-wrap: wrap;
    display: flex;
    margin: 0;
}

.offcanvas-header .btn-close {
    position: static;
    padding: 0 3.4666666667vw;
    border-left: 1px solid #ffca00;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: 0;
    height: 100%;
    color: #ffca00;
    border-left-color: rgb(255 202 0);
    background-image: url(../img//close.svg);
    opacity: 1;
}

.offcanvas-header .btn-close {
    position: static;
}

.offcanvas {

    z-index: 99999999;
}

.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;
    z-index: 22;
}

.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;
}

.login-modal .modal-content {
    padding: 0px;
    overflow: hidden;
    border-radius: 15px;
    background-color: transparent;
    border: unset;
}

.modal-login-inner {
    display: flex;
}

.modal-logo-left {
    position: relative;
    max-width: 250px;
    height: 100%;
    /* background: #737373 url(../images/bg-login_wrap.png) no-repeat; */
    border-radius: 8px 0 0 8px;
    width: 250px;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

button.btn-close.destock-close {
    background: unset;
    padding: 0;
    opacity: 1;
}

.lr-from p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 500;
}

.personal-input {
    position: relative;
    margin-bottom: 7px;
}

.personal-input:last-of-type {
    margin: 0;
}

.personal-input.valid-code img {
    top: 11px;
}

.modal-login-inner .lr-from {
    width: calc(100% - 250px);
    padding: 0px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.modal-logo-left img {
    display: block;
    border-radius: 15px 0px 0px 15px;
}

.login-modal .modal-body {
    padding: 0;
}

.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;
}

.login-modal .modal-body h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 28px;
}

.lr-from {
    padding: 0;
    width: 84vw;
    margin: 0 auto;
    color: #000;
}


.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;
}

.personal-input {
    position: relative;
}

.lr-btn button.btn {
    width: 100%;
    height: 36px;

    font-size: 15px;
    margin: 15px 0 0;
    color: #fff !important;
    border-color: #222;
    background-image: linear-gradient(180deg, #474747 0%, #070707 100%);
    border: unset;
    box-shadow: initial;
    border-radius: 4px;
    font-weight: bold;
}

input:focus-visible {
    outline: 1px solid #000;
}

.SignIn-Footer-Container {
    font-size: 15px;
    text-align: center;
    margin-top: 50px;
}

.SignIn-Footer-Container a {
    color: #ffca00;
    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: 1px solid #000;
    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: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    display: block;
    overflow: hidden;
    width: 100%;
}

a.profile-img img {
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.profile-dropdown-menu span {
    font-size: 14px;
    display: flex;
    align-items: 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;
}

.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;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 207 2 / 15%);
}

.center-batting-box {
    position: relative;
    margin-left: 17.3611111111%;
    margin-right: 26.0416666667%;
    padding: 0 8px;
    height: 100%;
}

.live-top-box {
    display: flex;
    max-height: max-content;
    padding: 5px 10px;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    color: #fff;
    border-color: rgba(255, 255, 255, .12);
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.match-title {
    display: flex;
    flex: 1 1 0px;
    -webkit-box-align: center;
    -webkit-box-flex: 1;
    flex-wrap: wrap;
    position: relative;
}

.live-score-main {
    background: #232323;
    margin-bottom: 15px;
}

.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: #ffca00;
    color: #000;
}

.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: #000;
    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;
}

.sports-menu .accordion-item .accordion-item button.accordion-button {
    background-color: #ffca000f;
    border-bottom-color: #9f9f9e8a;
}


.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: #000;
}

.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: #ffca00;
}

.slider-inner-box a {
    color: #000;
    font-size: 16px;
}

.sports-heading {
    margin-top: 30px;
    background-color: #ffca00;
    padding: 8px 12px;
    text-transform: uppercase;
    border-radius: 5px;
}

.sports-heading h3 {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.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: 2px;
    min-height: 20px;
    border-radius: 0.2rem;
    font-size: 15px;
}


.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;
}


.bet-menu ul#tabs-nav li {

    padding: 5px 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;
}

div#profitLoss .betting-history-filter {
    margin-bottom: 15px;
}

.support-wrap.footer-support a:hover {
    color: #000;
}

.filter-box {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    display: none;
}

.betting-filter-inner-box button.btn {
    font-size: 12px;
    line-height: 25px;
    padding: 1px 16px;
    min-height: 25px;
    border-radius: 4px;
}
.betting-filter-inner-box button.btn:hover{
    color: #fff;
}

.filter-box button {
    width: 40px;
    height: 40px;
    padding: 0px 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
}

.filter-tab li:first-child a {
    border-radius: 4px 0 0 4px;
}

.filter-tab li:last-child a {
    border-radius: 0 4px 4px 0;
}

ul#tabs-nav li.active {
    background-color: #ffca00;
}

ul#tabs-nav li:hover a {
    text-decoration: underline;
}

ul#tabs-nav li.active a {
    color: #000;
    background-color: #ffca00;
}

.account-info li img {
    width: 12px;
    vertical-align: middle;
}

#tabs-nav li a {
    background-color: #fff;
    border-right: 1px solid #ffca00;
    color: #ffca00;
    font-size: 13px;
    line-height: 27px;
    font-weight: bold;
    display: block;
    text-align: center;
}


.betting-filter-inner-box ul#tabs-nav {
    padding: 6px;
}

.sports-menu .accordion-title {
    padding: 4px;
    background-color: #fff;
    border-radius: 4px;

}

.sports-menu .accordion-item {
    border: unset;
    margin-bottom: 2px;
}

.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: #000;
}

.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.t-blink {
    background-color: #ffca00 !important;
}

button.bet-sub-box.lay-color.t-blink {
    background-color: #ffca00 !important;
}

button.bet-sub-box.t-blink :is(h4, p) {
    color: #000;
}

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: #000;
}

.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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    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: #ffca001c;
    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;
    transition: background 0.8s;
}

/* .bet-number button:first-child {
    border-radius: 11px 0px 0px 11px;
}

.bet-number button:last-child {
    border-radius: 0px 11px 11px 0px;
} */

.bet-menu {
    position: absolute;
    height: 100vh;
    width: 26.0416666667%;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow: auto;
}

.bet-menu .tabs {
    background-color: #fff;
    border-radius: 15px;
}

.nav-tabs {
    border-bottom: unset;
    background-color: #ffca00;
    text-align: center;
    margin-top: 1px;
    justify-content: center;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-size: 13px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: unset;
}


.bet-menu .tabs {
    margin: 0;
}

.inplay-main .nav-tabs .nav-item.show .nav-link, .inplay-main .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #1e1e1e;
    height: 100%;
    border: 1px solid #1e1e1e;
}

.inplay-main .nav-tabs .nav-link:hover {
    text-decoration: underline;
}

.nav-tabs li.nav-link.active,
.nav-tabs li.nav-link:hover {
    border-right: 1px solid transparent;
}

.bet-menu ul#tabs-nav {
    margin: 0;
    gap: 5px;
}

.bet-menu div#tabs-content {
    padding: 10px 10px;
    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%;
    font-size: 14px;
}

.bet-name-inner {
    width: 100%;
}

.bet-detail-number input.form-control {

    margin: 0;
    padding: 0 6px 0 0;
    width: 100%;
    line-height: 22px;
    text-align: right;
    font-family: Tahoma, Helvetica, sans-serif;
    color: #1e1e1e;
    font-size: 12px;
    border: 0px #aaa solid;
    background: #fff;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .5);
    border-radius: 4px;
    background-color: #fff;
}

.bet-detail-number dt span {
    color: #222;
    opacity: 1;
    font-weight: normal;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
}

.bet-detail-number dt span.short-amount {
    opacity: 1;
    font-weight: 600;
    margin-right: 2px;
}

.bet-name-inner h5 {
    font-weight: normal;
    padding: 2px 0 0 5px;
    margin-bottom: 4px;
    font-size: 11px;
}

.bet-detail-number dt {
    position: relative;
    width: 42.0903954802%;
    font-weight: bold;
    padding-left: 5px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    height: 32px;

}

span.bet-in-play {
    margin-right: 5px;
    height: 8px;
    width: 8px;
    display: inline-block;
    background-color: #6bbd11;
    border-radius: 50%;
    vertical-align: middle;
}

.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-inner {
    display: flex;
    flex-wrap: wrap;
}

.label-inner span {
    width: 16.6666666667%;

}

.label-inner span a {
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
    margin: 0 5px 0 0;
    background-image: linear-gradient(180deg, #ffffff 0%, #eeeeee 89%);
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .5);
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #1e1e1e;
    text-align: center;
    cursor: pointer;
    display: block;
}

.bet-head {
    background-color: #ced5da;
    padding: 0 10px;
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .1);
    display: flex;
    width: 100%;
}

.bet-head li {
    padding: 5px 0;
    font-size: 11px;
    line-height: 15px;
}

li.odds-header {
    text-align: center;
}

li.slip-stake {
    text-align: center;
}

li.slip-profit {
    text-align: right;
}

.slip-bet {
    width: 43.2352941176%;
    text-align: left;
}

.bet-detail-number dd {
    padding: 5px 0;
    margin: 0;
    position: relative;
}

.form-control:disabled,
.form-control {
    background-color: #e9ecef;
    opacity: 1;
}

.odd-add a {
    display: block;
}

.bet-detail-number dd.odds-header input {
    padding-right: 16px;
}

.odd-add {
    position: absolute;
    top: 7px;
    right: 2px;
    height: 19px;
    z-index: 2;
}

.odd-add li {
    list-style: none;
}

.odd-add .up {
    line-height: 10px;
    background-image: url(../img/num_up.png);
    background-repeat: no-repeat;
    height: 9px;
    width: 12px;
    cursor: pointer;
}

.odd-add .down {
    line-height: 9px;
    background-image: url(../img/num_down.png);
    background-repeat: no-repeat;
    height: 9px;
    width: 12px;
    cursor: pointer;
}

.odds-header {
    width: 14.7058823529%;
}

.slip-stake {
    width: 16.1764705882%;
    padding-left: 5px;
}

.slip-profit {
    width: 26.117647%;
}

dd.slip-profit {
    text-align: right;
    width: 22.117647%;
    font-size: 11px;
    line-height: 20px;
}

.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;
}


.form-control {
    font-size: 14px;
    line-height: 0.5;
}

.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;
}

dd.stake-list {
    border-top: 1px solid #7dbbe9;
    width: 100%;
    padding: 5px;
}

.lay .stake-list {
    border-top: 1px solid #dfa3b3
}

.bet-detail-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 3px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    flex-wrap: wrap;
}

.label-inner span a:hover {
    text-decoration: none;
    background-image: linear-gradient(0deg, #ffffff 0%, #ececec 89%);
    box-shadow: inset 0 0px 0 0 rgba(255, 255, 255, .5);
}

.betslip-bottom {
    border-top: 1px solid #e0e6e6;
}

dl.liability-box {
    margin: 5px;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    gap: 3px;
    justify-content: end;
}

.liability-box dt {
    color: #777;
    font-weight: 400;
}

.liability-box span {
    color: #000 !important;
    font-weight: 500;
}

dd.min-btn-all {
    border-top: 1px solid #7dbbe9;
    width: 100%;
    padding: 2px 5px;
    float: none;
    line-height: 16px;
    font-size: 11px;
    color: #000;
    justify-content: right;
}

.lay dd.min-btn-all {
    border-top: 1px solid #dfa3b3
}

a.delete {
    width: 10px;
    height: 10px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    cursor: pointer;
}

.bet-detail-number a.delete i {
    color: #fff !important;
    font-size: 8px;
}

.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: #000;
    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;
}

button.btn.place-btn {
    background-color: #ffca00;
    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.show-accroding i {
    -webkit-transform: translateY(-50%) rotateZ(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotateZ(180deg);
    color: #000;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table {
    width: 100%;
    margin-bottom: 0;
    color: #000;
}

.profile_table .table th {
    font-weight: 500;
}

.profile_table .table td,
.profile_table .table th {
    padding: 0.2rem 0.3rem;
    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;
}

.account-info h4 {
    width: 100%;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
    margin: 0;
}

li.time img {
    filter: invert(12%) sepia(99%) saturate(4259%) hue-rotate(334deg) brightness(88%) contrast(110%);
}

.profile-center .total-pl-left h2,
.profile-center .total-pl-right h2 {
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    padding-top: 0;
}

.profit-loss-td {
    padding-right: 15px;
    padding-left: 0;
    color: #2789ce;
    background-image: url(../img/expand-plus.png);
    background-repeat: no-repeat;
    background-position: right;
    display: inline-block;
    color: #ffca00;
}

.total-pl-left h2 span,
.total-pl-right h2 span {
    color: #ffca00;
}

.total-pl-mian .history-table {
    margin-top: 10px;
}

.total-pl-mian p {
    font-size: 13px;
    margin-top: 5px;
}

.total-pl-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.total-pl-right {
    display: flex;
    gap: 7PX;
    align-items: center;
}

.account-info ul li {
    margin-right: 15px;
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
}

.inner-tabs-box ul#tabs-nav a.select-tab {
    padding: 0;
}

.inner-tabs-box ul#tabs-nav a.select-tab ul.select-options {
    min-width: 100px;
    border: 1px solid #ffca00;
    background-color: transparent;
}

a.select-tab .custom-select {
    border: unset;
    font-size: 14px;
    line-height: 16px;
    color: #ffca00;
    font-weight: 700;
    width: auto;
    padding-right: 22px;

}

.inner-tabs-box ul#tabs-nav a.select-tab ul.select-options li {
    width: 100%;
    border: unset;
    border-bottom: 1px solid #00000029;
    border-radius: 0;
    padding: 0;
    color: #000;
    text-align: left;
    padding: 0px 8px;
    font-size: 12px;
    font-weight: 400;
}

.inner-tabs-box ul#tabs-nav a.select-tab ul.select-options li:hover {
    background-color: #ededed;
}

a.select-tab .custom-select:after {
    border-color: #ffca00 transparent transparent transparent;
}

.inner-tabs-box ul#tabs-nav a.select-tab ul.select-options li:last-child {
    border: unset;
}

.inner-tabs-box ul#tabs-nav a.select-tab .select {
    width: auto;
}

.btn {
    background-color: #ffca00;
    border: unset;
    padding: 6px 20px;
    border-radius: 0.6rem;
    min-height: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    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;
}

.tabs.profile-tabs .filter-tab ul#tabs-nav {
    padding: 8px 10px;
    gap: 10px;
}

.filter-tab ul#tabs-nav li a {
    font-size: 14px;
    color: #000;
}

.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: #ffca00;
    margin: -1px;
    border-radius: 15px 15px 0px 0px;
}

#bettingHistory .history-table table {
    border-radius: 10px;
    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: #000;
}

#bookModal .table {
    border: 1px solid #e2e2e2;
}

.modal-header button.close {
    background: unset;
    border: unset;
    padding: 0;
    font-size: 21px;
    color: #000;
    cursor: pointer;
}

.modal-body {
    padding: 20px;
}

.page-link:focus {
    box-shadow: none;
}

/* 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;
}

.profile-inner {
    background-color: #fff;
}



.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 #ffca00;
    -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: #000;
    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: #000;
    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: #000;
    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: #ffca00;
    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: #ffca00;
    font-weight: 600;
}

.upcoming-label span {
    background-color: #000;
    border-radius: 4px;
    padding: 4px 9px;
    display: inline-block;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    cursor: pointer;
}

span.searchTime.active {
    background-color: #ffca00;
}

.upcoming-league {
    margin-bottom: 10px;
}

.back.back-color1 {
    background-color: hsl(205.38deg 56.52% 81.96%);
}

.back.back-color0 {
    background-color: hsl(204.83deg 56.86% 90%);
}

.lay.lay-color1 {
    background-color: hsl(347.14deg 46.67% 88.24%);
}

.lay.lay-color2 {
    background-color: hsl(345deg 47.06% 93.33%);
}

.tabs.profile-tabs ul#tabs-nav {
    margin: 0;
}

.profile-detail-inner ul#tabs-nav {
    background-color: #ffca00;
    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: #000;
    font-size: 14px;
}

.profile-detail-inner ul#tabs-nav li {
    padding: 4px 8px;
}

.inner-tabs-box ul#tabs-nav {
    display: flex;
    position: relative;
    gap: 4px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.inner-tabs-box ul#tabs-nav:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ffca00;
}

.inner-tabs-box ul#tabs-nav li {
    display: inline-block;
    border: 1px solid #ffca00;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
}

.inner-tabs-box ul#tabs-nav li a {
    border-right: unset;
    padding: 5px 10px 9px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
}

.tabs.profile-tabs .profile-detail-inner div#tabs-content {
    padding: 20px 0px;
}

.personal-input input {
    width: 100%;
    height: 33px;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #aaa;
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, .1);
    margin: 0;
    border-radius: 4px;
    padding: 5px;
    background-color: #fff;
}
.login-main-box input::placeholder {
    color: rgb(117, 117, 117);
}

.personal-details-form .personal-input {
    width: calc(50% - 15px);
    margin: 0px 7.5px;
}

.personal-details-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 0px -7.5px;
    max-width: 1350px;
    width: 100%;
}


.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: 12px;
}

input::-moz-placeholder {
    font-size: 14px;
}

input:-ms-input-placeholder {
    font-size: 14px;
}

input::-ms-input-placeholder {
    font-size: 14px;
}

.login-main-box input::placeholder {
    font-size: 14px;
    line-height: 21px;
}

.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: #000;
}

.betting-history-filter {
    padding: 13px 10px;
    background-color: #14151714;
    border-bottom: 1px solid #ffca00;
}

.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: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 6px;
}



.ui-datepicker-calendar .ui-datepicker-today a:hover,
.ui-datepicker-calendar td a:hover {
    background-color: #ffca00;
    color: #000;
}

.ui-datepicker-calendar a {
    color: inherit;
    text-decoration: none;
    text-align: left;
}

.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: 6px;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: 0;
    top: 50%;
    margin-top: 0;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

.ui-datepicker {
    background-color: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .5);
    display: none;
    padding: 0;
    width: auto;
    border: unset;
}

.ui-datepicker-calendar a {
    color: inherit;
    text-decoration: none;
}

.ui-datepicker-header {
    line-height: 40px;
    height: 40px;
    -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: 0px;
    position: relative;
    background-color: #ffca00;
    border: unset;
    border-radius: unset;
}

.ui-datepicker-prev,
.ui-datepicker-next {
    cursor: pointer;
    position: relative;
}

.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: unset;
    text-indent: unset;
    position: relative;
    font-size: 0;
}

.ui-datepicker-next .ui-icon:after {
    font-family: "Font Awesome 6 Free";
    content: '\f105';
    font-weight: 700;
    position: absolute;
    font-size: 14px;
    color: #000;
}

.ui-datepicker-prev .ui-icon:before {
    font-family: "Font Awesome 6 Free";
    content: '\f104';
    font-weight: 700;
    position: absolute;
    font-size: 14px;
    color: #000;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-datepicker-prev:hover .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
    opacity: 0.7;
}

.ui-datepicker-prev.ui-state-disabled .ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-datepicker-next .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-datepicker-next:hover .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
    opacity: 0.7;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    width: 27px;
    height: 40px;
    padding: 5px;
    top: 50%;
    transform: translateY(-50%);
}


.ui-widget-header a {
    color: #333333;
}


.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 49%;
    width: 60px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

.ui-datepicker select.ui-datepicker-month {
    width: 80px;
}

.date-picker img.ui-datepicker-trigger {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 22;
    cursor: pointer;
    left: 0;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: unset;
    font-weight: normal;
    color: #000;
    background: unset;
    background-color: #ffca00;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker-next.ui-state-disabled .ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    text-indent: unset;
}

.ui-datepicker-title {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

.ui-datepicker select {
    display: inline-block;
}

.ui-datepicker td {
    width: 25px;
    padding: 3px;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 15px;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover {
    color: #000;
    background-color: #ffca00;
    background-image: unset;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: unset;
    margin: 3px;
    padding: 1px;
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #1e1e1e;
    opacity: 1;
    font-weight: 400;
    line-height: 23px;
    /* width: 100%; */
    font-size: 12px;
    background-image: linear-gradient(180deg, #ffffff 0%, #eeeeee 89%);
}

.date-picker {
    position: relative;
    width: 110px;
    display: inline-block;
    margin-right: 5px;
}

.list-for-btn {
    margin: 0;
    font-weight: normal;
    display: inline-block;
    margin-right: 1px;
}

.list-for {
    margin-top: 13px;
}

.list-for-btn.get-history button {
    background-color: #ffca00;
    background-image: unset;
    border: 1px solid #ffca00;
    color: #000;
    box-shadow: unset;
}

.list-for-btn button:hover {
    background-color: #ffca00;
    background-image: unset;
    border: 1px solid #ffca00;
    color: #000;
    box-shadow: unset;
}

.no-message {
    margin-top: 10px;
}

.list-for-btn.get-history button:hover {
    background-color: #000;
    background-image: unset;
    border: 1px solid #000;
}

.no-message p {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 7px;
}

.list-for-btn button {
    background-image: linear-gradient(180deg, #ffffff 0%, #eeeeee 89%);
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .5);
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #1e1e1e;
    line-height: 23px;
    font-size: 12px;
    min-width: 110px;
    font-weight: 500;
}

.time-set {
    width: 45px;
    display: inline-block;
    margin-right: 5px;
}

.date-picker-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 19px;
    height: 19px;
    background-color: #ffca00;
    color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 3px;
    transform: translateY(-50%);
    pointer-events: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    display: flex;
    margin: 0;
    background-color: rgb(238, 238, 238);
    padding: 0;
    align-items: center;
}

.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current.ui-priority-primary {
    order: 1;
    width: 25%;
}

.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current.ui-priority-secondary {
    order: 2;
    width: 50%;
}

.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close.ui-state-default {
    order: 3;
    width: 25%;
}

td[data-handler="selectDay"].ui-datepicker-other-month {
    background-color: #fff;
}

td[data-handler="selectDay"] {
    padding: 0;
    border: unset;
    background-color: rgb(238, 238, 238);
    border: 1px solid #ddd;
}

td[data-handler="selectDay"] a {
    border: unset;
}

table.ui-datepicker-calendar tr th {
    font-size: 12px;
    width: 25px;
    padding: 3px;
    font-weight: normal;
    font-size: 11px;
    font-weight: 700;
    color: #243a48;
    border: 1px solid #7e97a7;
    border-width: 1px 0 1px 0;
    background-color: #e4e4e4;
    line-height: 15px;
}

.ui-datepicker-calendar tbody {
    border: unset;
    margin: 0;
}

.ui-datepicker-calendar .ui-datepicker-unselectable {
    color: #c8c8ca;
}

.ui-datepicker-calendar .ui-datepicker-today a {
    color: #000;
    font-weight: 700;
    background-color: #ffca00;
}

.ui-datepicker-calendar .ui-datepicker-today span {
    color: #000;
    font-weight: 700;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: unset;
    background: unset;
    text-align: center;
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
    background-color: #ffca00;
    color: #000;
    font-weight: 700;
}

td.no-data {
    background-color: #fff;
    padding: 10px 10px !important;
    font-size: 12px;
    text-align: left;
}

.history-table h6 {
    background-color: #000;
    color: #000;
    line-height: 24px;
    font-weight: bold;
    padding: 1px 10px;
    font-size: 13px;
    font-weight: 4000;
}

.betting-filter-inner-box.in-filter {
    border-top: 1px solid #ffca00;
}

.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 #ffca00;
    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: 14px;
    color: #ffca00;
    top: 8px;
}

.personal-detail-btn {
    width: calc(100% - 15px);
    margin: 6px 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 #ffca00;
    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;
}

tr.d_t_flex td {
    white-space: normal;
}

.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: #ffca00;
    margin-right: 4px;
    font-size: 12px;
    font-weight: 900;
}

.list-check li {
    color: #1e1e1e;
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}

.select-document ul li.active {
    border-color: #ffca00;
    color: #ffca00;
}

.history-select .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #000;
    width: 120px;
    height: 25px;
    line-height: 25px;
    margin-right: 6px;
}

.goto-profile {
    text-align: center;
    margin-top: 22px;
}

div#kyc-thank button.btn-close {
    position: absolute;
    right: 17px;
    top: 17px;
}


.custom-select {
    width: 120px;
    height: 25px;
    -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;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: #fff;
    color: #000;
    padding: 5px;
    position: relative;
    border: 1px solid #000;
}


.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%;

}

nav .mobile-lobby a:hover {
    color: #ffca00;
}

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: 6px solid transparent;
    border-color: #9E9E9E transparent transparent transparent;
    position: absolute;
    top: 42%;
    right: 5px;
    -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%;
    display: flex;
    align-items: center;
}



.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: 0px 0;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    padding-left: 8px;
    font-size: 13px;
}

.select-options li:hover {
    color: #424242;
    background: #fff;
}

.select-options li[rel="hide"] {
    display: none;
}

.history-select {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    align-items: center;
}

.history-select label {
    z-index: 1;
    font-size: 13px;
    color: #000000;
    margin-right: 5px;
}

.history-select input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px;
    padding: 5px;
    font-weight: 400;
    font-size: 12px;
    height:24px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: #fff;
    color: #000;
    width: 100%;
    min-height: auto;
    box-shadow: unset;
    margin: 0;
}




.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: #ffca00;
}

.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: 15px;
    padding-top: 15px;
}


::-moz-selection {
    background: #d7d4f0;
    color: #000;
}

::selection {
    background: #d7d4f0;
    color: #000;
}

.profile_table.pb-inner-table {
    margin-bottom: 15px;
}

.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: 13px;
}

.main-page.profile-page .bet-menu .sports-heading {
    margin: 0;
}

.bet-menu .sports-heading h3 {
    font-size: 14px;
}

.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: 10px;
}

.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 #ffca00;
}

.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 {
    width: 100%;
    margin: 20px 0 40px;
    padding-top: 6px;
    ;
}

.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: #000;
}

.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: #ffca00;
    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: #ffca00;
    -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;
}

.live-score-graph-box {
    border-top: 1px solid rgba(255, 255, 255, .12);
}


.commentary {
    display: flex;
    width: 100%;
    text-align: right;
    position: relative;
    gap: 4px;
    justify-content: end;
}

.commentary span.ballww {
    background-color: #ffca00;
    border: 1px solid #ffca00;
    color: #000;

}

.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: 25px;
    height: 25px;
    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: #000;
    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: #000;
    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-right p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    ;
    color: #000;
    ;
}

.footer-logo {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    row-gap: 20px;
    width: 50%;
}

.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: #ffca00;
    color: #000;
    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: #ffca00;
    color: #000;
}

.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: 13px;
    font-weight: 600;
    line-height: 21px;
    background-color: #ffca00;
    border: unset;
    color: #000;
    padding: 2px 10px 2px;
    white-space: nowrap;
}

table {
    border-collapse: collapse;
    width: 100%;
    text-align: right;
}

.sf {
    width: 100%;
}

.history-table {
    margin-top: 15px;
    border-bottom: 1px solid #ffca00;
}

.history-table .responsive-table {
    overflow-x: auto;

}

.history-table table {
    overflow: hidden;
    background-color: #ededed;
}

tbody {
    background-color: #fff;

}

.history-table tbody tr td.market-td {
    padding-right: 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.history-table td {
    color: #1e1e1e;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    white-space: nowrap
}

td.bet-placed {
    font-size: 11px;
    line-height: 13px;
}

/* a.bet-id-history {
    padding-right: 0;
    padding-left: 15px;
    color: #2789ce;
    background-image: url(../img/expand-plus.png);
    background-repeat: no-repeat;
    background-position: left;
} */
.profit-loss-top-box {
    background-color: #fff;
    color: #000;
    padding: 7px 10px 5px;
    border-bottom: 1px solid #ffca00;
    margin-bottom: 15px;
}

img.right-arrow {
    height: 8px;
    width: 7px;
    margin: 0 5px;
}

.history-table tr {
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

.history-table tr:last-child {
    border-bottom: unset;
}

.history-table tbody tr td {
    border-top: 1px solid #d9d3d3;
    vertical-align: middle;
}

.align-left {
    text-align: left;
}

.history-table td,
.history-table th {
    padding: 5px;
}

div#Pending-Withdrawals .history-table {
    margin-top: 0;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}


.ui-icon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}


.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: #ffca00;
    font-weight: 600;
}

.sun-menu span.active:after {
    background-color: #ffca00;
}

.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: #000;
}

.event-vs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border: 4px solid #ffca00;
    border-radius: 80%;
    color: #000;
    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: #ffca00;
    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: #000;
    padding-left: 20px;
}

.event-vs:before {
    background: #ffca00;
    border: 4px solid #ffca00;
    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: #ffca00;
}

.league-time-date {
    width: 100%;
    display: block;
    color: #000;
    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: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 2px 8px;
    border-radius: 5px;
    margin-top: 3px;
}

span.market-all {
    width: auto;
}

span.market-all {
    font-size: 15px;
}

.check-boxes {
    display: inline-block;
}

.check-boxes input[type=checkbox] {
    width: auto !important;
    height: auto !important;
    border-width: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
    box-shadow: none;
    color: #1e1e1e;
    font-size: 12px;
    border: 0px #aaa solid;
    background: #fff;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
}

.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;
    width: 100%;
}

iframe#rindle-frame {
    display: block;
    height: 270px;
    background-color: #fff;
    margin-bottom: 20px;
}

.live-tv {
    position: relative;
}

.live-tv-close {
    position: absolute;
    right: 10px;
    top: 6px;
}

.live-tv-close i {
    color: #ffca00;
    font-size: 27px;
    opacity: 0.8;
    cursor: pointer;
}

.live-inner-tv {
    transition: 0.5s ease-out;
    opacity: 0;
    visibility: hidden;
    height: 0;
}

.live-inner-tv.show-live {
    height: 270px;
    opacity: 1;
    visibility: visible;
    margin-bottom: 20px;
}

.login-modal .modal-dialog.forgot-password {
    width: 525px;
    max-width: 525px;
    text-align: center;
}

.modal-dialog.forgot-password .lr-from {
    padding: 0;
    margin-top: 20px;
}

.login-modal .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: #ffca00;
    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: #ffca00;
}

.loader:before {
    right: 0;
    border-right-color: #ffca00;
    -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(26 26 26 / 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;
    border-radius: 4px;
}

li.page-item {
    width: 25px;
    height: auto;
    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;
    font-weight: 600;
}

#pages_ul li.page-item a {
    line-height: 16px;
    font-size: 12px;
    padding: 3px 8px;
    width: 100%;
}

.history-table tr.expand {
    background-color: #dddddd;
    padding: 0;
    display: none;
}

.history-table tr.expand td {
    padding: 0;
}

.history-table tr.expand.expand-history {
    display: table-row;
}

.expand table {
    width: 85%;
    border-left: 1px solid #7e97a7;
    border-bottom-width: 0;
    margin-left: 15%;
}

.expand table th {
    border-top-width: 0;
    padding: 5px;
    background-color: #ddd;
    color: #000;
    border: 1px solid #7e97a7;
    border-width: 1px 0 1px 0;
    font-size: 12px;
    line-height: 15px;
}

.expand table tbody {
    border-bottom: 1px solid #7e97a7;
}

.history-table .expand table td {
    padding: 5px;
    font-size: 11px;
    line-height: 15px;
}

a.best-history {
    padding-right: 0;
    padding-left: 15px;
    color: #2789ce;
    background-image: url(../img/expand-plus.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

a.bet-id.best-history.expand-active {
    background-image: url(../img/expand-minus.png);
}

#pages_ul .page-item.disabled {
    opacity: 0.7;
    background-color: unset;
    cursor: not-allowed;
    pointer-events: none;
    background-image: linear-gradient(180deg, #ffffff 0%, #eeeeee 89%);
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .5);
    border: 1px solid #bbb;
    border-radius: 4px;
    color: #1e1e1e;
    line-height: 23px;
    font-size: 12px;

}

#pages_ul .page-item.disabled a {
    cursor: not-allowed;
    pointer-events: none;

}

li.page-item.active {
    border-radius: 4px;
}

#pages_ul li.page-item.active a {
    color: #000;
    border-radius: 4px;
    background-color: #ffca00;
    border-color: #ffca00;
    z-index: 0;
}

button.openpm {
    display: none;
}

.header-search-box input {
    border-radius: 5px;
    font-size: 15px;
    width: 280px;
    padding: 5px;
    padding-left: 25px;
    margin: 0;
    height: 25px;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    border: 0px #aaa solid;
    background: #fff;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .5);
    border-radius: 4px;
}

.header-search-box {
    max-width: 320px;
    width: 100%;
    z-index: 99;
}

.logo img {
    max-width: none;
}

.header-search-box form.form {
    position: relative;
    z-index: 22;
}

.header-search-box input::placeholder {
    color: #000;
    font-family: "Liberation Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

a.list-group-item.list-group-item-action {
    font-size: 12px;
    height: auto;
    line-height: 20px;
    list-style: none;
    text-indent: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}


a.list-group-item.list-group-item-action:hover {
    background-color: #e2e8ed;
    text-decoration: underline;
}

.competition-title {
    margin-bottom: 14px;
}

.competition-title h4 {
    padding: 5px 8px;
    background-color: #ffca00;
    color: #000;
    font-size: 14px;
    font-weight: 600;
}

.live-label-box {
    padding: 10px;
}

.inner-grid-item {
    position: relative;
}

.inner-grid-item img {
    width: 100%;
    max-width: 100%;
}

.live-label-box ul li:last-child a {
    border-bottom: none;
}

.live-label-box {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 120px;
    padding: 6px;
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.7) 82%, rgba(0, 0, 0, 0) 100%);
    top: 0;
}

.live-label-box .live_icon {
    height: 20px;
    line-height: 20px;
    color: #000;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
    background-image: linear-gradient(180deg, #fb3434 0%, #e80505 100%);
    border-radius: 3px;
    margin-bottom: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.live-label-box dt {
    margin-bottom: 12px;
}

.on_live dt {
    margin-bottom: 12px;
}

.on_live .live_icon {
    height: 20px;
    line-height: 20px;
    color: #fff;
    padding-right: 5px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
    margin-bottom: 0;
    display: inline-flex;
}

.on_live .live_icon span {
    height: 100%;
    padding: 0 3px;
    margin-right: 5px;
    background-image: linear-gradient(180deg, #ffffff 0%, #e8e8e8 100%);
    border-radius: 3px 0 0 3px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.on_live .live_icon span:before {
    width: 16px;
    height: 10px;
    background: url(../img/livetag-1.svg);
    background-size: contain;
    content: "";
    animation: twinkling 1.4s infinite ease;
}

@keyframes twinkling {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }
}

.live-label-box.on_live {
    z-index: 1;
}

.on_live {
    z-index: 3;
    right: 0;
    width: 120px;
    padding: 6px;
    background-image: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.7) 82%, rgba(0, 0, 0, 0) 100%);
}

.live-label-box ul li a:hover {
    color: #ffca00;
}

.live-label-box ul li a {
    color: #000;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 7px;
    vertical-align: top;
    flex-wrap: wrap;
    display: flex;
}

.live-label-box ul li a p {
    flex: 1;
    margin-bottom: 0;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
}

dl.entrance-title span {
    color: #333;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    padding: 0 3px;
    min-width: 16px;
    height: 16px;
}

.live-label-box.on_live dl.entrance-title {
    margin: 0;
}

.live-label-box ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    display: none;
}

.inner-grid-item .label {
    position: absolute;
    bottom: 0;
    padding: 9px 20px;
    background: rgba(26, 26, 26, 0.80);
    width: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: #000;
}

.inner-grid-item img {
    display: block;
}

.inner-grid-item .label {
    position: absolute;
    bottom: 0;
    padding: 9px 20px;
    background: rgba(26, 26, 26, 0.80);
    width: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.label button.btn {
    display: inline-flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    min-height: auto;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    border-radius: 5px;
    border: 0.5px solid var(--white, #FFF);
}

.label button.btn:hover {
    color: #000;
}

footer.footer-sec .container {
    max-width: 1250px;
    margin: 0 auto;
}

.browser-wrap {
    color: rgba(0, 0, 0, .6);
}

.browser-wrap {
    font-size: 11px;
    text-align: center;
}

.browser-wrap img {
    height: 20px;
    width: 50px;
    opacity: .5;
}


.center-banner-box img {
    height: 200px;
    /* object-fit: cover; */
    width: 100%;
}

.accordion-button::after {
    display: none;
}

.accordion-button:not(.collapsed)::after {
    display: none;

}

.sports-menu .accordion-button {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    background-color: unset;
    color: #000;
    font-weight: 400;
    border-bottom: 1px solid #bababa;
    box-shadow: unset;
    line-height: 25px;
    padding: 0 10px;
}


button.accordion-button[aria-expanded="true"] i {
    height: 19px;
    width: 19px;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 8px;
    color: #000;
}

button.accordion-button[aria-expanded="true"] i::before {
    transform: rotate(0deg);

}

.accordion-item i {
    height: 19px;
    width: 19px;
    background-color: #000;
    border-radius: 2px;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 8px;
    color: #ffca00;
}

.accordion-body {
    padding: 0;
}

span.menu-label span.tag-live {
    background-image: linear-gradient(180deg, #ffffff 0%, #eeeeee 89%);
    padding: 1px 3px;
    border-radius: 3px 0px 0px 3px;
    font-size: 11px;
}

span.menu-label span.tag-live img {
    animation: twinkling 1.4s infinite ease;
}

@keyframes twinkling {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }
}

.accordion-item:first-of-type .accordion-button,
.accordion-item:first-of-type .accordion-button {
    border-radius: unset;
}

button.accordion-button[aria-expanded="true"] {
    color: #1e1e1e;
    background-color: #EDEDED;
    box-shadow: unset;
}

button.accordion-button[aria-expanded="true"] i {
    border: 1px solid #ffff;
    color: #ffca00;
}
.accordion-item i::before {
    transform: rotate(-90deg);
    margin-top: -1px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.sports-menu button.accordion-button[aria-expanded="true"] {
    color: #ffffff;
    background-color: #1e1e1e;
    box-shadow: unset;
}

.sports-menu .accordion-item .accordion-item button.accordion-button[aria-expanded="true"] {
    color: #000;
}

.accordion-item .accordion-item button.accordion-button[aria-expanded="true"] i {
    border: 1px solid #ffca00;
    color: #ffca00;
}

.accordion-body ul {
    margin-top: 1px;
}

.accordion-body button.accordion-button {
    background-color: #e3e3e39e;
}

.fancy-market-main {
    margin-top: 20px;
}

.accordion-body .accordion-body ul li {
    margin-bottom: 1px;
    font-size: 13px;
    padding: 7px 15px;
    background-color: #f3f3f3;
}
.heading-side-menu .accordion-body .accordion-body ul li {
 text-align: left; 
}

.accordion-body .accordion-body ul li a {
    font-size: 13px;

    display: block;
}

ul#sportsTypesMein a.active {
    background-color: #dddcd6;
    color: #000;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #0000005c;
    border-bottom: 0;
}

ul#sportsTypesMein a.active:hover {
    text-decoration: none;
}

.accordion-body .accordion-body ul li:last-child {
    margin-bottom: 0;
}

.sport-heading {
    background: #ffca00;
    padding: 4px 10px;
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}
.sport-heading h3{
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.event-detail .bet-number .inner-back {
    height: 40px;
    font-weight: 700;
    line-height: 15px;
}
.bookmaker-main .bet-number .inner-back {
    padding: 2px;
}

.bookmaker-main .back.back-color0, .bookmaker-main .lay.lay-color1, .bookmaker-main .lay.lay-color2{
   background-color: unset;
}
.bookmaker-main .back.back-color1{
    background-color: unset;
 }
 .bookmaker-main .bet-number.bet-left-in {
    background-image: linear-gradient(90deg, rgba(130, 183, 221, 0.15) 0%, rgba(130, 183, 221, 0.8) 65%);
}
.bet-number.bet-right-in {
    background-image: linear-gradient(270deg, rgba(231, 170, 184, 0.15) 5%, rgba(231, 170, 184, 0.8) 60%);
}

.sports-tab-menu {
    display: flex;
    gap: 5px;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.main-box {
    width: 100%;
}

ul#sportsTypesMein {
    order: 2;
    width: 100%;
}

ul#sportsTypesMein {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: start;
    overflow: hidden;
    margin-bottom: -5px;
}

ul#sportsTypesMein li {
    display: inline-flex;
    list-style: none;
    line-height: 22px;
    margin-right: 3px;
}

ul#sportsTypesMein li:last-child {
    border-right: unset;
}

ul#sportsTypesMein li a {
    width: 120px;
    height: 24px;
    color: #ffffff;
    margin-bottom: 0px;
    text-align: center;
    background-color: #000;
    padding: 0px 15px;
    border-radius: 5px 5px 0px 0px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}

ul#sportsTypesMein li a img {
    display: none;
}

ul#sportsTypesMein li:hover a {
    text-decoration: underline;
}

.back:hover {
    background-color: #80c2f1;
}

.lay:hover {
    background-color: #fbb7c6;
}

.rules-content {
    height: 340px;
    line-height: 18px;
    color: rgba(36, 58, 72, .9);
    overflow: hidden;
    overflow-y: auto;
}

.fancy-info-modal .modal-footer {
    padding: 5px;
    justify-content: center;
}

.fancy-info-modal .modal-dialog {
    max-width: 470px;
}

.fancy-info-modal .modal-footer button.btn {
    padding: 8px 50px;
    min-height: 30px;
}

img.in-play-in {
    width: 14px;
}

.fancy-market .tab-header {
    background-image: linear-gradient(180deg, #ffca00 15%, #ffca00 100%);
    text-align: center;
    padding: 3px;
}

.fancy-market .tab-header {
    background-image: linear-gradient(180deg, #ffca00 15%, #ffca00 100%);
    text-align: center;
    padding: 3px;
    line-height: 29px;
    display: flex;
    justify-content: center;
}

.tab-header .fancy-tabs .nav-tabs {
    background-color: unset;
    box-shadow: unset;
    background-color: #ffffffa3;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid #000;
}

.fancy-market-main .nav-tabs .nav-link {
    min-width: 80px;
    height: 19px;
    line-height: 12px;
    padding: 0;
    padding: 0px 5px;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 11px;
    margin: 0;
    color: #000;
}
.fancy-market-main .nav-tabs .nav-link.active{
    background-color: #000;
    color: #fff;
}
.fancy-market-detail .deatil-inner-data .back-lay-main span.inner-back.min-max {
    display: block;
    text-align: left;
    line-height: 15px;
    margin: 4px 0 0 1.5%;
}
.fancy-market-detail .deatil-inner-data .back-lay-main .inner-text.min-max {
    justify-content: left;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #7e97a7;
    margin-right: 2px;
}
.fancy-tabs {
    display: inline-block;
}

.inner-info {
    background-image: linear-gradient(180deg, #ffca00 15%, #e3b91c 100%);
    display: inline-flex;
    color: #000;
    padding: 8px 20px;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 3px 10px 3px 9px;
    border-radius: 8px 8px 0px 0px;
    box-shadow: inset 0 0px 1px 0 rgba(0, 0, 0, .3);
    height: 100%;
    transform: translateY(1px);
}
.inner-info img {
    filter: invert(1);
}
.inner-info img.in-play-in {
    filter: unset;
}


.view-by-select label {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin-right: 10px;
}

.view-by-select select {
    display: inline-block;
    border-radius: 5px;
    border: 1px solid var(--white, #000);
    background-color: transparent;
    color: #000;
    padding: 0px 5px;
    width: auto;
    cursor: pointer;
    font-size: 12px;
    width: 108px;
    height: 23px;
}

.inner-grid-item button.btn,
.casino-games button.btn {
    position: relative;
}

.inner-grid-item button.btn:before,
.inner-grid-item button.btn:after {
    content: "";
    z-index: 0;
    color: #000;
    border-radius: 7px;
    margin: -5%;
    -webkit-animation: 8s linear infinite clipMe;
    animation: 8s linear infinite clipMe;
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 2px;
}

.casino-games button.btn:before,
.casino-games button.btn::after {
    content: "";
    z-index: 0;
    color: #000;
    border-radius: 7px;
    margin: -5%;
    -webkit-animation: 8s linear infinite clipMe;
    animation: 8s linear infinite clipMe;
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 0 2px;
}

.inner-grid-item button.btn:before,
.casino-games button.btn:before {
    -webkit-animation-delay: -4s;
    animation-delay: -4s;
}

@keyframes clipMe {

    0%,
    100% {
        clip: rect(0, 85px, 2px, 4px);
    }

    25% {
        clip: rect(0, 2px, 85px, 0);
    }

    50% {
        clip: rect(40px, 85px, 85px, 0);
    }

    75% {
        clip: rect(0, 85px, 85px, 60px);
    }
}

.main-page.casino .container {
    width: 94%;
}

.sport-detail-left a {
    color: #000;
}

.sport-detail-left a:hover {
    text-decoration: underline;
}

.sport-detail-info {
    background-color: #fff;
    border-top: none;
}

.view-by-select select:focus-visible {
    outline: none;
    border: 1px solid var(--white, #000);
}

.sport-detail-left h3 span {
    width: 7px;
    height: 7px;
    display: inline-block;
    padding: 0;
    background-color: #a79c9c;
    border-radius: 50%;
    margin-right: 6px;
}

.sport-detail-left h3 span.inplay {
    background-color: #2FB101;
}

.sport-detail-left h3 {
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.status-play {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 10px;
}

.in-play {
    color: #2FB101;
}

span.play-icons img {
    height: 100%;
    display: block;
}
.sport-detail-left.box-cursor {
    cursor: pointer;
}
.sport-detail-left.box-cursor:hover h3{
   text-decoration: underline;
}
span.play-icons .play-bg:last-child {
    margin: 0;
}

span.play-icons {
    display: inline-block;
    align-items: center;
    margin-left: 5px
}

.sport-detail-left p {
    display: block;
    align-items: center;
    gap: 3px;
    margin-left: 18px;
    margin-top: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}

.deatil-inner-item:hover {
    background-color: #ececec;
}

span.time {
    font-size: 15px;
}

.tv-icon {
    background: #1876B2;
}

.icon-fancy {
    background: #0a92a5;
}

.icon-bookmaker {
    background-color: #226bc3;
}

.play-bg {
    font-style: italic;
    color: #000;
    font-size: 6px;
    margin-right: 4px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

span.time {
    font-size: 12px;
    line-height: 10px;
}

.deatil-inner-item {
    background-color: #fff;
    display: flex;
    padding: 0 6px 0 10px;
    border-bottom: 1px solid #e0e6e6;
    justify-content: space-between;
    padding-right: 0;
}

.inner-text {
    border-right: 1px solid #e0e6e6;
}

.sport-heading .text-min h3 {
    font-size: 3.6vw;
    color: #000;
    line-height: normal;
    font-weight: 500;
}

.deatil-inner-item:last-child {
    border-bottom: unset;
}

.deatil-inner-data {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #6c757db3;
}
.sport-heading.heading-space-top.bookmaker, .sport-heading.heading-space-top.tossBookmaker {
    background-color: #243a48;
    background-image: unset;
}
.sport-heading.heading-space-top.bookmaker h3 span, .sport-heading.heading-space-top.tossBookmaker h3 span {
    opacity: .7;
    font-weight: 400;
}

.sport-detail-info.bookmaker .sport-heading-inner-info,
.sport-detail-info.bookmaker .deatil-inner-data {
    background-color: #faf8d8;
    border-bottom: 1px solid #7e97a7;
}

.sport-detail-right {
    width: 50%;
}
.bookmaker-main .inner-back.back-color2.back {
    border: 1px solid #fff;
    margin: 3px;
    width: calc(33.33% - 4px);
    height: calc(40px - 4px);
    border-radius: 4px;
}
.min-max-match {
    background-color: #232323;
    font-size: 12px;
    line-height: 16px;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 500;
    padding: 0 6px;
}

.main-policy-box ol {
    margin-left: 32px;
    margin-bottom: 16px;
    padding: 0;
}
.main-policy-box li {
    list-style: auto;
}

.main-policy-box {

    font-size: 14px;
    line-height: 24px;
}

.matched-text {
    color: #243a48;
    font-size: 13px;
    font-weight: normal;
}

.matched-text span {
    font-weight: 800;
}
.bookmaker-main .inner-back.lay-color0.lay {
    border: 1px solid #fff;
    margin: 3px;
    width: calc(33.33% - 4px);
    height: calc(40px - 4px);
    border-radius: 4px;
}
.sport-footer-data {
    text-align: end;
    padding: 6px 15px;
}

.heading-space-top {
    margin-top: 25px;
}

.sport-footer-data p {
    color: #FF0000;
    font-weight: 700;
    font-size: 13px;
}

.inplay-main .tab-header {
    margin-bottom: 10px;
    margin-top: 10px;
}

.sport-heading.match-odds-box {
    background: #d9d8d8;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.selection-count {
    font-size: 11px;
    color: #7e97a7;
    line-height: 23px;
}
.sport-heading.match-odds-box .min-max-info img {
    filter: invert(1);
}

.sport-heading.heading-space-top.bookmaker,
.sport-heading.heading-space-top.tossBookmaker {
    display: flex;
    justify-content: space-between;
}

.min-max-popup.pop-active {
    display: flex;
}

.min-max-popup {
    position: absolute;
    top: 89%;
    right: 1.8666666667vw;
    background-color: #fff;
    border-radius: 1.0666666667vw;
    align-items: flex-start;
    z-index: 9;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .7);
    display: flex;
    gap: 10px;
    width: 39vw;
    right: 0;
    display: none;
    z-index: 1;

}

.min-max-info {
    display: none;
}

.text-min {
    padding: 0 1.8666666667vw 1.8666666667vw;
}

.text-min h4 {
    height: 4.2vw;
    color: #577c94;
    font-size: 2.6666666667vw;
    line-height: 3.2vw;
    padding: 0.8vw 0 1.0666666667vw;
    margin-bottom: 2px;
}

.min-max-popup a.close {
    width: 6.666667vw;
    height: 5.666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 3vw;
}

.center-batting-box .text-min h2 {
    margin: 0;
}

.text-min h2 {
    line-height: 3.7333333333vw;
    font-size: 3vw;
    margin: 0;
}

.inplay-main .nav-tabs .nav-link {
    color: #000;
    padding: 0;
    border: unset;
    background-color: #fff;
    border: 1px solid #ffca00;
    color: #000;
    font-size: 13px;
    line-height: 26px;
    font-weight: bold;
    border-radius: unset;
    width: 100%;
    margin: 0;
    height: 100%;
}

.tab-header .nav-tabs {
    margin-top: -1px;
    box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, .4);
}

.inner-info img {
    width: 14px;
}

.inplay-item {
    margin-bottom: 15px;
    border-bottom: 2px solid #ffca00;
}

.inplay-main .nav-tabs {
    border-bottom: unset;
    background-color: transparent;
    justify-content: start;
    min-width: 375px;
    width: 40%;
    margin: 0 0 10px;
    /* border-left: 1px solid #ffca00; */
    border-radius: 5px;
    box-shadow: unset;
}

.inplay-main .inplay-tab ul li {
    width: 33.33%;
    list-style: none;
    /* border: 1px solid #ffca00; */
    border-width: 1px 0;
}
.inplay-main .inplay-tab ul li:first-child button{
    border-radius: 4px 0 0 4px;
}
.inplay-main .inplay-tab ul li:last-child button{
    border-radius: 0px 4px 4px 0px;
}
.inplay-main .inplay-tab {
    border-bottom: unset;
    background-color: transparent;
    text-align: center;
    margin-top: 1px;
    justify-content: center;
    position: relative;
    margin-bottom: 10px;
}

.mobile-search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    cursor: pointer;
    display: none;
}

.sport-heading-inner-info {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #6c757db3;
}

.sport-detail-inner h3 {
    font-weight: 700;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.sport-data-right {
    max-width: 750px;
    width: 100%;
    display: flex;
    justify-content: end;
}

.sport-heading-inner-box {
    display: flex;
    padding: 3px 0px 3px 0px;
    max-width: 750px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
    justify-content: end;
}

.sport-heading-inner-box .inner-text {
    width: 123px;
}

.back-lay-main .bet-number:first-child {
    justify-content: end;
}

.back-lay-main .bet-number:last-child {
    justify-content: start;
}

.fancy-info-modal .modal-header {
    color: #000;
    padding: 11px 18px;
    position: relative;
}

.fancy-info-modal .modal-header h5 {
    font-size: 17px;
}

.fancy-info-modal button.btn-close {
    padding: 6px;
    filter: brightness(2) invert(1);
    opacity: 1;
    font-size: 15px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.slip-inner {
    height: calc(100% - 0px);
    overflow: hidden;
    position: relative;
    background-color: #fff;
}

.slip-header h3 {
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    padding-left: 10px;
    background: initial;
    background-image: linear-gradient(180deg, #2d4a5c 0%, #203846 100%);
    color: #000;
}

.rules-content ol {}

.rules-content li {
    list-style: unset;
    font-size: 14px;
}

.rules-content ol {
    padding-left: 17px;
}


.rules-content ol li {
    margin-bottom: 5px;
}

.sport-inner-top {
    display: flex;
    padding: 1px 0px 1px 0px;
    max-width: 750px;
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}

.sport-heading-inner-info .sport-inner-box button {
    height: 21px;
    line-height: 13px;
    font-size: 12px;
    font-weight: 700;
}

.sport-heading-inner-info .sport-inner-box .fancy-info {
    height: 21px;
    line-height: 21px;
    font-size: 11px;
    text-align: center;
    padding: 0;
    background: unset;
    font-weight: 700;
}

.sport-heading.heading-space-top.tossBookmaker {
    background-color: #000;
}

.sport-detail-inner {
    width:67%;
    display: flex;
    padding: 0px 10px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sport-heading-inner {
    background-color: #DDD;
    padding: 0px 10px;
    padding-right: 0;
}

.sport-detail-inner span {
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inner-text {
    width: calc(33.33% - 0px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    padding: 2px 3px;
}

.inner-text-info {
    width: 100%;
    position: relative;
}

.inner-text-data {
    width: calc(210px - 10px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin: 0px 5px;
}

.inner-back-lay {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.inner-back {
    font-size: 12px;
    text-transform: capitalize;
    border: none;
    width: 100%;
    font-weight: 600;
    padding: 3px 0;
}


.back-light {
    background-color: #D7E8F4;
}

.back-light-1 {
    background-color: #EFD3D9;
}

.back-light-2 {
    background-color: #F6E6EA;
}

.back-darklight {
    background: #B7D5EB;
}

.inner-back span {
    color: #000;
    font-weight: 400;
    display: block;
    padding-top: 0px;
    font-size: 11px;
    line-height: 15px;
}

.fancy-info {
    background: #bed5d8;
    padding: 6px 2px;
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    border-radius: 1px;

}

.fancy-info span {
    font-weight: 500;
}

.sport-inner-top button:nth-child(3) {
    border-radius: 12px 0px 0px 0px;
}

.sport-inner-top button:nth-child(4) {
    border-radius: 0px 12px 0px 0px;
}

.min-max-bet {
    background: none;
    padding: 0 3px;
    width: 100%;
}

.sport-heading-inner-info button.inner-back.back {
    border-radius: 7px 0px 0px 0px;
}

.sport-heading-inner-info button.inner-back.lay {
    border-radius: 0px 7px 0px 0px;
}

.sport-inner-box {
    width: 33.33%;
    display: flex;
}

.pin {
    width: 16%;
    text-align: center;
}

.sport-detail-right {
    display: flex;
    max-width: 367px;
    width: 100%;
}

.sport-detail-left {
    flex: 1 1 auto;
    width: 50%;
    overflow: hidden;
    padding: 2px 0 3px 0;
    border-right: 1px solid #e0e6e6;
}


.sport-heading.bookmaker .fancy-info, .sport-heading.tossBookmaker .fancy-info {
    background-color: unset;
    padding: 0;
    text-align: right;
    font-weight: 500;
    font-size: 11px;
    color: #fff;
}

.sport-heading.bookmaker .fancy-info span, .sport-heading.tossBookmaker .fancy-info span {
    font-weight: 500;
    background-color: #bed5d8;
    border-radius: 3px;
    color: #000;
    font-size: 10px;
    padding: 0px 6px;
    margin-left: 3px;
    margin-right: 3px;
    width: 50px;
    display: inline-block;
    text-align: center;
}

.sport-heading.bookmaker .min-max-bet, .sport-heading.tossBookmaker .min-max-bet {
    display: inline-block;
  }

.back-lay-main {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    justify-content: end;
}

.suspended {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: rgb(0 0 0 / 88%);
    color: #fff;
    text-transform: capitalize;
    font-size: 13px;
}

.betslip .back {
    background-color: #beddf4;
    border-bottom: 1px solid #67afe5;
}

.back {
    background-color: #72BBEF;
}

.lay {
    background-color: #FAA9BA;
}

.bet-menu.show_bet .lay {
    background-color: #f3dce2;
}

.bet-menu.show_bet .back {
    background-color: #beddf4;
}

.pin img {
    width: 30px;
}

.pin {
    width: 13%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancy-market-detail {
    background-color: #fff;
}

.fancy-market-detail .sport-heading-inner {
    background-color: transparent;
    border-bottom: 1px solid #6c757db3;
}

.fancy-market-detail .sport-heading-inner-box {
    padding: 3px 0px 3px 0px;
    justify-content: end;
    width: 60%;
}


.fancy-market-detail .min-max {
    max-width: calc(200px - 10px) !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    margin: 0px 5px;
    width: 100% !important;
}

.fancy-market-detail .inner-back {
    font-size: 13px;
    text-transform: capitalize;
    border: none;
    max-width: 110px;
    font-weight: 800;
    padding: 3px 0;
    width: 100%;
}

.fancy-market-detail .inner-text {
    max-width: calc(110px);
    width: 100%;
}

.fancy-market-detail .deatil-inner-data .min-max {
    font-weight: 400;
    font-size: 12px;
}

.match-score h2 {
    margin: 0;
}

.live-score-chart-header {
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: end;
    flex-wrap: wrap;
}

.liveScorecard,
.liveScorecard1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 10px;
}

.match-title:first-child:after {
    content: ":";
    position: absolute;
    right: -6px;
    top: 0;
    height: 19px;
    display: flex;
    align-items: center;
}

.match-name-left {
    padding: 6px 50px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(-45deg, transparent 1em, #9c012d 1em) bottom, linear-gradient(-135deg, transparent 1em, #ffca00 1em) top;
    background-repeat: no-repeat;
    background-size: 100% 50%;
}

.match-name-right {
    padding: 6px 50px;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    background: linear-gradient(45deg, transparent 1em, #9c012d 1em) bottom, linear-gradient(135deg, transparent 1em, #ffca00 1em) top;
    background-repeat: no-repeat;
    background-size: 100% 50%;
}

.match-name-inner {
    display: flex;
    justify-content: center;
    padding: 24px 10px;
    align-items: center;
    gap: 5px;
}

.vs {
    font-size: 24px;

    color: #000;
    font-weight: 800;
}

.match-title h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
}

.match-title p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 6px;
    color: #fff;
    width: 100%;
}

.teamscore {
    width: 100%;
    display: flex;
    align-items: center;
}

.teamscore h3 {
    -webkit-box-flex: 1;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    flex: 1 1 0px;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
}

p.runRate {
    font-size: 10px;
    margin-top: 0;
    line-height: 11px;
    font-weight: 700;
}


.liveScorecard .match-title:last-child .teamscore {
    flex-direction: row-reverse;
}

.liveScorecard .match-title:last-child .teamscore h3 {
    flex: unset;
}

.liveScorecard .match-title:last-child .teamscore strong {
    flex: 1 1 0px;
    justify-content: start;
}

.teamscore strong {
    -webkit-box-flex: 0;
    -webkit-box-align: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: flex;
    flex: 0 1 auto;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
}

.blink {
    background-color: #ffb818;
}

.bet-number .inner-back {
    width: 33.33%;
    height: 100%;
}

.match-score {
    text-align: center;
    margin-top: -10px;
}

.match-score label {
    margin-top: -8px;
    font-size: 13px;
    font-weight: 700;
    line-height: 11px;
    letter-spacing: 0em;
    text-align: center;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #575757;
    background: linear-gradient(0deg, #3F3F3F, #3F3F3F), linear-gradient(0deg, #575757, #575757);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 0px 0px 10px 10px;
    color: #000;
}

.match-score h2 {
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    margin: 8px 0px;
    color: #000;
}

.match-score h4 {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
    text-align: center;
}

.sport-heading.match-odds-box {
    background: #d9d8d8;
    color: #000;
}

span.inplay {
    margin-right: 8px;
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    align-items: center;
    color: #508d0e;
    font-weight: 600;
}

.game-info {
    background-color: #ffffff;
    line-height: 2.1;
    padding: 0vw 1.8666666667vw;
    justify-content: space-between;
    display: none;
    align-items: center;
}

.game-info h4 {
    font-size: 3.4666666667vw;
    font-weight: 700;
}

span.inplay img {
    width: 14px;
    height: 14px;
    margin: 0 3px 0 0;
    vertical-align: middle;
    transform: translateY(-1px);
}

.score-chart-inner-box {
    padding: 10px 15px;
}

span.deleteicon {
    position: relative;
    display: inline-flex;
    align-items: center;
}

span.deleteicon span {
    position: absolute;
    display: block;
    right: 7px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #000;
    background-color: #ccc;
    font: 13px monospace;
    text-align: center;
    line-height: 1em;
    cursor: pointer;
}

span.deleteicon input {
    padding-right: 18px;
    box-sizing: border-box;
}

.list-group {
    display: block;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
    position: absolute;
    width: 100%;
    max-height: 210px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
}

.inplay-main .center-batting-box {
    width: calc(100% - 400px);
    padding-left: 0;
    margin-left: 0;
}

.inplay-main .center-banner-box {
    display: none;
}

.profile-page .center-batting-box {
    width: calc(100% - 350px);
    padding-left: 0;
}

.main-page.inplay-main,
.main-page.profile-page {
    padding: 0px 7px;
}

.main-page.inplay-main {
    margin-top: 0;
}

.search-input {
    position: relative;
}

span.deleteicon {
    position: absolute;
    display: inline-flex;
    align-items: center;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.banner-grid .inner-grid-item a img {
    /* height: 267px; */
    object-fit: cover;
}

.offcanvas.account-modal button.btn-close {
    position: static;
    padding: 10px;
    opacity: 1;
}

.entrance-title-1 {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(270deg, rgba(69, 94, 104, 0) 4%, #000000 97%);
    border-bottom: 5px solid #ffca00;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 42px;
    margin-bottom: 0;
}

button.btn.login-header img {
    width: 10px;
    height: 11px;
    margin: -3px 0 0 3px;
    vertical-align: middle;
}

.entrance-title-1 dd {
    width: 98px;
    font-size: 14px;
    line-height: 42px;
    text-indent: 25px;
    height: 100%;
    background-image: url(../img/play-tragle.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    font-weight: 700;
    color: #000;
    cursor: pointer;
}

.entrance-title-1 dd:after {
    width: 76px;
}

.entrance-title-1 dd:after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    height: 100%;
    background-color: #ffca00;
    content: "";
}

.entrance-title-1 dt {
    flex: 1;
    font-size: 15px;
    line-height: 40px;
    text-indent: 10px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.banner-grid.inner-grid-1 .inner-grid-item a img {
    /* height: 267px; */
    object-fit: cover;
}

.modal.top .modal-dialog {
    position: fixed;
    margin: auto;
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 0;
    min-height: auto;
}

.modal.top {
    margin: 0;
}

.mobile-search-modal .modal-content {
    border-radius: unset;
}

.mobile-search-modal {
    width: 100%;
}

.search-input-mob .ui-widget.form-group {
    display: inline-block;
    width: calc(100% - 100px);
}

.search-input-mob button.btn-close {
    position: static;
    display: inline-block;
    padding: 0;
    font-size: 16px;
    opacity: 1;
}

.search-input input::placeholder {
    font-size: 14px;
}

button.search-modal-icon i {
    font-size: 17px;
}

.search-input-mob button {
    width: 45px;
}

.search-input-mob .search-input {}

.mobile-search-modal .modal-body {
    padding: 0;
}

.sport-heading .mobile-search {
    position: static;
    transform: unset;
    display: none;
}

.sport-search {
    display: flex;
    gap: 6px;
}

.header-btn .mobile-login {
    display: none;
}

.support-wrap.footer-support {
    display: block;
    width: 690px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 8px;
    margin: 0 auto 20px auto;
    padding: 5px 0px;
}

.support-wrap {
    color: rgba(0, 0, 0, .6);
    font-size: 13px;
    line-height: 22px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-btn {
    flex-basis: 49%;
    background-color: #fff;
    padding: 8px 0;
    border-radius: 8px;
    border: 1px solid rgba(151, 151, 151, .5);
    font-size: 13px;
    justify-content: center;
    margin-bottom: 8px;
}

.footer-wrap {
    display: flex;
    justify-content: space-between;
}

.footer-btn img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    vertical-align: middle;
}

.support-wrap.footer-support a {
    color: rgba(0, 0, 0, .7);
    line-height: 40px;
    text-align: center;
}

.support-wrap {
    text-align: center;
}

.footer-btn a {
    margin-right: 8px;
}

.support-wrap.footer-support a.split-line {
    border-left: 1px solid rgba(0, 0, 0, .5);
    padding-left: 10px;
}

.footer-btn a:last-child {
    margin-right: 0;
}

.support-social {
    flex-basis: 32%;
    background-color: #fff;
    padding: 8px 0;
    border-radius: 8px;
    margin-bottom: 8px;
    border: 1px solid rgba(151, 151, 151, .5);
    font-size: 13px;
    justify-content: center;
    text-align: center;
}

.support-social img {
    width: 26px;
    height: 26px;
    margin-right: 5px;
    vertical-align: middle;
}

.power-wrap {
    width: 670px;
    margin: 0 auto 30px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, .3);
    background: rgba(255, 255, 255, .25);
    border-radius: 8px;
    padding: 5px 10px;
    color: rgba(0, 0, 0, .6);
    align-items: stretch;
    display: flex;
}

.power-wrap_forsky {
    position: relative;
}

.power-wrap h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid rgba(0, 0, 0, .3);
    padding-right: 7px;
    margin-right: 7px;
}

.power-wrap h3 span {
    font-size: 10px;
    font-weight: normal;
}

.power-wrap h3 img {
    height: 18px;
    width: 107px;
}

.licence_embed {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    margin-right: 5px;
    display: flex;
}

.licence_embed img {
    width: 150px;
    height: 50px;
}

.power-wrap_forsky p {
    padding-bottom: 35px;
}

.power-wrap p {
    flex: 1;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    padding-left: 5px;
}

.power-wrap_forsky .footer_info {
    position: absolute;
    right: 0;
    bottom: 10px;
    display: flex;
    align-items: center;
    width: 57%;
    margin-right: 7px;
    padding-top: 7px;
    border-top: 1px solid rgba(0, 0, 0, .3);
}

.power-wrap_forsky .footer_info p {
    display: flex;
    align-items: center;
    flex: 1;
    padding-bottom: 0;
}

.power-wrap_forsky .footer_info p img {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
}

.power-wrap_forsky .footer_info p:nth-child(2) {
    flex: 0 1 auto;
    padding-right: 10px;
}

.power-wrap_forsky .footer_info p {
    display: flex;
    align-items: center;
    padding-bottom: 0;
}

.power-wrap a {
    color: rgba(0, 0, 0, .6);
    text-decoration: underline;
}

.policy-link {
    padding-top: 8px;
    margin: 8px auto 15px;
    border-top: 1px solid rgba(0, 0, 0, .3);
    text-align: center;
}

.policy-link li {
    display: inline-block;
}

.policy-link a {
    color: rgba(0, 0, 0, .6);
    text-decoration: underline;
    font-size: 12px;
    line-height: 15px;
}

.policy-link li:after,
.policy-link li:first-child:before {
    margin: 0 6px;
    content: "-";
}

.policy-link li:after,
.policy-link li:first-child:before {
    margin: 0 6px;
    content: "-";
}

.power-by {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.power-by-inner {
    background-color: rgba(255, 255, 255, .3);
    border-color: rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, .5);
    width: 28.266667vw;
    height: 11.5vw;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 2.1333333333vw;
    padding: 0.2vw 1.866667vw 1.6vw;
    margin-bottom: 2.6666666667vw;
    border-color: rgba(0, 0, 0, .3);
    display: none;
}

.power-by-inner span {
    font-size: 2.2vw;
    font-weight: normal;
    line-height: 0;
}

.power-by-inner img {
    width: 21.666667vw;
    height: 3.856667vw;
    opacity: .5;
    vertical-align: unset;
}

.power-by div {
    margin-right: 2.6666666667vw;
}

.power-by div:last-of-type {
    margin-right: 0;
}

.app-link {
    display: block;
    font-size: 10px;
    color: rgba(0, 0, 0, .6);

    text-align: center;
}

.app-link a {
    margin-bottom: 2px;
    display: inline-block;
}

.app-link img {
    width: 155px;
    height: auto;
}

.app-link p {
    margin-bottom: 7px;
    font-size: 11px;
    color: rgba(0, 0, 0, .6);
}

nav.mobile-menu {
    display: none;
}

button.btn.login-header img.icon-login-mob {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
}



/*  sports-menu */

.flex.sports-inner-main {
    position: relative;
    min-width: 1350px;
    max-width: calc(100% - 40px);
    height: calc(100% - 105px);
    margin: 0 auto;
    display: block;
}

.center-banner-box {
    margin-bottom: 15px;
}

.login-head {
    display: none;
}

.modal-dialog.login-modal .policy-link {
    display: none;
}

.login-modal .support-wrap.footer-support {
    display: none;
}

.add-betslip p {
    font-size: 13px;
    padding: 15px 5px 2px;
    text-align: center;
}

.sports-a h4 {
    font-size: 13px;
    font-weight: 700;
}

.sorting-sports {
    display: none;
    justify-content: center;
    align-items: center;
    height: 10.6666666667vw;
}

.sorting-sports ul {
    display: flex;
    background: #e3e3e3;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, .15);
    border-radius: 1.6vw;
    width: 80%;
    padding: 0.2666666667vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

.sorting-sports ul li.select {
    color: #ffca00;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}

.sorting-sports ul li {
    flex: 1;
    height: 8vw;
    border-radius: 1.3333333333vw;
    font-size: 3.2vw;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}

.sports-inn span.menu-label {
    display: none;
}


.my-account {
    border-color: #000;
    background: #fff;
    position: relative;
    text-indent: 27px;
    width: 115px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .3);
    border-radius: 4px;
    color: #ffca00;
    margin-left: 15px;
    font-weight: 600;
}

.my-account::after {
    display: flex;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 4px 0 4px;
    border-color: #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    content: "";
}

img.user-account {
    display: flex;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    filter: brightness(0%);
}

.my-account a {
    display: flex;
    font-size: 12px;
    text-indent: 27px;
    height: 100%;
    align-items: center;
    color: #000;
    background-color: #ffca00;
}


.my-account.dropdown.is-active .dropdown-sub {
    opacity: 1;
    visibility: visible;
}

a.setting-box {
    display: none;
}

.slip-set-drop {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    width: 282px;
    z-index: 99;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 5px rgba(0, 0, 0, .5);
}

dl.slip-set input {
    width: 50px;
    font-size: 11px;
    margin-left: 0;
}

.slip-content {
    min-height: 100px;
    background-color: #fff;
    font-size: 11px;
    color: #000;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    z-index: 99999;
}

dl.odds-slip,
dl.slip-set {
    position: relative;
    border-bottom: 1px solid #7e97a7;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .8);
    line-height: 15px;
    padding-bottom: 2px;
    margin-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.slip-set dd {

    width: 100%;
}

.slip-set dd.slip-defult,
.odds-slip dd.slip-defult {
    width: 100%;
}

.slip-set dd,
.odds-slip dd {
    width: 50px;
    margin: 0 5px 5px 0;
}

.slip-set .slip-input,
.odds-slip .slip-input {
    width: 29.1666666667%;
    font-size: 11px;
    margin-left: 5px;
}

.slip-content input[type=checkbox],
.slip-content textarea[type=checkbox],
.slip-content input[type=radio],
.slip-content textarea[type=radio] {
    width: auto !important;
    height: auto !important;
    border-width: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
    box-shadow: none;
}

.slip-content input,
.slip-content textarea {
    color: #1e1e1e;
    font-size: 12px;
    border: 1px #aaa solid;
    background: #fff;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .5);
    border-radius: 4px;
    padding: 5px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    margin: 0 5px 0 0;
}

.slip-set dt,
.odds-slip dt {
    margin-bottom: 5px;
    font-weight: bold;
    width: 100%;
}

.slip-btn {
    line-height: 18px;
    font-weight: normal !important;
    font-size: 11px;
    margin: 0;
    color: #1e1e1e !important;
    padding: 0;
    background-image: linear-gradient(180deg, #ffffff 0%, #eeeeee 89%);
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .5);
    border: 1px solid #bbb;
    border-radius: 4px;
    cursor: pointer;
}

.slip-set dd {
    float: left;
}

.slip-content .slip-select {
    color: #000;
    background: #ffca00;
    border-color: #ffca00;
    line-height: 18px;
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    border: 1px solid #ffca00;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .1);
    border-radius: 4px;
    cursor: pointer;
    padding: 0;
    justify-content: center;
}

dl.slip-set dd a:hover {
    text-decoration: underline;
}

.slip-content a {
    display: block;
    text-align: center;
}

.slip-set dd.slip-edit,
.odds-slip dd.slip-edit {
    position: absolute;
    top: 20px;
    right: 0;
    width: 42px;
    margin-right: 0;
}

.slip-edit .slip-btn-edit {
    border: 1px solid #7e97a7;
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .8);
    color: #000;
    cursor: pointer;
    font-size: 11px;
    gap: 3px;
    width: 100%;
}

.slip-edit .slip-btn-edit:hover {
    text-decoration: underline;
}

dd.slip-edit.ok-btn button {
    background-color: #ffca00;
    color: #000 !important;
    border: unset;
    box-shadow: unset;
    font-weight: 700 !important;
    width: 100%;
    background-image: url();
}



.slip-edit a {
    height: 44px;
    line-height: 43px;
    border-radius: 4px;
}

.slip-edit button {
    height: 45px;
    line-height: 43px;
    border-radius: 4px;
}

.slip-edit .slip-btn-edit i {
    font-size: 9px;
}

.odds-slip dd {
    display: flex;
    align-items: center;
    width: 100%;
}

.bet-slip-head {
    box-shadow: 0 2px 0 rgba(0, 0, 0, .1);
    background: initial;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    padding-left: 10px;
}

.slip-option-bet input[type=checkbox] {
    box-shadow: none;
    margin-bottom: 0;
    width: auto !important;
    height: auto !important;
    border-width: 0;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0) !important;
    padding: 0 !important;
    color: #1e1e1e;
    font-size: 12px;
    border: 0px #aaa solid;
    background: #fff;
    margin: 0;
    vertical-align: middle;
    margin-top: -1px;
}

ul.slip-option-bet {
    border-top: 1px solid #e0e6e6;
    padding: 2px 5px;
}

ul.slip-option-bet li {
    line-height: normal;
}

ul.slip-option-bet label {
    color: #000000;
    font-size: 12px;
    line-height: 13px;
    vertical-align: middle;
}

.live-strem {
    height: 23px;
    line-height: 23px;
    background-image: linear-gradient(180deg, #ffca00 5%, #ffca00 100%);
    border-radius: 3px;
    color: #000;
    padding: 0 7px;
    cursor: pointer;
}

.main-page.profile-page .container {
    position: relative;
    width: 1350px;
    margin: 0 auto;
}

.profile-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 17.3611111111%;
}

.profile-menu-main {
    background-color: #fff;
    border-bottom: 1px solid #ffca00;
    margin-bottom: 1px;
    position: relative;
}

.profile-head {
    color: #000;
    background-image: linear-gradient(180deg, #ffca00 0%, #ffca00 100%);
    position: relative;
    height: 25px;
    font-size: 12px;
    line-height: 25px;
    overflow: hidden;
    background-position: initial;
    padding: 0 10px;
}

.profile-head li a {
    font-size: 12px;
    line-height: 25px;
    color: #000;
    font-weight: 700;
}

.profile-head li {
    text-align: right;
}

.profile-menu-list li {

    list-style: none;
}

.profile-menu-list li a {
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom-color: #eee1c0;
    border-bottom: 1px solid #e0e6e6;
    display: block;
}

.profile-menu-list a.profile-active {
    background-color: #000;
    color: #fff;
}

.profile-menu-list a:hover {
    background-color: #ffca0029;
    color: #000;
}

.profile-center {
    position: relative;
    margin-left: 17.3611111111%;
    padding: 0 15px;
    padding-right: 0;
    margin-right: 0;
}

.profile-center h2 {
    font-size: 14px;
    line-height: 20px;
    padding-top: 6px;
    margin-bottom: 6px;
    width: 160px;
    margin: 0;
}

.slip-btn label span {
    text-align: center;
    padding: 0;
    display: block;
    line-height: 18px;
    font-weight: normal !important;
    margin: 0;
    color: #1e1e1e;
    padding: 0;
    background-image: linear-gradient(180deg, #ffffff 0%, #eeeeee 89%);
    box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, .5);
    border: 1px solid #bbb;
    border-radius: 4px;
    cursor: pointer;
}

.input-box label {
    width: 135px;
    margin-right: 10px;
    line-height: 24px;
    font-size: 12px;
    text-align: right;
    font-weight: 600;
}

.input-box {
    display: flex;
    margin-bottom: 10px;
}

.change-password .modal-body {
    padding: 0;
}

.change-password .form {
    padding: 0 20px;
    margin-bottom: 10px;
}

.change-password .modal-footer button.btn {
    width: 35%;
    margin: 15px 0 0;
    font-weight: bold;
    line-height: 23px;
    font-size: 12px;
    border-radius: 4px;
    min-height: auto;
    padding: 1px 0;
    margin: 5px 0 0;
}

.input-box .personal-icon-box i {
    font-size: 11px;
    right: 5px;
}


.form .input-box:last-child {
    margin: 0;
}

.change-password .modal-footer {
    padding: 0;
    justify-content: center;
}

span.must-star {
    font-size: 13px;
    color: #d0021b;
}

.input-box input::-webkit-input-placeholder {
    font-size: 12px;
}

.slip-btn input[type="checkbox"] {
    position: absolute;
    display: none;
    color: #fff !important;
    border: unset;
    line-height: normal;
    margin: 0;
}

dd.selection-slip-stake .slip-btn {
    border: unset;
}

.action input:checked+span {
    background: #ffca00;
    border-color: #ffca00;
    line-height: 18px;
    font-weight: normal;
    font-size: 11px;
    margin: 0;
    box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, .1);
    border: 1px solid #ffca00;
    border-radius: 4px;
    cursor: pointer;
    padding: 0;

}

.slip-btn input:checked+span {
    color: #000;
}

.slip-btn label {
    display: block;
}

.profile-center-left,
.profile-center-right {
    width: 49.5%;
}

.profile-center-inner {
    display: flex;
    justify-content: space-between;
}

.profile-center-wrap {
    background-color: #fff;
    border-bottom: 1px solid #7e97a7;
    margin-bottom: 15px;
}

.profile-center-wrap h3 {
    background-color: #000000b0;
    color: #fff;
    line-height: 24px;
    padding: 0 10px;
    font-size: 14px;
}

.profile-center-wrap dd input {
    color: #1e1e1e;
    font-size: 12px;
    line-height: 15px;
    border: unset;
    box-shadow: unset;
    margin: 0;
    padding: 0;

}

.m-min-max-info {
    display: none;
}

.profile-center-wrap dd input:focus {
    outline: 0;
}

.change-password .modal-header {
    padding: 0px;
    background-color: unset;
    border: unset;
    align-items: center;
    margin-bottom: 18px;
}

.change-password .modal-dialog {
    max-width: 400px;
}

.change-password .modal-content {
    border-radius: 5px;
    padding: 15px;
    background-color: #ebebeb;
}

.change-password .modal-header h5 {
    font-size: 16px;
}

.change-password .modal-header .btn-close {
    margin: 0;
    position: static;
    padding: 0;
    opacity: 1;
    font-size: 15px;
}

a.edit-pass {
    position: absolute;
    right: 0;
    top: 1px;
    line-height: 25px;
    border-bottom-width: 0;
    padding-right: 8px;
}

.profile-center-wrap dl {
    color: #1e1e1e;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 0;
}

.profile-center-wrap dd {
    position: relative;
    min-height: 16px;
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #e0e6e6;
    margin-bottom: 0;
}

.profile-center-wrap dd:last-child {
    margin-bottom: 0;
}

.profile-center-wrap dt {
    width: 135px;
    padding: 5px 0 5px 10px;
    color: #243a48;
    font-size: 11px;
    font-weight: 500;
    float: left;
}

.live-tv.live-in-mobile {
    display: none;
}

.input-box input {
    color: #1e1e1e;
    font-size: 12px;
    border: 0px #aaa solid;
    background: #fff;
    box-shadow: inset 0px 1px 0px rgba(0, 0, 0, .5);
    border-radius: 4px;
    padding: 3px 5px;
    margin: 0;
}

.profile-sports-heading h3 {
    font-size: 13px;
    line-height: 20px;
    padding-top: 6px;
    margin-bottom: 6px;
    font-weight: 700;
}

.filter-tab ul#tabs-nav {
    max-width: 375px;
    width: 100%;
    margin: 0 0 10px;
    border-left: 1px solid #ffca00;
    border-radius: 5px;
    border-bottom: 0;
    padding: 0;
    display: flex;
}

.filter-tab li:first-child {
    border-radius: 4px 0 0 4px;
}

.filter-tab ul#tabs-nav li {
    width: 33.33%;
    list-style: none;
    border: 1px solid #ffca00;
    border-width: 1px 0;
}

.filter-tab li:last-child {
    border-radius: 0 4px 4px 0;
}

dl.slip-set input {
    width: 50px;
    font-size: 11px;
    margin-left: 0;
}

.policy-header {
    position: sticky;
    width: 100%;
    background-color: #fff;
    height: 56px;
    padding-left: 24px;
    border-bottom: 1px solid #e0e6e6;
    top: 0;
    z-index: 2;
}
.main-page-in {
    background-color: #fff;
}
.main-policy-box  p {
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 24px;
}
.policy-header h1{
    color: #000;
    font-size: 20px;
    line-height: 56px;
    font-weight: bold;
}
.main-page-in .container {
    padding-bottom: 24px;
}
.policy-declared {
    background-color: #ffca0029;
    font-size: 13px;
    line-height: 1.4;
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
}

.policy-header h1:before {
    position: relative;
    top: 4px;
    width: 6px;
    height: 24px;
    margin-right: 8px;
    content: "";
    background: #ffca00;
    border-radius: 100px;
    display: inline-block;
}
.main-policy-box h2 {
    margin: 40px 0 24px 0;
    font-size: 22px;
    color: #000;
    text-decoration: underline;
    font-weight: 700;
}
.main-policy-box h3 {
    margin: 16px 0;
    padding: 0;
    font-size: 20px;
    color: #000;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    font-weight: 700;
}

.main-policy-box h4 {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 18px;
    color: rgba(30, 30, 30, .9);
    font-weight: bold;
}
.main-policy-box ul {
    margin-left: 32px;
    margin-bottom: 16px;

}
.main-policy-box ul li{
    list-style: disc;
}

.multi-market-main h1 {
    font-size: 13px;
    line-height: 20px;
    padding-top: 6px;
    margin-bottom: 6px;
    font-weight: 700;
}

.multi-market-item .sport-heading.match-odds-box {
    background-color: #000;
    color: #000;
    padding: 0;
    justify-content: unset;
}

.multi-market-item .head-inner {
    padding: 0px 10px;
    flex: 1;
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
   
}
.head-sub-box {
    display: flex;
    align-items: center;
    gap: 3px;
}
.multi-market-item span.play-icons {
    display: inline-flex;
}

span.match-odds-inner {
    height: 16px;
    background-color: #fff;
    color: #1e1e1e;
    line-height: 16px;
    padding: 0 8px;
    margin-left: 5px;
    border-radius: 4px;
    margin: 0 0 0 5px;
    display: inline-block;
}

a.refresh {
    display: inline-block;
    height: 100%;
    width: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
a.refresh img {
    filter: brightness(0) invert(1);
    width: 11px;
    transform: translateY(1px);
}

span.liquidity {
    line-height: 25px;
    display: inline-block;
    background-color: #d0021b;
    color: #000;
    font-weight: 500;
}
.multi-market-item {
    border-bottom: 1px solid #7e97a7;
    margin-bottom: 15px;
}

.multi-right-head .min-max {
    display: inline-block;
}

.icon-arrow-right{
    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;
    }

    .games-title p {
        font-size: 14px;
    }

    .casino-games-info {

        gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(20%, 1fr));
    }

    .sport-detail-right,
    .sport-heading-inner-box {
        width: 100%;
    }

    .inplay-main .center-batting-box {
        width: calc(100% - 350px);
    }

    .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 #ffca00;
        border-radius: 50%;
    }

    .input_img {
        top: 75%;
        left: 67%;
    }

    .user_info {
        padding: 15px;
    }

    .heading-side-menu li a img {
        width: 25px;
    }

    .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: 13px;
    }

    .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% - 590px);
    } */
    .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%;
    }

    .sport-detail-right,
    .sport-heading-inner-box {
        width: 100%;
    }

    .profile-page .center-batting-box {
        width: calc(100% - 320px);
    }

    .inplay-main .center-batting-box {
        width: calc(100%);
    }

    /* .center-batting-box {
        width: calc(100% - 560px);
    } */
    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%;
    }

    .event-banner-main h4 {
        font-size: 14px;
        text-align: right;
    }

    .balane-info {
        padding-left: 0;
        width: 100%;
        border-top: 3px solid #ffca00;
        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) {

    .no-record img,
    .empty-betslip img {
        width: 70px;
    }

    .casino-games-info {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }

    .center-batting-box h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .header-btn {
        padding-left: 20px;

    }

    .header-input {
        width: 100px;
        font-size: 12px;
    }

    .main-header {
        padding: 0px 15px;
    }

    .match-name-inner {
        padding: 20px 10px;
    }

    .top-header .flex {
        padding: 0px 15px;
    }

    .main-page {
        padding: 0px 5px;
    }

    .sport-detail-inner h3 {
        font-size: 12px;
    }

    .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;
    }


    .center-batting-box div#tabs-content {
        padding-bottom: 15px;
        padding-top: 15px;
        height: 100%;
    }

    .inner-grid-1 {
        grid-template-columns: 1fr 1fr 1fr;
    }

}


@media (max-width:991px) {

    .sport-heading .mobile-search {
        display: none;
        padding: 0px 8px;
    }

    .banner-grid {
        grid-gap: 8px;
    }

    .inner-grid-1 {
        grid-template-columns: 1fr 1fr;
    }

    .main-banner-img {
        row-gap: 8px;
    }

    .main-slider {
        margin-bottom: 8px;
    }

    .banner-grid .inner-grid-item a img {
        height: 280px;
    }

    .inner-grid-item .label {
        position: absolute;
        bottom: 0;
        padding: 8px 8px;
    }

    .header-search-box {
        display: block;
    }

    .header-main-box-inner {
        width: auto;
    }

    .header-input {
        max-width: 211px;
        font-size: 12px;
        width: 100%;
    }

    .logo {

        max-width: unset;
        width: 100%;
    }

    .live-stream {
        width: 100%;
        margin-bottom: 15px;

    }

    .main-page .container>.flex {
        flex-wrap: wrap;
    }


    .profile-page .center-batting-box {
        width: calc(100% - 0px);
        padding: 0;
    }

    .profile_table.pb-inner-table {
        margin-bottom: 25px;
        width: calc(50% - 10px);
    }

    .main-page.profile-page .flex {
        flex-wrap: wrap;
    }

    .main-page.profile-page .bet-menu {
        width: 100%;
    }

    .main-page.profile-page .bet-menu {
        width: 100%;
        margin-top: 15px;
    }

    .commentary-msg {
        width: 200px;
        font-size: 14px;
        text-align: right;
    }

    .extra-commentary-msg {
        font-size: 14px
    }

    .liveteamScore {
        gap: 10px;
    }

    .header-search-box {
        max-width: 230px;
    }

    .main-header {
        padding: 0px 0px;
    }

    .popular-games-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .icon-arrow-right {
        display: inline-flex;
    }
    dd.slip-edit.ok-btn button{
        height: auto;
    }
    .mian-wrap a.logout img {
        filter: invert(1);
    }
    .logo a{
        height: 10vw;
        padding: 0px 0px;
        padding-bottom: 4px;
    }
    .logo img {
        max-width: 11vw;
    }
    .provider-name {
        font-size: 2.5333333333vw;
    }
    .open-bets-modal .offcanvas-body {
        padding: 2px 5px;
    }
    .fancy-market-detail .sport-detail-inner h3 span {
        font-size: 4vw;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
    }
    .selection-count {
        font-size: 3vw;
        line-height: 4vw;
    }
    .bookmaker-main .bet-number.bet-left-in{
        width: 18.6666666667vw;
        background-image: linear-gradient(90deg, rgba(151, 199, 234, 0.7) 0%, #97c7ea 65%);
    }
    .bookmaker-main .bet-number.bet-right-in{
        width: 18.6666666667vw;
    }
    img.inplay {
        width: 5vw;
    }
    .head-sub-box {
        display: flex;
        flex-direction: row-reverse;
        justify-content: start;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .multi-market-item span.play-icons img {
        height: 100%;
        display: block;
        width: 12vw;
    }
    .multi-market-item span.play-icons{
        margin-left: 0;
        margin-right: 5px;
    }
    
    .multi-market-main h1{
        display: none;
    }
    .multi-market-main{
        margin-top: 1px;
    }
    a.pin-bar {
        width: 6.6666666667vw;
        height: 6.6666666667vw;
        background-image: url(../img/mob-pin.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 1.8666666667vw;
    }
    .multi-market-item .sport-heading.match-odds-box {

        height: auto;
        line-height: unset;
    }
    span.head-in-text {
        line-height: 6.9333333333vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 4vw;
        padding: 1.8666666667vw 0px;
    }
    .multi-market-item .head-inner {
        padding: 0px 1.8666666667vw;
        width: calc(100% - 20.666667vw);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .icon-arrow-right {
        display: inline-flex;
        max-width: 6.4vw;
        height: 6.4vw;
        background: #3b5160 url();
        align-items: center;
        justify-content: center;
        border-radius: 1.0666666667vw;
        cursor: pointer;
        font-size: 3.46vw;
        width: 100%;
    }
    .multi-right-head {
        display: flex;
        align-items: center;
    }
    .multi-right-head  a.refresh{
        width: auto;
        border-left: 1px solid rgba(255, 255, 255, .40);
        padding: 1.8666666667vw;
    }
    a.refresh img {
        filter: brightness(0) invert(1);
        transform: translateY(1px);
        width: 6.6666666667vw;
        height: 5.8666666667vw;
    }
    a.pin-bar img{
        display: none;
    }
  
    span.match-odds-inner{
        display: none;
    }
    .main-policy-box {
        font-size: 13px;
        line-height: 22px;
    }
    .policy-declared{
        font-size: 13px;
    }
    .main-policy-box p {
        margin-bottom: 12px;
        font-size: 13px;
        line-height: 22px;
        word-wrap: break-word;
    }
    .main-page-in .container {
        padding: 0px 15px;
    }
    .main-policy-box h2 {
        margin: 30px 0 24px 0;
        font-size: 20px;
    }
    .main-policy-box h3 {
        margin: 14px 0;
        font-size: 18px;
    }
    .main-policy-box h4 {
        margin-top: 16px;
        font-size: 16px;
    }
    
.policy-header h1:before {
    top: 0.8vw;
    width: 1vw;
    height: 4vw;
    margin-right: 1vw;
}
.policy-header {
    position: sticky;
    width: 100%;
    background-color: #fff;
    min-height: 10vw;
    padding-left: 4vw;
    border-bottom: 1px solid #e0e6e6;
    top: 14vw;
    height: unset;
    z-index: 1;
    display: inline-flex;
    align-items: center;
}


    .policy-header h1 {
        color: #000;
        font-size: 3vw;
        line-height: normal;
        font-weight: bold;
    }
    .casinoGame-loby {
        position: relative;
        height: calc(100vh - 28vw);
        display: flex;
    }
    .min-max-match, .matched-text {
        display: none;
    }
    .bookmaker-main .inner-back.back-color2.back, .bookmaker-main .inner-back.lay-color0.lay{
        border: 1px solid #fff;
        margin: 3px;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        border-radius: 4px;
    }
    .sport-heading.bookmaker .min-max,  .sport-heading.tossBookmaker .min-max {
        display: none;
    }
    .event-detail .bet-number .inner-back{
        height: 100%;
        line-height: inherit;
    }
    .sport-heading.heading-space-top.bookmaker, .sport-heading.heading-space-top.tossBookmaker{
        align-items: center;
    }
    .sport-heading h3{
        font-size: 3.4666666667vw;
        line-height: 8.5333333333vw;
    }
    .ui-datepicker-calendar td a,
    .ui-datepicker-calendar td span {

        font-size: 3vw;
        padding: 1vw;
    }
  

    .suspended {
        font-size: 3vw;
    }

    .ui-datepicker .ui-datepicker-buttonpane button {
        font-size: 3vw;
    }

    .event-heading-info .teamscore h3 {
        font-size: 3vw;
    }

    .ui-datepicker select.ui-datepicker-month {
        width: 15vw;
    }

    table.ui-datepicker-calendar tr th {
        font-size: 12px;
        width: 25px;
        padding: 3px;
        font-weight: normal;
        font-size: 3vw;
    }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 18vw;
    }

    .profile-center-inner {
        flex-wrap: wrap;
    }

    .history-table tbody tr td.market-td {
        flex-wrap: nowrap;
    }

    .betting-filter-inner-box {
        row-gap: 0px;
    }

    .check-boxes input[type=checkbox] {
        vertical-align: middle;
        margin-top: 3px;
    }

    .list-for {
        margin-top: 8px;
        font-size: 13px;
    }

    .fancy-pl.mob-fancy-pl {
        display: block;
    }

    .sport-detail-inner .fancy-pl {
        display: none;
    }

    .fancy-pl {
        padding-left: 1.5666666667vw;
    }

    .profile-center-left,
    .profile-center-right {
        width: 100%;
    }

    .sport-heading-inner-box {
        display: none;
    }

    .profile-left {
        position: static;
        width: 100%;
    }

    .profile-center {
        margin-left: 0;
        padding: 0;
    }

    .fancy-market-main {
        margin-top: 15px;
    }

    .wallet-refresh i.fa {
        font-size: 3.46vw;
        line-height: 9vw;
    }

    .odd-add {
        top: 50%;
        transform: translateY(-50%);
    }

    .bet-name-inner h5,
    .bet-detail-number a.delete i,
    dd.slip-profit {
        font-size: 10px;
    }

    .bet-head li,
    .bet-detail-number dt span,
    dd.slip-profit,
    dd.min-btn-all {
        font-size: 10px;
    }


    .bet-detail-number input.form-control {
        line-height: 2.3;
        font-size: 11px;
        padding: 0;
        padding-right: 5px;
    }

    input::-webkit-input-placeholder {
        font-size: 2.2vw;
    }

    .bet-detail-number dt {
        flex-wrap: nowrap;
        height: 7vw;
    }

    .bet-detail-number {
        gap: 0px 3px;
        align-items: center;
    }

    dd.stake-list {
        padding: 0px;
    }

    .label-inner span a {
        margin: 0;
        font-size: 3.4666666667vw;
        border-radius: 0;
        line-height: 2;
    }

    .slip-btn label span {
        background-image: linear-gradient(-180deg, #ffffff 0%, #eeeeee 89%);
        border: 1px solid #aaa;
        border-radius: 1.6vw;
        font-size: 4vw;
        font-weight: bold;
        line-height: 2.2;
        border-radius: 1.6vw;
    }

    .action input:checked+span {
        font-size: 4vw;
        font-weight: bold;
        line-height: 2.2;
        border-radius: 1.6vw;
    }

    dl.slip-set input {
        width: 100%;
        font-size: 3.46vw;
        margin-left: 0;
        padding: 2.6666666667vw 1.8666666667vw;
        border: 1px solid #aaa;
        box-shadow: inset 0 0.5333333333vw 0 0 rgba(0, 0, 0, .1);
        margin: 0;
    }

    .bet-menu.show_bet .profile_table {
        display: none;
    }

    .open-bets-modal .profile_table.table-responsive {
        margin: 0;
    }

    .offcanvas-header .btn-close {
        font-size: 3.4666vw;
    }

    span.table_title,
    .profile_table .table td {
        font-size: 3.46vw;
    }

    .game-info {
        display: flex;
    }

    .fancy-bet span,
    .book-maker span,
    .toss span {
        background-color: #0a92a5;
        width: 5.0666666667vw;
        height: 4.8vw;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 0.8vw;
    }

    .fancy-bet {
        display: none;
    }

    .book-maker {
        display: none;
    }

    .toss {
        display: none;
    }

    .book-maker span {
        background-color: #226bc3;
    }

    .toss span {
        background-image: linear-gradient(180deg, #ffca00 15%, #ffca00 100%);
    }

    .fancy-bet span h6,
    .book-maker span h6,
    .toss span h6 {
        font-size: 3.4666666667vw;
        font-weight: 700;
        font-style: italic;
        color: #000;
        margin-right: 5px;
    }

    .open-bet-main.live-tv-mob {
        display: flex;
    }

    .game-info li.in-play span.inplay {
        display: block;
        font-size: 3.4666666667vw;
        padding-right: 0;
        margin-right: 1.8666666667vw;
    }

    .game-info span.inplay img {
        width: 4.8vw;
        height: 4.8vw;
        margin-right: 0.8vw;
    }

    .sport-heading .live-strem {
        display: none;
    }

    iframe#rindle-frame {
        height: 100%;
    }

    header {

        position: sticky;
        top: 0;
    }

    .live-tv.live-in-mobile {
        display: block;
        position: sticky;
        top: 14vw;
        z-index: 9999;
    }

    .live-tv.destock-live-tv {
        display: none;
    }

    .live-tv-close i {
        font-size: 5vw;
    }

    .live-inner-tv.show-live {
        visibility: visible;
        width: 100%;
        height: 56vw;
    }

    .chat-icon {
        width: 10vw;
        height: 10vw;
        background-color: green;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 5vw;
        color: #ffca00;
        box-shadow: rgb(199 0 57 / 28%) 0px 4px 24px;
        position: fixed;
        z-index: 999999;
        bottom: 18vw;
        right: 5vw;
    }

    .live-strem {
        line-height: 23px;
        background-image: linear-gradient(180deg, #ffca00 5%, #ffca00 100%);
        border-radius: 3px;
        color: #000;
        padding: 0 7px;
        cursor: pointer;
        flex: 0 0 10.6666666667vw;
        padding: 1.8666666667vw 0 1.3333333333vw;
        height: 9vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .live-strem img {
        width: 5.6vw;
        height: 5.0666666667vw;
        filter: invert(1) sepia(0%) saturate(0%) hue-rotate(227deg) brightness(98%) contrast(98%);
    }



    .bet-menu-inner {
        max-height: calc(82vh);
        overflow: auto;
        padding-bottom: 21vw;
        background-color: #fff;
    }

    .profile_table .table th {
        font-size: 3.4666666667vw;
    }

    .min-max-info {
        display: block;
    }

    .fancy-market-detail .min-max-info img {
        filter: invert(1);
    }

    .fancy-market-detail .sport-detail-inner {
        width: 100%;
        padding-right: 5px;
        background-color: #ff004a0f;
        line-height: 8vw;
        overflow: unset;
    }

    .fancy-market-detail .m-inner-data {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .min-max-info img {
        width: 4vw;
        height: 5vw;
    }

    .inner-back span {
        font-size: 2.4666666667vw;
    }

    .sport-footer-data p {
        font-size: 3vw;
    }

    .fancy-market-detail .inner-back {
        font-size: 3.4666666667vw;
    }

    .sport-detail-inner span {
        display: block;
        width: 100%;
        font-weight: normal;
        font-size: 2.9333333333vw;
        line-height: 1.3;
    }

    .fancy-market-detail .deatil-inner-data .min-max {
        display: none;
    }

    span.inplay {
        display: none;
    }

    .sport-heading-inner-info .sport-inner-box button {
        font-size: 2.9333333333vw;
        line-height: 3vw;
    }

    .sport-heading-inner-info {
        height: 5.8666666667vw;
        line-height: 5.8666666667vw;
    }

    .sport-heading-inner-info .sport-inner-box button {
        height: 100%;
    }

    .teamscore h3 {
        font-size: 3.6vw;
        line-height: 5vw;
        font-weight: 700;
    }

    .teamscore strong {
        font-size: 3.6vw;
    }

    .sport-heading.match-odds-box,
    .sport-heading.heading-space-top.tossBookmaker,
    .sport-heading.heading-space-top.bookmaker {
        text-align: left;
        height: 8.5333333333vw;
        font-size: 3.4666666667vw;
        line-height: 8.5333333333vw;
        padding: 0 1.8666666667vw 0 1.8666666667vw;
    }

    .min-max-info {
        position: relative;
    }

    .text-min {
        padding: 0 1.8666666667vw 1.8666666667vw;
        width: 31vw;
    }

    .sport-inner-box {
        width: 100%;
    }

    .sport-inner-box.empty {
        display: none;
    }

    .sport-inner-box.min-max {
        display: none;
    }

    .sport-inner-top {
        justify-content: end;
    }

    .bet-number .inner-back {
        width: 100%;
    }

    .offcanvas-body dl.slip-set {
        font-size: 4vw;
        color: #243a48;
        border-bottom: 1px solid #e0e6e6;
        padding: 1.8666666667vw 0 0 1.8666666667vw;
        flex-wrap: wrap;
    }
    .side-setting-list dt {
        flex: 1 1 100%;
        padding: 0 1.8666666667vw 1.8666666667vw 0;
        align-items: center;
        font-size: 4vw;
        color: #243a48;
        font-weight: 400;
    }

    .slip-edit .slip-btn-edit i {
        margin-top: 2.6666666667vw;
        margin-left: 1.3333333333vw;
        font-size: 3.46vw;
    }

    .setting-sub {
        font-size: 4vw;
        color: #243a48;
        border-bottom: 1px solid #e0e6e6;
        padding: 1.8666666667vw 0 0 1.8666666667vw;
        flex-wrap: wrap;
        display: flex;
    }

    ul.btn-wrap-slip {
        padding: 0 1.6vw 2.6666666667vw;
        flex-wrap: wrap;
        flex: 0 0 12.8vw;
        margin-top: 1.8666666667vw;
        display: flex;
        margin: 0px 0vw;
    }

    .profile_table.table-responsive {
        margin-top: 2vh;
    }

    dl.setting-sub dt {
        flex: 1;
        padding: 0 1.8666666667vw 1.8666666667vw 0;
        align-items: center;
        font-size: 4vw;
        color: #243a48;
        display: flex;
    }

    .setting-sub dd {
        flex: 0 1 9.3333333333vw;
        padding: 0 1.8666666667vw 1.8666666667vw 0;
        align-items: center;
        display: flex;
        margin: 0
    }

    .btn-wrap-slip li {
        margin: 0vw 0.8vw 0 0.8vw;
        width: calc(50% - 1.6vw);
    }

    .side-setting-list .btn-wrap-slip {
        flex-wrap: nowrap;
        margin-top: 0;
        margin: 0;
    }

    .side-setting-list .btn-wrap-slip .slip-btn {
        height: 10.9333333333vw;
        line-height: 10.9333333333vw;

        border-radius: 1.6vw;
        font-size: 4vw;
        font-weight: bold !important;
        line-height: 2.6;
        color: #1e1e1e;
        width: 100%;
    }

    .switch-on-side,
    .switch-off-side {
        position: relative;
        width: 9.3333333333vw;
        height: 9.3333333333vw;
        background: #6bbd11;
        box-shadow: inset 0 0.2666666667vw 0.8vw 0 rgba(0, 0, 0, .5);
        border-radius: 1.6vw;
        overflow: hidden;
    }

    .switch-on-side span,
    .switch-off-side span {
        position: absolute;
        right: 1.0666666667vw;
        top: 1.0666666667vw;
        width: 2.6666666667vw;
        height: 7.2vw;
        background: #fff;
        box-shadow: 0 0.5333333333vw 1.0666666667vw 0 rgba(0, 0, 0, .5), inset 0 -0.8vw 0 0 #cad5d5;
        border-radius: 1.0666666667vw;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .switch-off-side span {
        left: 1.0666666667vw;
    }

    .switch-off-side {
        background-color: #a2b1ba;
    }

    .switch-on-side span:after,
    .switch-off-side span:after {
        content: "";
        width: 1.0666666667vw;
        height: 1.3333333333vw;
        background: #e0e6e6;
        box-shadow: inset 0 0.2666666667vw 0.2666666667vw 0 rgba(0, 0, 0, .26);
        border-radius: 0.5333333333vw;
    }

    .slip-set dd a.slip-select {

        color: #ffffff;
        background: #ffca00;
        border-color: #ffca00;
        flex: 1;
        line-height: 2.2;
        border: 1px solid #777;
        box-shadow: inset 0 0.5333333333vw 0 0 rgba(0, 0, 0, .1);
        text-align: center;
        border-radius: 1.6vw;
        font-size: 4vw;
        font-weight: bold;
    }

    .offcanvas-body .slip-set dd.slip-edit,
    .offcanvas-body .odds-slip dd.slip-edit {
        position: static;
        flex: 1 1 100%;
        width: 100%;
    }

    .slip-edit .slip-btn-edit {
        width: 100%;
        line-height: 2.6;
        font-weight: bold;
        color: #243a48;
        background: rgba(197, 208, 215, .4);
        border: 0.2666666667vw solid #7e97a7;
        box-shadow: inset 0 0.5333333333vw 0 0 rgba(255, 255, 255, .8);
        border-radius: 1.6vw;
        height: auto;
        text-align: center;
        font-size: 3.46vw;
    }

    .side-setting-list .slip-btn {
        flex: 1;
        line-height: 2.2;
        background-image: linear-gradient(-180deg, #ffffff 0%, #eeeeee 89%);
        border: 1px solid #aaa;
        border-radius: 1.6vw;
        font-size: 4vw;
        font-weight: bold;
        color: #1e1e1e;
        text-align: center;
    }

    .offcanvas-body dl.slip-set dd {
        flex: 1 1 25%;
        padding: 0 1.8666666667vw 1.8666666667vw 0;
        align-items: center;
        display: flex;
        margin: 0;
    }

    a.wallet-inner {
        font-size: 2.6666666667vw;
    }

    .main-wallet .wallet-inner ul li span:first-of-type {
        font-size: 2.6666666667vw;
    }

    .main-wallet .wallet-inner ul li span {
        font-size: 2.6666666667vw;
        line-height: 1vw;
        color: #000;
    }

    .main-wallet {
        flex: 1;
        font-size: 2.6666666667vw;
        border: 0.2666666667vw solid rgba(0, 0, 0, .3);
        border-radius: 1.0666666667vw;
        border-color: #000;
        display: flex;
    }

    .open-bets img {
        width: 5.3333333333vw;
        height: 5.0666666667vw;
        margin-right: 1.3333333333vw;
    }

    .wallet-refresh {
        width: 10.5vw;
        height: 9vw;
        line-height: 5.3333333333vw;
        font-weight: bold;
        padding: 1.6vw 1.8666666667vw;
        border: none;
        border-left: 0.2666666667vw solid rgba(0, 0, 0, .25);
        border-radius: 0 1.0666666667vw 1.0666666667vw 0;
        box-shadow: inset 0 0.2666666667vw 0 0 rgba(255, 255, 255, .3);
        border-left-color: #000;
        background-color: rgba(255, 255, 255, .1);
    }

    .main-wallet .wallet-inner ul {
        position: relative;
        flex-wrap: wrap;
        height: 9vw;
        line-height: 3.2vw;
        padding: 1.0666666667vw 10.6666666667vw 0 1.8666666667vw;
        border-radius: 1.0666666667vw 0 0 0;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        display: flex;
        padding-right: 1vw;
    }

    .main-wallet .wallet-inner ul li span.credit.current-balance, .main-wallet .wallet-inner ul li span.credit.exposure-balance{
        background-color: transparent;
        padding: 0;
    }

    header li {
        margin-right: 2.1333333333vw;
    }

    .wallet-refresh img {
        width: 5.0666666667vw;
        height: 5.0666666667vw;
    }

    .balance-box-deposit {
        margin-right: 2.1333333333vw;
    }

    .main-page.casino .container {
        width: 100%;
    }

    .open-bet-main {
        display: block;
        min-width: 29.3333333333vw;
        max-width: 31.2vw;
        margin-left: -1px;
    }

    .login-after .header-top-menu {
        margin: 0;
    }

    .my-account.dropdown {
        display: none;
    }

    .top-header.login-after .logo {
        display: none;
    }

    .top-header.login-after {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        width: 100vw;
        height: 14.666667vw;
        padding: 2.6666666667vw 1.8666666667vw 2.6666666667vw 0;
        background-color: #000;
        background-image: unset;
        z-index: 11;
    }

    a.setting-box img {
        width: 5.0666666667vw;
        height: auto;
    }

    .open-bets {
        display: flex;

    }

    .offcanvas-start.open-bets-modal {
        width: 100%;
        z-index: 999999991;
        border: unset;
    }

    a.setting-box {
        color: #ffb200;
        border-color: #000;
        background-color: #fff;
        height: 9vw;
        line-height: normal;
        font-weight: bold;
        border: 0.2666666667vw solid rgba(0, 0, 0, .25);
        box-shadow: inset 0 0.2666666667vw 0 0 rgba(255, 255, 255, .3);
        border-radius: 1.0666666667vw;
        padding: 1.6vw 1.8666666667vw;
        display: block;
        width: 10.4vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .search-input input {
        border: unset;
        width: calc(100% - calc(10.6666666667vw * 3));
        height: 17.0666666667vw;
        margin: 0;
        padding: 0 0vw 0 10.6666666667vw;
        border-color: rgba(0, 0, 0, 0);
        border-radius: 0;
        box-shadow: none;
        width: 100%;
        background-color: unset;
    }

    .ui-widget-back {
        position: absolute;
        left: 0;
        z-index: 656;
        width: 10.6666666667vw;
        height: 98%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4.7vw;
    }

    .search-input-mob button:focus {
        box-shadow: unset;
        outline: 0;
    }

    .search-input input::placeholder {
        color: #9b9b9b;
        font-size: 4vw;
        font-weight: 300;
    }

    .search-input .form-control:focus {
        border-color: unset;
        box-shadow: unset;
    }

    .inplay-main .inplay-tab ul li {
        border: unset;
    }

    .inplay-main .nav-tabs .nav-link.active {
        background-color: #ffca00;
        color: #000;
        border: unset;
    }


    .inplay-main .nav-tabs .nav-link {
        background-color: transparent;
        color: #fff;
        border: unset;
        border-right: 1px solid #fff;
        font-size: 3.4666666667vw;
        line-height: 8.8vw;
        text-transform: capitalize;
    }

    .mobile-search {
        display: block;
    }

    .header-search-box {
        display: none;
    }

    .fancy-market-detail .min-max {
        display: none !important;
    }

    .sports-inn span.menu-label {
        display: flex;
    }

    .fancy-market-detail .inner-text {
        font-size: 3.4666666667vw;
        max-width: calc(95px);
        display: flex;
        align-items: center;
    }

    .fancy-market-detail .sport-heading-inner {
        height: 5.8666666667vw;
        line-height: 5.8666666667vw;
        display: flex;
        align-items: center;
    }

    .sport-detail-inner {
        padding: 1.3333333333vw 1.8666666667vw;
        flex-wrap: wrap;
    }

    .fancy-market-detail .sport-heading-inner-box {
        width: 36.666667vw;
    }

    span.time {
        font-size: 10px;
        line-height: 1.1;
        color: #777;
    }

    span.status-play {
        font-size: 10px;
        line-height: 1.1;
    }

    .sport-detail-right {
        display: none;
    }

    .deatil-inner-item {
        padding: 1.6vw 0 1.8666666667vw 1.6666666667vw;
    }

    .sport-detail-left {
        padding: 0;
    }

    .sport-detail-left h3 span {
        width: 7px;
        height: 7px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .sport-detail-left p {
        margin-left: 26px;
    }

    .sport-detail-left h3 {
        font-size: 2.2488755622vmax;
    }

    ul#sportsTypesMein a.active span.tag-live img {
        filter: grayscale(100%) contrast(150%) brightness(-39%) sepia(188%) hue-rotate(147deg);
    }

    .sports-inn span.menu-label {
        box-shadow: 0 0.2666666667vw 0.8vw 0 rgba(0, 0, 0, .5);
    }

    .sports-inn span.menu-label span.tag-live {
        background-color: rgba(47, 177, 1, 1);
        padding: -1.98vw 2vw;
        border-radius: 3px 0px 0px 3px;
        font-size: 11px;
        padding: 0.6vw 0.8333333333vw;
    }

    .sports-inn span.menu-label span {
        padding: 0.6vw 0.8333333333vw;
        font-size: 1.9vw;
    }

    ul#sportsTypesMein li a img {
        display: block;
        filter: grayscale(100%) contrast(150%) brightness(-39%) sepia(188%) hue-rotate(147deg);
    }

    .sports-a {
        width: 100%;
    }

    .main-page {
        margin-top: 0px;
    }

    .sorting-sports {
        display: flex;
    }

    .sport-heading .mobile-search i {
        font-size: 5.8666666667vw;
    }

    .sport-heading .mobile-search {
        display: flex;
        padding: 0px 8px;
        position: absolute;
        z-index: 1;
        right: 0;
        width: 12.8vw;
        height: 12.2666666667vw;
        padding: 0;
        background-image: linear-gradient(180deg, #525252 0%, #2d2d2d 100%);
        border-left: 1px solid rgba(255, 255, 255, .1);
        border-radius: 0;
        top: 0;
        height: 100%;
        align-items: center;
        justify-content: center;
    }

    .main-page .mobile-search:before {
        content: "";
        position: absolute;
        z-index: -1;
        right: 12.9vw;
        width: 8.2666666667vw;
        height: 100%;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 110%);
    }

    .main-box {
        position: relative;
    }

    ul#sportsTypesMein li a {
        width: auto;
    }

    .center-banner-box img {
        height: auto;
    }

    .view-by-select {
        display: none;
    }

    .center-banner-box {
        margin-bottom: 0;

    }

    .flex.sports-inner-main {
        min-width: calc(100% + 10px);
        max-width: calc(100%);
        height: calc(100%);
        margin: 0px -5px;
    }

    .login-head {
        display: block;
    }

    img.icon-login {
        display: none;
    }

    .modal-logo-left {
        display: none;
    }

    .modal.login-modal {
        top: 0;
    }

    .modal-dialog.login-modal .policy-link {
        display: block;
    }

    .login-modal .support-wrap.footer-support {
        display: grid;
    }

    .login-modal .policy-link a {
        color: #000;
    }

    .modal-login-inner .lr-from {
        padding: 0;
        width: 84vw;
        margin: 0 auto;
        color: #000;
    }

    .lr-from .personal-input {
        position: relative;
        margin-bottom: 3.2vw;
    }

    .personal-input input {
        border-width: 0;
        width: 100%;
        margin-bottom: 0;
        position: relative;
        background: #fff;
        border: 1px solid #aaa;
        box-shadow: inset 0 0.5333333333vw 0 0 rgba(0, 0, 0, .1);
        border-radius: 1.6vw;
        color: #1e1e1e;
        font-size: 4vw;
        font-family: Helvetica, Tahoma, sans-serif;
        padding: 1.82vw 1.8666666667vw;
        /* height: 6.6vh; */
        max-width: 100%;
        height: auto;
    }

    .login-main-box input::placeholder {
        color: rgb(117, 117, 117);
        font-size: 4vw;
    }

    .lr-btn button.btn {
        width: 100%;
        text-transform: uppercase;
        color: #ffca00;
        background-image: linear-gradient(180deg, #474747 0%, #070707 100%);
        border: 0.2666666667vw solid #222;
        border-radius: 1.6vw;
        font-size: 4vw;
        font-weight: bold;
        line-height: 2.2;
        padding: 0;
        min-height: auto;
        height: auto;
    }

    .login-head {
        position: relative;
        height: 74.6666666667vw;
        background-size: 100% 100%;
        margin-bottom: 12vw;
        background-image: url(../img/login-bg.png);
    }

    .login-modal .footer-btn {
        background-color: rgba(255, 255, 255, .9);
    }

    .login-modal .policy-link li:before {
        color: #000;
        margin: 0 0vw;
    }

    .login-modal .support-wrap.footer-support a {
        color: rgba(0, 0, 0, .8);
    }

    .login-modal .support-social {
        background-color: rgba(255, 255, 255, .9);
    }

    .power-by-inner {
        display: block;
    }

    .login-modal {
        margin: 0;
    }

    .valid-code img {
        position: absolute;
        background-color: #fff;
        width: 18.6666666667vw;
        height: 5.0666666667vw;
        right: 1.8666666667vw;
        top: 3.1333333333vw;
        padding-top: 0w;
        border-radius: 1.0666666667vw;
    }

    nav {
        position: fixed;
        bottom: 0;
        width: 100%;
        background-image: linear-gradient(-180deg, #243a48 20%, #172732 91%);
        color: #000;
        z-index: 10;
    }

    .entrance-title-1 {
        line-height: 6.4vw;
        height: unset;
    }

    .entrance-title-1 dt {
        flex: 1;
        font-size: 3.7333333333vw;
        text-indent: 1.3333333333vw;
        line-height: unset;
    }

    .entrance-title-1 dd {
        width: 18.1333333333vw;
        line-height: 7.4666666667vw;
        height: 6.4vw;
        text-indent: 3.7333333333vw;
        font-size: 2.9333333333vw;
        margin: 0;
    }

    .entrance-title-1 dd:after {
        width: 14.9333333333vw;
        height: 6.4vw;
    }

    nav .mobile-lobby {
        justify-content: flex-end;
        display: flex
    }

    .icon-promote {
        width: 17.8666666667vw;
        height: 16.2666666667vw;
        margin-left: 0.5333333333vw;
        z-index: 99;

    }

    nav img {
        margin: 0 auto 0.5333333333vw;
        display: block;
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }

    nav .mobile-lobby .main-nav {
        margin-right: 7px;
        position: relative;
        display: block;
    }

    nav .mobile-lobby .main-nav:before {
        top: -4.5333333333vw;
        width: 110%;
        height: 5.3333333333vw;
        margin-left: -0.2666666667vw;
    }

    nav .mobile-lobby .main-nav a {
        width: 17vw;
        height: 16.8vw;
        padding-top: 1.3333333333vw;
        margin-top: -4.5333333333vw;
        padding: 1.3333333333vw 0vw 2.6666666667vw 0vw;
    }

    nav a {
        width: 20vw;
        text-align: center;
        height: 13.3333333333vw;
        color: #fff;
        font-size: 3.2vw;
        line-height: 1.1;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        padding: 1.8666666667vw 2.6666666667vw 0;
    }

    nav .main-nav:before {
        content: "";
        position: absolute;
        top: -4.2666666667vw;
        width: 100%;
        height: 4.5333333333vw;
        background-image: url('../img/menu-shape.svg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
        pointer-events: none;
        z-index: -1;
    }

    nav .icon-sports {
        width: 5.8666666667vw;
        height: 5.3333333333vw;
        margin: 0 auto 0.5333333333vw;
    }

    nav .icon-sports img {
        background-size: contain !important;
    }

    nav .mobile-lobby a {
        width: 16.15vw;
    }

    nav .icon-home {
        width: 6.6666666667vw;
    }

    nav .select {
        background-image: linear-gradient(-180deg, #ffca00 20%, #08080896 91%);
    }

    .power-wrap,
    .browser-wrap {
        display: none;
    }

    .gamehall {
        width: 100%;
        padding: 0 0px;
    }

    .popular-games-main {
        grid-template-columns: 1fr;
        grid-gap: 1.6vw;
    }

    .banner-grid .inner-grid-item a img {
        height: 100%;
        object-fit: contain;
    }

    section.banner-page-main {
        width: calc(100%);
        padding: 1.6vw;
    }

    html,
    body {
        font-family: 'Helvetica';
        font-size: 3.4666666667vw;
    }
    

    .top-header {
        background-image: unset;
        background-color: #000;
        position: relative;
        top: 0;
        width: 100vw;
        height: 14.6666666667vw;
        padding: 2.6666666667vw 1.8666666667vw 2.6666666667vw 0;
    }

    .games-title p {
        font-size: 14px;
    }

    .main-header {
        display: none;
    }

    .top-header .flex {
        min-height: auto;
        padding: 0;
        height: auto;
        margin: 0 0px;
    }

    .header-btn ul.destock-login {
        display: none;
    }

    .on_live .live_icon {
        height: 4.2666666667vw;
        line-height: 4.2666666667vw;
        font-size: 3.4666666667vw;
        padding-right: 1.3333333333vw;
        border-radius: 0.8vw;

    }

    .on_live .live_icon span:before {
        width: 4.2666666667vw;
        height: 2.6666666667vw;
    }

    .on_live .live_icon span {
        height: 4.2666666667vw;
        padding: 0 0.8vw;
        margin-right: 1.3333333333vw;
        border-radius: 0.8vw 0 0 0.8vw;
    }

    .header-btn .mobile-login {
        display: flex;
        justify-content: end;
        gap: 0;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
    }

    .header-btn {
        padding: 0;
    }

    .search-input-mob button.btn-close {
        position: absolute;
    }

    .search-input-mob button {
        font-size: 4.2666666667vw;
        width: 10.6666666667vw;
        height: 17.0666666667vw;
        text-align: center;
        position: absolute;
        right: 0;
    }

    .on_live dt {
        margin-bottom: 1.6vw;
    }

    .search-input-mob .ui-widget.form-group {
        display: inline-block;
        width: calc(100% - 90px);
    }

    .search-input-mob button.btn-close {
        font-size: 4vw;
        top: 0;
        right: 10.6666666667vw;
    }

    button.search-modal-icon i {
        font-size: 4.2666666667vw;
    }

    .casino-games-info {
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
        grid-gap: 1.6vw;
    }

    .header-btn ul {
        align-items: unset;
        flex-wrap: wrap;
        display: flex;
        width: 100%;
        padding: 0px 0px;
        column-gap: 8px;
    }

    nav.mobile-menu {
        display: block;
        z-index: 9;
    }

    .setting-box-modal {
        z-index: 999999992;

    }

    .account-modal {
        height: 100vh;
    }

    .banner-grid.inner-grid-1 .inner-grid-item a img {
        /* height: 230px; */
        object-fit: cover;
    }

    .live-label-box {
        padding: 0.7496251874vmax;
        width: auto;
    }

    .live-label-box ul li a {
        color: #000;
        font-size: 2.6666666667vw;
        line-height: 3.7333333333vw;
        margin-bottom: 1.0666666667vw;
        vertical-align: top;
        flex-wrap: wrap;
    }

    .live-label-box ul li a p {
        font-size: 2.6666666667vw;
        margin-right: 1vw;
        line-height: unset;
    }

    dl.entrance-title span {
        border-radius: 0.5333333333vw;
        min-width: 3.7333333333vw;
        height: 3.7333333333vw;
        font-size: 2.6666666667vw;
        line-height: 3.7333333333vw;
    }

    ul#sportsTypesMein a.active img {
        filter: invert(1);
    }

    .inner-grid-item .label {
        padding: 6px 10px
    }

    .label button.btn {
        padding: 4px 7px;
    }

    .inner-grid-item .label {
        font-size: 13px;
    }

    .banner-grid .inner-grid-item a img {
        height: auto;
        object-fit: fill !important;
    }

    .inner-grid-item button.btn:before,
    .inner-grid-item button.btn:after {

        box-shadow: inset 0 0 0 1px;
    }

    .inner-grid-1 {
        grid-template-columns: 1fr 1fr;
    }

    .main-banner-img {
        grid-gap: 1.6vw;
    }

    .main-slider {
        margin-bottom: 0px;
        height: 18.6666666667vw;
    }

    .main-slider img {
        height: 18.6666666667vw;
    }

    .banner-grid {
        grid-gap: 1.6vw;
        grid-template-columns: 1fr;
    }

    .header-btn ul li {
        width: auto;
    }

    .sports-inn {
        position: relative;
        height: 12.76667vw;
        background-color: #ffca00;
        overflow: hidden;
        border-bottom-color: #070707;
    }

    .sports-tab-menu {
        width: 100%;
        flex-direction: column-reverse;
        gap: 0;
    }

    .inplay-main .inplay-tab {
        background-color: #172832;
        color: #000;
        font-size: 3.4666666667vw;
        line-height: 8.8vw;
        font-weight: bold;
        margin: 0;
        position: relative;
        text-align: left;
        overflow: hidden;
        display: flex;
        justify-content: start;
    }

    .inplay-main .tab-header {
        margin-bottom: 0px;
    }

    .inplay-main .nav-tabs {
        margin-bottom: 0;
        border: 1px solid #fff;
        border-radius: 1.6vw;
        flex: 1;
        height: 100%;
        overflow: hidden;
        width: auto;
        min-width: unset;
    }

    .inplay-tab .mobile-search {
        flex: 0 1 12.5333333333vw;
        position: static;
        z-index: 2;
        right: 0;
        width: 12.8vw;
        height: 12.2666666667vw;
        padding: 0;
        border-left: 1px solid rgba(255, 255, 255, .1);
        border-radius: 0;
        transform: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 5.8666666667vw;
        background: linear-gradient(-180deg, rgb(255 202 0) 42%, rgba(0, 0, 0, 0.15) 109%) !important;
    }

    .main-page .inplay-tab .mobile-search:before {
        display: none;
    }

    .inplay-main li {
        flex: 1;
        border-right: 1px solid #fff;
        text-align: center;
    }

    .inplay-tab-inner ul li:first-of-type {
        border-radius: 1.3333333333vw 0 0 1.3333333333vw;
    }

    .inplay-tab-inner {
        padding: 1.6vw 1.8666666667vw;
        flex: 1;
    }

    .main-page.inplay-main {
        padding: 0;
    }

    .sports-a h4 {
        font-size: 3.7333333333vw;
        line-height: 2.2;
        padding: 0px 5px;
        text-align: center;
    }

    .account-modal .menu-list li {
        border-bottom: 1px solid #e0e6e6;
        list-style: none;
        align-items: center;
        display: flex;
    }

    .account-modal .menu-list li a {
        flex: 1;
        position: relative;
        font-size: 4vw;
        font-weight: bold;
        line-height: 1.6;
        padding: 2.1333333333vw 9.0666666667vw 2.1333333333vw 2.6666666667vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #000;
    }

    .logout {
        height: 12.8vw;
        background-image: linear-gradient(-180deg, #ffca00 0%, #ffca00 100%);
        border: 1px solid #ffca00;
        border-width: 1px 0 1px 0;
        color: #000;
        font-size: 4.2666666667vw;
        font-weight: bold;
        margin-bottom: 5.3333333333vw;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .logout img {
        width: 4vw;
        height: 4vw;
        margin-left: 1.3333333333vw;
    }

    .offcanvas.account-modal {
        background-color: #eeeeee;
        padding-bottom: 20vh;
    }

    .account-modal .menu-list li a:after {
        content: "\f105";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        position: absolute;
        top: 1.8666666667vw;
        right: 2.6666666667vw;
        width: 6.4vw;
        height: 6.4vw;
        border: 1px solid #e0e6e6;
        border-radius: 1.0666666667vw;
        display: flex;
        justify-content: center;
    }

    .offcanvas.account-modal {
        background-color: #eeeeee;
    }

    .account-modal .menu-list {
        background-color: #fff;
        border-bottom: 0.2666666667vw solid #7e97a7;
        margin-bottom: 5.3333333333vw;
    }

    .account-modal .menu-list {
        background-color: #fff;
        border-bottom: 0.2666666667vw solid #7e97a7;
        margin-bottom: 5.3333333333vw;
    }

    .account-name span {
        flex: 1;
    }

    .account-name .time-zone {
        flex: 0 0 auto;
        min-width: 17.3333333333vw;
        border-left: 1px solid #4b4b4b;
        padding: 0 1.8666666667vw;
        margin-left: 1.8666666667vw;
    }

    .account-name {
        background-image: linear-gradient(-180deg, #000000 0%, #333333 82%);
        padding-left: 1.8666666667vw;
        display: flex;
        color: #fff;
        font-weight: bold;
        line-height: 10.6666666667vw;
        align-items: center;
    }

    .account-name img {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
        margin-right: 1.3333333333vw;
    }

    .sport-heading {
        padding: 0;
        background-image: linear-gradient(-180deg, #000000 0%, #333333 82%);
        color: #fff;
        font-size: 3.7333333333vw;
        line-height: 2.2;
        text-align: center;
    }

    .swiper-hero .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .sports-inn img {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }

    ul#sportsTypesMein {
        margin: 0;
        position: absolute;
        padding-right: 1.8666666667vw;
        bottom: 0;
        padding-right: 21.3333333333vw;
        height: 100%;
        overflow: auto;
        white-space: nowrap;
        margin-bottom: -5px;
    }

    ul#sportsTypesMein li {
        position: relative;
        margin-left: 1.8666666667vw;
        padding: 0 1.4666666667vw;
        padding-top: 2.6666666667vw;

    }

    ul#sportsTypesMein a.active {
        background-image: linear-gradient(180deg, #474747 0%, #070707 100%);
        color: #fff;
        font-size: 3.4666666667vw;
        border-radius: 5px 5px 0px 0px;
        border: unset;
        border-bottom: 0;
        padding: 0px 2vw;

    }

    ul#sportsTypesMein li a {
        height: 100%;
        font-size: 3.4666666667vw;
        background-color: transparent;
        font-weight: bold;
        color: #000;
        line-height: 9.6vw;
        border-radius: 1.6vw 1.6vw 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        padding: 0;
        width: max-content;
    }

    .header-btn input#loginPassword {
        display: none;
    }

    .header-btn .header-input-icon {
        display: none;
    }

    .match-name-right,
    .match-name-left {
        padding: 5px 40px;
        font-size: 13px;
    }

    .vs {
        font-size: 22px;
    }

    .filter-box button {
        width: 30px;
        height: 30px;
        min-height: 30px;
        border-radius: 0.4rem;
    }

    .sports-heading h3 {
        font-size: 14px;
    }

    .center-batting-box #tabs-content div#tabs-content div#tabs-content .tab-content {
        padding: 0px;
    }

    .footer-logo {
        max-width: 170px;
        width: 100%;
    }

    .user_img {
        width: auto;
    }

    .profile-name-detail {
        text-align: left;
        width: auto;
        padding-left: 20px;
    }

    .header-menu.header-main-menu-box ul {
        overflow-x: auto;
        white-space: nowrap;
        padding-top: 10px;
        padding-bottom: 6px;
    }

    .header-menu ul li {
        float: unset;
        border-right: 1px solid #97002B;
        position: relative;
        display: inline;
    }

    .main-header {
        padding: 0px 0px;
    }

    .header-search-box {
        display: none;
    }

    .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%;
    }

    .match-name-inner {
        padding: 20px 10px;
        flex-direction: column;
    }

    .swiper-hero .swiper-slide {
        height: auto;
    }

    .swiper-hero {
        display: block;
    }

    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;
        overflow: auto;
        white-space: nowrap;
    }

    .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;
    }

    .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: 0px;
        border-radius: 10px;
        overflow: auto;
        font-size: 13px;
    }

    .empty-betslip h5 {
        font-size: 14px;
    }

    .empty-betslip p {
        font-size: 12px;
    }

    .btn {
        padding: 5px 15px;
        border-radius: 0.6rem;
        min-height: 30px;
        font-size: 12px;
    }

    .casino button.btnSearch {
        margin-top: 10px;
    }

    .center-batting-box .profile-mrnu div#tabs-content {
        padding: 10px 5px;
    }

    .history-select label {
        font-size: 13px;
    }

    .betting-filter-inner-box {
        font-size: 13px;
        row-gap: 8px;
    }

    .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;
    }

    .betting-history-filter {
        padding: 8px 10px;
        margin-bottom: 8px;
    }

    .history-table table td:first-child {
        border: unset;
    }

    .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: 0px;


    }

    .label-inner span {
        width: auto;
        text-align: center;
        margin: 0 0px;
        flex: 1;
        line-height: 1.8;
    }


    ul.slip-option-bet {
        border-top: 1px solid #e0e6e6;
        padding: 2px 5px;
    }

    ul.slip-option-bet li {
        list-style: none;
        padding: 3px 0 0;
        margin-right: 10px;
    }

    .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 button {
        width: 100%;
        border-radius: 6px;
    }

    .custom-select {
        max-width: 100%;
    }


    /* .bet-number button:first-child {
        border-radius: unset;
    }
    .bet-number button:last-child{
        border-radius: unset;
    } */

    .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: 13px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: normal;
        width: 125px;
        display: flex;
        gap: 5px;
    }

    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: 0px 0;
    }

    .modal-dialog.login-modal .btn-close {
        position: fixed;
        right: 1.8666666667vw;
        justify-content: center;
        align-items: center;
        width: 9.3333333333vw;
        height: 9.3333333333vw;
        background-color: rgb(255 255 255);
        border-radius: 50%;
        margin-top: 1.8666666667vw;
        z-index: 2;
        filter: invert(1);
        opacity: 1;
    }

    .login-main-box .logo {
        top: 52%;
        height: 29.3333333333vw;
        max-height: 40vw;
        max-width: 80%;
        width: 80%;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .login-head .power-by {
        position: absolute;
        left: 50%;
        bottom: 4vw;
        width: 26.6666666667vw;
        margin-left: -13.3333333333vw;
        color: #000;
        color: #000;
        display: block;
    }

    .login-head .power-by span {
        filter: invert(1);
        opacity: 1;

    }

    .login-head .power-by span img {
        width: 309px;
        opacity: .7;

    }

    .login-head .power-by p {
        text-align: center;
        font-size: 2.6666666667vw;
        opacity: .5;

    }

    .login-main-box .logo img {
        max-width: 200px;
        margin: 0 auto;
    }

    .SignIn-Footer-Container {
        font-size: 14px;
        margin-top: 9px;
    }

    .login-modal .modal-content {
        padding: 0px;
        border-radius: unset;
        border: unset;
        background-image: linear-gradient(56deg, #ffca00 4%, #ffca00 42%);
        overflow: auto;
    }

    .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;
    }


    .heading-side-menu li a {
        color: #000;
        font-size: 14px;
        gap: 9px;
    }

    .heading-side-menu li a:hover i,
    .heading-side-menu li a.active i {
        color: #000;
    }

    .heading-side-menu li a i {
        color: #000;
    }

    .heading-side-menu li a img {
        -webkit-filter: invert(1);
        filter: invert(1);
    }

    .user_info {
        border: unset;
        justify-content: start;
    }

    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;
    }

    button.btn-close.destock-close {
        background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;

    }

    button.btn-close.destock-close img {
        display: none;
    }

    .modal-login-inner {
        display: block;
    }

    .login-modal {
        margin: 0;
        top: 0;
        width: 100%;
        background-image: linear-gradient(56deg, #ffcc2e 4%, #ffb80c 42%);
    }

    .profile-heading h3 button {
        display: block;
        border: unset;
        background-color: unset;
        color: #000;
        font-size: 20px;
    }

    .login-modal .modal-dialog {
        width: auto;
        max-width: 100%;
        min-width: auto;
        margin: 0 auto;
        display: block;
    }

    .login-modal .modal-dialog .modal-content {
        width: 100%;
        height: 100%;
    }

    .login-modal .modal-dialog {
        align-items: unset;
        height: 100%;
    }

    .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;
    }

    .login-modal .modal-dialog.forgot-password {
        width: auto;
        max-width: 500px;
        text-align: center;
    }

    .sports-menu {
        display: none;
    }

    .center-batting-box {
        width: calc(100%);
        padding: 0;
        margin: 0;
    }

    button.close-sidebar,
    button.openside {
        display: block;
        border: unset;
        background-color: unset;
    }


    button.openside {
        font-size: 26px;
    }

    .header-menu {
        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;
        padding-bottom: 20px;
        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;
    }

    .profile-menu-toggle {
        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;
    }

    .logo {
        margin: 0 0 0 1.8666666667vw;
    }

    .profile-dropdown-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 12px 15px;
        background-color: #fff;
        border-radius: 11px;
    }

    .profile-dropdown-menu span {
        color: #000;
    }

    .profile-dropdown-menu .dropdown-sub {
        border-top: 1px solid #ffca00;
        padding-top: 4px;
        margin-top: 5px;
    }

    .Deposit-dropdown {
        left: 0;
        right: auto;
        width: 250px;
        background-color: #1e1e1e;
    }

    .header-menu ul li a {
        color: #000;
    }

    .profile-inner-box span.time-zone {
        display: block;
    }

    button.close-sidebar {
        position: absolute;
        top: 4px;
        right: 16px;
        background: unset;
        border: unset;
        color: #000;
        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%;
        font-size: 13px;
    }

    .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;
    }

    .footer-btn img {
        width: 8vw;
        height: 8vw;
        margin-right: 1.0666666667vw;
        vertical-align: middle;
        margin-left: 12%;

    }

    body {
        background-color: #eee;
        padding: 0 0 17.6vw;
        min-width: auto;
        max-width: auto;
    }

    .authentication-box h3 {
        margin-bottom: 10px;
    }

    .verification-box h4 {
        font-size: 17px;
    }

    .header-btn {
        background-color: unset;
        width: 55%;
    }

    .footer-wrap {
        display: flex;
        justify-content: space-between;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2.6666666667vw;
    }

    .footer-btn {
        width: 100%;
        background-color: rgba(255, 255, 255, .6);
        padding: 8px 0;
        border-radius: 8px;
        font-size: 3.4666666667vw;
        text-align: left;
        margin-bottom: 0;
        border: unset;
    }

    .header-btn .btn {
        max-width: 26.8vw;
        height: 8.5333333333vw;
        border: 0.2666666667vw solid;
        border-color: #000;
        box-shadow: inset 0 0.2666666667vw 0 0 rgba(255, 255, 255, .5);
        line-height: 8.5333333333vw;
        padding: 0;
        color: #000;
        border-radius: 1.0666666667vw;
        margin-top: 0.2666666667vw;
        flex: 1;
        margin-left: 0.5333333333vw;
        font-weight: bold;
        font-size: 3.4666666667vw;
        width: 28.8vw;
    }

    footer {
        padding: 0px;
        margin-bottom: 20px;
    }

    .policy-link {
        width: 100vw;
        margin: 3.2vw auto 8vw;
        padding: 0 1.8666666667vw;
        text-align: center;
        color: #bbb;
        border: unset;
    }

    .policy-link li {
        margin-bottom: 0.5vw;
        -webkit-text-size-adjust: 100%;
        line-height: 1.3;
    }

    .policy-link a {
        color: #666;
        text-decoration: underline;
        font-size: 3vw;
    }

    footer.footer-sec .container {
        padding: 0;
    }

    .policy-link li:before {
        margin: 0 0.4vw;
        content: "|";
        color: #bbb;
    }

    .app-link img {
        width: 41.3333333333vw;
        height: auto;
    }

    .policy-link li:first-child:before,
    .policy-link li:after {
        display: none;
    }

    .support-wrap.footer-support {
        margin-bottom: 2.9985007496vmax;
        width: 84vw;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2.6666666667vw;
    }

    .support-social img {
        margin-top: -0.8vw;
        background-size: contain !important;
        width: 5.8666666667vw;
        height: 5.8666666667vw;
        margin-right: 0.5333333333vw;
        vertical-align: middle;
    }

    .support-wrap.footer-support a {
        color: rgba(0, 0, 0, .7);
        line-height: 6.6666666667vw;
        font-size: 2.9333333333vw;
    }

    .footer-wrap.support-social-main {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-column-gap: 8px;
        width: 84vw;
        margin: 0 auto;
        margin-bottom: 5.3333333333vw;
    }

    .support-social {
        width: 100%;
        background-color: rgba(255, 255, 255, .6);
        padding: 8px 0;
        border-radius: 8px;
        text-align: center;
        border: unset;
        margin-bottom: 0;
    }

    .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%);
    }

    .main-page.casino {
        margin-top: 15px;
    }

    .link.row {
        margin-top: 30px;
        row-gap: 5px;
    }

    .main {
        padding-top: 50px;
        padding-bottom: 20px;
        width: 100%;
    }

    footer.footer-sec p {
        color: #666;
        font-size: 2.6666666667vw;

    }

    .header-top-menu {
        margin: 0;
    }

    .footer-input-inner .btn-know {
        min-height: 46px;
        font-size: 15px;
        padding: 1px 23px;
    }

    .center-batting-box h2 {
        font-size: 3.6vw;
        margin-bottom: 7px;
    }

    .casino-games img {
        height: auto;
    }

    .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;
    }

    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;
        width: 100%;
    }

    .bet-menu.show_bet {
        transform: translateY(0);
    }

    .bet-menu ul#tabs-nav {
        background-color: #ffca00;
    }

    .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: #000;
    }

    .close-bet-menu {
        position: absolute;
        top: -30px;
        background-color: #000;
        right: 5px;
        width: 34px;
        height: 32px;
        z-index: -1;
        color: #000;
        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: 53px;
        cursor: pointer;
        height: 53px;
        display: none;
        /* display: flex; */
        background: #ffca00;
        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);
        width: 30px;
    }

    .match-name-right {
        background: linear-gradient(-45deg, transparent 1em, #9c012d 1em) bottom, linear-gradient(-135deg, transparent 1em, #ffca00 1em) top;
        background-repeat: no-repeat;
        background-size: 100% 50%;
    }

    .deatil-inner-data {
        min-height: 11.2vw;
    }

    .sport-data-right,
    .sport-inner-top {
        width: 36.666667vw;
    }

    .sport-detail-inner h3 {
        font-size: 4vw;
        width: 100%;
    }

    .match-title:first-child:after {
        right: -6px;
        top: -0.5vw;
        height: auto;
        align-items: start;
        font-size: 4vw;
    }

    .commentary span {
        width: 20px;
        height: 20px;
        font-size: 11px;
    }

    p.runRate {
        font-size: 2vw;
    }

    .commentary-msg {
        width: 100%;
        font-size: 3.6vw;
        text-align: center;
        margin-bottom: 0px;
    }

    .inner-back {

        font-size: 3.4666666667vw;
    }

    .fancy-tabs,
    .tab-header .fancy-tabs .nav-tabs {
        line-height: 6.9333333333vw;
        padding: 0 1.8666666667vw;
    }

    .fancy-tabs {
        padding-top: 0.833333333vw;
        padding-bottom: 0.4vw;
        overflow: hidden;
    }

    .tab-header .fancy-tabs .nav-tabs {
        padding: 0;
        background-color: transparent;
        line-height: 6.9333333333vw;
        white-space: nowrap;
        flex-wrap: nowrap;
        justify-content: unset;
        overflow: auto;
        border: unset;
    }

    .fancy-market-main .nav-tabs .nav-link {
        color: #000;
        height: 100%;
        border-radius: 1.0666666667vw;
        padding: 0 2.6666666667vw;
        line-height: 6.9333333333vw;
        font-size: 3.2vw;
        min-width: auto;
    }


    .fancy-market .tab-header {
        font-size: 3.2vw;
    }

    .inner-info {
        font-size: 3.7333333333vw;
    }

    .inner-info img {
        width: 3.2vw;
        height: 3.2vw;
    }

    iframe#rindle-frame {
        margin-bottom: 15px;
    }

}

@media (max-width: 576px) {
    a.select-tab .custom-select {
        font-size: 12px
    }

    .filter-tab ul#tabs-nav li a {
        font-size: 12px;
    }

    .total-pl-header {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .m-min-max-info {
        display: block;
    }

    .m-min-max-info h4 {
        font-size: 13px;
        margin-bottom: 2px;
    }

    .m-min-max-info h3 {
        font-size: 12px;
        font-weight: 700;
    }

    .m-min-max-info {
        padding-left: 9px;
    }

    .balance-summary-balance dd {
        font-size: 17px;
        display: flex;
        align-items: baseline;
        margin-right: 9px;
    }

    .summary-white-wrap {
        align-items: center;
    }

    .balance-summary-balance {
        padding-right: 10px;
    }

    .balance-summary-balance dd span {
        padding-left: 4px;
    }

    .profile-menu-main {
        display: none;
    }

    .cricket-inner-accroding span.league-name_2 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .profile-center-wrap h3 {
        font-size: 12px;
    }

    .profile-center {
        margin-top: 5px
    }

    .profile-center-wrap dd {
        font-size: 3.46vw;
        min-height: 5vw;
        line-height: 5vw;
    }

    .profile-menu-list li a {
        font-size: 14px;
    }

    .profile-center-wrap dd input {
        font-size: 3.46vw;
    }

    .profile-center-wrap dt {
        width: 35vw;
        font-size: 3.46vw;
        vertical-align: middle;
        min-height: 5vw;
        line-height: 5vw;
    }

    dd.min-btn-all {
        font-size: 11px;

    }

    input::-webkit-input-placeholder {
        font-size: 3vw;
    }

    .balance-inner {
        gap: 10px;
    }

    .inner-grid-1 {
        grid-template-columns: 1fr 1fr !important;
    }

    .item p.name {
        font-size: 13px;
    }

    .item {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .view-by-select select {
        font-size: 12px;
    }
    .main-slider .swiper-button-next, .swiper-button-prev {
        top: 76% !important;
    }
    .fancy-info span {
        font-size: 12px;
        line-height: 16px;
    }

    .sport-heading {
        font-size: 14px;
    }

    .fancy-info {
        font-size: 12px;
        line-height: 15px;

    }



    .games-title p {
        font-size: 13px;
    }

    .banner-grid {
        grid-template-columns: 1fr;
    }

    /* .main-banner-img, .main-slider{
        max-width: 460px;
        margin: 0 auto;
    }
    .main-slider{
        margin-bottom: 8px;
    } */

    .inner-back-lay {
        height: 30px;
    }

    .sport-detail-right,
    .sport-heading-inner-box {
        max-width: 100%;
        width: 100%;
    }

    span.league-name_2 {
        width: 100%;
    }

    .footer-logo {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        margin-bottom: 5px;
    }

    .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-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;
    }

    .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;
    }


    #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;
    }
    .main-slider .swiper-button-next::after, .swiper-button-prev::after{
        font-size: 16px !important;
    }
    .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;
    }

    .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%;
    }

    .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: 0px 11px 0px;
        font-size: 12px;
    }

    .filter-box .btn:focus {
        box-shadow: none;
    }

    .js-ui-datepicker {
        padding: 0px 11px 0px !important;
    }


    .inner-tabs-box ul#tabs-nav li a {
        font-size: 12px;
        line-height: 3vw;
        padding: 6px 10px 7px;
        color: #000;
    }

    #tabs-nav li a {
        font-size: 13px;
        line-height: 25px;
    }

    .history-table .td_title {
        max-width: 30vw;
        width: 100%;
    }
}

@media (max-width: 350px) {
    .inner-tabs-box ul#tabs-nav li a {
        font-size: 3.46vw;
        line-height: 4vw;
    }

    .inner-tabs-box ul#tabs-nav li a {
        font-size: 3.46vw;
        line-height: 4vw;
    }

    button.book.btn {
        min-height: 4vw;
        font-size: 3vw;
        padding: 0.4vw 2vw;
    }

    .profile-menu-list li a,
    .profile-center-wrap dd,
    .profile-center-wrap dt {
        font-size: 4vw;
    }

    a.select-tab .custom-select {
        font-size: 3.46vw;

    }

    .filter-tab ul#tabs-nav li a {
        font-size: 3.46vw;
    }

}