@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Italic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-BlackItalic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Black.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-BoldItalic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-ExtraBold.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('../fonts/RobotoCondensed-LightItalic.woff2') format('woff2'),
        url('../fonts/RobotoCondensed-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Extrabold.woff2') format('woff2'),
        url('OpenSans-Extrabold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
*{
    font-family: 'Roboto Condensed','Open Sans';
}

:root{
    --bg-primary: #08c;
    --bg-primary65: #0088cca5;
    --bg-primary90: #0088cce6;
    --text-primary: #fff;
    --bg-secondary: #2c3e50;
    --bg-secondary70: #2c3e50b3;
    --bg-secondary85: #2c3e50d9;
    --bg-other: #2c3e50;
    --text-secondary: #fff;
    --red-color: #ff0000;
    --yellow-color: #ffff00;
    --green-color: #00ff00;
    --white-color: #fff;
    --site-color: #000;
    --green-bg: #145b12;
    --blue-color: #0000ff;
    --bg-sidebar: #cccccc;
    --text-sidebar: #000000;
    --bg-body: #ffffff;
    --text-body: #000000;
    --input-border: #dbdbdb;
    --input-border-hover: #b5b5b5;
    --sidebar-menu-link-bg: #bbbbbb;
    --sidebar-menu-link-color: #000000;
    --sidebar-menu-link-border: #9e9e9e;
    --table-border: #dee2e6;
    --bg-table: #f7f7f7;
    --bg-table-row: #f2f2f2;
    --text-table: #333;
    --text-info: #097c93;
    --bg-info: #097c93;
    --text-danger: #bd1828;
    --bg-danger: #bd1828;
    --text-success: #086f3f;
    --bg-success: #086f3f;
    --bg-fancy: #fdcf13;
    --text-fancy: #fdcf13;
    --football: #03b37f;
    --football_75: #03b37fbf;
    --football_50: #03b37f80;
    --tennis: #f18521;
    --tennis_75: #f18521bf;
    --tennis_50: #f18521a3;
    --boxing: #e44e23;
    --boxing_75: #e44e23bf;
    --boxing_50: #e44e2380;
    --cricket: #20327b;
    --cricket_75: #20327bbf;
    --cricket_50: #20327b80;
    --golf: #015900;
    --golf_75: #015900bf;
    --golf_50: #01590080;
    --beach-volleyball: #ff9c63;
    --beach-volleyball_75: #ff9c63bf;
    --beach-volleyball_50: #ff9c6380;
    --table-tennis: #db2752;
    --table-tennis_75: #db2752bf;
    --table-tennis_50: #db275280;
    --futsal: #74c94b;
    --futsal_75: #74c94bbf;
    --futsal_50: #74c94b80;
    --horse-racing: #9e4025;
    --horse-racing_75: #9e4025bf;
    --horse-racing_50: #9e402580;
    --egames: #623cea;
    --egames_75: #623ceabf;
    --egames_50: #623cea80;
    --grey-hounds: #e89780;
    --grey-hounds_75: #e89780bf;
    --grey-hounds_50: #e8978080;
    --trotting: #996658;
    --trotting_75: #996658bf;
    --trotting_50: #99665880;
    --speedway: #c14347;
    --speedway_75: #c14347bf;
    --speedway_50: #c1434780;
    --basketball: #fbb03b;
    --basketball_75: #fbb03bbf;
    --basketball_50: #fbb03ba3;
    --moto-gp: #9fbe3c;
    --moto-gp_75: #9fbe3cbf;
    --moto-gp_50: #9fbe3c80;
    --chess: #0e345e;
    --chess_75: #0e345ebf;
    --chess_50: #0e345e80;
    --vollyball: #074a60;
    --vollyball_75: #074a60bf;
    --vollyball_50: #074a6080;
    --ice-hockey: #2f7ed5;
    --ice-hockey_75: #2f7ed5bf;
    --ice-hockey_50: #2f7ed580;
    --equine-sports: #e07a5f;
    --equine-sports_75: #e07a5fbf;
    --equine-sports_50: #e07a5f80;
    --australians-rules: #ff6457;
    --australians-rules_75: #ff6457bf;
    --australians-rules_50: #ff645780;
    --badminton: #3c7a57;
    --badminton_75: #3c7a57bf;
    --badminton_50: #3c7a5780;
    --formula-1: #bf6f7e;
    --formula-1_75: #bf6f7ebf;
    --formula-1_50: #bf6f7e80;
    --nascar: #cb2755;
    --nascar_75: #cb2755bf;
    --nascar_50: #cb275580;
    --hockey: #3d2b58;
    --hockey_75: #3d2b58bf;
    --hockey_50: #3d2b5880;
    --supercars: #772b59;
    --supercars_75: #772b59bf;
    --supercars_50: #772b5980;
    --netball: #279a95;
    --netball_75: #279a95bf;
    --netball_50: #279a9580;
    --surfing: #81a6ff;
    --surfing_75: #81a6ffbf;
    --surfing_50: #81a6ff80;
    --cycling: #60a5da;
    --cycling_75: #60a5dabf;
    --cycling_50: #60a5da80;
    --gaelick-sports: #07695f;
    --gaelick-sports_75: #07695fbf;
    --gaelick-sports_50: #07695f80;
    --biathlon: #2f158b;
    --biathlon_75: #2f158bbf;
    --biathlon_50: #2f158b80;
    --motorbikes: #bd6a58;
    --motorbikes_75: #bd6a58bf;
    --motorbikes_50: #bd6a5880;
    --athletics: #d96c0d;
    --athletics_75: #d96c0dbf;
    --athletics_50: #d96c0d80;
    --squash: #446ea6;
    --squash_75: #446ea6bf;
    --squash_50: #446ea680;
    --basketball-3-3: #e83d1a;
    --basketball-3-3_75: #e83d1abf;
    --basketball-3-3_50: #e83d1a80;
    --floorball: #04adbf;
    --floorball_75: #04adbfbf;
    --floorball_50: #04adbf80;
    --sumo: #d95b66;
    --sumo_75: #d95b66bf;
    --sumo_50: #d95b6680;
    --virtual-sports: #d592ff;
    --virtual-sports_75: #d592ffbf;
    --virtual-sports_50: #d592ff80;
    --handball: #69306d;
    --handball_75: #69306dbf;
    --handball_50: #69306d80;
    --politics: #b4845b;
    --politics_75: #b4845bbf;
    --politics_50: #b4845b80;
    --weather: #518cad;
    --weather_75: #518cadbf;
    --weather_50: #518cad80;
    --tv-games: #513896;
    --tv-games_75: #513896bf;
    --tv-games_50: #51389680;
    --lottery: #e9bc26;
    --lottery_75: #e9bc26bf;
    --lottery_50: #e9bc2680;
    --bowls: #590902;
    --bowls_75: #590902bf;
    --bowls_50: #59090280;
    --waterpolo: #21a3b8;
    --waterpolo_75: #21a3b8bf;
    --waterpolo_50: #21a3b880;
    --alpine-skiing: #509bff;
    --alpine-skiing_75: #509bffbf;
    --alpine-skiing_50: #509bff80;
    --sailing: #00b4d8;
    --sailing_75: #00b4d8bf;
    --sailing_50: #00b4d880;
    --hurling: #52b788;
    --hurling_75: #52b788bf;
    --hurling_50: #52b78880;
    --ski-jumping: #70c1b3;
    --ski-jumping_75: #70c1b3bf;
    --ski-jumping_50: #70c1b380;
    --bandy: #d99b84;
    --bandy_75: #d99b84bf;
    --bandy_50: #d99b8480;
    --motor-sports: #a175c8;
    --motor-sports_75: #a175c8bf;
    --motor-sports_50: #a175c880;
    --baseball: #c06c84;
    --baseball_75: #c06c84bf;
    --baseball_50: #c06c8480;
    --rugby-union: #8a101c;
    --rugby-union_75: #8a101cbf;
    --rugby-union_50: #8a101c80;
    --rugby-league: #ed5f62;
    --rugby-league_75: #ed5f62bf;
    --rugby-league_50: #ed5f6280;
    --curling: #5478bf;
    --curling_75: #5478bfbf;
    --curling_50: #5478bf80;
    --darts: #b21347;
    --darts_75: #b21347bf;
    --darts_50: #b2134780;
    --americal-footbal: #d3393d;
    --americal-footbal_75: #d3393dbf;
    --americal-footbal_50: #d3393d80;
    --snooker: #11b24b;
    --snooker_75: #11b24bbf;
    --snooker_50: #11b24b80;
    --lottery-specials: #a53860;
    --lottery-specials_75: #a53860bf;
    --lottery-specials_50: #a5386080;
    --special-bets: #e63946;
    --special-bets_75: #e63946bf;
    --special-bets_50: #e6394680;
    --lotto: #05668d;
    --lotto_75: #05668dbf;
    --lotto_50: #05668d80;
    --card-cricket: #581ab4;
    --card-cricket_75: #581ab4bf;
    --card-cricket_50: #581ab480;
    --kabaddi: #6e2e26;
    --kabaddi_75: #6e2e26bf;
    --kabaddi_50: #6e2e2680;
    margin: 0;
    padding: 0;
    font-family: 'Roboto Condensed','Open Sans';
    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;
}
.bg-wrapper{
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background-image: linear-gradient(#08c,#2c3e50);
}
.login-info{
    width: 350px;
    max-width: 90%;
    margin-top: 50px;
    text-align: center;
}

.login-data {
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 0 5px #fff;
    width: 315px;
    margin: 0 auto;
}
.login-input::placeholder {
    color: #6c757d;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.login-input {
    width: 100%;
    border-radius: 4px;
    margin: 0;
    background: #fff;
    border: 1px solid #b5b5b5;
    color: #000;
    border-color: #dbdbdb !important;
    padding: 5px;
    box-shadow: none;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
}

.login-input:focus-visible{
    border: 1px solid #b5b5b5;
}
.login-data h3{
    color: #08c;
    font-size: 22px;
    display: flex;
    margin-bottom: 14px;
    align-items: center;
    justify-content: center;
}
.login-data .form-group{
    margin-bottom: 20px;
    position: relative;
}
.login-data .form-group i{
    position: absolute;
    right: 9px;
    top: 10px;
    color: #000;
}
.login-data h3 i {
    transform: rotate(180deg);
    font-size: 20px;
    margin-left: 6px;
}

.login-img img {
    margin-bottom: 28px;
}
.login-btn{
    background-color: #08c;
    color: #fff;
    width: 100%;
    padding: 6px 12px;
    font-size: 16px;
    position: relative;
    border-radius: .25rem;
    border-color: #08c;
}
.login-btn i{
    position: absolute;
    right: 13px;
    top: 10px;
}
.login-btn i.fa.fa-spinner.fa-spin {
    right: 37%;
    font-size: 11px;
    top: 13px;
}
.login-data button:disabled {
    cursor: not-allowed;
    background: #009fee;
}
span.exposure-balance {
    font-weight: 800 !important;
}
.login-content {
    text-align: left;
}
.login-content p{
    margin-top: 4px;
    margin-bottom: 8px;
    font-size: 11px;
}
.right-header h3{
    font-size: 16px;
    display: flex;
    column-gap: 5px;
}
ul.right-header a {
    color: var(--text-secondary);
    font-weight: 700;
}
ul.right-header {
    display: flex;
    align-items: center;
    column-gap: 17px;
}
.user-dropdown li a {
    color: var(--text-body);
    font-size: 14px;
    font-weight: 400;
}
.news-info{
    position: absolute;
    bottom: -9px;
    right: 0;
    width: 55%;
    font-size: 14px;
    font-style: italic;
}
.inplay-info .inplay {
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 0;
    border-radius: 50%;
    background-color: #28a745;
    margin-right: 6px;
}
span.inplay {
    margin-right: 8px;
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    align-items: center;
    color: #508d0e;
    font-weight: 600;
}
.sport-detail-left h4{
    font-size: 14px;
    font-weight: 400;
}
.login-modal .btn-close.destock-close {
    right: 18px;
    width: 14px;
    top: 10px;
}
.inplay-info {
    display: flex;
    align-items: center;
    gap: 4px;
}
.main-info-data.casino-game-border {
    border: 1px solid rgba(0, 0, 0, .125);
    padding-bottom: 5px;
}
.casino-game-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 45px;
    padding: 27px 14px;
}
.casino-img-box {
    max-width: 497px;
    width: 100%;
}
.sport-event-heading{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #dee2e6;
    border-top: 0px;
    padding: 5px 0;
    margin-top:.50rem;
}
.event-title{
    font-weight: 700;
    font-size: 13px;
}
.match-details-rules{
    max-width: 90% !important;
}
.modal{
    width: 100% !important;
}
.modal-body {
    max-height: calc(98vh - 50px);
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
}
.main-heading{
    background-color: var(--bg-secondary);
    color: var(--text-secondary);
    padding: 14px 20px;
}
.main-heading h3{
    font-size: 24px;
    font-weight: 400;
}
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;
}
.announcement-message{
    color: #fff;
    line-height: 22px;
    height: 25px;
    margin-bottom: 1px;
    display: flex;
    background-repeat: repeat-x;
    background-image: linear-gradient(180deg, #2a3a43 27%, #1c282d 83%);
}
.announcement-message .announcement-marquee a span {
    line-height: 15px;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
    color: #ffffff;
    background-color: #0088cc;
    border-radius: 2px;
    padding: 1px 8px;
    margin-right: 5px;
}
.announcement-message h4{
    position: relative;
    font-size: 14px;
    padding-left: 20px;
    display: flex;
    font-weight: 700;
    line-height: 22px;
    padding-right: 10px;
    justify-content: center;
    align-items: center;
}
.announcement-message h4:before, .announcement-message .tc-content h5:before, .tc-content .announcement-message h5:before {
    content: "";
    height: 14px;
    width: 17px;
    display: flex;
    margin-right: 2px;
    background: url(../img/news-icon.png) no-repeat;
}
.announcement-message h4:after, .announcement-message .tc-content h5:after, .tc-content .announcement-message h5:after {
    content: "";
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 2;
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    width: 7px;
    height: 25px;
    z-index: 0;
}
.announcement-message .announcement-marquee a {
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    font-size: 12px;
    color: #e9e9e9;
    margin-right: 100px;
    align-items: center;
}
.modal-body .mob-history-table.d-md-none.d-block {
    min-height: 60px;
}
.announcement-message .announcement-marquee {
    flex: 1;
    overflow: hidden;
    z-index: 1;
}
.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 {
    border-right-color: rgba(0, 0, 0, .2);
    float: none;
}
ul.right-header li h3 span {
    font-weight: 500;
    font-size: 14px;
    border-bottom: 1px solid #fff;
}
span.current-balance {
    font-weight: 800 !important;
    border-bottom: none !important;
}
.betslip-bottom .btn-wrap-slip .slip-btn {
    font-size: 12px;
}

ul.btn-wrap-slip {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    padding: 8px 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: 100%;
    margin: 0;
    min-width: 50px;
    padding: .25rem .5rem;
    line-height: 1.5;
    border-radius: .2rem;
    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: #fff;
    border-color: #086f3f;
    background-color: #086f3f;
    border: 1px solid #086f3f;
    box-shadow: initial;
}
.sports-inn {
    margin-top: 5px;
}

.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;
}
.casino-list-item-box{
    width: calc(10% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 32px;
    cursor: pointer;
}
.betting-inner-main {
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .125);
} 
.rules-tabs {
    text-align: left;
    border: none;
    border-bottom: 1px solid #fff;
    background-color: var(--bg-primary);
}
.rules-tabs li.nav-item {
    display: block;
    width: 100%;
    text-align: left;
}
.rules-tabs .nav-tabs .nav-link {
    background: 0 0;
    font-size: 15px;
    display: block;
    text-align: left;
    width: 100%;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-weight: 600;
    text-transform: uppercase;
}
.rules-tabs  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0d73a7  !important;
    border-radius: 0px;
}
.rules-title {
    background-color: var(--bg-secondary);
    color: var(--text-secondary);
    border-radius: 0px;
    padding: 4px 10px;
    font-size: 22px;
    margin-bottom: 1rem;
}
.rules-table-design table tbody tr td{
    padding: 8px;
    font-size: 16px;
    white-space: inherit;
    vertical-align: middle;
    border: 1px solid #dee2e6;
}
.rules-table-design {
    padding: 0px 15px;
    display: block;
}
.rules-table-design table{
    text-align: left;
}
.rules-table-design .text-danger{
    font-weight: 400;
    color: var(--text-danger) !important;
}
.main-info-data {
    padding: 5px 0px;
}

