.overview-section{position:relative;margin-bottom:48px}.overview-section .top-content{margin-bottom:24px}.overview-section .top-content .content-title-wrap{margin:0 0 8px;font-size:20px;font-weight:700;letter-spacing:normal;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border-normal);line-height:2}.overview-section .top-content .content-title-wrap .uuid{margin:0;font-size:12px;line-height:22px;font-weight:700;letter-spacing:normal;display:inline;color:var(--color-gray1)}.overview-section .top-content .content-subtitle-wrap{display:flex;justify-content:space-between}.overview-section .top-content .content-subtitle-wrap span{font-size:13px;line-height:18px;font-weight:600;letter-spacing:normal;margin:0;color:var(--color-gray1)}.form-account{display:flex;align-items:flex-end;gap:8px}.form-account:not(:first-of-type){margin-top:24px}.form-nickname .btn{min-width:80px}.change-wrap{margin-top:24px}.change-wrap .label{font-size:14px;line-height:20px;letter-spacing:normal;font-weight:700;margin:0 0 8px}.change-wrap .change-box{display:flex;justify-content:space-between;box-shadow:none;background-color:rgb(38,40,41);align-items:center;gap:16px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1);border-radius:8px;overflow:hidden;padding:16px;font-weight:500}.light-theme .change-wrap .change-box{background-color:#F1F1F2}.change-wrap .change-box .change-right{display:flex;gap:8px;align-items:center}.change-wrap .change-box .change-right svg{font-size:14px}.change-wrap .change-btn-box{display:flex;align-items:center;gap:16px;transition:box-shadow .3s cubic-bezier(.4,0,.2,1)}.change-wrap .change-btn-box p{font-size:14px;font-weight:500}.change-wrap .change-btn-box .change-text{display:flex;flex-direction:column;flex:1 1}.change-wrap .change-btn-box .change-text .change-title{font-weight:700;font-size:16px;margin-bottom:4px}.change-wrap .change-btn-box .change-text .change-desc{font-size:14px;color:#ccc}.setting-item{display:flex;align-items:flex-start;gap:16px;padding:12px 0;font-family:sans-serif}.setting-item .toggle-switch{position:relative;width:48px;height:28px;display:inline-block}.setting-item .toggle-switch input{display:none}.setting-item .toggle-switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#444;border-radius:28px;transition:.4s}.setting-item .toggle-switch input:disabled+.slider{background-color:#555;cursor:not-allowed;opacity:.6}.setting-item .toggle-switch input:disabled+.slider:before{background-color:#aaa}.setting-item.disabled{opacity:.6;cursor:not-allowed}.setting-item.disabled .setting-desc,.setting-item.disabled .setting-title{color:#777}.setting-item .toggle-switch .slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;top:4px;background-color:white;border-radius:50%;transition:.4s}.setting-item .toggle-switch input:checked+.slider{background-color:rgb(var(--color-main))}.setting-item .toggle-switch input:checked+.slider:before{transform:translateX(20px)}.setting-item .setting-text{flex:1 1}.setting-item .setting-text .setting-title{font-weight:700;font-size:16px;margin-bottom:4px}.setting-item .setting-text .setting-desc{font-size:14px;color:#ccc}.modal-verify .input-group .countdown{color:rgb(204,207,209)}.modal-verify .input-group .send-code{display:flex;align-items:center;white-space:nowrap;text-transform:capitalize;font-family:inherit;height:100%;font-size:14px;font-weight:600;border:none;background-color:transparent;color:rgb(var(--color-main));cursor:pointer;padding:0}.modal-verify .input-group .send-code:disabled{color:rgb(153,161,163);cursor:default}.overview-section .user-img{position:relative;width:90px;height:90px;border-radius:50%;border:1px solid var(--border-normal);margin-bottom:16px;cursor:pointer;background:var(--bg-gray3)}.overview-section .user-img img{object-fit:cover;border-radius:50%}