#website-profile-page-option-link-container{flex-direction:row;align-items:center;width:fit-content;margin:10px 6px;display:flex}#website-profile-page-option-link-container .svg-icon{margin:6px}#website-profile-page-option-link-container .title{text-align:center;font-size:14px}
#website-user-profile-container{border-style:solid;border-width:1px;border-color:var(--color-gray-4);border-radius:8px;padding:16px}#website-user-profile-container .website-user-profile-image-wrapper{background-color:var(--color-gray-4);border-radius:30px;justify-content:center;align-items:center;width:60px;height:60px;margin:16px;display:flex}#website-user-profile-container .website-user-profile-content{flex-direction:column;justify-content:space-between;gap:4px;width:calc(100% - 92px);display:flex}#website-user-profile-container .website-user-profile-content .website-user-profile-full-name{font-size:16px}#website-user-profile-container .website-user-profile-content .website-user-profile-phone-number{font-size:12px}#website-user-profile-container .website-user-profile-content .website-user-profile-action-wrapper{flex-direction:row;justify-content:space-between;align-items:center;display:flex}#website-user-profile-container .website-user-profile-content .website-user-profile-action-wrapper .website-user-profile-info-link{color:var(--color-primary-normal);font-size:12px}#website-user-profile-container .website-user-profile-content .website-user-profile-action-wrapper .website-user-profile-edit-button{width:81px;height:32px;color:var(--color-black);border-radius:16px;font-size:12px}#website-user-profile-container .website-user-profile-content .website-user-profile-action-wrapper .website-user-profile-edit-button img{width:16px;height:16px}
#website-radio-button-container{justify-content:space-between;align-items:center;padding:10px 6px;display:flex}#website-radio-button-container .website-radio-button-wrapper{flex-direction:row;justify-content:center;align-items:center;font-size:14px;display:flex}#website-radio-button-container .website-radio-button-wrapper .svg-icon{margin:6px}#website-radio-button-container .toggle-switch{cursor:pointer;background-color:#556b2f;border-radius:13px;width:40px;height:20px;transition:background-color .3s;position:relative}#website-radio-button-container .toggle-switch.on{background-color:#a0a8a0}#website-radio-button-container .switch-circle{background-color:#dcded0;border-radius:50%;width:18px;height:18px;transition:left .3s;position:absolute;top:1px;left:1px}#website-radio-button-container .toggle-switch.on .switch-circle{left:20px}
#website-profile-page-content{margin-top:16px;margin-bottom:63px}#website-profile-page-content .website-profile-page-title{justify-content:center;align-items:center;width:100%;margin-bottom:32px;font-size:18px;font-weight:700;display:flex}#website-profile-page-content .website-profile-page-option-wrapper{margin:16px 0}#website-profile-page-content .website-profile-page-option-wrapper p{margin-bottom:12px;font-size:12px}