.result-item-info {
    display: flex;
}
.casino-result-box {
    width: 50%;
    position: relative;
}
@keyframes winnerbox{
    0% {
        box-shadow: 0 0 0 0 rgba(29, 127, 30, .6);
    }
    70% {
        box-shadow: 0 0 0 10px transparent;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
    }
    }
.casino-result-img {
    display: flex;
    column-gap: 7px;
    justify-content: center;
}
.casino-result-box h3 {
    margin-bottom: 12px  !important;
}
.casino-result-img img {
    width: 50px;
    height: auto;
}
.casino-result-box:first-child {
    border-right: 1px solid #0000004f;
}
.deposit-data .tab-header {
    border-bottom: 1px solid #0000004d;
    padding-bottom: 5px;
}
.deposit-data .nav-tabs {
    background-color: transparent;
    justify-content: left;
    box-shadow: none !important;
    margin-top: 12px !important;
}
.deposit-form-data {
    display: flex;
    column-gap: 20px;
    margin-bottom: 50px;
}
.deposit-form, .deposit-details {
    width: 50%;
    padding: 20px;
    border-radius: 10px;
    background: #f5f5f5;
    margin-top: 15px;
}
.deposit-details ul li {
    display: flex;
    justify-content: space-between;
    padding: 7px 8px;
    row-gap: 7px;
    border-radius: 5px;
    background: #f7f7f7;
    font-size: 17px;
    margin-bottom: 8px;
    border: 1px solid #0003;
}
.payment-btn {
    text-align: end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
}
.btn.clear-btn {
    background-color: var(--bg-danger);
    color: #fff;
    padding: 8px 32px;
    margin-right: 6px;
    font-weight: 200;
    border-color: var(--bg-danger);
}
.deposit-main-data {
    padding: 1px 20px;
}
.btn.clear-btn:hover{
    opacity: .85;
    background-color: var(--bg-danger);
}
.btn.submit-btn:hover {
    opacity: .85;
    background-color: var(--bg-success);
}
.btn.submit-btn {
    background-color: var(--bg-success);
    color: #fff;
    padding: 8px 25px;
    font-weight: 200;
    border-color: var(--bg-success);
}
small.form-text.text-muted {
    font-size: 12px;
}
.deposit-form .form-control {
    background-color: #fff;
    border: 1px solid #00000038;
    box-shadow: none;
    height: 38px;
}
.deposit-details b {
    font-weight: 500;
}
.upi-info img {
    max-height: 450px;
    margin: auto;
}
.form-control::-webkit-file-upload-button {
    padding: 12px;
}
.deposit-form .form-group {
    margin-bottom: 16px;
}
.profile-center-left .tab-header .nav-tabs {
    justify-content: left;
    margin-top: 14px;
    box-shadow: none;
}
.profile-center-left .nav-tabs .nav-link {
    background-color: #eee;
    width: 122px;
    padding: 5px 20px;
    height: 43px;
    border-radius: 4px;
    margin-right: 14px;
}
.profile-center-left .nav-tabs .nav-link .active{
    background-color: var(--bg-secondary) !important;
}
/* ======================================== */
.top-header {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    padding: 2px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.top-header .flex {
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
    min-height: inherit;
    height: 74px;
    position: relative;
}

.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 0px;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

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;
}
.login-input-icon {
    align-items: center;
    display: flex;
    column-gap: 11px;
    position: relative;
    padding-left: 22px;
    float: left;
}
.right-header .dropdown-toggle{
    font-weight: 400;
}
.login-input-icon i {
    color: #ffca00;
    font-size: 14px;
}
.game-header-title {
    background-color: var(--bg-secondary);
    color: var(--text-secondary);
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
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-color: var(--bg-secondary);
    color: var(--text-secondary);
    padding: 5px 15px;
    border-bottom: 1px solid #fff;
}

