#profile-min {
    position: fixed;
    border-radius: 10px;
    z-index: 50;
    display: none;
    width: 320px;
    padding: 0 !important;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    translate: 320px;
    opacity: 0;
    transition: all 0.2s;
    overflow: hidden;
}

#profile-min > section {
    position: relative;
    width: 100%;
    height: 150px;
    max-height: 150px;
}
#profile-min > section > #profile-min-gradient {
    padding: 0;
    /* max-height: inherit; */
}
#profile-min > section > #profile-min-gradient > img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
#profile-min > section > #profile-min-gradient > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(28,28,28,0.5), rgba(28,28,28,1));
}

#profile-min > section > #profile-min-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
}
#profile-min > section > #profile-min-main > div:nth-of-type(1) {
    padding: 10px;
}
#profile-min > section > #profile-min-main > div:nth-of-type(1) > .img {
    height: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
/* #profile-min > section > #profile-min-main > div:nth-of-type(1) > .img::after {
    content: '';
    height: 80px;
    width: 80px;
    display: block;
    aspect-ratio: 1;
    scale: 1.1;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    border-radius: 50%;
} */
#profile-min > section > #profile-min-main > div:nth-of-type(2) {
    display: block;
    margin-left: 10px;
    margin-block: auto;
}
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p {
    margin-block: auto;
    text-shadow: 0 0 5px rgba(0,0,0,1);
}
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p:nth-of-type(1) {
    /* font-size: clamp(14px,2cqi,24px); */
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    max-width: calc(320px - 50px);
}
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p:nth-of-type(2),
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p:nth-of-type(3) {
    display: flex;
    font-size: 12px;
}
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p:nth-of-type(2) > span:nth-of-type(1)
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p:nth-of-type(3) > span:nth-of-type(1)
{
    /* font-weight: 500; */
}
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p:nth-of-type(2) > span:nth-of-type(2),
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p:nth-of-type(3) > span:nth-of-type(2) {
    margin-inline: 5px;
    font-weight: 500;
}
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p:nth-of-type(2) > span:nth-of-type(3),
#profile-min > section > #profile-min-main > div:nth-of-type(2) > p:nth-of-type(3) > span:nth-of-type(3) {
    font-size: 14px;
    margin-block: auto;
    cursor: pointer;

    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}


#profile-min > div {
    /* padding: 5px; */
    
}
#profile-min > div > #profile-min-rank {
    height: 60px;
    width: auto;
    border-radius: 10px;
    margin-inline: 5px;
    margin-top: -50px;
    translate: 0;
}

#profile-min > div > #profile-min-rank > section:nth-of-type(1) {
    height: 40%;
    display: flex;
}
#profile-min > div > #profile-min-rank > section:nth-of-type(1) > p {
    font-size: 14px;
    margin-block: 5px;
    margin-inline: 10px;
    font-weight: 500;
}
#profile-min > div > #profile-min-rank > section:nth-of-type(2) {
    display: flex;
    height: 60%;
}
#profile-min > div > #profile-min-rank > section:nth-of-type(2) > div:nth-of-type(1) {
    display: flex;
    width: 60%;
    justify-content: center;
    justify-items: center;
}
#profile-min > div > #profile-min-rank > section:nth-of-type(2) > div:nth-of-type(1) > .body {
    display: flex;
    height: 8px;
    width: 100%;
    margin-inline: 10px;
    border-radius: 10px;
    background: rgb(48, 48, 48);
    margin-block: auto;
}
#profile-min > div > #profile-min-rank > section:nth-of-type(2) > div:nth-of-type(1) > .body > .progress {
    height: 100%;
    width: 5px;
    border-radius: 10px;
    background: var(--theme-color-gradient);
}
#profile-min > div > #profile-min-rank > section:nth-of-type(2) > div:nth-of-type(1) > .body > .circle {
    height: 100%;
    aspect-ratio: 1;
    background: var(--color-2);
    border-radius: 50%;
    scale: 1.5;
    margin-left: -7.5px;
}
#profile-min > div > #profile-min-rank > section:nth-of-type(2) > div:nth-of-type(1) > .body > .circle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    aspect-ratio: 1;
    background: var(--color-2);
    opacity: 0.5;
    scale: 1.8;
    border-radius: 50%;
}
#profile-min > div > #profile-min-rank > section:nth-of-type(2) > div:nth-of-type(2) {
    font-size: 14px;
    margin-block: auto;
    margin-inline: 5px;
    font-weight: 500;
}

