.am-navbar-left.left, .am-navbar-left.left> div, .am-navbar-left.left> div > * {
    width: 100% !important;
    height: 100% !important;
    position: relative;
}
img.img_provider[alt="TPT - Shan Koe Mee"] {
    height: 60px;
    border-radius: .5rem;
}
ul.remaining-active-balance.allowed_providers {
    display: flex!important;
    flex-wrap: wrap!important;
    gap: .75rem!important;
}
.primary-tab img {
    filter: none!important;
}
.primary-tab img {
    width: 40px;
    height: auto;
}
span.game_category_title {
    font-size: .825rem;
}
img.game_image[alt="TPT - Shan Koe Mee"] {
    border-radius: 1rem;
}
.profile-details-wrapper.avoid-footer {
    position: fixed;
    width: 100%;
    height: 100dvh;
    overflow: auto;
    max-width: var(--body-max-width);
}
.activity-container.profile.app-main .mine-container {
    height: 100%;
}
html ul.mine-list.profile.p-0 {
    padding-bottom: 100px !important;
    padding-inline: 0 !important;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.active-bonus-summary-row.allowed_providers {
    flex-direction: column;
}
}
ul.remaining-active-balance.allowed_providers {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
ul.remaining-active-balance.allowed_providers li {
    min-width: 2.5rem;
    background: var(--background-primary-color-2);
    padding: 3px 10px;
    text-align: center;
    align-items: center;
    border-radius: 999px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .03rem;
}
#root .authorized_home_content.sixmenu.open {
    top: 172px;
}