.earning_earning__5mvtZ {
    --card-padding: var(--size-5)
}

.earning_earning__5mvtZ .earning_card__I475b {
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--surface-padding)/2);
    white-space: nowrap
}

.earning_earning__5mvtZ .earning_card__I475b span {
    color: var(--light-secondary);
    font-size: var(--size-3-5);
    font-weight: 500
}

.earning_earning__5mvtZ .earning_card__I475b>* {
    --surface-radius: var(--radius-2);
    text-align: center;
    justify-content: center;
    align-items: center
}

.earning_earning__5mvtZ .earning_card__I475b .earning_total__7ne7q {
    flex: 1.5 1
}

.earning_earning__5mvtZ .earning_card__I475b .earning_referrals__FAVo8 {
    flex: 1 1
}

.earning_earning__5mvtZ .earning_card__I475b .earning_amount__ErdsZ {
    font-size: calc(24px + 4*(100vw - 320px)/1080);
    height: .85em;
    line-height: .85em
}

.earning_actions__CwVB9 {
    display: flex;
    flex: 1 1;
    gap: calc(var(--card-padding)/2);
    flex-wrap: wrap
}

.earning_actions__CwVB9>* {
    flex: 1 1
}

.earning_bottom__Bcwzb {
   
background: var(--gradient-light);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgb(17 173 216 / 58%);
    display: inline-block;
    line-height: 1.25;
    position: relative
}

.earning_bottom__Bcwzb svg {
    display: inline-block;
    margin-right: .5em;
    position: relative;
    top: -1px;
    color: var(--light);
    animation: earning_spin__3Y_Hp 3s infinite
}

@keyframes earning_spin__3Y_Hp {
    0% {
        transform: rotate(0deg)
    }

    25% {
        transform: rotate(180deg)
    }

    50% {
        transform: rotate(180deg)
    }

    75% {
        transform: rotate(1turn)
    }

    to {
        transform: rotate(1turn)
    }
}

.title_title__fzaCt {
    font-size: var(--title-size, calc(18px + 4 * (100vw - 320px) / 1080));
    font-weight: 500
}

.profil_profil__TPqYE {
    --surface-padding: var(--size-6)
}

.profil_profil__TPqYE .profil_top__2pxEI {
    margin: calc(var(--surface-padding)*-1);
    margin-bottom: 0;
    flex-direction: row;
    align-items: center;
    padding: calc(var(--surface-padding)*.5);
    flex: 0 1
}

.profil_profil__TPqYE .profil_top__2pxEI .profil_img__Q3R2g {
    position: relative
}

.profil_profil__TPqYE .profil_top__2pxEI .profil_img__Q3R2g>img {
    transform: scale(1.5)
}

.profil_profil__TPqYE .profil_top__2pxEI .profil_current__FCMRs {
    color: var(--light-secondary)
}

.profil_profil__TPqYE .profil_top__2pxEI .profil_bg__nnh9B {
    position: absolute;
    inset: 0;
    z-index: 0
}

.profil_profil__TPqYE .profil_top__2pxEI .profil_bg__nnh9B .profil_blurer__YLgzp {
    position: absolute;
    inset: 20%;
    border-radius: 50%;
    background: var(--bg-gradient-2);
    animation: profil_gradient__4Es8E 3s linear infinite;
    filter: blur(30px);
    -webkit-filter: blur(30px);
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    z-index: 250
}

@media screen and (max-width:700px) {
    .profil_profil__TPqYE .profil_top__2pxEI .profil_bg__nnh9B .profil_blurer__YLgzp {
        inset: 60% 0 0 40%
    }
}

.profil_profil__TPqYE .profil_progress__H7fbM {
    background-color: rgba(var(--dark-rgb), .5);
    width: 100%;
    border: 1px solid var(--light-5);
    height: calc(10px + 2*(100vw - 320px)/1080);
    border-radius: var(--radius-2);
    position: relative
}

