.section.top_lists{width:100%}.section.top_lists>.list_wrapper{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:.5em;width:100%;display:flex;overflow:hidden}.section.top_lists>.list_wrapper>.list{border-radius:5px;flex-direction:column;justify-content:flex-end;align-items:flex-start;gap:5px;width:100%;display:flex;position:relative;overflow:hidden}.section.top_lists>.list_wrapper>.list>.row.top{background:#121418;border-radius:5px;flex-grow:1;justify-content:stretch;align-items:stretch;width:100%;display:flex;overflow:hidden}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images{flex-grow:1;max-width:100%;display:flex;width:100%!important}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images.empty>.poster{width:70px;min-width:70px;max-width:70px;box-shadow:none;min-height:90px!important;max-height:90px!important}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images.empty>.poster:first-child{z-index:11}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images.empty>.poster:nth-child(n+2){z-index:calc(11 + var(--i,1));--i:calc(var(--i,1) + 1);margin-left:-35px}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images.empty>.poster.default{opacity:.5}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images>.inner_wrapper{width:100%;max-width:100%}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images>.inner_wrapper>.poster{width:70px;min-width:70px;max-width:70px;min-height:90px!important;max-height:90px!important}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images>.inner_wrapper>.poster>div>.ranked_overlay{z-index:9999999;background:var(--red);border-bottom-right-radius:15px;flex-direction:row;justify-content:flex-start;align-items:flex-start;height:auto;padding:2px 4px;display:none;position:absolute;box-shadow:0 1px 10px 3px #06070b}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images>.inner_wrapper>.poster>div>.ranked_overlay>p{color:#fff;font-size:10px;font-weight:700}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images>.inner_wrapper>.poster:first-child{z-index:11}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images>.inner_wrapper>.poster:nth-child(n+2){z-index:calc(11 + var(--i,1));--i:calc(var(--i,1) + 1);margin-left:-35px}.section.top_lists>.list_wrapper>.list>.row.top>.list_preview_images>.inner_wrapper>.poster.default{opacity:.5}.section.top_lists>.list_wrapper>.list>.row.bottom{background:#121418d9;border-top-left-radius:5px;border-top-right-radius:5px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:5px;width:100%;padding:5px;transition:all .1s ease-in-out;display:flex;position:absolute;z-index:99999!important}.section.top_lists>.list_wrapper>.list>.row.bottom>.list_title{flex-direction:row;justify-content:space-between;align-items:center;gap:10px;width:100%;display:flex}.section.top_lists>.list_wrapper>.list>.row.bottom>.list_title>.column.left{flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;width:100%;display:flex}.section.top_lists>.list_wrapper>.list>.row.bottom>.list_title>.column.left>svg{color:#c3c3c3;width:16px;transition:all .1s ease-in-out}.section.top_lists>.list_wrapper>.list>.row.bottom>.list_title>.column.left>p{color:#c3c3c3;font-size:14px;font-weight:400;transition:all .1s ease-in-out}.section.top_lists>.list_wrapper>.list>.row.bottom>.list_title>.column.right{justify-content:flex-end;align-items:center;width:auto;display:flex}.section.top_lists>.list_wrapper>.list>.row.bottom>.list_title>.column.right>svg{color:#c3c3c3;width:16px;transition:all .1s ease-in-out}.section.top_lists>.list_wrapper>.list:hover>.row.bottom{background:#30333b;transition:all .1s ease-in-out}.section.top_lists>.list_wrapper>.list:hover>.row.bottom>.list_title>.column.left>svg,.section.top_lists>.list_wrapper>.list:hover>.row.bottom>.list_title>.column.left>p,.section.top_lists>.list_wrapper>.list:hover>.row.bottom>.list_title>.column.right>svg{color:#fff;transition:all .1s ease-in-out}
.component.profile_favourites{background:radial-gradient(circle,#292d36 50%,#121418 100%);border:1px solid #30333b;border-radius:10px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px;width:100%;min-width:300px;max-width:300px;min-height:560px;padding:15px;display:flex;overflow:hidden}.component.profile_favourites>.title{flex-direction:row;justify-content:space-between;align-items:center;gap:15px;width:100%;display:flex}.component.profile_favourites>.title>p{border-left:3px solid var(--red);color:#fff;white-space:nowrap;width:100%;padding-left:7px;font-size:18px;font-weight:700}.component.profile_favourites>.title>.favourites_editor_btn{width:auto}.component.profile_favourites>.title>.favourites_editor_btn>a{cursor:pointer;white-space:nowrap;background:#273a24;border:none;border-radius:5px;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;width:auto;padding:5px 10px;transition:all .1s ease-in-out;display:flex}.component.profile_favourites>.title>.favourites_editor_btn>a>svg{color:#fff;width:16px;transition:all .1s ease-in-out}.component.profile_favourites>.title>.favourites_editor_btn>a>p{white-space:nowrap;color:#fff;font-size:14px;transition:all .1s ease-in-out}.component.profile_favourites>.title>.favourites_editor_btn>a:hover{background:#1c571d;transition:all .1s ease-in-out}.component.profile_favourites>.title>.favourites_editor_btn>a:hover>svg,.component.profile_favourites>.title>.favourites_editor_btn>a:hover>p{color:#fff;transition:all .1s ease-in-out}.component.profile_favourites>.title>.favourites_editor_btn>a.save_changes{background:#388c54;transition:all .1s ease-in-out;border:1px solid #183c24!important}.component.profile_favourites>.title>.favourites_editor_btn>a.save_changes>p{color:#fff}.component.profile_favourites>.title>.favourites_editor_btn>a.save_changes:hover{background:#307848;transition:all .1s ease-in-out}.component.profile_favourites>.content{width:100%;display:flex;position:relative}
.page_container.new_profile_page>.page_content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px;width:100%;padding:30px 0;display:flex}.page_container.new_profile_page>.page_content>.inner_wrapper{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:30px;width:100%;display:flex}.page_container.new_profile_page>.page_content>.inner_wrapper>.inner_column.left{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px;width:100%;display:flex}.page_container.new_profile_page>.page_content>.inner_wrapper>.inner_column.left>.main{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:30px;width:100%;display:flex}.page_container.new_profile_page>.page_content>.inner_wrapper>.inner_column.left>.main>.column.left{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px;width:100%;min-width:280px;max-width:280px;display:flex}.page_container.new_profile_page>.page_content>.inner_wrapper>.inner_column.left>.main>.column.right{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px;width:100%;display:flex}.page_container.new_profile_page>.page_content>.inner_wrapper>.inner_column.right{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:30px;display:flex;width:300px!important;min-width:300px!important;max-width:300px!important}
.profile_follow_button{cursor:pointer;white-space:nowrap;background:#30333b;border:none;border-radius:5px;flex-direction:row;justify-content:flex-start;align-items:center;gap:5px;width:100%;padding:10px 15px;transition:all .1s ease-in-out;display:flex}.profile_follow_button>svg{width:100%;min-width:24px;max-width:24px;transition:all .1s ease-in-out;color:#c3c3c3!important}.profile_follow_button>p{white-space:nowrap;font-size:16px;transition:all .1s ease-in-out;color:#c3c3c3!important}.profile_follow_button:hover{background:#0f1014;transition:all .1s ease-in-out}.profile_follow_button:hover>svg,.profile_follow_button:hover>p{color:#fff;transition:all .1s ease-in-out}.profile_follow_button.valid>p{transition:all .1s ease-in-out;color:#fff!important}.profile_follow_button.valid>svg{transition:all .1s ease-in-out;color:#ffbc0b!important}
.profile_follow_actions{flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:30px;width:100%;min-width:300px;max-width:300px;display:flex}.profile_follow_actions>.userstats_wrapper{flex-flow:row;justify-content:center;align-items:center;gap:15px;width:auto;display:flex}.profile_follow_actions>.userstats_wrapper>button,.profile_follow_actions>.userstats_wrapper>a{cursor:pointer;flex-direction:column;justify-content:flex-start;align-items:center;gap:3px;width:auto;padding:0;display:flex}.profile_follow_actions>.userstats_wrapper>button>span,.profile_follow_actions>.userstats_wrapper>a>span{color:#fff;font-size:14px;font-weight:600;line-height:12px}.profile_follow_actions>.userstats_wrapper>button>p,.profile_follow_actions>.userstats_wrapper>a>p{color:#c3c3c3;white-space:nowrap;font-size:14px;font-weight:400;line-height:normal}.profile_follow_actions>.userstats_wrapper>button:disabled>span,.profile_follow_actions>.userstats_wrapper>a:disabled>span,.profile_follow_actions>.userstats_wrapper>button:disabled>p,.profile_follow_actions>.userstats_wrapper>a:disabled>p{color:#a5a5a5}.profile_follow_actions>.profile_socials_wrapper{flex-direction:row;justify-content:flex-end;align-items:center;gap:10px;display:flex}.profile_follow_actions>.profile_socials_wrapper>a>svg{color:#c3c3c3;width:20px;transition:all .1s ease-in-out}.profile_follow_actions>.profile_socials_wrapper>a:hover>svg{color:#fff;transition:all .1s ease-in-out}
.new_profile_roles{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:100%;min-width:300px;max-width:300px;display:flex}.new_profile_roles>.row.top,.new_profile_roles>.row.bottom{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:0;width:100%;padding:0;display:flex}.new_profile_roles>.row.middle{flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:0;width:100%;display:flex}
