/* =============================================
   Profile Drawer (Mobile Right Slide Menu)
   ============================================= */

/* Root container - fixed overlay */
.css-1hr7e5g {
    position: fixed;
    inset: 0px;
    z-index: 1300;
    max-height: 100vh;
}

.css-1hr7e5g .MuiDrawer-paper {
    max-width: 300px;
    width: 67vw;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-left: env(safe-area-inset-left);
}

/* Backdrop */
.profile-drawer-backdrop {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    inset: 0px;
    -webkit-tap-highlight-color: transparent;
    background-color: rgba(0, 0, 0, 0.36);
    z-index: -1;
    opacity: 0;
    transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
}

.profile-drawer-backdrop.open {
    opacity: 1;
}

/* Paper (slide panel from right) */
.css-cxhqeq {
    color: rgba(0, 0, 0, 0.87);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--Paper-shadow);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1 0 auto;
    z-index: 1200;
    position: fixed;
    top: 0px;
    outline: 0px;
    right: 0px;
    background: rgb(255, 255, 255);
    backdrop-filter: blur(16px);
    max-width: 300px;
    width: 67vw;
    transform: translateX(100%);
    transition: transform 225ms cubic-bezier(0, 0, 0.2, 1);
}

.css-cxhqeq.open {
    transform: none;
}

/* Inner flex container */
.css-1qwhnxv {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0px;
    overflow: hidden;
}

/* User info section */
.css-173yoy4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
}

/* User info link */
.profile-drawer .css-6p0g58 {
    margin: 0px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 8px 0px;
    transition: padding 500ms linear;
}

/* Avatar badge */
.css-1ahzq4d {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    flex-shrink: 0;
}

.css-1ahzq4d .MuiBadge-badge {
    min-width: calc(12px);
    width: calc(12px);
    height: calc(12px);
    border: calc(2.35px) solid rgb(255, 255, 255);
    background: rgb(21, 21, 21);
    padding: 0px;
}

.css-1ahzq4d .MuiBadge-dot {
    border-radius: 50%;
}

/* Avatar - drawer specific size */
.profile-drawer .css-ikg8rd,
.profile-drawer .css-esbu0o {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 50%;
    overflow: hidden;
    user-select: none;
    width: 48px;
    height: 48px;
}

.profile-drawer .css-ikg8rd {
    background: rgb(255, 255, 255);
    color: rgb(255, 255, 255);
}

.profile-drawer .css-esbu0o {
    background: rgb(21, 21, 21);
    color: rgb(255, 255, 255);
}

/* Text info container */
.profile-drawer .css-1kj2hri {
    display: flex;
    opacity: 1;
    transition: opacity 500ms linear;
    flex-direction: row;
    gap: 12px;
}

/* Avatar initials text */
.css-gqvf1j {
    margin: 0px;
    font-size: 20px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 26px;
    text-transform: none;
}

/* Referral box */
.css-1plkmi3 {
    margin: 0px 8px;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    font-stretch: inherit;
    font-size: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-family: var(--font-inter);
    text-decoration: none;
    color: inherit;
    background-image: url("https://www.fanvue.com/_next/static/media/referral-box-background.aa041251.png");
    background-color: rgb(151, 114, 255);
    background-size: cover;
    border-radius: 16px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding: 8px;
}

.css-1isemmb {
    margin-left: 8px;
}

.css-15vvhb2 {
    margin: 0px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
}

.css-eoic4i {
    margin: 0px;
    color: white;
    font-size: 14px;
    text-decoration: none;
    font-family: var(--font-inter);
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: none;
    opacity: 0.6;
    padding-top: 8px;
    padding-bottom: 8px;
}

/* Scrollable menu list */
.css-1vqh9gx {
    list-style: none;
    margin: 0px;
    padding: 0px 8px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    flex: 1 1 0%;
    min-height: 0px;
    max-height: 100%;
    position: relative;
    scrollbar-width: none;
    mask-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
    gap: 8px;
}

.css-1vqh9gx::-webkit-scrollbar {
    display: none;
}