.profil_profil__TPqYE .profil_progress__H7fbM .profil_bar__mJubz {
    position: absolute;
    inset: 0;
    width: var(--percent);
    border-radius: inherit;
    background: var(--gradient-1);
    background-size: 200% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    animation: profil_gradient__4Es8E 3s linear infinite reverse
}

.profil_profil__TPqYE .profil_progress__H7fbM img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 10%;
    min-width: 50px
}

@keyframes profil_gradient__4Es8E {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.profil_profil__TPqYE .profil_next__DvOj9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1 1
}

.profil_profil__TPqYE .profil_next__DvOj9 p {
    font-size: calc(12px + 2*(100vw - 320px)/1080);
    color: var(--light-secondary)
}

.profil_profil__TPqYE .profil_next__DvOj9 p strong {
    font-weight: 700;
    color: var(--light)
}

.tiers_tiers__N7iVw {
    --surface-padding: var(--size-6)
}

.tiers_heading__Xr_Di {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.tiers_next__7RgZc {
    font-size: var(--size-3-5);
    font-weight: 500;
    color: var(--light-secondary)
}

.tiers_bottom__eLJ01 {
    --height: calc(75px + 80 * (100vw - 320px) / 1080);
    --diff: 0.45;
    margin: calc(var(--surface-padding)*-1);
    margin-top: 0;
    padding: calc(var(--surface-padding)/2);
    height: calc(var(--height) + var(--surface-padding))
}

.tiers_list__W0EqK {
    display: flex;
    justify-content: space-around;
    width: 105%;
    left: -2.5%;
    position: relative;
    margin: 0 auto;
    height: calc(var(--height)*.035);
    top: calc(var(--height)*var(--diff))
}

.tiers_progress__aI3Jw {
    position: absolute;
    inset: 0 8%;
    width: 84%;
    height: 100%;
    background-color: rgba(var(--dark-rgb), .5);
    mask: linear-gradient(90deg, transparent 0 2%, #000 10% 95%, transparent);
    -webkit-mask: linear-gradient(90deg, transparent 0 2%, #000 10% 95%, transparent)
}

.tiers_progress__aI3Jw:before {
    content: "";
    position: absolute;
    inset: 0;
    width: var(--percent);
    height: 100%;
    border-radius: var(--radius-2);
    background: var(--gradient-1);
    background-size: 200% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    animation: tiers_gradient__oVSd3 3s linear infinite reverse
}

@keyframes tiers_gradient__oVSd3 {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.tiers_tier__iCbTR {
    width: 1px;
    height: 1px;
    z-index: 10
}

.tiers_tier__iCbTR:not(.tiers_active__GH7Z2) {
    opacity: .25
}

.tiers_content__joUfi {
    height: var(--height);
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    top: calc(var(--height)*var(--diff)*-1);
    position: relative
}

.tiers_name__MdWFg {
    font-size: calc(12px + 5*(100vw - 320px)/1080);
    font-weight: 700;
    color: var(--light-secondary)
}

.tiers_img__dy_NC {
    width: calc(30px + 50*(100vw - 320px)/1080)
}

.tiers_img__dy_NC img {
    transform: scale(1.5)
}

.tiers_referrals__5s7Lp strong {
    font-size: calc(16px + 5*(100vw - 320px)/1080);
    font-weight: 700
}

.tiers_referrals__5s7Lp small {
    display: block;
    font-size: calc(10px + 2*(100vw - 320px)/1080);
    font-weight: 500;
    color: var(--light-secondary)
}

.salary-table {
    
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

.salary-table th, .salary-table td {
    text-align: center;
  border: 1px solid #444;
  padding: 10px;
  text-align: center;
}

.salary-table th {
  background: linear-gradient(90deg, #1a1d2c, #131626);
  color: #fff;
}

.salary-table tr:nth-child(even) {
  background: #111;
}

.salary-table tr:nth-child(odd) {
  background: #1a1a1a;
}

.salary-table tr:hover {
  background: #333;
}
