@font-face {
    font-family: 'Bodoni MT';
    src: url('../fonts/BodoniMTBlack.woff2') format('woff2'), url('../fonts/BodoniMTBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Rubik', sans-serif;
    overflow-x: hidden;
    background: #fff;
    color: #000;
    font-size: 1.9vw;
    line-height: 1;
}

.main-body {
    height: 100vh;
}

.fullscreen_img {
    width: 1.9rem;
    height: auto;
    margin-left: 2px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .fs_section {
        display: none;
    }
}

.double_tab_button_sec::-webkit-scrollbar,
div#single-tab::-webkit-scrollbar {
    display: none;
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 7px;
    height: 0px;
    background-color: var(--primary-theme);
}

.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: var(--value-color);
}

.td_flex_div::-webkit-scrollbar {
    width: 4px;
    height: 0px;
    background-color: #aaa;
}

.td_flex_div::-webkit-scrollbar-thumb {
    background: #67666c;
}

.header,
.header_sub2,
.balance_sec {
    display: flex;
    align-items: center;
}

.header {}

.header_sub2 {
    width: 100%;
    justify-content: space-between;
    height: 85%;
}

.header_sub3 {
    width: 30%;
    min-width: var(--right-width-header);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 85%;
}

.header_sub1 {
    width: var(--left-width);
    min-width: var(--left-width);
    height: 100%;
    display: flex;
    align-items: center;
}

.logo_img {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

a:hover {
    color: #413d4b;
}

.main_content_sec {
    display: flex;
    align-items: start;
}

.header {
    height: 12%;
}

.main_content_sec {
    height: 100%;
    background: var(--main-content);
}

.main_sec_form {
    height: 88%;
    margin-bottom: 0 !important;
}

.chip_icon {
    width: 18px;
    margin-right: 5px;
    filter: brightness(0)invert(1);
}

.reload_icon {
    width: 18px;
    margin-left: 5px;
}

.nav_icon {
    width: 30px;
    cursor: pointer;
}

.header {
    background: #0f0f0f;
}

.main_tab_button_sec {
    height: 100%;
    width: 60%;
    margin-left: 1%;
}

.balance_sec {
    width: 34%;
}

.balance_sec {
    height: 100%;
    width: auto;
    justify-content: center;
    border-radius: 10px;
    padding: 0 2%;
    color: #f0f0f0;
    position: relative;
    margin-right: 0.5%;
    margin-left: 0.5%;
}

.balance_sec_link {
    display: flex;
    align-items: center;
    color: #f0f0f0 !important;
    text-decoration: none;
    width: 100%;
}

.balance_sec_link .fa {
    margin-left: 5%;
    font-size: 130%;
    color: var(--primary-theme);
}

.balance_loader_content {
    position: absolute;
    background: rgb(84 84 84 / 63%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 150%;
    border-radius: 0px;
}

.balance_loader {
    display: none;
}

.header_transid_section {
    display: flex;
    height: 100%;
    width: auto;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
    padding: 0 1.5%;
    color: #f0f0f0;
    margin-right: 0.7%;
    white-space: nowrap;
}

.current_datetime_sec {
    text-align: center;
    font-size: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 10px;
    color: #f0f0f0;
    line-height: 1.2;
}

.version_no {
    font-size: 80%;
    color: var(--primary-theme);
}

.main_content_right_sec {
    width: var(--right-width);
    min-width: var(--right-width);
    background: #f3f3f3;
    height: 100%;
    padding: var(--rightpanel-px);
    font-size: 90%;
}

.marquee_line {
    background-color: #85c738;
    color: #000;
	background-color: #545454;
    color: #dfdfdf;
	background-color: #73d3af;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    height: 3%;
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 60%;
    text-transform: capitalize;
    font-weight: bold;
}
.gameselect-page marquee.marquee_line {
background-color: rgb(0 0 0 / 11%);
    color: #fff;
	background-color: rgb(133 243 170);
    color: #000;
}
.main_content_left_sec {
    width: 100%;
    height: 100%;
}

div#single-tab {
    overflow: auto;
    height: 100%;
}

div#double-tab {
    height: 100%;
}

.main-tab-content {
    height: 100%;
}

.single-tab-content-main,
.double-tab-content-main {
    height: 100%;
    display: flex;
}

.single-tab-content {
    width: 100%;
}

.single_game_row {
    display: flex;
    width: 100%;
}

.single_bet_area {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0.5%;
    border: 2px solid #f6f6f6;
    border-right-color: transparent;
    border-top-color: transparent;
    border-left: 0;
    background: #f6f6f6;
}

.single_select_row .game_name_box,
.single_select_row .single_bet_area,
.selectall_box .game_name_box {
    background: #f6f6f6;
    color: #000;
}

.selectall_box .game_name_box {
    background: #dadeef;
}

.single_select_row .game_name::after,
.selectall_box .game_name::after {
    display: none;
}

.double_bet_area_row {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 1%;
}

.block_text {
    font-size: 50%;
    font-weight: bold;
    margin-bottom: 0;
}

.single_game_row.active .single_bet_area {
    border-left: none;
    border-radius: 0 5px 5px 0;
}

.single_game_row.active .game_name_box {
    color: #000;
    border-radius: 0px;
}

.game_name_box {
    width: var(--left-width);
    min-width: var(--left-width);
    text-align: center;
    padding: 1vw 0.5vw;
    cursor: pointer;
}

div#single_game1,
#double_game1_tab,
#double_game11_tab,
#double_game21_tab,
#double_game31_tab,
#gameresult_box1,
#gamelastresult_box1 .lastresult_no {
    background: #cf9bcc;
}

div#single_game1.active .single_bet_area {
    border: 4px solid #cf9bcc;
    border-left: none;
}

div#double_game1.tab-active,
div#double_game11.tab-active,
div#double_game21.tab-active,
div#double_game31.tab-active,
div.double_game_sangam,
div.double_game_new4,
div.double_game_new14,
div.double_game_new24,
div.double_game_new34 {
    border: 10px solid #cf9bcc !important;
}

div#single_game2,
#double_game2_tab,
#double_game12_tab,
#double_game22_tab,
#double_game32_tab,
#gameresult_box2,
#gamelastresult_box2 .lastresult_no {
    background: #e990b4;
}

div#single_game2.active .single_bet_area {
    border: 4px solid #e990b4;
    border-left: none;
}

div#double_game2.tab-active,
div#double_game12.tab-active,
div#double_game22.tab-active,
div#double_game32.tab-active,
div.double_game_chetak,
div.double_game_new5,
div.double_game_new15,
div.double_game_new25,
div.double_game_new35 {
    border: 10px solid #e990b4 !important;
}

div#single_game3,
#double_game3_tab,
#double_game13_tab,
#double_game23_tab,
#double_game33_tab,
#gameresult_box3,
#gamelastresult_box3 .lastresult_no {
    background: #ffada2;
}

div#single_game3.active .single_bet_area {
    border: 4px solid #ffada2;
    border-left: none;
}

div#double_game3.tab-active,
div#double_game13.tab-active,
div#double_game23.tab-active,
div#double_game33.tab-active,
div.double_game_super,
div.double_game_new6,
div.double_game_new16,
div.double_game_new26,
div.double_game_new36 {
    border: 10px solid #ffada2 !important;
}

div#single_game4,
#double_game4_tab,
#double_game14_tab,
#double_game24_tab,
#double_game34_tab,
#gameresult_box4,
#gamelastresult_box4 .lastresult_no {
    background: #ffce96;
}

div#single_game4.active .single_bet_area {
    border: 4px solid #ffce96;
    border-left: none;
}

div#double_game4.tab-active,
div#double_game14.tab-active,
div#double_game24.tab-active,
div#double_game34.tab-active,
div.double_game_deluxe,
div.double_game_new7,
div.double_game_new17,
div.double_game_new27,
div.double_game_new37 {
    border: 10px solid #ffce96 !important;
}

div#single_game5,
#double_game5_tab,
#double_game15_tab,
#double_game25_tab,
#double_game35_tab,
#gameresult_box5,
#gamelastresult_box5 .lastresult_no {
    background: #ffe483;
}

div#single_game5.active .single_bet_area {
    border: 4px solid #ffe483;
    border-left: none;
}

div#double_game5.tab-active,
div#double_game15.tab-active,
div#double_game25.tab-active,
div#double_game35.tab-active,
div.double_game_bhagya,
div.double_game_new8,
div.double_game_new18,
div.double_game_new28,
div.double_game_new38 {
    border: 10px solid #ffe483 !important;
}

div#single_game6,
#double_game6_tab,
#double_game16_tab,
#double_game26_tab,
#double_game36_tab,
#gameresult_box6,
#gamelastresult_box6 .lastresult_no {
    background: #f6f4a0;
}

div#single_game6.active .single_bet_area {
    border: 4px solid #f6f4a0;
    border-left: none;
}

div#double_game6.tab-active,
div#double_game16.tab-active,
div#double_game26.tab-active,
div#double_game36.tab-active,
div.double_game_diamond,
div.double_game_new9,
div.double_game_new19,
div.double_game_new29,
div.double_game_new39 {
    border: 10px solid #f6f4a0 !important;
}

div#single_game7,
#double_game7_tab,
#double_game17_tab,
#double_game27_tab,
#double_game37_tab,
#gameresult_box7,
#gamelastresult_box7 .lastresult_no {
    background: #d0e797;
}

div#single_game7.active .single_bet_area {
    border: 4px solid #d0e797;
    border-left: none;
}

div#double_game7.tab-active,
div#double_game17.tab-active,
div#double_game27.tab-active,
div#double_game37.tab-active,
div.double_game_lucky,
div.double_game_new10,
div.double_game_new20,
div.double_game_new30,
div.double_game_new40 {
    border: 10px solid #d0e797 !important;
}

div#single_game8,
#double_game8_tab,
#double_game18_tab,
#double_game28_tab,
#double_game38_tab,
#gameresult_box8,
#gamelastresult_box8 .lastresult_no {
    background: #9cd5bc;
}

div#single_game8.active .single_bet_area {
    border: 4px solid #9cd5bc;
    border-left: none;
}

div#double_game8.tab-active,
div#double_game18.tab-active,
div#double_game28.tab-active,
div#double_game38.tab-active,
div.double_game_new1,
div.double_game_new11,
div.double_game_new21,
div.double_game_new31 {
    border: 10px solid #9cd5bc !important;
}

div#single_game9,
#double_game9_tab,
#double_game19_tab,
#double_game29_tab,
#double_game39_tab,
#gameresult_box9,
#gamelastresult_box9 .lastresult_no {
    background: #91e0fd;
}

div#single_game9.active .single_bet_area {
    border: 4px solid #91e0fd;
    border-left: none;
}

div#double_game9.tab-active,
div#double_game19.tab-active,
div#double_game29.tab-active,
div#double_game39.tab-active,
div.double_game_new2,
div.double_game_new12,
div.double_game_new22,
div.double_game_new32 {
    border: 10px solid #91e0fd !important;
}

div#single_game10,
#double_game10_tab,
#double_game20_tab,
#double_game30_tab,
#double_game40_tab,
#gameresult_box10,
#gamelastresult_box10 .lastresult_no {
    background: #9db2df;
}

div#single_game10.active .single_bet_area {
    border: 4px solid #9db2df;
    border-left: none;
}

div#double_game10.tab-active,
div#double_game20.tab-active,
div#double_game30.tab-active,
div#double_game40.tab-active,
div.double_game_new3,
div.double_game_new13,
div.double_game_new23,
div.double_game_new33 {
    border: 10px solid #9db2df !important;
}

.game_qty_bet_sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1vw;
    font-size: 77%;
}

.game_name {
    padding-bottom: 1vw;
    position: relative;
}

.game_name:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, transparent, black, transparent);
    height: 1px;
}

.game_name .form-check {
    min-height: auto;
    margin: 0;
    justify-content: normal;
}

.game_name .round-checkbox .form-check-input {
    transform: scale(1);
    background: #fff !important;
    border-radius: 0;
    border: 1px solid #999797;
}

.game_name_box .form-check-label {
    text-align: left;
    cursor: pointer;
}

.bet_no_input_box_main {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.4px;
    height: 80%;
}

.double_bet_area_row .bet_no_input_box_main {
    height: 100%;
}

.single_select_row .bet_no_input_box,
.double_select_row .bet_no_input_box {
    color: var(--secondary-theme);
    background: #fff;
    height: auto;
    font-size: 160%;
}

.select-row-box .bet_no_input_box,
.double_select_row .bet_no_input_box {
    color: var(--secondary-theme);
    background: #fff;
    height: 100%;
    font-size: 150%;
}

.select-row-box {
    height: 100%;
    width: auto;
    min-width: 8%;
    margin: auto;
}

.selectall_box {
    top: 0;
    background: #000;
    z-index: 1;
}

.selectall_box .game_name {
    padding-bottom: 0;
}

.single_select_row .bet_no_input_box_main {
    height: auto;
}

.single_select_row .game_name {
    padding-bottom: 0;
}

.single_select_row .game_name_box {
    display: flex;
    align-items: center;
    justify-content: normal;
    background: #dadeef;
}

.single_game_row.active .game_name_box .game_qty_bet_sec img {
    -webkit-filter: brightness(11);
    filter: brightness(11);
}