.time-zone {
    display: flex;
    align-items: center;
}

.header-menu ul li a.active {
    color: #000;
}

.view-by-select select option {
    background: #fff;
    color: #000;
    cursor: pointer;
}

.main-header .header-main-box-inner {
    min-height: 34px;
    height: auto;
    position: relative;
    width: 100%;
    display: flex;
    margin: 0 auto;
    line-height: 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;
}
.check-input-box  {
    border-radius: 0px !important;
    height: 20px;
    width: 20px;
    background-size: 16px;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    border-color: #ccc;
}
.form-check-box .check-input-box:checked {
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
}
.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;
    position: relative;
}

.header-menu ul li a {
    color: var(--text-secondary);
    font-size: 14px;
    font-style: normal;
    padding: 0px 10px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: normal;
    transform: translateZ(0);
    position: relative;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;

}
.market-info{
    cursor: pointer;
}
.header-menu ul li a::before{
    transition: 300ms;
    height: 2px;
    content: "";
    position: absolute;
    width: 0%;
    bottom: -5px;
    background-color: #fff;
}
.header-menu ul li a:hover::before {
    width: 81%;
  }
.deposit-link:hover{
    text-decoration: underline;
}
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%;
    row-gap: 10px;
    gap: 3px;
}

.liveScore {
    display: block;
    width: 45%;
    color: #000;
    z-index: 99;
}

.extra-commentary-msg {
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    font-size: 20px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    margin-bottom: 8px;
    padding-left: 5px;
    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: #fff;
}

.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;
}

.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: #fff;
    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: #bbbbbb;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    min-height: calc(100vh - 175px);
    width: 14.6%;
    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 .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: #2c3e50;
}

.header-menu.header-main-menu-box ul::-webkit-scrollbar-thumb {
    background: #fff;
}

.heading-side-menu li a{
padding-left: 20px !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: baseline;
    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: 100%;
    padding: 44px 0px;
    width: 402px;
    top: 47px;
    justify-content: center;
    align-items: center;
    display: flex;
    background-color: #fff;
}
.btn-close:focus{
    box-shadow: none;
}

.offcanvas-end {
    width: 100%;
    border: unset;
}

h3.setting-side {
    flex: 1;
    background: rgba(0, 0, 0, 0);
    font-size: 4vw;
    color: #ffca00;
    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: 0px;
    -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-rules-inner {
    display: flex;
}

.tbl-hover-text a {
    color: #000;
}
.tbl-hover-text a:hover{
    color: #0088cc;
}
.modal-rules-left {
    position: relative;
    max-width: 250px;
    height: 100%;
    width: 250px;
    background-color: var(--bg-primary);
}

.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-rules-inner .lr-from {
    width: calc(100% - 250px);
}

.modal-rules-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-form-details .form-control {
    background-color: #fff;
    border: 1px solid #00000038;
    box-shadow: none;
    height: 38px;
}
.deposit-form-details .form-group {
    margin-bottom: 16px;
}
.deposit-form-details{
    padding: 20px;
    background-color: #f5f5f5;
    padding-bottom: 40px;
    border-radius: 20px;
    margin-top: 28px;
}
.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: none;
    box-shadow: none;
}

.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;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #d0d0d0;
    outline: 0;
    box-shadow: none;
}

.center-batting-box {
    position: relative;
    margin-left: 14.57%;
    padding: 0 7px;
    margin-right: 25.18888%;
    min-height: 100vh;
    height: 100%;
}
.center-batting-box.sport-batting-box {
    margin-right: 0px;
}

.live-top-box {
    display: flex;
    max-height: max-content;
    padding: 5px 10px;
    position: relative;
    background-image: url('../img/events-bg.png');
    background-position: center;
    background-size: cover;
    color: #fff;
    border-color: rgba(255, 255, 255, .12);
    -webkit-box-align: center;
    align-items: center;
    z-index: 1;
    flex-wrap: wrap;
}
.live-top-box::after{
    content: '';
    position: absolute;
    left: 0px;
    z-index: -1;
    top: 0;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    height: 100%;
}

.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 {
    border-bottom: 1px solid var(--sidebar-menu-link-border);
}

.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: 14px;
    line-height: 25px;
    padding: 4px 30px;
    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;
    background: var(--bg-sidebar);
}
.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: #72bbef !important;
}
.back-color {
    background-color: #72bbef !important;
}
.lay-color {
    background-color: #faa9ba !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 .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%;
}
.main-footer {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    padding: 10px;
    text-align: center;
}
.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-menu {
    position: absolute;
    width: 25%;
    padding: 0;
    min-height: calc(100vh - 135px);
    max-height: calc(100vh - 135px);
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    right: 5px;
    background-color: #fff;
    overflow: auto;
}
.bet-menu .tabs {
    background-color: #fff;
    border-radius: 15px;
}

.nav-tabs {
    border-bottom: unset;
    text-align: center;
    margin-top: 0px;
    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: #fff;
    isolation: unset;
    background: #08c;
    color: #fff;
}
.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: 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: 13px;
    line-height: 12px;
    font-weight: 600;
}
.bet-detail-number dt span.short-amount {
    opacity: 1;
    font-weight: 800;
    font-size: 14px;
    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 {
    column-gap: 5px;
    display: flex;
    row-gap: 5px;
    flex-wrap: wrap;
}

.label-inner span {
    width: 19%;

}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #dee2e6;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 18px;
    height: 18px;
    background: #fff;
    position: absolute;
    border: 5px solid #2199e8;
    top: 0px;
    left: 0px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-radio label {
    font-size: 16px;
    color: #000 !important;
    font-weight: 500;
}
.history-select.data-page-dropdown {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
}
.history-select.data-page-dropdown .select {
    height: auto;
    width: auto;
}
.input-group-info {
    display: flex;
    align-items: center;
}
.history-select.data-page-dropdown .custom-select{
    width: 66px;
    height: 30px;
}
.table-menu-right {
    display: flex;
    align-items: center;
}
.table-menu-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 21px;
}
.table-menu-right .form-control {
    background: transparent;
    box-shadow: none;
}

.label-inner span a {
    font-size: 14px;
    padding: 4px;
    line-height: 18px;
    font-weight: normal;
    background-color: var(--bg-sidebar);
    border-radius: 4px;
    color: var(--text-sidebar);
    text-align: center;
    cursor: pointer;
    display: block;
}

.bet-head {
    background-color: var(--bg-sidebar);
    padding: 0 10px;
    display: flex;
    width: 100%;
}

.bet-head li {
    padding: 5px 5px;
    font-size: 11px;
    font-weight: 700;
    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;
}
.button-value-box{
    width: 25%;
}
.set-button-value{
    display: flex;
    column-gap: 21px;
}
.bet-detail-number dd {
    padding: 5px 0;
    margin: 0;
    position: relative;
}
.button-value-box label {
    font-weight: 700;
}

.form-control:disabled,
.form-control {
    background-color:transparent;
    opacity: 1;
    box-shadow: none;
}

.odd-add a {
    display: block;
}

.bet-detail-number dd.odds-header input {
    padding-right: 16px;
}
.security-auth-info {
    text-align: center;
    padding: 45px 0px;
}
.security-auth-info h2 {
    font-size: 23px;
    margin-bottom: 10px;
}
button.btn.btn-outline-success {
    color: #28a745 !important;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
    padding: 0.6rem 1rem;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    border: 1px solid;
    margin: 10px 0px;
    height: auto;
    border-radius: .25rem;
}
.security-pass-info button.btn.btn-success {
    margin-top: 0px;
    border-radius: 5px;
}
.result-round-id {
    text-align: end;
    margin-bottom: 20px;
}
.winner-icon-box {
    margin: 0 10px;
    position: absolute;
    right: 0;
    top: 57%;
}
.winner-icon-box i {
    font-size: 26px;
    box-shadow: 0 0 0 var(--bg-secondary);
    animation: winnerbox 1.5s infinite;
    border-radius: 50%;
    color: #169733;
}
.security-pass-info .form-control {
    width: 212px;
    height: 38px;
}
.security-pass-info {
    display: flex;
    margin-top: 11px;
    justify-content: center;
}
.security-auth-info h2 span {
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    padding: 3px 10px;
    color: #fff;
    background-color: #dc3545;
    font-weight: 700;
}
.odd-add {
    position: absolute;
    top: 7px;
    right: 2px;
    height: 19px;
    z-index: 2;
}
button.btn.btn-success {
    background-color: #157347;
    border-color: #146c43;
    margin-top: 15px;
}

