.message_button{width:100%}.message_button>button{cursor:pointer;white-space:nowrap;background:#30333b;border:none;border-radius:5px;flex-direction:row;justify-content:center;align-items:center;gap:5px;width:100%;padding:5px 10px;transition:all .1s ease-in-out;display:flex}.message_button>button>svg{color:#c3c3c3;width:20px;min-width:20px;max-width:20px;transition:all .1s ease-in-out}.message_button>button>p{white-space:nowrap;color:#c3c3c3;font-size:14px;transition:all .1s ease-in-out}.message_button>button:hover{background:#0f1014;transition:all .1s ease-in-out}.message_button>button:hover>svg,.message_button>button:hover>p{color:#fff;transition:all .1s ease-in-out}
.component.profile_navigation{z-index:999;-webkit-user-select:none;user-select:none;background:radial-gradient(circle,#292d36 50%,#121418 100%);border:1px solid #30333b;border-radius:10px;flex-direction:column;flex-grow:1;justify-content:flex-start;align-items:flex-start;gap:2px;width:100%;min-width:280px;max-width:280px;padding:15px;display:flex;position:relative}.component.profile_navigation>.row.top,.component.profile_navigation>.row.middle{flex-direction:row;justify-content:space-between;align-items:center;gap:2px;width:100%;display:flex}.component.profile_navigation>.row.top>a,.component.profile_navigation>.row.top>button,.component.profile_navigation>.row.middle>a,.component.profile_navigation>.row.middle>button{background-color:var(--site-bg);width:auto;transition:background-color border-color ease-in-out .1s;border:1px solid #30333b;border-radius:5px;flex-direction:row;flex-grow:1;justify-content:center;align-items:center;gap:5px;padding:10px 15px;display:flex}.component.profile_navigation>.row.top>a>svg,.component.profile_navigation>.row.top>button>svg,.component.profile_navigation>.row.middle>a>svg,.component.profile_navigation>.row.middle>button>svg{color:#fff;width:18px;transition:color .1s ease-in-out}.component.profile_navigation>.row.top>a>p,.component.profile_navigation>.row.top>button>p,.component.profile_navigation>.row.middle>a>p,.component.profile_navigation>.row.middle>button>p{color:#fff;font-size:14px;font-weight:400;line-height:normal;transition:color .1s ease-in-out}.component.profile_navigation>.row.top>a.active,.component.profile_navigation>.row.top>button.active,.component.profile_navigation>.row.middle>a.active,.component.profile_navigation>.row.middle>button.active{transition:background-color border-color ease-in-out .1s;border-color:#e45765}.component.profile_navigation>.row.top>a.active>svg,.component.profile_navigation>.row.top>button.active>svg,.component.profile_navigation>.row.middle>a.active>svg,.component.profile_navigation>.row.middle>button.active>svg,.component.profile_navigation>.row.top>a.active>p,.component.profile_navigation>.row.top>button.active>p,.component.profile_navigation>.row.middle>a.active>p,.component.profile_navigation>.row.middle>button.active>p{color:#e45765;transition:color .1s ease-in-out}.component.profile_navigation>.row.bottom{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:2px;width:100%;display:flex}.component.profile_navigation>.row.bottom>a,.component.profile_navigation>.row.bottom>button{background-color:var(--site-bg);width:100%;transition:background-color border-color ease-in-out .1s;border:1px solid #30333b;border-radius:5px;flex-direction:row;justify-content:center;align-items:center;gap:5px;padding:10px 15px;display:flex}.component.profile_navigation>.row.bottom>a>svg,.component.profile_navigation>.row.bottom>button>svg{color:#fff;width:18px;transition:color .1s ease-in-out}.component.profile_navigation>.row.bottom>a>p,.component.profile_navigation>.row.bottom>button>p{color:#fff;font-size:14px;font-weight:400;line-height:normal;transition:color .1s ease-in-out}.component.profile_navigation>.row.bottom>a.active,.component.profile_navigation>.row.bottom>button.active{transition:background-color border-color ease-in-out .1s;border-color:#e45765}.component.profile_navigation>.row.bottom>a.active>svg,.component.profile_navigation>.row.bottom>button.active>svg,.component.profile_navigation>.row.bottom>a.active>p,.component.profile_navigation>.row.bottom>button.active>p{color:#e45765;transition:color .1s ease-in-out}
