@media (min-width: 576px) and (max-width: 686px) {
    #txtNavbarPseudo, #txtNavbarPassword {
        width: 100px;
    }
}

@media (min-width: 1033px) and (max-width: 1144px) {
    #txtNavbarPseudo, #txtNavbarPassword {
        width: 100px;
    }
}

.rectClass {
    border-radius: .25rem;
}

#loginPaypalNavbar > a > .PPTM {
    margin-right: 0px !important;
    width: 18px;
    height: 18px;
    padding-top: 3px;
}

#loginPaypalNavbar > .LIwPP_V2 {
    padding: 4px 5px !important;
    font-size: 1rem;
    font-weight: 400;
    width: 24px;
    height: 31px;
    padding: 2px;
    line-height: 1em;
    margin-left: 3px;
    display: inline-block;
    min-width: unset;
}

#loginPaypalNavbar > .LIwPP_V2 > b {
    display: none;
}

#langFlagImgDIVAbs {
    position: absolute;
    right: 2px;
    top: 2px;
}

#navbar-nav-mobi .navbar-mobi-btn-item {
    width: 100%;
    margin-top: 0.25rem;
}

#navbar-nav-mobi .navbar-mobile-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    white-space: normal;
}

#navbar-nav-mobi .navbar-mobile-button .badge {
    margin-left: 0.5rem;
}

#navbar-nav-mobi .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

#navbar-nav-mobi .nav-link.mobile-active {
    font-weight: 600;
}

.gwc-mobile-navbar-actions {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-left: auto;
}

.gwc-mobile-left-rail-toggle .fas {
    font-size: 1rem;
}

#mainnavbar.navbar-dark #navbar-nav-mobi .nav-link.mobile-active {
    background-color: rgba(255, 255, 255, 0.15);
}

#mainnavbar.navbar-light #navbar-nav-mobi .nav-link.mobile-active {
    background-color: rgba(0, 0, 0, 0.12);
}

.app-mobile-bottom-nav-spacer {
    display: block;
    height: calc(5.1rem + env(safe-area-inset-bottom, 0px));
}

.app-mobile-bottom-nav-spacer--promo {
    height: calc(11.25rem + env(safe-area-inset-bottom, 0px));
}

.app-mobile-bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2300;
    display: flex;
    align-items: stretch;
    gap: 0.2rem;
    padding: 0.35rem 0.45rem calc(0.55rem + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(255,255,255,0.08);
    background: rgba(4, 6, 10, 0.97) !important;
    box-shadow: 0 -20px 38px rgba(0,0,0,0.46);
    backdrop-filter: blur(16px);
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    justify-content: flex-start;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.app-mobile-bottom-nav::-webkit-scrollbar,
.app-mobile-bottom-promo__actions::-webkit-scrollbar {
    display: none;
}

.app-mobile-bottom-nav__item,
.app-mobile-bottom-nav__account {
    color: inherit;
}

.app-mobile-bottom-nav__item {
    flex: 0 0 3.45rem;
    min-width: 3.45rem;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    padding: 0.35rem 0.2rem 0.55rem;
    border: 0;
    border-radius: 0.9rem;
    background: transparent !important;
    color: rgba(255,255,255,0.76) !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: 0.02em;
    position: relative;
    white-space: nowrap;
}

.app-mobile-bottom-nav__item:hover,
.app-mobile-bottom-nav__item:focus-visible,
.app-mobile-bottom-nav__account:hover,
.app-mobile-bottom-nav__account:focus-visible {
    color: #fff !important;
    text-decoration: none;
}

.app-mobile-bottom-nav__item--active {
    color: #fff !important;
}

.app-mobile-bottom-nav__item::after {
    content: "";
    position: absolute;
    left: 22%;
    right: 22%;
    bottom: 0.1rem;
    height: 0.22rem;
    border-radius: 999px;
    background: var(--signup-primary-gradient);
    opacity: 0;
    transform: scaleX(0.6);
    transition: opacity 160ms ease, transform 160ms ease;
}

.app-mobile-bottom-nav__item--active::after {
    opacity: 1;
    transform: scaleX(1);
}

.app-mobile-bottom-nav__icon {
    font-size: 1rem;
}

.app-mobile-bottom-nav__text {
    display: inline-block;
    max-width: 100%;
}

.app-mobile-bottom-nav__account {
    flex: 0 0 auto;
    min-width: 11.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.65rem;
    padding: 0.55rem 0.85rem;
    border: 0;
    border-radius: 0.95rem;
    background: var(--signup-primary-gradient) !important;
    box-shadow: 0 12px 28px color-mix(in srgb, var(--signup-accent-color) 26%, transparent);
    color: #fff !important;
    text-align: left;
}

.app-mobile-bottom-nav__item--accent {
    background: color-mix(in srgb, var(--signup-accent-color) 18%, transparent) !important;
    color: var(--signup-cta-text-color) !important;
}

.app-mobile-bottom-nav__item--warning {
    background: rgba(245, 158, 11, 0.18) !important;
    color: #fbbf24 !important;
}

.app-mobile-bottom-nav__label {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    font-size: 0.76rem;
    line-height: 1.18;
}

.app-mobile-bottom-nav__label strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.app-mobile-bottom-nav__coins {
    white-space: nowrap;
    font-size: 0.78rem;
    font-weight: 700;
}

.app-mobile-bottom-nav__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    height: 1.2rem;
    padding: 0 0.34rem;
    border-radius: 999px;
    background: rgba(244, 63, 94, 0.18);
    color: #fff !important;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
}

