@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;600;700&display=swap');
@import url('https://api.fontshare.com/v2/css?f[]=satoshi@300,400,500,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&family=Inter:wght@400;600&display=swap');

.head_links {}

.head_links_list {
    display: inline-block;
    position: relative;
}

.head_links_list_mob {
    display: none !important;
}

/* ***** Common Css **** */

:root {
  --brand-cyan: #3DD6D0;
  --brand-blue: #1C7DF9;
  --dark-bg-main: #0F0F10;
  --dark-bg-alt: #1A1A1C;
  --dark-bg-header: #121214;
  --soft-white: #F3F4F6;
  --gray-text: #A1A1AA;
}


* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none !important;
}

button:focus,
button {
    outline: none !important;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: var(--dark-bg-main);
    text-decoration: none;
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
}


.overlay {
    background: var(--dark-bg-main)bb;
    position: fixed;
    z-index: 1600;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modalformessage {
    width: 100%;
    margin: auto;
    position: relative;
    top: 10%;
}

.modal-content {
    padding: 0px 25px 20px;
    border-radius: 4px;
    background-color: #201F37;
    border: 2px solid #27282F;
}

/*.modal-backdrop.show {*/
/*    display: none !important;*/
/*}*/
.modalformessage .mr-2 {
    margin-left: auto;
    padding: 12px 24px;
    border-radius: 30px;
    border: #1C7DF9;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    color: #FFFFFF;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    margin-right: auto;
}

.modalformessage .mr-2:hover {
    background: #fff;
    color: #1C7DF9;
}

.modalformessage .thm_btn {
    margin-left: auto;
    padding: 12px 24px;
    border-radius: 30px;
    border: #1C7DF9;
    font-size: 12px;
    font-weight: 600;
    width: auto;
    color: #FFFFFF;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
    margin-right: auto;
}

.modalformessage .thm_btn:hover {
    background: #fff;
    color: #1C7DF9;
}

.crypto-currency-icon {
    display: inline-block !important;
    margin-left: 8px;
}

.crypto-currency-icon img {
    height: 16px;
    width: auto;
}

.crypto-currency-code {
    margin-left: 5px;
}

.code-coupon input {
    padding: 15px 25px;
    background: var(--dark-bg-main);
    border: 2px solid #1C1A16;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    height: auto;
    box-shadow: none;
    border-radius: 15px;
    resize: none;
    margin-top: 10px;
}

/* .state-error-icon-before:before {
    content: "";
    display: block;
    background: url(/images/basecasino.io/state-icons/error-icon.png) no-repeat;
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

.state-good-luck-icon-before:before {
    content: "";
    display: block;
    background: url(/images/basecasino.io/state-icons/good-luck-icon.png) no-repeat;
    height: 113px;
    margin: 20px auto;
    background-position: center;
}

.state-success-icon-before:before {
    content: "";
    display: block;
    background: url(/images/basecasino.io/state-icons/successful-icon.png) no-repeat;
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

.state-something-wrong-icon-before:before {
    content: "";
    display: block;
    background: url(/images/basecasino.io/state-icons/something-wrong-icon.png) no-repeat;
    width: 250px;
    height: 100px;
    background-position: center;
    margin-bottom: 20px;
    margin: 20px auto;
} */

.alert {
    overflow: hidden;
    margin-top: 1rem;
}

.alert-danger {
    color: #fff;
    background-color: #ab2d32;
    border-color: #ab2d32;
}

.alert-danger a {
    color: #34C759;
}

.btn-close {
    float: right;
    opacity: 1;
}

.main-wrpper {
    height: 100%;
    width: 100%;
    overflow: auto;
}

.container {
    max-width: 1400px;
}

/* ***** End Common Css **** */

/* ***** Sidebar ***** */

.orange_main_logo {

}


.main_logo_title {
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.search_mobile_casino,
.search_mobile_sports {
    display: none;
}

aside.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    width: 240px;
    background: var(--dark-bg-header);
    box-shadow: 4px 0px 20px 0px rgba(0, 0, 0, 0.30);
    z-index: 110;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}


aside.sidebar.full-sidebar {
    width: 75px;
}

.navsports img.miniimg {
    display: none;
}

aside.sidebar.full-sidebar .navsports {
    min-height: 47px;
}

aside.sidebar.full-sidebar .navsports h2 {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
    display: none;
}

aside.sidebar.full-sidebar .navsports img.orgimg {
    display: none;
}

aside.sidebar.full-sidebar .navsports img.miniimg {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.sidebarbtn {
    width: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 0px 10px 10px 0px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.25);
    font-size: 16px;
    text-align: center;
    position: absolute;
    right: -20px;
    top: 15px;
    z-index: 999;
}

aside.sidebar.full-sidebar .sidebarbtn i {
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.sidebarbtn:hover {
    background: var(--brand-cyan);
    color: #fff;
}

aside.sidebar.full-sidebar .sidebarbtn i:before {
    content: "\f105";
}


.logobox {
    padding: 10px 12px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--dark-bg-header);
    z-index: 1;
}

.logobox svg {
    height: 35px;
    width: 40px;
    margin: 0 auto;
    vertical-align: bottom;
}

.logobox svg.miniside {
    display: none;
}

.logobox img {
  height: auto;
  width: 206px;
}

.logobox img.miniside {
    display: none;
}

aside.sidebar.full-sidebar .logobox svg.sidebig,
aside.sidebar.full-sidebar .logobox .main_logo_title {
    display: none;
}

aside.sidebar.full-sidebar .logobox svg.miniside {
    display: block;
}

aside.sidebar.full-sidebar .logobox img.sidebig,
aside.sidebar.full-sidebar .logobox .main_logo_title {
    display: none;
}

aside.sidebar.full-sidebar .logobox img.miniside {
    display: block;
    margin-left: -17px;
    margin-right: 0;
}

.sidebarfooter {
    padding: 25px 15px;
    background: var(--dark-bg-header);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-top: 1px solid #27282F;
}

.sidelinks {
    opacity: 1;
    visibility: visible;
    transition-delay: 0.6s;
}

.sidelinks ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 10px;
}

.sidelinks ul li {
    margin-right: 20px;
}

.sidelinks ul li:last-child {
    margin: 0;
}

.sidelinks ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #E4E4E4;
    position: relative;
    display: block;
}

.sidelinks ul li a:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    right: -15px;
    top: 8px;
}

.sidelinks ul li:last-child a:after {
    display: none;
}

.sidelinks ul li a:hover {
    color: #3DD6D0;
}

.sidelinks p {
    margin: 0;
    text-align: center;
    font-size: 9px;
    font-weight: normal;
    color: #7E7E7E;
}

.sidebar-menus {
    height: 100vh;
    overflow: auto;
    padding: 75px 0;
}

.sidebar-menus ul li {
    padding: 0 10px;
    margin: 0 0 10px;
    position: relative;
}

.sidebar-menus ul li:after {
    position: absolute;
    content: '';
    border-radius: 4px;
    background: linear-gradient(111deg, rgba(255, 92, 0) 10.81%, rgba(234, 102, 28) 100.23%);
    box-shadow: 0px 0px 26px 0px rgba(43, 85, 255, 0);
    width: 4px;
    height: 0%;
    right: 0;
    top: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

#sports_index .sidebar-menus ul li:after,
#sports_show .sidebar-menus ul li:after,
#matches_show .sidebar-menus ul li:after {
    position: absolute;
    content: '';
    border-radius: 11px 0px 0px 32px;
    background: var(--brand-blue, linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%));
    box-shadow: 0px 0px 26px 0px rgba(43, 85, 255, 0);
    width: 4px;
    height: 0%;
    right: 0;
    top: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

#products_index .sidebar-menus ul li:after,
#products_show .sidebar-menus ul li:after,
#products_syndicates .sidebar-menus ul li:after,
#payslip_items_index .sidebar-menus ul li:after,
#draw_results_index .sidebar-menus ul li:after,
#draw_results_show .sidebar-menus ul li:after {
    position: absolute;
    content: '';
    border-radius: 11px 0px 0px 32px;
    background: var(--brand-blue, linear-gradient(111deg, #22DE52 10.81%, #37FD69 100.23%));
    box-shadow: 0px 0px 26px 0px rgba(43, 85, 255, 0.53);
    width: 4px;
    height: 0%;
    right: 0;
    top: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.sidebar-menus ul li a {
    padding: 10px 12px;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #838286;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.sidebar-menus ul li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(270deg, rgba(255, 92, 0, 0.33) 0.31%, rgba(234, 102, 28, 0.09) 99.68%, rgba(255, 255, 255, 0.00) 99.69%);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

#sports_index .sidebar-menus ul li a:before,
#sports_show .sidebar-menus ul li a:before,
#matches_show .sidebar-menus ul li a:before {
    position: absolute;
    content: '';
    width: 220px;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(270deg, rgba(3, 92, 233, 0.33) 0.31%, rgba(234, 102, 28, 0.09) 99.68%, rgba(255, 255, 255, 0.00) 99.69%);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

#products_index .sidebar-menus ul li a:before,
#products_show .sidebar-menus ul li a:before,
#products_syndicates .sidebar-menus ul li a:before,
#payslip_items_index .sidebar-menus ul li a:before,
#draw_results_index .sidebar-menus ul li a:before,
#draw_results_show .sidebar-menus ul li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(284deg, rgba(52, 199, 89, 0.31) -18.76%, rgba(52, 198, 89, 0.09) 101.28%);
    opacity: 0;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.sidebar-menus ul li a img {
    min-width: 25px;
    margin-right: 15px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.30;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.sidebar-menus ul li a span {
    opacity: 1;
    visibility: visible;
}

.sidebar-menus ul li a label {
    padding: 3px 10px;
    background: #3DD6D0;
    border-radius: 4px;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
}

.sidebar-menus ul li.active:after {
    height: 100% !important;
}

#sports_index .sidebar-menus ul li.active:after,
#sports_show .sidebar-menus ul li.active:after,
#matches_show .sidebar-menus ul li.active:after {
    height: 100%;
}

.sidebar-menus ul li.active a:before {
    opacity: 0.50 !important;
}

#sports_index .sidebar-menus ul li.active a:before,
#sports_show .sidebar-menus ul li.active a:before,
#matches_show .sidebar-menus ul li.active a:before {
    opacity: 0.50;
}

.sidebar-menus ul li.active a {
    color: #fff;
}

.sidebar-menus ul li a:hover img, .sidebar-menus ul li.active a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

#sports_index .sidebar-menus ul li a:hover img,
#sports_index .sidebar-menus ul li.active a img,
#sports_show .sidebar-menus ul li a:hover img,
#sports_show .sidebar-menus ul li.active a img,
#matches_show .sidebar-menus ul li a:hover img,
#matches_show .sidebar-menus ul li.active a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: drop-shadow(0px 0px 19px rgba(255, 76, 0, 0.44));
    opacity: 1;
}

.sidebar-menus ul li.newly-added a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: drop-shadow(0px 0px 19px rgba(255, 76, 0, 0.44));
    opacity: 1;
}

.sidebar-menus ul li a:hover {
    color: #fff;
}

.favorite-dropbox {
    margin: 20px 0;
    padding: 0 10px;
}

.favorite-dropbox button {
    padding: 10px 30px 10px 10px;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    color: #ADC6FF;
    font-size: 14px;
    font-weight: 500;
}

.favorite-dropbox button img {
    min-width: 25px;
    margin-right: 15px;
}

.sidebar-menus ul li .dropdown-toggle::after,
.favorite-dropbox .dropdown-toggle::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    width: 25px;
    height: 25px;
    background: #27282F;
    border-radius: 50%;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
    color: #7E7E7E;
    font-size: 12px;
    top: 10px;
    right: 0;
    border: none;
    margin: 0;
}

.sidebar-menus ul li .dropdown-toggle::after {
    right: 0;
}

.sidebar-menus ul li .dropdown-toggle.show::after,
.favorite-dropbox .dropdown-toggle.show::after {
    content: "\f106";
}

.sidebar-menus ul li .dropdown-menu,
.favorite-dropbox .dropdown-menu {
    border-radius: 0;
    border: none;
    width: 100%;
    min-width: 100%;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    position: relative !important;
    transform: translate(0) !important;
    background: #27282F;
    z-index: 1;
}

.sidebar-menus ul li .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
}

.sidebar-menus ul li .dropdown-menu li,
.favorite-dropbox .dropdown-menu li {
    margin: 0;
}

.sidebar-menus ul li .dropdown-menu li a,
.favorite-dropbox .dropdown-menu li a {
    display: block;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
}

.sidebar-menus ul li .dropdown-menu li a img,
.favorite-dropbox .dropdown-menu li a img {
    min-width: 30px;
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 100%;
    margin-right: 10px;
}

.sidebar-menus ul li .dropdown-menu li a:hover,
.favorite-dropbox .dropdown-menu li a:hover {
    background: transparent;
    color: #fff;
}

aside.sidebar.full-sidebar .sidebar-menus ul li a span {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

aside.sidebar.full-sidebar .sidebar-menus ul li a img {
    margin: 0;
    margin-left: 7px;
}

aside.sidebar.full-sidebar .sidebarfooter {
    border: none;
}

aside.sidebar.full-sidebar .sidebarfooter .sidelinks {
    opacity: 0;
    visibility: hidden;
    transition-delay: 0s;
}

aside.sidebar.full-sidebar .sidebar-menus ul li {
    padding: 0 8px;
}

aside.sidebar.full-sidebar .sidebar-menus ul li a {
    padding: 10px;
}

aside.sidebar.full-sidebar .sidebar-menus ul li a label {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 9px;
    padding: 2px 5px;
    margin: 0;
}

aside.sidebar.full-sidebar .favorite-dropbox {
    padding: 0 8px;
    display: none;
}

aside.sidebar.full-sidebar .favorite-dropbox button span {
    display: none;
}

aside.sidebar.full-sidebar .sidebar-menus ul li .dropdown-toggle::after,
.favorite-dropbox .dropdown-toggle::after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
}

aside.sidebar.full-sidebar .sidebar-menus ul li#format_select {
    display: none;
}

.favorite-dropbox .dropdown-menu li a {
    display: block;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #7E7E7E;
}

.favorite-dropbox .dropdown-menu li {
    margin: 0;
    padding: 0 5px;
}

.trash_fav {
    position: absolute !important;
    right: 5px;
    top: 0;
}

.sidebar-menus ul li select {
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #838286;
    margin-left: 40px;
    background: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    border: none;
}

.sidebar-menus ul li select:focus-visible {
    outline: none;
}

.nav-pills .nav-link.casino_menu_button {
    border-radius: 4px;
    border: 2px solid rgba(255, 76, 0, 0.16);
    background: linear-gradient(284deg, rgba(255, 94, 0, 0.29) -18.76%, rgba(255, 77, 0, 0.07) 101.28%);
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    color: #fff;
    padding: 0 14px 0 0;
}

.nav-pills .nav-link.active.casino_menu_button {
    filter: none;
}

.nav-pills .nav-link.casino_menu_button img {
    display: inline;
    margin-right: -14px;
    margin-left: -4px;
}

.nav-pills .nav-link.sports_menu_button {
    border-radius: 4px;
    border: 2px solid rgba(43, 85, 255, 0.16);
    background: var(--Linear, linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%));
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    color: #fff;
    padding: 0 14px 0 0;
}

.nav-pills .nav-link.active.sports_menu_button {
    filter: none;
}

.nav-pills .nav-link.sports_menu_button img {
    display: inline;
    margin-right: -14px;
    margin-left: -8px;
}

.sidebar-menus ul li.casino_menu_start {
    padding: 0px 2px 0px 2px;
}

.sidebar-menus ul li.sports_menu_start {
    padding: 0px 2px 0px 2px;
}

a.mobile_log {
    /* display: none !important; */
}

.left_menu_select {
    display: none;
}

.sidebar-menus .favorite-dropbox .dropdown {
    padding-left: 14px;
}

.sidebar-menus .favorite-dropbox .dropdown img {
    display: inline-block;
    vertical-align: bottom;
}

.sidebar-menus .favorite-dropbox button {
    padding: 0;
    display: inline-block;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    width: auto;
    text-transform: uppercase;
    color: #ADC6FF;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-left: 14px;
}

.favorite-dropbox .dropdown-toggle::after {
    top: 0;
}

.favorite-dropbox .dropdown-menu {
    margin-top: 15px !important;
}

#dropdownMenuButtonOff {
    margin-left: -2px;
}

#dropdownMenuButtonOff img {
    margin-right: 12px;
}

/* ***** End Sidebar ***** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: var(--dark-bg-header);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 0 10px 240px;
    height: 64px;
    z-index: 110;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

header .row {
    align-items: center;
}

header #headleft {
    width: inherit;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header #headleft .search-box-2 {
    margin-left: 20px;
}

header #headright {
    width: inherit;
    margin-left: auto;
    margin-right: 20px;
    padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}





@media(min-width:1600px) {
    .desktop_head_container {
        max-width: 100%;
    }
}

/* .search-box-2 { display: none; } */

.searchbox {
    position: relative;
}

.input-box .close-btn {
    display: none;
}

.mobile-back-btn {
    display: none;
}

.header-block ul button.btn:first-child:active {
    background: none;
    border: none;
    color: #ADC6FF;
}


/* .searchbox .form-control{
    padding: 12px 15px 12px 35px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
.searchbox .form-control::placeholder{
    color: #7E7E7E;
} */
.searchbox #search {
    padding: 12px 15px 12px 35px;
    background: transparent;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    line-height: 1.5;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.searchbox #search::placeholder {
    color: #7E7E7E;
}

.searchbox i {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 15px;
    left: 0;
}

.select2-container--bootstrap-5 .select2-dropdown {
    background-color: rgba(19, 21, 32, 1) !important;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #fff !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
    color: #fff !important;
}

.navlinks-header ul.headlinks {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.mobile-header .header-block ul.mobile-account-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navlinks-header ul.headlinks li {

}

.mobile-header .header-block ul.mobile-account-actions li.dropdown {
    margin-right: 15px;
}

.navlinks-header ul.headlinks li:last-child {
    margin: 0;
}

.navlinks-header ul.headlinks li.dropdown a {
    padding: 15px 35px 15px 5px;
    display: flex;
    align-items: center;
    font-size: 13px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.navlinks-header ul.headlinks li button {
    padding: 15px 35px 15px 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.mobile-header .header-block ul.mobile-account-actions li button {
    padding: 15px 35px 15px 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.navlinks-header ul.headlinks li.dropdown a.dropdown-toggle:after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    width: 25px;
    height: auto;
    background: transparent;
    border-radius: 50%;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    top: 15px;
    right: 0;
    border: none;
    margin: 0;
}

.navlinks-header ul.headlinks li a img {
    width: auto;
    height: 16px;
    object-fit: cover;
    margin-right: 10px;
}

.navlinks-header ul.headlinks li#cart a img {
    width: 25px;
    height: 23px;
    border-radius: 0;
    margin-right: 10px;
}

.navlinks-header ul.headlinks li a.dropdown-toggle.show::after {
    content: "\f106";
}

.navlinks-header ul.headlinks li .dropdown-menu {
    border-radius: 0;
    border: none;
    width: 120px;
    min-width: 100%;
    background: rgba(19, 21, 32, 0.9);
    backdrop-filter: blur(10px);
    z-index: 1;
    padding: 0;
}

.navlinks-header ul.headlinks li .dropdown-menu {
    left: 0 !important;
    right: 0 !important;
}

.navlinks-header ul.headlinks li .dropdown-menu li {
    margin: 0;
}

.navlinks-header ul.headlinks li .dropdown-menu li a {
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: flex;
    align-items: center;
}

.navlinks-header ul.headlinks li .dropdown-menu li a:after {
    display: none;
}

.navlinks-header ul.headlinks li .dropdown-menu li a:hover,
.navlinks-header ul.headlinks li .dropdown-menu li a:focus {
    background: transparent;
    color: #E4E4E4;
}

/* .navlinks-header ul.headlinks li a.btn-enter{
    width: 110px;
    padding: 15px 15px 18px;
    border: 2px solid #27282F;
    border-radius: 4px;
    justify-content: center;
}
.navlinks-header ul.headlinks li a.btn-enter.btn-in{
    border:transparent;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
}
.navlinks-header ul.headlinks li a.btn-enter:hover{
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
} */


.navlinks-header ul.headlinks li button.btn-enter {
    width: 115px;
    padding: 15px 15px 18px;
    border: 2px solid #27282F;
    border-radius: 4px;
    justify-content: center;
    background: none;
}

.navlinks-header ul.headlinks li button.btn-enter.btn-in {
    /* border: transparent; */
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
}

.navlinks-header ul.headlinks li button.btn-enter:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

#logInOutBtn {
  padding: 0 16px;
  border: 2px solid #27282F;
  border-radius: 4px;
  justify-content: center;
  background: none;
  height: 44px;
}

#signUpBtn {
  padding: 0 16px;
  border: 2px solid #27282F;
  border-radius: 4px;
  justify-content: center;
  height: 44px;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
}

#logInOutBtn:hover, #signUpBtn:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.mobile-header .header-block ul.mobile-account-actions li button.btn-enter {
  padding: 0 24px;
  border: 2px solid #27282F;
  border-radius: 4px;
  justify-content: center;
  line-height: 16px;
  background: none;
  height: 44px;
}

.mobile-header .header-block ul.mobile-account-actions li button.btn-enter.btn-in {
    border: transparent;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
}

.mobile-header .header-block ul.mobile-account-actions li button.btn-enter:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navlinks-header ul.headlinks li#cart a {
    position: relative;
    display: table;
    padding: 15px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.navlinks-header ul.headlinks li#cart a i {
    font-size: 20px;
}

.navlinks-header ul.headlinks li#profileicon a {
    color: #fff;
}

.navlinks-header ul.headlinks li#profileicon a i {
    font-size: 20px;
}

.navlinks-header ul.headlinks li#cart a span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 30px;
    background: #3DD6D0;
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
    position: absolute;
    top: 3px;
    right: 3px;
}

.navlinks-header ul.mobile-nav {
    display: none;
    align-items: center;
}

.navlinks-header ul.mobile-nav li {
    margin-right: 10px;
}

.navlinks-header ul.mobile-nav li:last-child {
    margin: 0;
}

.navlinks-header ul.mobile-nav li a {
    font-size: 14px;
    color: #fff;
}

.navlinks-header ul.mobile-nav li a:hover {
    color: var(--brand-cyan);
}

.mobile-nav {
  display: none;
}

.mobile-logo {
    display: none;
}

.mobile-logo img {
    width: 35px;
}

.dropdown-language ul { display: none; position: absolute; margin-top: -40px; padding: 40px 0 0; }
.dropdown-language ul li { padding: 2px 10px;
    margin-bottom: 0 !important;
    margin-right: 15px !important; }
.dropdown-language ul li:hover { }

.selected-language { position: relative; z-index: 200; padding: 5px 10px; }

#accountActionsModal .modal-dialog {
    /*margin-top: 100px;*/
    max-width: 566px;
    height: auto;
}

#accountActionsModal .modal-content {
  background-image: url(/images/basecasino.io/Bas_logo_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: -250px 290px;
    padding: 20px 50px;
    border-radius: 0;
    height: 650px;
    background-color: var(--dark-bg-main);
    width: 600px;
    border: 2px solid #1A1613;
}

.modal_content_heading {
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 52px;
    margin: 0 0 15px;
    line-height: 75px;
    text-align: center;
}

#signInTabContent h2,
#signUpTabContent h2 {
    font-size: 16px;
}

.please_sign_in,
.please_sign_up,
.pass_recov {
    display: none;
}

.user_sign {}

#signInUsername,
#signInPass,
#user_user_name,
#user_email,
#referral_code,
#passwordRecoveryUsername {
    display: flex;
    height: 52px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 2px solid var(--brand-cyan);
    background: var(--dark-bg-main);
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    font-family: 'Satoshi';
    color: #fff !important;
}

.sign_in_username label,
.sign_in_pass label,
.sign_up_username label,
.sign_up_email label,
.pass_recov_username label,
.sign_up_ref_code label {
    margin-bottom: 8px;
}

.passwordRecoveryBanner {
    margin-top: 20px;
}

button#signinModalBtn,
button#signupModalBtn,
button#passwordRecoveryModalBtn {
    display: flex;
    height: 48px;
    margin: auto;
    width: 213px !important;
    padding: 12px 24px 12px 22px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    border: 2px solid rgba(43, 85, 255, 0.15);
    background: linear-gradient(111deg, rgba(43, 85, 255, 0.15) 10.81%, rgba(18, 36, 158, 0.15) 100.23%);
    font-family: 'Satoshi';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #838286;
    margin-top: 30px;
}

button#signinModalBtn:hover,
button#signupModalBtn:hover,
button#passwordRecoveryModalBtn:hover {
    background: linear-gradient(111deg, rgba(43, 85, 255, 0.35) 10.81%, rgba(18, 36, 158, 0.35) 100.23%);
    color: #fff;
}

.signInBanner button,
.signUpBanner .btn-metmask-sign-up {
    padding: 13px 24px;
    gap: 8px;
    background: rgba(19, 21, 32, 0.70);
    align-self: stretch;
    border-radius: 4px;
    width: 100%;
    border: 2px solid var(--brand-cyan);
    color: var(--brand-cyan);
    font-family: 'Satoshi';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.signInBanner button.btn:hover,
.signInBanner button.btn:active,
.signUpBanner .btn-metmask-sign-up:hover,
.signUpBanner .btn-metmask-sign-up:active {
    border: 2px solid var(--brand-cyan);
    color: #fff;
    background: var(--brand-cyan);
    box-shadow: none;
}

.signInBanner h2,
.signUpBanner h2 {
    padding: 20px 0 0;
    color: #7E7E7E;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

button#signIn-tab.nav-link.btn-enter,
button#signUp-tab.nav-link.btn-enter,
button#passwordRecovery-tab.nav-link.btn-enter {
  border-radius: 4px;
  height: 44px;
    color: rgb(255, 255, 255) !important;
}

button#signIn-tab.nav-link.btn-enter.active,
button#signUp-tab.nav-link.btn-enter.active,
button#passwordRecovery-tab.nav-link.btn-enter.active {
    color: rgb(255, 255, 255) !important;
    background: linear-gradient(111deg, rgb(43, 85, 255) 10.81%, rgb(18, 36, 158) 100.23%);
    border-radius: 4px;
}

#signup_result {
    margin-top: 15px;
}

#signup_result h4 {
    font-size: 1.3rem;
}

#signup_error_msg h4 {
    font-size: 1.3rem;
}

a.btn-search-sports {
    color: #fff;
}

.search_dialog {
    margin-top: 60px;
}

/* ***** End Header **** */

/* ***** Home Page **** */
.main-content-wrp {
    padding: 64px 10px 0px 250px;
    min-height: calc(100vh - 100px)
        /* you have to minus header and footer width together*/
    ;
    background-color: var(--dark-bg-alt);
}
.main-content-wrp-sports {
    padding: 64px 10px 0px 250px;
    min-height: calc(100vh - 100px)
        /* you have to minus header and footer width together*/
    ;
    background-color: var(--dark-bg-alt);
}

.home-wrapper {
    padding: 20px 0;
}

img.mobile_banners {
    display: none;
}

.main-slider {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.slider-blockX {
    padding: 15px 30px 15px 60px;
    background: url('/images/basecasino.io/slider-backa1.png') 0 0 no-repeat;
    background-size: cover;
}

.slider_block_2 {
    background-image: url('/images/basecasino.io/slider-back2.jpg');
}

.slider_block_0 {
    padding: 40px 30px 40px 60px;
    background-image: url('/images/basecasino.io/slider-back_superbowl2024.png');
    height: 362.55px;
}

.slider_block_3 {
    padding: 40px 30px 40px 60px;
    background-image: url('/images/basecasino.io/slider-back_nbaallstar.png');
    height: 362.55px;
    background-position: right;
}

.slider_block_4 {
    background-image: url('/images/basecasino.io/slider-back_wick50.png');
    height: 362.55px;
}

.slider_block_5 {
    background-image: url('/images/basecasino.io/50_profit_banner.png');
    height: 362.55px;
}

.slider_block_5_newX {
    background-image: url('/images/basecasino.io/50_profit_banner.png');
    height: 362.55px;
}

.slider-img img {
    width: 100%;
}

.slider-block .row {
    align-items: center;
}

.slider-data img {
    width: 100%;
    height: auto;
}

.slider-data h1,
.slider-data h2 {
    font-family: 'Satoshi';
    font-weight: 500;
    font-size: 72px;
    margin: 0 0 15px;
    line-height: 75px;
}

.slider-data p {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    opacity: 0.50;
    margin: 0 0 35px;
}

.slider-data p.land_sb_banner_p {
    opacity: 1;
}

.slider-data .btn-group {
    display: flex;
    align-items: center;
}

.slider-data .btn-group .btn-main {
    padding: 15px 30px;
    border-radius: 4px;
    background: linear-gradient(109deg, #FFF 20.42%, rgba(255, 255, 255, 0.35) 126.31%);
    box-shadow: 5px 0px 16px 0px rgba(0, 0, 0, 0.30);
    font-size: 15px;
    font-weight: 600;
    color: #1C7DF9;
    border: none;
    display: block;
}

.slider-data .btn-group .btn-main:hover {
    opacity: 0.70;
    color: #111;
}

.slider-data .land_sb_button {
    padding: 3px 10px;
    border-radius: 4px;
    background: #3DD6D0;
    box-shadow: 5px 0px 16px 0px rgba(0, 0, 0, 0.30);
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    display: inline;
}

.slider-data .land_sb_button:hover {
    opacity: 0.70;
    color: #111;
}

.slider-data .btn-group .btn-syn {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.slider-data .btn-group .btn-syn:hover {
    color: #fff;
}

.slider_block_4 .slider-data .btn-group {
    position: absolute;
    bottom: 10%;
    left: 6%;
}

.slider_block_5 .slider-data .btn-group {
    position: absolute;
    bottom: 10%;
    left: 6%;
}

.slider_block_5_new .slider-data .btn-group {
    position: absolute;
    bottom: 10%;
    left: 6%;
}

.slider_block_1_new .slider-data .btn-group.sports-padding {
    position: absolute;
    bottom: 15%;
    left: 3%;
}
.slider_block_1_new .slider-data .btn-group {
    position: absolute;
    bottom: 10%;
    left: 3%;
}



.slider_block_2_new .slider-data .btn-group {
    position: absolute;
    bottom: 10%;
    left: 6%;
}

.slider_block_leaderboard_new .slider-data .btn-group {
    position: absolute;
    bottom: 10%;
    left: 6%;
}

.main-slider .slick-prev,
.main-slider .slick-next {
    position: absolute;
    right: 10px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.main-slider .slick-prev:before,
.main-slider .slick-next:before {
    width: 50px;
    height: 50px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.09);
    font-weight: 600;
    line-height: 47px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.main-slider .slick-prev {
    left: 10px;
    right: auto;
}

.main-slider .slick-prev:before {
    content: "\f053";
}

.main-slider .slick-prev:hover:before,
.main-slider .slick-next:hover:before {
    color: #1C7DF9 !important;
    background: #fff;
}

.main-slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    display: none !important;
}

.main-slider .slick-dots li {
    line-height: 0;
    margin-right: 5px;
}

.main-slider .slick-dots li:last-child {
    margin: 0;
}

.main-slider .slick-dots li button {
    width: 9px;
    height: 9px;
    border: none;
    font-size: 0;
    background: #4F5466;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-slider .slick-dots li.slick-active button {
    background: #D9D9D9;
    width: 20px;
}

.category-list-wrp {
    padding: 50px 0;
}

.category-list-wrp ul {
    padding: 12px;
    background: var(--dark-bg-header);
    border-radius: 55px;
    display: flex;
    align-items: center;
}

.category-list-wrp ul li {
    margin-right: 10px;
}

.category-list-wrp ul li:last-child {
    margin: 0;
}

.category-list-wrp ul li a {
    display: flex;
    align-items: center;
    padding: 12px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}

.category-list-wrp ul li a img {
    margin-left: 10px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.50;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.category-list-wrp ul li.active a {
    /*border: 2px solid rgba(43, 85, 255, 0.30);*/
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: #fff;
}

.category-list-wrp ul li a:hover img,
.category-list-wrp ul li.active a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    opacity: 1;
}

.category-list-wrp ul li a:hover {
    color: #fff;
}

.category-row {
    margin: 0;
}

.category-row:last-child {
    margin: 30px 0px;
}

.category-row h2 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 30px;
}

.category-row h2 img {
    margin-right: 10px;
}

.category-row .slick-slide {
    margin: 0 6px;
}

.category-row .slick-list {
    margin: 0 -6px;
}

.slot-imgbx img {
    width: 100%;
    height: 125px;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.slot-imgbx:hover img {
    opacity: 0.50;
}

.category-row .slick-prev,
.category-row .slick-next {
    position: absolute;
    right: 20px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 38%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.category-row .slick-prev:before,
.category-row .slick-next:before {
    width: 45px;
    height: 45px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.09);
    font-weight: 600;
    line-height: 43px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.category-row .slick-prev {
    left: 10px;
    right: auto;
}

.category-row .slick-prev:before {
    content: "\f053";
}

.category-row .slick-prev:hover:before,
.category-row .slick-next:hover:before {
    color: #1C7DF9 !important;
    background: #fff;
}

.slick-hot-row .slick-track, .slick-featured-row .slick-track, .slick-last-played-row .slick-track {
    height: 180px;
}

.letto-slider .slick-prev,
.letto-slider .slick-next {
    top: 50%;
}


#recent_winners:not(.initialized) {
    opacity: 0;
}

#recent_winners.initialized {
    opacity: 1;
    transition: opacity 0.1s ease-in;
}


.provide-slider:not(.slick-initialized) {
    /*display:none;*/
    opacity: 0;
}

.main-slider:not(.slick-initialized) {
    opacity: 0;
}

.category-slider:not(.slick-initialized) {
    opacity: 0;
}

.letto-slider:not(.slick-initialized) {
    opacity: 0;
}


.slick-slider:not(.slick-initialized) {
    /*display:none;*/
    opacity: 0;
}

.slick-slider{
  position: relative;
}

#hot-games-slider, #featured-games-slider, #last-played-slider {

}

#category_index:not(.games-content-loaded) {

    opacity: 0;
}

#category_index.games-content-loaded {
    opacity: 1;
    transition: opacity 0.1s ease-in;
    margin: 0;
}

.provider-slider .slot-imgbx img {
    height: auto;
}

.letto-img {
    position: relative;
    border-radius: 4px 4px 0 0;
}

.letto-img img.lettoback {
    width: 100%;
    height: 100px;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}

.letto-img:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 4px 4px 0 0;
    /* background: linear-gradient(90deg, #00ABE7 1.55%, rgba(255, 255, 255, 0.00) 98.77%); */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.letto-ownbox {
    padding: 15px !important;
    top: 50%;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
}

.letto-lg-img {
    min-width: 50px;
    margin-right: 15px;
}

.letto-lg-img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    object-fit: cover;
}

.letto-dt h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 5px;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.letto-dt p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.letto-dt-box {
    padding: 20px 15px;
    background: var(--dark-bg-header) !important;
    border-radius: 4px !important;
    display: flex;
    align-items: center;
}

.jackbox h6 {
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: #E4E4E4;
}

.jackbox h4 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.jackbox h4 img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 5px;
}

.jackbox h4 .crypto-currency-icon,
.land-ticket-price .crypto-currency-icon,
.plbtn .crypto-currency-icon,
.synd-total .crypto-currency-icon,
.product-list .crypto-currency-icon,
.deposit-data .crypto-currency-icon,
.balance-block .crypto-currency-icon,
.checkout-block .crypto-currency-icon,
.summary-total .crypto-currency-icon {
    display: none !important;
}

.plbtn {
    margin-left: auto;
    padding: 6px 10px 6px 15px;
    border-radius: 50px;
    height: 46px;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
}

.plbtn a {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
}

.plbtn .land-ticket-price {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 9px 12px;
    border-radius: 30px;
    background: #1C1A16;
    margin-left: 15px;
}

.plbtn .inner-ticket-price {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 9px 12px;
    border-radius: 30px;
    background: #1C1A16;
    margin-left: 15px;
}