.nav_section {
    padding: 5px 10px;
    text-align: center;
    font-size: 195%;
    color: var(--primary-theme);
}

.change_section {
    padding: 5px 10px;
    text-align: center;
    font-size: 195%;
    color: var(--primary-theme);
}

.double-tab-nav .nav-link.active .game_name_box {
    background: #000;
    color: #FFF;
    border-radius: 0px;
    border-right: none;
}

.double-tab-nav .nav-link.active .game_name_box img {
    -webkit-filter: brightness(11);
    filter: brightness(11);
}

.single-tab-content .game_name_box .form-check-label {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
}

.tab.double_game_row {
    display: none;
    border: 1px solid #000;
    border-radius: 5px;
    box-shadow: 0 0 10px #000 inset;
}

.tab.double_game_row.tab-active {
    display: block;
    border: 1px solid var(--primary-theme);
    border-radius: 0px;
    box-shadow: 0 0 10px var(--primary-theme)inset;
    box-shadow: none;
}

.single-tab-content .game_name .form-check {
    width: 100%;
}

.single-tab-content .game_name {
    width: 100%;
    display: flex;
    height: 100%;
}

.bet_no_input_box {
    background: transparent;
    border-radius: 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
}

.double_bet_area_row:nth-child(even) .bet_no_input_box_main .bet_no_input_box {}

.double_bet_area_row:nth-child(even) .bet_no_input_box_main .bet_no_input_box input {}

.selected_box {
    background: var(--secondary-theme);
}

.game_qty_box {
    display: flex;
    align-items: center;
}

.game_bet_box {
    display: flex;
    align-items: center;
}

img.game_icon {
    width: 11px;
    margin-right: 5px;
}

.bet_no_input_box input {
    width: 100%;
    height: 85%;
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    background: rgb(0 0 0 / 25%);
    text-align: center;
    font-weight: bold;
    min-height: 60%;
    outline: none !important;
    cursor: pointer;
    pointer-events: none;
    font-size: 85%;
}

.bet_no {
    height: 100%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 72%;
}

.main_tab_button_sec .main-tab-nav li.nav-item {
    width: 50%;
}

.main_tab_button_sec .main-tab-nav .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
    color: #bbbbbb;
    outline: none !important;
    justify-content: center;
    transition: none;
    flex-direction: column;
    padding: 0;
    font-size: 82%;
}

.total_bet_amt {
    font-size: 70%;
    margin-top: 1%;
    font-weight: normal;
}

.double-tab-nav {
    flex-direction: column;
}

.double_tab_button_sec {
    width: var(--left-width);
    min-width: var(--left-width);
    height: 100%;
    position: relative;
    z-index: 1;
}

.double_tab_subcont_sec {
    width: 100%;
}

.double-tab-sub-content {
    height: 100%;
}

.double-subtab-game {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 3px;
    border-radius: 5px;
}

.double-tab-sub-content .tab-pane {
    height: 100%;
}

.double-tab-nav a.nav-link {
    padding: 0;
    color: #000;
    font-weight: bold;
}

.double-tab-content {
    display: flex;
    height: 100%;
    width: 100%;
}

li.nav-item {}

.main_tab_button_sec .main-tab-nav {
    height: 100%;
    background: #565656;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 10px;
}

.main_tab_button_sec .main-tab-nav .nav-link.active {
    background: var(--top-tab-active);
    border-radius: 10px;
    color: #000;
    outline: none !important;
}

.timer_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.min_sec_box {
    width: 50%;
    text-align: center;
    width: 10vw;
    height: 10vw;
    background: #413d4b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex-direction: column;
    border: 5px solid #2d2d35;
}

.mins_box {
    width: 7vw;
    height: 7vw;
    color: var(--primary-theme);
    margin-right: 2.5vw;
    box-shadow: 0 0 0px 4px #000, 0 0 0px 7px var(--primary-theme);
    ;
}

.sec_box {
    width: 6vw;
    height: 6vw;
    color: var(--secondary-theme);
    font-size: 75%;
    box-shadow: 0 0 0px 4px #000, 0 0 0px 7px var(--secondary-theme);
    ;
}

.minsec_number {
    font-size: 180%;
    color: #fff;
}

.minsec_text {
    font-size: 70%;
    line-height: 0.8;
}

.runtime_1 {
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    color: #fff;
    width: 100%;
    padding: 4%;
    border-radius: 5px;
    background: #2d2d35;
    box-shadow: 0 0 2px 2px #000 inset;
    text-shadow: 1px 1px 4px rgb(0 0 0 / 40%);
}

.runtime_1 .countdown-row {
    background: #413d4b;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4%;
    height: 100%;
}

.currentgame_time {
    color: #f0f0f0;
    font-size: 85%;
    text-align: left;
    margin-top: 4%;
}

.couponval_sec {
    color: #000;
    font-weight: bold;
    font-size: 95%;
    margin-bottom: 0%;
    text-align: center;
    margin-top: 4%;
}

.currentgame_time span {
    font-weight: bold;
    color: #000;
}

.couponval_sec span {
    font-weight: bold;
    color: #df004c;
    font-size: 125%;
}

.advgame_btn {
    text-align: center;
    background: var(--primary-theme);
    border-radius: 5px;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    text-transform: uppercase;
}

