/* ============================================
   REACT DESIGN CSS - Combined Override
   Loaded LAST to override all old styles
   ============================================ */

/* Hide old header */
.gd-header { display: none !important; }

/* Fix old style.css tab width conflict - old has .section.tab_section li.nav-item { width: 49% } */
.section.tab_section li.nav-item { width: 32% !important; }
.section.tab_section .nav-tabs { border-bottom: 0 !important; flex-wrap: nowrap !important; }
.section.tab_section .nav-tabs .nav-item.show .nav-link,
.section.tab_section .nav-tabs .nav-link.active {
    background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%) !important;
    color: #ffffff !important;
}
.section.tab_section a.nav-link,
.section.tab_section button.nav-link {
    background: #eaf6f8 !important;
    padding: 25px 40px !important;
    border: none !important;
    border-radius: 0 !important;
    font-size: 18px !important;
    color: #000000 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-family: 'RobotoCondensed-Bold' !important;
    text-align: center !important;
}
.section.tab_section a.nav-link.active,
.section.tab_section button.nav-link.active {
    color: #ffffff !important;
    background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%) !important;
}

/* Fix header z-index and position */
.db-header nav {
    position: fixed !important;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    z-index: 999 !important;
    padding: 0 5px !important;
    background: #EDF5FF !important;
    box-shadow: 0 3px 12px #92929266 !important;
    height: 60px !important;
}
body {
    padding-top: 60px !important;
}

/* Fix amount_div - old style.css has conflicting .amount_div selectors */
.amount_div button.btn.btn-submit {
    background: linear-gradient(1deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%) !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 18px !important;
    border: none !important;
}

/* Fix game select input */
.game-SelectInput select {
    background: #eaf6f8 !important;
    border: 1px solid #54aaa4 !important;
    color: #00b32c !important;
}

/* Fix input fields */
.input_play .form-control {
    background: #eaf6f8 !important;
    border: 1px solid #54aaa4 !important;
    color: #313131 !important;
}