.germanbox .letto-img:before {
    background: linear-gradient(90deg, #3DD6D0 1.55%, rgba(128, 128, 128, 0.00) 98.77%);
}

.spanishbox .letto-img:before {
    background: linear-gradient(90deg, #ED480C 1.55%, rgba(255, 255, 255, 0.00) 98.77%);
}

.floridabox .letto-img:before {
    background: linear-gradient(90deg, #3DD6D0 1.55%, rgba(128, 128, 128, 0.00) 98.77%);
}

.live-updatebox {
    padding: 15px 0;
    border-radius: 4px;
    background: var(--dark-bg-header);
    margin: 0 0 50px;
}

#users_land .live-updatebox {
    height: 95vh;
}

.live-updatebox .nav-tabs {
    border: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    background: #1C1A16;
    border-radius: 4px;
    margin: 0px 15px 25px;
    justify-content: space-between !important;
}

.live-updatebox .nav-tabs li {
    width: 33.33%;
    margin: 0;
}

.live-updatebox .nav-tabs li a {
    border: none;
}

.live-updatebox .nav-tabs .nav-item.show .nav-link,
.live-updatebox .nav-tabs .nav-link.active {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: #fff;
}
.game_name_list {
  width: 50%;
}
.game_name_amount {
  width: 20%;
}

.livelist {
    position: relative;
}

.livelist ul {
    height: 490px;
    overflow: auto;
    position: relative;
}

.livelist:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(180deg, rgba(19, 21, 32, 0.00) 0%, #1A1613 100%);
    bottom: 0;
    left: 0;
    right: 0;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.livelist ul::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.livelist ul {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.livelist ul li {
    padding: 12px 10px;
}

.livelist ul li a {
    display: flex;
    align-items: center;
}

.livelist ul li:nth-child(odd) {
    background: rgba(60, 170, 255, 0.05);
    ;
}

.live-img {
    width: 50%;

}

.live-img img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    margin-bottom: 10px;
}
.game_name_provider {
  display: none;
}

.live-dt {
    width: 100%;
}

.live-dt h3 {
    font-size: 11px;
    font-weight: 500;
    color: #FFFFFF;
}
.provider_title{
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  margin: 0 0 10px;
}
.table_amount {
  font-size: 11px;
  font-weight: 500;
  color: #34C759;
  margin: 0 0 10px;
}
.table_amount .crypto-currency-icon {
  height: 12px;
    width: auto;
}

.game_name_user .live-dt .live-rep h4 {
  padding: 0 2px;
}

.live-rep {
    display: flex;
    align-items: center;
}

.live-rep h5 {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
}

.live-rep h6 {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
    color: #34C759;
}

.live-rep h6 img {
    width: auto;
    height: 16px;
    object-fit: cover;
    margin-left: 5px;
}

.live-rep h4 {
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: normal;
    color: #FFFFFF !important;
}

.live-rep h4 img {
    margin-right: 5px;
}

.live-rep .crypto-currency-code {
    display: none;
}

.live-rep .crypto-currency-icon {
    margin-left: 2px;
}

.winners_table_game, .winners_table_player, .winners_table_win, .winners_table_bet {
  padding-bottom: 10px;
  font-size: 14px;
}

.restricted-jurisdiction .casino_game_preview_thumb {
    filter: blur(2px);
}

.restricted-jurisdiction .hover-game {
    z-index: 1;
}

.restricted-jurisdiction h5 {
    text-decoration: line-through;
}


.user-banned-provider .casino_game_preview_thumb {
    filter: blur(2px);
}

.user-banned-provider .hover-game {
    z-index: 1;
}

.user-banned-provider h5 {
    text-decoration: line-through;
}

a.casino-game-providers-selector.active.disabled img {
  border: none;
}

/*a.casino-game-providers-selector.disabled.active img {*/
/*  border: 2px solid white;*/
/*}*/

a.casino-game-providers-selector.active img {
    border: 2px solid white;
}
a.casino-game-providers-selector.disabled.active img {
    border: 2px solid white;
}

.provide-casino .slot-imgbx .disabled img {
    filter: blur(2px);
    border: none;
}

.load-more-row {  }




.latest-resulbox h2 {
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}

.latest-resulbox h2 img {
    margin-right: 10px;
}

.latest-resulbox .letto-box {
    margin: 0 0 15px;
}

a.btn-view {
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    color: #E4E4E4;
    padding: 10px 15px;
    border: 2px solid rgba(255, 255, 255, 0.05);
    background: #27282F;
    border-radius: 30px;
}

a.btn-view:hover {
    color: #1C7DF9;
    background: #fff;
    border-color: #fff;
}

.inner-selbx {
    padding: 20px 15px 0;
    background: var(--dark-bg-header);
}

.lottery-results-wrp .inner-selbx,
.latest-resulbox .inner-selbx {
    padding: 20px 15px 0;
    background: var(--dark-bg-header);
}

.inner-selbx ul {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: 0;
}

.inner-selbx ul li {
    padding: 0;
}

.inner-selbx ul li span {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 2px solid rgba(69, 69, 69, 0.15);
    background: #27282F;
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    font-family: 'Satoshi';
}

.inner-selbx ul li span.sec-num {
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
    border-color: #3DD6D0;
    color: #fff;
}

.inner-selbx ul li span.additional-num {
    background: linear-gradient(179deg, var(--brand-cyan) -27.92%, #1C7DF9 186.35%);
    box-shadow: 0px 0px 19px 0px rgba(43, 85, 255, 0.46);
    border-color: var(--brand-cyan);
    color: #fff;
}

.inner-selbx ul li a {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 2px solid rgba(69, 69, 69, 0.15);
    background: #27282F;
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    font-family: 'Satoshi';
}

.inner-selbx ul li.sec-num a {
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
    border-color: #3DD6D0;
    color: #fff;
}

.inner-selbx ul li.additional-num a {
    background: linear-gradient(179deg, var(--brand-cyan) -27.92%, #1C7DF9 186.35%);
    box-shadow: 0px 0px 19px 0px rgba(43, 85, 255, 0.46);
    border-color: var(--brand-cyan);
    color: #fff;
}

.inner-selbx-index {
    display: none;
}

.inner-selbx ul li span.bonus-num {
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
    border-color: #3DD6D0;
    color: #fff;
}

.results_back {
    font-size: 14px;
    font-weight: 500;
    color: #838286;
}

.results_back:hover {
    color: #fff;
}


/* .inner-selbx ul li.active a{
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
    border-color: #3DD6D0;
    color: #fff;
} */

.loadmore-in {
    position: relative;
}

.loadmore-in .letto-dt-box,
.loadmore-in .inner-selbx,
.loadmore-in .letto-img {
    opacity: 0.20;
}

.loadmore-box a {
    padding: 12px 30px;
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(7.5px);
    -webkit-backdrop-filter: blur(7.5px);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.loadmore-box a:hover {
    background: #fff;
    color: #000;
}

img.mainsp {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: -1;
    height: 100vh;
}

footer {
    background: var(--dark-bg-header);
    margin-left: 240px;
}

footer .container {
    position: relative;
    z-index: 1;
}

.footer-top {
    padding: 50px 0;
    border-bottom: 1px solid #1D2138;
}

.footer-top .col-lg-2 {
    width: 20%;
}

.quicklinks h3 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.quicklinks li a {
    display: flex;
    font-size: 14px;
    font-weight: 500;
    color: #E4E4E4;
    padding: 3px 0;
}

.quicklinks li a:hover {
    color: #fff;
}

.quicklinks li a span {
    color: #FFFFFF;
    display: flex;
    margin-left: 5px;
    align-items: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.quicklinks li a span:hover {
    opacity: 0.75;
}

.foot-bottom {
    padding: 50px 0;
}

.foot-bottom h1 {
  font-size: 14px;
    font-weight: normal;
    color: #454A62;
    line-height: 18px;
}

.foot-logo img {
    height: 45px;
    margin: 0 0 10px;
}

.foot-logo {
    background: var(--dark-bg-header);
}

.foot-logo p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #454A62;
}

.notebox {
    display: flex;
    align-items: center;
}

.notebox img {
    min-width: 45px;
    margin-right: 30px;
}

.notebox p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #454A62;
    line-height: 18px;
}

.assure_defi {
    height: auto;
    width: 50%;
}

.land_right_section {
    padding: 0;
}

/* ***** End Home Page **** */

/* ***** Casino Page ***** */

.slots-wrapper {
    padding: 20px 0;
}

.inner-banner {
    border-radius: 4px;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    width: 100%;
    padding: 25px 40px !important;
    height: auto;
    position: relative;
    overflow: hidden;
    min-height: 80px;
}

.inner-banner .row {
    align-items: center;
}

.inner-banner h1 {
    font-size: clamp(24px, 5vw, 81px) !important;
    font-weight: normal;
    color: #fff;
    margin: 0;
    font-family: 'Satoshi';
    position: relative;
    z-index: 1;
}

.inner-bannerimg,
.inner-bannerimg_sports {
    position: absolute;
    bottom: 0;
    right: 30px;
}

.inner-bannerimg img,
.inner-bannerimg_sports img {
    /* height: 220px; */
}

.provide-casino {
    padding: 0 0 30px 0;
}

.provide-casino h2 {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.provide-casino h2 img {
    margin-right: 10px;
}

.provide-casino .slot-imgbx img {
    height: auto;
}

.provide-casino .slick-slide {
    margin: 0 6px;
}

.provide-casino .slick-list {
    margin: 0 -6px;
}

.provide-slider .slick-prev,
.provide-slider .slick-next {
    position: absolute;
    right: 10px;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 38%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.provide-slider .slick-prev:before,
.provide-slider .slick-next:before {
    width: 45px;
    height: 45px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.09);
    font-weight: 600;
    line-height: 42px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.provide-slider .slick-prev {
    left: 10px;
    right: auto;
}

.provide-slider .slick-prev:before {
    content: "\f053";
}

.provide-slider .slick-prev:hover:before,
.provide-slider .slick-next:hover:before {
    color: #1C7DF9 !important;
    background: #fff;
}

.cusino-filter-head {
    margin: 0 0 50px;
}

.cusino-filter-head .row {
    align-items: center;
}

.filter-box {
    display: flex;
    align-items: center;
}

.filter-box h3 {
    display: flex;
    align-items: center;
    margin: 0 15px 0 0;
    font-size: 12px;
    font-weight: normal;
    color: #ADC6FF;
    min-width: 70px;
    white-space: nowrap;
}

.filter-box h3 i {
    margin-right: 5px;
}

.filter-box .form-control {
    padding: 12px 45px 12px 15px;
    background-color: var(--dark-bg-header);
    border-radius: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #E4E4E4;
    border: none;
    box-shadow: none;
    height: auto;
    min-width: 130px;
    display: inline-block;
    -webkit-appearance: none;
    background-image: url('/images/basecasino.io/downic.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
    width: fit-content;
}

.sortingbx {
    justify-content: flex-end;
}

.casino-all-row ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.casino-all-row ul li {
    padding: 5px;
    width: 14.28%;
}

.casino-all-row ul li a img {
    width: 100%;
    height: 130px;
    object-fit: cover;
    border-radius: 4px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.casino-all-row ul li a:hover img {
    opacity: 0.70;
}

.casino-game h5 {
    font-size: 13px;
    font-weight: normal;
    color: #E4E4E4;
    padding-top: 10px;
    width: 85%;
    float: left;
}

.casino-game {
    position: relative;
    margin: 0 auto 0;
}

.casino-game-block.stand-alone {
    margin-bottom: 20px;
    width: 50%;
}

.casino-game-block {
    margin-bottom: 20px;
    width: 16.66%;
}
.hover-game {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    background: #333333ee;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.hover-game img {
    position: relative;
    top: 25%;
    margin: auto;
    width: 20%;
    height: auto;
}

.casino-game:hover>.hover-game {
    display: block;
}

.hover-game span {
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    top: 30%;
    line-height: 15px;
}

button.play_now {
    background: none;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

.casino_game_preview_thumb {
    height: auto !important;
    width: 100%;
    border-radius: 4px;
}

.favorites_class {
    float: right;
    padding-top: 10px;
}

.favorites_class a img {
  width: 16px;
    height: auto;
}

.favorites_option svg:first-child {
    fill: var(--brand-blue, var(--brand-cyan));
}

.favorites_option .btn_menu_option {
    color: var(--brand-cyan, #ADC6FF);
}

.favorites_option svg:last-child {
    fill: var(--system-inactive, #27282F);
}

.restricted-jurisdiction .hover-game span {
  font-size: 16px;
  color: #fff;
  top: 30%;
  width: 80%;
  line-height: 25px;
  margin: auto;
}


.extrabox {
    margin: 45px auto 0px;
    max-width: 200px;
    width: 100%;
}

.progress-load {
    margin: 0 auto 20px;
}

.progress-load p {
    text-align: center;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}

.extrabox .btn-themes {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 0 15px;
  border-radius: 4px;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
}

.extrabox .btn-themes:hover {
    background: #fff;
    color: var(--brand-cyan);
}

.extrabox .progress-load .progress {
    background-color: #27282F;
    border-radius: 50px;
    position: relative;
    margin: 15px 0;
    height: 2px;
    width: 100%;
}

.extrabox .progress-done {
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 0;
    opacity: 0;
    transition: 1s ease 0.3s;
}

.casino-banner- {
    background: url('/images/basecasino.io/all_casino_bg1.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.casino-banner-1 {
    background: url('/images/basecasino.io/all_casino_bg1.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.casino-banner-3 {
    background: url('/images/basecasino.io/card_casino_bg1.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.casino-banner-7 {
    background: url('/images/basecasino.io/live_casino_bg1.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.casino-banner-12 {
    background: url('/images/basecasino.io/slot_casino_bg1.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

/* ***** End Casino Page ***** */

/* ***** Lottery Page ***** */
.lotto-logo-spacer {
    display: none;
}

.lottery-banner {
    background: url('/images/basecasino.io/lottery-back.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.lottery-banner .inner-bannerimg img {
    height: 280px;
}

.filter-lottery-row {
    display: flex;
    align-items: center;
}

.filter-lottery-row .filter-box {
    margin-right: 50px;
}

.filter-lottery-row .filter-box:last-child {
    margin: 0;
}

.lottery-lst-wrp .letto-box {
    margin: 0 0 30px;
}

.payslip-box {
    position: sticky;
    top: 100px;
    left: 0;
    right: 0;
    padding: 25px 15px;
    border-radius: 4px;
    background: var(--dark-bg-header);
}

.payslip-box h2 {
    display: flex;
    align-items: center;
    margin: 0 0 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.payslip-box h2 img {
    margin-right: 10px;
}

.payslip-boxX ul li {
    margin: 0 0 10px;
    padding: 12px 20px;
    border-radius: 4px;
    /*border: 2px solid rgba(43, 85, 255, 0.06);*/
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
}

.payslip-box ul li .paylg {
    min-width: 42px;
    margin-right: 15px;
}

.payslip-box ul li .paylg img {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.payslip-box h5 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
}

.payslip-box .jackbox {
  width: 100%;
}

.jackbox h6 {
  font-size: 16px;
    font-weight: bold;
}

.paysip-dt {
    width: 100%;
}

.paysip-dt h3 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 8px;
}

.inerpay {
    display: flex;
    align-items: center;
}

.payleft {
    display: flex;
    align-items: center;
}

.openbx {
    margin-right: 5px;
}

.openbx i {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}

.payleft h6 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}

.inerpay h5 {
    margin: 0 0 0 auto;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}

.cart-total {
    padding: 15px 0 0;
    display: flex;
    align-items: center;
}

.cart-pay h6 {
    margin: 0 0 5px;
}

.button_to {
    margin-left: auto;
}

.cart-total .btn-main {
    margin-left: auto;
    padding: 12px 24px;
    border-radius: 30px;
    border: #1C7DF9;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.cart-total .btn-main:hover {
    background: #fff;
    color: #1C7DF9;
}

.latest-lotterie-wrp {
    padding: 50px 0 0;
}

.lottery-result-banner {
    background-image: url('/images/basecasino.io/lottery-result-back.png');
    margin: 0 0 50px;
}

.lottery-result-banner .inner-bannerimg img {
    height: 280px;
}

.payslip-btn-holder,
.synd-payslip-button {
    margin-left: auto;
}

#add-to-payslip-btn:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.summary-total form {
    margin-left: auto;
}

#products_index .games_slider h1 img {
    display: inline-block;
    margin-right: 10px;
}

.text-field .btn-del.truncate-payslip-item:hover {
    background-color: #181A27;
}

.small_lotto_banners {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 50px;
}

.purchase-message-holder h2 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

a.payslipt-link {
  background-color: var(--brand-cyan);
    color: #E8F0FF;
    width: 70%;
    height: 44px;
    border: transparent;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 30px;
    border-radius: 4px;
    margin: 30px 0;
}

a.payslipt-link:hover {
    transition: .4s linear;
    background: #181A27;
    color: #E8F0FF;
}

/* .added-to-payslip, .added-to-payslip:active, .added-to-payslip:focus, .added-to-payslip:hover {
  background: #fff !important;
  color: #1C7DF9 !important;
}

.failed-to-add-to-payslip, .failed-to-add-to-payslip:active, .failed-to-add-to-payslip:focus, .failed-to-add-to-payslip:hover {
  background: #fff !important;
  color: #1C7DF9 !important;
} */

/* ***** End Lottery Page ***** */

/* ***** Syndicates Page ***** */
.syndicates-box {
    background: var(--dark-bg-header);
    border-radius: 4px !important;
    overflow: hidden;
}

.syndicates-box .letto-ownbox {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 25px 15px;
}

.syndicates-box .letto-img:before {
    display: none;
}

.all-detailbx {
    padding: 20px 15px 0;
}

.syndicates-box .all-detailbx {
    padding: 15px 15px 32px;
}

.ur-lotterybx {
    margin: 0 0 20px;
}

.ur-lotterybx h4 {
    font-size: 12px;
    font-weight: normal;
    color: #E4E4E4;
    margin: 0 0 10px;
}

.ur-row {
    display: flex;
    align-items: center;
}

.ur-lot-lst {
    background: #181D36;
    padding: 10px 30px 10px 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20) inset;
    width: calc(100% - 30px);
    position: relative;
}

.btn-arrow.collapsed,
.btn-arrow {
    min-width: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin-left: 6px;
    color: #7E7E7E;
    border-radius: 50%;
    font-weight: bold;
    background: #27282F;
    font-size: 12px;
    text-align: center;
    display: block;
}

.btn-arrow {
    background: var(--brand-cyan);
    color: #fff !important;
}

.btn-arrow.collapsed i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.btn-arrow i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.ur-lot-lst ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.ur-lot-lst ul li {
    padding: 4px;
    margin-right: 5px;
    flex: inherit;
    max-width: 40px;
}

.ur-lot-lst ul li img {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.ur-lot-lst h5 {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    background: #181D36;
    padding: 15px 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
}

.ur-lot-lst .collapsing,
.ur-lot-lst .collapse {
    height: 40px;
    overflow: hidden;
}

.ur-lot-lst .collapse:not(.show) {
    display: block;
}

.ur-lot-lst .collapse.show {
    height: auto;
}

.ur-lot-lst .collapse.show h5 {
    display: none;
}

.slider-rangebox h3 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

.slider-rangebox h3 span {
    font-size: 12px;
    font-weight: normal;
    color: #E4E4E4;
    margin-left: auto;
}

.slider-rangebox .noUi-target {
    background: rgba(33, 37, 43, 0.08);
    border-radius: 5px;
    border: none;
    box-shadow: none;
}

.slider-rangebox .noUi-horizontal {
    height: 4px;
    border-radius: 30px;
}

.slider-rangebox .noUi-connect {
    background: #3DD6D0;
    border-radius: 30px;
    height: 4px;
}

.slider-rangebox .noUi-connects {
    border-radius: 30px;
    background: #27282F;
}

.slider-rangebox .noUi-handle {
    border: none;
    border-radius: 100%;
    box-shadow: none;
    outline: none;
    width: 16px;
    height: 16px;
    background: transparent;
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    stroke-width: 2px;
    stroke: #3DD6D0;
    box-shadow: 0px 0px 19px rgba(255, 76, 0, 0.44);
    cursor: pointer;
}

.slider-rangebox .noUi-handle:after,
.slider-rangebox .noUi-handle:before {
    display: none;
}

.slider-rangebox .noUi-value-horizontal {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #151E29;
}

.slider-rangebox .noUi-marker-large {
    background: rgba(0, 0, 0, 0.4);
    top: 8px;
}

.slider-rangebox .noUi-tooltip {
    display: none;
}

.slider-wrapper {
    position: relative;
}

.syndicate_page_monday-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #F1CA0C 0.23%, #1C7DF9 72.17%, #1C7DF9 112.34%);
}

.syndicate_page_tuesday-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #EBA106 38.05%, #1C7DF9 99.71%);
}

.syndicate_page_wednesday-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #36AE18 0.22%, #68EB28 19.13%, #00EDC2 113.21%);
}

.syndicate_page_thursday-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #009E71 -8.87%, #15EABB 13.15%, #1A9084 99.65%);
}

.syndicate_page_friday-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #4AA7FF 16.46%, #4659FF 99.71%);
}

.syndicate_page_saturday-combo-100-lines .letto-img {
    background: linear-gradient(88deg, var(--brand-cyan) 0.61%, #C44DD4 65.99%, #E92977 99.25%);
}

.syndicate_page_weekend-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #A61122 0.22%, #3DD6D0 26.63%, #EC9005 100.38%);
}

.syndicate_page_euro-combo-31-lines .letto-img {
    background: linear-gradient(88deg, #1C7DF9 0.22%, var(--brand-cyan) 100.38%);
}

.syndicate_page_american-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #B50F2E 40.63%, #FFF 97.81%);
}

.syndicate_page_best-odds-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #18890D 0.22%, #EBA106 33.2%, #1C7DF9 99.71%);
}

.syndicate_page_south-africa-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #3DD6D0 23.89%, #007C5E 63.05%, #00248F 100.38%);
}

.syndicate_page_north-south-america-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #1C1F41 0.15%, #098B97 34.44%, #ED002D 100.38%);
}

.syndicate_page_mega-euro-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #61AAFF 0.32%, #3DD6D0 48.98%, var(--brand-cyan) 100.38%);
}

.syndicate_page_popular-in-canada-100-lines .letto-img {
    background: linear-gradient(88deg, #B01439 0.22%, #1C7DF9 26.9%, #F8F8F8 85.36%);
}

.syndicate_page_popular-in-india-100-lines .letto-img {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #2DAB66 35.53%, #E69F21 99.71%);
}

.syndicate_page_popular-in-finland-100-lines .letto-img {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #4DC9FF 54.45%, #C7EEFF 101.06%);
}

.syndicate_page_world-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #EBA106 43.83%, #6C6CFF 99.71%);
}

.syndicate_page_popular-1-100-lines .letto-img {
    background: linear-gradient(88deg, #8FA000 0.22%, #E3D000 29.86%, #24D273 99.71%);
}

.syndicate_page_popular-2-100-lines .letto-img {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #3DD6D0 41.78%, #3DD6D0 99.71%);
}

.syndicate_page_australian-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #3DD6D0 66.01%, #1C7DF9 100.38%);
}

.syndicate_page_popular-in-australia-100-lines .letto-img {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #1C7DF9 67.05%, #FFF 100.38%);
}

.syndicate_page_popular-in-new-zealand-100-lines .letto-img {
    background: linear-gradient(88deg, #801B1B 0.22%, #EE9E9E 46.2%, #1C7DF9 100.38%);
}

.syndicate_page_mega-jackpot-combo-100-lines .letto-img {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #29AC60 33.88%, #A6D600 100.38%);
}

.syndicate_page_australia-powerball-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-australia-powerball.png') 0 0 no-repeat;
}

.syndicate_page_uk-thunderball-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-uk-thunderball.png') 0 0 no-repeat;
}

.syndicate_page_uk-lotto-80-lines .letto-img {
    background: url('/images/basecasino.io/new-res-uk-lotto.png') 0 0 no-repeat;
}

.syndicate_page_california-superlotto-plus-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-california-superlotto-plus.png') 0 0 no-repeat;
}

.syndicate_page_superenalotto-102-lines .letto-img {
    background: url('/images/basecasino.io/new-res-superenalotto.png') 0 0 no-repeat;
}

.syndicate_page_spanish-bonoloto-180-lines .letto-img {
    background: url('/images/basecasino.io/new-res-spanish-bonoloto.png') 0 0 no-repeat;
}

.syndicate_page_south-africa-powerball-150-lines .letto-img {
    background: url('/images/basecasino.io/new-res-south-africa-powerball.png') 0 0 no-repeat;
}

.syndicate_page_south-africa-lotto-180-lines .letto-img {
    background: url('/images/basecasino.io/new-res-south-africa-lotto.png') 0 0 no-repeat;
}

.syndicate_page_powerball-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-powerball.png') 0 0 no-repeat;
}

.syndicate_page_florida-lotto-120-lines .letto-img {
    background: url('/images/basecasino.io/new-res-florida-lotto.png') 0 0 no-repeat;
}

.syndicate_page_polish-lotto-180-lines .letto-img {
    background: url('/images/basecasino.io/new-res-polish-lotto.png') 0 0 no-repeat;
}

.syndicate_page_oz-lotto-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-oz-lotto.png') 0 0 no-repeat;
}

.syndicate_page_new-york-lotto-150-lines .letto-img {
    background: url('/images/basecasino.io/new-res-new-york-lotto.png') 0 0 no-repeat;
}

.syndicate_page_mega-sena-150-lines .letto-img {
    background: url('/images/basecasino.io/new-res-mega-sena.png') 0 0 no-repeat;
}

.syndicate_page_mega-millions-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-mega-millions.png') 0 0 no-repeat;
}

.syndicate_page_german-lotto-6aus49-180-lines .letto-img {
    background: url('/images/basecasino.io/new-res-german-lotto-6aus49.png') 0 0 no-repeat;
}

.syndicate_page_la-primitiva-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-la-primitiva.png') 0 0 no-repeat;
}

.syndicate_page_irish-lotto-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-irish-lotto.png') 0 0 no-repeat;
}

.syndicate_page_france-lotto-75-lines .letto-img {
    background: url('/images/basecasino.io/new-res-france-lotto.png') 0 0 no-repeat;
}

.syndicate_page_finnish-lotto-175-lines .letto-img {
    background: url('/images/basecasino.io/new-res-finnish-lotto.png') 0 0 no-repeat;
}

.syndicate_page_euromillions-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-euromillions.png') 0 0 no-repeat;
}

.syndicate_page_eurojackpot-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-eurojackpot.png') 0 0 no-repeat;
}

.syndicate_page_el-gordo-50-lines .letto-img {
    background: url('/images/basecasino.io/new-res-el-gordo.png') 0 0 no-repeat;
}

.syndicate_page_canadian-lotto-6-49-80-lines .letto-img {
    background: url('/images/basecasino.io/new-res-canadian-lotto-6-49.png') 0 0 no-repeat;
}

.syndicate_page_austria-lotto-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-austria-lotto.png') 0 0 no-repeat;
}

.syndicate_page_australia-saturday-lotto-150-lines .letto-img {
    background: url('/images/basecasino.io/new-res-australia-saturday-lotto.png') 0 0 no-repeat;
}

.syndicate_page_australia-mon-wed-lotto-150-lines .letto-img {
    background: url('/images/basecasino.io/new-res-aus-mon-wed-lotto.png') 0 0 no-repeat;
}

.syndicate_page_australia-powerball-100-lines .letto-img {
    background: url('/images/basecasino.io/new-res-australia-powerball.png') 0 0 no-repeat;
}

.synd_background {
  height: 80px !important;
  padding: 10px;
  height: auto;
  background-color: var(--dark-bg-main);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.syndicate_page_monday-combo-100-lines .synd_background,
.syndicate_page_monday-combo-200-lines .synd_background,
.syndicate_page_monday-combo-300-lines .synd_background,
.syndicate_page_monday-combo-400-lines .synd_background,
.syndicate_page_monday-combo-500-lines .synd_background,
.syndicate_page_monday-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #F1CA0C 0.23%, #1C7DF9 72.17%, #1C7DF9 112.34%);
}

.syndicate_page_tuesday-combo-100-lines .synd_background,
.syndicate_page_tuesday-combo-200-lines .synd_background,
.syndicate_page_tuesday-combo-300-lines .synd_background,
.syndicate_page_tuesday-combo-400-lines .synd_background,
.syndicate_page_tuesday-combo-500-lines .synd_background,
.syndicate_page_tuesday-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #EBA106 38.05%, #1C7DF9 99.71%);
}

.syndicate_page_wednesday-combo-100-lines .synd_background,
.syndicate_page_wednesday-combo-200-lines .synd_background,
.syndicate_page_wednesday-combo-300-lines .synd_background,
.syndicate_page_wednesday-combo-400-lines .synd_background,
.syndicate_page_wednesday-combo-500-lines .synd_background,
.syndicate_page_wednesday-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #36AE18 0.22%, #68EB28 19.13%, #00EDC2 113.21%);
}

.syndicate_page_thursday-combo-100-lines .synd_background,
.syndicate_page_thursday-combo-200-lines .synd_background,
.syndicate_page_thursday-combo-300-lines .synd_background,
.syndicate_page_thursday-combo-400-lines .synd_background,
.syndicate_page_thursday-combo-500-lines .synd_background,
.syndicate_page_thursday-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #009E71 -8.87%, #15EABB 13.15%, #1A9084 99.65%);
}

.syndicate_page_friday-combo-100-lines .synd_background,
.syndicate_page_friday-combo-200-lines .synd_background,
.syndicate_page_friday-combo-300-lines .synd_background,
.syndicate_page_friday-combo-400-lines .synd_background,
.syndicate_page_friday-combo-500-lines .synd_background,
.syndicate_page_friday-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #4AA7FF 16.46%, #4659FF 99.71%);
}

.syndicate_page_saturday-combo-100-lines .synd_background,
.syndicate_page_saturday-combo-200-lines .synd_background,
.syndicate_page_saturday-combo-300-lines .synd_background,
.syndicate_page_saturday-combo-400-lines .synd_background,
.syndicate_page_saturday-combo-500-lines .synd_background,
.syndicate_page_saturday-combo-600-lines .synd_background {
    background: linear-gradient(88deg, var(--brand-cyan) 0.61%, #C44DD4 65.99%, #E92977 99.25%);
}

.syndicate_page_weekend-combo-100-lines .synd_background,
.syndicate_page_weekend-combo-200-lines .synd_background,
.syndicate_page_weekend-combo-300-lines .synd_background,
.syndicate_page_weekend-combo-400-lines .synd_background,
.syndicate_page_weekend-combo-500-lines .synd_background,
.syndicate_page_weekend-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #A61122 0.22%, #3DD6D0 26.63%, #EC9005 100.38%);
}

.syndicate_page_american-combo-100-lines .synd_background,
.syndicate_page_american-combo-200-lines .synd_background,
.syndicate_page_american-combo-300-lines .synd_background,
.syndicate_page_american-combo-400-lines .synd_background,
.syndicate_page_american-combo-500-lines .synd_background,
.syndicate_page_american-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #B50F2E 40.63%, #FFF 97.81%);
}

.syndicate_page_best-odds-combo-100-lines .synd_background,
.syndicate_page_best-odds-combo-200-lines .synd_background,
.syndicate_page_best-odds-combo-300-lines .synd_background,
.syndicate_page_best-odds-combo-400-lines .synd_background,
.syndicate_page_best-odds-combo-500-lines .synd_background,
.syndicate_page_best-odds-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #18890D 0.22%, #EBA106 33.2%, #1C7DF9 99.71%);
}

.syndicate_page_south-africa-combo-100-lines .synd_background,
.syndicate_page_south-africa-combo-200-lines .synd_background,
.syndicate_page_south-africa-combo-300-lines .synd_background,
.syndicate_page_south-africa-combo-400-lines .synd_background,
.syndicate_page_south-africa-combo-500-lines .synd_background,
.syndicate_page_south-africa-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #3DD6D0 23.89%, #007C5E 63.05%, #00248F 100.38%);
}

.syndicate_page_north-south-america-combo-100-lines .synd_background,
.syndicate_page_north-south-america-combo-200-lines .synd_background,
.syndicate_page_north-south-america-combo-300-lines .synd_background,
.syndicate_page_north-south-america-combo-400-lines .synd_background,
.syndicate_page_north-south-america-combo-500-lines .synd_background,
.syndicate_page_north-south-america-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #1C1F41 0.15%, #098B97 34.44%, #ED002D 100.38%);
}

.syndicate_page_mega-euro-combo-100-lines .synd_background,
.syndicate_page_mega-euro-combo-200-lines .synd_background,
.syndicate_page_mega-euro-combo-300-lines .synd_background,
.syndicate_page_mega-euro-combo-400-lines .synd_background,
.syndicate_page_mega-euro-combo-500-lines .synd_background,
.syndicate_page_mega-euro-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #61AAFF 0.32%, #3DD6D0 48.98%, var(--brand-cyan) 100.38%);
}

.syndicate_page_popular-in-canada-100-lines .synd_background,
.syndicate_page_popular-in-canada-200-lines .synd_background,
.syndicate_page_popular-in-canada-300-lines .synd_background,
.syndicate_page_popular-in-canada-400-lines .synd_background,
.syndicate_page_popular-in-canada-500-lines .synd_background,
.syndicate_page_popular-in-canada-600-lines .synd_background {
    background: linear-gradient(88deg, #B01439 0.22%, #1C7DF9 26.9%, #F8F8F8 85.36%);
}

.syndicate_page_popular-in-india-100-lines .synd_background,
.syndicate_page_popular-in-india-200-lines .synd_background,
.syndicate_page_popular-in-india-300-lines .synd_background,
.syndicate_page_popular-in-india-400-lines .synd_background,
.syndicate_page_popular-in-india-500-lines .synd_background,
.syndicate_page_popular-in-india-600-lines .synd_background {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #2DAB66 35.53%, #E69F21 99.71%);
}

.syndicate_page_popular-in-finland-100-lines .synd_background,
.syndicate_page_popular-in-finland-200-lines .synd_background,
.syndicate_page_popular-in-finland-300-lines .synd_background,
.syndicate_page_popular-in-finland-400-lines .synd_background,
.syndicate_page_popular-in-finland-500-lines .synd_background,
.syndicate_page_popular-in-finland-600-lines .synd_background {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #4DC9FF 54.45%, #C7EEFF 101.06%);
}

.syndicate_page_world-combo-100-lines .synd_background,
.syndicate_page_world-combo-200-lines .synd_background,
.syndicate_page_world-combo-300-lines .synd_background,
.syndicate_page_world-combo-400-lines .synd_background,
.syndicate_page_world-combo-500-lines .synd_background,
.syndicate_page_world-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #EBA106 43.83%, #6C6CFF 99.71%);
}

.syndicate_page_popular-1-100-lines .synd_background,
.syndicate_page_popular-1-200-lines .synd_background,
.syndicate_page_popular-1-300-lines .synd_background,
.syndicate_page_popular-1-400-lines .synd_background,
.syndicate_page_popular-1-500-lines .synd_background,
.syndicate_page_popular-1-600-lines .synd_background {
    background: linear-gradient(88deg, #8FA000 0.22%, #E3D000 29.86%, #24D273 99.71%);
}

.syndicate_page_popular-2-100-lines .synd_background,
.syndicate_page_popular-2-200-lines .synd_background,
.syndicate_page_popular-2-300-lines .synd_background,
.syndicate_page_popular-2-400-lines .synd_background,
.syndicate_page_popular-2-500-lines .synd_background,
.syndicate_page_popular-2-600-lines .synd_background {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #3DD6D0 41.78%, #3DD6D0 99.71%);
}

.syndicate_page_australian-combo-100-lines .synd_background,
.syndicate_page_australian-combo-200-lines .synd_background,
.syndicate_page_australian-combo-300-lines .synd_background,
.syndicate_page_australian-combo-400-lines .synd_background,
.syndicate_page_australian-combo-500-lines .synd_background,
.syndicate_page_australian-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #3DD6D0 0.22%, #3DD6D0 66.01%, #1C7DF9 100.38%);
}

.syndicate_page_popular-in-australia-100-lines .synd_background,
.syndicate_page_popular-in-australia-200-lines .synd_background,
.syndicate_page_popular-in-australia-300-lines .synd_background,
.syndicate_page_popular-in-australia-400-lines .synd_background,
.syndicate_page_popular-in-australia-500-lines .synd_background,
.syndicate_page_popular-in-australia-600-lines .synd_background {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #1C7DF9 67.05%, #FFF 100.38%);
}