.family_toggle {
    padding: 0% 4%;
    background: #dadeef;
    border-radius: 5px;
    font-size: 90%;
    font-weight: bold;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seconddigit_toggle {
    padding: 0% 4%;
    background: #dadeef;
    border-radius: 5px;
    font-size: 90%;
    font-weight: bold;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.randompick_head_main {
    padding: 0% 4%;
    border-radius: 5px;
    font-size: 90%;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    background: #dadeef;
    display: none;
}

.seconddigit_toggle_disable .seconddigit_toggle,
.seconddigit_sec_disable .seconddigit_toggle {
    display: none;
}

.seconddigit_toggle_disable .randompick_head_main,
.seconddigit_sec_disable .randompick_head_main {
    display: flex;
}

.family_toggle .form-switch,
.seconddigit_toggle .form-switch {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0;
    align-items: center;
}

.form-check-input-div .form-check-input:checked {
    background-color: #ffffff;
    border-color: #7083d0;
    background-image: url("../images/circle_check.png") !important;
}

.form-check-input-div .form-check-input {
    box-shadow: none !important;
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    -webkit-transform-origin: right;
    transform-origin: right;
    background-color: #afafb3;
    border-color: #505259;
    outline: none !important;
    background-image: url("../images/circle_un_check.png") !important;
    cursor: pointer;
    position: relative;
}

.form-check-input-div .form-check-input,
.form-check-input-div .form-check-input:checked {
    background-image: none !important;
}

.family_sec .form-check-input-div .form-check-input:after,
.seconddigit_sec .form-check-input-div .form-check-input:after {
    content: "";
    position: absolute;
    width: 0.85em;
    height: 0.85em;
    background: linear-gradient(90deg, #a4a4a4, #515151);
    border-radius: 50%;
    left: 0px;
    transition: 0.3s;
    top: 0;
    bottom: 0;
    margin: auto;
}

.family_sec .form-check-input-div .form-check-input:checked:after,
.seconddigit_sec .form-check-input-div .form-check-input:checked:after {
    content: "";
    position: absolute;
    width: 0.85em;
    height: 0.85em;
    background: var(--primary-theme);
    border-radius: 50%;
    right: 0px;
    left: initial;
    transition: 0.3s;
    top: 0;
    bottom: 0;
    margin: auto;
}

.betval_inc_dec_box {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.random_btn {
    background: var(--secondary-theme);
    border-radius: 5px;
    color: #ffffff;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    margin-right: 5px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 85%;
    font-weight: bold;
    cursor: pointer;
}

.clear_btn {
    background: var(--secondary-theme);
    border-radius: 5px;
    color: #ffffff;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 85%;
    font-weight: bold;
    cursor: pointer;
}

.random_clear_sec {
    display: flex;
    align-items: center;
}

.mob_print_sec {
    display: flex;
    align-items: center;
}

.game_submit_btn {
    background: var(--primary-theme);
    border-radius: 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 3%;
    font-size: 130%;
    height: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
}

.main_content_right_sec {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.time_section {
    height: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.advgame_sec {
    height: calc(12% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
}

.family_sec {
    height: calc(10% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
}

.seconddigit_sec {
    height: calc(10% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
}

.betvalue_sec {
    height: calc(12% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
    position: relative;
}

.random_clear_sec {
    height: calc(12% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
    position: relative;
}

.mob_print_sec {
    height: calc(12% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
    position: relative;
}

.submit_sec {
    height: calc(13% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
}

.desk_qty_random_sec {
    height: calc(13% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
    position: relative;
}

.all_odd_sec {
    height: calc(16% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
    position: relative;
}

.desk_submit_sec {
    height: calc(11% - var(--rightpanel-px));
    margin-top: var(--rightpanel-px);
    display: none;
}

.all_odd_sec_box {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.all_odd_button_sec:last-child {
    margin-top: var(--rightpanel-px);
}

.all_odd_button_sec {
    display: flex;
    align-items: center;
    height: 50%;
}

.all_odd_button {
    background: var(--all-btn);
    border-radius: 5px;
    color: #000;
    width: 50%;
    text-align: center;
    margin-right: var(--rightpanel-px);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 85%;
    font-weight: bold;
    cursor: pointer;
}

.all_odd_button:last-child {
    margin-right: 0;
}

.all_odd_button:nth-child(even) {
    margin-right: 0;
    width: 50%;
}

.desk_qty_random_input_sec {
    height: 100%;
    display: flex;
}

.desk_qty_random_input_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    margin-right: var(--rightpanel-px);
}

.desk_qty_random_input_box input {
    width: 100%;
    height: 100%;
    box-shadow: 3px 4px 4px rgb(200 207 237) inset, -3px -4px 4px rgb(200 207 237) inset;
    background: #fff;
    color: #000;
    border: 2px solid #7083d0;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.desk_qty_random_input_box input:focus-visible {
    outline: 2px solid #e54859;
}

.desk_qty_random_input_box input:focus:not(:focus-visible) {
    outline: none;
    box-shadow: 1px 1px 5px rgba(1, 1, 0, .7);
}

.desk_qty_random_head {
    font-size: 90%;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
}

.desk_qty_random_input_box:last-child {
    margin-right: 0;
}

.random_block {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: calc(100% + var(--rightpanel-px));
    background: var(--primary-theme);
    padding: 1px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 0;
    height: 0;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0px -3px 11px rgb(0 0 0 / 60%);
}

.random_block.open {
    height: 16vw;
    opacity: 1;
    transition: 0.3s;
}

.random_block_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 3%;
    background: #fff;
    border-radius: 5px;
    height: 100%;
}

.random_block_btn {
    width: 31.33%;
    background: var(--all-btn);
    padding: 5% 2%;
    border-radius: 5px;
    margin: 1%;
    height: 31.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.keypad_block {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: calc(100% + var(--rightpanel-px));
    background: var(--primary-theme);
    padding: 1px;
    border-radius: 5px;
    overflow: hidden;
    min-height: 0;
    height: 0;
    opacity: 0;
    transition: 0.3s;
    box-shadow: 0px -3px 11px rgb(0 0 0 / 60%);
}

.keypad_block.open {}

.keypad_block_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 2%;
    background: #fff;
    border-radius: 5px;
    height: 100%;
}

.keypad_block_btn {
    width: 23%;
    background: #fff;
    padding: 6% 2%;
    border-radius: 5px;
    margin: 1%;
    height: 31.33%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    border: 1px solid #ddd;
}

.keypad_block_btn.keypad_clear {
    background: var(--primary-theme);
    color: #fff;
}

.keypad_close {
    background: #db0000;
    color: #fff;
}

.button_disabled,
*:disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.betval_input_box {
    display: flex;
    position: relative;
    align-items: center;
    height: 100%;
    width: 100%;
}

.betval_input_box .qty {
    width: 90%;
    text-align: center;
    height: 100%;
    background: #fff;
    color: #fff;
    margin: auto;
    border: none;
    font-size: 120%;
    outline: none;
    box-shadow: none;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #000;
    border: 2px solid #e54859;
    border-radius: 5px;
    text-align: center;
    font-weight: bold;
}

.cart-qty-plus,
.cart-qty-minus {
    position: absolute;
    border: none;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background: var(--primary-theme);
    color: #fff;
    font-weight: bold;
    font-size: 190%;
    line-height: 0;
    left: 0;
    padding: 0;
    display: block;
}

.cart-qty-plus {
    right: 0;
    margin-left: auto;
}

.rotate-to-landscape {
    display: none;
}

.bet_no_input_box:hover,
.advgame_btn:hover,
.random_btn:hover,
.clear_btn:hover,
.game_submit_btn:hover,
.keypad_block_btn:hover,
.random_block_btn:hover,
.footer_btn:hover,
.all_odd_button:hover,
.even_clear_button:hover,
.logout_btn:hover,
.popup_print_btn:hover,
.btn-primary:hover,
.ledger_popup_print_btn:hover {
    -webkit-filter: var(--button-highlight);
    filter: var(--button-highlight);
}

.keypad_block_btn:hover {
    border: 1px solid #e54859;
}

.game_name_box:hover {
    -webkit-filter: brightness(1.2);
    filter: brightness(1.2);
}

.login_btn_div .btn {
    width: 100%;
}

.button_loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.login_btn_div {
    position: relative;
}

.button_loader_div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255 255 255 / 75%);
    pointer-events: none;
    cursor: not-allowed;
}

.page-loader {
    display: none;
}

.page-loader-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
}

.page-loader-cont .btn {
    color: #ffffff;
    border: none;
    background: var(--primary-theme);
    box-shadow: none;
    outline: none;
}

.print-loader {
    display: none;
}

.print-loader-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}

.print-loader-cont .btn {
    border: none;
    background: var(--primary-theme);
    box-shadow: none;
    outline: none;
    color: #fff;
}

.game-loader {
    display: none;
}

.game-loader-cont {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(231 231 231 / 80%);
    z-index: 1111;
}

.gameloader-img {
    max-width: 300px;
}

.loginpage {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.menu_overlay {
    position: fixed;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 60%);
    top: 0;
    bottom: 0;
    z-index: 11;
    display: none;
}

.menu_overlay.open {
    display: block;
}

.text_blink {
    font-weight: bold;
    animation: changecolor 2s infinite;
    -moz-animation: changecolor 2s infinite;
    -webkit-animation: changecolor 2s infinite;
    -ms-animation: changecolor 2s infinite;
    -o-animation: changecolor 2s infinite;
}

@keyframes changecolor {
    0% {
        color: red;
    }

    25% {
        color: yellow;
    }

    50% {
        color: pink;
    }

    75% {
        color: white;
    }

    100% {
        color: green;
    }
}

@-moz-keyframes changecolor {
    0% {
        color: red;
    }

    25% {
        color: yellow;
    }

    50% {
        color: pink;
    }

    75% {
        color: white;
    }

    100% {
        color: green;
    }
}

@-webkit-keyframes changecolor {
    0% {
        color: red;
    }

    25% {
        color: yellow;
    }

    50% {
        color: pink;
    }

    75% {
        color: white;
    }

    100% {
        color: green;
    }
}

@-ms-keyframes changecolor {
    0% {
        color: red;
    }

    25% {
        color: yellow;
    }

    50% {
        color: pink;
    }

    75% {
        color: white;
    }

    100% {
        color: green;
    }
}

@-o-keyframes changecolor {
    0% {
        color: red;
    }

    25% {
        color: yellow;
    }

    50% {
        color: pink;
    }

    75% {
        color: white;
    }

    100% {
        color: green;
    }
}

.right-menu {
    position: fixed;
    right: 0;
    background: #fff;
    top: 0;
    bottom: 0;
    z-index: 11;
    width: var(--right-width);
    min-width: var(--right-width);
    border: 1px solid var(--primary-theme);
    border-right: 0;
    border-radius: 15px 0 0 15px;
    overflow: hidden;
    right: calc(0px - var(--right-width));
    transition: 0.3s;
    font-size: 80%;
}

.right-menu.open {
    right: 0;
    transition: 0.3s;
}

.user_amt_box {
    display: flex;
    align-items: center;
    padding: 0.5vw 0;
    line-height: 18px;
    font-size: 100%;
}

.user_amt_box img {
    width: 15px;
    margin-right: 10px;
}

.menu_head {
    background: var(--primary-theme);
    padding: 1vw 1vw;
    position: relative;
    color: #fff;
}

.closemenu_section {
    position: absolute;
    right: 0.8vw;
    top: 0.8vw;
    width: 3.5vw;
    max-width: 32px;
}

img.closemenu_icon {
    width: 100%;
    cursor: pointer;
}

.plus_1 img {
    width: 75%;
    margin: auto;
    display: block;
}

ul.menu_list {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
}

li.menu_list_li .menu_list_li_txt,
li.menu_list_li .menu_list_li_txt2 {
    padding: 1.3vw 1vw;
    display: block;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

li.menu_list_li .menu_list_li_txt:after,
li.menu_list_li .menu_list_li_txt2:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, transparent, black, transparent);
    height: 1px;
}

.menu_list_li .menu_list_li_txt a,
.menu_list_li .menu_list_li_txt2 a {
    color: #000 !important;
    text-decoration: none;
    display: block;
}

.menu_list_li_txt_link {
    padding: 0 !important;
}

.menu_list_li_txt_link a {
    padding: 1.3vw 1vw;
}

.plus_1 {
    margin-top: auto;
    margin-bottom: 13px;
}

.right-menu-cont {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.username_txt {
    width: 64%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

.round-checkbox .form-check-input {
    width: 1em !important;
    margin: 0 0.5em 0 0;
    background: #fff !important;
    background-position: center !important;
    transform: scale(1);
    border-radius: 0;
    border: 1px solid #999797;
    height: 1em;
}

.round-checkbox .form-check-input:checked {
    background: #000 !important;
    background-position: center !important;
    border-radius: 0;
    position: relative;
    border: 1px solid #999797;
}

.round-checkbox .form-check-input:checked:after {
    content: "";
    position: absolute;
    left: 0.3em;
    top: 0em;
    width: 0.34em;
    height: 0.75em;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.series_tab_main .form-check-input {
    width: 1em !important;
    background: #fff !important;
    background-position: center !important;
    transform: scale(0.85);
    border-radius: 0;
    border: 1px solid #999797;
    height: 1em;
    margin: 1px;
    box-shadow: none;
    min-width: 1em;
    cursor: pointer;
}

.series_tab_main .form-check-input:checked {
    background: #000 !important;
    background-position: center !important;
    border-radius: 0;
    position: relative;
    border: 1px solid #000000;
}

.series_tab_main .form-check-input:checked:after {
    content: "";
    position: absolute;
    left: 0.3em;
    top: 0em;
    width: 0.34em;
    height: 0.75em;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

span#last_sale_amout,
span#last_transaction_number {
    font-size: 85%;
    color: var(--value-color);
    font-weight: bold;
    font-size: 100%;
}

div#userBalance {
    color: var(--value-color);
    font-weight: bold;
    font-size: 100%;
}

.drawtime_box_main {
    display: flex;
    flex-wrap: wrap;
}

#advance_draw .form-check-input-div {
    width: 100%;
}

#advance_draw .drawtime_box .form-check-label {
    padding: 10% 0;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drawtime_box .form-check-label {
    padding: 10% 0;
}

.drawtime_box {
    background: #fff;
    width: 19%;
    margin: 0.5%;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.advancedraw_selectall {
    background: transparent;
}

.advdraw_submitmain_box,
.logout_submitmain_box {
    display: flex;
    justify-content: center;
}

.logout_text {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 85%;
}

.logout_popup .modal-body {
    padding: 1rem;
}

.popup-text-cont {
    text-align: center;
}

.success_popup .modal-body {
    border-radius: 3px;
    padding: 2rem;
    background: #9cd5bc;
}

.advpopup_btn {
    width: 20%;
    padding: 1.8% 1%;
    border-radius: 5px;
    border: none;
    margin: 0.5%;
    background: var(--secondary-theme);
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.popup_ok_btn {
    background: var(--primary-theme);
    cursor: pointer;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
}

.round-checkbox {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.modal-header {
    background: var(--primary-theme);
    position: relative;
    border-bottom: 0;
    justify-content: center;
    padding: 0.4rem 0.3rem;
    color: #fff;
    font-weight: bold;
}

.modal-header .btn-close {
    position: absolute;
    right: 2%;
    background: transparent;
    opacity: 1;
    width: 2.5vw;
    min-width: 1.6rem;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    height: auto;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

.popupclose_icon {
    max-width: 85%;
}

.modal_close {
    top: -16px;
}

#userPasswordForm .popupclose_icon {
    position: absolute;
    right: -2px;
    top: -7px;
    background: #000;
    border: 1px solid #000;
    border-radius: 30px;
}

.modal-content {
    background: #e54859;
    padding: 1px;
    border-radius: 3px;
    overflow: hidden;
}

.modal-body {
    background: #f6f6f6;
    border-radius: 0 0 3px 3px;
    padding: 0.5em;
}

.myaccount_popup .history_table td {
    border: 1px solid #a9a8a8;
    text-align: right;
}

.myaccount_popup .history_table th {
    border: 1px solid #a9a8a8;
}

.myaccount_popup td.norecord_text {
    text-align: center;
}

.modal-title {
    display: block;
    text-align: center;
    font-size: 110%;
}

div#advancedraw_popup .modal-dialog {
    max-width: initial;
    width: 80%;
}

div#summary_popup .modal-dialog {
    max-width: initial;
    width: 80%;
    margin: 0.5rem auto;
}

div#result_popup .modal-dialog {
    max-width: initial;
    width: 99%;
    margin: 0.5rem auto;
}

#advancedraw_popup .modal-body {
    border-radius: 0;
}

#advancedraw_popup .modal-footer {
    background: #f6f6f6;
    border-radius: 0 0 3px 3px;
    border-top: none;
    padding: 0.5em;
}

.advdraw_footer {
    width: 100%;
    margin: 0;
}

.advancedraw_selectall {
    margin: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border: none;
}

.popup-logo {
    width: 30%;
}

.result_popup .modal-header {
    background: #062f32;
    border-radius: 0;
    padding: 0.7rem 0;
}

.result_popup .popup-logo {
    width: 35%;
}

.result_popup .modal-body {
    padding: 0;
}

.resultpop_time {
    text-align: center;
    padding: 1.5%;
    text-transform: uppercase;
    font-size: 110%;
    font-weight: bold;
    color: #ff5722;
}

.resultpop_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1% 0;
}

.resultpop_cont_box {
    width: 23%;
    margin: 5px;
    background: linear-gradient(0deg, var(--secondary-theme), var(--secondary-theme));
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 3px;
}

.resultpop_cont_number {
    display: flex;
    align-items: center;
    padding: 3px;
}

.resultpop_cont_text {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    font-size: 115%;
}

.res_no {
    height: 1.6em;
    width: 1.6em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #000;
    border-radius: 5px;
    margin-left: 3px;
    font-size: 220%;
    font-weight: normal;
    position: relative;
}

.resultpop_cont_box_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
}

.lastresult_dropdown {
    position: absolute;
    right: var(--rightpanel-px);
    top: var(--rightpanel-px);
    width: calc(var(--right-width) - var(--rightpanel-px) - var(--rightpanel-px));
    min-width: calc(var(--right-width) - var(--rightpanel-px) - var(--rightpanel-px));
    padding: 1px;
    background: var(--primary-theme);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 2px 11px rgb(0 0 0 / 60%);
    opacity: 0;
    height: 0;
    transition: 0.3s;
}

.lastresult_dropdown.open {
    transition: 0.3s;
    opacity: 1;
    height: auto;
}

.dropdownclose_icon {
    width: 12%;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.lastresult_dropdown_header {
    text-transform: uppercase;
    background: var(--primary-theme);
    text-align: center;
    position: relative;
    padding: 4% 0;
    font-weight: bold;
    padding-right: 8%;
    color: #fff;
}

.lastresult_dropdown_body {
    display: flex;
    flex-wrap: wrap;
}

.lastresult_box {
    width: 47%;
    display: flex;
    align-items: center;
    margin: 1.5%;
    border-radius: 2px;
    overflow: hidden;
    background: #4c4b4b;
}

.lastresult_no {
    padding: 3% 5%;
    width: 40%;
    text-align: center;
    color: #000;
    font-size: 80%;
    border-radius: 2px;
    font-weight: bold;
}

.lastresult_win {
    background: #4c4b4b;
    color: #f0f0f0;
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
    font-weight: bold;
}

.lastresult_dropdown_box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.summary_table {
    color: #000;
    background: #fff;
    margin-bottom: 0;
    font-size: 80%;
    border: 1px solid #ddd;
}

.summary_single_color {
    color: var(--secondary-theme);
}

.summary_double_color {
    color: var(--secondary-theme);
}

.total_color {
    color: var(--secondary-theme);
    font-weight: bold;
}

tr.summary_head2 td {
    background: #545454 !important;
    color: #f0f0f0;
}

a {
    color: #f46d43;
}

tr.summary_head1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 118%;
}

.gamehistory-tab-detail .modal-title {
    font-size: 1rem;
    color: #fff;
    padding: 1rem;
}

.summary_table>tbody>tr>td:first-child {
    background: #fff;
}

.summary_table>tbody>tr>td:nth-child(4) {
    border-left: 2px solid #8f8f8f;
}

.summary_double_color {
    border-left: 2px solid #8f8f8f;
}

.summarypopup_box {
    display: flex;
}

.summarypopup_rightsec {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#summary_popup .modal-body {
    padding: 0;
}

.summarypopup_leftsec {
    width: 75%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.summarypop_submitmain_box {
    display: flex;
    flex-direction: column;
    width: 82%;
}

.summarypop_submitmain_box .advpopup_btn {
    width: 100%;
    padding: 10% 1%;
    margin: 7% 0;
    font-weight: bold;
    cursor: pointer;
}

.summary_table td {
    padding: 0.37rem 0.8rem;
}

.myaccount_popup .modal-dialog,
.resulthistory_popup .modal-dialog {
    max-width: initial;
    width: 90%;
}

.loginresult_popup .modal-dialog,
.resulthistory_popup .modal-dialog {
    width: 93%;
}

.loginresult_popup .modal-dialog,
.resulthistory_popup .modal-dialog {
    width: 93%;
}

.reprint_popup .modal-dialog {
    width: 70%;
}

.cancelTicket_popup .modal-dialog {
    max-width: 60%;
}

.claim_popup .modal-dialog {
    max-width: 65%;
}

.couponavailable_popup .modal-dialog {
    max-width: 60%;
}

.loginresult_popup .history_table tr th:first-child,
.loginresult_popup .history_table tr td:first-child {
    text-align: center;
}

.loginresult_popup .history_table,
.resulthistory_popup .history_table {
    text-align: center;
}

.myaccount_popup .modal-dialog-scrollable .modal-content,
.resulthistory_popup .modal-dialog-scrollable .modal-content {
    min-height: 100%;
}

.reprint_popup .modal-dialog-scrollable .modal-content,
.claim_popup .modal-dialog-scrollable .modal-content {
    min-height: initial;
}

.cancel_popup .form-control {
    background: #1e1d22;
    border: none;
    color: #fff;
}

.claim_form {
    max-width: 95%;
    margin: auto;
    margin-bottom: 1rem;
    font-size: 100%;
    margin-top: 1rem;
}

.claim_form input {
    color: #f46d43;
}

.claim_form .form-control-plaintext {
    border: none !important;
    outline: none !important;
}

.claim_form .form-control {
    background: #fff;
    border: none;
    color: #000;
    border: 1px solid #bdbaba;
}

.claim_popup .history_table {
    text-align: center;
}

.claim_popup .history_table td {
    border: 1px solid #d9d9d9;
}

.claim_popup .history_table thead tr:nth-child(1) {
    background: #668f37;
}

.td_flex_div {
    display: flex;
    flex-wrap: wrap;
    overflow: auto;
    max-height: 13rem;
}

.td_flex_text {
    min-width: 25%;
    text-align: center;
    background: #f6f6f6;
    padding: 5px;
    border: 1px solid #33323a;
    height: 100%;
    font-size: 125%;
    font-weight: bold;
}

.td_flex_div p {
    min-width: 25%;
    text-align: center;
    background: #f6f6f6;
    padding: 5px;
    border: 1px solid #33323a;
    margin-bottom: 0;
}

.form-control {
    box-shadow: none !important;
}

.couponavailable_content_box {
    display: flex;
}

.couponbox_cont {
    font-size: 160%;
    margin: 0 3% 0 0;
    min-width: 15%;
}

.rem_bal,
.rem_bal1 {
    display: flex;
    flex-wrap: wrap;
}

.rem_bal tr,
.rem_bal1 tr {
    min-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.rem_bal tr td.gamename,
.rem_bal1 tr td.gamename {
    width: 100% !important;
    line-height: 1 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.remain_alert {
    margin-bottom: 1em;
    font-size: 110%;
}

div#serr2 {
    color: #00da08;
}

div#err2 {
    color: #ff0e0e;
}

.rem_bal tr td.tds,
.rem_bal1 tr td.tds {
    padding: 8px;
    margin: 0 2px 2px 0;
}

.myaccount_popup .popup-close {
    position: absolute;
    right: 1%;
    opacity: 1;
    width: 4%;
    top: -16px;
    bottom: 0;
    margin: auto;
    padding: 0;
    background-image: none;
    height: auto;
}

.myaccount_popup .modal-header,
.resulthistory_popup .modal-header {
    padding: 0;
    background: #33323a;
}

.myacc_tab_sec {
    position: relative;
    width: 100%;
}

.myacc_tab_nav {
    flex-wrap: nowrap;
}

.myacc_tab_nav .nav-item {
    width: 100%;
    text-align: center;
}

.myacc_tab_nav .nav-item .nav-link {
    color: #fff;
    padding: 15px 10px;
    background: #565656;
    border-radius: 3px 3px 0 0;
    text-transform: uppercase;
    font-weight: bold;
}

.claim_popup .myacc_tab_nav .nav-item .nav-link {
    font-size: 120%;
}

.myaccount_popup .modal-body {
    padding: 0;
}

.myacc_tab_nav .nav-item .nav-link.active {
    background: var(--primary-theme);
}

.form-floating input,
.form-floating select,
.form-floating input:focus,
.form-floating select:focus {
    background: #1e1d22 !important;
    color: #fff;
}

label.error {
    font-size: 75%;
    text-transform: initial;
    font-weight: normal;
    color: #e30909;
}

.date_search_section {
    display: flex;
    align-items: center;
    padding: 1% 0%;
    justify-content: center;
}

.date_search_section .form-label {
    font-size: 85%;
    margin-bottom: 0.4rem;
    color: #000;
}

.date_search_section .form-control,
.date_search_section .form-select {
    color: #000;
    background: #fbfbfb;
    border-color: #bfbbbb;
    font-size: 90%;
    box-shadow: none;
    outline: none;
}

.date_search_section .btn {
    text-transform: uppercase;
    font-size: 90%;
}

.date_search_section .col-3 {
    position: relative;
}

.datepicker-dropdown {
    font-size: 75%;
}

.datepicker table tr td.active.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active {
    background: var(--primary-theme) !important;
}

.gamehistory-tab-detail .modal-dialog {
    max-width: 600px;
}

.gamehistory-tab-detail .modal-dialog td {
    border: none;
}

.gamehistory-tab-detail .modal-dialog th {
    font-size: 125%;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    background-color: var(--primary-theme) !important;
    border-color: var(--primary-theme) !important;
    box-shadow: none !important;
    outline: none;
    font-weight: bold;
}

.history_table {
    color: #000;
    font-size: 80%;
    text-align: right;
    vertical-align: middle;
}

div#resulthistory-tab tr {
    height: 60px;
}

div#resulthistory-tab td {
    font-weight: bold;
    font-size: 110%;
}

.history_table thead {
    background: #bdbaba;
}

.history_table.table thead tr:nth-child(even) {
    background: transparent;
}

.history_table thead th {
    color: #000;
    font-weight: bold;
    padding: 1rem 0.5rem;
    font-size: 105%;
    vertical-align: middle;
}

.myaccount_popup .history_table {
    text-align: center;
}

.norecord_text {
    text-align: center;
    background: #f6f6f6;
}

.changepassword_popup,
.loginpage {
    background: var(--prelogin-page-bg);
    background-size: cover;
    background-position: center bottom;
}

.changepassword_popup {
    background: #fff;
    background: url("../images/login_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.changepassword_popup .modal-header {
    background: transparent;
    border-radius: 12px 12px 0 0;
}

.changepassword_popup .modal-body {
    background: transparent;
    padding: 0.5em 2em;
}

.loginpage .modal-dialog {
    max-width: 450px;
}

.loginpage .modal-content {
    background: transparent;
    border: none;
}

#changepassword_popup .modal-dialog {
    max-width: 470px;
}

#changepassword_popup .modal-content {
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid #c6d8da;
    border-radius: 3px;
    min-height: auto;
    padding: 1rem 0;
    position: relative;
    z-index: 1;
}

#changepassword_popup .modal-title {
    margin: 15px 2px;
    font-weight: bold;
    color: #000;
}

.changepassword_popup .form-control,
.loginpage .form-control {
    background: #cdcdcd;
    color: #000;
    border: transparent;
    outline: none;
    box-shadow: none;
    border: 2px solid #c4c4c4;
    padding: 0.6rem;
    border-radius: 5px;
}

#changepassword_popup .form-control {
    padding: 0.575rem 0.75rem;
}

.changepassword_popup .form-control::placeholder,
.loginpage .form-control::placeholder {
    color: #000 !important;
    opacity: 1;
}

.changepassword_popup .form-control:-ms-input-placeholder,
.loginpage .form-control:-ms-input-placeholder {
    color: #000 !important;
}

.changepassword_popup .form-control::-ms-input-placeholder,
.loginpage .form-control::-ms-input-placeholder {
    color: #000 !important;
}

.single_select_row input::placeholder,
.double_select_row input::placeholder,
.single_select_row input::-ms-input-placeholder,
.double_select_row input::-ms-input-placeholder {
    color: #000 !important;
    font-weight: bold !important;
}

input:focus::-webkit-input-placeholder {
    color: transparent !important;
}

input:focus:-moz-placeholder {
    color: transparent !important;
}

input:focus::-moz-placeholder {
    color: transparent !important;
}

input:focus:-ms-input-placeholder {
    color: transparent !important;
}

.changepassword_popup .btn,
.loginpage {
    text-transform: uppercase;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginpage.changepassword_popup .btn {
    background: var(--primary-theme);
    padding: 0.4rem;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-top: 2rem;
}

.modal #userPasswordForm {
    width: 100%;
}

#userPasswordForm label.error {
    font-size: 0.8rem;
    position: absolute;
    bottom: -30%;
}

.alert {
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    width: fit-content;
    margin: 0 auto 1rem;
}

.popup_print_btn {
    background: var(--secondary-theme) !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    border-radius: 5px;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 1.5%;
    color: #fff;
}

.ledger_popup_print_btn,
.ledger_popup_print_btn:hover {
    background: var(--secondary-theme) !important;
    padding: 0.375rem 0.75rem;
    margin: 0;
    border-color: var(--secondary-theme) !important;
    color: #fff;
}

.reprint_popup .table {
    vertical-align: middle;
}

.history_table.table tr:nth-child(even) {
    background: #dbdbdb;
}

.result_val_1 {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 100%;
    text-shadow: 0px 0px #fff;
}

.splitflap {
    position: relative;
    min-width: 100%;
    height: 100%;
    line-height: 100%;
    font-size: 100%;
    font-family: Monospace;
    text-align: center;
    color: white;
}

.flip-div,
.flip-div * {
    perspective: 500px;
}

.flip-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-inline: 0;
    z-index: 1;
}