/* More Game bar */
.moreGame {
    background: linear-gradient(273deg, var(--color-blue-7, #020024) 0%, var(--color-cyan-47, #48A799) 0%, var(--color-azure-60, #69C) 80%) !important;
    height: 55px !important;
}

/* Fix footer nav position */
.db-footer-nav {
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 999 !important;
    background: #ffffff !important;
    box-shadow: rgb(76 125 175 / 29%) 0px 3px 28.733px 0px !important;
}

/* Wallet styling */
.db-header a.nav-link.amount__wallt {
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #03b303 !important;
    background: #ffffff !important;
    border-radius: 8px !important;
    border: 1px solid #03b303 !important;
}



/* ========== header.css ========== */

.db-header nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    height: 60px;
    padding: 0 5px;
    background: #EDF5FF;
    box-shadow: 0 3px 12px #92929266;
    height: 80px;
}
section.db-header.scrolled nav{
    z-index: 999;
}

.db-header nav .navbar-brand img {
    width: 210px;
}

.db-header ul.navbar-nav {
    display: flex;
    flex-direction: row;
}

.db-header .nav-link.user--id {
    background: linear-gradient(to right, #4AA59E, #3c9af7);
    border-radius: 8px;
    color: #4C7DAF;
    display: inline-block;
    text-decoration: none;
    padding: 1.5px !important;
    cursor: inherit;
}

.db-header .nav-link.user--id span {
    background: #EAF6F8;
    display: block;
    padding: 3px 10px;
    border-radius: 7px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    background: #fff;
    height: 100%;
}

.db-header .nav-link.user--id span b {
    display: block;
    color: #000;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.db-header .nav-item {
    margin-right: 10px;
}

.db-header a.nav-link.amount__wallt {
    font-size: 16px;
    font-weight: 500;
    color: #03b303;
    background: #ffffff;
    border-radius: 8px;
    letter-spacing: 0px;
    border: 1px solid #03b303;
}

a.nav-link.amount__wallt b {
    display: inline-block;
    color: #029d02;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400 !important;
    margin-right: 4px;
}

.db-header a.nav-link.amount__wallt {
    font-size: 16px;
    color: #03b303;
    letter-spacing: 0px;
    font-family: 'RobotoCondensed-Bold';
}

.db-header .nav-link {
    padding: 8px 15px !important;
    /* line-height: 0; */
}

.db-header a.nav-link.download {
    background: linear-gradient(297deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 0;
    position: relative;
    box-shadow: 0 0 4px #e0e0e0;
    padding: 8px 10px !important;
    line-height: 1;
}

.db-header a.nav-link.download span {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.db-header .download .pulse {
    display: block !important;
    width: 20px  !important;
    height: 20px !important;
    border-radius: 50%;
    background: linear-gradient(297deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgb(111 204 102) 80%) !important;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(255 255 255 / 29%);
    animation: pulse 1.5s infinite !important;
    line-height: 0;
    padding: 2px 4px;
    border: 3px solid #f0f8ff;
}
.footer {
    text-align: center;
    padding: 15px 0 0;
    color: #eee;
    background: rgb(83,83,83);
    background: radial-gradient(circle, rgba(83,83,83,1) 0%, rgba(83,83,83,1) 35%, rgba(0,0,0,1) 100%);
    position: relative;
}
.footer .img-fluid.footer_bg-img {
    position: absolute;
    left: 48%;
    width: 100%;
    max-width: 95px;
    top: 20px;
    opacity: 1;
}
.heading_footer {
    text-align: left;
    margin: 0 0 60px;
}
.heading_footer h2 {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
}
.links ul {
    padding-left: 0;
    margin: 0;
    justify-content: space-between;
}
.links li {
    list-style: none;
    padding: 10px 10px;
}
.links li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'RobotoCondensed-Bold';
}
.links li a:hover{
    color: #a8fdbc;
}
.copyright {
    margin: 20px 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    background: #fff;
    color: #686868;
    padding: 5px 0;
}
.mobile_links a {
    letter-spacing: -.4px;
    text-transform: capitalize;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    white-space: nowrap;
    font-family: 'Roboto-Regular';
}
.mobile_links a span{
    margin-top: 3px;
}
ul.mobile_links {
    margin: 3px 0;
    align-items: baseline;
    list-style: none;
}
.mobile_links li {
   width: 20%;
}
/* .mobile_links li:nth-child(1){
    width: 14%;
}
.mobile_links li:nth-child(2){
    width: 29%;
}
.mobile_links li:nth-child(3){
    width: 29%;
}
.mobile_links li:nth-child(4){
    width: 14%;
}
.mobile_links li:nth-child(5){
    width: 14%;
} */

.btn-back-head {
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-back-head:focus{
   outline: #4AA59E !important;
}
.db-header .navbar-nav .nav-link {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.db-header .navbar-nav .nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}
.db-new-games {
    height: 100vh;
    margin-top: 60px;
}

/* ========== home.css ========== */

.section.tab_section {
    position: relative;
    padding: 1rem;
}

.tab_section .nav li {
    width: 32%;
}

.tab_section .nav li button {
    width: 100%;
}

.tab_section .nav-pills {
    justify-content: space-between;
}

.tab_section .nav-link {
    background: #eaf6f8;
    padding: 25px 40px;
    border: none;
    border-radius: 0 !important;
    font-size: 18px;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    /* border-radius: 5px !important; */
    font-family: 'RobotoCondensed-Bold';
}

.tab_section .nav-link.active {
    color: #ffffff;
    border-color: #dee2e6 #dee2e6 #fff;
    background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);
}

.tab_section .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 30px;
    border: 15px solid transparent;
    border-top-color: #4aa69c;
}

.game-SelectInput select {
    border-radius: 3px;
    height: 60px;
    -webkit-box-shadow: inset 0px 1px 3px 0px rgb(221 237 238);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgb(221 237 238);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #54aaa4;
    font-size: 20px;
    color: #00b32c;
    padding: 0 20px 0 37px;
    background: #eaf6f8;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-appearance: none;
}

.game-SelectInput select:focus {
    -webkit-box-shadow: inset 0px 1px 3px 0px rgb(221 237 238);
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0px 1px 3px 0px rgb(221 237 238);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #54aaa4;
    color: #00b32c;
    background: #eaf6f8;
}

.game-SelectInput .game-Icon {
    color: #00b32c;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 8px;
    transform: translate(0%, -50%);
}

.game-SelectInput-main {
    padding-top: 10px;
}

section.section.open_game {
    padding-top: 20px;
}

.position_set.position-relative.set_numberdbb {
    display: flex;
    margin: 0;
    flex: auto;
}

.position_set.position-relative.set_numberdbb {
    background: #eaf6f8;
    border: 1px solid #449dbe;
    border-radius: 4px;
    padding: 0 2px;
    overflow: hidden;
}

.input_play .form-control {
    border-radius: 2px;
    height: 55px;
    background: #eaf6f8;
    color: #313131;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border: 1px solid #54aaa4;
    text-transform: uppercase;
    font-weight: 500;
}

.input_dbb label,
.input_play .form-control.big_input {
    border: none;
}

.position_set.position-relative.set_numberdbb input.form-control {
    margin: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 0 0 88%;
}

.input_play input.form-control::placeholder {
    color: #6e757c;
}

.input_play input:focus {
    outline: none;
    box-shadow: none;
}

.input_dbb {
    position: relative;
    width: 100%;
}

.input_dbb label {
    display: block;
}

.input_play {
    margin: 0 0 20px;
}

.input_dbb label {
    font-size: 13px;
    text-align: center;
    background: #449dbe;
    border: 0px solid #4ba59e;
    border-left: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin: 0;
    height: 52px;
    line-height: 25px;
    font-weight: 600;
    padding: 5px 0 0;
    cursor: pointer;
    color: #fff;
}

label.labl-b:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 55%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.position_set.position-relative.set_numberdbb {
    align-items: center;
}

.input_dbb .checkmark {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 17px;
    width: 17px;
    background-color: #eee;
    text-align: center;
    border-radius: 18%;
}

.input_dbb input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.input_dbb .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.input_dbb input:checked~.checkmark:after {
    display: block;
}

.input_dbb input:checked~.checkmark {
    background-color: #ee621e !important;
}

.input_dbb .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.input_play span.equal {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #000;
    display: block;
    text-align: center;
}

.input_dbb:hover input~.checkmark {
    background-color: #ccc;
}

/* Chrome, Safari, Edge */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.data_show {
    width: 100%;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 2px 20px #e5e5e5;
    border-radius: 5px;
    justify-content: space-between;
    border: 1px solid #42a4a6;
}

.data_show p {
    justify-content: space-around;
    border-bottom: 1px solid #bababa;
    margin: 0;
    padding: 6px 0 6px;
    color: #000;
}

.data_show span.first_value {
    width: 55px;

}

.data_show p span {
    font-size: 18px;
    font-weight: 600;
}

.data_show .close {
    opacity: 1;
    color: #e20000;
    width: 26px;
    height: 26px;
    text-shadow: none;
    background: #ffe2e2;
    border-radius: 50%;
    padding: 0;
    font-size: 22px;
    line-height: 1px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    border: none;
}

.data_show p:nth-last-child(1) {
    border-bottom: 0px;
}

.data_show p input {
    border: none;
}

span.last_value input:focus {
    outline: none;
    border: none;
}

.amount_div {
    margin-bottom: 10px;
    text-align: center;
}

.amount_div p.total_amount {
    font-size: 22px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 24px;
    font-weight: 500;
    font-family: 'RobotoCondensed-Bold';
}

p.total_amount span.fname {
    order: 2;
    margin-left: 5px;
    color: #029d02;
}

.section.game-total {
    margin: 30px 0 40px 0;
}

.amount_div button.btn.btn-submit {
    background: linear-gradient(1deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);
    border-radius: 0;
    color: #fff;
    padding: 12px 100px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    margin: 0;
    position: relative;
    overflow: hidden;
}

/* .amount_div button.btn.btn-submit:hover {
    background: #7cabd9;
} */

.title-page h1 {
    text-align: left;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
    color: #000;
    font-weight: bold;
}

.table-responsive.table_jantri .table-striped tbody tr:nth-of-type(odd) td {
    color: #fff;
    background: #4f9ea7;
}

.table-responsive.table_jantri .table-bordered td {
    border: 1px solid #e7e7e7;
    border-left: 0;
    font-weight: 600;
    padding: 0.75rem;
}

.table-responsive.table_jantri table {
    text-align: center;
    margin: 0;
}

.table-responsive.table_jantri .table-bordered td {
    border: 1px solid #e7e7e7;
    border-left: 0;
    font-weight: 600;
}

.table-responsive.table_jantri .table-bordered td:last-child {
    border-right: 0;
}

.table-responsive.table_jantri .table-striped tbody tr:nth-of-type(even) td {
    background-color: #eeeeee82 !important;
}

.table-responsive.table_jantri input.form-control,
.table-responsive.table_jantri input.form-control:focus {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff96;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    display: inline-block;
    height: auto;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #cd0000;
}

.table-responsive.table_jantri input.form-control:focus {
    border-bottom-color: #6699cc54;
}

.table_jantri tr:last-child td {
    border-bottom: transparent !important;
}

tr:first-child td,
tr:last-child td {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.table-responsive>.table-bordered {
    border: 0 !important;
}

.table-bordered> :not(caption)>* {
    border-width: 0;
}

.data_show .close:hover {
    background: #e20000d6;
    color: #fff;
    font-weight: 400;
    box-shadow: 0 1px 5px #d2cece;
    opacity: .75;
}

/** More Game ****/
.moreGame {
    background: linear-gradient(273deg, var(--color-blue-7, #020024) 0%, var(--color-cyan-47, #48A799) 0%, var(--color-azure-60, #69C) 80%);
    height: 55px;
    position: relative;
}

.main-logo-li {
    height: 55px;
    position: relative;
}

.moreGame h6 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.034px;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.game-Logo-list {
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    position: absolute;
    top: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.game-Logo-list li {
    display: flex;
    width: 34px;
    height: 34px;
    padding: 5.5px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    border-radius: 9.227px;
    background: #FFF;
    box-shadow: 0 6.591px 9.886px -1.977px rgba(0, 0, 0, 0.10), 0 2.636px 3.955px -2.636px rgba(0, 0, 0, 0.10);
}

.game-Logo-list li:nth-child(2) {
    padding: 2px;
}

.game-Logo-list li:nth-child(5) {
    padding: 0px;
}

.click-more-game {
    color: #fff;
    text-align: center;
    letter-spacing: -.15px;
    background: linear-gradient(90deg, #ff8904 0%, #f54900 100%);
    border: 0;
    border-radius: 8070280px;
    height: 40px;
    padding: 0 22px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 11.545px;
    position: relative;
    box-shadow: 0 4.81px 7.215px -1.443px #0000001a, 0 1.924px 2.886px -1.924px #0000001a;
}

.click-more-game img {
    width: 20px;
    height: 22px;
    position: absolute;
    bottom: -5px;
    right: 2px;
}

.input_dbb.position_no label.labl-a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

label.labl-b {
    position: relative;
}

.moreGame h6 img {
    width: 12px;
    height: 12px;
    margin: 0 4px;
}

.cricket-logo-main {
    position: relative;
}

.cricket-logo-main .CricketBall {
    height: 14px;
    width: 14px;
}

.cricket-logo-main .CricketBall {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 14px;
    width: 14px;
    animation: ballHit 2s infinite;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform, opacity;
    animation: ballHit 2s infinite linear;
    z-index: 9999;
}

@keyframes ballHit {
    0% {
        transform: translate(0, 0);
        opacity: 1;
        animation-timing-function: linear;
    }

    20% {
        transform: translate(0px, 7px);
        animation-timing-function: linear;
    }

    45% {
        transform: translate(-100px, -100px);
        animation-timing-function: linear;
    }

    65% {
        transform: translate(-260px, 30px);
        animation-timing-function: linear;
    }

    100% {
        transform: translate(-600px, -50px);
    }
}

.CricketBat {
    animation: batSwing 2s infinite ease-in-out;
    transform-origin: right center;
}


@keyframes batSwing {
    0% {
        transform: rotateZ(-20deg);
    }

    20% {
        transform: rotateZ(15deg);
    }

    100% {
        transform: rotateZ(-20deg);
    }
}

/* button.btn.btn-submit.placeBet-Btn.cancelBet {
    background: #585757cf;
} */
/* animated overlay */
button.btn.btn-submit.placeBet-Btn.cancelBet::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    /* background: #585757cf; */
    background: linear-gradient(146deg, #EC2828 27.73%, #D82405 100%);
    animation: fillLeftToRight 2s linear;
    z-index: 0;
}

button.btn.btn-submit.placeBet-Btn > * {
    position: relative;
    z-index: 1;
}

@keyframes fillLeftToRight {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

/* ========== resposiv.css ========== */

@media only screen and (max-width: 1440px) {
    .qr-page .addd_money,.addd_money{
        height: 80vh;
    }
}
@media only screen and (max-width: 1080px) {
    .db-statemnt .tab_section .nav li{
        width: 25%;
        padding: 20px 0;
    }
    .qr-page .addd_money{
        height: 80vh;
    }
}
@media only screen and (max-width: 767px) {
    .db-header nav {
        height: 60px;
    }

    .db-header .nav-link.user--id span {
        white-space: nowrap;
        padding: 0;
        font-size: 10.5px;
        font-weight: 500;
        line-height: 12px;
        padding: 3px 8px;
    }

    .db-header .nav-link.user--id span b {
        font-size: 11px;
        letter-spacing: 0.5px;
    }

    .db-header .nav-link.user--id {
        padding: 1px !important;
    }

    .db-header nav .navbar-brand img {
        width: 135px;
    }

    .db-header a.nav-link.amount__wallt {
        letter-spacing: 0;
        font-size: 13px;
        padding: 0px 8px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    a.nav-link.amount__wallt b {
        font-size: 13px;
    }

    /* .db-header a.nav-link.download {
        font-size: 13.5px;
        padding: 8px !important;
    } */
    .db-header a.nav-link.download {
        font-size: 13.5px;
        padding: 0px !important;
    }

    .db-header .download .pulse {
        width: 16px !important;
        height: 16px !important;
        padding: 2px 2.3px !important;
    }

    /* .db-header a.nav-link.download span {
        width: 15px;
        height: 15px;
    } */
    .db-header a.nav-link.download span {
        width: 21px;
        height: 21px;
    }

    .db-header .nav-item {
        margin-right: 5px;
    }

    .mainBody {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .tab_section {
        padding: .5rem !important;
        margin-bottom: 150px;
    }

    .tab_section .nav-link {
        padding: 8px 3px !important;
        font-size: 14px;
        border-radius: 2px;
        font-weight: 500;
        border-radius: 4px !important;
    }

    .tab_section .nav-link.active::after {
        bottom: -18px;
        left: 50%;
        border: 10px solid transparent;
        border-top-color: #4aa69c;
        transform: translate(-50%, -0%);

    }

    section.section.open_game {
        padding: 10px 12px;
    }

    .input_play {
        margin: 0 0 10px;
    }

    .game-SelectInput-main {
        padding-top: 0px;
    }

    .game-SelectInput select {
        height: 45px;
        font-size: 15px;
        padding: 0 10px 0 26px;
        -webkit-appearance: none;
        border-radius: 4px;
    }

    .game-SelectInput .game-Icon {
        left: 6px;
        font-size: 18px;
    }

    .position_set.position-relative.set_numberdbb input.form-control {
        flex: 0 0 72%;
    }

    .input_play input.form-control {
        height: 45px;
        font-size: 12.5px;
        padding: 0 5px;
        font-size: 11.5px;
    }

    .input_dbb label {
        background: #449dbe;
        height: 41px;
        padding: 2px 0 0;
        font-size: 10px;
        line-height: 11px;
        color: #fff;
    }

    .input_play span.equal {
        font-size: 18px;
        line-height: 43px;
        padding: 0;
        color: #868686;
    }

    .p-00 {
        padding: 0 !important;
    }

    .input_dbb .checkmark {
        width: 15px;
        height: 15px;
        margin: 0 auto;
        top: 26px;
        left: 0;
        border-radius: 18% !important;
    }

    .input_dbb.position_no .checkmark {
        left: 3px;
        top: 24px;
    }

    .input_dbb.position_no label {
        line-height: 22px;
        font-size: 12px;
    }

    .input_dbb .checkmark:after {
        left: 5.5px;
        top: 2px;
        width: 4px;
        height: 9px;
        border-width: 0 2px 2px 0;
    }

    .data_show p span {
        font-size: 12px;
    }

    .data_show .close {
        height: 20px;
        width: 20px;
        font-size: 16px;
    }

    .amount_div {
        box-shadow: 0px -7px 10px 0 #eeeeee;
        margin-bottom: 0;
        margin-top: 0;
    }

    .amount_div p.total_amount {
        padding: 5px 0;
        display: block;
        align-items: center;
        margin: 0;
    }

    p.total_amount span.fname {
        text-align: center;
        line-height: 18px;
        font-weight: 900;
        display: block;
        order: 1;
        margin-left: 0;
        font-size: 17px;
    }

    .amount_div p.total_amount {
        font-size: 14px;
    }

    .amount_div span.lname {
        letter-spacing: 1px;
    }

    .amount_div button.btn.btn-submit {
        text-align: center;
        width: 100%;
        font-size: 14px;
        border-radius: 0;
        padding: 15px 0;
        font-weight: 600;
    }

    .title-page h1 {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 10px;
        font-weight: 500;
    }

    .table-responsive.table_jantri .table-bordered td {
        padding: 6px 1px !important;
    }

    .table-responsive.table_jantri input.form-control,
    .table-responsive.table_jantri input.form-control:focus {
        font-size: 12.5px;
    }

    .table-responsive.table_jantri .table-bordered td {
        padding: 6px 1px;
        font-size: 15px;
        font-weight: 600;
    }

    .section.game-total {
        position: fixed;
        width: 100%;
        bottom: 24px;
        background: #fff;
        z-index: 9;
        left: auto;
        right: 0;
    }

    .card_body.statementt {
        padding: 0px 10px 0px;
        margin: 0;
    }

    .card_body.statementt .statement_sec {
        padding: 0px;
        margin: 0 -10px;
    }

    .statement_sec h2 {
        font-size: 13px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: start;
        padding: 32px 0 20px 0;
    }

    .statementTab {
        margin: 0;
    }

    .statement_sec h2 b {
        font-size: 26px;
        display: block;
        text-align: left;
    }

    .card_body.statementt .btns {
        top: 75px;
    }

    .card_body.statementt a.btn {
        width: 46%;
        border: 2px solid #56a0b2;
    }

    .btns .btn.btn-moneyyy img {
        width: 24px;
        margin-right: 5px;
        text-align: center;
        margin: 0 auto;
    }

    a.btn.btn-moneyyy {
        padding: 5px 5px;
        font-size: 13px;
        margin: 0 2px;
    }

    .payment_his ul li img {
        width: 22px;
    }

    .payment_his ul li p {
        font-size: 13.5px;
        line-height: 17px;
        margin-left: 5px;
    }

    .payment_his p span {
        font-size: 11px;
    }

    .payment_his ul li h6 {
        font-size: 13.5px;
    }

    .payment_his ul li h6 .closing_blnc {
        font-size: 10px;
        padding-top: 1px;
    }

    .payment_his a.Deatail_view {
        font-size: 11px;
        bottom: -6px;
        right: 3px;
    }

    a.Deatail_view::before {
        width: 90px;
        height: 20px;
        right: -18px;
        bottom: -2px;
        left: auto;
    }

    .payment_his ul li {
        padding: 8px 15px 8px 8px;
        margin-bottom: 0px;
    }

    .payment_his h5 {
        font-size: 15px;
        font-weight: 600;
        padding: 8px 0;
    }

    .section.Result_section.p-4 {
        padding: 0 !important;
        overflow: hidden;
        margin-bottom: 4rem;
    }

    .result-akk {
        padding: 15px 10px;
    }

    .select_result {
        margin-bottom: 0;
    }

    .select_result span {
        height: 42px;
        line-height: 40px;
        font-size: 14px;
    }

    .select_result span img {
        max-width: 20px;
    }

    .select_result input {
        height: 42px;
        line-height: 35px;
        font-size: 13px;
        padding: 2px 0 0 24px;
    }

    .select_result span.data_select img {
        left: 10px;
        top: 14px;
    }

    .winner-ak {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .game_name {
        height: 55px;
    }

    .game_name img {
        height: 60px;
        margin-top: 4px;
    }

    .game_name h3 {
        top: 22px;
        font-size: 18px;
    }

    .time-game p {
        font-size: 15px;
        margin: 0 0px;
        letter-spacing: -0.5px;
    }

    .time-game img {
        width: 12px;
    }

    .number_00 img {
        width: 60px;
    }

    .number_00 span {
        top: 14px;
        font-size: 22px;
        text-align: center;
        letter-spacing: -1px;
    }

    .number_00 {
        margin-top: 10px;
        margin-bottom: -48px;
    }

    .ak-side-result {
        height: auto;
        padding-top: 0;
        overflow: hidden;
    }

    .play-rules {
        margin-top: 20px !important;
    }

    .result-body {
        padding: 15px;
    }

    .play-rules ul.list-rules li {
        font-size: 14px;
        margin: 0px 0 2px;
    }

    .play-rules p {
        font-size: 13px;
        letter-spacing: 0px;
    }

    .refer-Main {
        padding: 20px 15px 20px;
        margin-top: -25px !important;
    }

    label.refer-head {
        font-size: 14px;
    }

    .input-group input {
        height: 45px;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .input-group button {
        height: 45px;
        font-size: 14px;
    }

    .copey {
        font-size: 12px;
    }

    .watsapp a {
        font-size: 14px;
        padding: 8px 20px;
    }

    .watsapp {
        margin: 35px 0 0 0;
    }

    .how-to-refer {
        margin-top: 45px;
    }

    .how-to-refer h2 {
        font-size: 18px;
        margin: 0;
    }

    .how-to-refer ol li {
        font-size: 14px;
        padding-bottom: 0px;
        padding-top: 5px;
    }

    .main-contnt h2 {
        font-size: 25px;
    }

    .refer-col1 h5 {
        font-size: 13px;
    }

    .main-contnt {
        padding: 15px 0 40px;
    }

    .input_play .form-control {
        border: 1px solid #449DBE;
        border-radius: 4px;
    }

    .input_dbb label {
        border: none;
    }

    .input_play .form-control.big_input {
        border: none;
    }

    .position_set.position-relative.set_numberdbb {
        border-radius: 4px;
        border: 1px solid #449dbe;
        background: #eaf6f8;
        overflow: hidden;
        padding: 0 2px;
    }

    label.withPalti {
        border-left: 2px solid #fff;
        text-align: left;
        padding: 4px 4px;
    }

    label.withPalti .checkmark {
        margin: -4px 6px 0px auto;
        right: 0;
    }

    .position_set.position-relative.set_numberdbb {
        align-items: center;
    }

    label.labl-b::after {
        content: '';
        position: absolute;
        height: 55%;
        width: 1px;
        background: #fff;
        left: 0;
        top: 50%;
        transform: translate(0%, -50%);
    }

    .input_dbb input:checked~.checkmark {
        background-color: #ee621e !important;
    }

    .tab_section .col-7 {
        flex: none;
        width: 59.3333%;
    }

    .tab_section .col-1 {
        flex: none;
        width: 6.33333%;
    }

    .tab_section .col-4 {
        flex: none;
        width: 34.3333%;
    }

    @keyframes ballHit {
        0% {
            opacity: 1;
            animation-timing-function: linear;
            transform: translate(0);
        }

        20% {
            animation-timing-function: linear;
            transform: translate(0, 8px);
        }

        45% {
            animation-timing-function: linear;
            transform: translate(-50px, -70px);
        }

        65% {
            animation-timing-function: linear;
            transform: translate(-180px, 20px);
        }

        100% {
            transform: translate(-500px, -10px);
        }

    }

    .addd_money_content .add-cash {
        width: 100%;
    }

    section.section.tab_section.moneyy.tab_section .nav-pills {
        justify-content: space-between;
        gap: 5px;
        margin: 0;
    }

    section.section.tab_section.moneyy.tab_section .nav li {
        width: 49%;
    }

    section.section.tab_section.moneyy.tab_section .nav-link {
        font-size: 13px;
        padding: 12px 3px !important;
    }

    .addd_money {
        height: calc(100vh - 320px);
        position: relative;
        padding: 0 12px;
    }

    .addd_money_content p {
        font-size: 13px;
    }

    .helpe-Sport-money h6 {
        font-size: 13px;
    }

    .telChat img {
        width: 32px;
        height: 32px;
    }

    .securPymennt h1 img {
        width: 80px;
    }

    .securPymennt h1 {
        font-size: 14px;
        margin: 0;
    }

    .addd_money_content input {
        font-size: 45px;
    }

    .addd_money_content label {
        font-size: 16px;
    }

    .addd_money_content .add-cash {
        height: 45px;
        margin: 10px 0 0;
        font-size: 16px;
        /* position: absolute;
        left: 0;
        right: 0;
        bottom: 23%; */
    }

    .section.tab_section.moneyy .tab-pane {
        background: none;
        border: none;
        padding: 0;
    }

    .securPymennt {
        height: 70px;
        margin-top: 0px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .helpe-Sport-money {
        position: fixed;
        left: 15px;
        right: 15px;
        bottom: 85px;
    }

    .section.tab_section.moneyy .payment-methods {
        width: 100%;
        margin-top: 10px;
    }

    .section.tab_section.moneyy.paymet-method-id .payment-methods h1 {
        font-size: 18px;
        padding: 0 0 30px 0;
    }

    .section.tab_section.moneyy .menu-slide {
        column-gap: 15px;
    }

    .section.tab_section.moneyy .img_moneyy li {
        padding: 28px 0px 22px;
        margin: 5px auto 10px;
    }

    .section.tab_section.moneyy .img_moneyy ul li img {
        max-width: 45%;
    }

    .section.tab_section.moneyy .img_moneyy ul li .manuall,
    .section.tab_section.moneyy .img_moneyy ul li .automaticc {
        font-size: 11px;
        padding: 0px 5px;
    }

    .payment-methods-contain {
        align-items: start;
        background: #eaf6f8;
        border: 1px solid #e3f0f2;
        border-radius: 4px;
    }

    /* .paymet-method-id .payment-methods-contain{
        background: none;
        border: none;
    } */
    .paymet-method-id .payment-methods img {
        width: 100%;
        max-width: 150px;
        box-shadow: none;
        margin: 0;
        padding: 12px;
        /* background: #FFF;
        box-shadow: 0 4.561px 45.614px 0 rgba(56, 135, 167, 0.12); */
    }

    .qr-page.paymet-method-id .payment-methods img {
        width: 100%;
        max-width: 260px;
    }

    .section.tab_section.moneyy.paymet-method-id.qr-page .payment-methods h1 {
        padding: 0 0 0px;
        font-size: 18px;
    }

    .paymet-method-id .payment-methods p.style-line {
        margin: 0px 0 15px 0;
        font-size: 15px;
    }

    .paymet-method-id .payment-methods span.font-bigg {
        font-size: 14px;
        font-weight: 900;
    }

    .paymet-method-id .payment-methods label.copy {
        height: 48px;
        padding: 0 3px;
    }

    .paymet-method-id .payment-methods button.input-group-text.btn.btn-copy {
        height: 40px;
        padding: 0 12px;
        font-size: 13px;
    }

    .paymet-method-id .payment-methods label input {
        font-size: 14px;
    }

    .note-term-condition {
        margin: 15px auto;
        padding: 8px;
        width: 100%;
    }

    .note-term-condition p {
        font-size: 12px;
        text-align: left;
    }

    .paymet-method-id .note-term-condition img {
        height: 14px;
        width: 14px;
        background: none;
        padding: 0;
        margin: 0 2px 0 0;
    }

    .paymet-method-id .payment-methods button.input-group-text.btn.btn-copy img {
        height: 14px;
        width: 14px;
        margin: 0 2px 0 0;
    }

    .paymet-method-id .payment-methods .btn-back {
        font-size: 14px;
        padding: 12px 0;
        width: 48%;
        text-align: center;
    }

    .paymet-method-id .payment-methods .btn-next {
        font-size: 14px;
        padding: 12px 0;
        width: 48%;
        text-align: center;
    }

    .paymet-method-id .addd_money {
        height: calc(100vh - 145px);
    }

    .paymet-method-id .payment-methods-contain {
        align-items: center;
        background: none;
        border: none;
    }

    .paymet-method-id .payment-methods h1 {
        padding: 0 0 20px 0;
        font-size: 1.2rem;
        text-align: center;
    }

    .section.tab_section.moneyy .payment-methods h1 {
        font-size: 1.2rem;
    }

    .paymet-method-id.deposit-bank .payment-methods img {
        background: none !important;
        box-shadow: none;
        width: 21px;
        height: 21px;
    }

    section.section.tab_section.moneyy.paymet-method-id.confirm-page img {
        background: none !important;
        margin: 0;
        padding: 0;
        height: auto;
        width: auto;
    }

    section.section.tab_section.moneyy.paymet-method-id.confirm-page .addd_money {
        height: auto;
    }

    ul.hist-List p {
        font-size: 14px;
    }

    ul.hist-List li {
        line-height: 40px;
    }

    .transaction-Card h4 {
        font-size: 16px;
    }

    .failed-Icon {
        width: 45px;
        height: 45px;
    }

    section.section.tab_section.moneyy.paymet-method-id.confirm-page .failed-Icon img {
        width: 22px;
        height: 22px;
    }

    .failed-Icon-head h5 {
        margin: 10px 0 0;
        font-size: 16px;
    }

    .confirm-page {
        margin-bottom: 40px !important;
    }

    .statement_sec h2 img {
        width: 38px;
        height: 38px;
        margin-right: 5px;
    }

    .recipt-modal .topModelHed {
        display: none;
    }

    .recipt-modal.Failed-withdrawal .card-text {
        display: block;
        width: 60px;
        margin: 10px auto;
    }

    .recipt-modal .card-text {
        display: none;
    }

    .recipt-modal .section_money .card_body h2.bet-sb {
        padding: 10px 0;
    }

    .recipt-modal .card_body h2 {
        padding: 8px 0;
        font-size: 20px;
    }

    .recipt-modal .card_body.orangee .deatils-ak p span {
        font-size: 14px;
        overflow-wrap: break-word;
    }

    .recipt-modal .deatils-ak {
        display: flex;
        flex-flow: row wrap;
    }

    .recipt-modal .card_body .deatils-ak p {
        width: 100%;
        margin: 0 0;
        padding: 0 0;
        line-height: 18px;
        height: 42px;
    }

    .recipt-modal.Failed-withdrawal .card_body .deatils-ak p {
        font-size: 14px;
    }
    .recipt-modal.Failed-withdrawal .card_body .deatils-ak p b{
        font-size: 14px;
    }
    .recipt-modal.Failed-withdrawal .card_body .deatils-ak p span{
        font-size: 14px;
    }
    .recipt-modal .card_body.orangee .deatils-ak p span {
        font-size: 14px;
        overflow-wrap: break-word;
    }

    .recipt-modal .card_body.orangee .deatils-ak p span b {
        font-size: 14px;
    }

    .recipt-modal .card_body {
        width: 95%;
        margin: 15px auto 0;
    }

    .recipt-modal.Failed-withdrawal .card_body {
        width: 100%;
        margin: 10px 0;
    }

    .recipt-modal .deatils-ak {
        padding: 10px;
    }

    .recipt-modal .modal-title.h4 {
        font-size: 18px;
    }

    .recipt-modal .modal-content .close {
        padding: 0;
        height: 28px;
        width: 28px;
        top: 8px;
    }

    .recipt-modal .modal-header {
        padding: 10px 25px;
    }

    section.profile-features {
        padding: 20px 0;
    }

    .section_receipt.profile_bg .card_body.profilee {
        padding: 5px 12px 15px;
    }

    .profile_icon {
        margin-left: 10px;
    }

    .form_profile {
        width: 100%;
        margin: 0 auto 0px;
    }

    .form_profile .form-group {
        margin-bottom: 0;
    }

    .form_profile label {
        left: 3px;
        top: 60%;
    }

    .form_profile .form-control {
        height: 40px;
        font-size: 14px;
        padding: 10px 10px 0 25px;
    }

    .form_profile .btn-edit.edit {
        top: 6px;
        right: 4px;
    }

    .form_profile .btn-edit.edit svg {
        font-size: 16px;
    }

    .features-list .nav {
        gap: 6px;
        width: 100%;
    }

    .features-list .cast-gap {
        gap: 12px;
        flex-wrap: wrap;
    }

    .features-list .tab-content {
        width: 100%;
    }

    .features-list .nav-link {
        width: 48%;
    }

    .features-list .nav {
        flex-wrap: nowrap;
        flex-flow: row !important;
    }

    .profile-features ul li {
        padding: 8px;
        font-size: 18px;
        margin: 0 0 12px;
    }

    .profile-features ul li h6 {
        font-size: 14px;
    }

    .profile-features ul li span {
        width: 36px;
        height: 36px;
        margin-right: 10px;
        padding: 5px;
    }

    .gameFilterCatg ul li button {
        margin-right: 5px;
        height: 32px;
        font-size: 12px;
        padding: 10px 16px;
    }

    .gameFilterCatg h1 {
        font-size: 16px;
    }

    .gameFilterCatg ul {
        margin: 4px 0 10px 0;
    }

    .custom-next-btn,
    .custom-prev-btn {
        width: 26px;
        height: 26px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    button.custom-prev-btn svg,
    button.custom-next-btn svg {
        color: #fff;
        font-size: 22px;
    }

    .gameSpce {
        margin-bottom: 10px;
    }

    .other-Game .col-xl-3.col-lg-3.col-md-4.col-sm-4.col-4 {
        padding: 0 3px;
        margin-bottom: 6px;
    }

    .row.other-Game {
        padding: 10px 10px;
    }

    .gameMainSlider {
        margin-bottom: 8px;
    }

    .refer-list .giftIcon h2.bal {
        font-size: 20px;
    }

    .refer-list .refId input {
        font-size: 16px;
    }

    .mb-3.inputLog {
        margin-bottom: 1.5rem !important;
    }

    .data_show {
        padding: 10px;
    }

    .db-result-tabel-filter ul li button {
        font-size: 12px;
        height: 36px;
    }

    .db-result-tabel-filter .react-datepicker__input-container input {
        height: 36px;
        font-size: 13px;
    }

    .db-header .navbar-nav .nav-link {
        height: 33px;
    }

    .db-header a.nav-link.download {
        width: 33px;
    }

    section.section_receipt.profile_bg {
        margin: 75px 0 0 0;
    }

    .db-add-Act-List {
        margin-bottom: 8px !important;
    }

    .db-add-Act-List:nth-last-child(1) {
        margin: 0;
    }

    .loginLogo.db-loginLogo-Web {
        display: none;
    }

    .shiny img {
        width: 70px;
        height: 70px;
    }

    .shiny {
        height: 70px;
        width: 70px;
    }

    .moreGame {
        height: 40px;
    }

    .main-logo-li {
        height: 40px;
    }
    .game-Logo-list li{
        width: 29px;
        height: 29px;
    }
    .moreGame h6{
        font-size: 14px;
    }
    .click-more-game {
        height: 30px;
        font-size: 12px;
        padding: 0 10px;
    }
    .db-page-receipt {
        margin-top: 80px;
        margin-bottom: 85px;
    }
    .db-page-receipt h3 {
        font-size: 18px;
    }
    .db-page-receipt ul li p {
        font-size: 14px;
    }
    .db-page-receipt ul li {
        height: 42px;
    }
    .receipt-Db-heading {
        margin-top: 10px;
        font-size: 18px;
    }
    .db-bet-nuber-col {
        width: 17%;
        height: 72px;
    }
    .db-bet-nuber-col p{
        font-size: 15px;
        height: 34px;
    }
    .db-bet-nuber-col h1{
        font-size: 13px;
        height: 34px;
    }
    section.db-bet-nub-state {
        padding: 10px 0;
    }
    button.btn.btn-primary.save-receipt-btn{
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {

    .table-responsive.table_jantri input.form-control,
    .table-responsive.table_jantri input.form-control:focus {
        font-size: 12.5px;
    }

    .copey {
        font-size: 12px;
    }

    .withdrawalForm .mb-3 {
        margin-bottom: 8px !important;
    }
}

@media screen and (max-width: 440px) {
    .input_play input.form-control {
        font-size: 12px;
    }
    .qr-page.paymet-method-id .payment-methods img {
        max-width: 180px;
    }
    .upload-main{
        height: 130px;
    }
    .bottmShape{
        display: none;
    }
}

@media screen and (max-width: 380px) {

    .table-responsive.table_jantri input.form-control,
    .table-responsive.table_jantri input.form-control:focus {
        font-size: 10px;
    }

    .table-responsive.table_jantri .table-bordered td {
        font-size: 10px;
    }

    .table-responsive.table_jantri input.form-control,
    .table-responsive.table_jantri input.form-control:focus {
        font-size: 11.5px;
        font-weight: 600;
    }

    .table-responsive.table_jantri .table-bordered td {
        font-size: 13px;
    }

    .play-rules ul.list-rules li {
        font-size: 12px;
    }

    .play-rules p {
        font-size: 12px;
    }

    .help-head h3 {
        font-size: 20px;
        margin: 10px 0 0;
    }

    .whatsapp-help .inlineblikk.ps-0.mb-0 img {
        max-width: 40px;
    }

    ul.inlineblikk li h5.mb-0 {
        font-size: 16px;
    }

    .gif-hand img {
        top: 17px;
        right: 11px;
        width: 22px;
    }

    .btn.btn-primary.btn_monieadd {
        font-size: 14px;
    }

    .copey {
        font-size: 11px;
    }
}

@media screen and (max-width: 360px) {
    .tab_section .nav-link {
        font-size: 13px;
    }

    .click-more-game {
        font-size: 10px;
    }
}

@media only screen and (max-width: 320px) {
    .position_set.position-relative.set_numberdbb input.form-control {
        flex: 0 0 72%;
    }

    .input_play input.form-control {
        font-size: 10px;
    }

    .click-more-game {
        font-size: 9px;
    }
}

@media only screen and (min-width: 767px) {

    /* section.form-Div-login {
        background: none;
    } */
    form.login-form-main {
        border-radius: 41.13px;
        background: #FFF;
        padding: 30px;
    }

    .bottmShape {
        display: none;
    }

    .db-loginLogo-mobil {
        display: none;
    }

    .db-loginLogo-Web-center {
        align-items: center;
        height: 100vh;
        margin-top: -100px;
        position: relative;
        z-index: 9;
    }

    section.form-Div-login {
        background: none;
        position: relative;
    }

    section.form-Div-login:after {
        content: "";
        background-image: url('../images/db-login-bg.png');
        height: 100vh;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 0;
    }
    .db-statemnt .tab_section .nav-link {
        padding: 20px 0;
    }
    .statement_sec h2 {
        padding: 0 0 25px;
    }
    .payment_his h5 {
        padding: 12px 0;
        font-size: 28px;
    }
    .gameHisFilter .nav-link {
        font-size: 16px;
        height: 52px;
        padding: 0 25px;
    }
    ul.gameHisFilter {
        gap: 10px;
    }
}

/* ============================================
   MOBILE RESPONSIVE OVERRIDES
   These MUST come last to override all other rules
   including the general !important overrides above
   ============================================ */
@media only screen and (max-width: 767px) {
    /* Compact tabs on mobile - override desktop 25px padding */
    .section.tab_section a.nav-link,
    .section.tab_section button.nav-link {
        padding: 8px 3px !important;
        font-size: 14px !important;
        border-radius: 4px !important;
        font-weight: 500 !important;
    }

    /* Compact tab section padding */
    .section.tab_section {
        padding: 0.5rem !important;
        margin-bottom: 150px !important;
    }

    /* Tab arrow on mobile - smaller and centered */
    .tab_section .nav-link.active::after {
        bottom: -18px !important;
        left: 50% !important;
        border: 10px solid transparent !important;
        border-top-color: #4aa69c !important;
        transform: translate(-50%, 0%) !important;
    }

    /* Header compact on mobile */
    .db-header nav {
        height: 60px !important;
    }

    /* Compact game select */
    .game-SelectInput select {
        height: 45px !important;
        font-size: 15px !important;
        padding: 0 10px 0 26px !important;
        border-radius: 4px !important;
    }

    .game-SelectInput .game-Icon {
        left: 6px !important;
        font-size: 18px !important;
    }

    .game-SelectInput-main {
        padding-top: 0px !important;
    }

    /* Compact open game section */
    section.section.open_game {
        padding: 10px 12px !important;
    }

    /* Compact input fields */
    .input_play {
        margin: 0 0 10px !important;
    }

    .input_play input.form-control {
        height: 45px !important;
        font-size: 11.5px !important;
        padding: 0 5px !important;
    }

    .input_dbb label {
        height: 41px !important;
        padding: 2px 0 0 !important;
        font-size: 10px !important;
        line-height: 11px !important;
    }

    .input_play span.equal {
        font-size: 18px !important;
        line-height: 43px !important;
        padding: 0 !important;
        color: #868686 !important;
    }

    /* Fixed bottom bar */
    .section.game-total {
        position: fixed !important;
        width: 100% !important;
        bottom: 24px !important;
        background: #fff !important;
        z-index: 9 !important;
        left: auto !important;
        right: 0 !important;
    }

    .amount_div {
        box-shadow: 0px -7px 10px 0 #eeeeee !important;
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .amount_div p.total_amount {
        padding: 5px 0 !important;
        display: block !important;
        margin: 0 !important;
        font-size: 14px !important;
    }

    p.total_amount span.fname {
        text-align: center !important;
        line-height: 18px !important;
        font-weight: 900 !important;
        display: block !important;
        order: 1 !important;
        margin-left: 0 !important;
        font-size: 17px !important;
    }

    .amount_div button.btn.btn-submit {
        text-align: center !important;
        width: 100% !important;
        font-size: 14px !important;
        border-radius: 0 !important;
        padding: 15px 0 !important;
        font-weight: 600 !important;
    }

    /* Compact data show */
    .data_show p span {
        font-size: 12px !important;
    }

    .data_show .close {
        height: 20px !important;
        width: 20px !important;
        font-size: 16px !important;
    }

    /* Input field borders on mobile */
    .input_play .form-control {
        border: 1px solid #449DBE !important;
        border-radius: 4px !important;
    }

    .position_set.position-relative.set_numberdbb {
        border-radius: 4px !important;
        border: 1px solid #449dbe !important;
        background: #eaf6f8 !important;
        overflow: hidden !important;
        padding: 0 2px !important;
    }

    .position_set.position-relative.set_numberdbb input.form-control {
        flex: 0 0 72% !important;
    }

    /* Checkmark sizing */
    .input_dbb .checkmark {
        width: 15px !important;
        height: 15px !important;
        top: 26px !important;
        border-radius: 18% !important;
    }

    /* Column widths */
    .tab_section .col-7 {
        flex: none !important;
        width: 59.3333% !important;
    }

    .tab_section .col-1 {
        flex: none !important;
        width: 6.33333% !important;
    }

    .tab_section .col-4 {
        flex: none !important;
        width: 34.3333% !important;
    }

    /* Main body spacing */
    .mainBody {
        margin-top: 60px !important;
        margin-bottom: 60px !important;
    }

    /* Wallet compact */
    .db-header a.nav-link.amount__wallt {
        letter-spacing: 0 !important;
        font-size: 13px !important;
        padding: 0px 8px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    a.nav-link.amount__wallt b {
        font-size: 13px !important;
    }

    /* Download button compact */
    .db-header a.nav-link.download {
        font-size: 13.5px !important;
        padding: 0px !important;
    }

    .db-header .download .pulse {
        width: 16px !important;
        height: 16px !important;
        padding: 2px 2.3px !important;
    }

    .db-header a.nav-link.download span {
        width: 21px !important;
        height: 21px !important;
    }

    .db-header .nav-item {
        margin-right: 5px !important;
    }

    .db-header .nav-link.user--id span {
        white-space: nowrap !important;
        font-size: 10.5px !important;
        font-weight: 500 !important;
        line-height: 12px !important;
        padding: 3px 8px !important;
    }

    .db-header .nav-link.user--id span b {
        font-size: 11px !important;
    }

    .db-header nav .navbar-brand img {
        width: 135px !important;
    }

    /* Jantri table compact */
    .table-responsive.table_jantri .table-bordered td {
        padding: 6px 1px !important;
        font-size: 15px !important;
    }

    .table-responsive.table_jantri input.form-control,
    .table-responsive.table_jantri input.form-control:focus {
        font-size: 12.5px !important;
    }
}

/* Extra small screens */
@media only screen and (max-width: 375px) {
    .db-header nav .navbar-brand img {
        width: 120px !important;
    }

    .db-header .nav-link.user--id span {
        font-size: 9px !important;
        padding: 2px 6px !important;
    }

    .db-header .nav-link.user--id span b {
        font-size: 10px !important;
    }

    .section.tab_section a.nav-link,
    .section.tab_section button.nav-link {
        font-size: 13px !important;
        padding: 8px 2px !important;
    }
}

@media only screen and (max-width: 320px) {
    .db-header nav .navbar-brand img {
        width: 100px !important;
    }

    .db-header .nav-link.user--id span {
        font-size: 8px !important;
        padding: 1px 4px !important;
    }

    .section.tab_section a.nav-link,
    .section.tab_section button.nav-link {
        font-size: 12px !important;
        padding: 7px 2px !important;
    }
}

/* ============================================
   INPUT BOX & MORE GAMES FIXES
   Override old style.css conflicts for .input_dbb label,
   .position_set, .checkmark, .moreGame etc.
   ============================================ */

/* Fix .input_dbb label - old style.css has background: #fff, needs teal */
.input_dbb label {
    background: #449dbe !important;
    color: #fff !important;
    border: 0px solid #4ba59e !important;
    border-left: 0 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    font-size: 13px !important;
    text-align: center !important;
    margin: 0 !important;
    height: 52px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    padding: 5px 0 0 !important;
    cursor: pointer !important;
    display: block !important;
}

/* Fix input_dbb label for no-position variant */
.input_dbb.position_no label {
    line-height: 20px !important;
    font-size: 15px !important;
}

/* Fix combined input box container */
.position_set.position-relative.set_numberdbb {
    display: flex !important;
    margin: 0 !important;
    flex: auto !important;
    background: #eaf6f8 !important;
    border: 1px solid #449dbe !important;
    border-radius: 4px !important;
    padding: 0 2px !important;
    overflow: hidden !important;
    align-items: center !important;
}

/* Fix input inside combined box */
.position_set.position-relative.set_numberdbb input.form-control {
    margin: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    flex: 0 0 88% !important;
    border: none !important;
    background: transparent !important;
}

/* Fix standalone input fields */
.input_play .form-control {
    border-radius: 2px !important;
    height: 55px !important;
    background: #eaf6f8 !important;
    color: #313131 !important;
    border: 1px solid #54aaa4 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

/* Fix big_input (amount field) */
.input_play .form-control.big_input {
    border: none !important;
}

/* Fix input_dbb label border override */
.input_dbb label,
.input_play .form-control.big_input {
    border: none !important;
}

/* Restore label background */
.input_dbb label {
    background: #449dbe !important;
    border: 0px solid #4ba59e !important;
}

/* Fix checkmark position */
.input_dbb .checkmark {
    position: absolute !important;
    top: 32px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    height: 17px !important;
    width: 17px !important;
    background-color: #eee !important;
    text-align: center !important;
    border-radius: 18% !important;
}

.input_dbb input:checked ~ .checkmark {
    background-color: #ee621e !important;
}

/* Fix game select input */
.game-SelectInput select {
    border-radius: 3px !important;
    height: 60px !important;
    box-shadow: inset 0px 1px 3px 0px rgb(221 237 238) !important;
    border: 1px solid #54aaa4 !important;
    font-size: 20px !important;
    color: #00b32c !important;
    padding: 0 20px 0 37px !important;
    background: #eaf6f8 !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
}

/* Fix game icon */
.game-SelectInput .game-Icon {
    color: #00b32c !important;
    font-size: 25px !important;
    font-weight: 700 !important;
}

/* Fix equal sign */
.input_play span.equal {
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 50px !important;
    color: #000 !important;
    display: block !important;
    text-align: center !important;
}

/* Fix open game section */
section.section.open_game {
    padding-top: 20px !important;
}

/* Fix input play margin */
.input_play {
    margin: 0 0 20px !important;
}

/* Fix withPalti label */
label.withPalti {
    border-left: 2px solid #fff !important;
    text-align: left !important;
    padding: 4px 4px !important;
}

/* Fix labl-b after pseudo */
label.labl-b {
    position: relative !important;
}

/* Fix More Games section */
.moreGame {
    background: linear-gradient(273deg, var(--color-blue-7, #020024) 0%, var(--color-cyan-47, #48A799) 0%, var(--color-azure-60, #69C) 80%) !important;
    height: 55px !important;
    position: relative !important;
}

.main-logo-li {
    height: 55px !important;
    position: relative !important;
}

.moreGame h6 {
    color: #FFF !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    letter-spacing: 0.034px !important;
    border-right: 1px solid rgba(255, 255, 255, 0.30) !important;
}

.game-Logo-list {
    justify-content: space-between !important;
    align-items: center !important;
    gap: 5px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    display: flex !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.game-Logo-list li {
    display: flex !important;
    width: 34px !important;
    height: 34px !important;
    padding: 5.5px !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    flex-shrink: 0 !important;
    border-radius: 9.227px !important;
    background: #FFF !important;
    box-shadow: 0 6.591px 9.886px -1.977px rgba(0, 0, 0, 0.10), 0 2.636px 3.955px -2.636px rgba(0, 0, 0, 0.10) !important;
}

.click-more-game {
    color: #fff !important;
    text-align: center !important;
    background: linear-gradient(90deg, #ff8904 0%, #f54900 100%) !important;
    border: 0 !important;
    border-radius: 8070280px !important;
    height: 40px !important;
    padding: 0 22px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    box-shadow: 0 4.81px 7.215px -1.443px #0000001a !important;
}

/* MOBILE INPUT FIXES - must override EVERYTHING */
@media only screen and (max-width: 767px) {
    /* Input label on mobile */
    .input_dbb label {
        background: #449dbe !important;
        color: #fff !important;
        height: 41px !important;
        padding: 2px 0 0 !important;
        font-size: 10px !important;
        line-height: 11px !important;
    }
    
    /* Fix combined input on mobile */
    .position_set.position-relative.set_numberdbb input.form-control {
        flex: 0 0 72% !important;
        border: none !important;
        background: transparent !important;
    }
    
    /* Fix standalone input on mobile */
    .input_play .form-control {
        height: 45px !important;
        border: 1px solid #449DBE !important;
        border-radius: 4px !important;
    }
    
    .input_play input.form-control {
        height: 45px !important;
        font-size: 11.5px !important;
        padding: 0 5px !important;
    }
    
    /* Fix combined input container on mobile */
    .position_set.position-relative.set_numberdbb {
        border-radius: 4px !important;
        border: 1px solid #449dbe !important;
        background: #eaf6f8 !important;
    }
    
    /* Fix big_input on mobile */
    .input_play .form-control.big_input {
        border: none !important;
    }
    
    /* Fix input label height on mobile */
    .input_dbb label {
        height: 41px !important;
    }
    
    /* Fix checkmark on mobile */
    .input_dbb .checkmark {
        width: 15px !important;
        height: 15px !important;
        top: 26px !important;
        border-radius: 18% !important;
    }
    
    .input_dbb.position_no .checkmark {
        left: 3px !important;
        top: 24px !important;
    }
    
    /* Fix equal sign on mobile */
    .input_play span.equal {
        font-size: 18px !important;
        line-height: 43px !important;
        padding: 0 !important;
        color: #868686 !important;
    }
    
    /* Game select on mobile */
    .game-SelectInput select {
        height: 45px !important;
        font-size: 15px !important;
        padding: 0 10px 0 26px !important;
        border-radius: 4px !important;
    }
    
    .game-SelectInput .game-Icon {
        left: 6px !important;
        font-size: 18px !important;
    }
    
    /* More Games on mobile */
    .game-Logo-list li {
        width: 30px !important;
        height: 30px !important;
        padding: 4px !important;
    }
    
    .moreGame h6 {
        font-size: 14px !important;
    }
    
    .click-more-game {
        height: 34px !important;
        padding: 0 15px !important;
        font-size: 13px !important;
    }
    
    /* WithPalti label on mobile */
    label.withPalti {
        border-left: 2px solid #fff !important;
        text-align: left !important;
        padding: 4px 4px !important;
    }
    
    label.withPalti .checkmark {
        margin: -4px 6px 0px auto !important;
        right: 0 !important;
    }
}