/* Navigation item (link) */
.css-14gdr4r {
    font-style: inherit;
    font-variant: inherit;
    font-stretch: inherit;
    font-optical-sizing: inherit;
    font-size-adjust: inherit;
    font-kerning: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-language-override: inherit;
    --Link-underlineColor: rgba(21, 21, 21, 0.4);
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    color: var(--variant-textColor);
    background-color: var(--variant-textBg);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    border: none;
    box-shadow: none;
    max-height: 44px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

.css-14gdr4r:hover {
    text-decoration-color: inherit;
    text-decoration: none;
    background: rgba(21, 21, 21, 0.04);
}

.css-14gdr4r:hover,
.css-14gdr4r:active,
.css-14gdr4r:focus {
    box-shadow: none;
}

.css-14gdr4r:active {
    box-shadow: none;
    border: none;
}

.css-14gdr4r:focus {
    box-shadow: none;
    border: none;
}

/* Navigation item (button) */
.css-qw21kr {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    line-height: 1.75;
    min-width: 64px;
    color: var(--variant-textColor);
    background-color: var(--variant-textBg);
    --variant-textColor: #151515ff;
    --variant-outlinedColor: #151515ff;
    --variant-outlinedBorder: rgba(21, 21, 21, 0.5);
    --variant-containedColor: #fff;
    --variant-containedBg: #151515ff;
    width: 100%;
    text-transform: initial;
    letter-spacing: 0.025em;
    font-weight: 600;
    font-family: var(--font-inter);
    height: 48px;
    font-size: 1rem;
    transition: 0.5s;
    border: none;
    box-shadow: none;
    max-height: 44px;
    text-align: start;
    border-radius: 8px;
    padding: 12px;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: left;
    position: relative;
}

.css-qw21kr:hover {
    text-decoration: none;
    background: rgba(21, 21, 21, 0.04);
}

.css-qw21kr:hover,
.css-qw21kr:active,
.css-qw21kr:focus {
    box-shadow: none;
}

.css-qw21kr:active {
    box-shadow: none;
    border: none;
}

.css-qw21kr:focus {
    box-shadow: none;
    border: none;
}

/* Icon wrapper in nav items */
.css-1wujc5o {
    display: flex;
    position: relative;
    font-size: 20px;
}

/* Text in nav items */
.profile-drawer .css-1h8am6j {
    margin: 0;
    font-family: var(--font-inter);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    margin-left: 16px;
    width: 100%;
    opacity: 1;
    transition: opacity 500ms linear;
}

/* Trailing content area */
.profile-drawer .css-l3gm62 {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: opacity 500ms linear;
}

/* Footer section */
.css-yylpj3 {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    bottom: 0px;
    margin-top: auto;
    width: 100%;
    background: rgb(255, 255, 255);
}

/* Bottom controls bar */
.css-wj4au1 {
    display: flex;
    margin-left: 8px;
    margin-right: 8px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding-bottom: 20px;
}

/* Icon buttons in bottom bar */
.css-1k5vtju {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    text-align: center;
    flex: 0 0 auto;
    font-size: 1.5rem;
    --IconButton-hoverBg: rgba(0, 0, 0, 0.04);
    color: rgb(21, 21, 21);
    transition: 0.25s;
    height: 32px;
    padding: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 200px;
    width: 56px !important;
}

.css-1k5vtju:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

@media (hover: none) {
    .css-1k5vtju:hover {
        background-color: transparent;
    }
}

.css-1k5vtju .MuiSvgIcon-root {
    font-size: 20px;
}

.css-1k5vtju:active {
    box-shadow: rgb(151, 114, 255) 0px 0px 0px 2px, rgb(21, 21, 21) 0px 0px 0px 4px;
}

.css-1k5vtju:disabled {
    opacity: 0.5;
    color: rgb(21, 21, 21);
    background-color: transparent;
}

/* Small icon in bottom bar */
.css-j1xa11 {
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    flex-shrink: 0;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1);
    fill: currentColor;
    font-size: 1.5rem;
    margin: 4px;
    font-size: 16px;
}

/* Language flag text */
.css-1dwu84s {
    margin: 0;
    font-family: var(--font-inter);
    font-size: 16px;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: none;
    padding-left: 4px;
    padding-right: 4px;
}
