.profile-page-main-container{margin-top:70px;display:flex;flex-direction:column;width:100%;height:100%;background-color:var(--background);margin-bottom:100px;overflow:hidden}@media (min-width:768px){.profile-page-main-container{margin-top:85px;padding-bottom:20px;margin-bottom:0;overflow-y:scroll;scrollbar-width:none;outline:none;-ms-overflow-style:none}}.profile-page-main-sub-container{display:flex;flex-direction:column;width:100%;height:100%;gap:22px;padding:0 10px}.profile-page-bottom-container{display:flex;flex-direction:column;gap:10px;align-items:center}.profile-page-image-styles{width:187px;height:187px;border-radius:100%;object-fit:cover}.profile-page-name-text{font-size:32px;line-height:48px;color:var(--secondary-text);font-weight:var(--font-bold)}.profile-page-email-text{font-size:20px;line-height:20px;color:var(--secondary-text);font-weight:var(--font-regular)}.profile-page-gender-phone-container{display:flex;flex-direction:row;gap:20px;padding:0;width:100%;align-items:center;justify-content:center;margin-top:20px}.profile-page-gender-phone-single-container{display:flex;flex-direction:column;gap:10px;padding:20px;border-radius:8px;background-color:var(--surface);width:100%;max-width:235px}.profile-page-gender-phone-header{font-size:14px;line-height:21px;color:var(--secondary-text);font-weight:var(--font-regular)}.profile-page-gender-phone-value{font-size:16px;line-height:16px;color:var(--primary-text);font-weight:var(--font-regular)}.profile-page-image-styles.skeleton{width:187px;height:187px;border-radius:100%;background-color:var(--divider);animation:pulse 1.5s infinite}.profile-page-name-text.skeleton{width:150px}.profile-page-email-text.skeleton,.profile-page-name-text.skeleton{height:18px;background-color:var(--secondary-text);border-radius:4px;animation:pulse 1.5s infinite}.profile-page-email-text.skeleton{width:200px}.profile-page-gender-phone-single-container.skeleton{animation:pulse 1.5s infinite;background-color:var(--divider)}.profile-page-gender-phone-value.skeleton{height:15px;width:50%;background-color:var(--secondary-text);border-radius:4px}.profile-page-top-container{display:flex;flex-direction:row;gap:10px;align-items:center}