.syndicate_page_popular-in-new-zealand-100-lines .synd_background,
.syndicate_page_popular-in-new-zealand-200-lines .synd_background,
.syndicate_page_popular-in-new-zealand-300-lines .synd_background,
.syndicate_page_popular-in-new-zealand-400-lines .synd_background,
.syndicate_page_popular-in-new-zealand-500-lines .synd_background,
.syndicate_page_popular-in-new-zealand-600-lines .synd_background {
    background: linear-gradient(88deg, #801B1B 0.22%, #EE9E9E 46.2%, #1C7DF9 100.38%);
}

.syndicate_page_mega-jackpot-combo-100-lines .synd_background,
.syndicate_page_mega-jackpot-combo-200-lines .synd_background,
.syndicate_page_mega-jackpot-combo-300-lines .synd_background,
.syndicate_page_mega-jackpot-combo-400-lines .synd_background,
.syndicate_page_mega-jackpot-combo-500-lines .synd_background,
.syndicate_page_mega-jackpot-combo-600-lines .synd_background {
    background: linear-gradient(88deg, #1C7DF9 0.22%, #29AC60 33.88%, #A6D600 100.38%);
}

.played-block-lines {
  padding: 15px 0 0 !important;
}

.collapse_syndicate_lines_main {
  display: flex;
    align-items: center;
    color: #fff;
}

.collapse_syndicate_lines_outside {
  padding: 8px 16px 8px 12px;
}

.syndicate-step2 .lotteries-block {
  padding: 0 15px 32px !important;
  border-radius: 4px !important;
}

.lotteries-block-combo {
  padding: 15px 0 0 !important;
}



/* ***** End Syndicates Page ***** */

/* ***** Contact Page ***** */
.contact-wrapper {
    padding: 70px 0;
}

.contact-block {
    max-width: 830px;
    padding: 50px 100px;
    background: var(--dark-bg-header);
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 5;
}

.contact-block h1 {
    font-size: 52px;
    font-weight: normal;
    color: #fff;
    font-family: 'Satoshi';
    margin: 0 0 25px;
}

.contact-block .form-group {
    position: relative;
    margin: 0 0 25px;
}

.contact-block .form-group label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px;
}

.contact-block .form-group .form-control {
    padding: 15px 25px;
    background: var(--dark-bg-main);
    border: 2px solid #1C1A16;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    height: auto;
    box-shadow: none;
    border-radius: 15px;
    resize: none;
}

.contact-block .form-group .form-control::placeholder {
    color: #7E7E7E;
}

.contact-block .form-group .form-control:focus {
    border-color: var(--brand-cyan);
    color: #fff;
}

.contact-block .btn-group {
    display: flex;
    align-items: center;
}

.contact-block .btn-group .btn-main {
    padding: 12px 25px;
    border-radius: 4px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.contact-block .btn-group .btn-main i {
    margin-left: 10px;
}

.contact-block .btn-group .btn-main:hover {
    background: #fff;
    color: var(--brand-cyan);
}

.contact-block .btn-group span {
    font-size: 14px;
    font-weight: 500;
    color: #7E7E7E;
    margin: 0 15px;
}

.contact_errors {
    padding-bottom: 20px;
    color: #ADC6FF;
}

.copy-text {
    position: relative;
    display: flex;
}

.copy-text input.text {
    padding: 12px 45px 12px 25px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    box-shadow: none;
    height: auto;
    font-size: clamp(11px, 2vw, 14px);
    font-weight: 500;
    color: #FFFFFF;
    outline: none;
}

.copy-text button {
    padding: 0;
    background: transparent;
    color: #FFFFFF;
    font-size: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 14px;
    right: 15px;
}

/* .copy-text button:active {
    background: #809ce2;
} */

.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -45px;
    right: -25px;
    background: var(--brand-cyan);
    padding: 5px 15px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    display: none;
}

.copy-text button:after {
    content: "";
    position: absolute;
    top: -23px;
    right: 5px;
    width: 10px;
    height: 10px;
    background: var(--brand-cyan);
    transform: rotate(45deg);
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

img.cnt-shp {
    position: absolute;
    top: 0;
    left: 15%;
}

/* ***** End Contact Page ***** */

/* ***** Terms , Odds & FAQ Page ***** */
.tearm-banner {
    background: url('/images/basecasino.io/terms-back.jpg') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.que-row-wrp {
    position: relative;
    z-index: 2;
}

.que-sidebar {
    border-radius: 4px;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 24px 0;
    position: sticky;
    top: 100px;
    left: 0;
    right: 0;
}

.que-sidebar h2 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0 24px;
    margin: 0 0 24px;
}

.que-sidebar ul {
    margin: 0 0 35px;
}

.que-sidebar ul:last-child {
    margin: 0;
}

.que-sidebar li {
    padding: 5px 12px 5px 24px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    position: relative;
}

.que-sidebar li:after {
    position: absolute;
    content: '';
    border-radius: 4px;
    background: rgb(251, 255, 74);
    box-shadow: 0px 0px 26px 0px rgb(251, 255, 74);
    width: 4px;
    height: 0%;
    right: 0;
    top: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.que-sidebar li:hover:after {
    height: 100%;
}

.que-sidebar li a {
    padding: 8px 12px 8px 0;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    color: #FFFFFF;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.que-sidebar li a span {
    margin-left: auto;
    font-size: 24px;
    font-weight: 300;
    color: var(--brand-cyan);
    line-height: 24px;
    font-family: 'Satoshi';
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.que-sidebar li a:after {
    position: absolute;
    content: '';
    background: linear-gradient(270deg, rgba(255, 77, 0, 0.22) 9.7%, rgba(255, 77, 0, 0.00) 77.99%);
    width: 0%;
    height: 100%;
    top: 0;
    right: 0;
    border-radius: 0 12px 12px 0;
    z-index: -1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.que-sidebar li.active a:after {
    width: 100%;
}

.que-sidebar li.active a {
    color: #FFFFFF;
}

.que-sidebar li.active a span {
    color: #FFFFFF;
}

.que-sidebar li.active:after {
    height: 100%;
}

.que-sidebar li a:hover span,
.que-sidebar li a:hover {
    color: #fff;
}

.faq-list .accordion .accordion-item {
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #3DD6D0;
}

.faq-list .accordion .accordion-item .accordion-button {
    font-size: 20px;
    color: #fff;
    padding: 24px 0 24px 50px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    background-color: transparent;
    position: relative;
}

.faq-list .accordion .accordion-item .accordion-button span {
    display: block;
    font-size: 60px;
    font-weight: normal;
    font-family: 'Satoshi';
    line-height: 94px;
    color: var(--brand-cyan);
    opacity: 0.50;
    margin: 0 -25px -10px 0;
    z-index: -1;
    position: relative;
}

.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}

.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    left: 0;
    top: 50%;
    font-size: 18px;
    color: #fff;
    height: 30px;
    width: 30px;
    display: flex;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f067";
}

.faq-list .accordion .accordion-body {
    padding: 30px 30px 30px 100px;
    position: relative;
    border-top: 1px solid #3DD6D0;
}

.faq-list .accordion .accordion-body:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(245, 108, 29, 0.05) 0%, rgba(245, 108, 29, 0.00) 100%);
    top: 0;
    left: 0;
}

.inner-data-que {
    position: relative;
    z-index: 1;
}

.inner-data-que p {
    font-size: 14px;
    font-weight: 500;
    color: #E4E4E4;
    line-height: 22px;
    margin: 0 0 15px;
}

.inner-data-que p:last-child {
    margin: 0;
}

.inner-data-que ul {
    margin: 0 0 15px;
}

.inner-data-que ul li {
    padding: 0 0 0 15px;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    font-weight: 500;
    color: #E4E4E4;
}

.inner-data-que ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background: #E4E4E4;
    border-radius: 50%;
    top: 10px;
    left: 0;
}

.odds-win-banner {
    background: url('/images/basecasino.io/odd-win-back.jpg') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

/* .odds-win-banner .inner-bannerimg img {
    height: 280px;
} */

.inner-data-que h3 {
    font-size: 24px;
    font-weight: bold;
    color: #E4E4E4;
    margin: 0 0 20px;
}

.inner-data-que h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

.tabuler-data {
    margin: 0 0 25px;
    max-width: 530px;
    width: 100%;
    padding: 24px 15px;
    border-radius: 4px;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.tabuler-data table {
    margin: 0;
    border: none;
    --bs-table-bg: transparent;
}

.tabuler-data table thead th {
    padding: 5px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #E4E4E4;
    border: none;
    border-right: 1px solid #1D2138;
}

.tabuler-data table thead th:last-child {
    border: none;
}

.tabuler-data table tbody td {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 5px 24px;
    border: none;
    border-right: 1px solid #1D2138;
}

.tabuler-data table tbody td:last-child {
    border: none;
}

.tabuler-data table thead th:first-child,
.tabuler-data table tbody td:first-child {
    text-align: center;
}


.faq-banner {
    background: url('/images/basecasino.io/faq-banner.jpg') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

/* .faq-banner .inner-bannerimg img {
    height: 260px;
} */

.faq-title h2 {
    font-size: 40px;
    font-weight: normal;
    color: #FFFFFF;
    font-family: 'Satoshi';
    margin: 0;
}

.faq-title.centebx {
    margin: 55px 0 0;
}

.faq-cnt-wrp {
    position: relative;
    padding: 100px 0;
}

.faq-cnt-wrp img.cnt-shp {
    top: -20%;
    left: 0%;
}

.faq-cnt-wrp img.cnt-shp2 {
    position: absolute;
    top: -25%;
    right: 0;
}

/* ***** End Terms , Odds & FAQ Page ***** */


.syndicates-wrapper {
    padding: 20px 0 50px;
}

.syndicates-wrapper .container {
    max-width: 1080px;
}

.combo-banner {
    border-radius: 4px;
    background: linear-gradient(88deg, #3DD6D0 0.22%, #EBA106 38.05%, #1C7DF9 99.71%);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 50px;
    margin: 0 0 50px;
}

.combo-banner .close-btn {
    position: absolute;
    right: 16px;
    top: 16px;
    -webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.15));
}

.combo-banner .close-btn img {
    max-width: 100%;
}

.combo-banner .row {
    align-items: center;
}

.combo-banner .combo-description {
    display: flex;
    align-items: center;
}

.combo-banner .combo-description img.combo-img {
    /* border-radius: 73px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15); */
    margin-right: 32px;
}

.combo-banner .combo-description h2 {
    color: #fff;
    font-family: 'Satoshi';
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 16px;
}

.combo-banner .combo-description .time-block {
    border-radius: 40px;
    border: 2px solid rgba(255, 255, 255, 0.25);
    -webkit-background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) -40.95%, rgba(255, 255, 255, 0.34) -24.36%, rgba(255, 255, 255, 0.20) 146.42%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.45) -40.95%, rgba(255, 255, 255, 0.34) -24.36%, rgba(255, 255, 255, 0.20) 146.42%);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 8px 12px;
    width: fit-content;
    gap: 16px;
    line-height: normal;
}

.combo-banner .combo-description .time-block h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    margin-right: 16px;
}

.combo-banner .combo-description .time-block h5 {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.combo-banner .combo-description .time-block h5 img {
    max-width: 100%;
}

.combo-banner .image-list ul {
    display: flex;
    flex-wrap: wrap;
}

.combo-banner .image-list ul li {
    margin: 8px 16px 8px 0;
}


.syndicates-lotteries {}

.lotteries-block {
    border-radius: 4px;
    background: var(--dark-bg-header);
    -wbkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 24px 16px 24px;
}

.lotteries-block h2 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
}

.lotteries-block ul li {
    border-radius: 66px;
    background: #181D36;
    padding: 8px 16px 8px 12px;
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}

.lotteries-block ul li:last-child {
    margin: 0;
}

.lotteries-block ul li img {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    margin-right: 12px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.lotteries-block ul li span {
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.lotteries-block ul li b {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: auto;
    margin-right: 0;
}

.synd-cost {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: auto;
    margin-right: 0;
}

.all-detailbx .synd-cost.active {
    color: #FFFFFF !important;
}

.payslip-box .description {
    padding: 11px 0 0;
}

.payslip-box .description p {
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.syndicates-box .slider-rangebox {
    margin: 0 0 32px;
}

.syndicates-box .slider-rangebox h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
}

.syndicates-box .all-detailbx h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
}

.played-block {
    padding: 0 15px 32px;
}

.played-block .btn-played {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.played-block .btn-played.collapsed span,
.played-block .btn-played span {
    margin-left: auto;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #27282F;
    font-size: 16px;
    color: #7E7E7E;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.played-block .btn-played.collapsed span i:before {
    content: "\f107";
}

.played-block .btn-played span i:before {
    content: "\f106";
}

.played-block .btn-played span {
    background: var(--brand-cyan);
    color: #fff !important;
}

.played-block .played-box {
    margin: 24px 0 0;
    border-radius: 4px;
    background: #181D36;
    padding: 8px 12px;
}

.played-block .played-box h2 {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px;
}

.played-block .played-box h2 b {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    margin-left: auto;
    margin-right: 0;
}

.played-block .played-box h2 img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.played-block .played-box .inner-selbx {
    padding: 0;
    background: transparent;
}

.played-block .played-box .inner-selbx ul {
    margin: 0 0 8px;
}

.played-block .played-box .inner-selbx ul:last-childs {
    margin: 0;
}

.played-block .played-box .inner-selbx ul li a {
    height: 30px;
    width: 30px;
    line-height: 26px;
}

.quality-block {
    padding: 0 15px 32px;
}

.quality-block h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
}

.quality-block .quality-box {
    border-radius: 40px;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 5px 16px 5px 8px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    width: fit-content;
}

.quality-block .quality-box h6 {
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 0 8px;
    white-space: nowrap;
}

.quality-block .quality-box .quantity {
    border-radius: 4px;
    background: #1C1A16;
    padding: 8px 6px;
    display: flex;
    align-items: center;
}

.quality-block .quality-box .quantity .qtyminus,
.quality-block .quality-box .quantity .qtyplus {
    width: 24px;
    height: 24px;
    background: rgba(43, 85, 255, 0.30);
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}

button.minus-btn.btn-number,
button.plus-btn.btn-number {
    width: 24px;
    height: 24px;
    background: rgba(43, 85, 255, 0.30);
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
    border: none;
    box-shadow: none;
    outline: none;
}

.quality-block .quality-box .quantity .qty {
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 44px;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
}

.syndicates-lotteries .syndicates-box .letto-dt-box .plbtn {
    padding: 13px 16px;
}

.letto-box .checkout-block {
    padding: 0 15px;
}

.letto-box .checkout-block h2 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
}

.letto-box .checkout-block ul li {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
    padding: 15px 16px;
    border-radius: 66px;
    background: #181D36;
}

.letto-box .checkout-block ul li:last-child {
    margin: 0;
}

.letto-box .checkout-block ul li span {
    margin-left: auto;
    color: #FFF;
    font-weight: 600;
}

.inside-lottery-banner {
    background-image: url("/images/basecasino.io/lottery-banner-bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 0;
}

.inside-lottery-banner .combo-descriptionX {
    padding: 50px;
    border-radius: 30px;
    background: linear-gradient(265deg, rgba(211, 211, 211, 0.26) 4.58%, rgba(255, 255, 255, 0.00) 94.48%);
    -webkit-box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 31px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6.5px);
}

.lottery-wrp {}

.luckydip-block {
    border-radius: 4px;
    background: var(--dark-bg-header);
    padding: 15px;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}

.luckydip-block h2 {}

.luckydip-block h2 button {
    display: flex;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(92deg, #3DD6D0 29.16%, #3DD6D0 82.59%);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    margin: 0 0 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 11px;
    width: 100%;
    border: none;
    justify-content: center;
}

.luckydip-block h2 button:hover, .luckydip-block h2 button:active {
    background: transparent;
    color: #3DD6D0;
}

.luckydip-block h2 button img {
    max-width: 100%;
    margin-left: 8px;
}

.luckydip-block h2 button:active img {
    filter: invert(1);
}

.luckydip-block h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px 0;
}

.luckydip-block ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.luckydip-block ul li {
    padding: 0 4px;
    margin: 0 0 8px;
    width: 12.5%;
}

.ld_mobile {
    display: none;
}

/* .luckydip-block ul li a{
    width: 30px;
    height: 30px;
    border-radius: 35px;
    border: 2px solid rgba(69, 69, 69, 0.15);
    background: #27282F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
} */
.luckydip-block ul li span {
    width: 30px;
    height: 30px;
    border-radius: 35px;
    border: 3px solid rgba(69, 69, 69, 0.15);
    background: #27282F;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#choose-numbers ul li span.num.simple-num.num-checked {
    border-color: #fff;
    color: #fff;
}

#choose-numbers ul li span.num.bonus-num.num-checked {
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
    border-color: #fff;
    color: #fff;
}

.numbers-block {
    border-radius: 4px;
    background: var(--dark-bg-header);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
}

.numbers-block .count-box h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
}

.numbers-block .count-box .inner-selbx {
    padding: 0;
}

.numbers-block .count-box .inner-selbx ul {
    margin: 0 0 8px;
}

.numbers-block .count-box .inner-selbx .chosen-numbers {}

.numbers-block .count-box .inner-selbx .chosen-numbers span {
    padding: 0 2px;
}

.numbers-block .count-box .inner-selbx .chosen-numbers ul li span {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 2px solid rgba(69, 69, 69, 0.15);
    background: #27282F;
    display: block;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    font-family: 'Satoshi';
}

.numbers-block .count-box .inner-selbx .chosen-numbers ul li span.num.bonus-num {
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
    border-color: #3DD6D0;
    color: #fff;
}


.lotto-tickets .chosen-numbers span,
.played-box .numbers-row span {
    width: 28px;
    height: 28px;
    border-radius: 50px;
    border: 2px solid rgba(69, 69, 69, 0.15);
    background: #27282F;
    display: inline-block;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    font-family: 'Satoshi';
}

.lotto-tickets .chosen-numbers span.num.bonus-num,
.played-box .numbers-row span.num.sec-num {
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
    border-color: #3DD6D0;
    color: #fff;
}

.lotto-tickets .chosen-numbers span.correct-primary-num,
.lotto-tickets .chosen-numbers span.num.bonus-num.correct-secondary-num {
    border-color: #fff;
}

.numbers-block .count-box .inner-selbx .close-icon {
    background: transparent;
    border: none;
    height: auto;
    width: auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.numbers-block .count-box .inner-selbx .close-icon img {
    max-width: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.numbers-block .count-box .inner-selbx .close-icon:hover img {
    filter: brightness(0) invert(1);
}

.draw-block {
    padding: 32px 0;
}

.draw-block h4 {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
}

.draw-block ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.draw-block ul li {
    /* border-radius: 40px;
    border: 2px solid #27282F;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 13px 16px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 8px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; */
}

.draw-block ul li:last-child {
    /* margin: 8px 0 0; */
}

.draw-block ul li input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.draw-block ul li.selected {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.numbers-block .how-box h4 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 24px;
}

#prepay-btn,
#just-once-btn {
    border-radius: 40px;
    border: 2px solid #27282F;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 13px 16px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 8px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin-bottom: 10px;
    background: transparent;
}

#prepay-payment,
#direct-payment {
    display: none;
}

.play_options {
    display: flex;
    margin-bottom: 16px;
}



/* .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%) !important;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15) !important;
    color: #fff;
} */

.synd-step1-type,
.synd-step1-sort {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #ADC6FF;
    min-width: 70px;
    white-space: nowrap;
}

button.synd-singular,
button.synd-combo {
    background: transparent;
    border: none;
    color: #838286;
    font-size: 14px;
    font-weight: 500;
}

button.btn.btn-primary.purple-btn.synd-singular.active,
button.btn.btn-primary.purple-btn.synd-combo.active,
button.btn.btn-primary.sort.active {
    background: transparent !important;
    box-shadow: none !important;
    color: #ADC6FF;
}

button.btn.btn-primary.sort {
    background: transparent !important;
    box-shadow: none !important;
    color: #E4E4E4;
    border: none;
    font-size: 12px;
    font-weight: normal;
}

button.btn.btn-primary.sort.active {
    background: transparent !important;
    box-shadow: none !important;
    color: #ADC6FF;
    border: none;
    font-size: 12px;
    font-weight: normal;
}

button.btn:hover {
    background: none;
    border: none;
    color: #ADC6FF;
}

button.btn:active {
    background: none;
    border: none;
    color: #ADC6FF;
}

.numbers-block .quality-block {
    padding: 0 0 32px;
}

.numbers-block .quality-block .quality-info {
    display: flex;
    align-items: center;
}

.numbers-block .quality-block .quality-info a {
    border-radius: 40px;
    border: 2px solid #27282F;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 13px 16px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 8px;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: table;
}

.numbers-block .quality-block .quality-info .quality-box h6 {
    margin: 0 16px 0 0;
}

.quality-block .quality-box h6 {
    margin: 0 16px 0 0;
}

.quality-block .quality-box .shares_count_h6 {
    margin: 0 0 0 8px;
}

.numbers-block.letto-box .checkout-block {
    padding: 0 0 32px;
}

.numbers-block.letto-box .letto-dt-box {
    padding: 0;
}

.numbers-block.letto-box .letto-dt-box .plbtn {
    padding: 13px 16px;
}

.how_would_you_like {
    display: none;
}

#add-to-payslip-btn {
  color: #fff;
    font-size: 14px;
    font-weight: 600;
    border: none;
    width: 100%;
    padding: 13px 16px;
    border-radius: 4px;
    height: 46px;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    display: block;
}


.mCSB_inside>.mCSB_container {
    margin: 0;
}

/* **** Slot Theater Page **** */
.theator-slot-rw {
    padding: 0 0 50px;
}

.theator-slot-rw .category-slider {
    padding: 0 10px;
}

.theater-screen-box {
    position: relative;
    margin: 0 0 50px;
}

.theater-screen-box img {
    width: 100%;
}

.theater-control-row {
    background: var(--dark-bg-header);
    padding: 10px 15px;
}

.theater-control-row .row {
    align-items: center;
}

.slot-logo img {
    margin: 0 auto;
    height: 40px;
}

.typeof-screen ul {
    display: flex;
    align-items: center;
}

.typeof-screen ul li {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-right: 25px;
    font-size: 14px;
    font-weight: 500;
    color: #454A62;
}

.typeof-screen ul li img {
    min-width: 24px;
    width: 24px;
    margin-right: 10px;
    opacity: 0.50;
}

.typeof-screen ul li:last-child {
    margin: 0;
}

.typeof-screen ul li.active {
    color: #FFFFFF;
}

.typeof-screen ul li.active img {
    opacity: 1;
}

.play-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.play-row h5,
.play-row h6 {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #454A62;
    transition: .4s;
    -webkit-transition: .4s;
}

.play-row .switch input {
    display: none;
}

.play-row .switch {
    display: inline-block;
    width: 40px;
    height: 24px;
    margin: 0 8px;
    position: relative;
}

/* Style Wired */
.play-row .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    background: #1F212D;
    cursor: pointer;
    border: none;
    overflow: hidden;
    transition: .4s;
    -webkit-transition: .4s;
}

.play-row .slider:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50px;
    transition: .4s;
    -webkit-transition: .4s;
    top: 2px;
    left: 2px;
}

.play-row input:checked+.slider:before {
    transform: translateX(17px);
    -webkit-transform: translateX(17px);
    background: #fff;
}

.play-row input:checked+.slider {
    background: linear-gradient(90deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
}

.play-row h5 {
    color: #454A62;
}

.play-row h6 {
    color: #FFFFFF;
}

.play-row.show-mode h6 {
    color: #454A62;
}

.play-row.show-mode h5 {
    color: #FFFFFF;
}

/* **** End Slot Theater Page **** */

/* **** My Wallet Page ***** */
.user-menu {
    display: none;
}

.wallet_address_header {
    font-size: 14px;
    color: #FFFFFF;
}

#transaction_records_index .inner-banner.wallet-banner {
    background: url('/images/basecasino.io/wallet-banner-back.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

#transaction_records_lotto_winnings .inner-banner.wallet-banner {
    background: url('/images/basecasino.io/my-winnings-back.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

#transaction_records_history .inner-banner.wallet-banner {
    background: url('/images/basecasino.io/transaction-banner.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

#entries_index .inner-banner.wallet-banner {
    background: url('/images/basecasino.io/my-lotteries-back.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

#users_casino_history .inner-banner.wallet-banner {
    background: url('/images/basecasino.io/bets-banner.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

#bets_index .inner-banner.wallet-banner,
#bets_settled .inner-banner.wallet-banner {
    background: url('/images/basecasino.io/bets-banner.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}


#users_my_account .inner-banner.wallet-banner,
#users_change_password .inner-banner.wallet-banner {
    background-image: url(/newimages/inerbanner-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: var(--brand-cyan);
    margin: 0 0 50px;
}

/* =============banner css starts here============================= */
.inner_banner_profile {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    z-index: 1;
    position: relative;
    align-items: center;
}

.profile_range .progress_outer {
    padding: 5px 0px;
    width: 100%;
    height: 20px;
    filter: drop-shadow(0px 4px 24.2px rgba(0, 0, 0, 0.34));
    backdrop-filter: blur(10px);
    border-radius: 4px;
}

.profile_range .progress {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    height: 8px;
    background: linear-gradient(180deg, rgba(28, 29, 39, 0) 0%, #1C1D27 22.96%, #1C1D27 77.45%, rgba(28, 29, 39, 0) 137.5%);
    border-radius: 52px;
}

.profile_range .progress .progress-bar {
    height: 6px;
    width: 4%;
    background: linear-gradient(350.27deg, #1263FF 13.83%, #128DFF 92.08%);
    box-shadow: 0px 0px 19px rgba(0, 179, 255, 0.47);
}

.elipps {
    position: absolute;
    width: 1311px;
    height: 1311px;
    right: 0;
    top: 0;
    transform: translate(30%, -30%);
    z-index: 0;
    background: radial-gradient(50% 50% at 50% 50%, #3DD6D0 0%, rgba(162, 130, 255, 0) 100%);
    mix-blend-mode: normal;
}

.my_profile {
    position: relative;
    height: 120px;
    width: 149px;

}

.my_profile .profile_badge {
    width: auto;
    height: 125px;
    object-fit: contain;
}

.my_profile span {
    position: absolute;
    width: 50px;
    height: 50px;
    right: -30px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(357.53deg, rgba(255, 255, 255, 0.21) 2.38%, rgba(255, 255, 255, 0) 112.75%);
    background-size: 68px 68px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border: 4px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(24.2834px);
    border-radius: 4px;
    font-family: 'Satoshi';
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    color: #E4E4E4;
    text-shadow: 0px 0px 30.3px #3DD6D0;
    margin: 0;
}

/* .tier_0,
.tier_1 {
    border: 4px solid rgba(157, 79, 28, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(157, 79, 28, 1), rgba(157, 79, 28, 0.5)) !important;
}

.tier_2 {
    border: 4px solid rgba(204, 204, 204, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(204, 204, 204, 1), rgba(204, 204, 204, 0.5)) !important;
}

.tier_3 {
    border: 4px solid rgba(226, 226, 226, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(226, 226, 226, 1), rgba(226, 226, 226, 0.5)) !important;
}

.tier_4 {
    border: 4px solid rgba(225, 217, 102, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(225, 217, 102, 1), rgba(225, 217, 102, 0.5)) !important;
}

.tier_5 {
    border: 4px solid rgba(106, 168, 76, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(106, 168, 76, 0.70), rgba(106, 168, 76, 0.70)) !important;
}

.tier_6 {
    border: 4px solid rgba(17, 85, 204, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(17, 85, 204, 1), rgba(17, 85, 204, 0.5)) !important;
}

.tier_7 {
    border: 4px solid rgba(255, 0, 0, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(255, 0, 0, 1), rgba(255, 0, 0, 0.50)) !important;
}

.tier_8 {
    border: 4px solid rgba(169, 240, 245, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(169, 240, 245, 1), rgba(169, 240, 245, 0.5)) !important;
}

.tier_9 {
    border: 4px solid rgba(166, 77, 121, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(166, 77, 121, 1), rgba(56, 118, 29, 1)) !important;
}

.tier_10 {
    border: 4px solid rgba(67, 67, 67, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(67, 67, 67, 1), rgba(255, 0, 0, 1), rgba(255, 153, 0, 1)) !important;
}

.tier_11 {
    border: 4px solid rgba(74, 134, 232, 0.9) !important;
    background: linear-gradient(357.53deg, rgba(74, 134, 232, 1), rgba(0, 0, 255, 0.50), rgba(0, 255, 255, 1), rgba(159, 197, 232, 1)) !important;
} */



.my_prpofile_name h1 {
    font-family: 'Satoshi';
    font-weight: 700;
    font-size: clamp(14px, 3vw, 64px) !important;
}

.my_prpofile_name a {
    width: 24px;
    height: 24px;
    margin-top: 5px;
}

.profile_range p {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.profile_range p .total {
    color: #FFFFFF;
}

.rewards_nav_mobile {
    position: relative;
}

.rewards_nav {
    position: relative;
    /*width: 108px;*/
    /*height: 44px;*/
    display: flex;
    gap: 13px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #838286;
    ;
}

.head_links_list:hover a:hover .rewards_nav {
    display: none;
}

.head_links_list:hover a:hover .rewards_nav1 span {
    display: block !important;
}

.rewards_nav_mobile span {
    /* display: none; */
    position: absolute;
    top: -5px;
    right: -27px;
    z-index: 111;
    padding: 2px 4px;
    width: 39px;
    min-width: 20px;
    height: 20px;
    background: #3DD6D0;
    box-shadow: 0px 0px 19px rgba(255, 76, 0, 0.47);
    border-radius: 4px;
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
}
.active .rewards_nav1 span {
    display: block !important;
}
/* .head_links_list:hover a:hover .rewards_replace,
.active .rewards_replace {
    position: relative !important;
} */

.rewards_nav1 span {
    display: none;
    position: absolute;
    top: -5px;
    right: -22px;
    z-index: 111;
    padding: 2px 4px;
    width: 39px;
    min-width: 20px;
    height: 20px;
    background: #3DD6D0;
    box-shadow: 0px 0px 19px rgba(255, 76, 0, 0.47);
    border-radius: 4px;
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
}

.rewards_nav span {
    position: absolute;
    top: -5px;
    right: -22px;
    padding: 2px 4px;
    width: 39px;
    min-width: 20px;
    height: 20px;
    background: #3DD6D0;
    box-shadow: 0px 0px 19px rgba(255, 76, 0, 0.47);
    border-radius: 4px;
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;

}

/* =============banner css end here============================= */


#referral_campaigns_index .inner-banner.wallet-banner {
    background: url('/images/basecasino.io/my-winnings-back.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.my-account-bar {
    border-radius: 4px;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.acc-balancebox {
    padding: 24px;
}

.balance-block {
    padding: 12px 16px;
    border-radius: 4px;
    background: url('/images/basecasino.io/balance-back.png') center center no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.balance-block h6 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 5px;
}

.balance-block h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.balance-block h2 span {
    color: #FFFFFF;
}

.active_users_count,
.total_users_count {
    border-radius: 4px;
    border: 2px solid rgba(112, 0, 255, 0.63);
    background: linear-gradient(284deg, rgba(112, 0, 255, 0.31) -18.76%, rgba(112, 0, 255, 0.09) 101.28%);
}

.casino_profit_box,
.lotto_profit_box,
.sports_profit_box,
.expected-payout-col {
    border-radius: 4px;
    border: 2px solid rgba(43, 85, 255, 0.06);
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
}

.my-account-bar ul {
    padding: 0 0 24px;
}

.my-account-bar ul li {
    padding: 0 24px 0 14px;
    margin: 0 0 10px;
    position: relative;
}

.my-account-bar ul li:after {
    position: absolute;
    content: '';
    border-radius: 11px 0px 0px 32px;
    background: linear-gradient(1deg, rgba(255, 15, 0, 0.20) -5.49%, #3DD6D0 25.78%, #1C7DF9 138.73%);
    box-shadow: 0px 0px 26px 0px rgba(255, 76, 0, 0.90);
    width: 4px;
    height: 0%;
    right: 0;
    top: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.my-account-bar ul li a {
    padding: 10px 12px;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #838286;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.my-account-bar ul li a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(270deg, rgba(255, 77, 0, 0.22) 9.7%, rgba(255, 77, 0, 0.00) 77.99%);
    opacity: 0;
    top: 0;
    left: 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.my-account-bar ul li a img {
    min-width: 25px;
    margin-right: 15px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.30;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.my-account-bar ul li a label {
    padding: 3px 10px;
    background: #3DD6D0;
    border-radius: 4px;
    font-size: 10px;
    font-weight: normal;
    color: #fff;
    filter: drop-shadow(0px 0px 19px rgba(255, 76, 0, 0.44));
    text-transform: uppercase;
    margin-left: 10px;
}

.my-account-bar ul li.active:after {
    height: 100%;
}

.my-account-bar ul li.active a:before {
    opacity: 0.50;
}

.my-account-bar ul li.active a {
    color: #fff;
}

.my-account-bar ul li a:hover img,
.my-account-bar ul li.active a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: drop-shadow(0px 0px 19px rgba(255, 76, 0, 0.44));
    opacity: 1;
}

.my-account-bar ul li.newly-added a img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: drop-shadow(0px 0px 19px rgba(255, 76, 0, 0.44));
    opacity: 1;
}

.my-account-bar ul li a:hover {
    color: #fff;
}

.privacy-box {
    margin: 15px 0 0;
    padding: 24px;
}

.privacy-box h3 {
    font-size: 14px;
    font-weight: 600;
    color: #747A99;
    margin: 0 0 10px;
}

.privacy-box h3 i {
    margin-right: 5px;
}

.privacy-box p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #454A62;
    line-height: 18px;
}

/*bonus-data:first-child .card {*/
/*    border-top-left-radius: 20px;*/
/*    border-top-right-radius: 20px;*/
/*}*/
/*!*.card-no-top-border-radius:first-child {*!*/
/*    border-top-right-radius: 0%;*/
/*    border-top-left-radius: 0%;*/
/*}*/
.bonus-box {
    margin: 0 0 50px;
    border-radius: 4px;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.bonus-head {
    padding: 15px 20px;
    background: linear-gradient(299deg, rgba(229, 187, 50, 0.67) -23.41%, rgba(236, 182, 13, 0.67) 114.79%);
    display: flex;
    align-items: center;
    height: 80px;
}

.bonus-head h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #E4E4E4;
}

.bonus-head img {
    margin-left: auto;
}

.deposit-box {
    margin: 0 0 50px;
    border-radius: 4px;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.deposit-box_coin {
    margin: 30px 0;
    border-radius: 4px;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    width: 330px;
}

.deposit-head {
    padding: 15px 20px;
    background: linear-gradient(299deg, rgba(43, 255, 52, 0.67) -23.41%, rgba(43, 255, 65, 0.11) 114.79%);
    display: flex;
    align-items: center;
    height: 80px;
}

.deposit-head_coin {
    padding: 24px 20px;
    background: linear-gradient(299deg, rgba(43, 255, 52, 0.67) -23.41%, rgba(43, 255, 65, 0.11) 114.79%);
    display: flex;
    align-items: center;
}

.deposit-head h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #E4E4E4;
}

.deposit-head_coin h3 {
    text-align: center;
    margin: auto;
    font-size: 24px;
    font-weight: bold;
    color: #E4E4E4;
}

.deposit-head img {
    margin-left: auto;
}

.deposit-data {
    padding: 20px 15px;
}

.deposit-data .form-group {
    margin: 0 0 20px;
}

.deposit-data .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 10px;
    display: block;
}

.input-box {
    position: relative;
}

.deposit-data .form-group .form-control {
    padding: 13px 50px 13px 24px;
    background: var(--dark-bg-main);
    border-radius: 15px;
    border: 2px solid #1C1A16;
    box-shadow: none;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border-color: var(--brand-cyan);
}

.deposit-data .form-group .form-control::placeholder {
    color: #838286;
}

.deposit-data .form-group .form-control:focus {
    border-color: var(--brand-cyan);
}

.deposit-data .form-group .input-box .crypto-currency-code {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    position: absolute;
    top: 17px;
    right: 15px;
}

.deposit-data .form-group.errorbx .input-box .form-control {
    border-color: #3DD6D0;
}

.deposit-data .form-group h6 {
    font-size: 12px;
    font-weight: normal;
    color: #E4E4E4;
    display: flex;
    align-items: center;
    margin: 10px 0 0;
    display: none;
}

.deposit-data .form-group h6 i {
    color: #3DD6D0;
    margin-right: 5px;
}

.deposit-data .form-group.errorbx h6 {
    display: block;
}

.deposit-data-btn {
    border-radius: 4px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.deposit-data-btn:hover {
    background: #fff !important;
    color: var(--brand-cyan) !important;
}

.generate-address-btn {
    border-radius: 4px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.generate-address-btn:hover {
    background: #fff !important;
    color: var(--brand-cyan) !important;
}

.min_deposit_text { font-size: 13px; }

.fixed_cc {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    position: absolute;
    top: 17px;
    right: 15px;
}

.coinp_coin_in {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    position: absolute;
    top: 17px;
    right: 15px;
}

.coinp_form .form-group input.coinp_input {
    font-size: 14px;
}

.deposit-status-btn {
    border-radius: 4px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    display: block;
    width: 174px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.deposit-status-btn:hover {
    background: #fff !important;
    color: var(--brand-cyan) !important;
}

.discord-btn {
    border-radius: 4px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    display: block;
    width: 174px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.discord-btn:hover {
    background: #fff !important;
    color: var(--brand-cyan) !important;
}

.deposit-home-btn {
    border-radius: 4px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    display: block;
    width: 174px;
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.deposit-home-btn:hover {
    background: #fff !important;
    color: var(--brand-cyan) !important;
}

.withdrawal_amt_input label .crypto-currency-code {
    display: none;
}

.deposit-data .form-select-crypto .form-control {
    -webkit-appearance: none;
    background-image: url(/images/basecasino.io/downic.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}

.deposit-data .user-bonus-selector .form-control {
    -webkit-appearance: none;
    background-image: url(/images/basecasino.io/downic.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}




.deposit-data .form-email-field .form-control,
.deposit-data .form-address-field .form-control {
    padding: 13px 24px;
}

.withdraw-inbox-warning {
    display: none;
}

#chain-tab-data-9-crypto-to-usd .withdraw-inbox-warning {
    display: block;
}

#chain-tab-data-9-crypto-to-usd .withdraw-inbox-warning {
    padding: 17.4px 20px;
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    display: flex;
    align-items: center;
    margin: 0 0 15px;
    font-size: 12px;
}

#chain-tab-data-9-crypto-to-usd .withdraw-inbox-warning .fa-exclamation-triangle {
    color: #3DD6D0;
    margin-right: 10px;
    font-size: 15px;
}

#chain-tab-data-9-crypto-to-usd .withdraw-inbox-warning p {
    margin-bottom: 0;
    color: #E4E4E4;
}

.coinp_form {
    /* width: 330px; */
}

.coinp_form .form-group {
    margin: 0 0 30px;
    /* width: 300px; */
}

.coinp_form .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 10px;
    display: block;
    text-align: left;
}

.coinp_form .form-group input {
    padding: 13px 50px 13px 24px;
    background: var(--dark-bg-main);
    border-radius: 15px;
    border: 2px solid #1C1A16;
    box-shadow: none;
    height: auto;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    border-color: var(--brand-cyan);
}

.coinp_form .form-group button {
    top: 15px;
    right: 8px;
    font-size: 14px;
    padding: 0;
    background: transparent;
    color: #FFFFFF;
    border: none;
    position: absolute;
}

.required_tag .coinp_form .form-group {
    margin: 0;
}

.coinp_form .qr-code, .deposit-bx .qr-code {
    margin-bottom: 30px;
}

.payslip-button {
    border-radius: 4px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.payslip-button:hover {
    background: #fff !important;
    color: var(--brand-cyan) !important;
}

.payslip-no-items div {
    margin-bottom: 30px;
}

.played-block button#my-lotteries-btn {
    border-radius: 4px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 12px 15px;
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.played-block button#my-lotteries-btn:hover {
    background: #fff !important;
    color: var(--brand-cyan) !important;
}

.withdraw-box .deposit-head {
    background: linear-gradient(299deg, rgba(255, 15, 0, 0.35) -23.41%, rgba(255, 15, 0, 0.08) 114.79%);
}

.withdraw-bx {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.withdraw-bx i {
    margin-right: 10px;
    color: #27282F;
    font-size: 15px;
}

.withdraw-bx p {
    font-size: 12px;
    font-weight: normal;
    color: #838286;
    margin: 0;
}

.withdraw-bx.highlight p {
    color: #E4E4E4;
}

.withdraw-bx.highlight .fa-exclamation-triangle {
    color: #3DD6D0;
    font-size: 15px;
}

.bonus-bx {
    display: flex;
    /* align-items: center; */
    margin: 0 0 20px;
}

.bonus-bx i {
    margin-right: 10px;
    color: #27282F;
    font-size: 15px;
}

.bonus-bx p {
    font-size: 13px;
    font-weight: 500;
    color: #838286;
    margin: 0;
}

.bonus-bx.highlight p {
    color: #E4E4E4;
}

.bonus-bx.highlight .fa-exclamation-triangle {
    color: #3DD6D0;
    font-size: 15px;
}

.deposit-bx {
    display: block;
    align-items: center;
    /* margin: 20px 0; */
}

.deposit-bx i {
    margin-right: 10px;
    color: #27282F;
    font-size: 15px;
}

.deposit-bx p {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0;
}

.deposit-bx p small {
    font-size: 10px;
}

.deposit-bx .fa-exclamation-circle {
    display: none;
}

.deposit-bx_warn {
    display: flex;
    align-items: center;
    width: 80%;
    margin: 0 auto 30px;
}

.deposit-bx_warn .fa-exclamation-triangle {
    color: #3DD6D0;
    margin-right: 10px;
    font-size: 15px;
}

.deposit-bx_warn p {
    font-size: 12px;
    text-align: left;
    margin-bottom: 0;
    color: #E4E4E4;
}

.deposit-bx_text {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 20px auto 20px;
}

.deposit-bx_text p {
    font-size: 10px;
    color: #E4E4E4;
    margin-bottom: 0;
}

.blockchain .stage-ready { margin-top: 10px; }

.deposit-bx p.min_deposit_text { font-size: 14px; color: #838286; }

.deposit_conversion p { font-size: 13px; color: #838286; }

.min_deposit_box {
    display: flex;
    align-items: center;
}

.min_deposit_box .fa-exclamation-triangle {
    color: #838286;
}

.min_deposit_box p {
    margin-bottom: 0;
    color: #E4E4E4;
}

.deposit-home-btn-div {
    width: 330px;
    margin-bottom: 50px;
}

.transfer-to-message,
.transfer-to-message2 {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.transfer-to-message button {
    background: none;
    border: none;
}

.transfer-to-message button i {
    margin: 0;
    color: #fff;
}

.transfer-to-message-bold {
    font-weight: 600;
}

.wallet-addbox {
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    margin: 10px 0 0px;
    padding: 15px 20px;
    position: relative;
    z-index: 99;
}

.wallet-addbox h3 {
    font-size: clamp(12px, 2vw, 18px);
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 10px;
}

.wallet-addbox .copy-text input.text {
    padding: 0 30px 0 0;
    border-radius: 0;
    border: none;
    width: 100%;
}

.wallet-addbox .copy-text button {
    top: 0;
    right: 0;
    font-size: 14px;
}

.withdraw-lst-block {
    border-radius: 4px;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 24px 24px 15px;
}

.withdraw-lst-row {
    margin: 0 0 30px;
    display: flex;
    align-items: center;
}

.withdraw-lst-row ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #1C1A16;
    border-radius: 50px;
    border: none;
    padding: 10px;
    margin: 0 0 30px;
}

.withdraw-lst-row ul li {
    margin-right: 5px;
}

.withdraw-lst-row ul li a {
    padding: 15px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    display: block;
}

.withdraw-lst-row ul li.active a {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
}

.sml-lg {
    margin-left: auto;
}

.nav-tabs .nav-link {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}

.nav-tabs .nav-link.active {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: #fff !important;
    border-radius: 4px;
}

#static .nav-tabs .nav-link.active {
    background: revert;
    color: var(--bs-nav-tabs-link-active-color) !important;
    border-radius: 4px;
    transition: none;
}

#static tbody,
#static td,
#static tfoot,
#static th,
#static thead,
#static tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
}

.withdraw-inbox {
    padding: 15px 20px;
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    margin: 0 0 15px;
    display: flex;
    align-items: center;
}

.withdraw-inbox:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
}

.with-lg {
    min-width: 30px;
    margin-right: 15px;
}

.with-lg img {
    height: 24px;
    object-fit: cover;
}

.withdt {
    width: 100%;
}

.withdt h3 {
    font-size: 14px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0 0 8px;
    display: flex;
    align-items: center;
}

.withdt h3 span {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin-left: auto;
    display: none;
}

.currently_in_use {
    display: block !important;
}

.withdt h3 span i {
    margin-left: 5px;
}

.withdt h6 {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0;
    display: flex;
    align-items: center;
}

.withdt h6 span.balance_box {
    color: #FFFFFF;
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
}

.withdt h6 span.balance_box .crypto-currency-code {
    vertical-align: middle;
}

.withdt h6 span.balance_box .crypto-currency-icon {
    display: inline-block !important;
    vertical-align: middle;
}

.currently_in_use_box {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.currently_in_use_box .withdt h3 span {
    display: block;
}

#casino_currency_modal .modal-dialog {
    margin-top: 80px;
}

#casino_currency_modal .modal-content {
    background: none;
    border: 0;
    padding: 0;
}

#casino_currency_modal .modal-header {
    background: var(--brand-blue, linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%));
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

#casino_currency_modal .modal-header button {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

#casino_currency_modal .modal-title {
    font-size: 24px;
    line-height: 28px;
}

#casino_currency_modal .modal-body {
    background: var(--dark-bg-main);
}

#casino_currency_modal .modal-body h3 {
    display: inline-block;
    margin: 0;
}

#casino_currency_modal .modal-body h6 {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 600;
    line-height: inherit;
}

#casino_currency_modal .modal-body .withdraw-inbox {
    line-height: 36px;
}

#casino_currency_modal .modal-body .balance_box {
    font-size: 14px;
}

#casino_currency_modal .modal-body .crypto-currency-code {
    vertical-align: bottom;
}



/* **** End My Wallet Page ***** */

/* **** My Winning Page **** */
.winnings-banner {
    background: url('/images/basecasino.io/winning-back.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.winning-list-filter-row {
    margin: 0 0 50px;
}

.winning-list-filter-row ul.winlst-rowbx {
    display: flex;
    align-items: center;
}

.winning-list-filter-row ul.winlst-rowbx li {
    margin-right: 25px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: fit-content;
}

.winning-list-filter-row ul.winlst-rowbx li:last-child {
    margin: 0;
}

.winning-list-filter-row ul.winlst-rowbx li label {
    font-size: 12px;
    font-weight: normal;
    color: #ADC6FF;
    margin: 0 10px 0 0;
}

.winning-list-filter-row ul.winlst-rowbx li .form-control {
    padding: 12px 15px;
    background: var(--dark-bg-header);
    border-radius: 30px;
    height: auto;
    box-shadow: none;
    border: none;
    font-size: 12px;
    font-weight: normal;
    color: #E4E4E4;
}

.winning-list-filter-row ul.winlst-rowbx li input.form-control {
    color-scheme: dark;
}

.winning-list-filter-row ul.winlst-rowbx li label i {
    margin-right: 5px;
}

.boxselc button {
    padding: 10px 15px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #E4E4E4;
    background: var(--dark-bg-header);
    border: none;
}

.boxselc button img {
    min-width: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.boxselc button i {
    margin-left: 5px;
}

.boxselc .dropdown-toggle::after {
    display: none;
}

.boxselc .dropdown-menu {
    padding: 10px;
    border-radius: 4px;
    background: var(--dark-bg-header);
    border: none;
}

.winning-list-filter-row ul.winlst-rowbx li .dropdown-menu li {
    margin: 0;
    width: 100%;
}

.boxselc .dropdown-menu li a {
    padding: 5px 0;
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #E4E4E4;
    width: 100%;
}

.boxselc .dropdown-menu li a img {
    min-width: 18px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 5px;
}

.boxselc .dropdown-menu li a:hover {
    background: transparent;
    color: #fff;
}

.winning-block {
    margin: 0 0 30px;
    border-radius: 4px;
    overflow: hidden;
    background: var(--dark-bg-header);
    border: 2px solid #3DD6D0;
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
}

.winning-imgbx {
    position: relative;
}

.winning-imgbx img.win-back {
    height: 95px;
    width: 100%;
    object-fit: cover;
}

.winning-imgbx .letto-dt {
    display: flex;
    align-items: center;
    width: 100%;
}

.winning-imgbx .letto-dt img {
    margin-left: auto;
}

.letto-dt h3 {
    margin: 0;
    display: inline-block;
}

.letto-dt .favorite-container {
    display: none;
    margin-left: 5px;
}

.winning-data {
    padding: 20px 15px;
}

.winbox {
    padding: 15px;
    margin: 0 0 10px;
    border-radius: 30px;
    background: #181D36;
    display: flex;
    align-items: center;
}

.discord_box {
    padding: 15px;
    margin: 0 0 10px;
    border-radius: 30px;
    background: #181D36;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: -70px;
    margin-right: -70px;
    padding-left: 30px;
}

.winbox h4 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}

.discord_box h4 {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
}

.winbox h6 {
    margin: 0 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.discord_box h6 {
    margin: 0 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.winbox.active {
    border: 2px solid #3DD6D0;
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.winbox.active h4 {
    color: #fff;
}

.winning-data .played-block {
    padding: 20px 0;
}

/* **** End My Winning Page **** */

/* **** My Lotteries Page **** */
.my-lotteries-banner {
    background: url('/images/basecasino.io/my-lotteris-back.png') 0 0 no-repeat;
    margin: 0 0 50px;
}

.my-lotteries-banner .inner-bannerimg img {
    height: 280px;
}

#lotto-entries-wrapper .modal-dialog {
    max-width: 600px;
    margin: 1.75rem auto;
}

.my-lottery-block .modal-content {
    background-color: #201F37;
    border: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.modal-header {
    border-bottom: none;
}

#lotto-entries-wrapper .modal-content {
    width: 600px;
}

#lotto-entries-wrapper .modal-body .lotto-tickets {
    margin: 0 auto;
}

#lotto-entries-wrapper .modal-body .lotto-tickets img,
#lotto-entries-wrapper .my-lottery-box img {
    width: 80px;
    float: left;
    margin-right: 14px;
    height: auto;
}

#lotto-entries-wrapper .my-lottery-title-name {
    margin-top: 10px;
    padding-top: 0;
    width: 92%;
    font-size: 20px;
    display: block;
}

#lotto-entries-wrapper .modal-body .horiz-line {
    border-color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 0;
}

#lotto-entries-wrapper .modal-body h3 {
    margin: 20px 0 10px 0;
    width: 100%;
    text-align: left;
    padding: 0;
    float: left;
    font-size: 24px;
    display: inline-block;
}

#lotto-entries-wrapper .modal-body .lotto-tickets h3 img {
    width: 50px;
}

#lotto-entries-wrapper .modal-body .lotto-game {
    font-size: 16px;
    padding-top: 7px;
    display: block;
}

#lotto-entries-wrapper .modal-body .lotto-date {
    display: block;
    font-size: 16px;
}

