@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

html,
body {
    height: 100%;
}

body {
    font-family: "Inter", sans-serif;
    background-color: rgb(242, 244, 246);
    line-height: 1;
    text-size-adjust: none;
}

body,
select,
input {
    font-family: "Inter", sans-serif;
    -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    vertical-align: baseline;
    background-color: transparent;
    text-decoration: none;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
    display: block;
    margin: 0px;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
    border-radius: 0px;
}

input[type="submit"],
input[type="button"] {
    appearance: none;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

:focus {
    outline: 0px;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

*,
::after,
::before {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: border-box;
}

body {
    background-color: #f2f4f6;
    font-family: "Inter", sans-serif;
    font-weight: normal !important;
    font-style: normal;
    font-size: 13px;
    height: auto;
}

body p {
    padding-bottom: 10px;
    font-size: 13px;
}

.clearfloat {
    zoom: 1;
}

.clearfloat::before,
.clearfloat::after {
    content: "";
    display: table;
}

.clearfloat::after {
    clear: both;
}

.form-control:focus,
.form-control:active {
    background: transparent;
}

input:visited {
    background-color: transparent;
}

input:focus {
    background-color: transparent;
}

input {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #d7d8db;
    padding: 5px;
    border-radius: 3px;
}

input:-webkit-autofill {
    background-color: #054523 !important;
    color: #ffffff;
}


.filters {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* Add spacing between rows */
}

.date-range {
    display: flex;
    gap: 10px;
}

.date-range input {
    flex: 1;
    color: #626262;
}


input[type="date"]::-webkit-calendar-picker-indicator:hover {
    cursor: pointer;
    background-color: #f08b05;
    border-radius: 5px;
}




input:autofill {
    background-color: #054523 !important;
    color: #ffffff;
}

::placeholder {
    color: #ffffff;
    opacity: 1;
}

button:disabled {
    background-color: #f08b05;
    /* Change color for disabled button */
    cursor: not-allowed;
    /* Change cursor to indicate the button is disabled */
}

::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
}

.app-bet-time::-webkit-scrollbar {
    display: none;
}

.app-bet-time::-webkit-scrollbar-track {
    background: rgb(4, 1, 27);
}

.app-bet-time::-webkit-scrollbar-thumb {
    background: rgb(4, 1, 27);
}

.app-bet-time::-webkit-scrollbar-thumb:hover {
    background: rgb(4, 1, 27);
}

a {
    outline: none;
}

a:hover {
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    width: 100%;
    display: block;
}

.clearfloat {
    zoom: 1;
}

.clearfloat::before,
.clearfloat::after {
    content: "";
    display: table;
}

.clearfloat::after {
    clear: both;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.rotate-image {
    animation: rotateAnimation 2s linear infinite;
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#app {
    width: 100%;
    max-width: 540px;
    min-height: 100vh;
    position: relative;
    margin: auto;
}

.app-container {
    width: 100%;
    max-width: 540px;
    min-height: 100vh;
    position: relative;
    margin: auto;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.header-navbar {
    background-color: #033E1F;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 5px;
    max-width: 540px;
    padding: 0px 4px;
}

.header-sidebar {
    background-color: #054523;
    margin-bottom: 5px;
    max-width: 540px;
    height: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 1000%;
    z-index: 999999;
    overflow-y: auto;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    transition: all 0.5s ease-out allow-discrete;
    transition: 200ms linear 50ms;
}

.main-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
}

#logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo img {
    max-width: 180px;
}

#menu {
    width: 40px;
    cursor: pointer;
}

#menu img {
    width: 24px;
}

#accessAccount {
    display: flex;
    align-items: center;
}

.authetication {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.authetication-auth {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.authetication-auth a {
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.authetication-auth a {
    padding: 5px 5px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.authetication a {
    padding: 10px 17px;
    font-size: 14px;
    border-radius: 5px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.authetication a.login {
    background-color: #f08b05;
    color: #fff;
}

.authetication-auth a.login {
    background-color: #f08b05;
    color: #000000;
}

.authetication a.join {
    border: 1px solid #f08b05;
    color: #fff;
}

.authetication-auth a.join {
    border: 1px solid #f08b05;
    color: #f08b05;
}

.balance-link {
    display: inline-flex;
    /* Ensures content stays inline */
    align-items: center;
    text-decoration: none;
    gap: 5px;
    /* Adds spacing between KES and the balance value */
}

.balance {
    font-weight: bold;
    /* Makes the balance visually distinct */
}


.banner-caption {
    width: 100%;
}

.banner-caption #owl-demo .item img {
    border-radius: 8px;
}

/* simply-scroll-clip */

#playingNow {
    background-color: #16362D;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 10px;
    position: relative;
}

.notification {
    background-color: #16362D;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    position: absolute;
    right: 0;
}

.notification img {
    width: 20px;
}

.playerwrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 5px;
    height: 25px;
    font-size: 13px;
    width: auto;
}

.playername {
    color: #2c3172;
    width: auto;
}

.playertext {
    color: #BDBDBD;
}

.simply-scroll-container {
    position: relative;
}

.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

.simply-scroll {
    width: 100%;
    max-width: 540px;
    height: 30px;
}

.simply-scroll .simply-scroll-clip {
    width: 100%;
    height: 30px;
}

.simply-scroll .simply-scroll-list li {
    float: left;
    height: 20px;
    min-width: 200px;
    width: auto;
}

/* ----------------form--------------------*/

.pageheader {
    margin-bottom: 10px;
}

#accountwrapper {
    width: 100%;
    padding-top: 47px;
}

.account-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    min-height: 90vh;
    padding-top: 10vh;
}

.account-heading {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.account-heading h1 {
    font-size: 24px;
}

.password-form-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    max-width: 420px;
    padding: 20px;
    width: 100%;
}

.form-holder {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    min-height: 50vh;
    max-width: 420px;
    padding: 20px;
    width: 100%;
}

.form-holder .form-content {
    position: relative;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.requires-validation {
    width: 100%;
}

.requires-validation .form-button button {
    width: 100%;
}

.form-content .form-items {
    display: inline-block;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.form-content h3 {
    color: #fff;
    text-align: left;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

.form-content h3.form-title {
    margin-bottom: 30px;
}

.form-content p {
    color: #fff;
    text-align: left;
    font-weight: 300;
    line-height: 120%;
}

.form-content label,
.was-validated .form-check-input:invalid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #fff;
    line-height: 130%;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
}

.form-content input[type="text"],
.form-content input[type="password"],
.form-content input[type="email"],
.form-content input[type="phone"],
.form-content select {
    width: 100%;
    padding: 10px 20px;
    padding-left: 35px;
    text-align: left;
    outline: 0;
    border-radius: 7px;
    background-color: #054523;
    font-size: 15px;
    border: 1px solid #8d8d8d;
    font-weight: 300;
    color: #8d8d8d;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.form-content input[type="phone"]:focus {
    background-color: transparent;
}

.btn-primary {
    background-color: #f08b05;
    outline: none;
    border: 0px;
    box-shadow: none;
    color: #212529;
    border-radius: 7px;
    font-size: 16px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: #495056;
    background-color: #f08b05;
    outline: none !important;
    border: none !important;
    box-shadow: none;
    color: #212529;
}

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8d8d8d;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

.form-content textarea:hover,
.form-content textarea:focus {
    border: 0;
    background-color: #ebeff8;
    color: #8d8d8d;
}

.mv-up {
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback {
    color: #ff606e;
}

.valid-feedback {
    color: #2acc80;
}

.btn {
    padding: 10px 20px;
}

.form-content label a {
    color: #f08b05;
    text-transform: capitalize;
}

.otp-letter-input {
    max-width: 100%;
    width: 48px !important;
    margin-top: 0 !important;
    padding: 5px 17px !important;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600 !important;
    color: #FFF !important;
}

.requires-validation .inputwrap {
    position: relative;
}

.input-icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.input-icon img {
    width: 20px;
}

.input-icon-code {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    font-weight: normal;
    pointer-events: none;
    /* Prevent interaction with the icon */
    font-size: 14px;
    /* Adjust font size as needed */
}


.input-icon-right {
    position: absolute;
    top: 10px;
    right: 10px;
}

.input-icon-right img {
    width: 20px;
}

.input-icon-left {
    position: absolute;
    top: 10px;
    left: 10px;
}

.input-icon-left img {
    width: 20px;
}

.otpvalidation a {
    font-weight: 600;
}

.validation-input {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

/* ----------------gamesicons--------------------*/


#gamesicons {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.games-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    white-space: nowrap;
    overflow-y: hidden;
    justify-content: space-between;
    overflow-x: scroll !important;
}

.game-icon-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
}

.game-icon {
    width: 94px;
    display: flex;
}

.game-icon a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: #fff;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.game-icon a img {
    border-radius: 10px;
    width: 94px;
}

.game-icon a h6 {
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 600;
}

#games_navigation {
    width: 100%;
    padding-top: 0px;
}

.navigation {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll !important;
}

.navigation-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5px;
    border-radius: 5px;
}

.selectgame {
    position: relative;
    background-color: #054523;
}

.selectgame.active {
    border-bottom: solid 2px #f08b05;
    color: #f08b05;
}

.selectgame a {
    color: #000;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 5px;
    text-transform: capitalize;
    display: block;
}

.selectgame .spec-icon.new {
    background: linear-gradient(90deg, rgb(101, 225, 56) 0%, rgb(5, 186, 53) 100%);
}

.selectgame .spec-icon {
    padding: 2px 0.08rem;
    border-radius: 0.14rem 0.14rem 0.14rem 0.04rem;
    position: absolute;
    top: 2px;
    right: 0;
    font-size: 14px;
    color: #000;
    line-height: 10px;
    text-align: center;
}

#games-lobby {
    width: 100%;
    padding-top: 10px;
}

.game-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 1.333%;
    row-gap: 15px;
    align-items: flex-start;
    justify-content: space-between;
}

.game_id {
    width: 24%;
    border-radius: 10px;
    position: relative;
}

.home_game_id {
    width: 32%;
    border-radius: 10px;
    position: relative;
}

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

.game_image img {
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.game-activies {
    position: absolute;
    top: 0;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#add-to-favourite {
    display: flex;
    width: 30px;
    justify-content: center;
    align-items: self-end;
}

#add-to-favourite img {
    width: 24px;
    cursor: pointer;
}

.user-playing {
    max-width: 50px;
    min-width: 20px;
    width: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #000;
    background-color: #f08b05;
}

.user-playing img {
    width: 10px;
}

.game_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
    gap: 5px;
    position: relative;
    bottom: 5px;
    width: 94%;
    left: 0;
    right: 0;
    margin: auto;
}

.game_cta a {
    text-transform: capitalize;
    padding: 5px 5px;
    text-align: center;
    display: block;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
}

.game_cta #demo {
    width: 52px;
    display: block;
}

.game_cta #demo a {
    border: 2px solid #2c3172;
    background-color: #2c3172;
    color: #fff;
}

.game_cta #playnow {
    width: 100%;
    display: block;
}

.game_cta #playnow a {
    border: 2px solid #f08b05;
    background-color: #f08b05;
    color: #054523;
}

footer {
    background-color: #543C1E;
    background-color: #054523;
    width: 100%;
    max-width: 540px;
    padding: 0px 0;
    position: fixed;
    bottom: 0;
}

#mainfooter {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
}

.footermenu {
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 5px;
}

.footermenu:first-child {
    justify-content: flex-start;
}

.footermenu:last-child {
    justify-content: flex-end;
}

.footermenu a {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footermenu a.active-link {
    color: #f08b05;
}

.footermenu a h6 {
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
}

.footermenu img {
    width: 30px;
}

.profile-details-wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.back_btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    text-transform: capitalize;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
}

.back_btn img {
    width: 10px;
}

.back_btn a {
    background-color: #543C1E;
    padding: 10px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proflie-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
}

.account_name {
    color: #FEBF10;
}

#offer {
    width: 100%;
}

.offerwrapper-jackpot {
    background-color: #054523;
    border-radius: 10px;
    padding: 10px 10px;
    gap: 10px;
}