button.btn.btn-success:hover{
    color: #fff;
}
.odd-add li {
    list-style: none;
}

.odd-add .up {
    line-height: 10px;
    background-repeat: no-repeat;
    height: 9px;
    width: 12px;
    cursor: pointer;
}

.odd-add .down {
    line-height: 9px;
    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-weight: 700;
    font-size: 14px;
    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 var(--table-border);
    width: 100%;
    padding: 10px 10px 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);
    color: #000;
}

.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 {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    cursor: pointer;
}

.bet-detail-number a.delete i {
    color: #bd1828 !important;
    font-size: 14px;
    font-weight: 800;
}

.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: #2c3e50;
    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: var(--bg-primary);
    color: var(--text-primary);
    border-color: var(--bg-primary);
    border: unset;
    padding: 6px 20px;
    border-radius: .25rem;
    height: 38px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.btn:hover {
    background-color: #2c3e50;
    color: #fff;
}

.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-title{
    font-weight: 700;
}
.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: 10px;
    background: var(--bg-primary);
    color: var(--text-primary);
    margin: -1px;
    border-radius: 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: 1rem;
}
.page-link:focus {
    box-shadow: none;
}
.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;
    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;
}
.betting-filter-inner-box button.btn:focus{
    box-shadow: none;
}
.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;
    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;
    height: 38px;
}

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: flex-start;
    gap: 16px;
    height: 38px;
    -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: #f3f3f3;
    color: #07a2f0;
}

.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: 11px;
    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 0 10px #aaa;
    display: none;
    padding: 13px;
    padding-top: 0px;
    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: transparent;
    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: #fff;
}

.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: 500;
}

.ui-datepicker select {
    display: inline-block;
}

.ui-datepicker td {
    width: 25px;
    color: #54708b;
    padding: 2px;
    font-size: 12px;
    line-height: 11px;
}

.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;
    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"] {
    border: unset;
    background-color:transparent;
}

td[data-handler="selectDay"] a {
    border: unset;
}

table.ui-datepicker-calendar tr th {
    width: 25px;
    padding: 3px;
    font-size: 13px;
    font-weight: 600;
    color: #9aaec1;
    background-color: transparent;
    line-height: 15px;
}

.ui-datepicker-calendar tbody {
    border: unset;
    margin: 0;
}

.ui-datepicker-calendar .ui-datepicker-unselectable span {
    color: #9aaec1;
    background-color: #f3f3f3;
}

.ui-datepicker-calendar .ui-datepicker-today a {
    color: #37a7c9;
    font-weight: 700;
    background-color: transparent;
}

.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: #f7f7f7;
    text-align: center;
}

.ui-datepicker-calendar .ui-datepicker-current-day a {
    background-color: #0088cc;
    color: #fff;
    font-weight: 700;
}

td.no-data {
    background-color: #fff;
    padding: 10px 10px !important;
    font-size: 13px;
    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: 9px;
    top: 3px;
    width: 16px;
    height: 16px;
}
.btn-close img{
    filter: invert(1);
}

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: 100%;
    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: 248px;
    height: 38px;
    border-radius: .25rem;
    -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;
    border: 1px solid #ced4da;
    position: relative;
}


.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;
    border: 1px solid #ced4da;
    top: 129%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 11px 1px;
    list-style: none;
    background-color: #f8f8f8;
    border-radius: 0px 0px 5px 5px;
}

.select-options li {
    color: #000000;
    margin: 0;
    padding: 2px 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: 14px;
}

.select-options li:hover {
    color: #424242;
    background: #d8f2ff;
}

.select-options li[rel="hide"] {
    display: none;
}

.history-select {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
    width: 248px;
    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: 15px;
    height: 38px;
    line-height: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    background-color: #fff;
    color: #000;
    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: red;
    border: 1px solid red;
    color: #fff;

}

.commentary span.ball4 {
    color: #fff;
    border: 1px solid #087f23;
    background-color: #087f23;
}

.commentary span.ball6 {
    color: #000;
    border: 1px solid #cfe8fa;
    background-color: #cfe8fa;
}

.commentary span {
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #08c;
    background-color: #08c;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    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-weight: 500;
    padding: 6px 12px;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #dee2e6;
    color: #000;
    white-space: nowrap;
}
table {
    border-collapse: collapse;
    width: 100%;
    text-align: right;
}

.sf {
    width: 100%;
}

.history-table {
    margin-top: 15px;   
}

.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;
}
.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;
    text-align: left;
    font-weight: 400;
}

.align-left {
    text-align: left;
}
.history-table tbody tr {
    background-color: var(--bg-table-row);
}
.history-table tbody tr:nth-child(even) {
    background-color:var(--bs-table-striped-bg);
}
.tbl-hover-text:hover{
    cursor: pointer;
   color: var(--bg-primary);
}
.client-Ledge-info tbody tr td {
    font-size: 16px;
    white-space: pre;
}
button.acc-state-btn {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
    color: #0d6efd;
}
button.acc-state-btn:hover{
    color: #000;
}
.history-table td,
.history-table th {
    font-weight: 700;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #dee2e6;
}

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;
}

.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: #bdc9d0;
    font-size: 27px;
    font-weight: 100;
    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: #0088cc;
}

.loader:before {
    right: 0;
    border-right-color: #0088cc;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-box {
    height: 86%;
    position: absolute;
    height: 100%;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    width: 100%;
    background-color: rgb(255 255 255 / 84%);
    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: left;
    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 {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    margin: 0px 2px;
    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 {
    font-size: 16px;
    font-weight: 500;
    border-radius: 0px;
    padding: .1875rem .625rem;
}

.history-table tr.expand {
    background-color: #dddddd;
    padding: 0;
    display: none;
}

.history-table tr.expand td {
    padding: 0;
}
.heading-side-menu li a{
    padding-left: 20px !important;
}

.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: #fff;
    border-radius: 0px;
    background-color: #2199e8;
    border-color: #2199e8;
    z-index: 0;
}

button.openpm {
    display: none;
}
.searchbox {
    position: relative;
    min-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 33px;
    float: right;
    transition: width 0.5s ease-in-out;
}
span.searchbox-icon.plus i {
    position: absolute;
    top: 12px;
    font-size: 28px;
    left: 14px;
}
span.searchbox-icon.minus i {
    position: absolute;
    top: 12px;
    font-size: 28px;
    left: 14px;
}
.searchbox-input {
    border: 0;
    outline: 0;
    background: #ffffff;
    width: 100%;
    height: 38px;
    margin-top: 6px;
    margin-right: 65px;
    padding: 0px 10px;
    box-shadow: 0 0 5px #000;
    border-radius: 0px;
    font-size: 15px;
    color: black;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.searchbox  input::-webkit-input-placeholder {
    font-size: 1rem;
}

.searchbox-input::-webkit-input-placeholder,
.searchbox-input:-moz-placeholder,
.searchbox-input::-moz-placeholder,
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    font-weight: 600;
    top: 1px;
    right: -42px;
    font-family: Verdana, sans-serif;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    border: 0;
    outline: 0;
    z-index: 10;
    transition: background 0.3s ease-in-out;
}

.searchbox-open {
    width: 300px
}

.searchbox-open .searchbox-input {
    opacity: 1;
}

.searchbox-open input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.byline {
    position: absolute;
    top: 150px;
    left: 30%;
    text-align: center;
    font-size: 18px;
}

.byline a {
    text-decoration: none;
    color: #d74b4b;
}
.logo img {
    max-width: none;
}
a.list-group-item.list-group-item-action {
    font-size: 16px;
    height: auto;
    padding: 5px 10px;
    line-height: 20px;
    justify-content: space-between;
    list-style: none;
    text-indent: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
}
span.search-item {
    font-weight: 600;
}

.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;
    width: 100%;
}
.accordion-button::after {
    display: none;
}
.accordion-button:not(.collapsed)::after {
    display: none;

}
button.accordion-button.acc-btn-color {
    color: #fff;
    font-size: 18px;
    padding: 5px;
}
button.accordion-button.acc-btn-color i{
    color: #fff;
}
.sports-menu .accordion-button {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    background-color:#0088cc;
    color: #000;
    font-weight: 400;
    box-shadow: unset;
    line-height: 25px;
    padding: 2px 25px;
}
button.accordion-button[aria-expanded="true"] i {
    height: 19px;
    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 {
    font-size: 11px;
    color: #000;
}

.accordion-body {
    padding: 0;
    background: #bbbbbb;
}

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;
    }
}

button.acc-btn-color[aria-expanded="true"] {
    color: #fff !important;
    background-color: #0088cc;
    box-shadow: unset;
}