#lotto-entries-wrapper .modal-body .chosen-numbers {
    width: 50%;
    text-align: left;
    padding: 0;
    float: left;
    display: inline-block;
    margin-bottom: 10px;
}


/* **** End My Lotteries Page **** */

/* **** My Bets Page **** */
.bets-banner {
    background: url('/images/basecasino.io/bets-banner.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.transaction-banner {
    background: url('/images/basecasino.io/transaction-baner.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.bets-banner .inner-bannerimg img {
    height: 260px;
}

.my-bit-wrp .winning-list-filter-row {
    margin: 0 0 30px;
}

.btn-filter {
    font-size: 12px;
    font-weight: normal;
    color: #E4E4E4;
    border: none;
    border-radius: 30px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    padding: 10px 15px;
    min-width: 130px;
    text-align: center;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.btn-filter:hover {
    background: #fff;
    color: #3DD6D0;
}

.bets-table-block table,
.referral-table-block table {
    margin: 0;
    background: var(--dark-bg-header);
    border-radius: 4px;
}

.referral-table-block table {
    margin-bottom: 20px;
}

.bets-table-block table thead th,
.referral-table-block table thead th {
    padding: 18px 10px;
    border: none;
    font-size: 14px;
    border-radius: 0;
    font-weight: 600;
    background: transparent;
    color: #E4E4E4;
}

.referral-table-block table thead th {
    padding: 5px 10px;
}

.bets-table-block table thead th:last-child,
.referral-table-block table thead th:last-child {

}

.referral-table-block table thead th:last-child {
    text-align: left;
}

.bets-table-block table tbody tr td {
    padding: 15px 10px;
    border: none;
    font-size: 12px;
    font-weight: 600;
    background: transparent;
    color: #FFFFFF;
}

.intbbox {
    display: flex;
    align-items: center;
}
.intbbox small {
    margin-left: 5px;
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
}
.header_balance {
    text-align: right;
}

.bets-table-block table tbody tr td img {
    margin-right: 10px;
}

.referral-table-block table tbody tr td img {
    display: none;
}

.bets-table-block table tbody tr td span {
    color: #FFFFFF;
    font-weight: normal;
    /* margin-left: 5px; */
}

.lotto-title-history {
  margin-left: 5px;
}

.bets-table-block table tbody tr:nth-child(odd) td,
.referral-table-block table tbody tr:nth-child(odd) td {
    background: rgba(60, 170, 255, 0.05);
}

.bets-table-block table tbody tr td h6,
.referral-table-block table tbody tr td h6 {
    display: flex;
    /* align-items: center; */
    font-size: 12px;
    font-weight: normal;
    color: #34C759;
    margin: 0;
}

.bets-table-block table tbody tr td h6 img,
.referral-table-block table tbody tr td h6 img {
    min-width: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 0 0 5px;
}

.bets-table-block table tbody tr td:last-child .intbbox,
.referral-table-block table tbody tr td:last-child .intbbox {

}

.bets-table-block table tbody tr td:last-child .intbbox h6,
.referral-table-block table tbody tr td:last-child .intbbox h6 {
    color: #FFFFFF;
    text-align: right;
}

.bets-table-block table tbody tr td h6.high,
.referral-table-block table tbody tr td h6.high {
    color: #34C759 !important;
}

.intbbox h6 .crypto-currency-icon,
.winbox h6 .crypto-currency-icon {
    display: none !important;
}

.pager-box {
    margin: 30px 0 0;
}

.pager-box ul {
    display: flex;
    align-items: center;
}

.pager-box ul li {
    margin-right: 15px;
}

.pager-box ul li:last-child {
    margin: 0;
}

.pager-box ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #838286;
}

.pager-box ul li a.nav-btnpg {
    background: #27282F;
    color: #7E7E7E;
}

.pager-box ul li.active a {
    color: #fff;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.pager-box ul li a:hover {
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    color: #ADC6FF;
}

.pager-box ul li span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    display: block;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #838286;
}

.pager-box ul li span.nav-btnpg {
    background: #27282F;
    color: #7E7E7E;
}

.pager-box ul li:first-child span,
.pager-box ul li:last-child a,
.pager-box ul li:first-child a,
.pager-box ul li:last-child span {
    background: #27282F;
    color: #7E7E7E;
    border-radius: 50% !important;
}

.pager-box ul li.active span {
    color: #fff;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.pager-box ul li span:hover {
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    -webkit-filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.15));
    color: #ADC6FF;
}

.resp_bet_headers_3 {
    display: none;
}

.bet-history-header {
    padding: 15px !important;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background: linear-gradient(111deg, rgba(43, 85, 255, 0.70) 10.81%, rgba(18, 36, 158, 0.70) 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.bet-history-header h3 {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.2;
}

.bet-history-holder {
    max-width: 680px;
}

.history-index {
    padding: 20px;
}

.event_header {
    display: flex;
}

.event_header img {
    margin-right: 10px;
}

.prop_and_date_header {
    font-family: 'Satoshi';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.prop_date_header {
    margin-left: auto;
}

.prop_title_header {
    background: var(--dark-bg-main);
    padding: 8px 16px;
    margin-top: 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.prop_odds_header {
    margin-left: auto;
}

.bet_status_header {
    font-family: 'Satoshi';
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0px;
    text-align: left;
    color: #FFFFFF;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.bet_id_number {
    display: flex;
    margin-top: 20px;
    align-items: center;
    font-family: 'Satoshi';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
}

.bet_id_header {
    margin-left: auto;
    font-family: 'Satoshi';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
}

.bet_overall_status {
    display: flex;
    margin-top: 8px;
    align-items: center;
    font-family: 'Satoshi';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
}

.bet_overall_status_header {
    margin-left: auto;
    font-family: 'Satoshi';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FFFFFF;
}

.bet_decoration_header {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.bet_decoration_header img {
    height: 26px;
    margin-left: 12px;
    margin-right: 12px;
}

.bet_decoration_header .main_logo_title {
    font-size: 23px;
    margin-right: 12px;
}

.bet_decoration_header_inner {
    width: 100%;
    display: flex;
    align-items: center;
}

.bet_history_stake_number {
    margin-left: auto;
}

.bet_history_stake_number .crypto-currency-icon {
    vertical-align: bottom;
}

.bet-history-stake {
    display: flex;
    margin-top: 20px;
    align-items: center;
    font-family: 'Satoshi';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
}

.bet_history_stake {
    display: flex;
    margin-top: 8px;
    align-items: center;
    font-family: 'Satoshi';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
}

.bet_date_made {
    display: flex;
    align-items: center;
}

.bet_type_header {
    margin-left: 20px;
}

.bet_share_header {
    margin-left: auto;
}

.bet_history_est_payout {
    display: flex;
    margin-top: 8px;
    align-items: center;
    font-family: 'Satoshi';
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FFFFFF;
}

.bet_history_est_payout_number {
    margin-left: auto;
}

.bet_history_est_payout_number .crypto-currency-icon {
    vertical-align: bottom;
}

.special_bet_header {
    margin-bottom: 20px;
    color: #34C759;
}

.bet_status_header_span {
    margin-left: auto;
}

.bet-history-holder .match-box {
    margin: 0 0 30px;
}

.bet-history-holder .nav-pills {
    margin-bottom: 30px !important;
}

.bet_share_header button {
    background: none;
    border: none;
}

.modal_body_share a {
    background: none;
    border: none;
    display: block;
    margin-bottom: 10px;
    text-align: left;
}

.modal_body_share svg {
    width: 50px;
    height: auto;
}

/* **** End My Bets Page **** */

/* **** My Profile Page **** */
.profile-banner {
    background: url('/images/basecasino.io/profile-back.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.profile-block {
    margin: 0 0 50px;
    padding: 50px;
    border-radius: 4px;
    background: var(--dark-bg-header);
}

.profile-block:last-child {
    margin: 0;
}

.profile-block h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 25px;
}

.profile-block .form-group {
    margin: 0 0 25px;
}

.profile-block .form-group label, .withdrawal-block .form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin: 0 0 10px;
}

.profile-block .form-group .form-control {
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    padding: 15px 25px;
    border: 2px solid #1C1A16;
    border-radius: 4px;
    box-shadow: none;
    background: var(--dark-bg-main);
}

.profile-block .form-group .form-control::placeholder {
    color: #7E7E7E;
}

.profile-block .form-group.errorbx .form-control {
    border-color: #3DD6D0;
}

.profile-block .form-group .timezoneobx {
    position: relative;
}

.profile-block .form-group .timezoneobx .form-control {
    padding: 15px 40px 15px 45px;
    -webkit-appearance: none;
    background-image: url('/images/basecasino.io/downic.svg');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center right 15px;
}

.profile-block .form-group .timezoneobx i {
    color: #E4E4E4;
    font-size: 16px;
    position: absolute;
    top: 17px;
    left: 15px;
}

.profile-block .btn-main {
    padding: 15px 30px;
    border-radius: 4px;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.profile-block .btn-main:hover {
    background: #fff;
    color: #1C7DF9;
}

.profile-block .btn-password-chainge {
    padding: 15px 30px;
    border-radius: 4px;
    background: var(--soft-white, linear-gradient(109deg, #FFF 20.42%, rgba(255, 255, 255, 0.65) 122.47%));
    font-size: 14px;
    font-weight: 500;
    color: #1A1613;
    border: none;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    margin-left: 20px;
    vertical-align: bottom;
}

.profile-block .btn-password-chainge:hover {
    background: #fff;
    /* color: #1C7DF9; */
}

.profile-block .played-block {
    padding: 0;
}

.profile-block .played-block .btn-played {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    padding: 0 50px 0 0;
    position: relative;
}

.profile-block .played-block .btn-played span {
    position: absolute;
    top: 0;
    right: 0;
}

.profile-block .played-block .btn-played p {
    display: block;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    margin: 5px 0 0;
}

.profile-block .played-block .played-box {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.profile-block .played-box .btn-group {
    display: flex;
    align-items: center;
}

.profile-block .played-box .btn-group .btn-cen {
    padding: 12px 30px;
    border-radius: 4px;
    border: 2px solid #3DD6D0;
    background: linear-gradient(276deg, #E8352B 11.32%, #E44716 96.68%);
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.profile-block .played-box .btn-group .btn-cen.btn-acdel {
    margin: 0;
    background: transparent;
    color: #3DD6D0;
}

.profile-block .played-block .btn-played.collapsed span,
.profile-block .played-block .btn-played span {
    background: #27282F;
    color: #7E7E7E;
}

.profile-block .played-block .btn-played span {
    background: #3DD6D0;
}

.profile-block .played-block .form-group .form-control {
    letter-spacing: 2px;
}

.profile-block .played-block .form-group .form-control:focus {
    color: #fff;
    border: 2px solid #3DD6D0 !important;
}

.profile-block .played-box .btn-group .btn-cen:hover {
    background: #fff;
    border-color: #fff;
    color: #3DD6D0;
}

#users_change_password .profile-block .btn-main {
    margin-left: 10px;
}

/* **** End My Profile Page **** */

/* **** PaySlip Page **** */
.payslip-wrp .container {
    max-width: 1040px;
}

.payslip-banner {
    background: url('/images/basecasino.io/payslip-banner.png') 0 0 no-repeat;
    background-size: cover;
    margin: 0 0 50px;
}

.payslip-wrp .cart-total .btn-main {
    border-radius: 4px;
    border: 2px solid #3DD6D0;
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.44);
    margin-left: 10px;
}

.payslip-wrp .cart-total .btn-main:hover {
    background: #fff;
    color: #3DD6D0;
}

.cart-blocks {
    margin: 0 0 30px;
    padding: 24px;
    border-radius: 4px;
    background: var(--dark-bg-header);
    position: relative;
}

.payslip-notice h3 {
    text-align: center;
    font-size: 22px;
}

.payboxtob {
    position: absolute;
    bottom: 24px;
    left: 24px;
}

.pro-nm-box {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.pro-nm-box img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    margin-right: 15px;
}

.pro-nm-box h3 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
}

.table-shrerow {
    width: 100%;
    padding: 0 40px 0 0;
    position: relative;
}

.table-shrerow div.played-box {
    padding: 10px 15px;
    border-radius: 4px;
    background: #181D36;
    margin: 0 0 25px;
}

.table-shrerow div.played-box:last-child {
    margin: 0;
}

.table-shrerow .played-box h2 {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px;
}

.table-shrerow .played-box h2 b {
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    margin-left: auto;
    margin-right: 0;
}

.table-shrerow .played-box h2 img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    object-position: center;
    margin-right: 8px;
}

.table-shrerow .played-box .inner-selbx {
    padding: 0;
    background: transparent;
}

.table-shrerow .played-box .inner-selbx ul {
    margin: 0 0 8px;
}

.table-shrerow .played-box .inner-selbx ul:last-childs {
    margin: 0;
}

.table-shrerow .played-box .inner-selbx ul li a {
    height: 30px;
    width: 30px;
    line-height: 26px;
}

a.delic {
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 20px;
    color: #373A49;
    background: transparent;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

a.delic:hover {
    color: var(--brand-cyan);
}

.total_line {
    padding: 20px 20px;
    border-radius: 30px;
    background: #181D36;
    margin: 0 0 10px;
}

.total_line:last-child {
    margin: 0;
}

.total_line h6 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.total_line h6 span {
    margin-left: auto;
    font-weight: 600;
    color: #fff;
}

/* **** End PaySlip Page **** */


/* **** Betting Page **** */
.batting-wrapper .container {
    max-width: 1420px;
}

.betting-banner {
    margin: 0 0 50px;
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.19) -23.41%, rgba(43, 85, 255, 0.03) 114.79%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.bet-leftbox {
    padding: 50px;
    border-radius: 4px 20px 20px 20px;
    /* background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%); */
    background: linear-gradient(233deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.bet-leftbox ul li {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.bet-leftbox ul li:last-child {
    margin: 0;
}

.teamnmbx {
    display: flex;
    align-items: center;
}

.teamnmbx img {
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.teamnmbx h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.scornm {
    margin-left: auto;
}

.scornm h4 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.bet-rightbox {
    padding: 50px 50px 50px 25px;
}

.bet-rightbox li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 15px;
}

.bet-rightbox li:last-child {
    margin: 0;
}

.bet-rightbox li img {
    margin-right: 10px;
}

.betting-list {
    margin: 0 0 50px;
}

.betting-list ul {
    background: var(--dark-bg-header);
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) inset;
    display: flex;
    align-items: center;
}

.betting-list ul li {
    margin-right: 5px;
}

.betting-list ul li:last-child {
    margin: 0;
}

.betting-list ul li a {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    display: block;
}

.betting-list ul li.active a {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: #fff;
}


/* Select options design Start */

/* The container must be positioned relative: */
.set-lines .product-list {
    position: relative;
    padding: 0;
    background: #181D36;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20) inset;
}

/*hide original SELECT element: */
.set-lines .product-list select {
    display: none;
}

.set-lines {
    padding-left: 10px;
    padding-right: 10px;
}

.pick-lines {
    margin: 0 -10px 24px;
}

.select-selected {
    background: none;
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 18px;
    right: 20px;
    width: 22px;
    height: 12px;
    background: url(/images/basecasino.io/up-arrow-white.png) no-repeat;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    background: url(/images/basecasino.io/down-arrow-white.png) no-repeat;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    padding-left: 15px;
    text-align: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    cursor: pointer;
}

.select-items div {}

.select-items div:nth-child(odd) {
    background-color: #3DD6D011;
}

.select-items div:nth-child(even) {
    background: none;
}

/* Style items (options): */
.select-items {}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: #3DD6D0 !important;
}

.product-list .select-items div,
.product-list .select-selected {
    font-size: 16px;
}

/* Select options design End */

.logo-showing {
    background: var(--dark-bg-header);
    padding: 15px 0 15px 30px;
    width: 100%;
}

.lotto-game-logo {
    margin-right: 5px;
    flex: inherit;
    padding: 0;
    max-width: 40px;
}

.lotto-game-logo img {
    width: 35px !important;
    height: auto;
}

.lotto-game-logo-collapse {
    padding: 0;
    width: 35px;
    text-align: right !important;
}

.lotto-game-logo-collapse a i {
    color: #fff;
}

.synd-text-plus {
    font-size: 22px;
    font-weight: 600;
}

a.lotto-logos-collapse {
    cursor: pointer;
}

.logo-showing-below {
    background: var(--dark-bg-header);
    padding: 0 0 0 30px;
    width: 100%;
}

.logo-showing-below .pt-3,
.logo-showing-below .py-3 {
    padding-top: 0 !important;
    padding-bottom: 15px;
}

.a.lotto-logos-collapse i {
    color: #fff;
}

.restricted_overlay a {
    color: #838286;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.restricted_overlay a:hover {
    color: #fff;
}

.restricted_overlay .modal-content {
    background-color: var(--dark-bg-header);
    border: 2px solid #27282F;
}

/* **** Betting Page **** */
.batting-wrapper .container {
    max-width: 1420px;
}

.betting-banner {
    margin: 0 0 50px;
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.19) -23.41%, rgba(43, 85, 255, 0.03) 114.79%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.bet-leftbox {
    padding: 50px;
    border-radius: 4px 20px 20px 20px;
    /* background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%); */
    background: linear-gradient(233deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.bet-leftbox ul li {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
}

.bet-leftbox ul li:last-child {
    margin: 0;
}

.teamnmbx {
    display: flex;
    align-items: center;
}

.teamnmbx img {
    min-width: 24px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}

.teamnmbx h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.scornm {
    margin-left: auto;
}

.scornm h4 {
    margin: 0;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}

.bet-rightbox {
    padding: 50px 50px 50px 25px;
}

.bet-rightbox li {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 15px;
}

.bet-rightbox li:last-child {
    margin: 0;
}

.bet-rightbox li img {
    margin-right: 10px;
}

.betting-list {
    margin: 0 0 50px;
}

.betting-list ul {
    background: var(--dark-bg-header);
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15) inset;
    display: flex;
    align-items: center;
    border: none;
}

.betting-list ul li {
    margin-right: 5px;
}

.betting-list ul li:last-child {
    margin: 0;
}

.betting-list ul li a {
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    display: block;
}

.betting-list ul li.active a {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: #fff;
}


.betting-list-wrp .accordion .accordion-item {
    margin: 0 0 30px;
    background-color: transparent;
    border: none;
    background: var(--dark-bg-header);
    border-radius: 4px;
    overflow: hidden;
}

.betting-list-wrp .accordion .accordion-item .accordion-button {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding: 24px 45px 24px 24px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.10) -32.34%, rgba(43, 85, 255, 0.10) -23.41%, rgba(43, 85, 255, 0.02) 114.79%);
    position: relative;
    margin-bottom: 0;
}

.betting-list-wrp .accordion .accordion-item .accordion-button.collapsed {

}

.betting-list-wrp .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.betting-list-wrp .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.betting-list-wrp .accordion .accordion-item .accordion-button::after {
    display: none;
}

.betting-list-wrp .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f077";
    font-family: "Font Awesome 5 Pro";
    right: 24px;
    top: 50%;
    font-size: 12px;
    background: var(--brand-cyan);
    color: #fff;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.betting-list-wrp .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f078";
    opacity: 0.30;
}

.betting-list-wrp .accordion .accordion-body {
    padding: 15px 24px 0;
}

.scoring-rw {
    padding: 15px 24px 0;

}

.scoring-rw .totline {
    padding: 15px 20px;
    margin: 0 0 15px;
}

.scoring-rw h3 {
  font-size: 14px;
  font-weight: bold;
  color: #ADC6FF;
  margin: 0 0 10px 10px;
  padding: 5px 0;
  text-align: left;
}

.scoring-rw .row {
    /*align-items: center;*/
    /* naah */
}

.scoring-rw .slider-wrapper {
    height: 50px;
    position: relative;
}

.scoring-rw .slider-rangebox h3 {
    text-align: center;
    font-size: 18px;
    color: #ADC6FF;
    margin: 0 0 15px;
    justify-content: center;
}

.scoring-rw .slider-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0 0;
}

.scoring-rw .slider-wrapper ul li {
    width: 20%;
    font-size: 14px;
    font-weight: 500;
    color: #E4E4E4;
    text-align: center;
}

.scoring-rw .slider-wrapper ul li:first-child {
    text-align: left;
}

.scoring-rw .slider-wrapper ul li:last-child {
    text-align: right;
}

.betting-slipside {
    border-radius: 4px;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 24px 20px;
    /* min-height: 690px; */
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background-size: 70% auto !important;
    background-position: center top !important;
}

img.betishp {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0.25;
}

.progress-status {
    padding: 24px;
    display: none;
}

.progress-status h3 {
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0;
}

.progress-status p {
    font-size: 24px;
    font-weight: normal;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin: 0;
}

.workrowopen {
    position: relative;
    z-index: 1;
}

.workrowopen h2 {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 25px;
}

.workrowopen h2 img {
    margin-right: 10px;
}

.workrowopen h2 span {
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
    color: #1C7DF9;
}

.match-box {
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0 0 12px;
}

.match-head {
    padding: 15px 0 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.match-head-datetime{
    font-size: 9px;
    color: #FFFFFF;
}

.disable {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    cursor: not-allowed;
}

.match-head h3 {
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0;
}

.match-head h3 span {
    background: #3DD6D0;
    border-radius: 4px;
    border: none;
    font-size: 9px;
    font-weight: 600;
    color: #fff;
    width: 26px;
    min-width: 26px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: 15px;
    line-height: 15px;
    margin-right: 2px;
}

a.btn-del {
    color: #597EF7;
    font-size: 16px;
    margin-left: auto;
}

a.btn-del:hover {
    color: #fff;
}

.match-dt-box {
    padding: 15px 0;
}

.match-srbx {
    margin: 0 0 15px;
    position: relative;
}

.match-srbx label {
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 0 10px;
    display: block;
}

.match-srbx h6 {
    margin: 0;
    padding: 13px 15px;
    border-radius: 4px;
    background: var(--dark-bg-main);
    font-size: 11px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.match-srbx h6 span {
    margin-left: auto;
    font-weight: normal;
    color: #FFFFFF;
}

.match-srbx h6 span.settl {
    color: #3DD6D0;
}

.mtrw {
    display: flex;
    align-items: center;
}

.mtrw .form-group {
    position: relative;
    margin: 0;
}

.mtrw .form-group .form-control {
    padding: 12px 80px 12px 15px;
    background: var(--dark-bg-main);
    border-radius: 4px;
    border: 2px solid #1C1A16;
    box-shadow: none;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    width: 150px;
}

.mtrw .form-group .form-control::placeholder {
    color: #838286;
}

.mtrw .form-group .form-control:focus {
    color: #838286;
    border: 2px solid var(--brand-cyan);
}

.mtrw .form-group span {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    top: 13px;
    right: 45px;
}

.mtrw .form-group .crypto-currency-icon {
    right: 15px;
}

.mtrw .jackbox h4 img,
.mtrw .form-group span img {
    /* margin-left: 5px; */
    width: auto;
    height: 16px;
    /* border-radius: 50%; */
    object-fit: cover;
}

.mtrw .jackbox {
    justify-content: flex-end;
    text-align: right;
    margin-left: 15px;
}

.mtrw .jackbox h6 {
    text-align: right;
    font-size: 9px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 0 5px;
}

.mtrw .jackbox h4 {
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
}

.workrowopen .played-block {
    padding: 0;
    border-radius: 4px;
    background: linear-gradient(284deg, rgba(255, 94, 0, 0.29) -18.76%, rgba(255, 77, 0, 0.07) 101.28%);
    margin: 0 0 25px;
}

.multibet_data h6 {
    width: 100px;
    height: 28px;
    border-radius: 4px;
    background-color: #626368;
    font-size: 13px !important;
    font-weight: 600;

    color: #fff;
    justify-content: center;

}

.multibet_data p {
    width: 34px;
    height: 28px;
    border-radius: 4px;
    background-color: #626368;
    font-size: 13px !important;
    font-weight: 600;

    color: #1C1A16;
    display: flex;
    justify-content: center;
    align-items: center;
}

.workrowopen .played-block a {
    padding: 15px;
    background: linear-gradient(284deg, rgba(255, 94, 0, 0.29) -18.76%, rgba(255, 77, 0, 0.07) 101.28%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.workrowopen .played-block .btn-played.collapsed {
    border-radius: 4px 20px;
}

.workrowopen .played-block .btn-played {
    border-radius: 4px 4px 0 0;
}

.workrowopen .played-block .btn-played.collapsed span,
.workrowopen .played-block .btn-played span {
    background: #27282F;
    color: #838286;
}

.workrowopen .played-block .btn-played span {
    background: #3DD6D0;
    color: #fff;
}

.workrowopen .played-block .played-box {
    margin: 0;
    padding: 12px;
    border-radius: 0 0 20px 20px;
    background: transparent;
}

.workrowopen .standard-multiple-block .played-block {
    padding: 0;
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 255, 52, 0.67) -23.41%, rgba(43, 255, 65, 0.11) 114.79%);
    margin: 0 0 25px;
}

.in-addbx {
    margin: 0 0 15px;
}

.in-addbx:last-child {
    margin: 0;
}

.in-addbx h6 {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: normal;
    color: #E4E4E4;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}

.in-addbx h6 span {
    min-width: 15px;
    height: 15px;
    border-radius: 50%;
    line-height: 15px;
    background: #3DD6D0;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    font-size: 12px;
    font-weight: 600;
}

.standard-multiple-block .in-addbx h6 span {
    display: none;
}

.in-addbx .mtrw .form-group span {
    color: #fff;
}

.in-addbx .mtrw .jackbox {
    flex-flow: column;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.in-addbx .mtrw .jackbox h4,
.in-addbx .mtrw .jackbox h6 {
    color: #fff;
}

.totalbox h4 {
    padding: 15px;
    background: #181D36;
    border-radius: 15px;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    margin: 0 0 10px;
    display: flex;
    align-items: center;
}

.totalbox h4 span {
    margin-left: auto;
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.totalbox h4 span img {
    width: auto;
    height: 16px;
    margin-left: 5px;
    object-fit: cover;
}

.workrowopen .btn-main {
    padding: 12px 15px;
    display: block;
    border-radius: 4px;
    border: transparent;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.workrowopen .btn-main:hover {
    background: #fff;
    color: var(--brand-cyan);
}

#betModal .modal-dialog, #depositModal .modal-dialog, #messageModal .modal-dialog {
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
}

#betModal .modal-content, #depositModal .modal-content, #messageModal .modal-content {
    min-height: 360px;
    background-image: url(/images/basecasino.io/evo_logo_white.svg);
    background-repeat: no-repeat;
    background-position: -20% 120%;
    background-size: 40%;
}

#messageModal .modal-content .purchase-message {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

#messageModal .modal-content .modal-body {
    margin-top: 30px;
}

.purchase_results_area {
    width: 100%;
}


#messageModalRestricted .modal-dialog {
    max-width: 600px;
}

#messageModalRestricted .modal-content {
    min-height: 360px;
    padding: 20px 50px 50px 50px;
}

#messageModalRestricted .modal-content .modal-body {
}

.purchase_results_area {
    width: 100%;
}

.restricted_overlay_body_logo img {
    width: 250px;
    height: auto;
    margin: auto;
}

.restricted_overlay_body {
    color: #838286;
}

.restricted_overlay a {
    color: #838286;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.restricted_overlay a:hover {
    color: #fff;
}

.restricted_overlay .modal-content {
    background-color: var(--dark-bg-header);
    border: 2px solid #27282F;
}

.restricted_overlay_body_text ul li {
    list-style: disc;
    margin-bottom: 10px;
}

.workrowopen #share_bet_button .btn-main {
    background: linear-gradient(299deg, rgba(43, 255, 52, 0.67) -23.41%, rgba(43, 255, 65, 0.11) 114.79%);
}

.workrowopen #share_bet_button .btn-main:hover {
    background: #fff;
    color: var(--brand-cyan);
}

.workrowopen #my_bets_betslip_button .btn-main {
    background: #3DD6D0;
}

.workrowopen #my_bets_betslip_button .btn-main:hover {
    background: #fff;
    color: var(--brand-cyan);
}

#share_bet_links {
    padding: 10px 0;
}