.top {
    position: relative;
    height: 50%;
    width: 100%;
    background-color: #443f46;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    z-index: 0;
}

.bottom {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: -50%;
    border-radius: 5px;
    z-index: -1;
    background-color: black;
    background-image: linear-gradient(rgba(59, 182, 235, 0), #39343b);
    transform-origin: center;
}

.nextHalf {
    position: relative;
    height: 50%;
    width: 100%;
    margin-top: -100%;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    z-index: 2;
    background-color: black;
    background-image: linear-gradient(#39343b, rgba(59, 182, 235, 0));
    transform-origin: bottom;
    transform-origin: bottom;
}

.nextFull {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #39343b;
    margin-top: -50%;
    border-radius: 5px;
    z-index: -3;
}

.flip1 {
    animation: flip1 ease-in infinite;
    animation-duration: 0.2s;
}

.flip2 {
    animation: flip2 ease-out infinite;
    animation-duration: 0.2s;
}

@keyframes flip1 {
    0% {
        transform: rotateX(0deg);
        background-color: #39343b;
    }

    50% {
        transform: rotateX(90deg);
        background-color: black;
    }

    100% {
        transform: rotateX(90deg);
    }
}

@keyframes flip2 {
    0% {
        transform: rotateX(-90deg);
    }

    50% {
        transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(0deg);
        background-color: #39343b;
    }
}

.flip-div:after {
    content: counter(count);
    animation: counter 2s linear infinite alternate;
    counter-reset: count 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #fff;
    font-size: 145%;
    text-shadow: 0 0 #fff;
}

@keyframes counter {
    0% {
        counter-increment: count 0;
    }

    10% {
        counter-increment: count 1;
    }

    20% {
        counter-increment: count 2;
    }

    30% {
        counter-increment: count 3;
    }

    40% {
        counter-increment: count 4;
    }

    50% {
        counter-increment: count 5;
    }

    60% {
        counter-increment: count 6;
    }

    70% {
        counter-increment: count 7;
    }

    80% {
        counter-increment: count 8;
    }

    90% {
        counter-increment: count 9;
    }

    100% {
        counter-increment: count 10;
    }
}

form#frmLogin {
    position: relative;
}

.error_msg_text {
    text-align: center;
    font-weight: normal;
    color: #ef0000;
    margin-bottom: 5px;
    text-transform: none;
    position: absolute;
    top: -9%;
    left: 0;
    right: 0;
    font-size: 16px;
}

.login_logo_img {
    max-width: 50%;
    margin-bottom: 1.5em;
    pointer-events: auto;
}

.login_input_div {
    position: relative;
}

.login_input_div label.error {
    position: absolute;
    bottom: -25%;
    font-size: 70%;
    font-size: 12px;
}

.loginpage .modal-dialog {
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border: 1px solid #c6d8da;
    border-radius: 3px;
    min-height: auto;
    padding: 4rem 0;
    position: relative;
    z-index: 1;
}

.changepassword_popup:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(185 182 182 / 21%);
}

.loginpage .modal-title {
    font-size: calc(1.275rem + .3vw);
}

.loginpage.changepassword_popup .viewresult_btn .btn {
    background: none;
    color: #000;
    border: none;
    text-transform: capitalize;
    font-weight: normal;
    text-decoration: underline;
    text-underline-offset: 2px;
    letter-spacing: 0;
    font-size: 1rem;
    padding: 0;
    width: fit-content;
    margin: 0 auto;
}

.viewresult_btn {
    pointer-events: auto;
}

.login_18plus {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 18%;
}

.gameselect-box-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-bottom: 2em;
}

.download-box-main {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin-bottom: 2em;
}

.game_logo_img {
    max-width: 285px;
    width: 100%;
}