button.accordion-button[aria-expanded="true"] i {
    color: #fff;
    transform: rotate(-180deg);
}
.accordion-item i::before {
    transform: rotate(-90deg);
    margin-top: -1px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.accordion-item .accordion-item button.accordion-button[aria-expanded="true"] i {
    color:#ffffff;
}

.accordion-body ul {
    margin-top: 1px;
}

.accordion-body button.accordion-button {
    background-color:#bbbbbb;
    border-bottom: 1px solid var(--sidebar-menu-link-border);
}

.fancy-market-main {
    margin-top: 20px;
}

.accordion-body .accordion-body ul li {
    margin-bottom: 1px;
    font-size: 13px;
    padding: 7px 34px;
    border-bottom: 1px solid var(--sidebar-menu-link-border);
}
.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 {
    border: 1px solid #0000005c;
    background-color: var(--bg-secondary);
    color: var(--text-secondary);
    border-bottom: 0;
}

ul#sportsTypesMein a.active:hover {
    text-decoration: none;
}

.accordion-body .accordion-body ul li:last-child {
    margin-bottom: 0;
}

.sport-heading {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}
.sport-heading h3{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.event-detail .bet-number .inner-back {
    height: 40px;
    font-weight: 700;
    font-size: 16px;
    color: var(--text-table);
    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;
}
.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: 28px;
}

ul#sportsTypesMein li:last-child {
    border-right: unset;
}

ul#sportsTypesMein li a {
    width: auto;
    height: 32px;
    color: #000000;
    border-right: 1px solid var(--bg-secondary);
    margin-bottom: 0px;
    text-align: center;
    background-color: var(--bg-sidebar);
    padding: .5rem 1rem;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}
ul#sportsTypesMein li:last-child a{
    border-right: none;
}
ul#sportsTypesMein li a img {
    display: none;
}
.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: end;
    line-height: 0px;
}
.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;
}
.play-bg {
    font-style: italic;
    color: #000;
    font-size: 6px;
    margin-right: 17px;
    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;
    width: 100%;
    border-bottom: 1px solid #e0e6e6;
    justify-content: space-between;
    padding-right: 0;
}

.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;
}
.button-value-box .form-control{
    height: 38px;
    background-color: transparent;
}
.match-odds-info {
    font-size: 17px;
    padding-left: 7px;
    cursor: pointer;
}
.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ffffff;
}
.deatil-inner-data {
    background: var(--bg-table);
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--table-border);
}
.sport-heading-info {
    background-color: var(--bg-secondary85);
    color: var(--text-secondary);
    padding: 6px 10px;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-transform: uppercase;
}
.sport-heading.heading-space-top.bookmaker, .sport-heading.heading-space-top.tossBookmaker {
    padding: 6px 10px;
    background-image: unset;
    background-color: var(--bg-secondary85);
    color: var(--text-secondary);
    font-size: 16px;
    font-weight: 700;
}
.sport-heading.heading-space-top.bookmaker h3 span, .sport-heading.heading-space-top.tossBookmaker h3 span {
    opacity: .7;
    font-weight: 400;
}
.rules-info-box h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 31px;
}
.rules-info-box h3 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    line-height: 31px;
    text-align: left;
}
.rules-info .modal-footer {
    justify-content: left;
    padding: 0px;
    margin-top: 7px;
}
.rules-info-box a {
    font-size: 24px;
}
.rules-info .btn {
    padding: 9px 34px;
    height: 43px;
    border-radius: 3px;
    font-size: 19px;
}
.rules-info-box {
    box-shadow: 0px 0px 5px;
    padding: 10px;
}
.sport-detail-right {
    width: 50%;
}
.site-info .modal-header {
    min-height: 45px;
}
.min-max-match {
    font-size: 16px;
    line-height: 24px;
    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 {
    margin-top: 38px;
    font-size: 14px;
    border-radius: 7px;
    padding: 19px;
    box-shadow: 0px 0px 10px 5px #dedede73;
    line-height: 24px;
}

.matched-text {
    color: #fff;
    font-size: 13px;
    font-weight: normal;
}

.matched-text span {
    font-weight: 800;
}

.sport-footer-data {
    text-align: end;
    padding: 6px 5px;
}

.heading-space-top {
    margin-top: 25px;
}

.sport-footer-data p {
    color: #8b0000;
    font-weight: 700;
    font-size: 12px;
}

.inplay-main .tab-header {
    margin-bottom: 10px;
    margin-top: 10px;
}

.sport-heading.match-odds-box {
    background-color: var(--bg-secondary85);
    color: var(--text-secondary);
    padding: 6px 15px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-transform: uppercase;
}
.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;
    align-items: flex-start;
    z-index: 9;
    display: flex;
    gap: 10px;
    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-radius: 5px;
    box-shadow: unset;
}
.inplay-main .inplay-tab ul li {
    width: 33.33%;
    list-style: none;
    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: 14px;
    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;

    width: 100%;
    margin-right: 0;
    margin-left: auto;
    justify-content: end;
}

.sport-heading-inner-box .inner-text {
    width: 12%;
}

.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 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: 28px;
    line-height: 13px;
    font-size: 16px;
    font-weight: 600;
}

.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 {
    padding: 0px 10px;
    padding-right: 0;
}

.sport-detail-inner span {
    font-size: 14px;
    overflow: hidden;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inner-text {
    width: 36%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
    padding: 0px 0px;
}
.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;
    font-size: 14px;
    color: #273a47;
    justify-content: center;
    font-weight: bold;
}

.inner-back {
    font-size: 12px;
    text-transform: capitalize;
    border: none;
    width: 100%;
    font-weight: 600;
    padding: 3px 0;
}
.casino-list-img {
    width: 100%;
    position: relative;
}
.casino-main-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
}
.casino-list-btn{
    background-image: linear-gradient(var(--bg-primary), var(--bg-secondary));
    color: #fff;
    padding: 5px;
    position: absolute;
    width: 100%;
    bottom: -19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px;
    font-size: 11px;
    left: 0;
    box-shadow: 0 11px 8px -8px #000000;
}

.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-inner-box {
    width: 33.33%;
    display: flex;
}

.pin {
    width: 16%;
    text-align: center;
}

.sport-detail-right {
    display: flex;
    max-width: 36%;
    width: 100%;
}

.sport-detail-left {
    width: 64%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 2px 11px 3px 8px;
    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;
    font-weight: 700;
    align-items: center;
    display: flex;
    background-color: #373636d6;
    color: red;
    text-transform: capitalize;
    font-size: 16px;
}

.betslip .back {
    background-color: #beddf4;
    border-bottom: 1px solid #67afe5;
}

.back {
    background-color: #72BBEF !important;
}

.lay {
    background-color: #FAA9BA !important;
}

.bet-menu.show_bet .lay {
    background-color: #faa9ba;
}

.bet-menu.show_bet .back {
    background-color: #72bbef;
    padding-top: 8px;
}

.pin img {
    width: 30px;
}

.pin {
    width: 13%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancy-market-detail {
    background: var(--bg-table);
}

.fancy-market-detail .sport-heading-inner {
    background-color: transparent;
    border-bottom: 1px solid #6c757db3;
}

.fancy-market-detail .sport-heading-inner-box {
    padding: 1px 0px 1px 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: 16px;
    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%;
    height: 28px;
    line-height: 13px;
    font-size: 16px;
    font-weight: 600;
}

.fancy-market-detail .deatil-inner-data .min-max {
    font-size: 12px;
    font-weight: bold;
    color: var(--text-info);
    display: block;
    text-align: end;
}

.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 !important;
}

.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;
}
.market-data-box {
    width: 48.4%;
}
.market-main-data {
    display: flex;
    flex-wrap: wrap;
    row-gap: 27px;
    column-gap: 22px;
    background: var(--bg-table);
}

span.inplay {
    margin-right: 8px;
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
    align-items: center;
    color: #508d0e;
    font-weight: 800;
}

.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;
    width: 500px;
    max-height: 450px;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    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;
    color: #000;
    top: 38%;
    transform: translateY(-50%);
    cursor: pointer;
}
.banner-grid .inner-grid-item a img {
    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 {
    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;
}
.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;
}
.btn-check:focus+.btn, .btn:focus{
    box-shadow: none;
}
.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;
}

.flex.sports-inner-main {
    position: relative;
    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: #fff !important;
    padding: 0;
    background-color: #bd1828;
    border: 1px solid #bd1828;
    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 {
    background: initial;
    background-color: var(--bg-secondary);
    color: #fff;
    padding: 5px;
    font-size: 16px;
    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 img {
    filter: grayscale(1);
}
.live-strem {
    cursor: pointer;
}
.bet-slip-head.live-match-tv {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.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;
}
.change-pass-info {
    padding: 39px 10px;
    width: 31%;
}

.input-box label {
    line-height: 24px;
    font-size: 16px;
    text-align: right;
    font-weight: 500;
}

.input-box {
    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: 15px;
    right: 14px;
}

.change-pass-info button.btn {
    margin-top: 8px;
    height: 44px;
}

.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: 16px;
}

.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-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;
}

.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: 2px 17px;
    box-shadow: 0px 5px 5px #0000001a;
    border-bottom: 4px solid #0088cc;
    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;
    max-width: 1320px;

}
.policy-declared {
    background-color: #ffca0029;
    font-size: 13px;
    line-height: 1.4;
    padding: 15px;
    margin: 10px 0;
    border-radius: 8px;
}
.login-modal .btn-close img{
    filter: none;
}
.main-policy-box h2 {
    margin: 40px 0 24px 0;
    font-size: 22px;
    color: #08c;
    text-decoration: underline;
    font-weight: 600;
}
.main-policy-box a {
    color: #08c;
    font-weight: 500;
}
.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;
}