#share_bet_links a {
    width: 90%;
    margin: 10px auto;
    display: block;
    font-size: 12px;
    line-height: 28px;
    font-weight: 600;
    background: grey;
    border: 1px solid grey;
    height: 44px;
}

#share_bet_links a:hover {
    background: #595968;
    border: 1px solid #595968;
}

#share_bet_links a svg {
    width: 28px;
    height: auto;
    float: left;
}

.props-list a {
    color: #fff;
}

.in-addbx h6 .odds {
    text-align: right;
    font-size: 9px;
    font-weight: normal;
    color: #fff;
    margin-left: auto;
}

.in-addbx h6 .odds .odds_total {
    font-size: 11px;
    font-style: normal;
    color: #FFFFFF;
    font-weight: 600;
    display: inline;
}

/* **** End Betting Page **** */


/* **** Sports Main **** */
.mobile_only {
    display: none;
}

.accordion-body .match-bx ul.team-info li.versus_dash {
    display: none;
}

.mobile-prop-count {
    display: none;
}

.sports-banner {
    border-radius: 4px;
    background-color: #3A3A3A;
    box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.34);
    position: relative;
    margin: 0 0 50px;
}

.sports-banner .box-img img {
    width: 100%;
    border-radius: 4px;
}

.sports-banner .slider-box {
    position: relative;
}

.sports-banner .description {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 60px;
}

.sports-banner .description h2 {
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 79px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 32px;
}

.sports-banner .description p {
    color: #FFF;
    text-overflow: ellipsis;
    whitespace: nowrap;
    font-family: 'Satoshi';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 38px;
}

.sports-banner .description a {
    color: #1C7DF9;
    font-family: 'Satoshi';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 18px 28px;
    border-radius: 4px;
    /* border: 2px solid rgba(255, 255, 255, 0.25); */
    background: linear-gradient(109deg, #FFF 20.42%, rgba(255, 255, 255, 0.65) 122.47%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: table;
}

.sports-banner .description a:hover {
    background: #1C7DF9;
    color: #fff;
}

.sports-banner .slick-prev,
.sports-banner .slick-next {
    position: absolute;
    left: 10px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.sports-banner .slick-next {
    left: auto;
    right: 10px;
}

.sports-banner .slick-prev:before,
.sports-banner .slick-next:before {
    position: absolute;
    content: "\f104";
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background: linear-gradient(358deg, rgba(255, 255, 255, 0.21) 2.38%, rgba(255, 255, 255, 0.00) 112.75%);
    border: 2px solid rgba(255, 255, 255, 0.09);
    font-size: 20px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #E4E4E4;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sports-banner .slick-next:before {
    left: auto;
    right: 0;
    content: "\f105";
}

.sports-banner .slick-prev:hover:before,
.sports-banner .slick-next:hover:before {
    background-color: #000;
    color: #fff;
}

.league_groups .fav-league {
    background: transparent;
    border: none;
    padding: 24px 16px;
}

.fav-league i {
    font-size: 12px;
    color: #fff;
    display: flex;
}

.fav-league i.fa-inverse {
    color: #3DD6D0;
}

.league_groups {
    width: 100%;
}

#sports_body .inner-banner .favorite-container {
    position: absolute;
    top: 10%;
    left: 2%;
}

#products_show .inner-banner .favorite-container {
    position: absolute;
    top: 12%;
    left: 2%;
}

.team-info li .favorite-container {
    margin-right: 5px;
}

.fav-team i {
    font-size: 11px;
    color: #fff;
    display: flex;
}

.fav-team i.fa-inverse {
    color: #3DD6D0;
}

.fav-lotto-game i {
    font-size: 12px;
    color: #fff;
    display: flex;
}

.fav-lotto-game i.fa-inverse {
    color: #3DD6D0;
}

.fav-lotto-syndicate i {
    font-size: 12px;
    color: #fff;
    display: flex;
}

.fav-lotto-syndicate i.fa-inverse {
    color: #3DD6D0;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    background: linear-gradient(1deg, rgba(255, 15, 0, 0.20) -5.49%, #3DD6D0 25.78%, #1C7DF9 138.73%);
}

.inner-bannerimg_sportsX img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.sport_banner_grid {
  position: relative;
}
.sport_banner_grid .favorite-container {
  position: absolute;
    top: 8%;
    left: 3%;
}

/* **** End Sports Main **** */


.sports-block {}

.sports-block .sports-title h2 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 24px;
}

.sports-block .sports-title h2 img {
    max-width: 100%;
    margin-right: 12px;
    filter: drop-shadow(0px 0px 19px rgba(255, 76, 0, 0.44));
}

.sports-block .betting-list {
    margin: 0 0 50px;
}

.sports-block .betting-list ul {
    overflow: auto;
}

.sports-block .betting-list ul li {
    white-space: nowrap;
}

.sports-block .betting-list ul::-webkit-scrollbar {
    width: 0;
    display: none;
}


.betting-list-wrp .accordion-item {
    margin: 0 0 32px;
    background: var(--dark-bg-header);
}

.sports-wrapper .betting-list-wrp .accordion-item .accordion-button img {
    margin-right: 12px;
    max-width: 100%;
}

.sports-wrapper .betting-list-wrp .accordion-item .accordion-body {
    padding: 0;
    background: linear-gradient(111deg, rgba(60, 170, 255, 0.05) 10.81%, rgba(18, 36, 158, 0.05) 100.23%);
}

.accordion-body .match-bx {
    padding: 24px;
}

.accordion-body .match-bx.dark-bg {
    background: var(--dark-bg-header);
}

.accordion-body .match-bx h3 {
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 16px;
}

.accordion-body .match-bx h3 a {
    color: #FFFFFF;
}

.accordion-body .match-bx ul.team-info li {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 16px;
}

.accordion-body .match-bx ul.team-info li:last-child {
    margin: 0;
}

.accordion-body .match-bx ul.team-info li span {
    margin-left: auto;
}

.accordion-body .match-bx ul.team-info li img {
    max-width: 100%;
    margin-right: 16px;
}

.accordion-body .match-bx ul.team-info li a {
    color: #fff;
}

.accordion-body .match-bx h4 {
    color: #ADC6FF;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 16px;
}

.accordion-body .match-bx .team-point {
    display: flex;
    align-items: center;
    margin: 0 -8px;
}

.accordion-body .match-bx .team-point li {
    padding: 0 8px;
    width: 30%;
}

.accordion-body .match-bx .team-point.big-point li {
    width: 45%;
}

.accordion-body .match-bx .team-point li:last-child {
    width: 10%;
}

.accordion-body .match-bx .team-point li .point-box {
    border-radius: 4px;
    background: #181D36;
    padding: 8px 16px;
}

.accordion-body .match-bx .team-point li .point-box h5 {
    overflow: hidden;
    color: #FFFFFF;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 8px;
}

.accordion-body .match-bx .team-point li .point-box p {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.accordion-body .match-bx .team-point li h6 {
    margin: 0;
    color: #ADC6FF;
    font-size: 14px;
    font-weight: 500;
}


.betting-slip-block {
    padding: 24px 20px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.betting-slip-block .betting-slip-logo {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.betting-slip-block h2 {
    display: flex;
    align-items: center;
    margin: 0 0 24px;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    z-index: 5;
}

.betting-slip-block h2 img {
    max-width: 100%;
    margin-right: 16px;
}

.betting-slip-block h2 a {
    color: #1C7DF9;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
    margin-right: 0;
}

.betting-slip-block h2 a:hover {
    color: #fff;
}

.betting-slip-block p {
    padding: 45px 0;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    position: relative;
    z-index: 4;
}


.navspobx {
    margin: 0 auto 32px;
    padding: 0 20px;
}

.sidebar-menus .nav-tabs {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 4px;
    width: auto;
    background: var(--dark-bg-main);
    justify-content: center;
}

.sidebar-menus .nav-tabs li {
    border-radius: 4px;
    background: var(--dark-bg-main);
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.sidebar-menus .nav-tabs li a {
    color: #838286;
    font-size: 14px;
    font-weight: 500;
    border: none;
    padding: 10px;
    background: transparent;
    opacity: 1;
}

.sidebar-menus .nav-tabs li:after {
    display: none;
}

.sidebar-menus .nav-tabs li a img {
    max-width: 100%;
    margin-right: 8px;
    opacity: 1;
}

.sidebar-menus .nav-tabs li a.active {
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
}

.sidebar-menus .nav-tabs li a.active img {
    filter: unset;
}

.sports-main-nav ul li:after {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 0px 26px 0px rgba(43, 85, 255, 0.53);
}

.sports-main-nav ul li.active a:before {
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
}

aside.sidebar.full-sidebar .sidebar-menus .nav-tabs {
    flex-flow: column;
}


.games-block {
    margin: 0 0 50px;
}

.games-block .sports-title h2 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 25px;
}

.games-block .sports-title h2 img {
    max-width: 100%;
    margin-right: 12px;
    filter: drop-shadow(0px 0px 19px rgba(255, 76, 0, 0.44));
}

.games-slider .slick-slide {
    margin: 0 6px;
}

.games-slider .slick-list {
    margin: 0 -6px;
}

.games-slider .slider-box {
    border-radius: 4px;
    border: 2px solid rgba(43, 85, 255, 0.74);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 13px 16px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.games-slider .slider-box .gg_sport_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: 100px;
    height: auto;
}

.games-slider .slider-box .description {
    position: relative;
    z-index: 9;
}

.games-slider .slider-box h6 {
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 400;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}

.games-slider .slider-box h6 span {
    color: #FFF;
    font-size: 9px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 4px;
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    box-shadow: 0px 0px 19px 0px rgba(255, 76, 0, 0.47);
}

.games-slider .slider-box h6 img {
    max-width: 100%;
    margin-right: 6px;
}

.games-slider .slider-box h6 b {
    margin: 0 8px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
}

.games-slider .slider-box h2 {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    min-height: 50px;
    margin: 0 0 8px;
}

.games-slider .slider-box ul li {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 27px;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
}

.games-slider .slider-box ul li span {
    height: 24px;
    width: 24px;
    margin-right: 10px;
}

.games-slider .slider-box ul li img {
    max-width: 100%;
}

.games-slider .slider-box ul li:last-child {
    margin: 0;
}

.games-slider .slider-box .description-img {
    position: relative;
    z-index: 5;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.games-slider .slider-box .description-img img {
    max-width: 100%;
}

.games-slider .slider-box.active {
    border-radius: 4px;
    border: 2px solid rgba(255, 94, 0, 0.58);
    background: linear-gradient(284deg, rgba(255, 94, 0, 0.29) -18.76%, rgba(255, 77, 0, 0.07) 101.28%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.games-slider .slider-box.active h6 {
    color: #FFFFFF;
}

.games-slider .slider-box.active h2 {
    color: #FFFFFF;
}

.games-slider .slider-box.active ul li {
    color: #FFFFFF;
}

.games-slider .slick-prev,
.games-slider .slick-next {
    position: absolute;
    left: 10px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    z-index: 9;
    font-size: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.games-slider .slick-next {
    left: auto;
    right: 10px;
}

.games-slider .slick-prev:before,
.games-slider .slick-next:before {
    width: 50px;
    height: 50px;
    content: "\f104";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 2px solid rgba(255, 255, 255, 0.09);
    font-weight: 600;
    line-height: 47px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.games-slider .slick-next:before {
    left: auto;
    right: 0;
    content: "\f105";
}

.games-slider .slick-prev:hover:before,
.games-slider .slick-next:hover:before {
    background-color: #3DD6D0;
    border-color: #3DD6D0;
    color: #fff;
}


.bets-updatebox {
    padding: 0;
    display: block;
    padding: 1px;
    overflow: hidden;
    position: relative;
}

.bets-updatebox .nav-tabs {
    margin: 16px 16px 24px;
}

.bets-updatebox .betslist {}

.bets-updatebox .betslist ul li .list-box {
    background: #131628;
    padding: 12px 20px;
}

.bets-updatebox .betslist ul li .list-box h3 {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}

.bets-updatebox .betslist ul li .list-box h3 img {
    max-width: 100%;
    margin-right: 8px;
}

.bets-updatebox .betslist ul li .list-box h3 span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
}

.bets-updatebox .betslist ul li .list-box h5 {
    overflow: hidden;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    margin: 0;
}

.bets-updatebox .betslist ul li .list-box h5 b {
    color: #7E7E7E;
    font-weight: 400;
    margin-right: 16px;
}

.bets-updatebox .betslist ul li .list-box h5 span {
    margin: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.bets-updatebox .betslist ul li .list-box h5 img {
    margin: 0 4px 0 0;
}

.bets-updatebox .betslist ul li .list-box h5 span img {
    margin-left: 4px;
}

.bets-updatebox .betslist ul li .list-box.dark-bg {
    background: var(--dark-bg-header);
}

.bets-updatebox .btn-show {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 24px;
    border-radius: 4px;
    border: 2px solid rgba(255, 255, 255, 0.09);
    background: rgba(255, 255, 255, 0.21);
    backdrop-filter: blur(7.5px);
    display: table;
    position: absolute;
    left: 50%;
    bottom: 30px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.bets-updatebox .btn-show:hover {
    background: #fff;
    color: #000;
}


.navsports {
    border-radius: 4px;
    border: 2px solid rgba(255, 94, 0, 0.58);
    background: linear-gradient(284deg, rgba(255, 94, 0, 0.29) -18.76%, rgba(255, 77, 0, 0.07) 101.28%);
    padding: 8px 10px 9px 20px;
    margin: 20px 12px;
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
}

#bets_settled .navsports,
#bets_index .navsports,
#sports_index .navsports,
#sports_show .navsports,
#matches_show .navsports {
    border: 2px solid rgba(43, 85, 255, 0.74);
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
}

#entries_index .navsports,
#products_index .navsports,
#products_show .navsports,
#products_syndicates .navsports,
#payslip_items_index .navsports,
#draw_results_index .navsports,
#draw_results_show .navsports {
    border: 2px solid rgba(52, 199, 89, 0.61);
    background: linear-gradient(284deg, rgba(52, 199, 89, 0.31) -18.76%, rgba(52, 198, 89, 0.09) 101.28%);
}

.sports-main-nav .navsports {
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    border: 2px solid rgba(43, 85, 255, 0.74);
}

.lotto-menus .navsports {
    border: 2px solid rgba(52, 199, 89, 0.61);
    background: linear-gradient(284deg, rgba(52, 199, 89, 0.31) -18.76%, rgba(52, 198, 89, 0.09) 101.28%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.purple-menus .navsports {
    border: 2px solid rgba(112, 0, 255, 0.63);
    background: linear-gradient(284deg, rgba(112, 0, 255, 0.31) -18.76%, rgba(112, 0, 255, 0.09) 101.28%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}

.navsports .card-img {
    position: absolute;
    right: 16px;
    bottom: 8px;
    max-width: 108px;
    z-index: 9;
}

.navsports h2 {
    color: #FFF;
    font-family: 'Satoshi';
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.navsports h2 a {
    color: #FFF;
}

.navsports .card-rw {
    margin-left: auto;
    max-width: 100px;
    position: absolute;
    bottom: 8px;
    right: 15px;
}

.navsports .card-rw ul {
    display: flex;
    align-items: center;
}

.navsports .card-rw ul li {
    margin: 0 -4px;
    padding: 0;
}

.navsports .card-rw ul li:first-child {
    z-index: 2;
}

.navsports .card-rw ul li:nth-child(2) {
    z-index: 3;
}

.navsports .card-rw ul li:nth-child(3) {
    z-index: 4;
}

.navsports .card-rw ul li:last-child {
    z-index: 5;
}

.navsports .card-rw ul li a {
    padding: 0;
}

.navsports .card-rw ul li a img {
    border-radius: 4px;
    width: 32px;
    margin: 0;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.navsports .card-rw ul li.active a:hover img,
.navsports .card-rw ul li.active a img {
    box-shadow: 0px 0px 6px rgba(255, 76, 0, 0.44);
    transform: translateY(-10px) rotate(-15deg);
    -webkit-transform: translateY(-10px) rotate(-15deg);
    z-index: 5;
}

.sidebar-menus .navsports .card-rw ul li a:before,
.sidebar-menus .navsports .card-rw ul li:after {
    display: none;
}

.navsports .card-rw ul li a:hover img {
    box-shadow: 0px 0px 6px rgba(255, 76, 0, 0.44);
    transform: translateY(-10px) rotate(15deg);
    -webkit-transform: translateY(-10px) rotate(15deg);
    z-index: 5;
}

.navsports .card-rw ul li a.very-active img {
    box-shadow: 0px 0px 6px rgba(255, 76, 0, 0.44);
    transform: translateY(-10px) rotate(15deg);
    -webkit-transform: translateY(-10px) rotate(15deg);
    z-index: 5;
}

.navsports .card-rw ul li.active a.blue-crd img,
.navsports .card-rw ul li a.blue-crd:hover img {
    box-shadow: 0px 0px 6px rgba(43, 85, 255, 0.44);
}

.navsports .card-rw ul li.active a.green-crd img,
.navsports .card-rw ul li a.green-crd:hover img {
    box-shadow: 0px 0px 6px rgba(52, 197, 88, 0.44);
}

.navsports .card-rw ul li.active a.purple-crd img,
.navsports .card-rw ul li a.purple-crd:hover img {
    box-shadow: 0px 0px 6px rgba(151, 71, 255, 0.46);
}

aside.sidebar.full-sidebar .navsports .card-rw {
    display: none;
}

.navsports .sidebarbtn {
    display: none;
    position: relative;
    background: transparent;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.navsports .sidebarbtn img {
    left: 0;
    right: 0;
    width: 68px;
}

aside.sidebar.full-sidebar .navsports .sidebarbtn {
    display: block;
}

.btn-openin {
    cursor: pointer;
}

h2.nav_title_casino,
.small_icon_casino {
    display: block;
}

h2.nav_title_sports,
.small_icon_sports {
    display: none;
}

h2.nav_title_lotto,
.small_icon_lotto {
    display: none;
}

.sidebar-menus ul li a.casino_menu_option {
    display: none;
}


/*.sports_menu_option {*/
/*    display: none;*/
/*}*/

/*.sidebar-menus ul li a.lotto_menu_option {*/
/*    display: none;*/
/*}*/



#rewards_index .head_links_casino,
#bets_settled .head_links_casino,
#bets_index .head_links_casino,
#sports_index .head_links_casino,
#sports_show .head_links_casino,
#matches_show .head_links_casino {
    display: none;
}

#rewards_index .head_links_sports_off,
#bets_settled .head_links_sports_off,
#bets_settled .head_links_sports_off,
#bets_index .head_links_sports_off,
#sports_index .head_links_sports_off,
#sports_show .head_links_sports_off,
#matches_show .head_links_sports_off {
    display: none;
}

#rewards_index .head_links_casino_off,
#bets_settled .head_links_casino_off,
#bets_index .head_links_casino_off,
#sports_index .head_links_casino_off,
#sports_show .head_links_casino_off,
#casino_games_show .head_links_casino_off,
#casino_games_launch_real_game .head_links_casino_off,
#casino_games_launch_fun_game .head_links_casino_off,
#matches_show .head_links_casino_off {
    display: inline-block;
}

#rewards_index .head_links_lotto,
#bets_settled .head_links_lotto,
#bets_index .head_links_lotto,
#sports_index .head_links_lotto,
#sports_show .head_links_lotto,
#casino_games_show .head_links_lotto,
#casino_games_launch_real_game .head_links_lotto,
#casino_games_launch_fun_game .head_links_lotto,
#matches_show .head_links_lotto {
    display: none;
}

#rewards_index .head_links_lotto_off,
#bets_settled .head_links_lotto_off,
#bets_index .head_links_lotto_off,
#sports_index .head_links_lotto_off,
#sports_show .head_links_lotto_off,
#sports_show .head_links_lotto_off,
#matches_show .head_links_lotto_off {
    display: inline-block;
}


#rewards_index .head_links_sports,
#products_index .head_links_sports,
#products_show .head_links_sports,
#products_syndicates .head_links_sports,
#payslip_items_index .head_links_sports,
#draw_results_index .head_links_sports,
#casino_games_show .head_links_sports,
#casino_games_launch_real_game .head_links_sports,
#casino_games_launch_fun_game .head_links_sports,
#draw_results_show .head_links_sports {
    display: none;
}

#rewards_index .head_links_rewards,
#products_index .head_links_rewards,
#products_show .head_links_rewards,
#products_syndicates .head_links_rewards,
#payslip_items_index .head_links_rewards,
#draw_results_index .head_links_rewards,
#bets_settled .head_links_rewards,
#bets_index .head_links_rewards,
#sports_index .head_links_rewards,
#sports_show .head_links_rewards,
#casino_games_show .head_links_rewards,
#casino_games_launch_real_game .head_links_rewards,
#casino_games_launch_fun_game .head_links_rewards,
#draw_results_show .head_links_rewards {
    display: none;
}

#entries_index .head_links_lotto_off,
#products_index .head_links_lotto_off,
#products_show .head_links_lotto_off,
#products_syndicates .head_links_lotto_off,
#payslip_items_index .head_links_lotto_off,
#draw_results_index .head_links_lotto_off,
#draw_results_show .head_links_lotto_off {
    display: none;
}

#rewards_index .head_links_list a .rewards_replace,
#rewards_index .rewards_nav1,
#rewards_index .head_links_sports_off,
#products_index .head_links_sports_off,
#products_show .head_links_sports_off,
#products_syndicates .head_links_sports_off,
#payslip_items_index .head_links_sports_off,
#draw_results_index .head_links_sports_off,
#draw_results_show .head_links_sports_off {
    display: inline-block;
}

#rewards_index .rewards_nav,
#entries_index .head_links_casino,
#products_index .head_links_casino,
#products_show .head_links_casino,
#products_syndicates .head_links_casino,
#payslip_items_index .head_links_casino,
#draw_results_index .head_links_casino,
#draw_results_show .head_links_casino,
#cashier_deposit_area .head_links_casino,
#users_close_account .head_links_casino,
#notifications_index .head_links_casino,
#cashier_bonus_area .head_links_casino,
#cashier_withdrawal_area .head_links_casino,
#transaction_records_history .head_links_casino,
#users_my_account .head_links_casino {
    display: none;
}

#entries_index .head_links_casino_off,
#products_index .head_links_casino_off,
#products_show .head_links_casino_off,
#products_syndicates .head_links_casino_off,
#payslip_items_index .head_links_casino_off,
#draw_results_index .head_links_casino_off,
#draw_results_show .head_links_casino_off {
    display: inline-block;
}

.orange_main_logo {
    display: flex;
}

#contact_forms_create .head_links_sports,
#contact_forms_new .head_links_sports,
#casino_show .head_links_sports,
#casino_games_currency_selector .head_links_sports,
#users_change_password .head_links_sports,
#users_process_login .head_links_sports,
#users_forgot_password .head_links_sports,
#casino_games_launch_game .head_links_sports,
#casino_games_index .head_links_sports,
#transaction_records_history .head_links_sports,
#entries_index .head_links_sports,
#users_casino_history .head_links_sports,
#transaction_records_index .head_links_sports,
#transaction_records_lotto_winnings .head_links_sports,
#users_my_account .head_links_sports,
#casino_games_show_category .head_links_sports,
#users_land .head_links_sports,
#transaction_records_index .head_links_sports,
#casino_games_show_recent_winners_mobile .head_links_sports,
#referral_campaigns_create .head_links_sports,
#referral_campaigns_show .head_links_sports,
#referral_campaigns_index .head_links_sports,
#referral_campaigns_new .head_links_sports,
#cashier_deposit_area .head_links_sports,
#users_close_account .head_links_sports,
#notifications_index .head_links_sports,
#cashier_bonus_area .head_links_sports,
#cashier_withdrawal_area .head_links_sports,
#transaction_records_history .head_links_sports,
#users_my_account .head_links_sports {
    display: none;
}

#contact_forms_create .head_links_sports_off,
#contact_forms_new .head_links_sports_off,
#casino_show .head_links_sports_off,
#casino_games_currency_selector .head_links_sports_off,
#users_change_password .head_links_sports_off,
#users_process_login .head_links_sports_off,
#users_forgot_password .head_links_sports_off,
#casino_games_launch_game .head_links_sports_off,
#casino_games_index .head_links_sports_off,
#transaction_records_history .head_links_sports_off,
#entries_index .head_links_sports_off,
#users_casino_history .head_links_sports_off,
#transaction_records_index .head_links_sports_off,
#transaction_records_lotto_winnings .head_links_sports_off,
#users_my_account .head_links_sports_off,
#casino_games_show_category .head_links_sports_off,
#users_land .head_links_sports_off,
#transaction_records_index .head_links_sports_off,
#casino_games_show_recent_winners_mobile .head_links_sports_off,
#referral_campaigns_create .head_links_sports_off,
#referral_campaigns_show .head_links_sports_off,
#referral_campaigns_index .head_links_sports_off,
#referral_campaigns_new .head_links_sports_off {
    display: inline-block;
}

#contact_forms_create .head_links_lotto,
#contact_forms_new .head_links_lotto,
#casino_show .head_links_lotto,
#casino_games_currency_selector .head_links_lotto,
#users_change_password .head_links_lotto,
#users_process_login .head_links_lotto,
#users_forgot_password .head_links_lotto,
#casino_games_launch_game .head_links_lotto,
#casino_games_index .head_links_lotto,
#transaction_records_history .head_links_lotto,
#bets_settled .head_links_lotto,
#bets_settled .head_links_lotto,
#users_casino_history .head_links_lotto,
#transaction_records_index .head_links_lotto,
#transaction_records_lotto_winnings .head_links_lotto,
#users_my_account .head_links_lotto,
#casino_games_show_category .head_links_lotto,
#users_land .head_links_lotto,
#transaction_records_index .head_links_lotto,
#casino_games_show_recent_winners_mobile .head_links_lotto,
#referral_campaigns_create .head_links_lotto,
#referral_campaigns_show .head_links_lotto,
#referral_campaigns_index .head_links_lotto,
#casino_games_show .head_links_lotto,
#casino_games_launch_real_game .head_links_lotto,
#casino_games_launch_fun_game .head_links_lotto,
#referral_campaigns_new .head_links_lotto,
#cashier_deposit_area .head_links_lotto,
#users_close_account .head_links_lotto,
#notifications_index .head_links_lotto,
#cashier_bonus_area .head_links_lotto,
#cashier_withdrawal_area .head_links_lotto,
#transaction_records_history .head_links_lotto,
#users_my_account .head_links_lotto {
    display: none;
}

#contact_forms_create .head_links_rewards,
#contact_forms_new .head_links_rewards,
#casino_show .head_links_rewards,
#casino_games_currency_selector .head_links_rewards,
#users_change_password .head_links_rewards,
#users_process_login .head_links_rewards,
#users_forgot_password .head_links_rewards,
#casino_games_launch_game .head_links_rewards,
#casino_games_index .head_links_rewards,
#transaction_records_history .head_links_rewards,
#bets_settled .head_links_rewards,
#bets_settled .head_links_rewards,
#users_casino_history .head_links_rewards,
#transaction_records_index .head_links_rewards,
#transaction_records_lotto_winnings .head_links_rewards,
#entries_index .head_links_rewards,
#users_my_account .head_links_rewards,
#casino_games_show_category .head_links_rewards,
#users_land .head_links_rewards,
#transaction_records_index .head_links_rewards,
#casino_games_show_recent_winners_mobile .head_links_rewards,
#referral_campaigns_create .head_links_rewards,
#referral_campaigns_show .head_links_rewards,
#referral_campaigns_index .head_links_rewards,
#casino_games_show .head_links_rewards,
#casino_games_launch_real_game .head_links_rewards,
#casino_games_launch_fun_game .head_links_rewards,
#referral_campaigns_new .head_links_rewards,
#cashier_deposit_area .head_links_rewards,
#users_close_account .head_links_rewards,
#notifications_index .head_links_rewards,
#cashier_bonus_area .head_links_rewards,
#cashier_withdrawal_area .head_links_rewards,
#transaction_records_history .head_links_rewards,
#users_my_account .head_links_rewards {
    display: none;
}

#contact_forms_create .head_links_casino_off,
#contact_forms_new .head_links_casino_off,
#casino_show .head_links_casino_off,
#casino_games_currency_selector .head_links_casino_off,
#users_change_password .head_links_casino_off,
#users_process_login .head_links_casino_off,
#users_forgot_password .head_links_casino_off,
#casino_games_launch_game .head_links_casino_off,
#casino_games_index .head_links_casino_off,
#users_casino_history .head_links_casino_off,
#transaction_records_index .head_links_casino_off,
#transaction_records_lotto_winnings .head_links_casino_off,
#casino_games_show_category .head_links_casino_off,
#users_land .head_links_casino_off,
#transaction_records_index .head_links_casino_off,
#casino_games_show_recent_winners_mobile .head_links_casino_off,
#referral_campaigns_create .head_links_casino_off,
#referral_campaigns_show .head_links_casino_off,
#referral_campaigns_index .head_links_casino_off,
#casino_games_show .head_links_casino_off,
#casino_games_launch_real_game .head_links_casino_off,
#casino_games_launch_fun_game .head_links_casino_off,
#referral_campaigns_new .head_links_casino_off {
    display: none;
}

#contact_forms_create .head_links_lotto_off,
#contact_forms_new .head_links_lotto_off,
#casino_show .head_links_lotto_off,
#casino_games_currency_selector .head_links_lotto_off,
#users_change_password .head_links_lotto_off,
#users_process_login .head_links_lotto_off,
#users_forgot_password .head_links_lotto_off,
#casino_games_launch_game .head_links_lotto_off,
#casino_games_index .head_links_lotto_off,
#transaction_records_history .head_links_lotto_off,
#bets_settled .head_links_lotto_off,
#bets_settled .head_links_lotto_off,
#bets_settled .head_links_lotto_off,
#bets_index .head_links_lotto_off,
#users_casino_history .head_links_lotto_off,
#transaction_records_index .head_links_lotto_off,
#transaction_records_lotto_winnings .head_links_lotto_off,
#users_my_account .head_links_lotto_off,
#casino_games_show_category .head_links_lotto_off,
#users_land .head_links_lotto_off,
#transaction_records_index .head_links_lotto_off,
#casino_games_show_recent_winners_mobile .head_links_lotto_off,
#referral_campaigns_create .head_links_lotto_off,
#referral_campaigns_show .head_links_lotto_off,
#referral_campaigns_index .head_links_lotto_off,
#referral_campaigns_new .head_links_lotto_off {
    display: inline-block;
}

#contact_forms_create .head_links_rewards_off,
#contact_forms_new .head_links_rewards_off,
#casino_show .head_links_rewards_off,
#casino_games_currency_selector .head_links_rewards_off,
#users_change_password .head_links_rewards_off,
#users_process_login .head_links_rewards_off,
#users_forgot_password .head_links_rewards_off,
#casino_games_launch_game .head_links_rewards_off,
#casino_games_index .head_links_rewards_off,
#transaction_records_history .head_links_rewards_off,
#bets_settled .head_links_rewards_off,
#bets_settled .head_links_rewards_off,
#bets_settled .head_links_rewards_off,
#bets_index .head_links_rewards_off,
#users_casino_history .head_links_rewards_off,
#transaction_records_index .head_links_rewards_off,
#transaction_records_lotto_winnings .head_links_rewards_off,
#users_my_account .head_links_rewards_off,
#casino_games_show_category .head_links_rewards_off,
#users_land .head_links_rewards_off,
#transaction_records_index .head_links_rewards_off,
#casino_games_show_recent_winners_mobile .head_links_rewards_off,
#referral_campaigns_create .head_links_rewards_off,
#referral_campaigns_show .head_links_rewards_off,
#referral_campaigns_index .head_links_rewards_off,
#referral_campaigns_new .head_links_rewards_off {
    display: inline-block;
}

#casino_games_currency_selector .sidebar-menus ul li a.casino_menu_option,
#casino_games_launch_fun_game .sidebar-menus ul li a.casino_menu_option,
#casino_games_launch_real_game .sidebar-menus ul li a.casino_menu_option,
#users_change_password .sidebar-menus ul li a.casino_menu_option,
#users_process_login .sidebar-menus ul li a.casino_menu_option,
#casino_games_currency_selector .sidebar-menus ul li a.casino_menu_option,
#users_forgot_password .sidebar-menus ul li a.casino_menu_option,
#casino_show .sidebar-menus ul li a.casino_menu_option,
#contact_forms_create .sidebar-menus ul li a.casino_menu_option,
#contact_forms_new .sidebar-menus ul li a.casino_menu_option,
#casino_games_launch_game .sidebar-menus ul li a.casino_menu_option,
#casino_games_index .sidebar-menus ul li a.casino_menu_option,
#transaction_records_history .sidebar-menus ul li a.casino_menu_option,
#bets_settled .sidebar-menus ul li a.casino_menu_option,
#users_casino_history .sidebar-menus ul li a.casino_menu_option,
#transaction_records_index .sidebar-menus ul li a.casino_menu_option,
#transaction_records_lotto_winnings .sidebar-menus ul li a.casino_menu_option,
#users_my_account .sidebar-menus ul li a.casino_menu_option,
#casino_games_show_category .sidebar-menus ul li a.casino_menu_option,
#users_land .sidebar-menus ul li a.casino_menu_option,
#transaction_records_index .sidebar-menus ul li a.casino_menu_option,
#casino_games_show_recent_winners_mobile .sidebar-menus ul li a.casino_menu_option,
#referral_campaigns_create .sidebar-menus ul li a.casino_menu_option,
#referral_campaigns_show .sidebar-menus ul li a.casino_menu_option,
#referral_campaigns_index .sidebar-menus ul li a.casino_menu_option,
#referral_campaigns_new .sidebar-menus ul li a.casino_menu_option {
    display: flex;
}

.head_links_arena {
    display: none;
}

.head_links_arena_off {
    display: inline-block;
}

.head_links_list a .lotto_replace,
.head_links_list a .casino_replace,
.head_links_list a .sports_replace,
.head_links_list a .rewards_replace,
.head_links_list a .arena_replace {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.head_links_list:hover a .lotto_replace,
.head_links_list:hover a .casino_replace,
.head_links_list:hover a .sports_replace,
.head_links_list:hover a .rewards_replace,
.head_links_list:hover a .arena_replace {
    display: inline;
}

#users_process_login .password-reset {
    padding: 100px 0 0px 240px;
}

#bets_settled h2.nav_title_casino,
#bets_index h2.nav_title_casino,
#sports_index h2.nav_title_casino,
#sports_show h2.nav_title_casino,
#matches_show h2.nav_title_casino {
    display: none;
}

#bets_settled h2.nav_title_sports,
#bets_index h2.nav_title_sports,
#sports_index h2.nav_title_sports,
#sports_show h2.nav_title_sports,
#matches_show h2.nav_title_sports,
#bets_settled .full-sidebar .small_icon_sports,
#bets_index .full-sidebar .small_icon_sports,
#sports_index .full-sidebar .small_icon_sports,
#sports_show .full-sidebar .small_icon_sports,
#matches_show .full-sidebar .small_icon_sports {
    display: block;
}

