html[lang=ar] .my-mobile-menu-v2{transform:translateX(100%)}.my-mobile-menu-v2{position:fixed;top:0;left:0;transform:translateX(-100%);width:100%;height:100%;color:#fff;background:rgba(0,0,0,.5);transition:transform .2s;z-index:9999}.my-mobile-menu-v2[open]{transform:translateX(0) !important}.my-mobile-menu-v2[data-login=false] .my-login,.my-mobile-menu-v2:not([data-login]) .my-login{display:none}.my-mobile-menu-v2 .my-mobile-menu__container{display:flex;flex-direction:column;max-width:270px;width:100%;height:100%;background:#121415}.my-mobile-menu-v2 .my-mobile-menu__body{flex:1;padding:16px calc(16px - var(--my-scrollbar-width, 0px)) 16px 16px;overflow-y:scroll;overflow-x:hidden}.my-mobile-menu-v2 .my-mobile-menu__user{display:flex;align-items:center;gap:8px;padding:12px 0}.my-mobile-menu-v2 .my-mobile-menu__user-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;overflow:hidden}.my-mobile-menu-v2 .my-mobile-menu__user-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.my-mobile-menu-v2 .my-mobile-menu__user-info{min-width:0}.my-mobile-menu-v2 .my-mobile-menu__username{font-weight:500;font-size:14px;line-height:1.21;color:#fff;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-mobile-menu-v2 .my-mobile-menu__email{font-weight:400;font-size:11px;line-height:1.21;color:hsla(0,0%,100%,.8);margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-mobile-menu-v2 .my-mobile-menu__upgrade{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;height:40px;border-radius:12px;background:linear-gradient(90deg, #ff4180, #ff4167);color:#fff;font-weight:500;font-size:14px;text-decoration:none;margin-bottom:8px}.my-mobile-menu-v2 .my-mobile-menu__upgrade__icon{display:flex;align-items:center;width:16px;height:16px}.my-mobile-menu-v2 .my-mobile-menu__upgrade__icon svg{width:100%;height:100%}.my-mobile-menu-v2 .my-mobile-menu-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;height:44px;color:#fff;font-weight:500;font-size:14px;text-decoration:none;transition:.2s;cursor:pointer}.my-mobile-menu-v2 .my-mobile-menu-item__body{display:flex;flex:1;flex-direction:row;align-items:center;gap:4px;min-width:0}.my-mobile-menu-v2 .my-mobile-menu-item__icon,.my-mobile-menu-v2 .my-mobile-menu-item__aside__icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px}.my-mobile-menu-v2 .my-mobile-menu-item__icon svg,.my-mobile-menu-v2 .my-mobile-menu-item__aside__icon svg{width:100%;height:100%}.my-mobile-menu-v2 .my-mobile-menu-item__icon-arrow{width:12px;height:12px;transition:.2s}.my-mobile-menu-v2 .my-mobile-menu-item__icon-arrow svg{width:100%;height:100%}.my-mobile-menu-v2 .my-mobile-menu-item__tags{display:flex;align-items:center;gap:4px;margin-left:auto}.my-mobile-menu-v2 .my-mobile-menu-item__tags .my-tag{padding:0 4px;font-size:11px;font-weight:400;border-radius:7px 7px 7px 2px}.my-mobile-menu-v2 .my-mobile-menu-item__tags .my-tag:hover{transform:none}.my-mobile-menu-v2 .my-mobile-menu__hr{height:1px;background:#202325;margin:4px 0}.my-mobile-menu-v2 .my-mobile-menu__dropdown__toggle:checked~.my-mobile-menu__dropdown__container{height:max-content}.my-mobile-menu-v2 .my-mobile-menu__dropdown__toggle:checked~.my-mobile-menu-item .my-mobile-menu-item__icon-arrow{transform:rotate(90deg)}.my-mobile-menu-v2 .my-mobile-menu__dropdown__container{height:0;list-style:none;overflow:hidden;transition:.2s;padding:0;margin:0}.my-mobile-menu-v2 .my-mobile-menu__dropdown-item{display:flex;align-items:center;gap:8px;padding:8px 20px 8px 20px;color:#fff;font-size:14px;font-weight:400;text-decoration:none;opacity:.9}.my-mobile-menu-v2 .my-mobile-menu__dropdown-item .my-mobile-menu-item__tags{margin-left:auto}.my-mobile-menu-v2 .my-mobile-menu__logout{color:#ff4141}@media screen and (min-width: 881px){.my-mobile-menu-v2{display:none}}