.keyboard-wrap {
    border-top: 1px solid #aaa;
    display: flex;
    margin-top: 1.8666666667vw;
    display: none;
}
.keyboard-wrap ul {
    flex: 1;
    flex-wrap: wrap;
    display: flex;

}
.keyboard-wrap .btn-delete {
    flex: 0 1 14.6666666667vw;
    justify-content: center;
    align-items: center;
    display: flex;
}
.keyboard-wrap a {
    font-size: 4vw;
    color: #1e1e1e;
    line-height: 10.4vw;
    background-color: #fff;
    border: 1px solid #aaa;
    border-width: 0 0 1px 1px;
    display: block;
    text-align: center;
    -webkit-tap-highlight-color: rgba(182, 223, 253, .5);
}
.keyboard-wrap li {
    flex: 1 1 16.6666666667%;
    list-style: none;
}

.keyboard-wrap .btn-delete:before {
    content: "";
    width: 4.8vw;
    height: 3.2vw;
    background: url(../img/back-arrow.svg);
    background-size: contain;
}
.close-bet-menu i {
    font-size: 16px;
    color: #fff;
}
.home-icon{
    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;
    }

    .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%);
    }

    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;
    }
    .betting-filter-inner-box{
        height: auto;
    }
}

@media (max-width:1200px) {

    .no-record img,
    .empty-betslip img {
        width: 70px;
    }
    h3.market-info.market-mob-data {
        float: inline-start;
        margin-right: 8px;
    }
    .history-table {
        margin-top: 15px;
        overflow-x: auto;
    }
    .fancy-market-detail .sport-detail-inner {
        width: 62%;
        overflow: unset;
        padding-right: 0px;
    }
    .casino-games-info {
        grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    }
    .rules-table-design{
        padding: 0px 7px;
    }
    .center-batting-box h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .casino-list-item-box{
        width: calc(16.66% - 10px);
    }
    .header-btn {
        padding-left: 8px;
        padding-top: 8px;
    }
    .bet-menu{
        display: none;
    }
    .center-batting-box{
        margin-right: 0px;
    }
    .bal-dropdown-menu {
        display: flex;
        justify-content: end;
        gap: 8px;
    }
    .bet-detail-number{
        padding: 0px 7px;
    }
   .market-info.market-desk-data {
        display: none !important;
    }
    .market-data-box {
        width: 100%;
    }
    .fancy-market-detail .inner-text{
        line-height: 26px;
        height: auto;
    }

    .main-header {
        padding: 0px 15px;
    }
    .rules-modal{
        margin-left: 0px !important;
    }

    .match-name-inner {
        padding: 20px 10px;
    }

    .top-header .flex {
        padding: 0px 15px;
    }

    .sport-detail-inner h3 {
        font-size: 12px;
    }
    .history-select .select{
        height: auto;
    }
    .label-inner span a {
        margin: 0;
        font-size: 14px;
        font-weight: 700;
        border-radius: 0;
        line-height: 2;
        background-color: var(--bg-secondary);
        color: #fff;
    }

    .bet-detail-number .bet-dn-input {
        width: 33.33%;
    }
    .cricket-inner-accroding .bet-sub-box {
        padding: 5px 8px;
    }
    .sports-inn {
        position: relative;
        height: 60px;
        background-color: #2c3e50;
        overflow: hidden;
        margin-top: 0px;
    }
    .main-heading h3 {
        font-size: 18px;
    }
    .security-auth-info button.btn.btn-success{
        width: auto;
        font-size: 11px;
        padding: 8px 9px;
        border-radius: 0px;
    }
    .main-info-data {
        padding: 0px 0px;
    }
    .main-heading {
        padding: 6px 10px;
    }    
    .cricket-inner-accroding .bet-number h4,
    .cricket-inner-accroding .bet-number p {
        font-size: 12px;
    }
    .bet-menu .tabs {
        width: calc(100% - 0px);
        margin: 0px 0px;
    }
    .center-batting-box div#tabs-content {
        padding-bottom: 15px;
        padding-top: 15px;
        height: 100%;
    }
    .dropdown-item:focus, .dropdown-item:hover{
        background-color: transparent;
    }
    .header-top-menu{
        align-items: flex-start;
    }
    .searchbox {
        position: absolute;
        left: 0;
        top: 2px;
        height: auto;
    }
    .news-info {
        position: absolute;
        bottom: -24px;
        right: 0;
        width: 85%;
        font-size: 14px;
        font-style: italic;
    }
    .top-header{
        display: flex;
        align-items: baseline;
        background-image: unset;
        position: relative;
        top: 0;
        width: 100vw;
        height: 99px;
        padding: 3px 0px;
    }
    .user-dropdown li a{
        font-size: 15px;
        padding: 5px 12px;
    }
    .logout-text{
        color: #b71e2d !important;
        font-weight: 600 !important;
    }
    .logo {
        align-items: normal;
        gap: 10px;
    }
    .searchbox-icon {
        top: 41px;
        left: 0px;
    }
    .home-icon a {
        color: #fff;
        font-size: 19px;
    }
    .home-icon{
        display: block;
    }
    .logo img {
        max-width: 120px;
        max-height: 50px;
    }
    ul.right-header li h3 span {
        font-weight: 800;
        font-size: 14px;
    }
    h3.d-xl-none i {
        font-size: 14px;
        padding-right: 3px;
    }

    .inner-grid-1 {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .mobile-tab-menu{
        display: none;
    }
    .sports-menu{
        display: none;    
    }

    .center-batting-box{
        margin-left: 0px;
    }
    .main-header .header-main-box-inner{
        display: none;
    }
    .sport-detail-left h3 span {
        width: 7px;
        height: 7px;
        vertical-align: middle;
        margin-right: 10px;
    }
    .sport-detail-left p {
        margin-left: 26px;
    }
    ul#sportsTypesMein {
        margin: 0;
        padding-right: 1.8666666667vw;
        padding-right: 21.3333333333vw;
        overflow: auto;
        column-gap: 9px;
        white-space: nowrap;
    }
    .right-header h3{
        justify-content: end;
    }
  
    .live-strem {
        right: 17px;
    }
    .bet-menu-inner {
        max-height: calc(82vh);
        overflow: auto;
        background-color: #fff;
    }
    .min-max-info {
        position: relative;
    }
    .dropdown.user-dropdown {
        text-align: end;
        font-size: 14px;
        display: flex;
    }
     .user-dropdown .dropdown-menu {
        background: #f1f5f8;
        border-radius: 0px;
        border: 1px solid rgba(0, 0, 0, .15);
     }
     .casino-game-info{
        gap: 22px;
     }
     .casino-img-box {
        max-width: 421px;
        width: 100%;
    }
    .casino-game-info{
        justify-content: space-around;
    }
    .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 .profile_table {
        display: none;
    }
    ul.right-header{
        align-items: end;
    }
    ul#sportsTypesMein li {
        position: relative;
        margin-left:0px;
        display: block;
        line-height: 23px;
    }

    ul#sportsTypesMein a.active {
        background-color: var(--bg-primary);
        color: #fff;
        font-size: 12px;
        border: unset;
        border-bottom: 0;
    }
    ul#sportsTypesMein a{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .min-max-info img {
        width: 4vw;
        height: 5vw;
    }

    ul#sportsTypesMein li a {
        height: 100%;
        font-size: 12px;
        background-color: transparent;
        font-weight: bold;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 11px;
        padding: 9px 16px;
        width: max-content;
    }
    .close-bet-menu {
        position: absolute;
        top: -1px;
        right: 5px;
        width: 34px;
        height: 32px;
        z-index: 99;
        color: #000;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .bet-slip-head.live-match-tv {
        display: none;
    }
    .searchbox-input{
        top: 45px;
        z-index: 999;
        left: 50px;
        position: absolute;
    }
    .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;
    }
    .text-min {
        padding: 0px;
    }
    .min-max-popup{
        padding: 5px 5px;
    }
    .btn-wrap-slip li {
        margin: 0vw 0.8vw 0 0.8vw;
        width: calc(50% - 1.6vw);
    }

    ul#sportsTypesMein li a img {
        display: block;
        text-align: center;
        height: 20px;
        width: 20px;
        filter: invert(1);
        margin: 0 auto;
        margin-bottom: 4px;
    }
    ul#sportsTypesMein li a{
        display: block;
    }
    .sport-heading-inner.sport-event-heading {
        display: none;
    }
    .sports-a {
        width: 100%;
    }
    .inner-text{
        width: 100%;
        display: block;
    }
    .sport-detail-left{
        width: 100%;
        border-right: none;
    }
    h4.mob-event-info span{
        display: block;
    }
    .mob-event-time{
        font-size: 12px;
    }
    .list-group{
        width: 465px;
        max-height: 453px;
        top: 84px;
        z-index: 9999;
        left: 49px;
    }
    ul.btn-wrap-slip{
        padding: 12px 0px 12px;
    }
    .bet-name-inner .label-inner{
        padding: 10px 0px;
    }
    span.deleteicon{
        right: -44px;
        z-index: 99999;
        top: 62px;
    }
    .history-table th {
        background: var(--bg-secondary);
        color: #fff;
        padding: 7px;
        font-weight: 500;
        font-size: 12px;
    }
    .mob-event-name{
        display: block;
        max-width: 400px;
        display: inline-block;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: var(--text-table);
    }
    .sport-detail-left h4{
        line-height: 21px;
        margin-bottom: 8px;
    }
    .profile_table_mob {
        padding: 13px;
    }
    .deatil-inner-item{
        display: block;
        padding: 9px 13px;
        padding-bottom: 17px;
    }
    .inner-odd-title {
        font-size: 14px;
        margin-bottom: 4px;
    }
    .inner-back-lay{
        padding: 2px 0px;
    }
    .modal.fade.site-info {
       width: auto !important;
    }
    .sport-detail-right{
        max-width: 100%;
    }
    .center-batting-box{
        padding: 0 0px;
    }
    .mobile-inner-header {
        background-color: var(--bg-primary);
        padding: 6px 4px;
    }
    .mobile-inner-header .nav-tabs .nav-item {
        padding: 4px 0;
        flex: auto;
    }
    .mobile-inner-header .nav-tabs .nav-link:focus{
        border-top:none;
        border-left: none;
        border-bottom: none;
    }
    .event-menu-tab{
        justify-content: left;
    }
    .mobile-inner-header .event-menu-tab  .nav-item {
        flex: inherit !important;
    }
    .label-inner {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0px 0px;
        margin-bottom: 0px;
    }
    .sport-heading-info{
        padding: 8px 15px;
    }
    .sport-heading.heading-space-top.bookmaker, .sport-heading.heading-space-top.tossBookmaker{
        padding: 8px 15px;
    }
    .label-inner span {
        width: 32%;
        text-align: center;
        margin: 0 0px;
        line-height: 1.8;
    }
    .event-mob-header{
        position: relative;
    }
    .live-strem img{
        width: 25px;
    }
    .live-strem {
        cursor: pointer;
        top: 9px;
        right: 15px;
        position: absolute;
    }
    .live-mob-tv {
        text-align: end;
    }
    .mobile-inner-header  .nav-tabs .nav-link.active {
        background-color: #0088cc !important;
        border-radius: 0px;
        border-bottom: none;
        position: relative;
        border-top-color: transparent;
        border-left: none;
    }
    .mobile-inner-header  .nav-tabs .nav-link.active::after{
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #ffffff;
        top: -12px;
        content: "";
        left: 0;
    }
    .mobile-inner-header  .nav-tabs .nav-link{
        color: #fff;
        padding: 0px 10px;
        border-right: 1px solid #fff;
    }
    .sport-detail {
        max-height: 250px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    .header-top-menu {
        margin: 0;
        padding: 3px 0px;
    }
    .history-table td {
        font-size: 13px;
        white-space: nowrap;
    }
    .casino-main-list{
        margin-top: 9px;
    }
    .casino-title {
        padding: 0px 9px;
        margin-top: 30px;
    }
    .casino-title h3{
        font-size: 24px;
    }
    .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-menu.show_bet {
        transform: translateY(0);
    }
    
}