#entries_index h2.nav_title_casino,
#products_index h2.nav_title_casino,
#products_show h2.nav_title_casino,
#products_syndicates h2.nav_title_casino,
#payslip_items_index h2.nav_title_casino,
#draw_results_index h2.nav_title_casino,
#draw_results_show h2.nav_title_casino {
    display: none;
}

#entries_index h2.nav_title_lotto,
#products_index h2.nav_title_lotto,
#products_show h2.nav_title_lotto,
#products_syndicates h2.nav_title_lotto,
#payslip_items_index h2.nav_title_lotto,
#draw_results_index h2.nav_title_lotto,
#draw_results_show h2.nav_title_lotto,
#entries_index .full-sidebar .small_icon_lotto,
#products_index .full-sidebar .small_icon_lotto,
#products_show .full-sidebar .small_icon_lotto,
#products_syndicates .full-sidebar .small_icon_lotto,
#payslip_items_index .full-sidebar .small_icon_lotto,
#draw_results_index .full-sidebar .small_icon_lotto,
#draw_results_show .full-sidebar .small_icon_lotto {
    display: block;
}

#referral_campaigns_create .nav_title_casino,
#referral_campaigns_show .nav_title_casino,
#referral_campaigns_index .nav_title_casino,
#referral_campaigns_new .nav_title_casino,
#users_change_password .nav_title_casino,
#users_process_login .nav_title_casino,
#users_forgot_password .nav_title_casino,
#casino_games_launch_game .nav_title_casino,
#casino_games_index .nav_title_casino,
#transaction_records_history .nav_title_casino,
#bets_settled .nav_title_casino,
#users_casino_history .nav_title_casino,
#transaction_records_index .nav_title_casino,
#transaction_records_lotto_winnings .nav_title_casino,
#users_my_account .nav_title_casino,
#casino_games_show_category .nav_title_casino,
#users_land .nav_title_casino,
#transaction_records_index .nav_title_casino,
#casino_games_show_recent_winners_mobile .nav_title_casino,
#users_change_password .full-sidebar .small_icon_casino,
#users_process_login .full-sidebar .small_icon_casino,
#users_forgot_password .full-sidebar .small_icon_casino,
#casino_games_launch_game .full-sidebar .small_icon_casino,
#casino_games_index .full-sidebar .small_icon_casino,
#transaction_records_history .full-sidebar .small_icon_casino,
#bets_settled .full-sidebar .small_icon_casino,
#users_casino_history .full-sidebar .small_icon_casino,
#transaction_records_index .full-sidebar .small_icon_casino,
#transaction_records_lotto_winnings .full-sidebar .small_icon_casino,
#users_my_account .full-sidebar .small_icon_casino,
#casino_games_show_category .full-sidebar .small_icon_casino,
#users_land .full-sidebar .small_icon_casino,
#transaction_records_index .full-sidebar .small_icon_casino,
#casino_games_show_recent_winners_mobile .full-sidebar .small_icon_casino,
#referral_campaigns_create .full-sidebar .small_icon_casino,
#referral_campaigns_show .full-sidebar .small_icon_casino,
#referral_campaigns_index .full-sidebar .small_icon_casino,
#referral_campaigns_new .full-sidebar .small_icon_casino {
    display: block;
}

.football-updatebox {
    padding: 0;
    border-radius: 0;
    padding: 0;
    background: transparent;
}

.football-updatebox .nav-tabs {
    max-width: 351px;
    background: var(--dark-bg-header);
    padding: 10px 12px;
    margin: 0 0 60px;
}

.football-updatebox .nav-tabs li {
    width: auto;
}

.football-updatebox .nav-tabs li .nav-link {
    padding: 13px 20px;
    font-size: 12px;
}

.football-banner {
    background: url(/images/basecasino.io/football-banner-back.jpg) 0 0 no-repeat;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    margin: 0 0 50px;
}

.sidebar-menus .nav-tabs {
    display: flex;
    align-items: center;
    border: none;
    margin: 0 0 32px;
    justify-content: center;
}

.sidebar-menus .nav-tabs li {
    border-radius: 4px;
    background: var(--dark-bg-main);
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 0;
}

.sidebar-menus .nav-tabs li a {
    color: #838286;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    background: transparent;
    opacity: 1;
}

.sidebar-menus .nav-tabs li a img {
    max-width: 100%;
    margin-right: 8px;
    opacity: 1;
}

.sidebar-menus .nav-tabs li a.active {
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
}

.sidebar-menus .nav-tabs li a.active img {
    filter: unset;
}

.totline {
    padding: 20px 20px;
    border-radius: 4px;
    background: #181D36;
    margin: 0 0 10px;
}

.totline:hover,
.totline:hover h6 {
    background: #C7EEFF;
    color: #fff;
    cursor: pointer;
}

/* .totline:last-child{
    margin: 0;
} */
.totline h6 {
    /* margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    display: flex;
    align-items: center; */
    overflow: hidden;
    color: #FFFFFF;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.totline h6 div {
    /* margin-left: auto;
    font-weight: 600; */
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    margin: 8px 0 0;
}

#matches_show .totline h6 {}

#matches_show .totline h6 div {
    float: right;
    margin: 0;
}

#matches_show .totline h6 div a {
    font-size: 12px;
}

#matches_show .scoring-rw .totline {
    padding: 15px 20px;
    margin: 0 0 15px;
}

#sports_index .sport_home_header,
#sports_show .sport_home_header,
#matches_show .sport_home_header {
    width: 30%;
}

#sports_index .sport_home_header2,
#sports_show .sport_home_header2,
#matches_show .sport_home_header2 {
    width: 45%;
}

#sports_index .col-sm-4.col-12.sport_home_header2,
#sports_show .col-sm-4.col-12.sport_home_header2,
#matches_show .col-sm-4.col-12.sport_home_header2 {
    width: 30%;
}


#sports_index .col-md-4.col-sm-12.sport_home_header_match,
#sports_show .col-md-4.col-sm-12.sport_home_header_match,
#matches_show .col-md-4.col-sm-12.sport_home_header_match {
    width: 33.33333333%;
}

#sports_index .sport_home_header_match,
#sports_show .sport_home_header_match,
#matches_show .sport_home_header_match {
    width: 50%;
}

#sports_index .col-sm-4.col-12.sport_home_header_match,
#sports_show .col-sm-4.col-12.sport_home_header_match,
#matches_show .col-sm-4.col-12.sport_home_header_match {
    width: 33.33333333%;
}

#sports_index .col-sm-4.col-12.sport_home_header2_match,
#sports_show .col-sm-4.col-12.sport_home_header2_match,
#matches_show .col-sm-4.col-12.sport_home_header2_match {
    width: 33.33333333%;
}

#sports_index .col-sm-6.col-12.sport_home_header2_match,
#sports_show .col-sm-6.col-12.sport_home_header2_match,
#matches_show .col-sm-6.col-12.sport_home_header2_match {
    width: 50%;
}

.more-props-here {
    width: 10%;
    align-items: center;
    display: flex;
}

#sports_index .accordion-body .match-bx h4,
#sports_show .accordion-body .match-bx h4,
#matches_show .accordion-body .match-bx h4 {
    color: #ADC6FF;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 16px;
}

/* #sports_index .betting-list-wrp .accordion .accordion-item, #sports_show .betting-list-wrp .accordion .accordion-item {
    margin: 0;
} */

/* #sports_index .betting-list-wrp .accordion .prop-type, #sports_show .betting-list-wrp .accordion .prop-type, #matches_show .betting-list-wrp .accordion .prop-type {
    margin: 0;
    background: transparent;
} */

#sports_index .more-props-here a,
#sports_show .more-props-here a {
    margin: 0;
    color: #ADC6FF;
    font-size: 14px;
    font-weight: 500;
}

#sports_index .more-props-here a:hover,
#sports_show .more-props-here a:hover {
    color: #fff;
}

#matches_show .more-props-here a {
    /* display: none; */
}

.match-dt-box h4 input,
.match-dt-box h4 input:focus,
.totalbox h4 input,
.totalbox h4 input:focus {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: inherit;
    text-align: right;
    margin-right: 5px;
    outline: none;
}

.totalbox h4 input,
.totalbox h4 input:focus {
    color: #FFFFFF;
    font-weight: 600;
}

.match-dt-box h4 .crypto-currency-code {
    display: none;
}

.in-addbx .jackbox h4 input,
.in-addbx .jackbox h4 input:focus {
    color: #fff;
    background: transparent;
    border: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    box-shadow: none;
    padding: 0;
    margin: 0;
    border-radius: inherit;
    text-align: right;
    margin-right: 3px;
    outline: none;
}

.in-addbx .jackbox h4 input,
.in-addbx .jackbox h4 input:focus {
    color: #FFFFFF;
    font-weight: 600;
}

.in-addbx .jackbox h4 .crypto-currency-code {
    display: none;
}

.delete_all_tickets {
    padding: 12px 15px;
    display: block;
    border-radius: 4px;
    border: transparent;
    /* background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%); */
    width: 100%;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin: 15px 0 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.scoring-rw .prop-odds {
    float: right;
    color: #fff;
}

/*.inside-prop-header .prop-odds a {*/
/*  float: right;*/
/*}*/

.prop-odds {
    float: right;
}

.as-updatebox {
    margin-top: 30px;
}

.match_league_head {
    margin-right: 10px;
}

.betting-list-wrp .accordion .accordion-item .sport_home_box {
    margin: 0;
    background: none;
}

.totline h6 {
    margin-bottom: 0;
}

#TB_overlay {
    z-index: 110;
}

#TB_window {
    position: fixed;
    background: #ffffff;
    z-index: 111;
    width: 330px;
    color: #000000;
    display: none;
    border: none;
    text-align: left;
    top: 30%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    left: 40%;
    font-family: 'Satoshi';
}

#TB_title {
    display: flex;
    height: 80px;
    min-width: 211px;
    padding: 16px 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border: 2px solid var(--gray-text, rgba(43, 85, 255, 0.30));
    background: var(--brand-blue, linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%));
    font-family: 'Satoshi';
}

#TB_ajaxContent {
    background: var(--dark-bg-header);
    color: #FFFFFF;
}

#TB_ajaxContent input {
    padding: 12px 15px;
    width: 60%;
    display: block;
    border-radius: 4px;
    border: 2px solid var(--brand-blue, #3DD6D0);
    background: var(--brand-blue, linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%));
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    margin: 15px auto 0;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.confirm_line_1,
.confirm_line_2,
.confirm_line_3,
.confirm_line_4 {
    text-align: left;
    width: 88%;
}

.confirm_line_1 {
    margin: 20px 0 30px;
}

.confirm_line_2 {
    margin: 30px 0;
}

.confirm_line_3 {
    margin: 30px 0 0px;
    text-align: center;
}

.confirm_line_1a,
.confirm_line_2a {
    float: right;
    color: #FFFFFF;
}

.confirm_line_3 i {
    margin-right: 20px;
}

.confirm_line_4 {
    text-align: center;
}

#TB_window a:visited,
#TB_closeAjaxWindow {
    color: #fff;
}

#TB_ajaxWindowTitle {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #E4E4E4;
}

#TB_ajaxContent table.prop-table,
#TB_ajaxContent table.prop-table th,
#TB_ajaxContent table.prop-table td {
    border: none;
    padding-top: 20px;
    margin-bottom: 20px;
}

#TB_window a:link {
    color: #fff;
}

.livelist ul li .live-img img {
    width: 35px;
    height: auto;
}

.livelist ul li .sporticon {
    max-width: 35px;
    max-height: 35px;
}

.livelist ul li .live-img {
    min-width: 40px;
    margin-right: 10px;
}



/* **** Mobile Header **** */
.mobile-header {

    position: fixed;
    padding: 10px 0;
    background: rgba(19, 21, 32, 0.77);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    left: 0;
    right: 0;
    top: 0;
    z-index: 121;
    height: 64px;
}

.mobile-header .container {
  max-width: 100%;
}

.mobile-header .header-block {
    display: flex;
    align-items: center;
}

.mobile-header .logo-img img {
    max-width: 40px;
    width: 39px;
    height: auto;
}

.mobile-header ul.mobile-account-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    margin-right: 0;
}

.mobile-header ul.mobile-account-actions li {
    margin-right: 20px;
}

.mobile-header ul.mobile-account-actions li:last-child {

}

.mobile-header ul.mobile-account-actions li .btn-head-secondary {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 15px 25px;
    border-radius: 4px;
    border: 2px solid #27282F;
    display: table;
}

.mobile-header ul.mobile-account-actions li .btn-head-primary {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    border-radius: 4px;
    border: 2px solid var(--brand-cyan);
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    padding: 15px 25px;
    display: table;
}

.mobile-header ul.mobile-account-actions li a, .desktop_head_container .mobile-nav a {
    color: #fff;
    align-items: center;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
}

.btn-search {
    color: #fff;
}

ul.mobile_header_ul {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

ul.mobile_header_ul #user-buttons {
    display: inline-flex;
}

ul.mobile-account-actions li .dropdown-menu {
    border-radius: 0;
    border: none;
    width: 120px;
    min-width: 100%;
    background: rgba(19, 21, 32, 0.9);
    backdrop-filter: blur(10px);
    z-index: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    left: 0 !important;
    right: 0 !important;
    font-size: 12px;
}

/* **** End Mobile Header **** */

/* **** Bottom Fix **** */
.bottom-fix {
    border-top: 2px solid #1C1A16;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 8px 0 20px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 121;
    display: none;
}

.bottom-fix ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.bottom-fix ul li a {
    display: table;
    color: #E4E4E4;
    font-size: 12px;
    font-weight: 400;
}

.bottom-fix ul li a img {
    max-width: 100%;
    filter: brightness(2) invert(0.9);
    margin: 0 auto 4px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bottom-fix ul li a:hover img,
.bottom-fix ul li a.active img {
    filter: unset;
    filter: drop-shadow(0px 0px 19px rgba(255, 76, 0, 0.47));
}

.bottom-fix ul li a.card-link {
    border-radius: 18px;
    border: 2.272px solid rgba(255, 94, 0, 0.58);
    background: linear-gradient(284deg, rgba(255, 94, 0, 0.29) -18.76%, rgba(255, 77, 0, 0.07) 101.28%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    width: 56.812px;
    height: 50px;
    position: relative;
    text-align: center;
    font-size: 30px;
    color: #3DD6D0A8;
    line-height: 50px;
}

.bottom-fix ul li a.card-link i {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bottom-fix ul li a.card-link img {
    position: absolute;
    left: -10px;
    bottom: -8px;
    filter: unset;
    height: 70px;
    width: 70px;
    max-width: unset;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bottom-fix ul li a.card-link.show i {
    opacity: 1;
    visibility: visible;
}

.bottom-fix ul li a.card-link.show img {
    opacity: 1;
    visibility: hidden;
}

.bottom-fix ul li .select-card-bix {
    position: fixed;
    bottom: 95px;
    left: 16px;
    right: 16px;
    border-radius: 4px;
    border: 2px solid rgba(255, 94, 0, 0.58);
    background: linear-gradient(284deg, rgba(255, 94, 0, 0.29) -18.76%, rgba(255, 77, 0, 0.07) 101.28%);
    box-shadow: 0px 4px 44px 0px #000;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.bottom-fix ul li .select-card-bix.show {
    opacity: 1;
    visibility: visible;
}

.bottom-fix ul li .select-card-bix a {
    color: #E4E4E4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    text-align: center;
    opacity: 50%;
}

.bottom-fix ul li .select-card-bix a img {
    filter: unset;
    margin: 0 auto 12px;
    max-width: 100%;
    height: 86px;
    width: 62px;
}

.bottom-fix ul li .select-card-bix a.active,
.bottom-fix ul li .select-card-bix a:hover {
    opacity: 1;
}

.bottom-fix ul li .select-card-bix a.very-active,
.bottom-fix ul li .select-card-bix a:hover {
    opacity: 1;
}

.bottom-fix ul li .select-card-bix span {
    color: #E4E4E4;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: block;
    text-align: center;
    opacity: 50%;
}

.bottom-fix ul li .select-card-bix span img {
    filter: unset;
    margin: 0 auto 12px;
    max-width: 100%;
}

.bottom-fix ul li .select-card-bix span.active,
.bottom-fix ul li .select-card-bix span:hover {
    opacity: 1;
}

/* **** End Bottom Fix **** */

/* **** Start Referral Area **** */

.referral_block {
    margin: 0 0 50px;
    padding: 50px;
    border-radius: 4px;
    background: var(--dark-bg-header);
}

.aff_block {
    margin: 35px 0 35px;
    padding: 16px;
    border-radius: 4px;
    background: var(--dark-bg-header);
    width: 362px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}

.aff_block_text h3 {
    font-family: 'Satoshi';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #FFFFFF;
    display: inline;
    vertical-align: middle;
    margin-left: 12px;
}

.aff_block_text p {
    margin-top: 12px;
    overflow: hidden;
    color: #ADC6FF;
    text-overflow: ellipsis;

    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 140.023%;
}

.no_previous_stats {
    padding-left: 20px;
}

.vip_aff_apply {
    padding: 13px 24px;
    margin-right: 16px;
    border-radius: 4px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: #FFFFFF;
    font-size: 14px;
    height: 48px;
    width: 100%;
    font-weight: 500;
}

.vip_aff_apply:hover {
    border: none;
    background: #fff;
    color: #1C7DF9;
    font-size: 14px;
}

.vip_aff_img {
    width: 330px;
    height: 193px;
    border-radius: 4px;
}

.ref_prof .crypto-currency-icon {
    display: none !important;
}

.referral_area button {
    border: none;
    background: none;
    color: #fff;
}

.referral_block_button {
    margin-top: 50px;
}

.referral_block h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 24px;
}

.referral_row {
    margin: 0;
}

.referral_area {
    padding: 10px 0;
}

.referral_area>div.col {
    width: 12.5%;
}

.referral_errors h2 {
    font-size: 20px;
}

.referral_errors ul {
    margin-bottom: 20px;
}

.no_previous_payouts {
    margin-top: 20px;
    margin-bottom: 20px;
}

.previous_payouts {
    margin-top: 50px;
    margin-bottom: 20px;
}

.referral_block .form-group label {
    margin-bottom: 8px;
}

.referral_block .affiliate_link_form input#referral_campaign_referral_code {
  display: flex;
  height: 48px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  align-self: stretch;
  border-radius: 4px;
  background: var(--dark-bg-main);
  border: 2px solid #1C1A16;
  color: #fff;
}

.referral_block .affiliate_link_form input#referral_campaign_referral_code::placeholder {
    color: #7E7E7E;
    opacity: 1;
    /* Firefox */
}

.referral_block .affiliate_link_form input#referral_campaign_referral_code::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #7E7E7E;
}

.referral_block .affiliate_link_form .field_with_errors {
    display: flex;
    width: 100%;
}

.referral_block .affiliate_link_form svg {
    position: absolute;
    right: 24px;
    top: 12px;
}

.create_affiliate_link {
    padding: 13px 24px;
    margin-right: 16px;
    border-radius: 4px;
    border: none;
    margin-top: 20px;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: #FFFFFF;
    font-size: 14px;
    line-height: normal;
    height: 48px;
}

.create_affiliate_link:hover {
    border: none;
    background: #fff;
    color: #1C7DF9;
    font-size: 14px;
    line-height: normal;
}

.copy_affiliate_link {
  border-radius: 4px;
  border: 2px solid #27282F;
  height: 44px;
  /* margin-top: 20px; */
  padding: 0px 24px;
  background: transparent;
  line-height: normal;
  font-size: 14px;
  color: #FFFFFF;
}

.copy_affiliate_link:hover {
    background: var(--brand-cyan) !important;
    border: 2px solid var(--brand-cyan) !important;
    color: #fff !important;
}

.copy_link_icon {
    display: inline;
    margin-right: 5px;
}

.invite_codes {
  display: flex;
  height: 48px;
  padding: 0px 24px;
  justify-content: space-between;
  align-items: center;
  flex: 1 0 0;
  border-radius: 4px;
  background: var(--dark-bg-main);
  border: 2px solid #1C1A16;
  color: #E4E4E4;
  font-size: 14px;
  -webkit-appearance: none;
  background-image: url(/images/basecasino.io/downic.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center right 28px;
}

.invite_codes:focus {
    box-shadow: 0 0 0;
}

.ref_code_select {
    position: relative;
}

.before_ref_code_select {
    position: absolute;
    top: 12px;
    left: 16px;
}

.aff_level_button {
    border-radius: 4px;
    border: 2px solid #3DD6D0;
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    height: 48px;
    margin-right: 16px;
    font-size: 14px;
    margin-top: 20px;
    padding: 13px 24px 13px 16px;
    line-height: normal;
}

.aff_level_button:hover {
    color: #fff !important;
    border: 2px solid #3DD6D0 !important;
    background: linear-gradient(1deg, #3DD6D0 -35.87%, #3DD6D0 106.8%) !important;
}

.aff_shared_button {
    border-radius: 4px;
    /* border: 2px solid #27282F; */
    height: 48px;
    padding: 13px 24px;
    margin-right: 16px;
    font-size: 14px;
    margin-top: 20px;
    line-height: normal;
    /* background: transparent; color: #838286;  */
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: #FFFFFF;
}

.aff_shared_button:hover {
    /* border: 2px solid #27282F !important; */
    /* background: transparent !important; color: #838286 !important; */
    border: none;
    background: #fff !important;
    color: #1C7DF9 !important;
    font-size: 14px;
}

.dark-gray-themes {
  background-color: #27282F !important;
  font-size: 16px;
  font-weight: 600;
  padding: 0 16px;
  height: 44px;
  border-radius: 4px;
  color: #E8F0FF !important;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: transparent;
}
.aff_shared_buttons {
    border-radius: 4px;
    height: 44px;
    padding: 0 16px;
    font-size: 16px;
    background: var(--dark-bg-main);
    font-weight: 600;
    color: #7a7c84;
    border: 2px solid #1B1E2E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exclamation_point {
    margin-right: 10px;
}

.refresh_button {
    border-radius: 4px;
    height: 44px;
    padding: 0 16px;
    font-size: 16px;
    background: var(--dark-bg-main);
    font-weight: 600;
    color: #FFFFFF;
    border: 2px solid #1B1E2E;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refresh_button:hover {
background: var(--brand-cyan) !important;
    border: 2px solid var(--brand-cyan) !important;
    color: #fff !important;
}

.refresh_aff_stats {
    padding: 13px 24px;
    border-radius: 4px;
    margin-top: 20px;
    border: none;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: #FFFFFF;
    font-size: 14px;
    height: 48px;
}

.refresh_aff_stats:hover {
    border: none;
    background: #fff;
    color: #1C7DF9;
    font-size: 14px;
}
.picker_form {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 16px;
    gap: 8px;
    background-color: var(--dark-bg-main);
    border-radius: 4px;
}

.picker_form h4 {
    font-weight: 600;
    font-size: 16px;
    color: #838286;
    margin-bottom: 0;
}

.picker_form input::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    color: #fff;
}

.after_pick {
    padding: 16px 20px;
    gap: 12px;
    width: 100%;
    height: 80px;
    background: var(--dark-bg-main);
    border: 2px solid #1B1E2E;
    font-size: 18px;
    font-weight: 600;
}

/* .after_pick.active{
  background: #4BE30419;
} */

.after_pick_heading.active {
    color: #34C759;
}

.after_pick .name {

    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.after_pick .number {

    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #626368;
}

.after_pick .number.icon {
    display: flex;
    /* flex-direction: row-reverse; */
    justify-content: space-between;
}


.stats_block .row {
    margin-left: 0;
    margin-right: 0;
}

.stat-block {
    padding: 16px 20px;
    height: 80px;
    border-radius: 4px;
    margin-right: 20px;
    width: auto;
    margin-bottom: 20px;
    min-width: 211px;
}

.stat-block:last-child {
    margin-right: 0;
}

.stat-block:first-child {
    min-width: 242px;
}

.active_users_count h2.text-start,
.active_users_count h2.text-end {
    font-size: 24px;
    color: #E4E4E4;
    font-weight: 700;
}

.stat-block h5 {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 700;
}

.stat-block h2 {
    overflow: hidden;
    font-weight: normal;
    color: #FFFFFF;
    text-overflow: ellipsis;
    font-size: 14px;
}

.referral-table-block table tbody tr td span {
    color: #FFFFFF;
    font-weight: normal;
    margin-left: 0;
}

.referral-table-block table tbody tr td {
    padding: 15px 10px;
    border: none;
    font-size: 12px;
    font-weight: normal;
    background: transparent;
    color: #FFFFFF;
}

.gen_wagered_info,
.gen_profit_info,
.gen_earnings_info {
    display: inline;
}

.affiliate_level_table {
    width: 100%;
}

.affiliate_level_header {
    font-weight: 700;
}


/* **** End Referral Area **** */

.mobile-footer-top {
    display: none;
}

.total-fix-box {
    display: none;
    border-radius: 4px;
    border: 2px solid rgba(43, 85, 255, 0.74);
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.30);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 95px;
    z-index: 9;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    display: none;
}

.total-fix-box h4 {
    color: #E4E4E4;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 5px;
}

.total-fix-box h3 {
    display: flex;
    align-items: center;
    margin: 0;
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
}

.total-fix-box h3 img {
    max-width: 100%;
    margin-left: 8px;
}

.total-fix-box .btn-primary {
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 4px;
    border: 2px solid var(--brand-cyan);
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
    display: table;
    margin: 0;
    margin-left: auto;
    padding: 12px 24px;
}

.fade:not(.show) {
    display: none !important;
}

body:not(input) {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.allow-to-copy-text {
    -webkit-user-select: text !important;
    -khtml-user-select: text !important;
    -moz-user-select: text !important;
    -ms-user-select: text !important;
    -o-user-select: text !important;
    user-select: text !important;
}

.scrollbar-thin {

    scroll-behavior: smooth;
}

.scrollbar-thin::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: var(--dark-bg-header);
}

.scrollbar-thin::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #1C7DF9;
}

.march_madness_button {
    position: absolute;
    bottom: 10%;
    left: 4%;
}

.page_leaderboard .wallet-banner {
    background: url(/images/basecasino.io/my-winnings-back.png) 0 0 no-repeat;
    background-size: cover;
    background-position: top;
    margin: 0 0 26px;
}

.page_leaderboard .inner-banner h1 {
    font-size: 72px;
}

.page_leaderboard .inner-banner h5 {
    font-size: 30px;
    font-family: 'Satoshi';
}

.leaderboard_left {
    padding: 24px 12px 24px 0;
}

.leaderboard_right {
    padding: 24px 0 24px 12px;
}

.leaderboard_box_left,
.leaderboard_box_right {
    padding: 12px 16px;
    border-radius: 4px;
    position: relative;
    background: #3DD6D0;
}

.leaderboard_position,
.leaderboard_amount,
.leaderboard_profile,
.leaderboard_wagered {
    font-size: 81px;
    font-weight: 400;
    line-height: 109px;
    font-family: 'Satoshi';
    padding-left: 10px;
}

.leaderboard_left_side:nth-child(3) .leaderboard_box_left {
    background: #3DD6D0;
}

.leaderboard_left_side:nth-child(5) .leaderboard_box_left {
    background: #AF784B;
}

.leaderboard_left_side:nth-child(7) .leaderboard_box_left {
    background: #8E6A65;
}

.leaderboard_left_side:nth-child(9) .leaderboard_box_left {
    background: #7E6274;
}

.leaderboard_left_side:nth-child(11) .leaderboard_box_left {
    background: #715C7C;
}

.leaderboard_left_side:nth-child(13) .leaderboard_box_left {
    background: #564E8C;
}

.leaderboard_left_side:nth-child(15) .leaderboard_box_left {
    background: #4A4894;
}

.leaderboard_left_side:nth-child(17) .leaderboard_box_left {
    background: #3DD6D0;
}

.leaderboard_right_side:nth-child(4) .leaderboard_box_right {
    background: #3DD6D0;
}

.leaderboard_right_side:nth-child(6) .leaderboard_box_right {
    background: #AF784B;
}

.leaderboard_right_side:nth-child(8) .leaderboard_box_right {
    background: #8E6A65;
}

.leaderboard_right_side:nth-child(10) .leaderboard_box_right {
    background: #7E6274;
}

.leaderboard_right_side:nth-child(12) .leaderboard_box_right {
    background: #715C7C;
}

.leaderboard_right_side:nth-child(14) .leaderboard_box_right {
    background: #564E8C;
}

.leaderboard_right_side:nth-child(16) .leaderboard_box_right {
    background: #4A4894;
}

.leaderboard_right_side:nth-child(18) .leaderboard_box_right {
    background: #3DD6D0;
}

.leaderboard_bottom {
    padding: 24px 0;
}

.leaderboard_box_bottom {
    padding: 12px 16px;
    border-radius: 4px;
    position: relative;
    background: #3DD6D0;
}

.leaderboard_bottom_position {
    font-size: 31px;
    font-weight: 400;
    line-height: 33px;
    font-family: 'Satoshi';
    padding-left: 10px;
}

/* **** Arena Splash Start **** */

body#arena_index {
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

#arena_index .main-wrpper {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#arena_index .container {
    max-width: 1505px;
}

.wickedbet-arena-wrp {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wickedbet-arena-wrp .row {
    align-items: flex-end;
}

.wickedbet-form {
    max-width: 485px;
    width: 100%;
}

.wickedbet-head {
    box-shadow: 0 0 36px rgba(40, 83, 255, 0.43);
    background: url('/images/basecasino.io/arena/wave-shap.png') 0 0 repeat;
    background-size: cover;
}

.wickedbet-head h1 {
    padding: 15px 30px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    background: var(--brand-cyan) url('/images/basecasino.io/arena/wave-shap.png') 0 0 repeat;
    background-size: cover;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.wickedbet-head h1 img {
    margin: 0 0 0 auto;
}

.wickedbet-head p {
    margin: 0 0 10px;
    padding: 20px 30px;
    background: rgba(40, 83, 255, 0.50);
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 28px;
    position: relative;
    overflow: hidden;
}

.wickedbet-head p img {
    position: absolute;
    top: -50px;
    right: 0;
    mix-blend-mode: overlay;
}

.wickedbet-form .form-group {
    margin: 0 0 10px;
}

.wickedbet-form .form-group .btn-view {
    padding: 15px 30px;
    border: none;
    display: block;
    width: 100%;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    height: auto;
    font-size: 32px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.80);

}

.wickedbet-form .form-group .btn-view:hover {
    color: #fff;
}

.wickedbet-form .btn-group {
    width: 100%;
    display: block;
}

.wickedbet-form .btn-group ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.wickedbet-form .btn-group ul li {
    width: 33.33%;
    padding: 0 5px;
}

.wickedbet-form .btn-group ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: none;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    height: auto;
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}

.wickedbet-form .btn-group ul li a:hover {
    background: var(--brand-cyan);
}

.logobox_arena img {
    width: 100%;
    margin: 0 auto;
}

#myVideo {
    position: fixed;
    right: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
}







/* **** Arena Splash End **** */

/* Rewards Start*/
.reward_section {
    width: 85%;
    margin: 70px auto 0;
}

.reward_banner {
    /*    height: 86px;*/
    width: auto;
    background-color: #FFF;
}

