.component.profile_categories{background:radial-gradient(circle,#292d36 50%,#121418 100%);border:1px solid #30333b;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:100%;padding:10px;display:flex;position:relative}.component.profile_categories>.row.top{flex-direction:row;justify-content:center;align-items:center;gap:15px;width:100%;display:flex}.component.profile_categories>.row.top>button{flex-direction:row;justify-content:center;align-items:center;gap:10px;width:auto;transition:opacity .1s ease-in-out;display:flex}.component.profile_categories>.row.top>button.active{opacity:1;transition:opacity .1s ease-in-out}.component.profile_categories>.row.top>button.active>p{color:#fff;transition:all .1s ease-in-out}.component.profile_categories>.row.top>button>p{color:#9298a9;text-transform:uppercase;letter-spacing:.75px;font-size:14px;font-weight:700;transition:all .1s ease-in-out}.component.profile_categories>.row.top>button:after{content:"-";font-size:16px;color:#c3c3c3!important}.component.profile_categories>.row.top>button:last-child:after{display:none}.component.profile_categories>.row.bottom{flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex}
.component.profile_timeline_filters{z-index:999;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px;width:100%;display:flex;position:relative}.component.profile_timeline_filters>.filter_options{flex-direction:row;justify-content:center;align-items:center;width:100%;display:flex}.component.profile_timeline_filters>.filter_options>.options{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:5px;width:auto;display:flex}.component.profile_timeline_filters>.filter_options>.options>button{background-color:var(--site-bg);border:1px solid #30333b;border-radius:5em;width:auto;padding:1px 8px;transition:all .1s ease-in-out}.component.profile_timeline_filters>.filter_options>.options>button>p{color:#fff;white-space:nowrap;font-size:13px;line-height:normal}.component.profile_timeline_filters>.filter_options>.options>button.active{background-color:var(--red);border-color:#0000;transition:all .1s ease-in-out}