@media (max-width:991px) {
    .sport-heading .mobile-search {
        display: none;
        padding: 0px 8px;
    }
    ul.btn-wrap-slip {
        flex-wrap: wrap;
        flex: 0 0 12.8vw;
        margin-top: 1.8666666667vw;
        display: flex;
        margin: 0px 0vw;
    }
    .casino-result-box h3{
        margin-top: 7px;
    }
    .casino-result-box {
        display: flex;
        align-items: center;
        padding: 3px;
    }
    .mob-history-table{
        box-shadow: 2px 2px 2px #0000004d;
    } 
    .mob-history-table  .back {
        background-color: #a7d8fd !important;
    }
    .casino-result-box h3 {
        width: 40%;
    }
    .casino-result-img img{
        width: 34px;
    }
    .casino-result-box h3{
        font-size: 17px;
    }
    .winner-icon-box{
        top: 33%;
    }
    .casino-result-box{
        box-shadow: 0 0 2px;
    }
    .result-item-info {
        display: flex;
        gap: 16px;
    }
    .casino-img-box {
        max-width: 345px;
    }
    .banner-grid {
        grid-gap: 8px;
    }
    .inner-text{
        line-height: 9px;
    }
    .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;
    }
    ul#sportsTypesMein{
        padding-right: 0px;
    }

    .header-search-box {
        display: block;
    }
    .header-main-box-inner {
        width: auto;
    }
    .logo {
        max-width: unset;
        width: 100%;
    }
    .live-stream {
        width: 100%;
        margin-bottom: 15px;
    }

    .main-page .container>.flex {
        flex-wrap: wrap;
    }
    .report-page .Verification_box .btn-group {
        margin-bottom: 10px;
        display: flex;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 7px;
    }

    .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;
    }
    .bg-wrapper{
        justify-content: center;
    }
    .security-auth-info button.btn.btn-outline-success {
        font-size: 14px;
        padding: 5px 60px;
        border-radius: 4px;
    }
    .security-auth-info h2{
        font-size: 18px;
        font-weight: 500;
        text-transform: capitalize;
    }
    .security-auth-info p{
        font-size: 12px;
    }
    .deposit-form-data{
        display: block;
    }
    .extra-commentary-msg {
        font-size: 14px
    }
    .deposit-form, .deposit-details {
        width: 100%;
    }

    .liveteamScore {
        gap: 10px;
    }
    .login-input{
        border-radius: 0px;
        border: none;
        border-color: #2c3e50d9 !important;
        border-bottom: 1px solid #000 !important;
    }
    .login-input:focus{
        border: none;
        border-color: #2c3e50d9 !important;
        border-bottom: 1px solid #000 !important;
    }
    .login-input:focus-visible{
        border: none;
    }

    .header-search-box {
        max-width: 230px;
    }

    .main-header {
        padding: 0px 0px;
    }

    .popular-games-main {
        grid-template-columns: 1fr;
    }
    .casino-main-list{
        padding: 0px 8px;
    }
    .login-data .form-group i{
        display: none;
    }
    .set-button-value {
        display: flex;
        column-gap: 8px;
    }
    .button-value-box {
        width: 50%;
    }
    button.btn.btn-success {
        background-color: #157347;
        border-color: #146c43;
        margin-top: 15px;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
        border-radius: 0px;
    }
    .change-pass-info {
        padding: 20px 10px;
        width: 42%;
    }
    
}