.app-mobile-bottom-nav__chevron {
    display: inline-flex;
    align-items: center;
    font-size: 0.95rem;
    opacity: 0.95;
}

.app-mobile-bottom-promo {
    position: fixed;
    left: 0.65rem;
    right: 0.65rem;
    bottom: calc(5.3rem + env(safe-area-inset-bottom, 0px));
    z-index: 2297;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding: 0.85rem;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,0.12);
    background: linear-gradient(180deg, rgba(13, 17, 27, 0.98), rgba(8, 10, 16, 0.98)) !important;
    box-shadow: 0 18px 40px rgba(0,0,0,0.32), inset 0 1px 0 rgba(255,255,255,0.06);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.app-mobile-bottom-promo__bonus {
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.app-mobile-bottom-promo__bonus > .fas {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: color-mix(in srgb, var(--signup-accent-color) 18%, transparent);
    color: var(--signup-cta-text-color);
}

.app-mobile-bottom-promo__bonus-meta {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.app-mobile-bottom-promo__bonus-label {
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.62);
}

.app-mobile-bottom-promo__bonus-text {
    font-size: 0.88rem;
    font-weight: 700;
    line-height: 1.2;
}

.app-mobile-bottom-promo__bonus-cta,
.app-mobile-bottom-promo__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.35rem;
    padding: 0.65rem 0.95rem;
    border-radius: 999px;
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 800;
    line-height: 1;
}

.app-mobile-bottom-promo__bonus-cta {
    margin-left: auto;
    background: var(--signup-primary-gradient) !important;
    color: var(--signup-cta-text-color) !important;
    box-shadow: 0 10px 24px color-mix(in srgb, var(--signup-accent-color) 24%, transparent);
}

.app-mobile-bottom-promo__actions {
    display: flex;
    gap: 0.55rem;
    overflow-x: auto;
    scrollbar-width: none;
}

.app-mobile-bottom-promo__home,
.app-mobile-bottom-promo__action {
    background: rgba(255,255,255,0.06) !important;
    color: #fff !important;
    white-space: nowrap;
}

.app-mobile-bottom-promo__home {
    background: rgba(255,255,255,0.1) !important;
}

.app-mobile-bottom-panel-backdrop {
    position: fixed;
    inset: 0;
    z-index: 2290;
    background: rgba(0, 0, 0, 0.18);
}

.app-mobile-bottom-panel {
    position: fixed;
    left: 0.65rem;
    right: 0.65rem;
    bottom: calc(4.8rem + env(safe-area-inset-bottom, 0px));
    z-index: 2295;
    display: none;
    padding: 0.85rem;
    border-radius: 1rem;
    border: 1px solid rgba(255,255,255,0.14);
    outline: 1px solid rgba(255,255,255,0.05);
    outline-offset: -1px;
    background: linear-gradient(180deg, rgba(16, 20, 30, 0.98), rgba(8, 10, 16, 0.98));
    box-shadow: 0 20px 42px rgba(0,0,0,0.42), 0 10px 22px rgba(0,0,0,0.28), inset 0 1px 0 rgba(255,255,255,0.06);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    max-height: min(55vh, 28rem);
    overflow-y: auto;
}