.instant_rackeback {
    height: 72px;
    background: linear-gradient(270.47deg, rgba(5, 0, 255, 0.07) -6.38%, rgba(36, 0, 255, 0.455) 100.05%), url('/newimages/Isolation_Mode.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    border-radius: 0;
    isolation: isolate;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(5, 0, 255, 0.3);
}

.note{
    font-size: clamp(9px, 2vw, 14px);
}
.rankup_reward {
    height: 72px;
    background: linear-gradient(270.47deg, rgba(255, 77, 0, 0.07) -6.38%, rgba(255, 94, 0, 0.455) 100.05%), url('/newimages/rankup_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px;
    border-radius: 0;
    isolation: isolate;
    border: 1px solid rgba(255, 77, 0, 0.3);

}

.instant_rackeback h4,
.rankup_reward h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'Satoshi';
}

.instant_rackeback .price, .rankup_reward .price {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
}

.instant_rackeback button.claim-button {
    background: linear-gradient(0.51deg, #1C7DF9 -35.87%, #5200FF 106.8%);
    border: 2px solid #3DD6D0;
}

.instant_rackeback button.claim-button:hover {
    background: #3DD6D0;
    border: 2px solid #3DD6D0;
}

.rankup_reward button.claim-button {
    background: linear-gradient(0.51deg, #3DD6D0 -35.87%, #3DD6D0 106.8%);
    border: 2px solid #3DD6D0;
}

.rankup_reward button.claim-button:hover {
  background: #3DD6D0;
  border: 2px solid #3DD6D0;
}

.instant_rackeback button.claim-button,
.rankup_reward button.claim-button {
    width: 115px;
    height: 42px;
    font-family: 'Satoshi';
    font-size: 12px;
    font-weight: 500;
    /* text-transform: uppercase; */
    color: #ffffff;

    border-radius: 4px;
}

.bonus_header {
    margin-top: 20px;
}

.daily-bonus {
    background-image: url('/newimages/export.png');
}

.bonus_background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 105%;
    height: 100%;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0 5px 35px;
    margin-bottom: 20px;
    position: relative;
}
.bonus_background.daily-bonus{
    padding-left: 22px !important;
}
.weekly-bonus {
    background-image: url('/newimages/weekly.png');
    filter: drop-shadow(0px 0px 50.2215px rgba(0, 255, 71, 0.29));

}

.monthly-bonus {
    background-image: url('/newimages/monthly-bg.png');
    filter: drop-shadow(0px 0px 50.2215px rgba(173, 0, 255, 0.29));
}

.yearly-bonus {
    background-image: url('/newimages/yearly.png');
    filter: drop-shadow(0px 0px 50.2215px rgba(255, 76, 0, 0.29));
}

.bonus_background h4 {
    font-size: 22px !important;
    text-transform: uppercase;
    font-family: 'Satoshi';
    margin-bottom: 0;
    font-style: normal;
    font-weight: 500;
    line-height: 90.24%;
    color: #E4E4E4;


}

.bonus_background .closed-gift {
    width: 84px;
    height: 84px;
    object-fit: cover;
}

.btn-bonus {
    background-color: #27282F;
    width: 97% !important;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px !important;
    font-weight: 500;
    font-family: 'Satoshi';
    /* text-transform: uppercase; */
    border-radius: 4px;
    padding: 0 10px;
    border: 2.31821px solid rgba(255, 255, 255, 0.05);
}

.btn-bonus:hover {
    background: linear-gradient(110.87deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    color: white;
}

.btn-bonus.active {
background: linear-gradient(110.87deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
border: 2.31821px solid rgba(231, 233, 240, 0.3);
box-shadow: 0px 0px 19px rgba(42, 83, 250, 0.5);
}

.reward_calendar {
    background-color: var(--dark-bg-header);
}

.header {
    background: linear-gradient(299.46deg, rgba(43, 85, 255, 0.111) -32.34%, rgba(43, 85, 255, 0.111) -23.41%, rgba(43, 85, 255, 0.0492923) 68.29%, rgba(43, 85, 255, 0.018) 114.79%);
    border-bottom: 1px solid #3DD6D0;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header h4 {
    font-size: 18px;
    font-family: 'Satoshi';
    text-transform: uppercase;
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
}

#reward-amount-button {
    display: flex;
    width: auto;
    padding: 0 20px;
    height: 34px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    background: linear-gradient(110.87deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    border: 2px solid #27282F;
    border-radius: 4px;
    outline: none !important;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

#reward-amount-button:hover {
    background: #27282F;
}

.header .navigaions .left,
.header .navigaions .right {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #27282F;
    border-radius: 50%;
    color: #7E7E7E;
}

/* .header .navigaions .left svg,
.header .navigaions .right svg {
    width: 18px !important;
    height: 18px !important;
} */

.calender-body {
    padding: 16px;
    display: flex;
    gap: 10px;
    /* flex-wrap: wrap; */
    text-align: center;
    justify-content: center;
}

.calender-day {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.calender-day span.day-name {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Satoshi';
    font-weight: 500;
    padding: 5px 0;
}

.calender-day span.box {
    width: 140px;
    height: 140px;
    padding: clamp(10px, 2%, 0px);
    background-color: #27282F;
    border: 2px solid rgba(255, 255, 255, 0.10);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    color: #7e7e7e;
    text-transform: uppercase;
    font-size: clamp(3px, 0.7vw, 12px);
}


.calender-day span.box.recived {
    position: relative;
    background-image: url('/newimages/gift-open.png');
    background-size: 60% 60%;
    background-blend-mode: luminosity;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px solid rgba(43, 85, 255, 0.50);
    color: #ADC6FF;
    z-index: 0;
}

.calender-day span.box.recived::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(43, 85, 255, 0.20);
    z-index: -1;
}

.calender-day span.box.today {
    position: relative;
    background-image: url('/newimages/gift-open.png');
    background-color: rgba(43, 85, 255, 0.50);
    background-size: 60% 50%;
    background-blend-mode: color-dodge;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    border: 2px solid var(--brand-cyan);
    order: 0;
    color: #ADC6FF;
    padding: 10px 0 0 0;
    z-index: 0;
    box-shadow: 0px 0px 50px rgba(42, 83, 251, 0.7);

}


/*

.calender-day span.box.today::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
    isolation: isolate;
} */

.calender-day span.box.recived .price,
.calender-day span.box.today .price,
.calender-day span.box.next .price {
    color: #ADC6FE;
    font-size: clamp(3px, 0.7vw, 12px);
}

.calendar-day span.box .icon-claimed {
    width: 20px;
    height: 20px;
    color: #597EF7;
    background-image: linear-gradient(rgba(43, 85, 255, 0.74), rgba(43, 85, 255, 0.12));
    border: 2px solid rgba(43, 85, 255, 0.74);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.span-gap1 {
    gap: 5px;
}

.calender-day span.box .icon-tick svg {
    height: 12px;
    width: 12px;
}

.calender-day span.box .icon-tick {
    width: 20px;
    height: 20px;
    color: #597EF7;
    background-image: linear-gradient(rgba(43, 85, 255, 0.74), rgba(43, 85, 255, 0.12));
    border: 2px solid rgba(43, 85, 255, 0.74);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.calender-day span.box .icon-tick.weekly {
    background-image: linear-gradient(299.46deg, rgba(52, 199, 89, 0.555) -23.41%, rgba(52, 198, 89, 0.09) 114.79%);
    color: #34C659;
    border: 2px solid rgba(52, 199, 89, 0.555);
}

.calender-day span.box .icon-tick.monthly {
    background: linear-gradient(299.46deg, rgba(112, 0, 255, 0.74) -23.41%, rgba(112, 0, 255, 0.12) 114.79%);
    color: #AA2DE4;
    border: 2px solid rgba(112, 0, 255, 0.74);
}

.calender-day span.box .icon-tick.yearly {
    color: #3DD6D0;
    border: 2px solid rgba(255, 94, 0, 0.74);
    background: linear-gradient(299.46deg, rgba(255, 94, 0, 0.74) -23.41%, rgba(255, 94, 0, 0.12) 114.79%);

}

.calender-day span.box .icon-remaning {
    background-color: #27282F;
    width: 20px;
    height: 20px;
    color: #838286;
    border: 2px solid rgba(131, 130, 134, 0.10);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.claim-time {
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-image: linear-gradient(to left, rgba(43, 85, 255, 0.74), rgba(43, 85, 255, 0.12));
    border-top: 2px solid rgba(231, 233, 240, 0.3);
    box-shadow: 0px 4px 35.1px rgba(0, 0, 0, 0.62);

}

.claim-time div {
    color: #ADC6FF;
    font-size: clamp(3px, 0.7vw, 12px);
    font-weight: 400;
}

.claim-time .timer {
    color: #ADC6FF;
    font-size: clamp(3px, 0.7vw, 12px);
    font-weight: 700;
}

.calender-day span.box.next {
    position: relative;
    background-image: url('/newimages/closed-gift1.png');
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    border: 2px solid rgba(231, 233, 240, 0.3);
    color: #ADC6FF;
    z-index: 0;
}

.calender-day span.box.next_weekly {
    position: relative;
    background-image: url('/newimages/weekly-reward.png');
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    border: 2px solid rgba(231, 233, 240, 0.3);
    color: #ADC6FF;
    z-index: 0;
}

.calender-day span.box.next_monthly {
    position: relative;
    background-image: url('/newimages/monthly-box.png');
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    border: 2px solid rgba(231, 233, 240, 0.3);
    color: #ADC6FF;
    z-index: 0;
}

.calender-day span.box.next_yearly {
    position: relative;
    background-image: url('/newimages/yearly-gift.png');
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center;
    border: 2px solid rgba(231, 233, 240, 0.3);
    color: #ADC6FF;
    z-index: 0;
}

.calender-day span.box.next_weekly::after,
.calender-day span.box.next_monthly::after,
.calender-day span.box.next_yearly::after,
.calender-day span.box.next::after {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(43, 85, 255, 0.20);
    box-shadow: 0px 0px 50px rgba(42, 83, 251, 0.7);
    z-index: -1;
}

.button button.reward-claim-button {
    margin: 30px auto;
    width: 459px;
    height: 63px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 21px;
    font-family: 'Satoshi';
    font-weight: 600;
    color: #FFFFFF;
    background: linear-gradient(110.87deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    border: 3.47731px solid rgba(231, 233, 240, 0.3);
    box-shadow: 0px 0px 28.5px rgba(42, 83, 250, 0.5);
    border-radius: 4px;


}

.rewards .modal-content {
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: 0px 100px;
    padding: 10px 50px;
    border-radius: 0px;
    height: 310px;
    background-color: var(--dark-bg-main);
    width: 400px;
    border: 0;
    margin: auto;
}




.instant_reward .modal-content {
    background-image: url(/newimages/instant-reback.png);
}

.rankup_modal .modal-content {
    background-image: url(/newimages/rankup_reward.png);
}

.daily_reward .modal-content {
    background-image: url(/newimages/daily-reward.png);
}

.weekly_reward .modal-content {
    background-image: url(/newimages/weekly_reward.png);
}

.monthly_reward .modal-content {
    background-image: url(/newimages/monthly_reward.png);
}

.yearly_reward .modal-content {
    background-image: url(/newimages/yearly_reward.png);
}

.calender_reward .modal-content {
    background-image: url(/newimages/calander_reward.png);
}

.rewards .modal-content button.modal_rankup_button {
    font-family: 'Satoshi';
    font-weight: 600;
    font-size: 13px;
    background-color: var(--dark-bg-main);
    width: 210px;
    height: 40px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 0;
    text-transform: uppercase;
}

.rewards .modal-content .Values img.money-icon {
    width: 15px;
    height: 15px;
}

.rewards .modal-content .values {
    margin: 50px auto;
    width: 245px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.rewards .modal-content .Value {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Satoshi';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.light-color-text {
    color: #838286;
}

.wicked_button {
    width: 213px;
    height: 40px;
    background-color: var(--brand-cyan);
    color: #fff;
    border: 0;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Satoshi';
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
    border-radius: 4px;
}

.modal_content_heading {
    font-family: 'Satoshi';
    font-weight: 400;
    font-size: 52px;
    margin: 0 0 15px;
    line-height: 75px;
    text-align: center;
}

/* Rewards End */

/* Lotto Footer */

.main_lotto_footer {
    padding: 80px 0 0px 240px;
    min-height: calc(100vh - 100px) /* you have to minus header and footer width together*/;
    background-color: var(--dark-bg-alt);
}

.main_lotto_footer .conatiner {
    max-width: 1080px;
}

.lotto_footer {
    border-radius: 4px;
    background: var(--dark-bg-header);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 24px 24px;
    margin-bottom: 50px;
}

.lotto_footer_header {
  font-size: 24px;
  margin-bottom: 20px;
}

.lotto_footer_sub3 {
    font-size: 18px;
    margin-bottom: 20px;
}

.lotto_footer_sub4 {
    font-size: 16px;
}

.lotto_footer_text1 {
    font-size: 14px;
    margin-bottom: 20px;
}

table.lotto_footer_text1 {
      margin: 0 0 25px;
      width: 100%;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  }



/* Lotto Footer End*/


.search_bar {
    width: 100%;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
    /* background-color: var(--dark-bg-main); */
    display: flex;
    align-items: center;
}

.search_bar i {
    position: absolute;
    margin-left: 16px;
}

.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    color: #838286 !important;
    font-weight: 400 !important;
    line-height: normal !important;
    padding-left: 10px;
}

.search_bar input.Search::placeholder, .search_bar select.form-select::placeholder, .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
    font-size: 16px;
    font-weight: 600;
    line-height: 20.42px;
    color: #838286;
}

.select2-container--bootstrap-5 .select2--small.select2-selection--single {
  border: 0;
  border-radius: 4px !important;
  box-shadow: none;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border: none !important;
    box-shadow: none !important;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option img {
    border-radius: 4px;
}

.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    max-width: min-content;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__message {
    max-width: none;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--brand-blue {
    color: #fff;
    background: linear-gradient(270deg, rgba(255, 92, 0, 0.33) 0.31%, rgba(234, 102, 28, 0.09) 99.68%, rgba(255, 255, 255, 0.00) 99.69%);
    background: var(--dark-bg-header) !important;
}

.select2-container--bootstrap-5 {
    border: 2px solid #1B1E2E;
    border-radius: 4px;
}

.select2-container {
  margin-left: -1px !important;
}

.search_bar input.Search, .search_bar .select2-selection, .search_bar select.form-select {
    width: 100%;
    height: 40px !important;
    padding: 8px !important;
    gap: 8px;
    border: 1px solid transparent !important;
    background-color: transparent !important;
    color: #838286 !important;
    box-shadow: none !important;
    font-weight: 600;
    text-transform: uppercase;
}
.select2-container--bootstrap-5 .select2-selection--single, .search_bar select.form-select {
    background-image: none !important;
}

.filters_game {
    margin-top: 20px;
    display: flex;
    padding: 10px 10px;
    gap: 10px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #838286;
    height: 36px;
    /* text-transform: uppercase; */
}

select.btn_slots_dropdown {
    padding: 8px 10px;
    height: 36px;
    background-color: var(--dark-bg-header);
    border-radius: 4px;
    color: #E4E4E4;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    /* text-transform: uppercase; */
}

.games_list {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.lotto_sort_labels, .lotto_dropdown_button, .lotto_sort_buttons, .number_list label, .number_list button {
  padding: 0 10px;
  border: 0;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #838286;
}

.jump_to_slip {
  display: none !important;
}

.synd-step1-type {
    margin-left: 40px;
}

.search_bar.for_lotto {
  display: none !important;
}
#draw_results_index .search_bar {
  display: none !important;
}
#draw_results_index .lottery-lst-wrp {
  margin-top: 60px;
}

.shuffle_tabs {
    margin-top: 20px;
    margin-bottom: 20px;
}

#signInTabContent h2, #signUpTabContent h2, #passwordRecoveryModalBtn h2, #metamaskModalBtn h2 {
  font-size: 10px;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  width: 40%;
  margin: auto;
}

.modal-content .head_links {
    border-radius: 4px;
    background: var(--dark-bg-header);
}

.currency-toggle-container .btn {
  height: 44px;
}

.currency-toggle-container .btn-check:checked + .btn {
  background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    border-radius: 4px;
    color: #fff;
}

.currency-balance {
    display: flex;
    gap: 5px;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    margin: auto;
}

.mobile_balance {
    display: none;
}

.navlinks-header ul.headlinks li button {
    padding: 15px 35px 15px 15px;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.navlinks-header ul.headlinks li button.user-info {
    padding: 8px 20px;
    border: 2px solid #27282F;
    border-radius: 4px;
    justify-content: center;
    background: none;
}

.navlinks-header ul.headlinks li button.user-info:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.top_buttons {
    border: none;
    border-radius: 4px;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    padding: 0 16px;
    height: 44px;
  }

#deposit_sidebar:first-child {
    background-color: var(--dark-bg-main);
}

.card_sidebar {
    padding: 0;
    margin: auto;
}

.my_prpofile_name {
  padding: 0 0 0 20px;
  font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
}
.my_prpofile_name1 {
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF80;
}
.my_prpofile_name2 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.my_balance_name {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
}

.my_balance_name_title {
    padding-left: 20px;
}

.my_balance_name1 {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    display: flex;
    gap: 5px;
    align-items: center;
    padding-left: 20px;
    width: 100%;
    border: none;
    border-radius: 0;
    position: relative;
}

button.btn.btn-outline.text-center.my_balance_name1.active {
    color: #fff;
    background-color: var(--dark-bg-main);
}

.cookies-eu {
    position: fixed;
    bottom: 0;
    background: var(--dark-bg-main);
    width: 100%;
    z-index: 1030;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    display: block;
    align-items: center;
    line-height: normal;
}

.cookies-eu-ok.btn-theme {
  display: inline-block;
  margin-left: 10px;
  border-color: var(--brand-cyan);
  color: #fff;
  width: 60px;
  padding: 6px 15px 8px;
  border: 2px solid #27282F;
  border-radius: 4px;
  background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
}

.cookies-eu-ok.btn-theme:hover {
  background: none;
  transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.lotto_sort_buttons:hover {
  color: #ADC6FF;
}

.lotto_sort_buttons.active {
  color: #ADC6FF;
}

.profile-block .form-group #user_user_name.form-control  {
  font-size: 14px;
  font-weight: normal;
  padding: 15px 25px;
  border: 2px solid #1C1A16;
  border-radius: 4px;
  box-shadow: none;
  background: var(--dark-bg-main);
  gap: unset;
  align-items: unset;
  justify-content: unset;
  height: 55px;
  display: block;
  line-height: 1.5;
  font-family: 'Satoshi';
}

.profile-block .form-group .form-control:focus {
    color: #fff;
    border: 2px solid var(--brand-cyan) !important;
}

.profile_creds input {
    padding: 9px 15px 10px;
    border: 2px solid #27282F;
    border-radius: 4px;
    justify-content: center;
    background: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.profile_creds input:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.profile_creds a {
    padding: 9px 15px 10px;
    border: 2px solid #27282F;
    border-radius: 4px;
    justify-content: center;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

.profile_creds a:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

#passwordHelpInline {
  color: #838286;
}

#passwordChangeBTN {
    padding: 9px 15px 10px;
    border: 2px solid #27282F;
    border-radius: 4px;
    justify-content: center;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #fff;
}

#passwordChangeBTN:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.new_banner_headding h1 {
    font-family: 'Satoshi';
    font-weight: 600;
    font-size: clamp(20px, 3vw, 64px) !important;
    color: #FFFFFF;
}

.new_banner {
    width: 100%;
    min-height: 200px;
    background: linear-gradient(88.04deg, #1C7DF9 0.22%, var(--brand-cyan) 100.38%);
    border-radius: 4px;
    padding: 40px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    position: relative;

}

.profile_range {
    gap: 5px;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
}

.margin_bet {
  margin-left: 5px;
}

#notifications_index .profile-block h3 {
    display: inline-block;
    margin: 0 0 45px;
}

#global-mute-toggle {
    padding: 9px 15px 10px;
    border: 2px solid #27282F;
    border-radius: 4px;
    justify-content: center;
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    display: flex;
    align-items: center;
    font-size: 14px;
    position: relative;
    font-weight: 500;
    color: #fff;
    float: right;
}

#global-mute-toggle:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.bell-header-desktop {
    min-width: 25px;
    text-align: center;
    opacity: 0.3;
    color: #8790a9;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.sidebar-menus ul li a:hover i, .sidebar-menus ul li.active i {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: drop-shadow(0px 0px 19px rgba(255, 76, 0, 0.44));
    opacity: 1;
}

.close_account {
    padding: 50px;
    border-radius: 4px;
    background: var(--dark-bg-header);
}

.lottory_price_button, .played-block button#my-lotteries-btn {
    font-size: 16px;
    font-weight: 600;
    padding: 0 16px;
    height: 44px;
    border-radius: 4px;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--brand-cyan) !important;
}

.lottory_price_button:hover, .played-block button#my-lotteries-btn:hover {
    background: var(--dark-bg-main);
    background-color: var(--dark-bg-main) !important;
    color: #E8F0FF !important;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.raqam #total-sum, .raqam, .amount_number, .inner-ticket-price {
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: left;
    color: #fff !important;
}

.number_list button {
    border-radius: 4px;
    border: 2px solid #27282F;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 13px 16px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.number_list button i {
    display: none;
}
.draw-block ul li .draw_day.btn-primary.active, .number_list button.active,
#just-once-btn.active,
#prepay-btn.active {
    background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    color: #fff;
}

.week_count {
  display: flex;
    align-items: center;
    gap: 8px;
}
.week_count input.qty, .quality-block .quality-box .quantity .qty {
    background-color: var(--brand-cyan) !important;
    height: 40px;
    border-radius: 4px;
    text-align: center;
    width: 60px;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.payslip_my_bets {
    float: right;
}
#payslipt-empty {
  display: inline-block;
}
.payslip_my_bets a {
    border-radius: 4px;
    border: 2px solid #27282F;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 13px 16px;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.payslip_my_bets a:hover {
    background: var(--brand-cyan);
    border-color: var(--brand-cyan);
    color: #fff;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.match-box {
    margin: 0 0 10px;
    padding: 12px 20px;
    border-radius: 4px;
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    overflow: inherit;

}
img.ticket_header  {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.ticket-header {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 8px;
    align-items: center;
}
.payslip_bin {
    float: right;
    top: -25px;
    position: relative;
}

.ticket-header2 {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 35px;
}

.ticket-header3 {
    justify-content: normal !important;
}

.ticket-header3 .text-end {
    text-align: left !important;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ticket-header3 .text-end h3 {
    margin: 0 0 0 auto;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    padding-left: 35px;
}

.lotto_betslip_place_btn {
    background-color: var(--brand-cyan);
    color: #E8F0FF;
    width: 70%;
    height: 44px;
    border: transparent;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 4px;
}
.lotto_betslip_place_btn:hover {
    transition: .4s linear;
    background: #181A27;
    color: #E8F0FF;
}

.lotto_betslip_btn {
    border: transparent;
    font-size: 13px;
    font-weight: 600;
    transition: .4s linear;
    background-color: #181A27;
    color: #838286;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
    padding: 5px;
    border-radius: 4px;
}

.lotto_share_btn {
  display: none;
}
.lotto_delete_btn {
    border: transparent;
    font-size: 13px;
    font-weight: 600;
    transition: .4s linear;
    background-color: #641f1f;
    color: #838286;
    display: flex;
    text-transform: uppercase;
    padding: 5px 20px;
    border-radius: 4px;
    margin: auto;
    margin-top: 10px;
}
.lotto_delete_btn:hover {
  transition: .4s linear;
  background: #181A27;
  color: #838286;
}

.logo-showing-below {
    margin: 0;
}

.logo-showing-below .lotto-game-logo {
    margin-right: 0;
    margin-bottom: 15px;
}

.lotteries-block ul .synd-lottos li {
    padding: 8px 16px 8px 12px;
    display: flex;
    align-items: center;
    margin: 24px 0 0;
    border-radius: 4px;
    background: #181D36;
}

.lotteries-block ul .synd-lottos li:last-child {
    margin: 24px 0 0;
}

.lotteries-block ul .synd-lottos li span {
    font-size: 1rem;
    color: #fff;
}

.syndicates-box .played-block .played-box h2 {
    margin: 0 !important;
}
.played-block .played-box h2 button.accordion-button.collapsed::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
    top: 10px;
    right: 10px;
    border: none;
    margin: 0;
}

.played-block .played-box h2 button.accordion-button:not(.collapsed)::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  top: 10px;
  right: 10px;
  border: none;
  margin: 0;
}
.syndicates-box .played-block .played-box .inner-selbx {
  padding-bottom: 10px;
  padding-top: 10px;
}

.syndicates-box .played-block .played-box .inner-selbx ul {
    padding: 0 5px;
}

.image-list img {
  width: 30px;
    height: 30px;
}
.shares_count_ul {
  margin: auto;
}
.shares_count_ul li {
    background-color: var(--brand-cyan) !important;
    height: 40px;
    border-radius: 4px !important;
    text-align: center;
    border: none;
    box-shadow: none;
    outline: none;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
}

.shares_count_ul li span {
    margin-left: 5px !important;
}
.pick-lines-2-main .lotto_sort_labels {
  display: none;
}

.pick-lines-2-main .lotto_dropdown_button  {
    padding: 8px 80px 8px 12px;
    height: 46px;
    background-color: #181D36;
    border-radius: 4px;
    color: #fff;
    border: 0;
    font-size: 1rem;
    font-weight: 400;
    margin: 24px 0 0;
}

.pick-lines-2-main .lotto_dropdown_button::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  top: 36px;
  right: 10px;
  border: none;
  margin: 0;
}

.pick-lines-2-main .lotto_dropdown_button.show::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Pro";
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  font-size: 22px;
  top: 36px;
  right: 10px;
  border: none;
  margin: 0;
}

.pick-lines-2-main .dropdown ul.dropdown-menu {
  padding: 8px 12px 8px 12px;
  background-color: #181D36;
  border-radius: 4px;
  color: #fff;
  border: 0;
  font-size: 1rem;
  font-weight: 400;
}

.pick-lines-2-main .dropdown ul.dropdown-menu li a {
  border-radius: 4px;
}

.pick-lines-2-main .dropdown ul.dropdown-menu li a:hover {
  border-radius: 4px;
}
.flash_over {
  position: absolute;
  left: calc(50% + 240px / 2);
  transform: translateX(-50%);
  top: 50px;
  /* min-width: 50%; */
  max-width: 65%;
  font-weight: 600;
  font-size: 16px;
  z-index: 99;
}

.modal-header h5 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
    padding: 10px 16px;
    border-radius: 4px;
    background: var(--dark-bg-main);
}
.modal-content {
    padding: 25px 25px 20px;
}
.btn-close {
    position: absolute;
    right: 20px;
    opacity: 1;
}

.pick-lines-3 {
    padding: 0 15px 32px;
}

#lottohistoryContent .jackpot_banner .letto-img img {
  width: 100%;
  border-radius: 4px 4px 0 0;
}

#lottohistoryContent .jackpot_banner .letto-img img.jackpot_image {
  height: 80px;
}

#lottohistoryContent .jackpot_banner .letto-img {
    position: relative;
    border-radius: 4px 4px 0 0;
}

#lottohistoryContent .product-listing .logo-showing {
  padding: 15px 10px;
}
#lotto-entries-wrapper .modal-footer {
    border: none;
    padding: 0;
}
#lottohistoryContent .winbox {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background: none;
}

#lottohistoryContent .winning-data {
    padding: 15px 10px;
    background: var(--dark-bg-header) !important;
    border-radius: 0 0 20px 20px !important;
    height: 146px;
}

#lottohistoryContent .winning-data .played-block {
    padding: 20px 0 0;
}

#lottohistoryContent .winning-data .played-block button {

}

#lottohistoryContent .winning-data .played-block .btn-close-white:hover {
  filter: var(--bs-btn-close-white-filter);
}

#lotto-entries-wrapper .my-lottery-main-image {
    display: flex;
    align-items: center;
}

#lottohistoryContent .letto-dt-box {
    height: 80px !important;
}
#lottohistoryContent h2 {
  font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 20px;
    text-transform: uppercase;
}
#lottohistory .lotto_sort_buttons {
  height: 44px;
    padding: 0 16px;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    display: flex;
align-items: center;
color: #fff !important;
border-radius: 4px;
}

.wicked-badge {
  background: var(--brand-cyan);
}

.close_headding {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    color: #FFFFFF;
}

.close_subhead {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.date_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--dark-bg-main);
    border-radius: 4px;
}

.date_bg input {
  background-color: #626368 !important;
    font-size: 16px;
    font-weight: 700;
    padding: 0 16px;
    height: 44px;
    border-radius: 4px;
    text-transform: uppercase;
    color: #ffefef !important;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    border: transparent;
}

.date_bg input::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    color: #fff;
}

.close_password:focus-visible, .close_password {
  outline: 0;
  height: 44px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  padding: 15px 25px;
  border: 2px solid #1C1A16;
  border-radius: 4px;
  box-shadow: none;
  background: var(--dark-bg-main);
}

.date_bg .gray-themes:hover {
  background: var(--dark-bg-main);
    color: #838286 !important;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.close_logo {
    width: 650px;
    height: auto;
    object-fit: cover;
}

.lotto .text-field {
    height: 125px;
}

.date_time {
    position: absolute;
    top: 0;
    right: 5px;
    width: auto;
}

.date_time p {
    font-size: 10px;
    font-weight: 500;

    color: #838286;
}
.team_badge {
  display: none !important;
}
.sport_clock {
  width: 17px !important;
  height: 17px !important;
}

.tier-badge {
  display: none;
}
.livelist {
  margin: 0 15px;
}
.method-block {
  padding: 50px;
  border-radius: 4px;
  background: var(--dark-bg-header);

}

.method-block h2 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.bet-history-holder h2 {
  font-size: 32px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.method-block ul {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px;
    align-self: stretch;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.winning-list-wrp.method-block ul {
    justify-content: normal;
}
.bet-history-holder.betting-slipside {
    padding: 50px;
}
.my-bit-wrp h4 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
.method-bx {
    border-radius: 4px;
    border: 1px solid #191C2B;
    background: rgba(22, 25, 40, 0.20);
    position: relative;
    transition: .4s linear;
    -webkit-transition: .4s linear;
    display: flex;
    width: 137px;
    height: 155.238px;
    padding: 14px;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.method-bx input {
    display: none;
}

.method-block ul li.selected .method-bx, .method-bx:hover {
    border: 1px solid var(--brand-blue, var(--brand-cyan));
    background: linear-gradient(299deg, rgba(43, 85, 255, 0.37) -23.41%, rgba(43, 85, 255, 0.06) 114.79%);
}

.method-block ul li.selected .method-bx:after,
.method-bx:hover:after {
    opacity: 1;
    visibility: visible;
}

.method-ic {
    margin: 20px auto 0;
    display: table;
}

.method-bx h3 {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #E8F0FF;
}

.diposit-block {
    padding: 40px;
    background: rgba(19, 21, 32, 0.8);
    border-radius: 4px;

}

.diposit-block h2 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 30px;
}

.diposit-block p {
    font-size: 14px;
    font-weight: 600;
    color: #838286;
    line-height: normal;
    margin: 0 0 25px;
}

.diposit-block .form-group {
    position: relative;
    margin: 0 0 25px;
}

.diposit-block .form-group .form-control {
    padding: 15px 45px 15px 15px;
    background: var(--dark-bg-main);
    border-radius: 4px;
    border: 2px solid rgba(19, 21, 32, 0.50);
    height: auto;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    color: #ADC6FF;
}

.diposit-block .form-group .form-control::placeholder {
    color: #ADC6FF;
}

.diposit-block .form-group button {
    background: transparent;
    border: none;
    color: #FFFFFF;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
    font-weight: 300;
}

.diposit-block .form-group button:hover img {
    fill: #fff;
}

.copy-text button:before {
    content: "Copied";
    position: absolute;
    top: -40px;
    right: -15px;
    background: #C7EEFF;
    padding: 5px 10px;
    border-radius: 30px;
    color: #101010;
    font-weight: 600;
    font-size: 14px;
    display: none;
}

.copy-text.active button:before,
.copy-text.active button:after {
    display: block;
}

.diposit-block .btn-main {
    padding: 12px 15px;
    border-radius: 4px;
    background: var(--brand-cyan);
    width: 100%;
    display: block;
    border: 2px solid rgba(43, 85, 255, 0.30);
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 auto 25px;
}

.diposit-block .btn-main:hover {
    background: #C7EEFF;
    border-color: #FFFFFF;
    color: #1C1A16;
}

.diposit-block h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border: 2px dashed #27282F;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 600;
    color: #838286;
    text-transform: uppercase;
}

.diposit-block h4 i {
    margin-right: 10px;
    color: #27282F;
}

.qr-rw {
    display: flex;
    align-items: center;
    margin: 0 0 40px;
}

.qr-img {
    /* border-radius: 4px;
    overflow: hidden;
    min-width: 200px;
    width: 200px; */
}

.qr-img img {
    width: 100%;
}

.qr-rw p {
    margin: 0 0 0 auto;
    font-size: 16px;
    font-weight: 600;
    color: #F3F4F6;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding: 0 10px;
}

.qr-rw p i {
    margin-right: 5px;
    color: #27282F;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.bitcoin-calcrw h3 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.calc-rw {
    display: flex;
    align-items: center;
    flex-flow: column;
}

.calc-rw .form-group {
    margin: 0;
    position: relative;
}

.calc-rw .form-group .form-control {
    padding: 15px 90px 15px 20px;
    background: var(--dark-bg-main);
    border-radius: 4px;
    border: 2px solid rgba(19, 21, 32, 0.50);
    height: auto;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.calc-rw .form-group .form-control::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #838286;
    opacity: 0.79;
}

.calc-rw .form-group span {
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    position: absolute;
    top: 15px;
    right: 15px;
}

.calc-rw i {
    font-size: 24px;
    color: #27282F;
    margin: 0 20px;
}

.note-warn {
    display: flex;
    align-items: center;
    margin: 30px 0 0;
}

.note-warn i {
    font-size: 16px;
    color: #27282F;
    margin-right: 15px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.note-warn p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #838286;
}
.bonus-block .btn-main {
    padding: 12px 15px;
    border-radius: 4px;
    background: var(--brand-cyan);
    width: 100%;
    display: block;
    border: 2px solid rgba(43, 85, 255, 0.30);
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 auto 25px;
}

.bonus-block .btn-main:hover {
    background: #C7EEFF;
    border-color: #FFFFFF;
    color: #1C1A16;
}

.bonus-block h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border: 2px dashed #27282F;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 600;
    color: #838286;
    text-transform: uppercase;
}

.bonus-block h4 i {
    margin-right: 10px;
    color: #27282F;
}

.bonus_opt_in, .bonus_opt_out {
    margin-top: 60px;
    min-width: 80px !important;
}

.user_bonus-selector {
    font-weight: 500;
}

.bonus-data label {
    text-transform: uppercase;
}

.bonus-block .form-group {
    position: relative;
    margin: 0 0 25px;
}

.bonus-block .form-group .form-control {
    padding: 15px 50px 15px 20px;
    background: var(--dark-bg-main);
    border-radius: 4px;
    border: 2px solid rgba(19, 21, 32, 0.50);
    box-shadow: none;
    font-size: 16px;
    font-weight: 600;
    color: #ADC6FF;
    text-transform: uppercase;
    height: 58px;
    line-height: normal;
}

.bonus-block .form-group .form-control::placeholder {
    color: #ADC6FF;
}

.user-bonus-selector::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #fff;
    border: none;
    font-size: 12px;
    top: 40px;
    right: 20px;
    border: none;
}

.past-user-bonus-selector::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #fff;
    border: none;
    font-size: 12px;
    top: 40px;
    right: 20px;
    border: none;
}

.form-referrer-data .btn-wager {
    padding: 8px 15px;
    border-radius: 4px;
    height: 44px;
    background: var(--brand-cyan);
    width: 100%;
    border: 2px solid rgba(43, 85, 255, 0.30);
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
}

.form-referrer-data .btn-wager:hover {
    border-color: #FFFFFF;
    background: #fff;
    color: var(--brand-cyan);
}

.bonus-block .input-box span {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #FFFFFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.withdrawal-block {

}

.withdrawal-block h2 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 30px;
}

.withdrawal-block p {
    font-size: 14px;
    font-weight: 600;
    color: #838286;
    line-height: normal;

}

.withdrawal-block .form-group {
    position: relative;
    margin: 0 0 25px;
}

.withdrawal-block .form-group .form-control {
    padding: 15px 50px 15px 20px;
    background: var(--dark-bg-main);
    border-radius: 4px;
    border: 2px solid rgba(19, 21, 32, 0.50);
    height: auto;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
    color: #ADC6FF;
    height: 58px;
    line-height: normal;
}

.withdrawal-block .form-group .form-control::placeholder {
    color: #ADC6FF;
}

.withdrawal-block .form-group button {
    background: transparent;
    border: none;
    color: #FFFFFF;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 15px;
    font-weight: 300;
}

.withdrawal-block .form-group button:hover img {
    fill: #fff;
}

.withdrawal-block .btn-main {
    padding: 12px 15px;
    border-radius: 4px;
    background: var(--brand-cyan);
    width: 100%;
    display: block;
    border: 2px solid rgba(43, 85, 255, 0.30);
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 auto 25px;
}

.withdrawal-block .btn-main:hover {
    background: #C7EEFF;
    border-color: #FFFFFF;
    color: #1C1A16;
}

.withdrawal-block h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
    border: 2px dashed #27282F;
    margin: 0 0 30px;
    font-size: 14px;
    font-weight: 600;
    color: #838286;
    text-transform: uppercase;
}

.withdrawal-block h4 i {
    margin-right: 10px;
    color: #27282F;
}

.withdrawal-block .form-group .form-control::placeholder {
    color: #838286;
}

.form-select-crypto::after {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    color: #fff;
    border: none;
    font-size: 12px;
    top: 50px;
    right: 20px;
    border: none;
}

.withdrawal_amt_input .input-box span {
    position: absolute;
    right: 20px;
    top: 18px;
    color: #FFFFFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.btn-theeme.active, .btn-themes, button.btn-theme, a.btn-theme {
  padding: 9px 15px 10px;
  border: 2px solid #27282F;
  border-radius: 4px;
  justify-content: center;
  background: linear-gradient(111deg, var(--brand-cyan) 10.81%, #1C7DF9 100.23%);
  display: flex;
  align-items: center;
  font-size: 14px;
  position: relative;
  font-weight: 500;
  color: #fff;
  padding: 0 16px;
    height: 44px;
}

.btn-theeme.active:hover, .btn-themes:hover, button.btn-theme:hover, a.btn-theme:hover {
    background: var(--dark-bg-main);
    background-color: var(--dark-bg-main) !important;
    color: #E8F0FF !important;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.live-updatebox .nav-tabs li a.btn-theeme.active {
  font-size: 12px;
}

.bets-table-block table tbody tr td span img {
  height: 12px;
    width: auto;
}

.launcher_base {
    padding-left: 245px;
    padding-right: 40px;
}

.launcher_base ul.navbar-nav {
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.gm-btn img {
    display: inline-block;
}
.item_search img, .item_search a {
    display: inline-block;
}
button.gm-btn span, .launcher_base .nav-item a {
    color: #454A62;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
button.gm-btn, button.gm-btn span, .item_search a {
    align-items: center;
    display: flex;
    gap: 5px;
}
#casino_games_launch_real_game .search_bar, #casino_games_launch_fun_game .search_bar {
    margin-top: 0;
    margin-bottom: 20px;
}
.search_bar img {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: 16px;
}
#recent_winners {
    overflow: hidden;
    width: 100%;
    max-height: calc(50px * 15 + 0px);
    position: relative;
}
.live-updatebox .nav-tabs li {
    width: auto;
    margin: 0;
}
#choose-numbers-wrapper .mCustomScrollBox {
  min-height: 360px;
}

.header_Slider img {
  width: 100%;
  height: auto !important;
}
.slick-slide {
    margin-right: 0 !important;
}

#modalSportsSearch2 .select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option {
  min-width: 100%;
}
#modalSportsSearch2 .select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option {
  border-radius: 4px;
}
#modalSportsSearch2 .modal-content {
    padding: 5px 10px 20px;
}
#modalSportsSearch2 .modal-body {
    padding: 5px;
}

/* Base Layout */
.match-box {
    background-color: #0c1220;
    margin-bottom: 8px;
    overflow: hidden;
}

/* Teams/Players Column */
.team-col {
    padding: 0;
}

.team-name-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.team-link {
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    width: 100%;
    transition: background-color 0.2s;
}

.team-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.team-logo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.team-name {
    color: #ffffff;
    font-size: 0.9rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.draw-name {

}

/* Header Row */
.odds-header {
    color: #8a93a6;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 8px 15px;
    background-color: #0e1525;
    font-weight: 500;
}

/* Betting Rows */
.betting-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.betting-row:last-child {
    border-bottom: none;
}

/* Odds Buttons */
.odds-col {
    padding: 0;
}

.odds-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;

    text-decoration: none;
    text-align: center;
    transition: all 0.2s;
}

.odds-button:hover {

}

.odds-value {
    background-color: #1b2942;
    border-radius: 4px;
    color: white;
    padding: 4px 6px;
    font-weight: 500;
    font-size: 0.9rem;
    width: 100%;
    height: 52px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: background-color 0.2s;
}

.odds-button:hover .odds-value {
    background-color: #1C7DF9;
}

.odds-button.disabled {
    opacity: 0.5;
    cursor: default;
}

/* Moneyline Specific Styling */
.moneyline-button {

}

.moneyline-button .odds-value {

    display: flex;
    align-items: center;
    justify-content: center;
}

.handicap {
    color: #8a93a6;
    font-size: 0.8rem;
    margin-bottom: 3px;
}

/* Match Info Column */
.match-info-col {
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.match-info-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px 15px;
    text-align: center;
}