.offerwrapper {
    background-color: #054523;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

#offer .offerdetails {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

#offer .offerdetails p {
    font-style: italic;
    font-size: 12px;
    padding-bottom: 0;
}

#claimNow {
    background-color: #FEBF10;
}

#claimNow.offertype {
    text-wrap: nowrap;
    word-wrap: normal;
}

.offertype {
    color: #054523;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: italic;
    border-radius: 7px;
    height: 45px;
}

.progress {
    background-color: #154725;
    border-radius: 10px;
    height: 10px;
}

.progress-bar {
    background-color: #f08b05;
    height: 10px;
    padding: 2px 10px;
}

.myaccount-details {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
}

.myaccount-tab {
    width: 100%;
}

.tab {
    overflow: hidden;
    width: 100%;
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    gap: 10px;
}

.transaction-links {
    background-color: #054523;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    color: #FFF;
    font-weight: 600;
    font-size: 14px;
}

.tab button {
    background-color: #054523;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    color: #FFF;
}

.tab button .bi {
    font-size: 30px;
}

.tab button .text {
    font-weight: 600;
    font-size: 14px;
}

.tab button:hover {
    background-color: #f08b05;
    color: #054523;
}

.tab button.active {
    background-color: #f08b05;
    color: #054523;
}

.tabcontent {
    display: none;
    padding: 0;
    border-top: none;
    color: #FFF;
}

.myaccount-details-wrapper {
    width: 100%;
}

.myaccount-details-wrapper h5 {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px;
}

.card {
    background-color: #054523;
    border-radius: 7px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: none;
}

.card h6 {
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.account_bal {
    width: 100%;
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.account_bal img {
    width: 34px;
    opacity: 0.4;
}

.amount_bal,
.bonus_bal {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.amount_bal {
    border-right: 1px solid #3c3a3a;
}

.bonus_bal {
    padding-left: 20px;
}

.amount_bal .text,
.bonus_bal .text {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 13px;
    font-weight: 600;
}

.deposit-btn {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.funds .deposit-btn button {
    color: #202020;
    border: 1px solid #d7d8db;
    background-color: #f4f5f0;
    border-radius: 4px;
    font-size: 14px;
}

.deposit-btn button {
    flex: 1 1 0%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 10px 0px;
    border-radius: 7px;
    background-color: #054523;
    border: 1px solid #8d8d8d;
    font-size: 15px;
    color: #8d8d8d;
}

.account-deposit-funds .choose-amount p,
.account-withdraw-funds .choose-amount p {
    text-align: left;
    padding-bottom: 0px;
}

.amount-field button {
    width: 100%;
    padding: 7px 20px;
    font-size: 19px;
    --bs-btn-border-radius: 0.5rem;
    font-weight: 600;
}

.deposit-btn button.submit-deposit {
    background-color: #f08b05;
    border: 2px solid #f08b05;
    color: #054523;
}

.amount-field {
    width: 100%;
}

.button-increase {
    height: 40px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    padding: 12px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
    color: #000;
}

.selected {
    background-color: #f08b05;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    padding: 12px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
    color: #000;
}

.fav-selected {
    width: 30px;
    height: 30px;
    background-color: #f08b05;
    border-radius: 8px;
    border: solid #424242 0.01rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    color: #121D2A;
}

.picks-counter {
    float: right;
    background-color: #121D2A;
    color: #f08b05;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.picks-counter-clear {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.button-increase span span {
    font-size: 14px;
    font-weight: bold;
    display: block;
}

.button-increase span strong {
    font-size: 14px;
    font-weight: bold;
    display: block;
}


.pagelink {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.pagelink a {
    width: 100%;
    border-bottom: 1px solid #3c3a3a;
    color: #9794ae;
    font-size: 17px;
    text-transform: capitalize;
    padding: 5px 0;
    padding-top: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}

.pagelink a .text {
    font-size: 16px;
}

.pagelink a:hover {
    color: #9794ae;
}

.pagelink a .bi {
    background-color: #f08b05;
    padding: 20px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #054523;
}

.referrals-header {
    display: grid;
    justify-content: space-between;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    gap: 10px;
    padding: 15px 10px;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #154725;
    margin-bottom: 10px;
}

.referrals-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.referrals-number,
.referrals-points,
.referrals-amount {
    color: #f08b05;
    font-weight: 600;
    font-size: 21px;
}

.referrals-text {
    color: #8d8d8d;
    font-size: 14px;
}

.referrals-tab {
    overflow: hidden;
    width: 100%;
    display: grid;
    justify-content: space-between;
    align-items: flex-start;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    gap: 10px;
}

.referrals-tab button {
    background-color: #054523;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 10px;
    color: #FFF;
}

.referrals-tab button .text {
    font-weight: 600;
    font-size: 14px;
}

.referrals-tab button:hover {
    background-color: #f08b05;
    color: #054523;
}

.referrals-tab button.active {
    background-color: #f08b05;
    color: #054523;
}

.referralstab-content {
    display: none;
    padding: 0;
    border-top: none;
    color: #FFF;
}

.referrals-content {
    width: 100%;
    padding-top: 10px;
}

.copylink {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copylink .form-control-lg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    width: 100%;
    height: 40px;
}

.copylink button {
    background-color: #f08b05;
    border: 1px solid #f08b05;
    color: #054523;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    width: 82px;
    height: 42px;
}

.summary_table table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.summary_table td,
th {
    border: 1px solid #3c3a3a;
    text-align: left;
    padding: 8px;
}

.summary_table tr:nth-child(even) {
    background-color: #3c3a3a;
    background-color: #0A101C;
}

.summary_table {
    width: 100%;
}

#faqsAccordion {
    width: 100%;
    margin: 0;
    color: #9794ae;
}

.accordion-item {
    background-color: transparent;
    color: #111;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.accordion-header {
    padding: 0 3rem 0 0;
    min-height: 2rem;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    color: #9794ae;
    font-size: 15px;
    border-bottom: 1px solid #0A101C;
}

.accordion-header::after {
    content: "\002B";
    font-size: 1.5rem;
    position: absolute;
    right: 0;
    color: #9794ae;
}

.accordion-header.active::after {
    content: "\2212";
}

.accordion-body {
    max-height: 100%;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #9794ae;
    display: flex;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
}

.accordion-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid;
}

.rewards-header {
    display: grid;
    justify-content: space-between;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    gap: 10px;
    padding: 15px 0;
    align-items: center;
    border-radius: 7px;
}

.rewards-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 15px 10px;
    align-items: center;
    border-radius: 7px;
    border: 1px solid #154725;
}

.rewards-number,
.rewards-points,
.rewards-amount {
    color: #f08b05;
    font-weight: 600;
    font-size: 21px;
}

.rewards-text {
    color: #ffffff;
    font-size: 14px;
}

.offer_wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    gap: 5px;
}

#transaction_details {
    width: 100%;
    display: none;
}

.list_deposit,
.list_withdraw,
.list_commission {
    background-color: #054523;
    border-radius: 7px;
    color: #9794ae;
    font-size: 17px;
    display: flex;
    flex-direction: column;
    gap: 0;
    text-transform: capitalize;
}

.list_deposit .header,
.list_withdraw .header,
.list_commission .header {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #292d42;
    padding: 15px 10px;
    font-size: 14px;
}

.list_deposit .header-center,
.list_withdraw .header-center,
.list_commission .header-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #292d42;
    padding: 15px 10px;
    padding-bottom: 5px;
    font-size: 14px;
}

.list_deposit .details,
.list_withdraw .details,
.list_commission .details {
    transition: all .5s;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    padding: 10px 10px;
}

.list_deposit .open,
.list_withdraw .open,
.list_commission .open {
    background-color: #35374c;
    transition: all .3s;
}

.list_deposit .open .details,
.list_withdraw .open .details,
.list_commission .open .details {
    padding-top: .2rem;
    max-height: 10rem;
}

.details-wrap,
.extra,
.count {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list_deposit .middle-center,
.list_withdraw .middle-center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #292d42;
    padding: 5px 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 14px;
}


.list_deposit .footer,
.list_withdraw .footer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #292d42;
    padding: 5px 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    font-size: 14px;
}

#moreDetails {
    cursor: pointer;
}

.terms {
    width: 100%;
}

.terms p {
    width: 100%;
    transition: max-height 0.2s ease-out;
    color: white;
    display: flex;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
}

.terms li {
    color: white;
}

.terms h5 {
    color: white;
}

.contact_us {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.card h3 {
    width: 100%;
    justify-content: flex-start;
}

.contact_us p {
    width: 100%;
}

.contact_us a {
    color: #f08b05;
}

.social_media {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 10px;
}

.social_icon {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
}

.social_icon a {
    font-size: 27px;
}

.important-links {
    width: 100%;
    margin-bottom: 10px;
}

.messages {
    margin-bottom: 10px;
}

.notifications-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 10px;
}

.notifications-container a {
    color: #9794ae;
}

.notifications-container h6 {
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.unread-notifications-number {
    background-color: #f08b05;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0A101C;
    font-size: 12px;
    font-weight: 600;
}





dialog {
    padding: 0;
    background: #ffad00;
    width: 90%;
    max-width: 520px;
    border-radius: 10px;
    border: 0;
    box-shadow: 0 5px 30px 0 #3837374d;
    animation: fadeIn 1s ease both;
}

dialog::backdrop {
    animation: fadeIn 1s ease both;
    background: #3331314d;
    z-index: 999999;
    backdrop-filter: blur(9px);
}

dialog .x {
    filter: grayscale(1);
    border: none;
    background: none;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: ease filter, transform 0.3s;
    cursor: pointer;
    transform-origin: center;
}

dialog .x:hover {
    filter: grayscale(0);
    transform: scale(1.1);
}

dialog h2 {
    font-weight: 600;
    font-size: 2rem;
    padding-bottom: 1rem;
}

dialog p {
    font-size: 1rem;
    line-height: 1.3rem;
}

dialog p a:visited {
    color: #000;
}



.bottom-footer {
    background-color: #033E1F;
}



.notifications {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.notification-text a {
    color: #f08b05;
}

#accountBal {
    width: 100%;
    margin-bottom: 10px;
}

#iframe {
    background-color: #0A101C;
    width: 100%;
    max-width: 540px;
    position: relative;
    margin: auto;
}

/* .iframe-container {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    border: 2px solid #054523;
    border-radius: 10px;
    position: relative;
} */

/* .iframe-container {
    height: 100dvh;
    overflow-y: scroll;
    max-width: 540px;
    position: relative;
} */

/* .iframe-container {
    overflow-y: scroll;
    max-width: 540px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    background-color: #0A101C;
}

.iframe-icons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.iframe-icons {
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.iframe-container iframe {
    height: calc(100% - 30px);
    width: 100%;
} */

.iframe-container {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    border: 2px solid #054523;
    border-radius: 10px;
    position: relative;
}

.iframe-icons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 10;
    height: 30px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.iframe-container iframe {
    height: calc(100dvh - 30px);
    width: 100%;
}

.iframe-icons {
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.game-icon.hotgames img {
    background-color: #571F1B;
    width: 50px;
}

.footermenu.promogif img {
    position: absolute;
    width: 60px;
}

.footermenu.promogif a h6 {
    position: absolute;
    bottom: 5px;
}

#jackpot_pools {
    width: 100%;
}

.jackpot_items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1px;
    width: 100%;
}