.app-mobile-bottom-panel--with-promo {
    bottom: calc(10.9rem + env(safe-area-inset-bottom, 0px));
}

.app-mobile-bottom-panel.show {
    display: block;
}

.app-mobile-bottom-panel__section + .app-mobile-bottom-panel__section {
    margin-top: 0.9rem;
}

.app-mobile-bottom-panel__section-title {
    color: rgba(255,255,255,0.72);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 0.45rem;
}

.app-mobile-bottom-panel__items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.app-mobile-bottom-panel__stack {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.app-mobile-bottom-panel__link {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.45rem;
    padding: 0.45rem 0.7rem;
    border-radius: 999px;
    background: rgba(255,255,255,0.06);
    color: #fff;
    text-decoration: none;
    font-size: 0.84rem;
    line-height: 1.1;
}

.app-mobile-bottom-panel__link--stacked {
    width: 100%;
    padding: 0.7rem 0.85rem;
    border-radius: 0.9rem;
}

.app-mobile-bottom-panel__label {
    display: inline-flex;
    align-items: center;
    gap: 0.38rem;
}

.app-mobile-bottom-panel__prefix {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.2rem;
    font-size: 1rem;
    line-height: 1;
}

.app-mobile-bottom-panel__count {
    color: rgba(255,255,255,0.68);
    font-size: 0.76rem;
}

.app-mobile-rail-offcanvas,
.app-mobile-account-offcanvas {
    background: linear-gradient(180deg, rgba(16, 20, 30, 0.98), rgba(8, 10, 16, 0.98));
    color: #fff;
}

.app-mobile-rail-offcanvas {
    width: min(86vw, 380px);
}

.app-mobile-account-offcanvas {
    width: min(86vw, 320px);
}

.app-mobile-rail-offcanvas__header,
.app-mobile-account-offcanvas__header {
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.app-mobile-rail-offcanvas__close,
.app-mobile-account-offcanvas__close {
    filter: invert(1);
    opacity: 0.85;
}

.app-mobile-rail-offcanvas__body,
.app-mobile-account-offcanvas__body {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom, 0px));
}

.app-mobile-account-offcanvas__user {
    margin-bottom: 0.9rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.app-mobile-account-offcanvas__pseudo {
    font-size: 1rem;
    font-weight: 700;
}

.app-mobile-account-offcanvas__coins {
    margin-top: 0.2rem;
    color: rgba(255,255,255,0.78);
    font-size: 0.82rem;
}

.app-mobile-account-offcanvas__nav .nav-link,
.app-mobile-rail-offcanvas .gwc-leftmenu-link {
    color: #fff;
}

#lowernavbar {
    background-color: var(--lower-navbar-bg);
    color: var(--lower-navbar-text-color);
}

.navbar-mobile-account-text {
    color: var(--lower-navbar-text-color);
}

#btnAskNotification {
    margin-left: 0.45rem;
}

#lnkUserFeed {
    margin-left: 0.2rem;
    white-space: nowrap;
}

.navbar-user-feed-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    min-height: 1.75rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    color: var(--lower-navbar-text-color);
    text-decoration: none;
}

.navbar-user-feed-toggle:hover,
.navbar-user-feed-toggle:focus,
.navbar-user-feed-toggle:active {
    color: var(--lower-navbar-text-color);
    text-decoration: none;
}

.navbar-user-feed-toggle .navbar-user-feed-icon {
    font-size: 16px;
}

.navbar-user-feed-toggle .navbar-user-feed-badge {
    position: absolute;
    top: -0.45rem;
    right: -0.65rem;
    display: inline-block;
    line-height: 1;
}

