
.loyalty-info-container .user-info .balance-container {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    width: 100%
}

.loyalty-info-container .user-info .balance-container .balance {
    color: #9fe900;
    line-height: 1;
    font-size: 14px
}

.loyalty-info-container .user-info .balance-container .balance>a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 14px;
    padding: 6px 20px 6px 8px
}

.loyalty-info-container .user-info .balance-container .balance>a>span {
    color: #61dd04
}

.loyalty-info-container .user-info .balance.open>.dropdown-menu {
    left: 0;
    right: 0;
    top: 45px;
    margin: auto
}

.loyalty-info-container .user-info .balance {
    position: relative;
    background-color: #060606;
    border-radius: 2px
}

.loyalty-info-container .user-info .balance a[data-toggle=dropdown]::after {
    position: absolute;
    right: 10px;
    content: '';
    display: block;
    margin: auto;
    margin-top: 1px;
    width: 0;
    height: 0;
    border-top: solid 4px #fff;
    border-left: solid 4px transparent;
    border-right: solid 4px transparent
}

.loyalty-info-container .refresh-container button {
    border: none;
    background: none;
    outline: none;
    padding: 0
}

.loyalty-info-container .refresh-container button[data-loading='true'] {
    pointer-events: none;
    animation: spin 2s linear infinite
}

.loyalty-info-container .refresh-container img {
    height: 18px;
    width: 18px
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loyalty-info-container .loyalty-info .locked-balance-wrapper:not([data-locked-balance="true"]) .locked-balance {
    display: none
}

.loyalty-info .locked-balance-wrapper .locked-balance {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px
}

.loyalty-info .locked-balance [data-icon="locked-balance"] {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 3px
}

.loyalty-info .locked-balance .locked-balance-value span {
    color: #6eff00
}

.loyalty-info-container {
    display: flex;
    flex-direction: column;
    background-color: #242424
}

.loyalty-info-container .loyalty-pointer-right {
    border-top: solid 4px transparent;
    border-left: solid 4px #fff;
    border-bottom: solid 4px transparent
}

.loyalty-info-container .loyalty-info {
    background: linear-gradient(0deg,#303030 0%,#525252 85.5%,#303030 99%);
    padding: 8px 16px
}

.loyalty-info-container .loyalty-info .loyalty-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px
}

.loyalty-info-container .loyalty-info .loyalty-info-wrapper .loyalty-username-section {
    flex-basis: calc(40% - 10px)
}

.loyalty-info-container .loyalty-info .loyalty-info-wrapper .loyalty-username-section .username {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.loyalty-info-container .loyalty-info .user-info {
    display: flex;
    align-items: center;
    min-width: 165px;
    width: calc(50% - 8px)
}

.loyalty-info-container .loyalty-info .locked-balance-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 8px
}

.loyalty-info-container .loyalty-info .locked-balance-wrapper:before {
    width: calc(40% - 10px);
    content: " "
}

.loyalty-info-container .loyalty-info .locked-balance-wrapper:after {
    width: 18px;
    content: " "
}

.loyalty-info-container .loyalty-info .locked-balance-wrapper .locked-balance {
    min-width: 160px;
    width: calc(50% - 12px);
    margin: 5px 6px 0 6px
}

.loyalty-info-container .loyalty-info .locked-balance-wrapper .locked-balance-value {
    display: flex;
    align-items: center;
    gap: 2px
}

.loyalty-info-container .loyalty-info .locked-balance-wrapper .locked-balance-value img {
    display: block;
    height: 12px;
    width: 12px;
    margin-bottom: 1px
}

.loyalty-info-container .loyalty-experience {
    display: flex;
    justify-content: space-between;
    padding: 8px 16px;
    background-color: #222;
    box-shadow: 0 2px 4px 0 #00000021 inset;
    text-transform: uppercase
}

.loyalty-info-container .loyalty-experience .experience-point-section {
    width: 100%
}

.loyalty-info-container .loyalty-experience .loyalty-point-section {
    width: 100%;
    /* border-left: 1px solid #3e3e3e; */
    /* border-right: 1px solid #3e3e3e; */
    /* margin: 0 15px; */
    /* padding: 0 15px */
}

.loyalty-info-container .loyalty-experience .chest-section {
    align-content: center
}

.loyalty-info-container .loyalty-experience .loyalty-experience-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 10px
}