.gameselect-box a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 130%;
}

.download-box a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 130%;
}

.gameselect-box a {
    -webkit-filter: drop-shadow(4px 6px 6px #000);
    filter: drop-shadow(4px 6px 6px #000);
}

.download-box a {}

.gameselect-box a:hover {
    -webkit-filter: drop-shadow(4px 6px 6px #000) brightness(1.2);
    filter: drop-shadow(4px 6px 6px #000) brightness(1.2);
}

.download-box a:hover {
    -webkit-filter: var(--button-highlight);
    filter: var(--button-highlight);
}

.logout_btn {
    position: absolute;
    right: 1vw;
    top: 1vw;
    background-color: var(--secondary-theme) !important;
    border-color: var(--secondary-theme) !important;
    text-transform: uppercase;
    font-weight: bold;
}

.gameselect-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    background: var(--prelogin-page-bg);
    background-size: cover;
    background-position: center bottom;
}

.download-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100vh;
    background: url("../images/login_bg.jpg");
    background-size: cover;
    background-position: center bottom;
}

.gameselect_18plus {
    max-width: 164px;
    position: absolute;
    bottom: 1vw;
    right: 1vw;
}

.gameselect-text {
    margin-top: 5%;
}

.download-section1 {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 700px;
    margin: auto;
    margin-bottom: 7%;
}

.download_btn {
    width: 100%;
    text-align: center;
    margin-right: 10px;
}

.download_btn a {
    display: block;
    padding: 17px 10px;
    background: var(--primary-theme);
    border-radius: 0.25rem;
    color: #fff;
    font-weight: bold;
}

.download-box {
    width: 100%;
    text-align: center;
}

.download-box .game_logo_img {
    margin: auto;
    margin-bottom: 6%;
}

.download-box a.btn {
    max-width: 300px;
    margin: auto;
    color: #323131;
    text-decoration: underline;
    text-underline-offset: 2px;
    font-weight: bold;
}

.download_btn:last-child {
    margin: 0;
}

.download_btn:last-child a {
    background: var(--secondary-theme);
    color: #fff;
}

.currentgame_drawtime {
    margin-bottom: 0%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: calc(20% - var(--rightpanel-px));
    width: 100%;
    padding: 0 3px;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
}

.currentgame_drawtime span.cur-left-align,
.currentgame_drawtime span.colon,
.currentgame_drawtime span#curdrawTime {
    font-size: 75%;
}

.currentgame_drawtime .cur-left-align {
    flex: 0.5;
}

.currentgame_drawtime .colon {
    flex: 0.1;
}

.currentgame_drawtime #curdrawTime {
    flex: 0.4;
    font-size: 85%;
    color: #202020;
    font-weight: bold;
}

.currentgame_drawdate {
    margin-bottom: 2%;
    display: flex;
    justify-content: space-between;
    padding: 0 3px;
    width: 100%;
    align-items: center;
}

.nextgame_time {
    display: flex;
    justify-content: space-between;
    padding: 0 3px;
    width: 100%;
    align-items: center;
}

.currentgame_drawdate .future_date,
.nextgame_time #nxtdrawTime {
    flex: 0.4;
    font-size: 85%;
    color: #202020;
}

.currentgame_drawdate .colon,
.nextgame_time .colon {
    flex: 0.1;
}

.currentgame_drawdate .cur-left-align,
.nextgame_time .cur-left-align {
    flex: 0.5;
}

.footer {
    display: none;
}

.theme-radio {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0.5vw 0 0 0;
    margin: 0;
}

.theme-radio .form-check-input[type=radio] {
    border-radius: 4px;
    width: 100%;
    height: 24px;
    padding: 0 !important;
    margin: 0.2vw 0.2vw;
    cursor: pointer;
    box-shadow: none !important;
    border: 1px solid #fff;
    position: relative;
}

.theme-radio .form-check-input[type=radio]:checked:after {
    content: "\f00c";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
}

.theme-radio label.form-check-label {
    width: 100%;
    display: none;
}

input#defaulttheme {
    background: var(--defaulttheme-color);
}

input#customtheme1 {
    background: var(--customtheme1-color);
}

input#customtheme2 {
    background: var(--customtheme2-color);
}

input#customtheme3 {
    background: var(--customtheme3-color);
}

.datepicker.datepicker-dropdown.dropdown-menu {
    background-color: #fff;
    border: 1px solid var(--secondary-theme);
    color: #000;
}

.datepicker td,
.datepicker th {
    width: 28px;
    height: 28px;
}

.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: #d7d9df;
    cursor: pointer;
}

.success_popup .modal-dialog-centered {
    align-items: flex-start;
}

.close_text {
    position: absolute;
    right: 0.5%;
    top: 73%;
    font-size: 10px;
    text-transform: uppercase;
}

input.double_game_index:focus {
    border: 2px solid var(--primary-theme);
}

@media screen and (max-device-width: 991px) and (orientation: portrait) {
    .rotate-to-landscape {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999999999;
        height: 100%;
        width: 100%;
        background: #212121;
    }

    .rotate-to-landscape img {
        width: 100%;
    }

    .main-body {
        display: none !important;
    }
}

@media screen and (max-width: 550px) {
    .download-section1 {
        flex-wrap: wrap;
        margin-bottom: 3em;
    }

    .download-box .game_logo_img {
        margin-bottom: 3em;
        max-width: 250px;
    }

    .download_btn {
        margin-right: 0;
        margin-bottom: 10px;
    }

    label.error {
        font-size: 100%;
    }

    .main-body {
        display: none !important;
    }

    .rotate-to-landscape {
        display: flex !important;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 999999999;
        height: 100%;
        width: 100%;
        background: #212121;
    }

    .rotate-to-landscape img {
        width: 100%;
    }

    .login_18plus {
        width: 35%;
    }

    .changepassword_popup .modal-dialog,
    .loginpage .modal-dialog {
        margin: auto;
    }

    .gameselect-box-main {
        flex-wrap: wrap;
    }

    .gameselect-box {
        margin-bottom: 2em;
    }

    .download-box-main {
        flex-wrap: wrap;
    }

    .download-box {
        margin-bottom: 2em;
    }

    body {
        font-size: 4vw;
    }
}

@media screen and (min-width: 992px) {
    .result_div {
        display: flex;
        height: 11%;
        font-size: 74%;
    }

    .result_div .result_head {
        font-size: 110%;
        flex-direction: column;
        line-height: 1.1;
    }

    .result_div .result-bottom {
        margin-bottom: 0;
    }

    .result_div .preDrawTime {
        display: block;
        width: 100%;
    }

    .result_div div {
        flex: 1;
        text-align: center;
        font-size: 115%;
        font-weight: bold;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 3px;
        position: relative;
    }

    .result_div .result-num-font-size {
        font-size: 145%;
        font-weight: bolder;
    }

    .result_head {
        background: #673ab7;
        color: #fff;
        text-transform: uppercase;
    }

    .game_result1:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result2:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result3:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result4:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result5:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result6:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result7:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result8:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result9:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result10:before {
        position: absolute;
        font-weight: bold;
        z-index: 1;
        font-size: 67%;
        opacity: 0.3;
        color: #fff;
    }

    .game_result1 {
        background: #cf9bcc;
    }

    .game_result2 {
        background: #e990b4;
    }

    .game_result3 {
        background: #ffada2;
    }

    .game_result4 {
        background: #ffce96;
    }

    .game_result5 {
        background: #ffe483;
    }

    .game_result6 {
        background: #f6f4a0;
    }

    .game_result7 {
        background: #d0e797;
    }

    .game_result8 {
        background: #9cd5bc;
    }

    .game_result9 {
        background: #91e0fd;
    }

    .game_result10 {
        background: #9db2df;
    }

    .select-row-box .bet_no_input_box,
    .double_select_row .bet_no_input_box {
        background: transparent;
    }

    .family_sec .form-check-input-div .form-check-input:after,
    .seconddigit_sec .form-check-input-div .form-check-input:after {
        height: 0.88em;
    }

    .family_sec .form-check-input-div .form-check-input:checked:after,
    .seconddigit_sec .form-check-input-div .form-check-input:checked:after {
        height: 0.88em;
    }

    .bet_no {
        display: none;
    }

    body {
        font-size: 1.5vw;
    }

    #advance_draw .drawtime_box {
        width: 15.5%;
    }

    .drawtime_box_select_input {
        display: flex;
        align-items: center;
        margin-right: 0.5rem;
    }

    .drawtime_box_select_input .col-form-label {
        line-height: 1;
        white-space: nowrap;
        padding-right: 0.5rem;
    }

    .drawtime_box_select_input .form-control {
        max-width: 60px;
        box-shadow: 3px 4px 4px rgb(0 0 0 / 52%) inset;
        background: #fff;
        color: #000;
        border: 1px solid #676767;
        text-align: center;
    }

    .bet_no_input_box_main {
        padding: 0 0.2%;
        height: 100%;
    }

    .double_select_row .bet_no_input_box {
        height: 85%;
    }

    .single_select_row .bet_no_input_box_main {
        height: 100%;
        padding: 0 0.2%;
    }

    .single_select_row .bet_no_input_box {
        height: 100%;
    }

    .nav_icon,
    .change_icon {
        width: 2.5rem;
        cursor: pointer;
    }

    .modal-header .btn-close {
        width: 2rem;
    }

    .mins_box {
        width: 7vw;
        height: 7vw;
        margin-right: 1.4vw;
    }

    .sec_box {
        width: 5.5vw;
        height: 5.5vw
    }

    .currentgame_time {}

    .summary_table {
        font-size: 100%;
    }

    .summary_table td {
        padding: 0.6rem 0.8rem;
    }

    .main_tab_button_sec .main-tab-nav .nav-link {
        font-size: 115%;
    }

    .game_name_box {
        padding: 1vh 1vh;
        font-size: 2.5vh;
        display: flex;
        align-items: center;
    }

    .game_name:after {
        display: none;
    }

    div#summary_popup .modal-dialog {
        margin: 1.75rem auto;
    }

    .res_no {
        height: 1.6em;
        width: 1.6em;
    }

    .resultpop_cont_box {
        margin: 0.3%;
    }

    div#result_popup .modal-dialog {}

    .myacc_tab_nav .nav-item .nav-link {
        padding: 20px 10px;
    }

    .double-tab-nav {
        flex-direction: column;
        height: 100%;
        flex-wrap: nowrap;
    }

    .double-tab-nav li.nav-item {
        height: 9.08%;
    }

    .double-tab-nav li.nav-item a {
        height: 100%;
        display: block;
        color: #000;
    }

    .double-tab-nav li.nav-item .game_name_box {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: initial;
        justify-content: center;
        font-weight: bold;
    }

    .game_name {
        padding-bottom: 2%;
        padding-bottom: 0%;
    }

    .game_qty_bet_sec {
        padding-top: 2%;
        display: none;
    }

    img.game_icon {
        width: 7px;
    }

    .right-menu {
        font-size: 80%;
    }

    .modal {
        font-size: 85%;
    }

    .single-tab-content {
        height: 100%;
    }

    .single_game_row {
        height: 9.07%;
        color: #000;
        font-weight: bold;
    }

    .bet_no_input_box input {
        display: block !important;
        color: #000;
        border: 1px solid #d7d7d7;
        font-size: 85%;
        font-weight: normal;
        border-radius: 5px;
        background: linear-gradient(45deg, #1e1e1e, transparent);
    }

    .single_select_row input,
    .double_select_row input {
        font-size: 52%;
    }

    .selectall_checkbox1 {
        font-size: 100% !important;
    }

    .bet_no_input_box {
        border-radius: 0;
    }

    .bet_no_input_box input {
        pointer-events: auto;
    }

    .header {
        height: 7%;
        font-size: 75%;
    }

    .main_content_sec {
        height: 100%;
    }

    .main_sec_form {
        height: 75%;
    }

    .minsec_number {
        font-size: 180%;
    }

    .footer {
        display: flex;
        align-items: center;
        height: 6%;
        background: #dcdcdc;
    }

    .footer_button_section {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 80%;
        padding: 0 1%;
    }

    .footer_btn {
        background: var(--primary-theme);
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1% 2%;
        border-radius: 5px;
        cursor: pointer;
        font-size: 85%;
        margin: 0 0.4%;
        width: 100%;
        color: #000;
        font-weight: bold;
    }

    .result_btn {
        background: #788BDB;
    }

    .claim_btn {
        background: #73D3AF;
    }

    .reprint_btn {
        background: #A4CF64;
    }

    .cancel_btn {
        background: #F3C2A1;
    }

    .report_btn {
        background: #ba4a5c;
    }

    .logout_btn_footer {
        background: #ff493b;
    }

    .reset_btn {
        background: #F6848C;
    }

    .print_buy {
        background: #22B14C;
    }

    .footer_btn.disabled {
        cursor: not-allowed;
        opacity: 0.5;
        pointer-events: none;
    }

    .bet_no_input_box .fa {
        display: none;
    }

    .double_bet_area_row .select-row-box input {
        font-size: 45% !important;
        height: 85%;
        padding: 6% 1%;
    }

    .select-row-box {
        width: 100%;
    }

    .single_bet_area .bet_no_input_box {
        min-height: 60%;
        background: transparent;
    }

    .double_bet_area_row .bet_no_input_box {
        min-height: 100%;
        margin-top: auto;
    }

    .double_select_row .bet_no_input_box {
        margin-top: 0;
        background: transparent;
    }

    .single-tab-content,
    .double-tab-content {
        width: 70%;
    }

    .qty_pt_result_section {
        width: 30%;
        min-width: 30%;
        background: var(--qty-bg);
        margin-left: var(--rightpanel-px);
    }

    .main_tab_button_sec {
        width: 45%;
    }

    .single_bet_area {
        padding-right: 0;
    }

    .single-tab-content-main,
    .double-tab-content-main {
        height: 100%;
        display: flex;
    }

    .desk_qty_table {
        font-size: 2.5vh;
        margin-bottom: 0;
        height: 100%;
        color: #000;
    }

    .desk_qty_table th,
    .desk_qty_table td {
        text-align: center !important;
    }

    .desk_qty_table>tbody>tr>td:last-child {
        background: var(--result-bg);
        color: #000;
        text-align: center;
    }

    .desk_qty_table .point_class {
        background: #f1a6a8 !important;
    }

    .desk_qty_table tr.desk_qty_table_head2 td {
        text-transform: uppercase;
        background: #a7b5ed;
        font-weight: bold;
        width: 50%;
    }

    .desk_qty_table tr td {
        vertical-align: middle;
        padding: 1% 2%;
        font-weight: bold;
    }

    .single_bet_area .bet_no {
        display: none;
    }

    .single_select_row .bet_no {
        display: block;
        font-size: 14px;
        margin-bottom: 1%;
        color: #fff;
    }

    .datepicker-dropdown {
        font-size: 65%;
    }

    .desk_qty_table tr td:first-child,
    .desk_submit_sec {
        display: none;
    }

    .time_section {
        height: 38%;
    }

    .main_content_left_sec {
        position: relative;
    }

    .single-tab-content,
    .double-tab-content {
        width: calc(100% - var(--qty-result-width));
    }

    .qty_pt_result_section {
        width: calc(var(--qty-result-width) - var(--rightpanel-px));
        min-width: calc(var(--qty-result-width) - var(--rightpanel-px));
        height: 109.3%;
        position: absolute;
        right: 0;
        top: 0;
    }

    .footer_right_section {
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--right-width);
        min-width: var(--right-width);
        height: 100%;
        padding: var(--rightpanel-px);
    }

    .foot_btn_sec_sub {
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - var(--qty-result-width));
        height: 100%;
    }

    .footer_button_section {
        padding: 0;
    }

    .foot_btn_sec_sub {}

    .foot_total_sec {
        display: flex;
        align-items: center;
        justify-content: center;
        width: var(--qty-result-width);
        height: 100%;
    }

    .footer_right_section .footer_btn {
        background: var(--primary-theme);
        margin: 0;
        font-weight: bold;
        font-size: 100%;
        color: #fff;
        border: none;
    }

    .desk_qty_random_sec {
        height: calc(16% - var(--rightpanel-px));
        padding-top: 5%;
    }

    .currentgame_time {
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-top: var(--rightpanel-px);
        border-radius: 5px;
    }

    .couponval_sec {
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: var(--rightpanel-px);
        border-radius: 5px;
        margin-bottom: var(--rightpanel-px);
    }

    .qty_res_total_sec td {
        text-transform: uppercase;
        font-weight: bold;
        background: #b9bdcf !important;
    }

    .current_dt_sec:first-child {
        margin-bottom: 2%;
    }

    .transid_section_val:first-child {
        margin-bottom: 2%;
    }

    .main_content_right_sec {
        padding-bottom: 0;
    }

    .double_bet_area_row {
        padding: 0 0 0 1%;
    }

    .bet_no_input_box_main.select-row-box {
        padding-left: 0.5%;
        padding-right: 0.5%;
    }

    .advgame_sec {
        height: calc(11% - var(--rightpanel-px));
    }

    .family_sec {
        height: calc(9% - var(--rightpanel-px));
    }

    .seconddigit_sec {
        height: calc(9% - var(--rightpanel-px));
    }

    .betvalue_sec {
        display: none;
    }

    .random_clear_sec {
        display: none;
    }

    .submit_sec {
        display: none;
    }

    .bet_no_input_box {
        background: transparent;
    }

    .bet_no_input_box input {
        background: var(--input-box);
        border-radius: 5px;
    }

    .single_select_row input,
    .double_select_row input {
        background: transparent;
        border: 2px solid #009688;
        box-shadow: 2px 2px 2px rgb(200 207 237) inset, -2px -2px 2px rgb(200 207 237) inset;
        background: #fff;
        color: #000;
        border: 2px solid #7083d0;
        height: 75%;
    }

    .double_bet_area_row .select-row-box input {
        background: var(--column-bg);
        border-color: transparent;
        box-shadow: 2px 2px 2px rgb(200 207 237) inset, -2px -2px 2px rgb(200 207 237) inset;
        background: #fff;
        color: #000;
        border: 2px solid #7083d0;
    }

    .double_bet_area_row .bet_no_input_box input {
        min-height: 92%;
    }

    .hidden-d {
        display: none !important;
    }

    label.error {
        font-size: 60%;
    }

    .runtime_1 {
        height: 35%;
    }

    .currentgame_time {
        height: calc(35% - var(--rightpanel-px));
    }

    .couponval_sec {
        height: calc(20% - var(--rightpanel-px));
    }
}