@media (max-width: 767px) {
    .icon-arrow-right {
        display: inline-flex;
    }
    .change-pass-info button.btn {
        margin-top: 8px;
        height: 34px;
        border-radius: 0px;
        font-size: 14px;
        font-weight: 500;
        width: 100%;
    }
    .casino-result-box{
        width: 100%;
    }
   .change-pass-info .input-box label {
        font-size: 15px;
        font-weight: 400;
    }
    .keyboard-wrap {
        display: flex;
    }
    .close-bet-menu i {
        font-size: 17px;
    }
    dd.slip-edit.ok-btn button{
        height: auto;
    }
    .mian-wrap a.logout img {
        filter: invert(1);
    }
    .change-pass-info {
        padding: 18px 10px;
        width: 100%;
    }
    .searchbox input::-webkit-input-placeholder{
        font-size: 14px;
    }
    .rules-info-box h3{
        font-size: 16px;
        line-height: 23px;
    }
    .rules-info-box h2 {
        line-height: 26px;
        font-size: 19px;
    }
    .modal-body {
        padding: 8px;
    }
    .rules-info-box a {
        font-size: 20px;
    }
    .rules-info .btn {
        padding: 7px 26px;
        height: 40px;
        border-radius: 3px;
        font-size: 18px;
    }
    .logo a{
        padding: 0px 0px;
        padding-bottom: 4px;
    }
    .logo img {
        max-width: 27vw;
    }
    .provider-name {
        font-size: 2.5333333333vw;
    }
    .open-bets-modal .offcanvas-body {
        padding: 2px 5px;
    }
    .fancy-market-detail .sport-detail-inner h3 span {
        font-size: 13px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-right: 10px;
    }
    .header-top-menu {
        margin: 0;
        padding: 3px 11px;
    }
    .selection-count {
        font-size: 14px;
        line-height: 4vw;
    }
    .user-dropdown .dropdown-menu{
        width: 197px;
        transform: translate3d(-116px, 25px, 19px) !important;
    }
    .bookmaker-main .bet-number.bet-left-in{
        width: 50%;
    }
    .bookmaker-main .bet-number.bet-right-in{
        width: 50%;
    }
    .casino-img-box img{
        width: 100%;
    }
    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;
    }
    .deposit-form-details .btn.submit-btn{
        margin-bottom: 9px;
    }
    .deposit-form-details .btn.clear-btn{
        margin-bottom: 0px;
    }
    
    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;
    }

    .fancy-market-detail .inner-text{
        font-size: 12px;
        line-height: 20px;
    }
    .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;
    }
    .rules-main-box .rules-title {
        font-size: 16px;
    }
    .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;
    }
    .input-group-info span {
        font-size: 14px;
        margin-left: 2px !important;
        margin-right: 7px !important;
    }
    .table-menu-right span {
        font-size: 14px;
        margin-right: 5px !important;
    }
    .ui-datepicker-calendar td a,
    .ui-datepicker-calendar td span {
        padding: 1vw;
        height: 32px;
        width: 32px;
        line-height: 24px;
    }
    .history-select{
        width: 47%;
    }
    .betting-filter-inner-box .custom-select{
        width: 100%;
    }
    .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;
    }

    .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;
    }
    .history-table-box{
        font-size: 13px;
        font-family: inherit;
        line-height: 18px;
        padding: 4px 8px;
        border-bottom: 1px solid #bebebe;
    }

    .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%;
    }
    
    .inner-text.min-max {
        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-detail-number input.form-control {
        line-height: 2.3;
        font-size: 11px;
        padding: 0;
        padding-right: 5px;
    }
    .table-menu-right .form-control{
        background: transparent;
        box-shadow: none;
        padding: 6px 7px;
        border-radius: 3px;
        font-size: 12px;
    }
    .table-menu-right input::-webkit-input-placeholder {
        font-size: 12px;
    }
    input::-webkit-input-placeholder {
        font-size: 14px;
    }
    .login-input::placeholder {
        font-size: 16px;
    }
    b.max-text-mob {
        margin-left: 10px;
    }
    .text-min h3 {
        font-weight: 400;
        font-size: 14px;
    }

    dd.stake-list {
        padding: 0px;
    }

    .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;
    }

    .open-bets-modal .profile_table.table-responsive {
        margin: 0;
    }

    .offcanvas-header .btn-close {
        font-size: 3.4666vw;
    }
    .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-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;
    }


    .fancy-market-detail .min-max-info img {
        filter: invert(1);
    }

    .fancy-market-detail .sport-detail-inner {
        overflow: unset;
    }

    .fancy-market-detail .m-inner-data {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .inner-back span {
        font-size: 11px;
    }

    .sport-footer-data p {
        font-size: 3vw;
    }

    .fancy-market-detail .inner-back {
        font-size: 13px;
    }

    .sport-detail-inner span {
        display: block;
        width: 100%;
        font-weight: normal;
        line-height: 1.3;
    }

    .fancy-market-detail .deatil-inner-data .min-max {
        display: none !important;
    }

    span.inplay {
        display: none;
    }

    .sport-heading-inner-info .sport-inner-box button {
        font-size: 12px;
        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-inner-box {
        width: 100%;
    }

    .sport-inner-box.empty {
        display: none;
    }
    .sport-inner-box.min-max {
        display: none;
    }
    .result-round-id {
        text-align: end;
        margin-bottom: 7px;
    }

    .sport-inner-top {
        justify-content: end;
    }

    .bet-number .inner-back {
        width: 100%;
    }
    .modal-title {
        font-weight: 700;
        font-size: 14px;
        padding-right: 41px;
    }
    .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;
    }

    .profile_table.table-responsive {
        margin-top: 2vh;
    }
    .casino-result-box {
        box-shadow: 0 0 2px;
        margin-bottom: 6px;
    }
    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
    }

    .side-setting-list .btn-wrap-slip {
        flex-wrap: nowrap;
        margin-top: 0;
        margin: 0;
    }
    .client-Ledge-info tbody tr td {
        font-size: 14px;
    }

    .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;
    }
    .history-select.mob-select {
        width: 100%;
    }

    .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;
    }
    .casino-img-box {
        max-width: 263px;
    }
    .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;
    }
    .history-select .select{
        margin-right: 5px;
        margin-bottom: 0;
    }
    .table-menu-right {
        display: block;
        text-align: end;
        align-items: center;
    }
    .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;
    }
    .min-max-info {
        display: block;
    }

    .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;
    }
    .sports-inn span.menu-label {
        display: flex;
    }
    .sport-detail-inner {
        flex-wrap: wrap;
    }
    .bookmaker-main .bet-number.bet-left-in{
        background-image: none;
    }
    .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-left {
        padding: 0;
    }
    .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;
    }
    .result-item-info {
        display: block;
    }
    .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%);
    }
    .casino-result-img{
        width: 100%;
    }

    .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.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-rules-inner .lr-from {
        padding: 0;
        width: 84vw;
        margin: 0 auto;
        color: #000;
    }
    .account-btn {
        width: 100%;
    }
    .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;
        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: 'Roboto Condensed','Open Sans';
        overflow-x: hidden;
    }
    .games-title p {
        font-size: 14px;
    }

    .main-header {
        display: none;
    }

    .top-header .flex {
        min-height: auto;
        padding: 0;
        height: auto;
        margin: 0 0px;
    }
    .btn.clear-btn {
        padding: 6px 32px;
        font-size: 16px;
        width: 100%;
        margin-right: 0px;
        margin-bottom: 9px;
        border-radius: 0px;
    }
    .searchbox-input {
        top:44px;
        left: 48px;
        position: absolute;
    }
    .deposit-details ul li {
        padding: 4px 8px;
        font-size: 15px;
        margin-bottom: 5px;
    }
    .btn.submit-btn {
        padding: 6px 32px;
        font-size: 16px;
        width: 100%;
        margin-right: 0px;
        border-radius: 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;
    }
        .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;
        justify-content: end;
        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 {
        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;
    }
    .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-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;
    }


    .swiper-hero .swiper-slide img {
        width: 100%;
        height: 100%;
    }

    .sports-inn img {
        width: 5.3333333333vw;
        height: 5.3333333333vw;
    }
    .header-btn input#loginPassword {
        display: none;
    }

    .header-btn .login-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;
    }
    .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;
    }
    .custom-radio label{
        font-size: 14px;
    }
    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 23px;
    }
    .betting-filter-inner-box{
        gap: 7px;
        justify-content: space-between;
    }
    .history-select.mob-select .select{
        margin-right: 0px;
    }

    .history-table th {
        font-size: 14px;
        font-weight: 700;
    }

    .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;
    }
    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: 0px !important;
    }

    .custom-select {
        max-width: 100%;
    }
    .heading-side-menu ul {
        overflow-y: unset;
        max-height: 100%;
        width: 100%;
    }
    tr.d_t_flex p,
    tr.d_t_flex a {
        width: 55%;
    }
    .history-table tbody tr td{
        white-space: nowrap;
    }
    li.mobile-header-menu {
        display: block;
    }

    .header-menu {
        display: none;
    }

    .modal-body.rules-main-box {
        padding: 0px 0;
    }

    .rules-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;

    }

    .rules-main-box .logo img {
        max-width: 200px;
        margin: 0 auto;
    }

    .SignIn-Footer-Container {
        font-size: 14px;
        margin-top: 9px;
    }

    .login-modal .modal-content {
        height: max-content !important;
        padding: 34px 25px !important;
        width: auto !important;
        top: 218px !important;
    }
    .login-modal .modal-body h3 {
        margin-top: 12px;
        margin-bottom: 12px;
        font-size: 21px;
    }
    .loader {
        width: 55px;
        height: 55px;
        font-size: 55px;
        position: relative;
    }
    .casino-title h3 {
        font-size: 18px;
    }
    .casino-title {
        padding: 0px 12px;
        margin-top: 13px;
    }

    .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;
    }
    .modal-rules-inner {
        display: block;
    }

    .profile-heading h3 button {
        display: block;
        border: unset;
        background-color: unset;
        color: #000;
        font-size: 20px;
    }
    .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;
    }
    .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;
    }
    .announcement-message h4{
        padding-left: 6px;
    }
    .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: #fff;
        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;

    }
    .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 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;

    }
    .fancy-market-detail .sport-detail-inner{
        width: 62%;
    }

    .bet-menu #tabs-nav li a {
        color: #000;
    }



    .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;
        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%;
    }

    .sport-data-right,
    .sport-inner-top {
        width: 36.666667vw;
    }

    .sport-detail-inner h3 {
        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;
    }
    .sport-detail-inner{
        padding: 0px 14px;
    }

    .inner-info {
        font-size: 3.7333333333vw;
    }

    .inner-info img {
        width: 3.2vw;
        height: 3.2vw;
    }

    iframe#rindle-frame {
        margin-bottom: 15px;
    }
    .login-input{
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }
}

@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
    }
    .login-modal .modal-content {
        height: max-content !important;
        padding: 34px 25px !important;
        width: 94% !important;
        top: 218px !important;
    }

    .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;
    }   
     .casino-game-info {
        gap: 9px;
    }
    .casino-game-info {
        padding: 12px 14px;
    }

    .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;

    }
    .searchbox-open{
        width: 274px;
    }
    .history-select {
        width: 48%;
    }
    input::-webkit-input-placeholder {
        font-size: 15px;
    }

    .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;
    }
    .sport-detail-right,
    .sport-heading-inner-box {
        max-width: 100%;
        width: 100%;
    }
    span.league-name_2 {
        width: 100%;
    }
    a.list-group-item.list-group-item-action {
        font-size: 11px;
        height: auto;
        padding: 5px 3px;
        line-height: 17px;
    }
    .list-group {
        width: 281px;
        max-height: 453px;
        top: 83px;
        z-index: 99999;
        left: 45px;
    }
    span.deleteicon {
        right: -40px;
        top: 67px;
        z-index: 999;
    }
    .footer-logo {
        max-width: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        margin-bottom: 5px;
    }
    .login-info{
        margin-top: 0px;
    }
    .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;
    }
    .mobile-deposit-info.d-xl-none {
        display: flex;
    }
    .news-info {
        position: absolute;
        bottom: -31px;
    }

    .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;
    }
    .mob-event-name {
        max-width: 212px;
    }
    .header-top-menu {
        align-items: flex-start;
        padding-right: 11px;
    }
    .logo {
        align-items: baseline;
    }
    .inplay-info{
        gap: 0px;
    }
    .play-bg{
        margin-right: 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%;
    }
    .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;
    }

    .casino-img-box {
        max-width: 100%;
    }
    .event-left-corner {
        display: none;
    }

    .event-right-corner {
        display: none;
    }
    .searchbox {
        position: absolute;
        left: 0;
    }
    .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;
    }
    .login-data{
        width: 100%;
    }
    .login-input{
        max-width: 100%;
    }
    .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%;
    }

    .casino-list-item-box {
        width: calc(24% - 10px);
    }
    .casino-list-btn{
        font-size: 8px;
    }

}

@media (max-width: 430px) {
    .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;
    }

}
#loginPassword,#lPassword {
    -webkit-text-security: disc !important;
}