#profile-min > div > #profile-min-zp {
    display: block;
    padding: 5px;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(1) {
    display: flex;
    padding: 10px;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(1) > p {
    font-size: 12px;
    font-weight: 500;
    margin-block: auto;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(1) > div {
    display: flex;
    margin-left: auto;
    margin-block: auto;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(1) > div > span {
    font-size: 14px;
    font-weight: 500;
    margin-block: auto;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(1) > div > span.material-symbols-outlined {
    font-size: 18px;
    margin-block: auto;
    margin-left: 8px;
    cursor: pointer;
    font-weight: 500;
    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}

#profile-min > div > #profile-min-zp > div:nth-of-type(2) {
    display: flex;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(2) > button:nth-of-type(1) {
    display: flex;
    border: none;
    color: #ffffff;
    font-family: var(--font-1);
    font-weight: 500;
    border-radius: 8px;
    width: 100%;
    height: min-content;
    padding: 8px;
    cursor: pointer;
    justify-content: center;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(2) > button:nth-of-type(1) > span {
    font-size: 24px;
    margin-block: auto;
    font-variation-settings:
    'FILL' 0,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(2) > button:nth-of-type(1) > p {
    font-size: 14px;
    margin-block: auto;
    margin-left: 5px;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(2) > button:nth-of-type(2) {
    margin-block: auto;
    font-weight: 700;
    padding: 8px;
    margin-inline: 5px;
    width: 100%;
    border-radius: 8px;
    background: var(--color-green);
    border-right: 1px outset var(--color-green);
    border-bottom: 2px outset var(--color-green);
    color: black;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(2) > button:nth-of-type(2) > span {
    margin-block: auto;
    font-size: 24px;
    font-variation-settings:
    'FILL' 0,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(2) > button:nth-of-type(2) > p {
    margin-block: auto;
    margin-left: 5px;
}
#profile-min > div > #profile-min-zp > div:nth-of-type(2) > button:nth-of-type(3) {
    display: flex;
    border: none;
    color: #ffffff;
    font-family: var(--font-1);
    font-weight: 500;
    border-radius: 8px;
    width: min-content;
    height: min-content;
    padding: 11px;
    cursor: pointer;

}
#profile-min > div > #profile-min-zp > div:nth-of-type(2) > button:nth-of-type(3) > span {
    font-size: 18px;
    margin: auto;
    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 200,
    'opsz' 24;
}

#profile-min > div > hr {
    margin-block: 0;
    margin-inline: 5px;
}
#profile-min > div > button {
    display: flex;
    width: calc(100% - 10px);
    border: none;
    font-family: var(--font-1);
    font-weight: 500;
    color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    margin-inline: 5px;
}
#profile-min > div > button > span {
    margin-block: auto;
}
#profile-min > div > button > p {
    font-size: 14px;
    margin-block: auto;
    margin-left: 10px;
}
/* 
#profile-min div {
    padding: 10px;
    border-radius: 5px;
    display: flex;
}
#profile-min div > span {
    font-size: 22px;
    margin-block: auto;
    margin-right: 15px;
}
#profile-min div > p {
    font-size: 14px;
    margin-block: auto;
} */

#header-profile-logout {
    color: #ff3232 !important;
}

#profile-min-cover {
    position: fixed;
    display: block;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}







#profile-detail {
    height: 180px;
    position: relative;
}


#profile-detail-gradient {
    height: inherit;
    width: inherit;
    position: relative;
}
#profile-detail-gradient > img {
    height: calc(100% + 50px);
    width: 100%;
    object-position: center;
    object-fit: cover;
}
#profile-detail-gradient > div {
    height: calc(100% + 50px);
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,1));
    position: absolute;
    top: 0;
    left: 0;
}

#profile-detail-main {
    height: inherit;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#profile-detail-main > section.top {
    display: flex;
    justify-content: right;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
}
#profile-detail-main > section.top > button:not(.material-symbols-outlined) {
    cursor: pointer;
    color: #000;
    background: #fff;
    border-radius: 50px;
    padding: 8px;
    padding-inline: 10px;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    margin-inline: 10px;
    transition: all 0.2s !important;
}
#profile-detail-main > section.top > button:not(.material-symbols-outlined):hover {
    scale: 1.05 !important;
}
#profile-detail-main > section.top > button:not(.material-symbols-outlined) > span {
    color: #1DA1F2;
    margin-block: auto;
    font-size: 18px;

    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 28;
}
#profile-detail-main > section.top > button:not(.material-symbols-outlined) > p {
    font-size: 12px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-block: auto;
    margin-inline: 5px;
}