@media screen and (max-width: 991px) {
    .claim_popup .modal-dialog {
        max-width: 75%;
    }

    .td_flex_div {
        max-height: 8rem;
    }

    .res_no {
        font-size: 160%;
    }

    .resultpop_time {
        font-size: 95%;
    }

    .resultpop_cont_text {
        font-size: 84%;
        padding-left: 5px;
    }

    .couponval_sec span {
        font-size: 115%;
    }

    .result_div {
        display: none;
    }

    .gamehistory-tab-detail .modal-dialog {
        max-width: 65%;
    }

    .block_text {
        font-size: 32%;
    }

    .betting_block_text {
        background: transparent !important;
        border: none !important;
    }

    .bet_no_input_box {
        border: 1px solid #d7d7d7;
        background: #fff;
    }

    .changepassword_popup .btn,
    .loginpage {
        display: block;
    }

    .runtime_1 {
        height: 35%;
        font-size: 150%;
        padding: 2%;
    }

    .currentgame_time {
        height: calc(45% - var(--rightpanel-px));
    }

    .couponval_sec {
        display: flex;
        align-items: center;
        justify-content: center;
        height: calc(20% - var(--rightpanel-px));
    }

    .time_section {
        height: 35%;
    }

    .submit_sec {
        height: calc(10% - var(--rightpanel-px));
    }

    .random_clear_sec {
        height: calc(10% - var(--rightpanel-px));
    }

    .mob_print_sec {
        height: calc(10% - var(--rightpanel-px));
    }

    .advgame_sec {
        height: calc(10% - var(--rightpanel-px));
    }

    .game_qty_bet_sec {
        display: none;
    }

    .game_name {
        padding-bottom: 0;
    }

    .game_name:after {
        display: none;
    }

    .game_name_box {
        padding: 0 5px;
    }

    .single_game_row {
        height: 9.07%;
    }

    .single_bet_area .bet_no_input_box_main {
        height: 100%;
        padding: 1px;
    }

    .single_bet_area {
        border: 1px;
    }

    .double-tab-nav {
        height: 100%;
    }

    .double-tab-nav li.nav-item {
        height: 9.07%;
    }

    .double-tab-nav li.nav-item .nav-link {
        height: 100%;
    }

    .game_name_box {
        height: 100%;
        display: flex;
        align-items: center;
        font-size: 90%;
    }

    .couponval_sec {
        margin-top: var(--rightpanel-px);
    }

    .single_select_row .bet_no {
        display: none;
    }

    .myaccount_popup .modal-dialog,
    .resulthistory_popup .modal-dialog {
        width: 98% !important;
    }

    .currentgame_time {
        font-size: 85%;
        margin-top: var(--rightpanel-px);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        background: #fff;
        border-radius: 5px;
    }

    .loginresult_popup .history_table tr th:first-child,
    .loginresult_popup .history_table tr td:first-child {
        width: 30%;
    }

    .game_logo_img {
        max-width: 250px;
    }

    .drawtime_box_select_input {
        display: none;
    }

    .double_bet_area_row .select-row-box input {
        display: none;
    }

    .single_select_row input {
        display: none;
    }

    .double_select_row input {
        display: none;
    }

    .header_transid_section {
        display: none;
    }

    .qty_pt_result_section {
        display: none;
    }

    .desk_qty_random_sec {
        display: none;
    }

    .all_odd_sec {
        display: none;
    }

    .desk_submit_sec {
        display: none;
    }

    .selectall_checkbox1 {
        display: block !important;
    }
}

.header .plus_1 {
    margin: 0;
    margin-left: 3%;
    margin-right: auto;
}

.goto-lobby {
    margin: 0 5px;
}

.goto-lobby i {
    font-size: 22px;
    color: var(--primary-theme);
}

.nav_section {
    padding: 5px 0;
}

.nav_icon,
.change_icon {
    width: 2rem;
}

.current_datetime_sec {
    font-size: 85%;
}

.header .plus_1 img {
    width: 95%;
    max-width: 150px;
}

.random_pick_radio .form-check {
    display: flex;
    align-items: center;
}

.random_pick_radio .form-check input {
    margin-right: 6px;
    background: transparent;
    outline: 2px solid #a6a6a6;
    border: 3px solid #282828;
    margin-bottom: 5px;
    cursor: pointer;
}

.random_pick_radio .form-check input:checked {
    background: var(--value-color);
    box-shadow: none !important;
}

.all_odd_sec_box_top {
    background: #282828;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.all_odd_sec_box_top .all_odd_button_sec_top {
    height: 55%;
    align-items: center;
    width: 100%;
    justify-content: space-around;
    margin: 0 1%;
}

.all_odd_sec_box_top .all_odd_button_sec_top:first-child {
    height: 45%;
    background: #1c1a1b;
}

.all_odd_button_sec_top {
    display: flex;
    justify-content: center;
}

.modal.changepassword_popup {
    background: rgb(255 255 255 / 37%);
}

@media screen and (min-width: 992px) {
    .result_head {
        max-width: 10%;
    }

    .resultdiv_series_common {
        display: block !important;
    }

    .resultdiv_series_box {
        height: 50%;
        margin: 0 !important;
        border-bottom: 1px solid #fff;
    }

    .resultdiv_series_box>div {
        height: 100%;
        margin: 0 !important;
        border-right: 3px solid #fff;
        border-bottom: 2px solid #fff;
        font-size: 125%;
        font-family: sans-serif;
    }

    .resultdiv_series_box.resultdiv_series_number>div {
        border-bottom: none;
    }

    .resultdiv_series_box>div:last-child {
        border-right: none;
    }

    .tab.double_game_row.tab-active {
        border-width: 7px !important;
    }

    .runtime_1 {
        height: initial;
        padding: 10px;
        width: auto;
    }

    .main_content_right_sec,
    .footer_right_section {
        display: none;
    }

    .main_content_right_sec_top {
        display: flex;
    }

    .main_content_right_sec_top .currentgame_time {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        height: initial;
        margin: 0;
    }

    .main_content_right_sec_top .currentgame_time>div {
        width: 50%;
    }

    .desktop_time_sec {
        display: flex;
        flex-wrap: nowrap;
        white-space: nowrap;
    }

    .main_content_right_sec_top {
        background: #3a3839;
        color: #fff;
        height: 9%;
        font-size: 80%;
        padding: 2px;
    }

    .main_content_right_sec_top .currentgame_time {
        background: transparent;
    }

    .main_content_right_sec_top .currentgame_time span {
        color: var(--value-color);
        margin-left: 5px;
    }

    .main_content_right_sec_top .cur-left-align {
        color: #fff;
    }

    .main_content_right_sec_top .colon {
        color: #fff;
    }

    .currentgame_time_top {
        width: 43%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 1%;
    }

    .all_odd_sec_box_top {
        width: 23%;
        text-align: center;
    }

    .family_adv_sec_top {
        width: 20%;
        margin: 0 1%;
    }

    .runtime_1 {
        width: 20%;
        margin: 0 1%;
    }

    .all_odd_button_sec_top {
        display: flex;
        justify-content: center;
    }

    .desktop_time_sec_top {
        display: flex;
        align-items: center;
        width: 50%;
    }

    .desktop_time_sec_top span {
        color: var(--value-color);
        margin-left: 5px;
    }

    .balance_sec_uname11 {
        flex-direction: column;
    }

    .balance_sec_username {
        margin-bottom: 2%;
        line-height: 1.2;
        font-size: 105%;
    }

    .main_sec_form {
        height: 67%;
    }

    .family_toggle_top {
        height: auto;
        background: #69676c;
        color: #fff;
    }

    .family_adv_sec_top .family_sec {
        height: auto;
        margin-top: 0;
        height: 46%;
    }

    .family_adv_sec_top .family_toggle {
        color: #fff;
        background: #69676c;
    }

    .family_adv_sec_top .advgame_btn_top {
        background: var(--primary-theme);
        text-align: center;
        padding: 5px;
        height: 46%;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2%;
        font-weight: bold;
        cursor: pointer;
    }

    .nav_icon {
        display: none !important;
    }

    .header_time_section1 {
        display: none !important;
    }
}

