img.background_header_top {
    display: none;
}

img.background_header_shop {
    display: none;
}

.header_content_info {
    display: flex;
    justify-content: center;
}

.content {
    background: none;
}

img.ico-user-main {
    width: 61px;
}

img.test_avatar_frind {
    width: 100%;
    height: 100%;
}

button.custom-button-profile-b.gift_button_a.disabled {
    opacity: 0.5;
    user-select: none;
    pointer-events: none;
}

.modal-two-factor.send_gift_success.gift_premium {
    background-image: url(/img/main/modals/background-gift-premium.png);
}

.image_main_gift.gift_premium {
    border-radius: 37px;
    background: linear-gradient(180deg, #11024A 0%, #272727 100%);
    border: none;
}

p.abolute-premium-text {
    position: absolute;
    bottom: 14px;
    color: #FFF;
    font-family: Tungsten;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.top_account_info_header_profile {
    display: flex;
    gap: 15px;
    align-items: center;
}

.custon-button-profile-d:disabled {
    opacity: 0.6;
    pointer-events: none;
}

p.profile_login_account {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

p.profile_info_second {
    color: #858C95;
    font-size: 12px;
    
    font-weight: 500;
    line-height: 18px;
}

.custon-button-profile-d.nextUpdate {
    opacity: 0.6;
    pointer-events: none;
}

p.profile_info_third {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
}

button.button-show-password.input-password {
    position: absolute;
    right: 17px;
    top: 24px;
}

.account_image_content.profile_a {
    height: 60px;
    width: 60px;
    min-width: 60px;
}

.profile-block-a {
    border-radius: 16px;
    border: 1px solid #2A2A2A;
    background: #171717;
    padding: 16px;
}

p.profile-text-left-a {
    color: #FFF;
    font-family: Tungsten;
    font-size: 26px;
    
    font-weight: 600;
    line-height: 22.4px; /* 86.154% */
}

li.profile-li-link {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid rgb(55 125 255 / 0%);
    background: #377dff00;
    padding: 12px;
    opacity: 0.6;
    transition: 0.3s;
    cursor: pointer;
}

.profile-content {
    margin-top: 35px;
    display: flex;
    gap: 14px;
}

.profile-left-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 15px;
    min-width: 249px;
}

ul.links-li-profile {
    display: grid;
    gap: 5px;
}

.profile-block-b-navigation {
    display: grid;
    gap: 19px;
}

p.text-profile-a {
    font-size: 14px;
    font-weight: 500;
}

li.profile-li-link.link-info {
    opacity: 1;
}

.profile-link-a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid rgb(55 125 255 / 0%);
    background: #377dff00;
    opacity: 0.6;
    transition: 0.3s;
    cursor: pointer;
}

p.info_soon {color: #FF8C09;background: #ff8c0917;padding: 4px 9px;font-size: 12px;font-style: normal;font-weight: 600;line-height: 106.523%;}

li.profile-li-link.link-info:hover > .profile-link-a {
    opacity: 1;
}

li.profile-li-link:hover {
    border: 1px solid rgba(55, 125, 255, 0.50);
    background: #377DFF;
    opacity: 1;
}

.profile-active-sub-a {
    border-radius: 16px;
    border: 1px solid #2A2A2A;
    background: #131313;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    overflow: hidden;
    max-width: 249px;
    padding: 21px;
    gap: 10px;
}

p.title-premium-text-a {
    color: #FFF;
    text-align: center;
    font-family: Tungsten;
    font-size: 27px;
    
    font-weight: 600;
    line-height: 30px;
}

p.title-premium-text-b {
    color: #858C95;
    font-size: 13px;
    
    font-weight: 700;
    line-height: 22px;
    text-align: center;
}

li.profile-li-link.active {
    border: 1px solid rgba(55, 125, 255, 0.50);
    background: #377DFF;
    opacity: 1;
    pointer-events: none;
}

.text_premium_group {
    display: grid;
    gap: 10px;
    margin-top: 10px;
}

.buy_premium-button {
    border-radius: 6px;
    background: linear-gradient(90deg, #1E0369 0%, #DD72FD 100%);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    border: none;
    width: 100%;
    height: 46px;
    color: #FFF;
    font-family: Tungsten;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration-line: none;
}

img.premium_background_a {
    position: absolute;
    top: 0px;
}

.discount_sub_a {
    position: absolute;
    border-radius: 12px;
    background: #FF4452;
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 120%;
    padding: 5px 10px;
    z-index: 1;
    right: 9px;
    top: 9px;
}

.content_button_premium_info {
    width: 100%;
    margin-top: 9px;
}

.buy_premium-button:active {
    transform: scale(0.9);
}

.buy_premium-button:hover {
    filter: contrast(1.3);
}

img.profile-sub-absolute-top {
    position: absolute;
    top: 0;
}

.profile-sub-image-a {
    position: relative;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-profile-sub-info-a {
    position: relative;
    display: grid;
    gap: 15px;
}

p.profile-sub-text-a {
    color: #FFF;
    text-align: center;
    font-family: Tungsten;
    font-size: 26px;
    
    font-weight: 600;
    line-height: 30px;
}

p.profile-sub-text-b {
    color: #858C95;
    text-align: center;

    font-size: 12px;
    
    font-weight: 700;
    line-height: 22px;
    max-width: 193px;
}

.top-info-profile-sub {
    display: grid;
    gap: 6px;
    justify-items: center;
}

.profile-sub-valid-block-a {
    border-radius: 6px;
    border: 1px solid #323539;
    background: #252525;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    color: #858C95;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.nexus_image.profile-image-a {
    width: 80px;
}

.profile-right-content {
    width: 100%;
    display: grid;
    gap: 14px;
}

.profile-top-content-a {
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
}

.block-balance {
    display: flex;
    align-items: center;
    border-radius: 12px;
    opacity: 0.88;
    background: rgba(239, 156, 243, 0.16);
    backdrop-filter: blur(4.150000095367432px);
    height: 54px;
    padding: 11px 20px;
    gap: 12px;
}

.group-balance-text-a {
    display: flex;
    align-items: center;
    gap: 9px;
}

p.balance-text-a {
    color: #FFF;
    font-size: 16px;
    
    font-weight: 600;
}

p.balance-text-b {
    color: #EF9CF3;
    text-shadow: 0 0 25px rgba(239, 156, 243, 0.25);
    font-family: Tungsten;
    font-size: 32px;
    
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
}

.group-balance-text-a > img {
    width: 19px;
}

p.profile-text-left-info {
    color: #FFF;
    font-family: Tungsten;
    font-size: 26px;
    font-weight: 600;
    line-height: 117.416%;
    max-width: 209px;
}

p.title-profile-object-a {
    color: #FFF;
    font-family: Tungsten;
    font-size: 26px;
    
    font-weight: 700;
    line-height: 20px;
}

p.text-bottom-info-c {
    color: #858C95;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18px;
    margin-top: 12px;
}

p.description-profile-object-a {
    color: #858C95;
    font-size: 13px;
    font-weight: 700;
}

.table-info-a {
    color: #858C95;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.21px;
    text-align: center;
}

p.left-table-info-a {
    color: #858C95;

    font-size: 14px;
    
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.21px;
    display: none;
}

p.right-table-info-a {
    color: #FFF;

    font-size: 13.8px;
    
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: 0.21px;
}

input.custom-input-profile {
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    height: 60px;
    color: #FFF;
    
    font-size: 14px;
    
    font-weight: 500;
    line-height: normal;
    outline: none;
    padding: 17px;
    transition: 0.2s;
    padding-top: 32px;
    width: 100%;
}

input.custom-input-profile.creator-code-input {
    font-family: Tungsten;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 17px;
}

p.text-absolute-profile-input {
    position: absolute;
    font-size: 12px;
    
    font-weight: 600;
    line-height: 11px;
    left: 17px;
    top: 11px;
    transition: 0.3s;
}

.object-input-profile-a {
    position: relative;
    width: 100%;
    color: #858C95;
}

.object-input-profile-a:hover {
    color: white;
}

.object-input-profile-a.is-copied .creator-code-input {
    border-color: rgba(55, 125, 255, 0.56);
    box-shadow: 0 0 0 1px rgba(55, 125, 255, 0.18), 0 0 24px rgba(55, 125, 255, 0.18);
    animation: creator-profile-copy-pop 0.6s ease;
}

.top-profile-sub-block {
    position: absolute;
    top: 0px;
    left: 0;
    backdrop-filter: blur(12px);
    border-radius: 101%;
}

.block-main-profile-top-sub-a {
    position: relative;
    overflow: hidden;
    border-radius: 159px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 2px #2a2a2a;
}

p.confirm-text-a {
    color: #30D158;
    
    font-size: 11px;
    
    font-weight: 600;
    line-height: 106.523%;
    border-radius: 3px;
    background: rgb(19 29 21);
    padding: 5px 10px;
}

.top-content-profile-object-content-a {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.group-input-block-a {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 10px;
}

.object-profile-content-a {
    border-radius: 16px;
    border: 1px solid #2A2A2A;
    background: #171717;
    padding: 24px;
}

button.custon-button-profile-d {
    border-radius: 6px;
    background: rgba(55, 125, 255, 0.10);
    height: 60px;
    border: none;
    outline: none;
    color: #377DFF;
    text-align: center;
    
    font-size: 16px;
    
    font-weight: 700;
    line-height: normal;
    white-space: pre;
    padding: 20.5px 47px;
    transition: 0.3s;
}

button.custon-button-profile-d:hover {
    border-radius: 6px;
    background: #377DFF;
    color: white;
    cursor: pointer;
}

.profile-list-block-profile {
    display: grid;
    grid-template-columns: 0.45fr 0.55fr;
    gap: 14px;
}

.list-block-profile {
    display: grid;
    gap: 14px;
}

.profile-list-block-profile.second-block-profile {
    grid-template-columns: 0.55fr 0.45fr;
}

a.custom-button-profile-c:active {
    transform: scale(0.9);
}

a.custom-button-profile-c:hover {filter: contrast(1.5);}


.custom-button-profile-c {
    border-radius: 8px;
    background: radial-gradient(67.5% 51.15% at 50% 50%, #EF9CF3 0%, #B840BE 100%);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
}

.right-info-text-b {
    display: flex;
    align-items: center;
    gap: 28px;
}

.bottom-block-history {
    border-radius: 16px;
    border: 1px solid #2A2A2A;
    background: #171717;
    padding: 24px;
}

.group-text-info-history {
    display: flex;
    flex-direction: column;
}

.group-top-history-block {}

.group-top-history-block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

button.custom-button-del {
    color: #FF5353;
    
    font-size: 13px;
    
    font-weight: 600;
    line-height: 106.523%;
    border-radius: 3px;
    background: rgb(38 27 27);
    border: none;
    outline: none;
    padding: 5px 10px;
    cursor: pointer;
    transition: 0.3s;
}

button.custon-button-profile-d:active {
    transform: scale(0.9);
}

input.custom-input-profile:focus {
    border: 1px solid rgb(43 121 255);
}

.table-info-content-top {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    border-radius: 16px 16px 0 0;
    border: 1px solid #2A2A2A;
    background: #171717;
    height: 56px;
    align-items: center;
}

.table-info-content-top.content-table {
    border: none;
    background: #202020;
    border-radius: 0px;
}

.list-table-info {
    margin-top: 18px;
}

button.custom-button-del:hover {
    color: #ff7f7f;
    background: rgb(61 41 41);
}

button.del-account {
    background: #2e2e2e;
    border: none;
    filter: grayscale(1);
    padding: 3px 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

span.tooltip-session {
    all: unset;
    position: absolute;
    white-space: pre;
    color: #FFF;
    font-size: 12px;
    
    font-weight: 600;
    border-radius: 6px;
    border: 1px solid #2B2B2B;
    background: rgb(26 26 26);
    backdrop-filter: blur(28px);
    padding: 6px;
    top: -21px;
    pointer-events: none;
    transform: translateY(12px);
    opacity: 0;
    transition: 0.3s;
}

button.del-account:hover > span {
    transform: translateY(0px);
    opacity: 1;
}

button.del-account:hover {
    filter: grayscale(0);
    background: #2e2323;
}

p.right-table-info-a-hide {
    color: #858C95;
    font-size: 14px;
    
    font-weight: 500;
    line-height: normal;
}

.group-text-profile-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #FFF;
    font-size: 13.8px;
    font-weight: 500;
}

button.button-show-password {
    background: none;
    color: #858C95;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

button.button-show-password:hover {
    color: white;
}

button.button-show-password:active {
    transform: scale(0.7);
}

button.button-show-password.active {
    color: white;
}

button.del-account:active {
    transform: scale(0.8);
}

button.custom-button-del:active {
    transform: scale(0.8);
}

.loading-ico-content {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}

img.loading-ico-a {
    width: 50px;
}

.custom-button-profile-a {
    border-radius: 6px;
    background: linear-gradient(90deg, #1E0369 0%, #DD72FD 100%);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    height: 46px;
    width: 100%;
    border: none;
    color: #FFF;
    font-family: Tungsten;
    font-size: 21px;
    font-weight: 600;
    line-height: 22px;
    cursor: pointer;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}


.custom-button-profile-a:active {
    transform: scale(0.9);
}

a.custom-button-profile-a:hover {
    filter: contrast(1.3);
}

.group-buttom-info-sub-profile {
    display: flex;
    gap: 14px;
}

button.custom-button-profile-b {
    border-radius: 6px;
    border: 1px solid #323539;
    background: #252525;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    min-width: 50px;
    height: 46px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

button.custom-button-profile-b:hover {
    background: #3b3b3b;
}

button.custom-button-profile-b:active {
    transform: scale(0.9);
}

p.count-gift-absolute {
    position: absolute;
    border-radius: 24px;
    background: #FFF;
    width: 16px;
    height: 16px;
    color: #181818;
    text-align: center;
    font-size: 13px;
    
    font-weight: 600;
    right: -4px;
    top: -7px;
}

input.custom-input-profile.default {
    padding-top: 17px;
}

.table-info-a:first-child {
    padding-left: 32px;
    text-align: left;
}

.table-info-a:first-child > div {
    display: flex;
    justify-content: flex-start;
}

.profile-tab-panel {
    display: none;
}

.profile-tab-panel.active {
    display: grid;
    gap: 14px;
}

.creator-dashboard {
    color: #FFF;
}

.creator-top-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 14px;
}

.creator-card, .creator-stat-card, .creator-mini-card, .creator-social-card {
    border-radius: 16px;
    border: 1px solid #2A2A2A;
    background: #171717;
}

.creator-card {
    min-height: 144px;
    padding: 22px;
}

.creator-card h3,
.creator-section-card h3 {
    color: #FFF;
    font-family: Tungsten;
    font-size: 26px;
    font-weight: 700;
    line-height: 22px;
}

.creator-code-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 128px;
    gap: 8px;
    align-items: stretch;
    margin-top: 18px;
}

.creator-code-row .object-input-profile-a {
    min-width: 0;
}

.creator-code-input {
    color: #FFF;
    font-family: Tungsten;
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-right: 54px;
}

.creator-copy-button,
.creator-continue,
.creator-toggle button {
    border: 0;
    outline: 0;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease, background 0.2s ease;
}

.creator-copy-button {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 28px;
    height: 36px;
    padding: 0;
    transform: translateY(-50%);
    color: #858C95;
    background: transparent;
}

.creator-copy-button:hover {
    color: #FFF;
}

.creator-copy-button.is-copied {
    color: #377DFF;
    animation: creator-profile-copy-bounce 0.6s ease;
}

.creator-copy-button.is-copied svg path {
    stroke: currentColor;
}

.creator-copy-button.is-copied::after {
    content: "";
    position: absolute;
    inset: 50%;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(55, 125, 255, 0.18);
    transform: translate(-50%, -50%) scale(0);
    animation: creator-profile-copy-ripple 0.6s ease;
    pointer-events: none;
}

.creator-continue {
    height: 60px;
    border-radius: 6px;
    background: #377DFF;
    color: #FFF;
    font-family: Tungsten;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.creator-continue.disabled,
.creator-continue[aria-disabled="true"] {
    cursor: not-allowed;
    opacity: 0.45;
    filter: grayscale(0.2);
    pointer-events: none;
}

.creator-copy-button:active,
.creator-continue:active,
.creator-toggle button:active {
    transform: scale(0.94);
}

.creator-copy-button:active {
    transform: translateY(-50%) scale(0.94);
}

@keyframes creator-profile-copy-pop {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.012);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes creator-profile-copy-bounce {
    0% {
        transform: translateY(-50%) scale(1);
    }
    35% {
        transform: translateY(-50%) scale(0.86) rotate(-8deg);
    }
    70% {
        transform: translateY(-50%) scale(1.08) rotate(5deg);
    }
    100% {
        transform: translateY(-50%) scale(1) rotate(0deg);
    }
}

@keyframes creator-profile-copy-ripple {
    0% {
        opacity: 0.9;
        transform: translate(-50%, -50%) scale(0);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.65);
    }
}

.creator-code-card > p {
    margin-top: 12px;
    color: #858C95;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.18px;
    line-height: 15px;
}

.creator-card-top,
.creator-section-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.creator-card-top span {
    border-radius: 8px;
    background: rgba(55, 125, 255, 0.06);
    color: #377DFF;
    padding: 0 24px;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    display: inline-flex;
    height: 32px;
    align-items: center;
    justify-content: center;
}

.creator-rank-box {
    height: 60px;
    margin-top: 8px;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 17px;
}

.creator-rank-box img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.creator-rank-box strong {
    color: #FFF;
    font-family: Tungsten;
    font-size: 25px;
    font-weight: 700;
}

.creator-rank-card > p {
    margin-top: 13px;
    color: #858C95;
    font-size: 12px;
    font-weight: 600;
}

.creator-section-card {
    padding: 0 0 14px;
    overflow: hidden;
    gap: 15px;
    display: grid;
}

.creator-stats-section {
    overflow: visible;
}

.creator-section-top {
    min-height: 58px;
    padding: 0 18px;
    border-bottom: 1px solid #2A2A2A;
    border-radius: 16px;
    border: 1px solid #323539;
    background: #171717;
}

.creator-toggle {
    display: flex;
    align-items: center;
    gap: 7px;
}

.creator-toggle button {
    border-radius: 6px;
    border: 1px solid #323539;
    background: transparent;
    color: #FFF;
    padding: 7px 12px;
    font-size: 12px;
    font-weight: 700;
}

.creator-toggle button.active {
    border-color: rgba(55, 125, 255, 0.45);
    background: rgba(55, 125, 255, 0.16);
    color: #377DFF;
}

.creator-stats-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.creator-stat-card {
    position: relative;
    min-height: 158px;
    overflow: hidden;
    padding: 24px 24px;
}

.creator-stat-card p,
.creator-mini-card p {
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
}

.creator-stat-card strong {
    display: block;
    margin-top: 20px;
    color: #FFF;
    font-family: Tungsten;
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
}

.creator-stat-card strong,
.creator-stat-pill,
.creator-mini-card strong {
    transition: color 0.2s ease, text-shadow 0.2s ease, transform 0.2s ease;
}

.creator-stat-card strong.is-counting,
.creator-stat-pill.is-counting,
.creator-mini-card strong.is-counting {
    color: #FFF;
}

.creator-mini-card strong {
    display: block;
    margin-top: 12px;
    color: #FFF;
    font-family: Tungsten;
    font-size: 27px;
    font-weight: 700;
    line-height: 22px;
}

.creator-stat-bottom {
    position: absolute;
    left: 24px;
    bottom: 22px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    z-index: 2;
}

.creator-stat-pill {
    min-width: 26px;
    height: 24px;
    border-radius: 999px;
    color: #FFF;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.creator-stat-pill.blue {
    background: #377DFF;
}

.creator-stat-pill.red {
    background: #FF3030;
}

.creator-stat-pill.green {
    background: #30D158;
    padding: 0 9px;
}

.creator-stat-bottom small {
    color: #858C95;
    font-size: 11px;
    font-weight: 700;
}

.creator-chart {
    position: absolute;
    right: 24px;
    bottom: 24px;
    width: 41%;
    height: 94px;
    overflow: visible;
    pointer-events: none;
}

.creator-chart-line {
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.creator-chart-area {
    stroke: none;
}

.creator-chart.blue .creator-chart-line {
    stroke: #377DFF;
}

.creator-chart.blue .creator-chart-area {
    fill: url(#creatorChartBlue);
}

.creator-chart.red .creator-chart-line {
    stroke: #FF3030;
}

.creator-chart.red .creator-chart-area {
    fill: url(#creatorChartRed);
}

.creator-chart.green .creator-chart-line {
    stroke: #30D158;
}

.creator-chart.green .creator-chart-area {
    fill: url(#creatorChartGreen);
}

.creator-mini-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    overflow: visible;
}

.creator-mini-card {
    min-height: 72px;
    padding: 16px 18px;
    position: relative;
    overflow: hidden;
}

.creator-commission-card,
.creator-mini-pending-payout {
    overflow: visible;
}

.creator-help {
    position: absolute;
    top: 13px;
    right: 13px;
    z-index: 6;
}

.creator-help-button {
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.creator-help-button img,
.creator-mini-card.payout .creator-help-button img {
    position: static;
    width: 14px;
    height: 14px;
    object-fit: contain;
    opacity: 0.72;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.creator-help-button:hover img,
.creator-help-button:focus-visible img {
    opacity: 1;
    transform: scale(1.08);
}

.creator-help-tooltip {
    position: absolute;
    right: 0;
    bottom: calc(100% + 8px);
    width: max-content;
    max-width: 286px;
    padding: 6px 14px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(5.6px);
    color: #D2D2D2;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 163%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(4px);
    transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
}

.creator-help:hover .creator-help-tooltip,
.creator-help:focus-within .creator-help-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.creator-mini-card strong {
    margin-top: 12px;
}

.creator-mini-card span {
    margin-top: -16px;
    margin-left: 48px;
    color: #858C95;
    font-size: 11px;
    font-weight: 700;
}

.creator-commission-row {
    display: flex;
    align-items: flex-end;
    gap: 9px;
}

.creator-commission-row div {
    color: #858C95;
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    padding-bottom: 2px;
}

.creator-mini-card.payout {
    border-radius: 8px;
    background: radial-gradient(50% 50% at 50% 50%, #00DDEA 0%, #05868F 100%);
}

.creator-mini-card.payout p,
.creator-mini-card.payout strong {
    position: relative;
    z-index: 1;
}

.creator-mini-card.payout > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 111px;
    object-fit: cover;
    object-position: right bottom;
    opacity: 1;
}

.creator-social-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 14px;
    margin-top: -14px;
}

.creator-social-card {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 18px;
    text-decoration: none;
    transition: filter 0.2s ease, transform 0.2s ease;
}

.creator-social-card:hover {
    filter: brightness(1.18);
}

.creator-social-card:active {
    transform: scale(0.98);
}

.creator-social-card.youtube {
    background: rgba(255, 3, 2, 0.13);
}

.creator-social-card.tiktok {
    background: rgba(36, 36, 36, 0.78);
}

.creator-social-card.twitch {
    background: rgba(145, 70, 255, 0.13);
}

.creator-social-card.discord {
    background: rgba(88, 101, 242, 0.16);
}

.creator-social-card.platform {
    background: rgba(55, 125, 255, 0.13);
}

.creator-social-card img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.creator-social-card span {
    min-width: 0;
    overflow: hidden;
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1175px) {
    .content-profile-sub-info-a {
        position: relative;
        display: grid;
        gap: 15px;
        width: 100%;
    }
    .profile-content {
        display: flex;
        flex-direction: column;
    }
    .profile-active-sub-a {
        width: 100%;
        max-width: 100%;
    }


    .profile-list-block-profile.first-block-profile {
        display: grid;
        grid-template-columns: 1fr;
    }

    .profile-list-block-profile.second-block-profile {
        display: grid;
        grid-template-columns: 1fr;
    }

    .creator-top-grid,
    .creator-stats-grid,
    .creator-mini-grid,
    .creator-social-grid {
        grid-template-columns: 1fr;
    }

    .table-info-content-top.content-table {
        display: flex;
        flex-direction: column;
        align-content: space-around;
        gap: 15px;
        padding: 25px;
        border: solid 1px #171717;
    }

    p.left-table-info-a {
        display: flex;
    }

    .table-info-a {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .table-info-a:first-child {padding-left: 0px;}

    .table-info-content-top {
        height: auto;
    }

    .table-info-content-top {
        display: none;
    }
}

@media (max-width: 750px) {

    .modal-code-gift-info {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .top-content-gift-info {
        height: 120px;
        background-position: center;
    }

    .gift-info-image {
        width: 100%;
        height: 130px;
        aspect-ratio: auto;
        background-position: center;
    }

    .profile-top-content-a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
        height: auto;
        padding: 25px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .group-info-gift-info {
        grid-template-columns: repeat(1, 1fr);
        gap: 18px;
        margin-top: 16px;
    }

    .creator-card,
    .creator-section-top,
    .creator-stat-card,
    .creator-mini-card,
    .creator-social-card {
        padding-left: 14px;
        padding-right: 14px;
    }

    .creator-code-row {
        grid-template-columns: 1fr;
    }

    .creator-help-tooltip {
        right: -3px;
        max-width: min(260px, calc(100vw - 42px));
    }

    .creator-continue {
        grid-column: 1 / -1;
    }

    .creator-section-top {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-top: 14px;
        padding-bottom: 14px;
    }

}