.match-date-time {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.more-props {
    margin: 10px 0;
}

.more-props-link {
    display: inline-block;
    background-color: #1C7DF9;
    color: white;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.more-props-link:hover {
    background-color: #3DD6D0;
    color: white;
}

.league-name {
    margin-top: 10px;
}

.league-link {
    color: #8a93a6;
    text-decoration: none;
    font-size: 0.8rem;
    transition: color 0.2s;
}

.league-link:hover {
    color: #ffffff;
}
.not-really-used-header {
  display: none;
}
.toast-header .btn-close {
  margin: 0;
}
.casino_button_evo a img, .casino_button_evo_buy a img, a.staking_button_evo img {
  width: 25px;
    height: auto;
}
.casino_button_evo_buy a span {
  color: #adff2f;
}
.casino_button_evo a span {
  color: #ff4d00;
}
a.staking_button_evo span {
  color: #00ffff;
}

.my_head_profile {
  height: 44px;
    width: 90px;
    background: none;
    border: 2px solid #27282F;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
}
.my_head_profile a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my_head_profile .header_tier {
  font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 50%;
    margin-top: -6px;
    text-align: center;
}
.my_head_profile .badge_tier {
  display: inline-block;
  margin-top: -4px;
}
.my_head_profile .badge_tier img.profile_badge {
    margin-right: 0;
    width: auto;
    height: 50px;
}

.staking-info section {
  max-width: 900px;
  margin: 0 auto;
  color: #f1f1f1;
  padding: 40px;
  border-radius: 4px;
  background: #131520;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15)
}
.staking-info section h2 {
  color: #ffcc00;
  font-size: 28px;
  font-weight: 700;
}
.staking-info section h3 {
  color: #33ccff;
  font-size: 22px;
}
.staking-howitworks {
  background-color: #1e1e1e;
  padding: 15px 20px;
  border-radius: 4px;
}
.staking-example {
  background-color: #1e1e1e;
  padding: 15px 20px;
  border-left: 4px solid #33ccff;
  border-radius: 4px;
}
.select2-container--bootstrap-5 .select2--small.select2-dropdown.select2-dropdown--below {
  background-color: #161928 !important;
}
.bets-table-block table tbody tr td span {
  font-size: 12px;
}







/* abcd */

html {
  height: 100%;
  overflow-y: auto; /* or hidden if you're scrolling an inner container */
}

body {
  height: auto;
  overflow-y: visible;
}




/* break point for modal only 1921 to 55000 */
@media only screen and (min-width: 1400px) {
    .control.col-xxl-2 {
        width: 20% !important;
    }
}
@media only screen and (max-width:5500px) and (min-width:2500px){
    .modal-dialog {
        max-width: 100%;
        height: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .modal-dialog-centered {
        display: flex;
        align-items: center;
        min-height: 100%;
    }
    .rewards .modal-content {
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: 0px bottom;
        padding: 65px 50px;
        border-radius: 0px;
        min-height: 310px;
        min-width: 400px;
        height: 40%;
        background-color: var(--dark-bg-main);
        width: 30%;
        border: 0;
        margin: auto;
    }
    .rewards .modal-content button.modal_rankup_button {
        font-family: 'Satoshi';
        font-weight: 600;
        font-size: clamp(22px, 1vw, 48px);
        background-color: var(--dark-bg-main);
        width: 70%;
        height: 75px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        border: 0;
        text-transform: uppercase;
    }
    .rewards .modal-content .values {
        margin: 5% auto;
        width: 70%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .rewards .modal-content .Value {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'Satoshi';
        font-weight: 600;
        text-transform: uppercase;
        font-size: clamp(18px, 1vw, 39px);
    }
    .money-icon{
        height: auto;
        width: 25px;
    }
    .wicked_button {
        width: 50%;
        height: 75px;
        background-color: var(--brand-cyan);
        color: #fff;
        border: 0;
        font-size: clamp(22px, 1vw, 48px);
        font-weight: 800;
        font-family: 'Satoshi';
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 8% auto 0 auto;
        border-radius: 4px;
    }
}
@media only screen and (max-width:5500px) and (min-width:4501px){
    .calender-day span.box.recived .price, .calender-day span.box.today .price, .calender-day span.box.next .price {
    font-size: 32px;
    }
    .claim-time div,
    .claim-time .timer {
        font-size: 26px;
    }
    .calender-day span.box .icon-remaning, .calender-day span.box .icon-tick {
        width: 70px;
        height: 70px;
    }
    .lock svg,
    .calender-day span.box .icon-remaning svg,
    .calender-day span.box .icon-tick svg {
        height: 50px;
        width: 50px;
    }


    span.box.today {
        background-size: 60% 60%;
        background-position: 50% 50%;
    }

    .header .navigaions .left, .header .navigaions .right {
        width: 50px;
        height: 51px;
    }
    .header .navigaions .left svg, .header .navigaions .right svg {
        width: 20px !important;
        height: 20px !important;
    }
    .instant_rackeback .price {
        font-style: normal;
        font-weight: 700;
        font-size: 42px;
    }
    .note{
        font-size: 32px;
    }
    .instant_rackeback button.claim-button, .rankup_reward button.claim-button {
        width: 250px;
        height: 75px;
        font-family: 'Satoshi';
        font-size: 42px;
    }
    .bonus_background h4 {
        padding-left: 50px;
        font-size: 60px;
    }
    .rankup_reward, .instant_rackeback {
        height: 150px;
    }
    .bonus_background {
        padding: 30px 50px !important;
    }
    .calender-day{
        width: 14%;
    }
    .calender-day span.box {
        width: 100%;
        height: 450px;
    }
    .tabs_games .nav.nav-pills{
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    .tabs_games .nav-pills li.nav-item{
        width: 100%  !important;
        margin-right: 10px;
    }
    .btn-bonus {
        width: 100%;
        font-size: 45px;
        height: 100px;
    }

    .instant_rackeback h4, .rankup_reward h4 {
        font-size: 60px;
    }
    .reward_section {
        width: 80%;
        margin: 70px auto 0;
    }
    .button button.reward-claim-button {
        width: 800px;
        height: 100px;
        font-size: 40px;
    }

    .header h4 {
        font-size: 42px;
    }
    #reward-amount-button {
        height: 100px;
        font-size: 45px;
    }

    .claim-time {
        width: 100%;
        height: 100px;
    }
    .calender-day span.box,
    .calender-day span.day-name {
        font-size: 32px;
    }
    .bonus_background .closed-gift {
        width: 175px;
        height: 175px;
        object-fit: cover;
    }
    .bonus_background .closed-gift2{
        filter: drop-shadow(0px 0px 26.1427px rgba(0, 255, 10, 0.47));
    }
    .bonus_background .closed-gift3{
        filter: drop-shadow(0px 0px 35.9118px rgba(173, 0, 255, 0.52));
    }
    .bonus_background .closed-gift4{
        filter: drop-shadow(0px 0px 42.1035px rgba(255, 76, 0, 0.6));
        width: 165px;
    }
}
@media only screen and (max-width:4500px) and (min-width:4001px){
    .calender-day span.box.recived .price, .calender-day span.box.today .price, .calender-day span.box.next .price {
    font-size: 32px;
    }
    .claim-time div,
    .claim-time .timer {
        font-size: 26px;
    }
    .calender-day span.box .icon-remaning,
    .calender-day span.box .icon-tick {
        width: 50px;
        height: 50px;
    }
    .lock svg,
    .calender-day span.box .icon-remaning svg,
    .calender-day span.box .icon-tick svg {
        height: 50px;
        width: 50px;
    }


    span.box.today {
        background-size: 60% 60%;
        background-position: 50% 50%;
    }

    .header .navigaions .left, .header .navigaions .right {
        width: 50px;
        height: 51px;
    }
    .header .navigaions .left svg, .header .navigaions .right svg {
        width: 20px !important;
        height: 20px !important;
    }
    .instant_rackeback .price {
        font-style: normal;
        font-weight: 700;
        font-size: 42px;
    }
    .note{
        font-size: 32px;
    }
    .instant_rackeback button.claim-button, .rankup_reward button.claim-button {
        width: 250px;
        height: 75px;
        font-family: 'Satoshi';
        font-size: 42px;
    }
    .bonus_background h4 {
        padding-left: 50px;
        font-size: 60px;
    }
    .rankup_reward, .instant_rackeback {
        height: 150px;
    }
    .bonus_background {
        padding: 30px 50px !important;
    }
    .calender-day{
        width: 14%;
    }
    .calender-day span.box {
        width: 100%;
        height: 400px;
    }
    .tabs_games .nav.nav-pills{
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    .tabs_games .nav-pills li.nav-item{
        width: 100%  !important;
        margin-right: 10px;
    }
    .btn-bonus {
        width: 100%;
        font-size: 45px;
        height: 100px;
    }

    .instant_rackeback h4, .rankup_reward h4 {
        font-size: 60px;
    }
    .reward_section {
        width: 80%;
        margin: 70px auto 0;
    }
    .button button.reward-claim-button {
        width: 800px;
        height: 100px;
        font-size: 40px;
    }

    .header h4 {
        font-size: 42px;
    }
    #reward-amount-button {
        height: 100px;
        font-size: 45px;
    }

    .claim-time {
        width: 100%;
        height: 100px;
    }
    .calender-day span.box,
    .calender-day span.day-name {
        font-size: 32px;
    }
    .bonus_background .closed-gift {
        width: 175px;
        height: 175px;
        object-fit: cover;
    }
    .bonus_background .closed-gift2{
        filter: drop-shadow(0px 0px 26.1427px rgba(0, 255, 10, 0.47));
    }
    .bonus_background .closed-gift3{
        filter: drop-shadow(0px 0px 35.9118px rgba(173, 0, 255, 0.52));
    }
    .bonus_background .closed-gift4{
        filter: drop-shadow(0px 0px 42.1035px rgba(255, 76, 0, 0.6));
        width: 165px;
    }
}
@media only screen and (max-width:4000px) and (min-width:3501px){
    .calender-day span.box.recived .price, .calender-day span.box.today .price, .calender-day span.box.next .price {
        font-size: 30px;
    }
    .claim-time div, .claim-time .timer {
        font-size: 26px;
    }
        .calender-day span.box .icon-remaning, .calender-day span.box .icon-tick {
            width: 44px;
            height: 44px;
        }
        .lock svg, .calender-day span.box .icon-remaning svg, .calender-day span.box .icon-tick svg {
            height: 40px;
            width: 35px;
        }


        span.box.today {
            background-size: 60% 60%;
            background-position: 50% 50%;
        }

    .instant_rackeback .price {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
    }
    .note{
        font-size: 32px;
    }
    .instant_rackeback button.claim-button, .rankup_reward button.claim-button {
        width: 200px;
        height: 60px;
        font-family: 'Satoshi';
        font-size: 36px;
    }
    .bonus_background h4 {
        padding-left: 25px;
    }
    .header h4 {
        font-size: 32px;
    }
    .calender-day span.box {
    font-size: 24px;
    }
    .calender-day span.day-name {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 30px;
    }
    #reward-amount-button {
        height: 50px;
        font-size: 32px;
    }
    .btn-bonus {
        width: 100%;
        font-size: 32px;
        height: 60px;
    }
    .rankup_reward,.instant_rackeback {
        height: 100px;
    }
    .bonus_background {
        padding: 5px 50px !important;
    }
    .calender-day{
        width: 14%;
    }
    .calender-day span.box {
        width: 100%;
        height: 325px;
    }
    .tabs_games .nav.nav-pills{
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    .tabs_games .nav-pills li.nav-item{
        width: 100%  !important;
        margin-right: 10px;
    }
    .btn-bonus{
        width: 100%;
        font-size: 20px;
        height: 50px;

    }
    .button button.reward-claim-button {
        width: 600px;
        height: 75px;
        font-size: 30px;
    }
    .claim-time {
        width: 100%;
        height: 85px;
    }

    .instant_rackeback h4, .rankup_reward h4 {
        font-size: clamp(20px, 2vw, 42px);
    }
    .bonus_background h4 {
        font-size: 26px;
    }

    .reward_section {
        width: 80%;
        margin: 70px auto 0;
    }


    .bonus_background .closed-gift {
        width: 130px;
        height: auto;
        object-fit: cover;
    }
    .bonus_background .closed-gift1{

    }
    .bonus_background .closed-gift2{
        filter: drop-shadow(0px 0px 26.1427px rgba(0, 255, 10, 0.47));
    }
    .bonus_background .closed-gift3{
        filter: drop-shadow(0px 0px 35.9118px rgba(173, 0, 255, 0.52));
    }
    .bonus_background .closed-gift4{
        filter: drop-shadow(0px 0px 42.1035px rgba(255, 76, 0, 0.6));
        width: 165px;
    }
    .header .navigaions .left, .header .navigaions .right {
        width: 50px;
        height: 51px;
    }
    .header .navigaions .left svg, .header .navigaions .right svg {
        width: 20px !important;
        height: 20px !important;
    }
}
@media only screen and (max-width:3500px) and (min-width:3001px){
    .calender-day span.box.recived .price, .calender-day span.box.today .price, .calender-day span.box.next .price {
        font-size: 20px;
    }
        .claim-time div, .claim-time .timer {
            font-size: 18px;
        }
        .calender-day span.box .icon-remaning, .calender-day span.box .icon-tick {
            width: 44px;
            height: 44px;
        }
        .lock svg, .calender-day span.box .icon-remaning svg, .calender-day span.box .icon-tick svg {
            height: 40px;
            width: 35px;
        }


        span.box.today {
            background-size: 60% 60%;
            background-position: 50% 50%;
        }

    .instant_rackeback .price {
        font-style: normal;
        font-weight: 700;
        font-size: 36px;
    }
    .note{
        font-size: 32px;
    }
    .instant_rackeback button.claim-button, .rankup_reward button.claim-button {
        width: 200px;
        height: 60px;
        font-family: 'Satoshi';
        font-size: 36px;
    }
    .bonus_background h4 {
        padding-left: 25px;
    }
    .header h4 {
        font-size: 32px;
    }
    .calender-day span.box {
    font-size: 24px;
    }
    .calender-day span.day-name {
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 30px;
    }
    #reward-amount-button {
        height: 50px;
        font-size: 32px;
    }
    .btn-bonus {
        width: 100%;
        font-size: 32px;
        height: 60px;
    }
    .rankup_reward,.instant_rackeback {
        height: 100px;
    }
    .bonus_background {
        padding: 5px 50px !important;
    }
    .calender-day{
        width: 14%;
    }
    .calender-day span.box {
        width: 100%;
        height: 275px;
    }
    .tabs_games .nav.nav-pills{
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    .tabs_games .nav-pills li.nav-item{
        width: 100%  !important;
        margin-right: 10px;
    }
    .btn-bonus{
        width: 100%;
        font-size: 20px;
        height: 50px;

    }
    .button button.reward-claim-button {
        width: 600px;
        height: 75px;
        font-size: 30px;
    }
    .claim-time {
        width: 100%;
        height: 65px;
    }

    .instant_rackeback h4, .rankup_reward h4 {
        font-size: clamp(20px, 2vw, 42px);
    }
    .bonus_background h4 {
        font-size: 26px;
    }

    .reward_section {
        width: 80%;
        margin: 70px auto 0;
    }


    .bonus_background .closed-gift {
        width: 130px;
        height: auto;
        object-fit: cover;
    }
    .bonus_background .closed-gift1{

    }
    .bonus_background .closed-gift2{
        filter: drop-shadow(0px 0px 26.1427px rgba(0, 255, 10, 0.47));
    }
    .bonus_background .closed-gift3{
        filter: drop-shadow(0px 0px 35.9118px rgba(173, 0, 255, 0.52));
    }
    .bonus_background .closed-gift4{
        filter: drop-shadow(0px 0px 42.1035px rgba(255, 76, 0, 0.6));
        width: 165px;
    }
    .header .navigaions .left, .header .navigaions .right {
        width: 50px;
        height: 51px;
    }
    .header .navigaions .left svg, .header .navigaions .right svg {
        width: 20px !important;
        height: 20px !important;
    }
}
@media only screen and (max-width:3000px) and (min-width:2501px) {
    .claim-time {
        width: 100%;
        height: 50px;
    }
    .calender-day span.box.recived .price, .calender-day span.box.today .price, .calender-day span.box.next .price {
        font-size: 16px;
    }
    .claim-time div, .claim-time .timer {
        font-size: 15px;
    }
    .calender-day span.box .icon-remaning, .calender-day span.box .icon-tick {
        width: 34px;
        height: 34px;
    }

    .lock svg, .calender-day span.box .icon-remaning svg, .calender-day span.box .icon-tick svg {
        height: 30px;
        width: 30px;
    }
    .header .navigaions .left, .header .navigaions .right {
        width: 50px;
        height: 51px;
    }
    .header .navigaions .left svg, .header .navigaions .right svg {
        width: 15px !important;
        height: 20px !important;
    }
    .rankup_reward,.instant_rackeback {
        height: 100px;
    }
    .bonus_background {
        padding: 5px 50px !important;
    }
    .calender-day{
        width: 14%;
    }
    .calender-day span.box {
        width: 100%;
        height: 250px;
    }
    .tabs_games .nav.nav-pills{
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    .tabs_games .nav-pills li.nav-item{
        width: 100%  !important;
        margin-right: 10px;
    }
    .btn-bonus{
        width: 100%;
        font-size: 20px;
        height: 50px;

    }

    .instant_rackeback h4, .rankup_reward h4 {
        font-size: clamp(20px, 2vw, 34px);
    }
    .bonus_background h4 {
        font-size: 26px;
    }

    .reward_section {
        width: 80%;
        margin: 70px auto 0;
    }


    .bonus_background .closed-gift {
        width: 130px;
        height: auto;
        object-fit: cover;
    }
    .bonus_background .closed-gift1{

    }
    .bonus_background .closed-gift2{
        filter: drop-shadow(0px 0px 26.1427px rgba(0, 255, 10, 0.47));
    }
    .bonus_background .closed-gift3{
        filter: drop-shadow(0px 0px 35.9118px rgba(173, 0, 255, 0.52));
    }
    .bonus_background .closed-gift4{
        filter: drop-shadow(0px 0px 42.1035px rgba(255, 76, 0, 0.6));
        width: 165px;
    }
}
@media only screen and (max-width:2500px) and (min-width:1921px) {
    .calender-day span.box.recived .price, .calender-day span.box.today .price, .calender-day span.box.next .price {
        font-size: 16px;
    }
    .claim-time div, .claim-time .timer {
        font-size: 15px;
    }
    .calender-day span.box .icon-remaning, .calender-day span.box .icon-tick {
        width: 24px;
        height: 24px;
    }

    .lock svg, .calender-day span.box .icon-remaning svg, .calender-day span.box .icon-tick svg {
        height: 20px;
        width: 20px;
    }
    .header .navigaions .left, .header .navigaions .right {
        width: 50px;
        height: 51px;
    }
    .header .navigaions .left svg, .header .navigaions .right svg {
        width: 15px !important;
        height: 20px !important;
    }
    .rankup_reward,.instant_rackeback {
        height: 100px;
    }
    .bonus_background {
        padding: 5px 50px !important;
    }
    .calender-day{
        width: 14%;
    }
    .calender-day span.box {
        width: 100%;
        height: 200px;
    }
    .tabs_games .nav.nav-pills{
        width: 100% !important;
        flex-wrap: nowrap !important;
    }
    .tabs_games .nav-pills li.nav-item{
        width: 100%  !important;
        margin-right: 10px;
    }
    .btn-bonus{
        width: 100%;
        font-size: 20px;
        height: 50px;

    }

    .instant_rackeback h4, .rankup_reward h4 {
        font-size: clamp(20px, 2vw, 34px);
    }
    .bonus_background h4 {
        font-size: 26px;
    }

    .reward_section {
        width: 80%;
        margin: 70px auto 0;
    }


    .bonus_background .closed-gift {
        width: 130px;
        height: auto;
        object-fit: cover;
    }
    .bonus_background .closed-gift1{

    }
    .bonus_background .closed-gift2{
        filter: drop-shadow(0px 0px 26.1427px rgba(0, 255, 10, 0.47));
    }
    .bonus_background .closed-gift3{
        filter: drop-shadow(0px 0px 35.9118px rgba(173, 0, 255, 0.52));
    }
    .bonus_background .closed-gift4{
        filter: drop-shadow(0px 0px 42.1035px rgba(255, 76, 0, 0.6));
        width: 165px;
    }
}
@media only screen and (max-width:1920px) {
    #reward-amount-button {
        padding: 0 10px;
    }
    .reward_section {
        width: 80%;
        margin: 70px auto 0;
    }

    .calender-day span.box {
        width: 170px;
        height: 170px;
    }

    .btn-bonus {
        width: 306.25px;
        font-size: 14px;
    }

    .bonus_background h4 {
        font-size: 26px;
    }

    .bonus_background .closed-gift {
        width: 140px;
        height: auto;
        object-fit: cover;
        position: relative;
        right: 20px;
    }

    .bonus_background .closed-gift2{
        filter: drop-shadow(0px 0px 26.1427px rgba(0, 255, 10, 0.47));
    }
    .bonus_background .closed-gift3{
        filter: drop-shadow(0px 0px 35.9118px rgba(173, 0, 255, 0.52));
    }
    .bonus_background .closed-gift4{
        filter: drop-shadow(0px 0px 42.1035px rgba(255, 76, 0, 0.6));
        width: 165px;
    }
}
@media only screen and (max-width:1900px) {
    /* .bonus_background .closed-gift4 {
        width: 150px !important;
    } */
    .bonus_background .closed-gift {
        width: 130px;
        height: auto;
    }
}
@media only screen and (max-width:1850px){
    .bonus_background .closed-gift {
        width: 110px;
        height: auto;
    }
    /* .bonus_background .closed-gift4 {
        width: 130px !important;
    } */
}
@media only screen and (max-width:1830px) {
    .calender-day span.box {
        width: 165px;
        height: 165px;
    }
}

@media only screen and (max-width:1800px) {

    .btn-bonus {
        width: 285px;
        font-size: 13px;
    }

    .calender-day span.box {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width:1730px) {
    .reward_section {
        width: 85%;
    }
}

@media only screen and (max-width:1650px) {
    .calender-day span.box {
        width: 155px;
        height: 155px;
    }

    .bonus_background .closed-gift {
        width: 90px;
        height: auto;
    }

    .btn-bonus {
        width: 280px;
    }
}

@media only screen and (max-width:1600px) {
    .reward_section ul li.nav-item {
        width: 24%;
    }

    .span-gap1 {
        gap: 2px;
    }
    .calender-day span.box {
        width: 145px;
        height: 145px;
    }

    .btn-bonus {
        width: 270px;
    }

}
@media only screen and (max-width:1665px) {
    .bonus_background .closed-gift {
        width: 100px;
        height: auto;
    }
    .bonus_background .closed-gift4 {
        /* width: 110px !important; */
    }
    .bonus_background h4 {
        font-size: 24px;
    }

}
@media only screen and (max-width:1550px) {
    .bonus_background .closed-gift {
        width: 95px;
        height: auto;
    }
}
@media only screen and (max-width:1525px) {
    .calender-day span.box .icon-tick {
        width: 17px !important;
        height: 17px !important;
        border-radius: 2px !important;
    }

    .calender-day span.box {
        width: 135px;
        height: 135px;
    }

    .btn-bonus {
        width: 250px;
    }
    .bonus_background h4 {
        font-size: 24px;
    }

    .bonus_background .closed-gift {
        width: 90px;
        height: auto;
        right: 13px;
    }
    .bonus_background .closed-gift4 {
        /* width: 100px !important; */
    }
}

@media only screen and (max-width:1440px) {
    .calender-day span.box {
        width: 130px;
        height: 130px;
    }

    .btn-bonus {
        width: 223px;
    }
    .bonus_background h4 {
        font-size: 26px;
    }
    .button button.reward-claim-button {
        width: 400px;
        height: 55px;
        font-size: 19px;
    }
}

@media only screen and (max-width:1400px) {
    .bonus_background .closed-gift {
        width: 85px;
        height: auto;
        right: 13px;
    }
    .bonus_background h4 {
        font-size: 18px !important;
    }
    .bonus_background{
        padding: 10px 0 10px 35px;
    }
    .calender-day span.box.today {
        padding: 5px 0 0 0 !important;
    }
    .calender-day span.box .icon-remaning,
    .calender-day span.box .icon-tick {
        width: 15px !important;
        height: 15px !important;
        border-radius: 1px !important;
        border: 1px solid rgba(43, 85, 255, 0.74) !important;
    }
    .calender-day span.box .icon-remaning svg,
    .calender-day span.box .icon-tick svg {
        height: 10px !important;
        width: 10px !important;
    }
    .claim-time {
        width: 100%;
        height: 30px;
    }

    .calender-day span.box {
        width: 117px;
        height: 117px;
        padding: clamp(5px, 2%, 0px);
    }
}

@media only screen and (max-width:1300px) {
    .calender-day span.box {
        width: 115px;
        height: 115px;
    }

    .btn-bonus {
        width: 200px;
    }

    .reward_section {
        width: 90%;
    }
}

@media only screen and (max-width:1260px) {
    .calender-day span.box {
        width: 110px;
        height: 110px;
    }
}

@media only screen and (max-width:1200px) {
    .bonus_background .closed-gift {
        width: 102px;
        height: auto;
        right: 13px;
    }
    .bonus_background h4 {
        font-size: 26px;
    }

    .calender-day span.box {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (max-width:1100px) {
    .bonus_background .closed-gift {
        width: 90px;
        height: auto;
        right: 13px;
    }
    .bonus_background h4 {
        font-size: 26px;
    }
    .calender-day span.box {
        width: 120px;
        height: 120px;
    }

    .claim-time {
        height: 25px !important;
    }
    .calender-day span.box {
        width: 110px;
        height: 110px;
    }
    .button button.reward-claim-button {
        width: 350px;
        height: 50px;
        font-size: 18px;
    }
}
@media only screen and (max-width:1000px){
    .bonus_background .closed-gift {
        width: 80px;
        height: auto;
        right: 13px;
    }
    .bonus_background .closed-gift4 {
        /* width: 85px !important; */
    }
}

@media only screen and (max-width:950px) {
    .calender-day span.box {
        width: 100px;
        height: 100px;
    }

    .btn-bonus {
        width: 190px;
        font-size: 10px !important;
    }

    .bonus_background {
        padding: 5px 0 5px 20px;
    }

    .bonus_background h4 {
        font-size: 22px;
    }
    .calender-day span.box .icon-remaning,
    .calender-day span.box .icon-tick {
        width: 13px !important;
        height: 13px !important;
    }
    .calender-day span.box .icon-remaning svg,
    .calender-day span.box .icon-tick svg {
        height: 8px !important;
        width: 8px !important;
    }
    .rankup_reward,
    .instant_rackeback {
        padding: 15px;
        height: 55px;
    }
}
@media only screen and (max-width:900px) {


    .rankup_reward button.claim-button,
    .instant_rackeback button.claim-button {
        height: 35px;
        width: 100px;
    }

    .instant_rackeback .price,
    .instant_rackeback h4,
    .rankup_reward h4 {
        font-size: 14px;
    }
}

@media only screen and (max-width:850px) {
    .bonus_background .closed-gift4 {
        /* width: 75px !important; */
    }
    .btn-bonus {
        width: 170px;
        font-size: 9px !important;
    }
    .rankup_reward button.claim-button, .instant_rackeback button.claim-button {
        height: 30px;
        width: 85px;
    }
    .bonus_background h4 {
        font-size: 22px;
    }
    .calender-day span.box {
        width: 90px;
        height: 90px;
    }

    .bonus_background .closed-gift {
        width: 70px;
        height: auto;
        right: 10px;
    }

    .calender-day span.box.today {
        padding: 3px 0 0 0 !important;
    }
    .calender-day span.box .icon-remaning,
    .calender-day span.box .icon-tick {
        width: 10px !important;
        height: 10px !important;
    }
    .calender-day span.box .icon-remaning svg,
    .calender-day span.box .icon-tick svg {
        height: 7px !important;
        width: 7px !important;
    }
}

@media only screen and (max-width:800px) {
    .calender-day span.box {
        width: 85px;
        height: 85px;
    }

    .button button.reward-claim-button {
        height: 55px !important;
        width: 350px !important;
        font-size: 16px !important
    }

    .claim-time {
        height: 20px !important;
        border-top: 1px solid #e7e9f0 !important;
    }
}

@media only screen and (max-width:767px) {
    .bonus_background.daily-bonus {
        padding-left: 11px !important;
    }
    .bonus_background .closed-gift4 {
      width: 40px !important;
    height: auto !important;
    }
    .bonus_background {
        width: 100%;
        margin-bottom: 0;
    }

    .reward_section {
        margin: 15px auto 0;
    }

    .bonus_background .closed-gift {
        width: 50px;
        height: auto;
    }

    .bonus_background h4 {
        font-size: 12px !important;
    }

    .btn-bonus {
        width: 155px;
        font-size: 8px !important;
    }

    .calender-day span.day-name {
        font-size: 12px;
    }
}

@media only screen and (max-width:740px) {
    .calender-day span.box {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width:700px) {
    .calender-day span.box .icon-remaning,
    .calender-day span.box .icon-tick {
        width: 7px !important;
        height: 7px !important;

    }

    .calender-day span.box {
        width: 70px;
        height: 70px;
    }

    .btn-bonus {
        width: 130px;
        font-size: 8px;
    }
}
@media only screen and (max-width:675px) {
    .bonus_background h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width:620px) {
    .bonus_background .closed-gift4 {
        /* width: 50px !important; */
    }
    .calender-day span.box .icon-remaning,
    .calender-day span.box .icon-tick {
        width: 5px !important;
        height: 5px !important;
    }
    .button button.reward-claim-button {
        height: 46px !important;
        width: 300px !important;
        font-size: 16px !important;
    }

    .calender-day span.box svg {
        height: 7px;
        width: 7px;
    }

    .claim-time {
        height: 15px !important;
        padding-top: 1px !important;
    }

    .calender-day span.box {
        width: 60px;
        height: 60px;
    }

    .btn-bonus {
        width: 112px;
        font-size: 8px;
        height: 25px;
        padding: 0 3px;
        border-radius: 2px !important;
    }

    .calender-day span.day-name {
        font-size: 10px;
    }

    .bonus_background h4 {
      font-size: 10px !important;
    line-height: normal;
    }
}
@media only screen and (max-width:575px) {
    .bonus_background .closed-gift4 {
        /* width: 40px !important; */
    }
    .bonus_background .closed-gift {
        width: 45px;
        height: auto;
    }
}
@media only screen and (max-width:550px) {
    .calender-day span.box.today {
        border: 1px solid var(--brand-cyan) !important;
        padding: 1px 0 0 0 !important;
    }

    .calender-day span.box.next {
        border: 1px solid solid rgba(231, 233, 240, 0.3) !important;
    }

    .calender-day span.box {
        border: 1px solid rgba(255, 255, 255, 0.10) !important;
    }

    .header {
        padding: 10px;
    }

    .calender-day span.box {
        width: 50px;
        height: 50px;
        padding: 5px;
    }

    .bonus_background h4 {
        font-size: 8px !important;
    }

    .calender-day span.day-name {
        font-size: 8px;
    }
}

@media only screen and (max-width:500px) {
    .bonus_background {
        padding: 5px 0 5px 10px;
    }

    .header h4 {
        font-size: 12px;
    }

    #reward-amount-button {
        font-size: 12px;
    }

    .rankup_reward,
    .instant_rackeback {
        padding: 15px 24px;
    }

    .btn-bonus {
        width: 100px;
        font-size: 7px;
    }
}

@media only screen and (max-width:460px) {
    .rankup_reward, .instant_rackeback {
        height: 40px;
    }

    .bonus_background.daily-bonus {
        padding-left: 6px !important;
    }
    .bonus_background .closed-gift4 {
        /* width: 35px !important; */
    }
    .span-gap {
        gap: 0.1rem !important;
    }

    .span-gap1 {
        gap: 0.04rem !important;
        margin-top: 0.1rem !important;
    }

    .claim-time {
        border-top: 0.2px solid #e7e9f0 !important;
        height: 11px !important;
    }

    .calender-day span.box {
        width: 40px;
        height: 40px;
        padding: 2px;
    }

    #reward-amount-button {
        height: 25px;
        font-size: 10px;
        padding: 0 5px;
    }

    .header h4 {
        font-size: 12px;
    }

    .header .navigaions .left,
    .header .navigaions .right {
        width: 15px;
        height: 15px;
    }

    /* .header .navigaions .left svg,
    .header .navigaions .right svg {
        width: 15px !important;
        height: 15px !important;
    } */

    .reward_banner {
        /*        height: 50px;*/
    }

    .calender-day span.day-name {
        font-size: 6px;
        padding: 0;
    }

    .bonus_background .closed-gift {
        width: 35px;
        height: auto;
    }

    .bonus_background h4 {
        /* font-size: 11.52px; */
        margin-bottom: 0;
    }

    .header h4 {
        font-size: 12px;
    }

    .btn-bonus {
        width: 86px;
        font-size: 6px;
        padding: 0px;
    }

    .instant_rackeback .price {
        font-size: 12px;
    }

    .instant_rackeback h4,
    .rankup_reward h4 {
        font-size: 12px;
        margin-bottom: 0;
    }

    .button button.reward-claim-button {
        height: 40px !important;
        width: 200px !important;
        font-size: 12px !important;
    }

    .rankup_reward button.claim-button,
    .instant_rackeback button.claim-button {
        width: 80px;
        height: 30px;
        font-size: 9px;
    }

    .rankup_reward,
    .instant_rackeback {
        padding: 15px 15px;
    }

    .rankup_reward,
    .instant_rackeback {
        background-size: 500px 60px;
    }
}
@media only screen and (max-width: 425px) {
    .bottom-fix ul li .select-card-bix a {
        font-size: 10px;
    }

    .bottom-fix ul li .select-card-bix a img {
        height: auto;
        width: 45px;
        margin: 0 auto 8px;
    }

    .bottom-fix ul li .select-card-bix {
        border-radius: 4px;
        padding: 10px;
    }

    .rewards .modal-content {
        height: 245px;
        width: 280px;
        background-position: 0px 97px;
        padding: 10px;
    }

    .rewards .modal-content button.modal_rankup_button {
        font-size: 10px !important;
        width: 180px !important;
        height: 30px !important;
    }

    .rewards .modal-content .values {
        margin: 25px auto !important;
        width: 215px !important;
    }

    .rewards .modal-content .Value {
        font-size: 12px !important;
    }

    .wicked_button {
        width: 150px !important;
        height: 30px !important;
        margin: 20px auto 0 auto !important;
    }
}
@media only screen and (max-width:424px) {
    .bonus_background .closed-gift4 {
        /* width: 30px !important; */
    }
    .bonus_background h4 {
        font-size: 12px;
    }
    .bonus_background .closed-gift {
        width: 31px;
        height: auto;
        right: 5px;
    }
}
@media only screen and (max-width:390px) {
    .bonus_background .closed-gift {
        width: 25px !important;
    }
    .calender-body {
        gap: 5px;
    }

    .btn-bonus {
        width: 75px;
        font-size: 5px !important;
        height: 20px;
        border: 1px solid rgba(231, 233, 240, 0.30) !important;
    }

    .header h4 {
        font-size: 10px;
    }
    .bonus_background h4 {
        font-size: 6px !important;
    }
    .bonus_background .closed-gift {
        width: 25px;
        height: auto;
    }
}

@media only screen and (max-width:350px) {
    .calender-day span.box.next {
        background-size: 40% 40%;
        padding-top: 1px !important;
    }

    .rankup_reward,
    .instant_rackeback {
        padding: 10px 15px;
    }

    .calender-day span.box {
        width: 37px;
        height: 37px;
    }

    .bonus_background {
        padding: 5px 0 5px 5px;
    }

    /* .bonus_background .closed-gift {
        width: 23px;
        height: 23px;
    } */

    .reward_section {
        width: 95%;
    }

    .button button.reward-claim-button {
        height: 35px !important;
        width: 150px !important;
        font-size: 10px !important;
        margin: 15px auto !important;
    }

    .calender-day span.box.next_weekly {
        background-size: 40% 40% !important;
    }

}
/*.row.load-more-row {*/
/*    padding: 0 !important;*/
/*    margin: 0 !important;*/
/*}*/
/*img.loader-gif {*/
/*    max-height: 51px;*/
/*}*/
.pink-mobile-logo {
    background: deeppink !important;
}

/*html {*/
/*    background-color: rgb(23, 27, 46);*/
/*}*/



/* Softer button accent for primary CTAs only */
.btn-primary,
button.btn-primary,
.thm_btn,
.mr-2 {
  background-color: var(--brand-cyan);
  border-color: var(--brand-cyan);
  color: #fff;
}

.btn-primary:hover,
button.btn-primary:hover,
.thm_btn:hover,
.mr-2:hover {
  background-color: #c95716;
  color: #fff;
}


/* Professional Betarama Font Styling */
body, p, span, input, textarea, button {
  font-family: 'Satoshi', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: var(--soft-white);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Space Grotesk', 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  color: var(--brand-cyan);
}



/* Custom Betarama Focus Styles */
*:focus {
  outline: none;
  box-shadow: none;
  border-color: none;
}



/* Override Bootstrap form-control focus styles */
.form-control:focus {
  border-color: var(--brand-cyan) !important;
  box-shadow: 0 0 0 0.2rem rgba(60, 170, 255, 0.4) !important;
  outline: none !important;
}



/* Fix Betarama active buttons and modal triggers */
button#signinModalBtn,
button#signupModalBtn,
button#passwordRecoveryModalBtn,
button#signIn-tab.nav-link.btn-enter.active,
button#signUp-tab.nav-link.btn-enter.active,
button#passwordRecovery-tab.nav-link.btn-enter.active {
  background-color: var(--brand-cyan) !important;
  border-color: var(--brand-cyan) !important;
  color: #fff !important;
  box-shadow: none !important;
}



/* Reinforce override for tab buttons that are still blue */
button#signIn-tab.nav-link.btn-enter.active,
button#signUp-tab.nav-link.btn-enter.active,
button#passwordRecovery-tab.nav-link.btn-enter.active {
  background-color: var(--brand-cyan) !important;
  background-image: none !important;
  border-color: var(--brand-cyan) !important;
  color: #fff !important;
  box-shadow: none !important;
}


/* Custom Basecasino Focus Style */
*:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(60, 170, 255, 0.4);
  border-color: #1C7DF9;
}



/* Subtle ambient background glow */
body::before {
  content: "";
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: radial-gradient(circle at center, #1C7DF9 0%, transparent 70%);
  opacity: 0.04;
  pointer-events: none;
  z-index: 0;
}

/* Card style with cool-glow border and light blur */
.card, .panel, .info-box {
  background-color: rgba(15, 15, 16, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 20px rgba(60, 170, 255, 0.08);
  backdrop-filter: blur(6px);
  border-radius: 6px;
}

/* Section dividers with angled neon lines */
.section-divider {
  border-top: 2px solid var(--brand-blue);
  transform: skewY(-2deg);
  margin: 2rem 0;
}

/* Glow on headers and nav elements */
.header-bar,
.navbar,
footer {
  box-shadow: 0 2px 6px rgba(60, 170, 255, 0.2);
  border-bottom: 1px solid rgba(60, 170, 255, 0.1);
}

/* Game tile hover animation */
.game-tile {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.game-tile:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px rgba(60, 170, 255, 0.25);
  z-index: 1;
}


.category-row .slick-slide:focus, a:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: transparent !important;
}