@media screen and (max-width: 991px) {
    .mob_print_reprint {
        background: #a4cf64;
        color: #000;
    }

    .mob_print_claim {
        background: #73d3af;
        color: #000;
    }

    .mob_print_reset {
        background: #f6848c;
        color: #000;
    }

    .mob_cancel_btn {
        background: #f3c2a1;
        color: #000;
    }

    .header_time_section1 span {
        font-weight: bold;
        color: var(--value-color);
    }

    .header_time_section1 {
        font-size: 88%;
        line-height: 1.2;
    }

    .header_sub3 {
        min-width: auto;
        font-size: 90%;
        width: 25%;
    }

    .balance_sec {
        padding: 0 1%;
        margin-right: 2.5%;
    }

    .header_time_section1 {
        display: flex !important;
    }

    .keypad_block_btn {
        width: 24%;
        padding: 4% 2%;
        margin: 0.5%;
        font-size: 80%;
    }

    .betval_inc_dec_box {
        flex-direction: column;
    }

    .betval_input_box {
        height: 30%;
    }

    .keypad_block {
        position: static;
        background: none;
        height: 70%;
        opacity: 1;
        box-shadow: none;
        width: 100%;
    }

    .runtime_1 {
        height: 100%;
    }

    .time_section {
        height: 10%;
    }

    .betvalue_sec {
        height: calc(31% - var(--rightpanel-px));
    }

    .all_odd_sec_box_mobile .form-check {
        margin-right: 0;
    }

    .mob_print_sec .random_btn {
        margin-right: 2px;
    }

    .all_odd_sec_box_mobile {
        height: calc(18% - var(--rightpanel-px));
        margin-top: var(--rightpanel-px);
    }

    .main_content_right_sec_top {
        display: none;
    }

    .change_icon {
        display: none !important;
    }

    .balance_sec_username {
        margin-right: 5px;
    }

    .header .plus_1 img {
        display: none;
    }
}

.mainresult_series_box {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.mainresult_series_box .resultpop_cont_box {
    width: 48%;
    margin: 0.6%;
}

.header_sub1 {
    width: 13vw;
    min-width: 13vw;
}

.result_his_split span {
    display: block;
    width: 100%;
    padding: 7px 0;
}

.result_his_split {
    display: flex;
}

div#resulthistory-tab td {
    padding: 0;
    border-right: 1px solid #fff;
    white-space: nowrap;
    font-size: 100%;
}

.result_his_split span:nth-child(even) {}

div#resulthistory-tab td:nth-child(even) {}

div#resulthistory-tab th {
    padding: 0;
}

div#resulthistory-tab .res_th_head1 {
    padding: 8px 5px;
}

div#resulthistory-tab th .result_his_split span {
    background: rgb(255 255 255 / 22%);
    color: #000;
}

div#resulthistory-tab th .result_his_split span:nth-child(even) {
    background: rgb(255 255 255 / 37%);
}

div#resulthistory-tab th {
    border-right: 1px solid #fff;
}

div#resulthistory-tab th:first-child {
    background: #e54859;
    color: #fff;
}

td.norecord_text {
    padding: 10px !important;
}

.series_tab_link_main {
    display: flex !important;
}

.series_tab_link_main .game_name_box.sel_game_name_box1 {
    min-width: auto !important;
    width: auto !important;
    white-space: nowrap;
    font-size: 80%;
}

.series_tab_main {
    display: flex;
    width: 100%;
}

.series_tab_btn {
    width: 50%;
    background: #ff8a96;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 85%;
    position: relative;
}

.series_tab_btn_active {
    background: #e54859;
    box-shadow: 1px 2px 8px rgb(0 0 0 / 50%);
    position: relative;
    color: #fff;
    z-index: 1;
}

.series_tab_btn_active:after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 9px;
    width: 15px;
    height: 15px;
    background: #1dc906;
    display: flex;
    border-radius: 0 0 0 110%;
    padding-top: 2px;
    padding-left: 5px;
}

.series_10_tab_btn:before {
    content: "F1";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #000000;
    display: flex;
    border-radius: 0 110% 0 0;
    padding-top: 5px;
    padding-left: 2px;
    font-size: 8px;
    color: #fff;
}

.series_30_tab_btn:before {
    content: "F2";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #000000;
    display: flex;
    border-radius: 0 110% 0 0;
    padding-top: 5px;
    padding-left: 2px;
    font-size: 8px;
    color: #fff;
}

.series_tab_content {
    height: 90.8%;
}

.series_tab_content li {
    height: 10% !important;
}

.double-tab-nav li.nav-item {
    position: relative;
    z-index: 1;
}

/* .game_result_his1,
#gamelastresult_box1,
#gamelastresult_box11,
#gamelastresult_box21, 
#gamelastresult_box31 {
    background: #cf9bcc !important;
}

.game_result_his2,
#gamelastresult_box2,
#gamelastresult_box12,
#gamelastresult_box22, 
#gamelastresult_box32 {
    background: #e990b4 !important;
}

.game_result_his3,
#gamelastresult_box3,
#gamelastresult_box13, 
#gamelastresult_box23, 
#gamelastresult_box33 {
    background: #ffada2 !important;
}

.game_result_his4,
#gamelastresult_box4,
#gamelastresult_box14, 
#gamelastresult_box24, 
#gamelastresult_box34 {
    background: #ffce96 !important;
}

.game_result_his5,
#gamelastresult_box5,
#gamelastresult_box15, 
#gamelastresult_box25, 
#gamelastresult_box35 {
    background: #ffe483 !important;
}

.game_result_his6,
#gamelastresult_box6,
#gamelastresult_box16, 
#gamelastresult_box26, 
#gamelastresult_box36 {
    background: #f6f4a0 !important;
}

.game_result_his7,
#gamelastresult_box7,
#gamelastresult_box17, 
#gamelastresult_box27, 
#gamelastresult_box37 {
    background: #d0e797 !important;
}

.game_result_his8,
#gamelastresult_box8,
#gamelastresult_box18, 
#gamelastresult_box28, 
#gamelastresult_box38 {
    background: #9cd5bc !important;
}

.game_result_his9,
#gamelastresult_box9,
#gamelastresult_box19, 
#gamelastresult_box29, 
#gamelastresult_box39 {
    background: #91e0fd !important;
}

.game_result_his10,
#gamelastresult_box10,
#gamelastresult_box20,
#gamelastresult_box30, 
#gamelastresult_box40 {
    background: #9db2df !important;
}
 */
.lastresult_box {
    position: relative;
}

.lastresult_box:before {
    position: absolute;
    font-weight: bold;
    z-index: 1;
    font-size: 67%;
    opacity: 0.4;
    color: #fff;
    left: 0;
    right: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gamelastresult_box1:before {
    content: "SUPER 10";
}

#gamelastresult_box2:before {
    content: "EXPRESS 11";
}

#gamelastresult_box3:before {
    content: "DIAMOND 12";
}

#gamelastresult_box4:before {
    content: "DELUXE 13";
}

#gamelastresult_box5:before {
    content: "CHAMPION 14";
}

#gamelastresult_box6:before {
    content: "STAR 15";
}

#gamelastresult_box7:before {
    content: "WIN 16";
}

#gamelastresult_box8:before {
    content: "TUFAN 17";
}

#gamelastresult_box9:before {
    content: "METRO 18";
}

#gamelastresult_box10:before {
    content: "JACKPOT 19";
}

#gamelastresult_box11:before {
    content: "SUPER 30";
}

#gamelastresult_box21:before {
    content: "SUPER 50";
}

#gamelastresult_box31:before {
    content: "SUPER 60";
}

#gamelastresult_box12:before {
    content: "EXPRESS 31";
}

#gamelastresult_box22:before {
    content: "EXPRESS 51";
}

#gamelastresult_box32:before {
    content: "EXPRESS 61";
}

#gamelastresult_box13:before {
    content: "DIAMOND 32";
}

#gamelastresult_box23:before {
    content: "DIAMOND 52";
}

#gamelastresult_box33:before {
    content: "DIAMOND 62";
}

#gamelastresult_box14:before {
    content: "DELUXE 33";
}

#gamelastresult_box24:before {
    content: "DELUXE 53";
}

#gamelastresult_box34:before {
    content: "DELUXE 63";
}

#gamelastresult_box15:before {
    content: "CHAMPION 34";
}

#gamelastresult_box25:before {
    content: "CHAMPION 54";
}

#gamelastresult_box35:before {
    content: "CHAMPION 64";
}

#gamelastresult_box16:before {
    content: "STAR 35";
}

#gamelastresult_box26:before {
    content: "STAR 55";
}

#gamelastresult_box36:before {
    content: "STAR 65";
}

#gamelastresult_box17:before {
    content: "WIN 36";
}

#gamelastresult_box27:before {
    content: "WIN 56";
}

#gamelastresult_box37:before {
    content: "WIN 66";
}

#gamelastresult_box18:before {
    content: "TUFAN 37";
}

#gamelastresult_box28:before {
    content: "TUFAN 57";
}

#gamelastresult_box38:before {
    content: "TUFAN 67";
}

#gamelastresult_box19:before {
    content: "METRO 38";
}

#gamelastresult_box29:before {
    content: "METRO 58";
}

#gamelastresult_box39:before {
    content: "METRO 68";
}

#gamelastresult_box20:before {
    content: "JACKPOT 39";
}

#gamelastresult_box30:before {
    content: "JACKPOT 59";
}

#gamelastresult_box40:before {
    content: "JACKPOT 69";
}

.result_history_checbox_sec {
    display: flex;
    align-items: center;
}

.result_history_checbox_sec .form-check {
    margin-right: 10px;
}

.result_history_checbox_sec .form-check input {
    margin-right: 5px;
}

.cancel_ticket_text {
    color: #e54859;
    font-weight: bold;
    font-size: 100%;
}

@media screen and (min-width: 992px) {
    .head_logout_btn {
        background: #e54859;
        height: 84%;
        margin-right: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        border-radius: 5px;
        color: #fff;
        cursor: pointer;
    }

    .fs_section {
        padding-right: 10px;
    }

    .qty_series_main {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50%;
    }

    .qty_series_no {
        width: 50%;
        text-align: center;
        height: 100%;
    }

    .qty_pt_result_txt {
        height: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .qty_series_no:nth-child(odd) {
        background: rgb(255 255 255 / 10%);
    }

    .qty_series_no:nth-child(even) {
        background: rgb(255 255 255 / 25%);
    }

    tr.desk_qty_table_head2 {
        height: 9%;
    }

    tr.desk_qty_table_head2 td {
        padding: 0 !important;
    }

    .qty_series_no_val_main {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .qty_series_no_val {
        width: 50%;
    }

    .desk_qty_table tr.series_10_total_tr {
        height: 8.1%;
    }

    .bet_no_input_box {
        position: relative
    }

    .bet_no {
        display: flex;
        position: absolute;
        top: 6%;
        bottom: 6%;
        pointer-events: none;
    }

    .betfocus .bet_no {
        left: 0;
        font-size: 50%;
        height: auto;
        width: 33%;
        justify-content: center;
        color: #fff;
        background: rgb(0 0 0 / 35%);
        border-radius: 5px 0 0 5px;
    }

    .bet_no_input_box input {
        padding-top: 0;
    }

    .betfocus input {
        padding-left: 33% !important;
    }

    .bet_no_input_box input::-webkit-input-placeholder {
        color: transparent !important;
    }

    .bet_no_input_box input:-moz-placeholder {
        color: transparent !important;
    }

    .bet_no_input_box input::-moz-placeholder {
        color: transparent !important;
    }

    .bet_no_input_box input:-ms-input-placeholder {
        color: transparent !important;
    }

    .select-row-box .bet_no_input_box input::-webkit-input-placeholder,
    .double_select_row .bet_no_input_box input::-webkit-input-placeholder {
        color: #000 !important;
    }

    .select-row-box .bet_no_input_box input:-moz-placeholder,
    .double_select_row .bet_no_input_box input:-moz-placeholder {
        color: #000 !important;
    }

    .select-row-box .bet_no_input_box input::-moz-placeholder,
    .double_select_row .bet_no_input_box input::-moz-placeholder {
        color: #000 !important;
    }

    .select-row-box .bet_no_input_box input:-ms-input-placeholder,
    .double_select_row .bet_no_input_box input:-ms-input-placeholder {
        color: #000 !important;
    }

    div#resulthistory-tab td {
        font-size: 130%;
    }
}

@media screen and (max-width:991px) {
    .head_logout_btn {
        display: none;
    }

    .fs_section {
        display: none;
    }

    .series_10_tab_btn:before,
    .series_30_tab_btn:before {
        display: none;
    }

    .series_tab_btn {
        font-size: 95%;
    }

    .series_tab_main .form-check-input {
        margin-right: 2px;
    }

    .header_sub1 {
        width: 21vw;
        min-width: 21vw;
    }

    .lastresult_dropdown {
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        top: 0;
    }

    .lastresult_dropdown .dropdownclose_icon {
        width: auto;
        height: 87%;
        right: 1%;
    }

    .lastresult_dropdown_header {
        padding: 0.2%;
        font-size: 1.6vw;
    }

    .lastresult_box {
        margin: 0;
        width: 10%;
        border-radius: 0;
        border: 1px solid #fff;
    }

    .lastresult_box .lastresult_no {
        display: none;
    }

    .lastresult_box .lastresult_win {
        width: 100%;
        background: transparent;
        padding: 3px;
        color: #000;
        position: relative;
        z-index: 1;
    }

    .lastresult_dropdown,
    .lastresult_dropdown_box {
        border-radius: 0;
    }

    .respop_card_count_2 {
        font-size: 18px;
        padding-right: 4px;
        padding-bottom: 5px;
        width: 42px;
    }

    .main_52cardcontent_sec .jeeto_right_sec .series-result .resultdiv_jeeto_box_div .last_res_prev_time .respop_card_count_2 {
        width: 29px;
        font-size: 12px;
        padding-right: 2px;
        padding-bottom: 4px;
    }
}

.main_gamesel_toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #868686;
    height: 90%;
    border: 1px solid #cecece;
    box-shadow: 0 0 10px #000 inset;
    width: 15%;
    border-radius: 5px;
}