.loyalty-experience .experience-point-section .loyalty-point-badge,.loyalty-experience .loyalty-point-section .loyalty-point-title {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1
}

.loyalty-experience .experience-point-section .loyalty-point-badge img {
    width: 14px;
    height: 14px
}

.loyalty-experience .experience-point-section .loyalty-point-badge .loyalty-level {
    font-size: 12px;
    color: #fff
}

.loyalty-experience .experience-point-section .loyalty-experience-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px
}

.loyalty-experience .experience-point-section .xp-label {
    border-radius: 2px
}

.loyalty-experience .experience-point-section .loyalty-experience-progress {
    position: relative;
    width: 100%;
    height: 20px;
    overflow: hidden;
    background-color: #000;
    border-radius: 50px
}

.loyalty-experience .experience-point-section .loyalty-experience-progress span {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 100%;
    white-space: nowrap;
    text-align: right;
    font-size: 12px;
    color: #fff;
    line-height: 1
}

.loyalty-experience .experience-point-section .loyalty-experience-progress .progress {
    position: absolute;
    background: #2cbb01;
    background: linear-gradient(to right,#2cbb01,#79cb09,#fff700);
    margin-bottom: 0;
    border-radius: 50px;
    z-index: 1
}

.loyalty-experience .loyalty-point-section .loyalty-point-title img {
    width: 14px;
    height: 14px
}

.loyalty-experience .loyalty-point-section .loyalty-point-title span {
    font-size: 12px;
    color: #fff
}

.loyalty-experience .loyalty-point-section .loyalty-point-info {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px
}

.loyalty-experience .loyalty-point-section .loyalty-point-info-lp {
    width: 100%;
    background-color: #000;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #fe9000;
    border-radius: 2px;
    line-height: 1
}

.lp-label {
    background-color: #ffa200;
    color: #fff;
}

.xp-label, .lp-label {
    display: flex;
    font-size: 12px;
    padding: 4px;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.loyalty-experience .loyalty-point-section .lp-label {
    border-radius: 2px;
    background-color: #ff9100
}

.loyalty-experience .chest-section .daily-reward {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    background: center no-repeat;
    background-size: contain
}

.loyalty-experience .chest-section .daily-reward[data-daily-reward-available="true"] {
    content: var(--chest-available-background)
}

.loyalty-experience .chest-section .daily-reward[data-daily-reward-available="false"] {
    content: var(--chest-claimed-background)
}

.loyalty-top-bar-container {
    background: linear-gradient(82.95deg,#121212 -41.64%,#3d3d3d 138.36%);
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 0 -16px 10px -16px;
    padding: 16px;
    color: #fff
}

.loyalty-top-bar-container .vr {
    display: inline-block;
    align-self: stretch;
    min-height: 1px;
    background-color: #ffffff33;
    margin: 16px 0
}

.loyalty-top-bar-container .benefit-page-vr {
    min-height: 0;
    background-color: transparent;
    margin: 10px 0
}

.loyalty-top-bar-container .chevron-right {
    width: 16px;
    height: 16px;
    margin-left: 20px;
    filter: invert(1)
}

.loyalty-top-bar-container .xp-label,.loyalty-top-bar-container .lp-label {
    padding: 3px 4px
}

.loyalty-top-bar-container .loyalty-experience-section {
    width: 100%
}

.loyalty-top-bar-container .loyalty-experience-section>a {
    display: grid;
    grid-template-columns: 1fr auto;
    color: inherit
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-container {
    display: flex;
    align-items: center;
    gap: 12px
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-badge img {
    width: 35px;
    height: auto
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item {
    width: 100%
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-level {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-level .loyalty-level {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    background: -webkit-linear-gradient(#fff,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-level .loyalty-level.bronze {
    background: -webkit-linear-gradient(#d18a6d,#744a3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-level .loyalty-level.silver {
    background: -webkit-linear-gradient(#cecece,#727272);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-level .loyalty-level.gold {
    background: -webkit-linear-gradient(#ffe158,#775213);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-level .loyalty-level.platinum {
    background: -webkit-linear-gradient(#8cf2f2,#4d828a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-level .loyalty-level.diamond {
    background: -webkit-linear-gradient(#4ebfe8,#134da3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-level .loyalty-experience-amount {
    font-size: 14px
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-level .loyalty-experience-amount>span {
    color: #92ff2d
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-bar {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-bar .xp-label {
    background-color: #676767;
    border-radius: 1px
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-bar .loyalty-experience-progress {
    position: relative;
    width: 100%;
    height: 14px;
    overflow: hidden;
    background-color: #0a0a0a;
    border-radius: 50px
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-item .loyalty-experience-bar .loyalty-experience-progress .progress {
    position: absolute;
    background: #2cbb01;
    background: linear-gradient(to right,#2cbb01,#79cb09,#fff700);
    margin-bottom: 0;
    border-radius: 50px;
    z-index: 1;
    height: inherit
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-chevron-right {
    align-self: center
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-message {
    display: flex;
    font-size: 12px;
    color: #f8e689;
    margin-top: 6px;
    line-height: 1.2
}

.loyalty-top-bar-container .loyalty-experience-section .loyalty-experience-message:before {
    min-width: calc(35px + 12px);
    content: " "
}

.loyalty-top-bar-container .loyalty-point-section {
    width: 100%
}

.loyalty-top-bar-container .loyalty-point-section>div {
    background-color: #0e0e0e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    line-height: 1;
    padding: 12px 10px;
    width: 100%
}

.loyalty-top-bar-container .loyalty-point-section .refresh-container img {
    width: 16px;
    height: 16px
}

.loyalty-top-bar-container .loyalty-point-section .loyalty-point-title,.loyalty-top-bar-container .loyalty-point-section .loyalty-point-amount {
    display: flex;
    align-items: center;
    gap: 10px
}

.loyalty-top-bar-container .loyalty-point-section .loyalty-point-title span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px
}

.loyalty-top-bar-container .loyalty-point-section .lp-label {
    border-radius: 1px;
    font-size: 12px;
    background-color: #ff9100
}

.loyalty-top-bar-container .loyalty-point-section .loyalty-point {
    color: #ff9100;
    font-size: 14px;
    margin-right: 10px
}

.loyalty-top-bar-container .loyalty-point-section .refresh-container button {
    border: none;
    background: none;
    outline: none;
    padding: 0
}

.loyalty-top-bar-container .loyalty-point-section .refresh-container button[data-loading='true'] {
    pointer-events: none;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.loyalty-top-bar-container .loyalty-benefit-section {
    width: 100%
}

.loyalty-top-bar-container .loyalty-benefit-section>div {
    background-color: #0e0e0e;
    border-radius: 8px;
    line-height: 1;
    padding: 12px 10px;
    width: 100%;
    text-align: center;
    color: #a8a8a8
}

.loyalty-top-bar-container .loyalty-benefit-section .loyalty-benefit-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px
}

.loyalty-top-bar-container .loyalty-benefit-section .loyalty-benefit-item:first-of-type {
    border-bottom: 1px solid #ffffff1a;
    padding-bottom: 8px;
    margin-bottom: 8px
}

.loyalty-top-bar-container .loyalty-benefit-section .loyalty-benefit-item span {
    color: #92ff2d
}

.loyalty-top-bar-container .loyalty-benefit-section .loyalty-benefit-item .info-container {
    position: absolute;
    right: 0
}

.loyalty-top-bar-container .info-container .info-icon {
    border: none;
    outline: none;
    padding: 0;
    background-color: #a8a8a8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial,sans-serif;
    text-transform: lowercase;
    border-radius: 50%;
    color: #000;
    width: 14px;
    height: 14px
}

.loyalty-top-bar-container .modal .loyalty-benefit-modal-body .popup-title {
    text-transform: none
}

.loyalty-top-bar-container .modal .loyalty-benefit-modal-body .lp-label {
    width: auto;
    height: auto;
    font-size: 26px;
    padding: 6px 12px;
    margin-bottom: 10px;
    background-color: #ff9100
}

.side-menu-user-info,.side-menu-login-panel {
    background-color: #041744;
    padding: 20px;
    font-size: 12px
}

.side-menu-user-info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    gap: 8px;
    font-size: 12px;
    background-color: #303030
}

.side-menu-user-info .profile-menu-user-info {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    line-height: 1
}

.side-menu-user-info .profile-menu-user-info .username {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.side-menu-user-info .profile-menu-user-info .user-loyalty-menu {
    display: flex;
    align-items: center;
    gap: 4px
}

.side-menu-user-info .profile-menu-user-info .user-loyalty-menu img {
    width: 14px;
    height: 14px
}

.side-menu-user-info .profile-menu-user-info .user-loyalty-menu .loyalty-level {
    font-size: 12px;
    font-weight: 700;
    background: -webkit-linear-gradient(#fff,#fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.side-menu-user-info .profile-menu-user-info .user-loyalty-menu .loyalty-level.bronze {
    background: -webkit-linear-gradient(#d18a6d,#744a3b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.side-menu-user-info .profile-menu-user-info .user-loyalty-menu .loyalty-level.silver {
    background: -webkit-linear-gradient(#cecece,#727272);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.side-menu-user-info .profile-menu-user-info .user-loyalty-menu .loyalty-level.gold {
    background: -webkit-linear-gradient(#ffe158,#775213);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.side-menu-user-info .profile-menu-user-info .user-loyalty-menu .loyalty-level.platinum {
    background: -webkit-linear-gradient(#8cf2f2,#4d828a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.side-menu-user-info .profile-menu-user-info .user-loyalty-menu .loyalty-level.diamond {
    background: -webkit-linear-gradient(#4ebfe8,#134da3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.side-menu-user-info .balance-container {
    background-color: #070707;
    font-size: 16px;
    padding: 8px;
    gap: 8px;
    border-radius: 4px;
    line-height: 1
}

.side-menu-user-info .balance-container .balance {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    font-size: 16px
}

.side-menu-user-info .balance-container .balance .real-balance {
    display: flex;
    gap: 10px
}

.side-menu-user-info .balance-container .balance .real-balance span {
    color: #6eff00
}

.side-menu-user-info .balance-container .locked-balance {
    background: #1f1f1f;
    border-radius: 2px;
    padding: 4px;
    font-size: 16px;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1
}

.side-menu-user-info .balance-container .locked-balance[hidden] {
    display: none
}

.side-menu-user-info .balance-container .locked-balance .lock-balance-assets {
    display: inline-flex;
    align-items: center;
    margin-right: 2px;
    vertical-align: middle
}

.side-menu-user-info .balance-container .locked-balance span {
    color: #6eff00;
    margin-left: 10px
}

.side-menu-user-info .balance-container .locked-balance [data-icon="locked-balance"] {
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 3px
}

.side-menu-user-info .user-menu .user-menu-item>a {
    flex-direction: column
}

.side-menu-loyalty-container {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    font-size: 16px;
    background-color: #070707;
    border-radius: 4px;
    line-height: 1
}

.side-menu-loyalty-container .lp-label {
    border-radius: 1px;
    padding: 2px 4px
}

.side-menu-loyalty-container .loyalty-point {
    color: #fe9000;
    padding-left: 2px
}

.side-menu-loyalty-container .xp-label {
    border-radius: 1px;
    padding: 2px 4px
}

.side-menu-loyalty-container .experience-point {
    color: #fff;
    margin-left: -4px
}