header .headers .info{height:100%;display:flex;align-items:center}header .headers .info .user{display:block;position:relative;height:100%}header .headers .info .user .avatar{display:flex;align-items:center;justify-content:center;height:100%;width:45px}header .headers .info .user .avatar img{width:45px;height:45px;border-radius:100%;box-shadow:0 4px 10px -2px rgba(37,44,97,.15),0 1px 3px 0 rgba(93,100,148,.2)}header .headers .info .user .u_menu{position:absolute;width:120px;background-color:var(--box-bg-blured);box-shadow:0 2px 4px rgba(0,0,0,0.1);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border-radius:15px;margin-top:5px;right:0;padding:10px;transition:all .3s;opacity:0;zoom:.0001}:root[dark=true] header .headers .info .user .u_menu{background-color:var(--imgs-color)}header .headers .info .user.open .u_menu{opacity:1;zoom:1}header .headers .info .user .u_menu .label{color:var(--text-color);font-size:15px;height:40px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border-color);cursor:pointer;text-decoration:none}header .headers .info .user .u_menu .label:hover{color:var(--accent-btn-color)}header .headers .info .user .u_menu .label .bi{width:25px;font-size:18px;font-style:inherit}header .headers .info .user .u_menu .label:nth-child(n+2) .bi{font-size:14px}header .headers .info .user .u_menu .label:last-child{border-bottom:none}.user_profile{background-color:var(--text-bg);border-radius:15px;padding:20px 20px 40px;box-shadow:0 2px 4px rgba(0,0,0,0.1)}.user_profile .head{border-bottom:1px solid var(--border-color);font-size:20px;font-weight:600;padding-bottom:10px;margin-bottom:20px;color:var(--text-color)}.user_profile .avatar{padding:5px 0 30px}.user_profile .avatar .img{width:120px;height:120px;display:flex;align-items:center;justify-content:center;position:relative;border-radius:100%;border:1px solid var(--second-color);margin:0 auto}.user_profile .avatar .img img{width:100%;height:100%;border-radius:100%;pointer-events:none}.user_profile .avatar .img .edit{position:absolute;bottom:5px;right:5px;background-color:var(--second-color);width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#fff;border-radius:100%;cursor:pointer}.user_profile .avatar .img .edit .bi{font-style:initial}.user_profile .avatar .img .edit input{position:absolute;width:100%;height:100%;opacity:0}.user_profile .input{width:85%;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background-color:var(--body-bg);margin:0 auto 15px;border:1px solid var(--border-color)}.user_profile .input input{padding:0;width:95%;height:100%;background-color:transparent;border:none;outline:none;color:var(--text-color);font-size:15px}.user_profile .d-button{height:45px;width:85%;margin:0 auto;border-radius:10px;font-size:16px;outline:none;border:none}.user_profile .none_user{width:fit-content;margin:0 auto;padding:50px 0}.user_profile .none_user .tips{color:var(--second-color);font-size:14px;text-align:center;padding-bottom:15px}.user_profile .none_user .d-button{height:40px;width:auto;border-radius:100px}