.current_game_button {
    width: 50%;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.current_game_button a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.current_game_button.active {
    background: #509624;
    border: 1px solid #8acc60;
    box-shadow: 0 0 10px rgb(0 0 0 / 63%) inset;
    border-radius: 5px;
    padding: 0 3%;
}

@media screen and (max-width: 991px) {
    .main_gamesel_toggle {
        /* display: none; */
        font-size: 80%;
        height: 65%;
        width: 20% !important;
    }

    .current_game_button.active {
        padding: 0 5px;
    }

    .header_transid_section {
        padding: 0 0.5%;
    }

    .nav_section {
        padding: 5px 4px;
    }

    .balance_sec {
        margin-right: 1%;
    }

    .header_sub1 {
        width: 13vw;
        min-width: 13vw;
    }

    .header_sub3 {
        width: 25%;
    }

    .right-menu-cont .main_gamesel_toggle {
        width: 70%;
        height: 9vw;
        margin: 1vw auto;
        display: flex;
        display: none;
    }

    .nav_section {
        padding: 5px 2px;
    }

    .header_transid_section {
        padding: 0 1%;
    }
}

.view_result_btn_sec {
    display: flex;
    align-items: center;
}

.loginpage.changepassword_popup .view_result_btn_sec .viewresult_btn .btn {
    color: #fff;
    background: #e54859;
	background: #00ad94;
    color: #fff;
    text-decoration: none;
    margin: 5px !important;
    padding: 10px;
    box-shadow: none !important;
}

.current_game_button a {
    padding: 5px;
}

.current_game_button {
    white-space: nowrap;
}

.current_game_button.active {
    background: #FFEB3B;
    border: 1px solid #FFC107;
    box-shadow: 0 0 10px #FFC107 inset;
    border-radius: 4px !important;
    color: #000;
    font-weight: bold;
}

/* begin-series 50 and 60 */

.series_50_tab_btn:before {
    content: "F3";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #000000;
    display: flex;
    border-radius: 0 110% 0 0;
    padding-top: 5px;
    padding-left: 2px;
    font-size: 8px;
    color: #fff;
}

.series_60_tab_btn:before {
    content: "F4";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: #000000;
    display: flex;
    border-radius: 0 110% 0 0;
    padding-top: 5px;
    padding-left: 2px;
    font-size: 8px;
    color: #fff;
}

.mainresult_series_box {
    width: 24.5%;
    background: #e5e5e5;
    margin: 0.25%;
    padding: 4px 2px;
    border-radius: 8px;
}

.resultpop_cont_box_inner {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1px;
    padding-bottom: 1px;
}

.resultpop_cont_box_inner .resultpop_cont_text {
    padding: 0;
    text-align: center;
    justify-content: center;
    font-size: 90%;
}

.res_no {}

.resultpop_cont {
    padding: 0;
}

.flip-div:after {
    font-size: 100%;
}

.resultpop_time {
    padding: 1%;
}

.series_tab_btn {
    background: #ffc5cb;
}

.series_tab_btn_active {
    background: #e54859;
}

.qty_pt_result_txt {
    display: flex;
    justify-content: space-around;
}

.qty_pt_result_txt>div:nth-child(odd) {
    background: rgb(255 255 255 / 25%);
}

.qty_pt_result_txt>div {
    width: 50%;
}

@media screen and (min-width:992px) {
    .result_div .result-num-font-size {
        font-weight: 900;
    }

    .desk_qty_table {
        font-family: 'Oswald', sans-serif;
    }

    .desk_qty_table tr.desk_qty_table_head2 td {
        font-weight: 500;
        padding: 0;
    }

    .desk_qty_table tr td {
        font-weight: 400;
        padding: 0;
    }

    .qty_series_no_val:nth-child(even) {
        background: rgb(255 255 255 / 35%);
    }

    .result_div .result-num-font-size {
        font-size: 90%;
    }

    .qty_series_no_val {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .qty_series_no_val_main {
        height: 100%;
    }

    .result_div {
        height: 14%;
    }

    .resultdiv_series_box {
        height: 50%;
    }

    .resultdiv_series_common {
        display: flex !important;
        flex-wrap: wrap;
    }

    .resultdiv_series_box>div {
        border-bottom: none !important;
        border-right: 1px solid #fff;
        font-family: 'Oswald', sans-serif;
        font-size: 140%;
        letter-spacing: 0.5px;
    }

    .resultdiv_series_box {
        width: 50%;
        min-width: 50%;
        border: 2.5px solid #673ab7 !important;
    }

    .result_div {
        background: #673ab7;
    }

    .sel_game_name_box1 {
        font-size: 60% !important;
        width: 100%;
        min-width: initial;
        margin: 0 !important;
        height: 23px !important;
        background: #e54859;
        padding: 0 !important;
        min-height: 21px;
        line-height: 1;
        flex: auto !important;
    }

    .result_div .result-bottom {
        margin-top: 5%;
    }

    .result_div .preDrawTime {
        margin-bottom: 5%;
    }

    .sel_game_name_box1 .form-check-input-div {
        flex: initial;
        width: auto;
    }

    .sel_game_name_box1 .form-check.form-switch.round-checkbox {
        justify-content: center;
    }

    .result_div div {
        margin-top: 1px;
        margin-bottom: 1px;
        margin-right: 1px;
        margin-left: 1px;
    }

    .result_div .result_head {
        margin-right: 0px;
    }

    .resultdiv_series_common .resultdiv_series_box:last-child {
        border: none;
    }
}

@media screen and (max-width:991px) {

    .series_50_tab_btn:before,
    .series_60_tab_btn:before {
        display: none;
    }
}

/* end-series 40 and 50 */



.header_result_series_mn {
    display: flex;
    flex-wrap: nowrap;
}

.header_result_series_mn>.resultdiv_series_box {
    width: 100% !important;
    flex-wrap: wrap;
    flex: initial;
    min-width: auto;
    height: 100%;
}

.header_result_series_mn>.resultdiv_series_box>div {
    width: 20% !important;
    flex: initial;
    height: 50%;
    border: none !important;
}

.header_result_series_mn>.resultdiv_series_box:nth-child(1)>div {
    background: #91e0fd;
}

.header_result_series_mn>.resultdiv_series_box:nth-child(1)>div:nth-child(even) {
    background: #66d1f9;
}

.header_result_series_mn>.resultdiv_series_box:nth-child(2)>div {
    background: #f9dbb8;
}

.header_result_series_mn>.resultdiv_series_box:nth-child(2)>div:nth-child(even) {
    background: #ffce96;
}

.header_result_series_mn>.resultdiv_series_box:nth-child(3)>div {
    background: #c1d1f2;
}

.header_result_series_mn>.resultdiv_series_box:nth-child(3)>div:nth-child(even) {
    background: #9db2df;
}

.header_result_series_mn>.resultdiv_series_box:nth-child(4)>div {
    background: #e3faa9;
}

.header_result_series_mn>.resultdiv_series_box:nth-child(4)>div:nth-child(even) {
    background: #d0e797;
}

#result_popup .mainresult_series_box {
    width: 100%;
}

#result_popup .resultpop_cont {
    flex-wrap: nowrap;
    padding: 0 10px;
}

.mainresult_series_box {
    margin-top: 0;
}

@media screen and (max-width:991px) {

    .lastresult_dropdown_body .lastresult_box:nth-child(n + 1):nth-child(-n + 10) {
        background: #66d1f9 !important;
    }

    .lastresult_dropdown_body .lastresult_box:nth-child(n + 11):nth-child(-n + 20) {
        background: #ffce96 !important;
    }

    .lastresult_dropdown_body .lastresult_box:nth-child(n + 21):nth-child(-n + 30) {
        background: #9db2df !important;
    }

    .lastresult_dropdown_body .lastresult_box:nth-child(n + 31):nth-child(-n + 40) {
        background: #d0e797 !important;
    }

    .resultpop_cont_box_inner .resultpop_cont_text {
        font-size: 70%;
    }

    .result_popup .popup-logo {
        width: 25%;
    }

    div#userBalance {
        font-size: 84%;
    }

    .chip_icon {
        width: 12px;
        margin-right: 2px;
    }

    .balance_sec {
        padding: 0 0.5%;
    }
}



.result3dhistory_popup .table tr>th:nth-child(1),
.result3dhistory_popup .table tr>td:nth-child(1) {
    width: 15%;
}

.res_game_3d_td .ls_res_bx2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
}

.res_game_3d_td .ls_res_bx2 .resultdiv_3d_box_div {
    width: 100%;
    padding: 18px 0;
    border-right: 1px solid rgb(255 255 255 / 50%);
    border-top: 1px solid rgb(255 255 255 / 50%);
    font-size: 140% !important;
    color: #fff;
}

.res_game_3d_td .ls_res_bx1 {
    padding: 10px 0;
    border: none;
    font-weight: 700;
    border-top: 1px solid #fff;
    max-width: 100%;
    width: 100% !important;
}

.result3dhistory_popup th.res_game_3d_th {
    font-size: 160% !important;
}

.resultdiv_3d_lst1:nth-child(1) *,
.res_game_3d_td_1,
.res_game_3d_td_1 .ls_res_bx1,
.resultdiv_3d_box_gm1 * {
    background: #b900b0 !important;
}

.resultdiv_3d_lst1:nth-child(2) *,
.res_game_3d_td_2,
.res_game_3d_td_2 .ls_res_bx1,
.resultdiv_3d_box_gm2 * {
    background: #d27310 !important;
}

.resultdiv_3d_lst1:nth-child(3) *,
.res_game_3d_td_3,
.res_game_3d_td_3 .ls_res_bx1,
.resultdiv_3d_box_gm3 * {
    background: #008ac7 !important;
}


/* 06-11-2023 */
/* .header .plus_1 {
    width: 4%;
    margin: 0;
}
.main_gamesel_toggle {
    width: 24%;
}
@media screen and (max-width:991px){
.header_sub1 {
   display:none;
}
.main_gamesel_toggle {
    height: 75%;
    width: 30% !important;
    margin-left: 1%;
}
} */
/* end-06-11-2023 */


.main_gamesel_toggle {
    width: 24%;
}

.header .plus_1 {
    width: 4%;
    margin: 0;
}

@media screen and (max-width:991px) {
    .header_sub1 {
        display: none;
    }

    .main_gamesel_toggle {
        height: 75%;
        width: 30% !important;
        margin-left: 1%;
    }
}


.claim_frm_res_imgsec img {
    border-radius: 3px;
    border: 1px solid #d6d6d6 !important;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
    background: #fff;
    margin-right: 10px;
    height: auto !important;
    min-width: 93px !important;
}

.claim_frm_res_imgsec {
    overflow: auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.claim_frm_res_imgsec img {
    margin-right: 6px;
    min-width: 34px !important;
    width: 55px;
}

.res_game_3d_td .ls_res_bx2 {
    justify-content: space-around;
}

.claimcardbox_11 .respop_card_count_2 {
    width: 33px;
    font-size: 15px;
    padding-bottom: 3px;
    padding-right: 3px;
}

.claim_frm_res_imgsec .claimcardbox_11 img {
    margin-right: 0;
}

.respop_card_count_2 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #85F3AA;
    width: 65%;
    aspect-ratio: 1 / 0.9;
    display: flex;
    align-items: end;
    justify-content: end;
    border-radius: 114% 0 5px 0;
    color: #000;
    font-weight: 600;
    font-size: 160%;
    padding-bottom: 13%;
    padding-right: 8%;
}

.claim_frm_res_imgsec img {
    border-radius: 3px;
    border: 1px solid #d6d6d6 !important;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 40%);
    background: #fff;
    margin-right: 10px;
    height: auto !important;
    min-width: 93px !important;
}

.claim_frm_res_imgsec {
    overflow: auto;
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}

.claim_frm_res_imgsec img {
    margin-right: 6px;
    min-width: 34px !important;
    width: 55px;
}

.res_game_3d_td .ls_res_bx2 {
    justify-content: space-around;
}

.claimcardbox_11 .respop_card_count_2 {
    width: 33px;
    font-size: 15px;
    padding-bottom: 3px;
    padding-right: 3px;
}

.claim_frm_res_imgsec .claimcardbox_11 img {
    margin-right: 0;
}

.claimcardbox_11 {
    margin-right: 10px;
    position: relative;
}