.jackpot_type {
    width: 32%;
    border-radius: 10px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.jackpot_type a {
    display: flex;
    align-items: first baseline;
    width: 100%;
    padding: 7px 0px;
    gap: 5px;
    color: #FFF;
}

#minorJackpot {
    background: #090979;
    background: linear-gradient(90deg, #090979, #6710d5);
    height: 60px;
}

#grandJackpot {
    background-color: #930677;
    background: linear-gradient(90deg, #ff446c, #930677);
    height: 60px;
}

#megaJackpot {
    background: #393939;
    background: linear-gradient(90deg, #033E1F, #00d4ff);
    height: 60px;
}

.jackpot_icon {
    width: 40px;
    display: flex;
}

.jackpot_icon img {
    width: 100%;
    width: 30px;
}

.jackpot_text {
    width: 100%;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: self-start;
    gap: 3px;
}

.jackpot_text h1 {
    font-size: 15px;
}

.jackpot_text h3 {
    font-size: 13px;
    font-weight: 300;
}


/*---------------------- Media Querries---------------------- */

@media handheld,
only screen and (max-width: 480px) {
    .game_id {
        width: 24%;
    }

    .home_game_id {
        width: 32%;
    }

    .game-icon {
        width: 80px;
    }

    .game-icon a img {
        width: 70px;
    }
}

@media handheld,
only screen and (max-width: 380px) {
    .game-icon a img {
        width: 70px;
    }

    .game-icon-wrap {
        gap: 5px;
    }
}

@keyframes rotateImage {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}












.menu-wrapper {
    display: flex;
    align-items: center;
}

.menu-wrapper a {
    margin-left: auto;
}






.custom-icon {
    font-size: 1.5rem;
}




.primary-navigation-wrapper-x7k9m {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
    padding: 4px;
    padding-top: 4px;
    background-color: #033E1F;
}

.navigation-item-link-p2q8w {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    text-decoration: none;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    transition: all 0.3s ease;
    background-color: #054523;
    min-width: 0;
    /* Important: allows flex items to shrink below content size */
}

.navigation-item-link-p2q8w:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.navigation-item-link-p2q8w.navigation-item-active-state-r5t3n {
    color: #f08b05;
    border-bottom: solid #f08b05 2px;
}

.navigation-icon-container-m4v7b {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navigation-text-label-h9s6d {
    font-size: 12px;
    text-align: center;
}

/* Responsive adjustments */
@media (min-width: 481px) {
    .navigation-item-link-p2q8w {
        flex-direction: row;
        padding: 12px 16px;
        gap: 8px;
    }

    .navigation-text-label-h9s6d {
        font-size: 14px;
    }

    .navigation-icon-container-m4v7b {
        font-size: 18px;
    }

    .primary-navigation-wrapper-x7k9m {
        gap: 8px;
    }
}








.jackpot_type a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.jackpot_type img {
    flex-shrink: 0;
}

.jackpot_text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.jackpot_text h1 {
    margin: 0;
    margin-left: 10px;
    white-space: nowrap;
}










.menu-wrapper {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Overlay Background */
.overlay-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
}

/* Menu Overlay */
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 85%;
    max-width: 380px;
    height: 100vh;
    background: #033E1F;
    z-index: 9999;
    overflow-y: auto;
    color: white;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.5);
}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    background: #0d1f33;
}

.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 22px;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.close-btn:hover {
    opacity: 1;
}


/* Menu Categories */
.menu-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 20px;
}

.menu-category {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    background: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    color: white;
    transition: all 0.3s;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-category:hover {
    background: rgba(255, 255, 255, 0.06);
}

.category-icon {
    font-size: 32px;
    margin-bottom: 8px;
    position: relative;
}

.category-icon i {
    font-size: 32px;
}

.live-badge {
    position: absolute;
    top: -5px;
    right: -8px;
    background: #e74c3c;
    color: white;
    font-size: 8px;
    padding: 2px 4px;
    border-radius: 3px;
    font-weight: bold;
}

.menu-category span {
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

/* Search Bar */
.menu-search {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 25px;
    gap: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.menu-search i:first-child {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
}

.menu-search input {
    background: none;
    border: none;
    color: white;
    flex: 1;
    outline: none;
    font-size: 14px;
}

.menu-search input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.menu-search i:last-child {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3);
}

/* Sports Section */
.sports-section {
    margin-top: 20px;
}

.section-title {
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 12px;
    letter-spacing: 0.5px;
}

.sports-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 8px;
    overflow: hidden;
}

.sport-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px;
    text-decoration: none;
    color: white;
    transition: background 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sport-item:last-child {
    border-bottom: none;
}

.sport-item:hover {
    background: rgba(255, 255, 255, 0.05);
}

.sport-info {
    display: flex;
    align-items: center;
    gap: 14px;
}

.sport-info i {
    font-size: 22px;
    width: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.sport-info span {
    font-size: 15px;
    font-weight: 400;
}

.sport-item>i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

/* Logout Button */
.logout-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 16px;
    background: rgba(255, 255, 255, 0.02);
    border: none;
    color: white;
    cursor: pointer;
    margin-top: 20px;
    transition: background 0.2s;
    border-radius: 8px;
    font-size: 15px;
}

.logout-btn:hover {
    background: rgba(255, 255, 255, 0.05);
}

.logout-btn i {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

/* Transitions */
.slide-enter-active,
.slide-leave-active {
    transition: transform 0.3s ease-out;
}

.slide-enter-from {
    transform: translateX(-100%);
}

.slide-leave-to {
    transform: translateX(-100%);
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.3s ease;
}

.fade-enter-from,
.fade-leave-to {
    opacity: 0;
}

/* Scrollbar Styling */
.menu-overlay::-webkit-scrollbar {
    width: 6px;
}

.menu-overlay::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
}

.menu-overlay::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
}

.menu-overlay::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.15);
}











.app-tabbar-navigation-wrapper {
    display: flex;
    gap: 6px;
    padding-top: 10px;
    width: 100%;
}

