.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: #fff;
    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: none;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: none;
    -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 #eee;
    font-size: 20px;
    color: #00b32c;
    padding: 0 20px 0 37px;
    background: #fff;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-appearance: none;
}

.game-SelectInput select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
    box-shadow: none;
    -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 #eee;
    color: #00b32c;
    background: #fff;
}

.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: #fff;
    border: 1px solid #449dbe;
    border-radius: 4px;
    padding: 0 2px;
    overflow: hidden;
}

.input_play .form-control {
    border-radius: 2px;
    height: 55px;
    background: #fff;
    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 #eee;
    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: #f0f0f0;
    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: #333;
    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: #fff;
    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: #333;
}

.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: #333;
    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: #333;
    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: #f0f0f0 !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%;
    }
}