.navbar-user-feed-menu {
    min-width: 280px;
    max-width: 320px;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar-user-feed-menu.navbar-user-feed-menu-scrollable {
    max-height: 19rem;
    overflow-y: auto;
}

.navbar-user-feed-entry {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    white-space: normal;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-user-feed-entry .navbar-user-feed-entry-icon {
    flex: 0 0 auto;
    width: 1rem;
    line-height: 1.2;
    color: #343a40;
    margin-top: 0.1rem;
}

.navbar-user-feed-entry .navbar-user-feed-entry-text {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.navbar-user-feed-entry .navbar-user-feed-entry-main {
    display: block;
    overflow: hidden;
    color: #343a40;
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navbar-user-feed-entry .navbar-user-feed-entry-time {
    margin-top: 0.2rem;
    color: #6c757d;
    font-size: 0.95rem;
    line-height: 1.15;
}

.navbar-user-feed-entry .navbar-user-feed-entry-badge {
    flex: 0 0 auto;
    margin-left: 0.25rem;
    text-transform: uppercase;
}

#lowernavbaraccountdropdown {
    margin-right: 0.45rem;
}

#lowernavbarguthaben {
    margin-right: 0.15rem;
}

#loginNavbarForm2 > small > a {
    color: var(--lower-navbar-text-color);
}

.lowernavbarlabel {
    color: var(--lower-navbar-text-color);
}

.lowernavbarform {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    width: 100%;
}

.lowernavbar-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.lowernavbar-login-shell {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.lowernavbar-login-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 100%;
}

.lowernavbar-login-inline-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0.35rem;
    max-width: 100%;
    white-space: nowrap;
}

.lowernavbar-login-form#loginNavbarForm2 .lowernavbar-login-inline-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.lowernavbar-login-inline-row .lowernavbarlabel {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
}

.lowernavbar-login-form .lowernavbar-login-input {
    width: 98px;
    min-width: 98px;
    padding: 0.12rem 0.35rem;
    font-size: 0.78rem;
    line-height: 1.2;
}

.lowernavbar-login-form#loginNavbarForm2 .lowernavbar-login-input {
    width: 98px;
    min-width: 98px;
}

.lowernavbar-login-form .lowernavbar-login-button {
    padding: 0.17rem 0.55rem;
    font-size: 0.78rem;
    line-height: 1.2;
    white-space: nowrap;
}

.lowernavbar-login-form .lowernavbar-login-link {
    font-size: 0.75rem;
    white-space: nowrap;
}

.lowernavbar-login-form .lowernavbar-login-error {
    margin-top: 0.35rem;
    margin-bottom: 0;
    width: 100%;
    max-width: 520px;
}

#lowernavbarcontainer {
    align-items: center;
}

#logoDIV {
    z-index: 2;
}

#logoDIV > img {
    max-height: 40px;
}

@media (max-width: 575px) {
    #logoDIV {
        display: none;
    }
}

@media (min-width: 1035px) {
    #logoDIV > img {
        max-width: 130px;
        max-height: 70px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    #logoDIV {
        width: 140px;
    }

    .lowernavbarform {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 992px) {
    .lowernavbar-login-form .lowernavbar-login-input {
        width: 92px;
        min-width: 92px;
    }
}

#lowernavbarmobi .navbar-mobile-account-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.25rem 0.5rem;
}

#lowernavbarmobi .dropdown-menu {
    z-index: 1100;
}

#mainnavbar .gwc-more-dropdown-menu {
    left: auto;
    right: 0;
    max-width: calc(100vw - 1rem);
}

#lowernavbarmobi .navbar-mobile-account-info {
    flex: 1 1 auto;
    min-width: 0;
}

#lowernavbarmobi .navbar-mobile-account-text {
    display: inline-block;
    max-width: 100%;
    min-width: 0;
    color: var(--lower-navbar-text-color);
}

.messengernote {
    margin-left: 6px;
}

#lowernavbarmobi .navbar-mobile-account-pseudo {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#lowernavbarmobi .navbar-mobile-coins {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
    padding: 0.375rem 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
}

#lowernavbarmobi .navbar-mobile-coins:hover,
#lowernavbarmobi .navbar-mobile-coins:focus {
    text-decoration: none;
}

#navMyAccountPseudoDiv {
    display: inline-block;
    line-height: 1.1em;
    margin-top: -5px;
    max-width: 100%;
}

#navMyAccountPseudoLabel {
    display: inline-block;
    max-width: 100%;
}

#navMyAccountPseudoLabelText {
    display: inline-block;
    max-width: calc(100% - 20px);
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#navMyAccountPseudoLabelIcon {
    display: none;
    vertical-align: middle;
}

@media (max-width: 768px) {
    #navMyAccountPseudoDiv {
        max-width: 90px;
    }

    #navMyAccountPseudoLabelText {
        display: none;
    }

    #navMyAccountPseudoLabelIcon {
        display: inline-block;
    }
}