.app-tabbar-link-card {
    flex: 1;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.app-tabbar-link-card:hover {
    transform: translateY(-2px);
}

.app-tabbar-icon-container {
    width: 100%;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.app-tabbar-icon-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.app-tabbar-text-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    z-index: 1;
}

.app-tabbar-link-text {
    color: white;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    text-align: center;
    position: relative;
    z-index: 2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    margin-top: auto;
    padding-bottom: 8px;
}

.app-tabbar-notification-badge {
    position: absolute;
    top: 4px;
    right: 4px;
    background: #ff4444;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
}











.bztu-premium-boost-card {
    background: linear-gradient(180deg, #1a1d2e 0%, #13151f 100%);
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bztu-header-title-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bztu-competition-title {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.bztu-live-indicator-badge {
    color: #ef4444;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
}

.bztu-teams-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
}

.bztu-team-info {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
}

.bztu-flag-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.bztu-team-name-text {
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
}

.bztu-versus-separator {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
    padding: 0 8px;
}

.bztu-market-title {
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    text-transform: none;
    margin-top: 4px;
}

.bztu-odds-container {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-left: auto;
    /* Push to the right */
    width: fit-content;
    /* Only take up necessary space */
}

/* Aliases row */
.bztu-odds-aliases {
    display: flex;
    gap: 3px;
    justify-content: flex-end;
    color: #000;
    /* Align to the right */
}

.bztu-odd-alias-label {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bztu-odd-number {
    font-size: 11px;
    font-weight: 600;
    color: #000;
}

/* Buttons row */
.bztu-odds-buttons {
    display: flex;
    gap: 3px;
    justify-content: flex-end;
    /* Align to the right */
}

.bztu-odd-btn-fixture {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    padding: 12px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
    color: #000;
}

.bztu-odd-btn-fixture:active {
    transform: translateY(0);
}

.bztu-odd-selected {
    background: linear-gradient(135deg, #f08b05 0%, #d67604 100%) !important;
    box-shadow: 0 2px 8px rgba(240, 139, 5, 0.4);
}

.bztu-odd-value {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

/* Original button styles for boosted games (if needed) */
.bztu-odds-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
}

.bztu-odd-btn {
    background-color: #2d3748;
    border: none;
    border-radius: 5px;
    padding: 6px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.bztu-odd-btn:hover {
    background-color: #3d4758;
    transform: translateY(-1px);
}

.bztu-odd-btn:active {
    transform: translateY(0);
}

.bztu-odd-btn:hover {
    background-color: #374151;
}

.bztu-odd-selected {
    background-color: #f08b05 !important;
}

.bztu-footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}

.bztu-game-id {
    font-size: 10px;
    font-weight: 500;
    color: #6b7280;
}

.bztu-more-markets {
    font-size: 12px;
    font-weight: 600;
    color: #f08b05;
    cursor: pointer;
}

.bztu-more-markets:hover {
    text-decoration: underline;
}












.bztu-action-filters-scroll-container::-webkit-scrollbar {
    height: 6px;
}

.bztu-action-filters-scroll-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    margin: 0 3px;
}

.bztu-action-filters-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(240, 139, 5, 0.5);
    border-radius: 3px;
}

.bztu-action-filters-scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgba(240, 139, 5, 0.8);
}

/* Action Filter Active State */
.bztu-action-filter-btn.bztu-filter-active {
    border-bottom: solid #f08b05 2px;
}

.bztu-action-filter-btn:hover {
    border-color: rgba(240, 139, 5, 0.5);
    background: linear-gradient(135deg, #32353f 0%, #252831 100%);
}













.bztu-top-overlay-filters,
.bztu-countries-overlay,
.bztu-markets-overlay,
.bztu-sports-overlay,
.bztu-leagues-overlay,
.bztu-date-overlay,
.bztu-share-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    animation: bztu-fadeIn 0.3s ease;
}

@keyframes bztu-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* ============================================
   MODAL CONTAINERS
   ============================================ */

.bztu-top-modal-filters,
.bztu-countries-modal,
.bztu-markets-modal,
.bztu-sports-modal,
.bztu-leagues-modal,
.bztu-date-modal,
.bztu-share-modal {
    background: linear-gradient(180deg, #1c1f2e 0%, #151820 100%);
    width: 100%;
    max-height: 85vh;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.5);
    animation: bztu-slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

@keyframes bztu-slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

/* ============================================
   MODAL HEADERS
   ============================================ */

.bztu-modal-header-filters,
.bztu-countries-header,
.bztu-markets-header,
.bztu-sports-header,
.bztu-leagues-header,
.bztu-date-header,
.bztu-share-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 16px 20px;
    background: #033E1F;
    border-bottom: 2px solid rgba(240, 139, 5, 0.2);
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.5px;
}

.bztu-header-close-btn-filters,
.bztu-countries-close,
.bztu-markets-close,
.bztu-sports-close,
.bztu-leagues-close,
.bztu-date-close,
.bztu-share-close {
    cursor: pointer;
    color: #f08b05;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(240, 139, 5, 0.1);
}

.bztu-header-close-btn-filters:hover,
.bztu-countries-close:hover,
.bztu-markets-close:hover,
.bztu-sports-close:hover,
.bztu-leagues-close:hover,
.bztu-date-close:hover,
.bztu-share-close:hover {
    background: rgba(240, 139, 5, 0.2);
    transform: rotate(90deg);
}

.bztu-leagues-back {
    cursor: pointer;
    color: #f08b05;
    transition: all 0.3s ease;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(240, 139, 5, 0.1);
}

.bztu-leagues-back:hover {
    background: rgba(240, 139, 5, 0.2);
    transform: translateX(-4px);
}

/* ============================================
   MODAL CONTENT AREAS
   ============================================ */

.bztu-modal-content-filters,
.bztu-countries-content,
.bztu-markets-grid,
.bztu-sports-grid,
.bztu-leagues-scroll,
.bztu-date-calendar,
.bztu-share-content {
    padding: 20px;
    overflow-y: auto;
    max-height: calc(85vh - 80px);
}

/* Custom Scrollbar */
.bztu-modal-content-filters::-webkit-scrollbar,
.bztu-countries-content::-webkit-scrollbar,
.bztu-markets-grid::-webkit-scrollbar,
.bztu-sports-grid::-webkit-scrollbar,
.bztu-leagues-scroll::-webkit-scrollbar {
    width: 6px;
}

.bztu-modal-content-filters::-webkit-scrollbar-track,
.bztu-countries-content::-webkit-scrollbar-track,
.bztu-markets-grid::-webkit-scrollbar-track,
.bztu-sports-grid::-webkit-scrollbar-track,
.bztu-leagues-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.bztu-modal-content-filters::-webkit-scrollbar-thumb,
.bztu-countries-content::-webkit-scrollbar-thumb,
.bztu-markets-grid::-webkit-scrollbar-thumb,
.bztu-sports-grid::-webkit-scrollbar-thumb,
.bztu-leagues-scroll::-webkit-scrollbar-thumb {
    background: rgba(240, 139, 5, 0.5);
    border-radius: 3px;
}

/* ============================================
   RESET BUTTON
   ============================================ */

.bztu-btn-reset-filters {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
    border: 2px solid #ef4444 !important;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
    transition: all 0.3s ease;
}

.bztu-btn-reset-filters:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(239, 68, 68, 0.4);
}

/* ============================================
   TIME FILTER BUTTONS
   ============================================ */

.bztu-filter-btn-time {
    transition: all 0.3s ease;
}

.bztu-filter-btn-time:hover {
    background-color: #424242 !important;
    transform: translateY(-2px);
}

.bztu-filter-btn-time.bztu-filter-btn-active {
    background: linear-gradient(135deg, #f08b05 0%, #d67704 100%) !important;
    box-shadow: 0 4px 12px rgba(240, 139, 5, 0.3);
}

/* ============================================
   CALENDAR STYLING
   ============================================ */

.bztu-calendar-wrapper-filters {
    transition: all 0.3s ease;
}

.bztu-calendar-wrapper-filters.bztu-calendar-has-selection {
    box-shadow: 0 4px 16px rgba(240, 139, 5, 0.3);
}

.bztu-calendar-header-filters,
.bztu-date-calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.bztu-calendar-nav-btn,
.bztu-date-calendar-nav {
    background: linear-gradient(135deg, #2a2d3a 0%, #1f2229 100%);
    transition: all 0.3s ease;
}

.bztu-calendar-nav-btn:hover,
.bztu-date-calendar-nav:hover {
    background: linear-gradient(135deg, #f08b05 0%, #d67704 100%);
    transform: scale(1.1);
}

.bztu-calendar-grid-filters,
.bztu-date-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
}

.bztu-calendar-day-name,
.bztu-date-calendar-day-name {
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #9ca3af;
    padding: 8px 0;
}

.bztu-calendar-cell-filters,
.bztu-date-calendar-cell {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    color: #e5e7eb;
    font-size: 14px;
    font-weight: 500;
}

.bztu-calendar-cell-filters:hover,
.bztu-date-calendar-cell:hover {
    background: rgba(240, 139, 5, 0.2);
    transform: scale(1.1);
}

.bztu-calendar-today,
.bztu-date-today {
    background: rgba(96, 165, 250, 0.3) !important;
    border: 2px solid #60a5fa;
}

.bztu-calendar-selected,
.bztu-date-selected {
    background: linear-gradient(135deg, #f08b05 0%, #d67704 100%) !important;
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(240, 139, 5, 0.4);
}

.bztu-calendar-empty,
.bztu-date-empty {
    cursor: default;
    background: transparent !important;
}

/* ============================================
   COUNTRY/LEAGUE/MARKET ITEMS
   ============================================ */

.bztu-country-item,
.bztu-league-country-item,
.bztu-league-item,
.bztu-market-btn,
.bztu-sport-btn {
    transition: all 0.3s ease;
    border: 1px solid rgba(240, 139, 5, 0.2);
}

.bztu-country-item:hover,
.bztu-league-country-item:hover,
.bztu-league-item:hover,
.bztu-market-btn:hover,
.bztu-sport-btn:hover {
    background: linear-gradient(135deg, #2a2d3a 0%, #1f2229 100%) !important;
    border-color: rgba(240, 139, 5, 0.5);
    transform: translateX(4px);
}

.bztu-markets-grid,
.bztu-sports-grid,
.bztu-leagues-countries-grid,
.bztu-leagues-list-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

/* ============================================
   SHARE MODAL SPECIFIC
   ============================================ */

.bztu-share-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 12px;
}

.bztu-share-datetime {
    font-size: 13px;
    color: #9ca3af;
    text-align: center;
    margin-bottom: 20px;
}

.bztu-share-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

.bztu-share-code-wrapper,
.bztu-share-link-wrapper {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.bztu-share-code-label {
    font-size: 12px;
    color: #9ca3af;
    font-weight: 600;
}

.bztu-share-code-text,
.bztu-share-link-text {
    flex: 1;
    color: #f08b05;
    font-weight: 600;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bztu-share-copy-icon,
.bztu-share-link-icon {
    color: #f08b05;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bztu-share-copy-icon:hover,
.bztu-share-link-icon:hover {
    transform: scale(1.2);
}

.bztu-share-social-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 20px;
}

.bztu-share-social-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.bztu-share-social-item:hover {
    background: rgba(240, 139, 5, 0.1);
    border-color: rgba(240, 139, 5, 0.5);
    transform: translateY(-4px);
}

.bztu-share-social-icon {
    width: 40px;
    height: 40px;
}

.bztu-share-social-label {
    font-size: 12px;
    font-weight: 600;
    color: #e5e7eb;
}








/* ============================================
   RESPONSIVE MODAL OPTIMIZATIONS (540px max)
   ============================================ */

@media (max-width: 540px) {

    .bztu-top-modal-filters,
    .bztu-countries-modal,
    .bztu-markets-modal,
    .bztu-sports-modal,
    .bztu-leagues-modal,
    .bztu-date-modal,
    .bztu-share-modal {
        max-width: 540px;
        margin: 0 auto;
    }

    .bztu-modal-header-filters,
    .bztu-countries-header,
    .bztu-markets-header,
    .bztu-sports-header,
    .bztu-leagues-header,
    .bztu-date-header,
    .bztu-share-header {
        padding: 16px 16px 12px 16px;
        font-size: 15px;
    }

    .bztu-modal-content-filters,
    .bztu-countries-content,
    .bztu-markets-grid,
    .bztu-sports-grid,
    .bztu-leagues-scroll,
    .bztu-date-calendar,
    .bztu-share-content {
        padding: 16px;
        max-height: calc(85vh - 60px);
    }
}

/* ============================================
   MODAL OVERLAYS
   ============================================ */

.bztu-top-overlay-filters,
.bztu-countries-overlay,
.bztu-markets-overlay,
.bztu-sports-overlay,
.bztu-leagues-overlay,
.bztu-date-overlay,
.bztu-share-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(8px);
    z-index: 9999;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    animation: bztu-fadeIn 0.3s ease;
}

/* ============================================
   MODAL CONTAINERS
   ============================================ */

.bztu-top-modal-filters,
.bztu-countries-modal,
.bztu-markets-modal,
.bztu-sports-modal,
.bztu-leagues-modal,
.bztu-date-modal,
.bztu-share-modal {
    background: #033E1F;
    width: 100%;
    max-width: 540px;
    max-height: 85vh;
    border-radius: 24px 24px 0 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.5);
    animation: bztu-slideUp 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

/* ============================================
   MARKETS AND SPORTS GRID - SCROLLABLE
   ============================================ */

.bztu-markets-grid,
.bztu-sports-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 20px;
}

.bztu-market-btn,
.bztu-sport-btn {
    width: 100%;
    min-width: 0;
    flex: none !important;
}

/* ============================================
   LEAGUES GRID - OPTIMIZED FOR 540px
   ============================================ */

.bztu-leagues-countries-grid,
.bztu-leagues-list-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.bztu-league-country-item,
.bztu-league-item {
    width: 100%;
    min-width: 0;
    flex: none !important;
}

/* ============================================
   COUNTRIES LIST - SINGLE COLUMN
   ============================================ */

.bztu-countries-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bztu-country-item {
    width: 100%;
}

/* ============================================
   SHARE MODAL - OPTIMIZED LAYOUT
   ============================================ */

.bztu-share-social-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 16px;
}

.bztu-share-social-item {
    padding: 12px;
}

.bztu-share-social-icon {
    width: 36px;
    height: 36px;
}

/* ============================================
   CALENDAR - COMPACT FOR 540px
   ============================================ */

.bztu-calendar-grid-filters,
.bztu-date-calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 6px;
}

.bztu-calendar-cell-filters,
.bztu-date-calendar-cell {
    padding: 8px 4px;
    font-size: 13px;
}

/* ============================================
   SCROLLBAR FOR MODAL CONTENT
   ============================================ */

.bztu-modal-content-filters::-webkit-scrollbar,
.bztu-countries-content::-webkit-scrollbar,
.bztu-markets-grid::-webkit-scrollbar,
.bztu-sports-grid::-webkit-scrollbar,
.bztu-leagues-scroll::-webkit-scrollbar {
    width: 6px;
}

.bztu-modal-content-filters::-webkit-scrollbar-track,
.bztu-countries-content::-webkit-scrollbar-track,
.bztu-markets-grid::-webkit-scrollbar-track,
.bztu-sports-grid::-webkit-scrollbar-track,
.bztu-leagues-scroll::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 3px;
}

.bztu-modal-content-filters::-webkit-scrollbar-thumb,
.bztu-countries-content::-webkit-scrollbar-thumb,
.bztu-markets-grid::-webkit-scrollbar-thumb,
.bztu-sports-grid::-webkit-scrollbar-thumb,
.bztu-leagues-scroll::-webkit-scrollbar-thumb {
    background: rgba(240, 139, 5, 0.5);
    border-radius: 3px;
}

/* ============================================
   FILTER BUTTONS - RESPONSIVE TEXT
   ============================================ */

@media (max-width: 380px) {
    .bztu-action-filter-btn {
        min-width: 100px !important;
        padding: 10px 12px !important;
    }

    .bztu-action-filter-btn span {
        font-size: 12px !important;
        gap: 4px !important;
    }

    .bztu-action-filter-btn i {
        font-size: 12px !important;
    }
}









.bztu-filter-active {
    border-bottom: solid #f08b05 2px;
}

.bztu-action-filter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(240, 139, 5, 0.3);
}

/* Market filter styles */
.bztu-market-filter-active {
    border-bottom: solid 2px #f08b05;
}

.bztu-market-filter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(240, 139, 5, 0.3);
}

/* Hide scrollbar but keep functionality */
.bztu-markets-filters-scroll-container::-webkit-scrollbar {
    height: 4px;
}

.bztu-markets-filters-scroll-container::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
}

.bztu-markets-filters-scroll-container::-webkit-scrollbar-thumb {
    background: rgba(240, 139, 5, 0.3);
    border-radius: 2px;
}

.bztu-markets-filters-scroll-container::-webkit-scrollbar-thumb:hover {
    background: rgba(240, 139, 5, 0.5);
}



















.bztu-mkts-filter-zone {
    padding: 5px 0;
}

.bztu-mkts-filter-scrollbox {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 8px;
    padding: 4px 0 8px 0;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    background: #033E1F;
    scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.bztu-mkts-filter-scrollbox::-webkit-scrollbar {
    height: 4px;
}

.bztu-mkts-filter-scrollbox::-webkit-scrollbar-track {
    background: transparent;
}

.bztu-mkts-filter-scrollbox::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
}

.bztu-mkts-chip-btn {
    flex: 0 0 auto;
    padding: 8px 16px;
    border-radius: 3px;
    background-color: #054523;
    border: 1px solid #2b3139;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    outline: none;
}

.bztu-mkts-chip-btn:hover:not(.bztu-mkts-chip-btn--on) {
    background-color: #252c35;
    border-color: #3a4149;
}

.bztu-mkts-chip-btn--on {
    border: solid #f08b05 1px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
}

/* ========================================
   MARKETS MAIN WRAPPER
   ======================================== */
.bztu-mkts-main-wrapper {
    width: 100%;
}

/* ========================================
   EMPTY/ZERO STATE
   ======================================== */
.bztu-mkts-zero-state {
    text-align: center;
    padding: 48px 16px;
    color: #848e9c;
}

.bztu-mkts-zero-ico {
    font-size: 48px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.4;
}