#profile-detail-main > section.top > button.material-symbols-outlined {
    font-size: 24px;
    background: transparent;
    color: #fff;
    display: block;
    padding: 0;
    margin-inline: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;

    font-variation-settings:
    'FILL' 1,
    'wght' 400,
    'GRAD' 0,
    'opsz' 48;
}

#profile-detail-main > section.bottom {
    display: flex;
    height: fit-content;
    width: 100%;
    margin-top: 15px;
}
#profile-detail-main > section.bottom > div {
    margin-block: auto;
}

#profile-detail-main > section.bottom > div:nth-of-type(1) {
    margin-left: 15px;
}

#profile-detail-main > section.bottom > div:nth-of-type(1) > .img {
    height: 80px;
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    z-index: 4;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
/* #profile-detail-main > section.bottom > div:nth-of-type(1) > .img::after {
    content: '';
    height: 80px;
    width: 80px;
    display: block;
    aspect-ratio: 1;
    scale: 1.1;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
} */

#profile-detail-main > section.bottom > div:nth-of-type(2) {
    display: block;
    margin-left: 20px;
}
#profile-detail-main > section.bottom > div:nth-of-type(2) > p {
    margin-block: auto;
    text-shadow: 0 0 5px rgba(0,0,0,1);
}
#profile-detail-main > section.bottom > div:nth-of-type(2) > p:nth-of-type(1) {
    font-size: 24px;
    font-weight: 700;
    
}
#profile-detail-main > section.bottom > div:nth-of-type(2) > p:nth-of-type(2) {
    font-size: 14px;
    margin-block: auto;
    display: flex;
}
#profile-detail-main > section.bottom > div:nth-of-type(2) > p:nth-of-type(2) > span:nth-of-type(2) {
    margin-inline: 8px;
    margin-block: auto;
    font-weight: 500;
}
#profile-detail-main > section.bottom > div:nth-of-type(2) > p:nth-of-type(2) > span:nth-of-type(3) {
    font-size: 16px;
    margin-block: auto;
    cursor: pointer;

    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;

}

#profile-body {
    /* padding: 15px; */
}

.profile-body-header {
    display: flex;
    padding: 5px;

}
.profile-body-header > p {
    margin-block: auto;
    margin-inline: 10px;
    font-size: 12px;
    font-weight: 600;
}
.profile-body-header > span {
    margin-block: auto;
    font-size: 20px;
    margin-left: auto;
    padding: 8px;
    border-radius: 50%;
}

#profile-rank {
    height: 80px;
    width: auto;
    border-radius: 10px;
    margin-inline: 15px;
    translate: 0;
    margin-bottom: 15px;
    background: linear-gradient(to right, rgb(28, 28, 28), rgb(38, 38, 38)) !important;
    
}
#profile-rank > section:nth-of-type(1) {
    height: 40%;
}
#profile-rank > section:nth-of-type(1) > p {
    font-size: 14px;
    margin: 0;
    padding-block: 5px;
    padding-inline: 10px;
    font-weight: 500;
}
#profile-rank > section:nth-of-type(2) {
    display: flex;
    height: 60%;
}
#profile-rank > section:nth-of-type(2) > div:nth-of-type(1) {
    display: flex;
    width: 60%;
    justify-content: center;
    justify-items: center;
}
#profile-rank > section:nth-of-type(2) > div:nth-of-type(1) > .body {
    display: flex;
    height: 8px;
    width: 100%;
    margin-inline: 10px;
    border-radius: 10px;
    background: rgb(48, 48, 48);
    margin-block: auto;
}
#profile-rank > section:nth-of-type(2) > div:nth-of-type(1) > .body > .progress {
    height: 100%;
    width: 5px;
    border-radius: 10px;
    background: var(--theme-color-gradient);
}
#profile-rank > section:nth-of-type(2) > div:nth-of-type(1) > .body > .circle {
    height: 100%;
    aspect-ratio: 1;
    background: var(--color-2);
    border-radius: 50%;
    scale: 1.5;
    margin-left: -7.5px;
}
#profile-rank > section:nth-of-type(2) > div:nth-of-type(1) > .body > .circle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    aspect-ratio: 1;
    background: var(--color-2);
    opacity: 0.5;
    scale: 1.8;
    border-radius: 50%;
}
#profile-rank > section:nth-of-type(2) > div:nth-of-type(2) {
    font-size: 14px;
    margin-block: auto;
    margin-inline: 5px;
    font-weight: 500;
}