.bztu-mkts-zero-txt {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

/* ========================================
   SINGLE MARKET BLOCK
   ======================================== */
.bztu-mkts-single-block {
    margin-bottom: 2px;
    background-color: #1e2329;
}

/* ========================================
   MARKET HEADER BAR
   ======================================== */
.bztu-mkts-header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 7px 12px;
    background: #fff;
    background-color: rgba(243, 244, 246, 0.8);
    color: #000;
    transition: background-color 0.15s ease;
    user-select: none;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.bztu-mkts-header-label {
    text-transform: capitalize;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.01em;
}

.bztu-mkts-header-chevron {
    color: #000;
    font-size: 14px;
    transition: transform 0.2s ease;
}

/* ========================================
   DROPDOWN/ACCORDION AREA
   ======================================== */
.bztu-mkts-dropdown-area {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bztu-mkts-dropdown-area--expanded {
    max-height: 3000px;
}

/* ========================================
   ODDS FLEX GRID
   ======================================== */
.bztu-mkts-odds-flexgrid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    color: #000;
}

/* ========================================
   ODDS TILE (INDIVIDUAL ODD BUTTON)
   ======================================== */
.bztu-mkts-odds-tile {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px;
    padding: 6px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.15s ease;
    color: #000;
}

.bztu-mkts-odds-tile--picked {
    background-color: #f08b05;
    border-color: #f08b05;
}

.bztu-mkts-odds-tile--picked .bztu-mkts-odds-name {
    color: #1e2329;
    font-weight: 600;
}

.bztu-mkts-odds-tile--picked .bztu-mkts-odds-num {
    color: #1e2329;
    font-weight: 700;
}

.bztu-mkts-odds-tile--disabled {
    opacity: 0.4;
    cursor: not-allowed;
    background-color: #181a20;
    border-color: #252c35;
}

.bztu-mkts-lock-symbol {
    font-size: 16px;
    color: #848e9c;
}

/* ========================================
   ODDS CONTENT (INSIDE TILE)
   ======================================== */
.bztu-mkts-odds-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 8px 12px;
    gap: 8px;
}

.bztu-mkts-odds-name {
    flex: 1;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bztu-mkts-odds-num {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    white-space: nowrap;
    margin-left: auto;
}

/* ========================================
   RESPONSIVE BREAKPOINTS
   ======================================== */
@media (max-width: 768px) {
    .bztu-mkts-filter-scrollbox {
        padding-left: 4px;
        padding-right: 4px;
    }

    .bztu-mkts-odds-flexgrid {
        gap: 6px;
        padding: 10px;
    }

    .bztu-mkts-odds-content {
        padding: 6px 10px;
    }

    .bztu-mkts-odds-name {
        font-size: 11px;
    }

    .bztu-mkts-odds-num {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .bztu-mkts-chip-btn {
        padding: 6px 12px;
        font-size: 12px;
    }

    .bztu-mkts-header-label {
        font-size: 12px;
    }
}













@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.bztu-filter-disabled {
    pointer-events: none;
    opacity: 0.6;
    cursor: not-allowed !important;
}













.bztu-filters-wrapper {
    background-color: #fff;
}










.maincontent {
    background-color: #033E1F;
}






















.betslip-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 999;
    animation: fadeIn 0.2s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bet-slip-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 540px;
    margin: 0 auto;
    background-color: #fff;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
    max-height: 85vh;
    overflow: hidden;
    z-index: 1000;
    /* Higher than backdrop */
    display: flex;
    flex-direction: column;
    animation: slideUp 0.3s ease;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }

    to {
        transform: translateY(0);
    }
}

/* Header */
.betslip-header {
    background-color: #033E1F;
    padding: 12px 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #054523;
    position: sticky;
    top: 0;
    z-index: 10;
    flex-shrink: 0;
    /* Prevent header from shrinking */
}

.betslip-header h4 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.close-btn {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-btn {
    flex: 1;
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.action-btn:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.action-btn i {
    font-size: 14px;
}

/* Scrollable Content Container - NEW */
.bet-slip-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
    min-height: 0;
    /* Important for flex scrolling */
}

/* Bet List - Scrollable */
.bet-slip-list {
    background-color: var(--clr-blu);
    padding: 8px;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
    /* Important for flex scrolling */
}

/* Bet Item */
.bet-slip-item {
    padding: 8px;
    margin-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #efefef;
    color: #000;
}

.remove-pick-btn {
    position: absolute;
    top: 4px;
    right: 4px;
    background: transparent;
    border: none;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
    z-index: 2;
}

.remove-pick-btn:hover {
    color: #ff4444;
}

.deactivated-game {
    background-color: #ff4444;
    color: #000;
    padding: 4px 8px;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 6px;
}

.pick-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
    padding-right: 24px;
}

.match-name {
    color: var(--background-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    flex: 1;
    line-height: 1.3;
}

.match-name:hover {
    text-decoration: underline;
}

.odds-badge {
    background-color: var(--clr-blu-80);
    color: #000;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.pick-info {
    color: #000;
    font-size: 11px;
    margin-bottom: 2px;
    opacity: 0.8;
}

.pick-selection {
    color: var(--background-color);
    font-size: 11px;
    font-weight: 500;
}

/* Form - Fixed at Bottom */
.bet-slip-form {
    background-color: var(--clr-blu-80);
    padding: 12px;
    border-top: 1px solid #efefef;
    flex-shrink: 0;
    position: sticky;
    bottom: 0;
    z-index: 5;
}

.winboost-message {
    background-color: rgba(159, 246, 26, 0.1);
    border: 1px solid rgba(159, 246, 26, 0.3);
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 10px;
    color: #054523;
    font-size: 11px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 6px;
}

.stake-input-wrapper {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
}

.stake-select {
    flex: 0 0 85px;
    background-color: transparent;
    border: 1px solid #054523;
    color: #000;
    padding: 10px 6px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.stake-input {
    flex: 1;
    background-color: transparent;
    border: 1px solid #054523;
    color: #000;
    padding: 10px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.stake-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

/* Summary */
.bet-summary {
    margin-bottom: 12px;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    color: #000;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.summary-row:last-child {
    border-bottom: none;
}

.summary-row.highlight {
    font-weight: 600;
    color: #054523;
}

/* Tooltip */
.tooltip-box {
    background: #1a242d;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.tooltip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #000;
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 8px;
}

.tooltip-header button {
    background: transparent;
    border: none;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.tooltip-content p {
    display: flex;
    justify-content: space-between;
    color: var(--background-color);
    font-size: 11px;
    margin: 4px 0;
    padding: 4px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.tooltip-content p:last-child {
    border-bottom: none;
}

/* Place Bet Button */
.place-bet-btn {
    width: 100%;
    background-color: #28a745;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.place-bet-btn:hover:not(:disabled) {
    background-color: #8de515;
    transform: translateY(-1px);
}

.place-bet-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Empty State */
.empty-state {
    padding: 24px 16px;
    text-align: center;
    background-color: var(--clr-blu-80);
}

.empty-title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 16px;
}

.booking-input {
    width: 100%;
    height: 44px;
    background-color: var(--clr-blu-lit);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #000;
    text-align: center;
    padding: 0 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
}

.booking-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.load-betslip-btn {
    width: 100%;
    background-color: var(--background-color);
    color: #000;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

/* Responsive */
@media (max-width: 540px) {
    .bet-slip-modal {
        max-width: 100%;
        border-radius: 0;
    }
}






.bet-icon-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.icon-container {
    position: relative;
}

.bet-count {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #f08b05;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

















.zephyr-primary-navigation-wrapper {
    background-color: #054523;
    position: relative;
}

.zephyr-nav-horizontal-flex-container {
    display: flex;
    align-items: center;
    position: relative;
    background: #054523;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.zephyr-scrollable-menu-region {
    flex: 1;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.zephyr-scrollable-menu-region::-webkit-scrollbar {
    display: none;
}

.zephyr-menu-items-flex-group {
    display: flex;
    gap: 0;
    padding-right: 60px;
}

.zephyr-navigation-link-element {
    color: #ffffff;
    text-decoration: none;
    padding: 12px 10px;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.2s;
    position: relative;
}

.zephyr-navigation-link-element:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.zephyr-navigation-link-element.zephyr-link-active-state {
    color: #f08b05;
    background-color: #033E1F;
}

.zephyr-navigation-link-element.zephyr-link-active-state::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #f08b05;
}

.zephyr-sticky-search-icon-container {
    position: sticky;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 10px;
    background-color: #054523;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.2s;
    z-index: 10;
}

.zephyr-sticky-search-icon-container::before {
    content: '';
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(to right, transparent, #054523);
    pointer-events: none;
}

.zephyr-sticky-search-icon-container:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

/* Sports Icon Navigation Styles */
.zephyr-sports-icon-nav-container {
    background-color: #054523;
    padding: 2px 0;
}

.zephyr-sports-scrollable-region {
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.zephyr-sports-scrollable-region::-webkit-scrollbar {
    display: none;
}

.zephyr-sports-icon-flex-group {
    display: flex;
    align-items: center;
}

.zephyr-sport-icon-link {
    display: flex;
    align-items: center;
    padding: 2px 2px;
    border-radius: 3px;
    text-decoration: none;
    transition: all 0.3s ease;
    background-color: transparent;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

.zephyr-sport-icon-link.zephyr-sport-active {
    background: #f08b05;
    padding: 0px 8px;
}

.zephyr-sport-icon-link.zephyr-sport-active:hover {
    background: #f08b05;
}

.zephyr-sport-icon-wrapper {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #033E1F;
    border-radius: 6px;
    padding: 7px;
}

/* Remove green background when sport is active */
.zephyr-sport-icon-link.zephyr-sport-active .zephyr-sport-icon-wrapper {
    background-color: transparent;
}

.zephyr-sport-icon-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Sport name - hidden by default, visible on active */
.zephyr-sport-name-label {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    display: none;
}

.zephyr-sport-icon-link.zephyr-sport-active .zephyr-sport-name-label {
    display: block;
}

/* Loading and Error States */
.zephyr-sports-loading-state {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 12px;
    color: #ffffff;
    font-size: 14px;
}

.zephyr-sports-spinner {
    width: 24px;
    height: 24px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: zephyr-spin 0.8s linear infinite;
}

@keyframes zephyr-spin {
    to {
        transform: rotate(360deg);
    }
}

.zephyr-sports-error-state {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 12px;
    color: #f08b05;
    font-size: 14px;
}

.zephyr-sports-retry-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

.zephyr-sports-retry-btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.zephyr-sports-empty-state {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}














.bztu-sticky-filters-wrapper {
    position: sticky;
    top: 47px;
    /* Height of navbar */
    z-index: 999;
    /* Below navbar (9999) but above content */
    background-color: #054523;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional: adds shadow when sticky */
}

/* Ensure smooth transitions */
.bztu-sticky-filters-wrapper {
    transition: box-shadow 0.3s ease;
}













.bet_count {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F08B05;
    border-color: #F08B05;
}


.bet_counter {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F08B05;
}










.betslip-actions {
    background-color: #054523;
    padding: 6px 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    color: #fff;
    flex-shrink: 0;
}

.action-btn-left {
    justify-self: start;
}

.action-btn-center {
    justify-self: center;
}

.action-btn-right {
    justify-self: end;
}












.bztu-betslip-stake-wrapper {
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 12px 0;
    flex-wrap: nowrap;
}

.bztu-betslip-quick-stake {
    padding: 8px 10px;
    background-color: #f5f5f5;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 50px;
}

.bztu-betslip-quick-stake:hover {
    background-color: #e8e8e8;
    border-color: #054523;
}

.bztu-betslip-quick-stake:active {
    background-color: #054523;
    color: #fff;
    transform: scale(0.96);
}

.bztu-betslip-custom-stake {
    flex: 1;
    padding: 8px 10px;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    color: #333;
    text-align: center;
    min-width: 70px;
}

.bztu-betslip-custom-stake:focus {
    outline: none;
    border-color: #054523;
    box-shadow: 0 0 0 2px rgba(5, 69, 35, 0.1);
}

/* Remove number input arrows */
.bztu-betslip-custom-stake::-webkit-inner-spin-button,
.bztu-betslip-custom-stake::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bztu-betslip-custom-stake[type=number] {
    -moz-appearance: textfield;
}

















.account-links {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 15px 15px;
    background: #033E1F;
    gap: 5px;
}














.search-input::placeholder {
    color: #000;
    opacity: 1;
}











.jalasbets-promo-main-wrapper {
    padding: 20px 0;
    background: linear-gradient(180deg, #054523 0%, #033E1F 100%);
    min-height: 100vh;
}

.jalasbets-promo-header {
    position: relative;
}

.jalasbets-promo-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    margin-bottom: 12px;
    transition: opacity 0.2s;
}

.jalasbets-promo-back-btn:hover {
    opacity: 0.8;
}

.jalasbets-promo-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
}

.jalasbets-promo-grid-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.jalasbets-promo-card {
    background: linear-gradient(135deg, #054523 0%, #033E1F 100%);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jalasbets-promo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

.jalasbets-promo-image-wrapper {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.jalasbets-promo-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.jalasbets-promo-content {
    padding: 20px;
}

.jalasbets-promo-card-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 8px 0;
}

.jalasbets-promo-card-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

.jalasbets-promo-actions {
    display: flex;
    gap: 12px;
    align-items: center;
}

.jalasbets-promo-btn {
    flex: 1;
    padding: 12px 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
}

.jalasbets-promo-btn-secondary {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.jalasbets-promo-btn-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
}

.jalasbets-promo-btn-primary {
    background: #f08b05;
    color: #fff;
    border: none;
}

.jalasbets-promo-btn-primary:hover {
    background: #f08b05;
    transform: scale(1.02);
}

/* Mobile responsiveness */
@media (max-width: 767px) {
    .jalasbets-promo-main-wrapper {
        padding: 16px 0;
    }

    .jalasbets-promo-title {
        font-size: 20px;
    }

    .jalasbets-promo-image-wrapper {
        height: 200px;
    }

    .jalasbets-promo-content {
        padding: 16px;
    }

    .jalasbets-promo-card-title {
        font-size: 16px;
    }
}













.bhp-app-wrapper {
    min-height: 100vh;
    background-color: #054523;
}

.bhp-main-wrapper {
    padding: 1rem;
    min-height: calc(100vh - 120px);
}

.bhp-container {
    margin: 0 auto;
}

/* Header */
.bhp-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.bhp-back-btn {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    transition: opacity 0.2s;
}

.bhp-back-btn:hover {
    opacity: 0.8;
}

.bhp-back-icon {
    font-size: 1.5rem;
    font-weight: bold;
}

.bhp-back-text {
    font-size: 0.9rem;
}

.bhp-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0;
}

/* Tabs */
.bhp-tabs-wrapper {
    margin-bottom: 1.5rem;
}

.bhp-tabs-container {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.bhp-tabs-container::-webkit-scrollbar {
    height: 4px;
}

.bhp-tabs-container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

.bhp-tab-btn {
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: #ffffff;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
}

.bhp-tab-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.bhp-tab-btn.bhp-active {
    background: #ffffff;
    color: #054523;
}

/* Loading */
.bhp-loading-wrapper {
    text-align: center;
    padding: 3rem 1rem;
}

.bhp-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: bhp-spin 1s linear infinite;
    margin: 0 auto 1rem;
}

@keyframes bhp-spin {
    to {
        transform: rotate(360deg);
    }
}

.bhp-loading-text {
    color: #ffffff;
    font-size: 0.9rem;
}

/* Content Area */
.bhp-content-area {
    position: relative;
}

.bhp-tab-content {
    display: none;
}

.bhp-tab-content.bhp-active {
    display: block;
}

/* Bet Cards */
.bhp-bets-list {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    margin-bottom: 2rem;
}

.bhp-bet-card {
    background-color: #033E1F;
    border-radius: 8px;
    padding: 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
}

.bhp-bet-card:hover {
    background-color: #033E1F;
    transform: translateY(-2px);
}

.bhp-card-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bhp-card-header-row {
    margin-bottom: 0.75rem;
}

.bhp-bet-id {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.bhp-id-hash {
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 600;
}

.bhp-bet-type {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.bhp-bet-status {
    padding: 0.25rem 0.75rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
}

.bhp-status-won {
    color: #4ade80;
}

.bhp-status-lost {
    color: #f87171;
}

.bhp-status-pending {
    color: #fbbf24;
}

.bhp-status-cancelled {
    color: #94a3b8;
}

.bhp-bet-datetime {
    color: #ffffff;
    font-size: 0.85rem;
}

.bhp-bet-amount {
    display: flex;
    align-items: baseline;
    gap: 0.25rem;
}

.bhp-currency {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
}

.bhp-amount-value {
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
}

/* Error & Empty States */
.bhp-error-msg,
.bhp-empty-state {
    text-align: center;
    padding: 2rem 1rem;
    color: #ffffff;
}

.bhp-empty-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.bhp-empty-text {
    font-size: 0.9rem;
    opacity: 0.8;
}

/* Pagination */
.bhp-pagination-wrapper {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: #054523;
    padding: 1.5rem 0;
    margin-top: auto;
}

.bhp-pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.bhp-page-btn {
    min-width: 36px;
    height: 36px;
    padding: 0.5rem;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bhp-page-btn:hover:not(:disabled) {
    background: rgba(255, 255, 255, 0.2);
}

.bhp-page-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.bhp-page-btn.bhp-page-active {
    background: #ffffff;
    color: #054523;
    border-color: #ffffff;
}

.bhp-page-ellipsis {
    background: transparent;
    border: none;
    cursor: default;
}

.bhp-page-prev,
.bhp-page-next {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Responsive Design */
@media (max-width: 640px) {
    .bhp-main-wrapper {
        padding: 0.75rem;
    }

    .bhp-title {
        font-size: 1rem;
    }

    .bhp-pagination-container {
        gap: 0.35rem;
    }

    .bhp-page-btn {
        min-width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
}


























.wagerwise-app-wrapper {
    min-height: 100vh;
    background: linear-gradient(180deg, #0a4d2e 0%, #063b23 100%);
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.wagerwise-content-zone {
    max-width: 100%;
    margin: 0 auto;
}

.wagerwise-primary-content {
    padding-bottom: 80px;
}

/* Header Navigation */
.wagerwise-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wagerwise-back-trigger {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    padding: 0;
}

.wagerwise-back-chevron {
    font-size: 24px;
    font-weight: 300;
}

.wagerwise-back-label {
    font-size: 16px;
}

.wagerwise-filter-tabs {
    display: flex;
    gap: 16px;
}

.wagerwise-tab-option {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    padding: 4px 0;
    opacity: 0.6;
    transition: opacity 0.2s;
}

.wagerwise-tab-option:hover {
    opacity: 0.8;
}

.wagerwise-tab-active {
    opacity: 1;
    color: #4ade80;
    border-bottom: 2px solid #4ade80;
}

/* Bet Canvas */
.wagerwise-bet-canvas {
    padding: 0;
}

/* Empty State */
.wagerwise-empty-placeholder {
    text-align: center;
    padding: 60px 20px;
}

.wagerwise-empty-icon {
    font-size: 48px;
    margin-bottom: 16px;
}

/* Bet Container */
.wagerwise-bet-container {
    background: transparent;
}

/* Bet Header */
.wagerwise-bet-topline {
    padding: 20px;
    background: rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wagerwise-placement-info {
    font-size: 13px;
    color: #e0e0e0;
    margin-bottom: 8px;
}

.wagerwise-bet-identifier {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 16px;
}

/* Summary Metrics */
.wagerwise-summary-metrics {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.wagerwise-metric-unit {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wagerwise-metric-tag {
    font-size: 12px;
    color: #b0b0b0;
    display: flex;
    gap: 8px;
}

.wagerwise-won-badge {
    color: #4ade80;
    font-weight: 600;
}

.wagerwise-lost-badge {
    color: #f87171;
    font-weight: 600;
}

.wagerwise-metric-figure {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

/* Financial Row */
.wagerwise-financial-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.wagerwise-finance-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.wagerwise-finance-label {
    font-size: 12px;
    color: #b0b0b0;
}

.wagerwise-finance-value {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

/* Selections List */
.wagerwise-selections-list {
    padding: 0;
}

.wagerwise-selection-card {
    position: relative;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.1);
}

.wagerwise-selection-card:hover {
    background: rgba(0, 0, 0, 0.15);
}

/* Match Header */
.wagerwise-match-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.wagerwise-match-identity {
    flex: 1;
}

.wagerwise-match-teams {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.wagerwise-market-choice {
    font-size: 13px;
    color: #e0e0e0;
    margin: 0 0 4px 0;
}

.wagerwise-event-timing {
    font-size: 12px;
    color: #b0b0b0;
    margin: 0;
}

/* Selection Meta */
.wagerwise-selection-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.wagerwise-odds-display {
    font-size: 18px;
    font-weight: 700;
    color: #4ade80;
}

.wagerwise-status-badge {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    text-transform: capitalize;
}

.wagerwise-status-won {
    background: rgba(74, 222, 128, 0.2);
    color: #4ade80;
}

.wagerwise-status-lost {
    background: rgba(248, 113, 113, 0.2);
    color: #f87171;
}

.wagerwise-status-active {
    background: rgba(96, 165, 250, 0.2);
    color: #60a5fa;
}

/* Outcome Icon */
.wagerwise-outcome-icon {
    position: absolute;
    right: 20px;
    bottom: 16px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    border: 2px solid;
}

.wagerwise-icon-won {
    background: rgba(74, 222, 128, 0.15);
    border-color: #4ade80;
    color: #4ade80;
}

.wagerwise-icon-lost {
    background: rgba(248, 113, 113, 0.15);
    border-color: #f87171;
    color: #f87171;
}

.wagerwise-icon-active {
    background: rgba(96, 165, 250, 0.15);
    border-color: #60a5fa;
    color: #60a5fa;
}

/* Responsive */
@media (max-width: 640px) {
    .wagerwise-nav-header {
        padding: 12px 16px;
    }

    .wagerwise-bet-topline {
        padding: 16px;
    }

    .wagerwise-selection-card {
        padding: 14px 16px;
    }

    .wagerwise-match-teams {
        font-size: 14px;
    }

    .wagerwise-odds-display {
        font-size: 16px;
    }
}





















.txn-header-wrapper {
    background: linear-gradient(135deg, #0a4a2e 0%, #0d5c3a 100%);
    padding: 1.5rem 1rem;
    margin: -1rem -1rem 1.5rem -1rem;
    border-radius: 0 0 1.25rem 1.25rem;
}

.txn-header-content {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.txn-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.txn-back-btn:hover {
    color: #f08b05;
    transform: translateX(-2px);
}

.txn-back-btn i {
    font-size: 1.1rem;
}

.txn-page-title {
    color: #f08b05;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0;
    letter-spacing: -0.02em;
}

/* Filter Section */
.txn-filter-section {
    background: #0a4a2e;
    border-radius: 0.875rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.txn-filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s ease;
}

.txn-filter-header:hover {
    background: rgba(240, 139, 5, 0.05);
}

.txn-filter-label {
    color: rgba(255, 255, 255, 0.95);
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 0.01em;
}

.txn-filter-header i {
    color: #f08b05;
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.txn-filter-tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.625rem;
    padding: 0 1.25rem 1.25rem 1.25rem;
    background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 640px) {
    .txn-filter-tabs {
        grid-template-columns: repeat(4, 1fr);
    }
}

.txn-filter-tab {
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 0.625rem;
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.txn-filter-tab::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.txn-filter-tab span {
    position: relative;
    z-index: 1;
}

.txn-filter-tab:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(240, 139, 5, 0.1);
}

.txn-filter-tab-active {
    background: linear-gradient(135deg, #f08b05 0%, #ff9f24 100%);
    color: #0a1929;
    font-weight: 700;
    box-shadow: 0 4px 16px rgba(240, 139, 5, 0.3);
}

.txn-filter-tab-active::before {
    opacity: 1;
}

/* Dropdown Animation */
.txn-dropdown-enter-active,
.txn-dropdown-leave-active {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.txn-dropdown-enter-from,
.txn-dropdown-leave-to {
    opacity: 0;
    transform: translateY(-10px);
}

/* Transaction Cards */
.txn-list-container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.txn-card {
    background: linear-gradient(135deg, #0a4a2e 0%, #0d5c3a 100%);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid rgba(240, 139, 5, 0.1);
}

.txn-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(240, 139, 5, 0.15);
    border-color: rgba(240, 139, 5, 0.3);
}

.txn-card-header {
    background: rgba(0, 0, 0, 0.2);
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid rgba(240, 139, 5, 0.15);
}

.txn-meta-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.txn-meta-label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.txn-meta-value {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.875rem;
    font-weight: 600;
    font-family: 'Monaco', 'Courier New', monospace;
}

.txn-card-body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.txn-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.625rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.txn-detail-row:last-child {
    border-bottom: none;
}

.txn-detail-label {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.875rem;
    font-weight: 500;
}

.txn-detail-value {
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.9rem;
    font-weight: 600;
    text-align: right;
}

.txn-reference {
    font-family: 'Monaco', 'Courier New', monospace;
    font-size: 0.85rem;
    background: rgba(0, 0, 0, 0.2);
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
}

.txn-amount-row {
    background: rgba(240, 139, 5, 0.08);
    padding: 0.875rem;
    margin: 0.5rem -0.25rem;
    border-radius: 0.625rem;
    border: 1px solid rgba(240, 139, 5, 0.2);
}

.txn-amount-value {
    color: #f08b05;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Monaco', 'Courier New', monospace;
}

/* Status Badges */
.txn-status-badge {
    display: inline-block;
    padding: 0.375rem 0.875rem;
    border-radius: 1.25rem;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.txn-status-approved {
    background: rgba(34, 197, 94, 0.15);
    color: #4ade80;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.txn-status-failed {
    background: rgba(239, 68, 68, 0.15);
    color: #f87171;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.txn-status-pending {
    background: rgba(251, 191, 36, 0.15);
    color: #fbbf24;
    border: 1px solid rgba(251, 191, 36, 0.3);
}

.txn-status-rollback {
    background: rgba(156, 163, 175, 0.15);
    color: #9ca3af;
    border: 1px solid rgba(156, 163, 175, 0.3);
}

/* Empty State */
.txn-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, #0a4a2e 0%, #0d5c3a 100%);
    border-radius: 1rem;
    text-align: center;
}

.txn-empty-icon {
    width: 4.5rem;
    height: 4.5rem;
    background: rgba(240, 139, 5, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border: 2px solid rgba(240, 139, 5, 0.2);
}

.txn-empty-icon i {
    font-size: 2rem;
    color: #f08b05;
}

.txn-empty-text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
}

.txn-empty-subtext {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 640px) {
    .txn-header-wrapper {
        margin: -1rem -0.75rem 1rem -0.75rem;
        padding: 1.25rem 0.75rem;
    }

    .txn-page-title {
        font-size: 1.25rem;
    }

    .txn-card-body {
        padding: 1rem;
    }

    .txn-detail-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.375rem;
    }

    .txn-detail-value {
        text-align: left;
    }
}












.profile-app-wrapper {
    min-height: 100vh;
    background: linear-gradient(180deg, #033E1F 0%, #0f2818 100%);
    color: #ffffff;
}

/* Header Bar */
.profile-header-bar {
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    background: #033E1F;
    position: sticky;
    top: 0;
    z-index: 100;
}

.profile-back-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.5rem;
}

.profile-page-title {
    flex: 1;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
    margin-right: 4rem;
}

/* Main Content */
.profile-main-content {
    padding: 0 0 2rem 0;
}

/* Balance Cards */
.profile-balance-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
    padding: 1.5rem;
}

.profile-info-card {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    padding: 1rem;
}

.profile-card-label {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.5rem;
}

.profile-card-value {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
}

/* Action Buttons */
.profile-action-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 0 1.5rem 1.5rem;
}

.profile-action-btn {
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-withdraw-action {
    background: #6c757d;
    color: #ffffff;
}

.profile-withdraw-action:hover {
    background: #5a6268;
}

.profile-deposit-action {
    background: #28a745;
    color: #ffffff;
}

.profile-deposit-action:hover {
    background: #218838;
}

/* Menu Section */
.profile-menu-section {
    margin: 1.5rem 1.5rem;
}

.profile-section-title {
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 1rem;
}

.profile-menu-list {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    overflow: hidden;
}

.profile-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.25rem;
    color: #ffffff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: background 0.2s ease;
}

.profile-menu-item:last-child {
    border-bottom: none;
}

.profile-menu-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Logout Section */
.profile-logout-section {
    padding: 1.5rem;
}

.profile-logout-btn {
    width: 100%;
    padding: 1rem;
    background: transparent;
    border: 2px solid #f08b05;
    border-radius: 8px;
    color: #f08b05;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
}

.profile-logout-btn:hover {
    background: rgba(255, 0, 0, 0.1);
}

/* Modal Styles */
.profile-custom-modal {
    border: none;
    border-radius: 12px;
    padding: 0;
    max-width: 500px;
    width: 90%;
    background: #ffffff;
}

.profile-custom-modal::backdrop {
    background: rgba(0, 0, 0, 0.7);
}

.profile-modal-container {
    border-radius: 12px;
    overflow: hidden;
    background-color: #033E1F;
}

.profile-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: #033E1F;
    color: #ffffff;
}

.profile-modal-title {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
}

.profile-modal-close-btn {
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s ease;
}

.profile-modal-close-btn:hover {
    opacity: 0.7;
}

.profile-modal-body {
    padding: 1.5rem;
    color: #fff;
    background-color: #054523;
}

/* Quick Amount Grid */
.profile-quick-amount-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.profile-quick-amount-btn {
    padding: 0.75rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    background: #ffffff;
    color: #333333;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-quick-amount-btn:hover {
    border-color: #033E1F;
}

.profile-amount-active {
    background: #f08b05;
    color: #ffffff;
    border-color: #033E1F;
}

/* Input Group */
.profile-input-group {
    margin-bottom: 1rem;
}

.profile-input-label {
    display: block;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}

.profile-amount-input {
    width: 100%;
    padding: 0.875rem;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.profile-amount-input:focus {
    outline: none;
    border-color: #f08b05;
}

/* Info Text */
.profile-info-text {
    margin-bottom: 1.5rem;
}

.profile-info-text div {
    font-size: 0.75rem;
    color: #f08b05;
    margin: 0.25rem 0;
}

/* Submit Buttons */
.profile-submit-btn {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.profile-deposit-btn {
    background: #28a745;
    color: #ffffff;
}

.profile-deposit-btn:hover {
    background: #218838;
}

.profile-withdraw-btn {
    background: #f08b05;
    color: #333333;
}

.profile-withdraw-btn:hover {
    background: #e0a800;
}

/* Modal Text Center */
.profile-text-center {
    text-align: center;
}

.profile-modal-text {
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1.5rem;
}

.profile-payment-status {
    background: #033E1F;
    padding: 1.5rem;
    border-radius: 8px;
}

.profile-status-btn {
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 8px;
    background: #033E1F;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    margin-top: 1rem;
}

.profile-status-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Success/Error Icons */
.profile-success-icon,
.profile-error-icon {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.profile-success-icon {
    color: #28a745;
}

.profile-error-icon {
    color: #dc3545;
}

.profile-success-title,
.profile-error-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333333;
}

/* Responsive Design */
@media (max-width: 768px) {
    .profile-balance-cards {
        gap: 0.5rem;
        padding: 1rem;
    }

    .profile-action-buttons {
        padding: 0 1rem 1rem;
    }

    .profile-menu-section {
        margin: 1rem;
    }

    .profile-quick-amount-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}






















.ref-app {
  min-height: 100vh;
  background: linear-gradient(180deg, #0a4d2e 0%, #063d24 100%);
  color: #fff;
}

/* Join Modal */
.ref-join-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.ref-join-modal {
  background: linear-gradient(135deg, #033E1F 0%, #033E1F 100%);
  border-radius: 16px;
  padding: 32px 24px;
  max-width: 480px;
  width: 100%;
  border: 1px solid rgba(102, 253, 77, 0.2);
}

.ref-join-title {
  color: #66fd4d;
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
  text-align: center;
}

.ref-join-subtitle {
  color: #bebcbc;
  font-size: 14px;
  margin-bottom: 24px;
  text-align: center;
}

.ref-benefits {
  margin-bottom: 24px;
}

.ref-benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 14px;
}

.ref-benefit i {
  color: #66fd4d;
  font-size: 18px;
}

.ref-join-btn {
  width: 100%;
  background: linear-gradient(135deg, #66fd4d 0%, #4dd63f 100%);
  color: #000;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 12px;
  cursor: pointer;
}

.ref-join-btn:disabled {
  opacity: 0.6;
}

.ref-cancel-btn {
  width: 100%;
  background: transparent;
  color: #bebcbc;
  border: 1px solid #bebcbc;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

/* Share Modal */
.ref-share-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: flex-end;
  z-index: 9999;
}

.ref-share-modal {
  background: #0a4d2e;
  border-radius: 24px 24px 0 0;
  padding: 24px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  animation: refSlideUp 0.3s ease;
}

@keyframes refSlideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.ref-share-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.ref-share-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.ref-close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  padding: 4px;
}

.ref-share-subtitle {
  color: #bebcbc;
  font-size: 14px;
  margin-bottom: 20px;
}

.ref-social-icons {
  display: flex;
  justify-content: space-around;
  gap: 12px;
  margin-bottom: 24px;
}

.ref-social-btn {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 22px;
  color: #fff;
}

.ref-fb { background: #1877F2; }
.ref-tw { background: #000; }
.ref-wa { background: #25D366; }
.ref-li { background: #0A66C2; }

.ref-link-copy {
  display: flex;
  gap: 10px;
}

.ref-link-input {
  flex: 1;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 12px 14px;
  color: #fff;
  font-size: 13px;
}

.ref-copy-btn {
  background: #66fd4d;
  color: #000;
  border: none;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}

/* Loading */
.ref-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  gap: 16px;
  color: #bebcbc;
}

/* Main */
.ref-main {
  padding: 0 0 40px;
}

.ref-header {
  padding: 16px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ref-back-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ref-header-title {
  color: #bebcbc;
  font-size: 14px;
  font-weight: 600;
}

/* Hero */
.ref-hero {
  text-align: center;
  padding: 20px;
}

.ref-hero-title {
  color: #66fd4d;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
}

.ref-hero-text {
  color: #bebcbc;
  font-size: 14px;
  line-height: 1.5;
  max-width: 380px;
  margin: 0 auto;
}

/* Claimed Card */
.ref-claimed-card {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 20px;
  margin: 0 20px 24px;
}

.ref-claimed-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
}

.ref-claimed-badge {
  background: rgba(102, 253, 77, 0.15);
  color: #66fd4d;
  border: 1px solid #66fd4d;
  padding: 6px 16px;
  border-radius: 20px;
  font-weight: 600;
}

.ref-refer-btn {
  width: 100%;
  background: #66fd4d;
  color: #000;
  border: none;
  padding: 14px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

/* FAQ */
.ref-faq-section {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 20px;
  margin: 0 20px;
}

.ref-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.ref-faq-header h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.ref-view-all {
  background: none;
  border: none;
  color: #66fd4d;
  font-size: 13px;
  cursor: pointer;
  text-decoration: underline;
}

.ref-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 0;
}

.ref-faq-item:last-child {
  border-bottom: none;
}

.ref-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: none;
  border: none;
  color: #fff;
  text-align: left;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
}

.ref-faq-q i {
  color: #66fd4d;
  font-size: 16px;
}

.ref-faq-a {
  color: #bebcbc;
  font-size: 13px;
  padding-top: 8px;
  line-height: 1.5;
}

@media (max-width: 576px) {
  
  .ref-social-btn {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}























.locale-trigger {
  display: flex;
  align-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  padding: 4px 8px;
  cursor: pointer;
  color: #fff;
  white-space: nowrap;
}
.locale-trigger:hover {
  background: rgba(255, 255, 255, 0.2);
}

.locale-dropdown-menu {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  background: #1a2a1f;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  min-width: 200px;
  z-index: 99999;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.locale-dropdown-header {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.4);
  padding: 10px 14px 6px;
}

.locale-option {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 10px 14px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #fff;
  transition: background 0.15s;
}
.locale-option:hover {
  background: rgba(255, 255, 255, 0.08);
}
.locale-option.active {
  background: rgba(29, 185, 84, 0.15);
}

.locale-flag { font-size: 20px; }
.locale-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
.locale-lang   { font-size: 13px; font-weight: 600; }
.locale-currency { font-size: 11px; opacity: 0.6; }

.dropdown-fade-enter-active,
.dropdown-fade-leave-active {
  transition: opacity 0.15s, transform 0.15s;
}
.dropdown-fade-enter-from,
.dropdown-fade-leave-to {
  opacity: 0;
  transform: translateY(-6px);
}

.menu-locale-section {
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.menu-locale-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
.menu-locale-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  cursor: pointer;
  color: #fff;
  font-size: 13px;
  transition: background 0.15s;
}
.menu-locale-option:hover {
  background: rgba(255, 255, 255, 0.08);
}
.menu-locale-option.active {
  border-color: #1db954;
  background: rgba(29, 185, 84, 0.15);
}











/* ── Self-Sort Card ───────────────────────────────────── */
.sort-card {
    margin: 12px 0;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sort-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.sort-card-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid rgba(255, 193, 7, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #ffc107;
    flex-shrink: 0;
}

.sort-card-title {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 2px;
    color: #fff;
}

.sort-card-subtitle {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
}

/* SMS input group */
.sort-input-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.sort-input-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.sort-sms-input {
    width: 100%;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    resize: vertical;
    box-sizing: border-box;
    transition: border-color 0.15s;
    font-family: monospace;
}

.sort-sms-input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

.sort-sms-input:focus {
    outline: none;
    border-color: #ffc107;
}

.sort-sms-input:disabled {
    opacity: 0.5;
}

.sort-sms-hint {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.3);
    margin: 0;
}

/* Submit button */
.sort-check-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: none;
    background: #ffc107;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: opacity 0.15s, transform 0.1s;
}

.sort-check-btn:hover:not(:disabled) {
    opacity: 0.9;
    transform: translateY(-1px);
}

.sort-check-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
    transform: none;
}

/* Result badge */
.sort-result-badge {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}

.sort-result-success {
    background: rgba(29, 185, 84, 0.12);
    border: 1px solid #1db954;
    color: #1db954;
}

.sort-result-pending {
    background: rgba(255, 193, 7, 0.12);
    border: 1px solid #ffc107;
    color: #ffc107;
}

.sort-result-error {
    background: rgba(220, 53, 69, 0.12);
    border: 1px solid #dc3545;
    color: #dc3545;
}

/* Spinner */
@keyframes spin { to { transform: rotate(360deg); } }
.sort-spin {
    display: inline-block;
    animation: spin 0.9s linear infinite;
}

/* Fade transition */
.sort-fade-enter-active,
.sort-fade-leave-active { transition: opacity 0.2s, transform 0.2s; }
.sort-fade-enter-from,
.sort-fade-leave-to { opacity: 0; transform: translateY(-4px); }




























/* =============================================================
   jnav__ prefix — all styles self-contained, !important guards
   against Bootstrap / global CSS overrides
   ============================================================= */

/* ── Logo: always full width ─────────────────────────────── */
.jnav__logo {
  width: 150px !important;
  display: block !important;
}

/* ── Right-side flex container ───────────────────────────── */
.jnav__right {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-shrink: 0 !important;
}

/* ── Locale pill wrapper ─────────────────────────────────── */
.jnav__locale-wrap {
  position: relative !important;
  flex-shrink: 0 !important;
}

/* ── Locale trigger button ───────────────────────────────── */
.jnav__locale-btn {
  display: flex !important;
  align-items: center !important;
  gap: 3px !important;
  padding: 5px 8px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255,255,255,0.25) !important;
  background: rgba(255,255,255,0.1) !important;
  color: #fff !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: background 0.15s !important;
}
.jnav__locale-btn:hover { background: rgba(255,255,255,0.18) !important; }
.jnav__locale-currency  { font-size: 11px !important; font-weight: 700 !important; }
.jnav__chevron-sm       { font-size: 9px !important; opacity: 0.8 !important; }

/* ── Locale dropdown ─────────────────────────────────────── */
.jnav__locale-menu {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  min-width: 210px !important;
  background: #1a2a1f !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  z-index: 999999 !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.5) !important;
}
.jnav__menu-heading {
  font-size: 10px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.6px !important;
  color: rgba(255,255,255,0.4) !important;
  padding: 10px 14px 5px !important;
}
.jnav__locale-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  width: 100% !important;
  padding: 10px 14px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  color: #fff !important;
  transition: background 0.15s !important;
}
.jnav__locale-row:hover         { background: rgba(255,255,255,0.08) !important; }
.jnav__locale-row--active       { background: rgba(29,185,84,0.15) !important; }
.jnav__locale-flag              { font-size: 20px !important; }
.jnav__locale-info              { display: flex !important; flex-direction: column !important; flex: 1 !important; align-items: flex-start !important; }
.jnav__locale-name              { font-size: 13px !important; font-weight: 600 !important; }
.jnav__locale-curr              { font-size: 11px !important; opacity: 0.6 !important; }
.jnav__check                    { color: #1db954 !important; font-size: 14px !important; }

/* ── Desktop auth container ──────────────────────────────── */
/* Hidden on mobile, shown on desktop */
.jnav__auth-desktop {
  display: none !important;
  align-items: center !important;
  gap: 6px !important;
}
@media (min-width: 541px) {
  .jnav__auth-desktop { display: flex !important; }
}

/* Desktop LOGIN button — outlined style */
.jnav__btn-login {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 14px !important;
  border-radius: 6px !important;
  border: 1px solid rgba(255,255,255,0.5) !important;
  background: transparent !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: background 0.15s, border-color 0.15s !important;
  line-height: 1 !important;
}
.jnav__btn-login:hover {
  background: rgba(255,255,255,0.12) !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* Desktop REGISTER button — filled orange */
.jnav__btn-register {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 6px 14px !important;
  border-radius: 6px !important;
  border: none !important;
  background: #f08b05 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  cursor: pointer !important;
  transition: background 0.15s !important;
  line-height: 1 !important;
}
.jnav__btn-register:hover { background: #ea6c0a !important; color: #fff !important; }

/* ── Mobile auth container ───────────────────────────────── */
/* Shown on mobile, hidden on desktop */
.jnav__auth-mobile {
  display: flex !important;
  position: relative !important;
}
@media (min-width: 541px) {
  .jnav__auth-mobile { display: none !important; }
}

/* Single orange Account trigger button */
.jnav__auth-btn {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  padding: 6px 11px !important;
  border-radius: 6px !important;
  border: none !important;
  background: #f08b05 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
  transition: background 0.15s !important;
}
.jnav__auth-btn:hover   { background: #ea6c0a !important; }
.jnav__auth-chevron     { font-size: 10px !important; transition: transform 0.2s !important; }

/* Auth dropdown panel */
.jnav__auth-menu {
  position: absolute !important;
  top: calc(100% + 6px) !important;
  right: 0 !important;
  min-width: 210px !important;
  background: #1a2a1f !important;
  border: 1px solid rgba(255,255,255,0.15) !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  z-index: 999999 !important;
  box-shadow: 0 10px 28px rgba(0,0,0,0.55) !important;
}

/* Each row in auth dropdown */
.jnav__auth-row {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  padding: 14px 16px !important;
  text-decoration: none !important;
  color: #fff !important;
  transition: background 0.15s !important;
}
.jnav__auth-row:hover { background: rgba(255,255,255,0.07) !important; }

/* Icon circles */
.jnav__auth-icon {
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  flex-shrink: 0 !important;
}
.jnav__auth-icon--login    { background: rgba(255,255,255,0.1) !important; color: #fff !important; }
.jnav__auth-icon--register { background: rgba(249,115,22,0.18) !important; color: #f08b05 !important; }

.jnav__auth-label          { font-size: 13px !important; font-weight: 700 !important; color: #fff !important; }
.jnav__auth-label--orange  { color: #f08b05 !important; }
.jnav__auth-sub            { font-size: 11px !important; color: rgba(255,255,255,0.5) !important; margin-top: 2px !important; }
.jnav__auth-divider        { height: 1px !important; background: rgba(255,255,255,0.07) !important; margin: 0 16px !important; }

/* ── Shared dropdown animation ───────────────────────────── */
.jnav-dd-enter-active, .jnav-dd-leave-active { transition: opacity 0.15s, transform 0.15s; }
.jnav-dd-enter-from,   .jnav-dd-leave-to     { opacity: 0; transform: translateY(-6px); }

/* ── Side-menu locale section ────────────────────────────── */
.jnav__sidemenu-locale {
  padding: 12px 16px !important;
  border-bottom: 1px solid rgba(255,255,255,0.08) !important;
}
.jnav__sidemenu-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 8px !important;
  margin-top: 8px !important;
}
.jnav__sidemenu-opt {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 8px 10px !important;
  border-radius: 8px !important;
  border: 1px solid rgba(255,255,255,0.1) !important;
  background: transparent !important;
  cursor: pointer !important;
  color: #fff !important;
  transition: background 0.15s !important;
}
.jnav__sidemenu-opt:hover         { background: rgba(255,255,255,0.08) !important; }
.jnav__sidemenu-opt--active       { border-color: #1db954 !important; background: rgba(29,185,84,0.15) !important; }














/* ── Container ── */
.jb-notification-wrapper {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 24px);
    max-width: 480px;
    z-index: 9999;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 14px 16px;
    border-radius: 12px;
    border-left: 5px solid transparent;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(6px);
    font-family: inherit;
    overflow: hidden;
}

/* ── Variants ── */
.jb-notification--success {
    background: linear-gradient(135deg, #0f2e1a 0%, #1a4a2a 100%);
    border-left-color: #2ecc71;
    color: #d4f5e2;
}
.jb-notification--success .jb-notification__icon {
    color: #2ecc71;
}
.jb-notification--success .jb-notification__progress {
    background: #2ecc71;
}

.jb-notification--error {
    background: linear-gradient(135deg, #2e0f0f 0%, #4a1a1a 100%);
    border-left-color: #e74c3c;
    color: #f5d4d4;
}
.jb-notification--error .jb-notification__icon {
    color: #e74c3c;
}
.jb-notification--error .jb-notification__progress {
    background: #e74c3c;
}

.jb-notification--warning {
    background: linear-gradient(135deg, #2e1f0f 0%, #4a331a 100%);
    border-left-color: #f39c12;
    color: #f5e6d4;
}
.jb-notification--warning .jb-notification__icon {
    color: #f39c12;
}
.jb-notification--warning .jb-notification__progress {
    background: #f39c12;
}

.jb-notification--info {
    background: linear-gradient(135deg, #0f1e2e 0%, #1a2f4a 100%);
    border-left-color: #3498db;
    color: #d4e8f5;
}
.jb-notification--info .jb-notification__icon {
    color: #3498db;
}
.jb-notification--info .jb-notification__progress {
    background: #3498db;
}

/* ── Icon ── */
.jb-notification__icon {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1;
}

/* ── Message ── */
.jb-notification__message {
    flex: 1;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.45;
    word-break: break-word;
}

/* ── Close button ── */
.jb-notification__close {
    flex-shrink: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    color: inherit;
    opacity: 0.6;
    font-size: 15px;
    padding: 2px 4px;
    border-radius: 4px;
    transition: opacity 0.2s, background 0.2s;
    line-height: 1;
}
.jb-notification__close:hover {
    opacity: 1;
    background: rgba(255, 255, 255, 0.1);
}

/* ── Progress bar ── */
.jb-notification__progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    border-radius: 0 0 12px 12px;
    opacity: 0.7;
    animation: jb-notif-drain 14s linear forwards;
}

@keyframes jb-notif-drain {
    from { width: 100%; }
    to   { width: 0%; }
}

/* ── Slide transition ── */
.jb-notif-slide-enter-active {
    transition: all 0.35s cubic-bezier(0.21, 1.02, 0.73, 1);
}
.jb-notif-slide-leave-active {
    transition: all 0.25s ease-in;
}
.jb-notif-slide-enter-from {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px) scale(0.95);
}
.jb-notif-slide-leave-to {
    opacity: 0;
    transform: translateX(-50%) translateY(-20px) scale(0.95);
}