#profile-body-zp {
    margin-inline: 15px;
    /* margin-block: 15px; */
    border-radius: 10px;
    overflow: hidden;
}

#profile-body-zp > div:nth-of-type(2) {
    display: flex;
    padding: 15px;
}

#profile-body-zp > div:nth-of-type(2) > button:first-of-type {
    width: min-content;
    height: min-content;
    margin-left: auto;
    margin-right: 5px;
    margin-block: auto;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-weight: 700;
    display: block;
    aspect-ratio: 1;
    cursor: pointer;
    
}
#profile-body-zp > div:nth-of-type(2) > button:first-of-type > span {
    padding: 4px;
    display: block;
    width: min-content;
    height: min-content;
    font-size: 20px;
    margin: auto;
    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 200,
    'opsz' 24;
}

#profile-body-zp > div:nth-of-type(2) > button:last-of-type {
    margin-block: auto;
    font-weight: 600;
    min-width: calc(40% - 5px);
    padding: 8px;
    border-radius: 8px;
    background: var(--color-green);
    border-right: 1px outset var(--color-green);
    border-bottom: 2px outset var(--color-green);
    color: black;
}
#profile-body-zp > div:nth-of-type(2) > button:last-of-type > div {
    display: flex;
    justify-content: center;
}
#profile-body-zp > div:nth-of-type(2) > button:last-of-type > div > span {
    margin-block: auto;
    font-weight: 700;
    margin-inline: 5px;
    color: black !important;
    font-variation-settings:
    'FILL' 0,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}

#profile-body-zp-balance {
    
}
#profile-body-zp-balance > p:nth-of-type(1) {
    font-size: 12px;
    margin-block: auto;
    
}
#profile-body-zp-balance > p:nth-of-type(2) {
    font-size: 16px;
    margin: 0;
    margin-top: 5px;
    font-weight: 500;
    display: flex;
}
#profile-body-zp-balance > p:nth-of-type(2) > span {
    margin-block: auto;
}
#profile-body-zp-balance > p:nth-of-type(2) > span:nth-of-type(1) {
    font-size: 18px;
    margin-right: 10px;
    cursor: pointer;
    
    font-variation-settings:
    'FILL' 1,
    'wght' 700,
    'GRAD' 0,
    'opsz' 48;
}
#profile-body-zp-balance > p:nth-of-type(2) > span:nth-of-type(3) {
    margin-left: 8px;
}




.profile-list {
    margin-inline: 15px;
    border-radius: 10px;
    padding-block: 10px;
    margin-top: 15px;

}
#profile-body > .profile-list > p {
    font-size: 12px;
    margin-block: 5px;
    margin-inline: 15px;
}

.profile-body-list {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    margin-inline: 10px;
}
.profile-body-list > div {
    display: flex;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
}
.profile-body-list > div > span {
    font-size: 24px;
    font-variation-settings: 'FILL' 1;
    margin-block: auto;
}
.profile-body-list > div > p {
    font-size: 14px;
    margin-block: auto;
    margin-left: 10px;
    font-weight: 400;
    text-wrap: nowrap;
    max-width: calc(100% - 64);
    overflow: hidden;
    text-overflow: ellipsis;
}

.profile-body-list > div > span:nth-of-type(2) {
    margin-left: auto;
    padding: 0;
    border-radius: 5px;
    font-size: 20px;
}



#profile-logout-button {
    display: flex;
    margin: 15px;
    padding: 10px;
    width: fit-content;
    margin-inline: auto;
    border-radius: 10px;
    justify-content: center;
    cursor: pointer;
}
#profile-logout-button > span:nth-of-type(1) {
    font-size: 24px;
    color: var(--color-red) !important;
    margin-block: auto;
}
#profile-logout-button > p {
    margin-block: auto;
    font-size: 14px;
    margin-left: 15px;
    font-weight: 400;
}

#profile-logout-button > span:nth-of-type(2) {
    margin-left: auto;
    padding: 0;
    border-radius: 5px;
    font-size: 20px;
    margin-block: auto;
}




.pheader {
    display: flex;
    background: rgba(0,0,0,1);
    position: sticky;
    top: 64px;
    padding: 15px;
    
}
.pheader > span {
    font-size: 24px;
    margin: 15px;
    cursor: pointer;
}
.pheader > p {
    font-size: 18px;
    margin-block: auto;
    font-weight: 700;
    margin-left: 15px;
}

.pcontent {
    padding-inline: 30px;
    
}