.profile-page-container{display:flex;flex-direction:column;position:relative;width:100%;height:100%;min-height:100vh;align-items:center;justify-content:flex-start;flex:1 1}@media(max-width:550px){.profile-page-container{padding-bottom:180px}}.profile-page-container .profile-container{display:flex;position:relative;width:100%;padding-left:1.5rem;padding-right:1.5rem;gap:1.5rem;flex:1 1;margin:0 auto;height:100%;min-height:100vh;box-sizing:border-box;max-width:100%}@media(min-width:1018px){.profile-page-container .profile-container{max-width:-moz-fit-content;max-width:fit-content;overflow-x:hidden}}@media(max-width:550px){.profile-page-container .profile-container{padding-left:1rem;padding-right:1rem;gap:1rem}}.profile-page-container .profile-container .main-container{display:block;z-index:2;width:100%;height:100%;min-height:100vh}.profile-page-container .profile-container .main-container .profile-wrapper{width:100%;height:100%;min-height:100vh}@media(min-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper{width:-moz-fit-content;width:fit-content;overflow-x:hidden}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper{display:flex;background-color:var(--background);width:100%;flex-direction:column;box-sizing:border-box}@media(min-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper{padding-bottom:0;height:100%}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper{display:flex;width:100%;height:100%;flex-direction:column;flex:1 1;gap:1rem;background:rgba(0,0,0,0);margin-bottom:2rem;z-index:2;align-self:center;max-width:1000px;scrollbar-width:none}@media(min-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper{padding:1rem 1rem 0;width:1000px}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .tab-profile-view{display:flex;width:100%;height:30px;border-bottom:1px solid var(--border-color);flex-direction:row;align-items:center;gap:20px;margin-top:14px}@media(max-width:550px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .tab-profile-view{margin-top:0!important}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .tab-profile-view .title-tab-profile-view{color:var(--colors-gray3);font-size:14px;font-weight:var(--font-weights-semi);height:100%;border-bottom:1px solid rgba(0,0,0,0);cursor:pointer}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .tab-profile-view .title-tab-profile-view.active{color:var(--foreground);border-bottom-color:var(--foreground)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper{display:flex;align-items:center;width:100%;min-height:48px;flex-direction:row;justify-content:space-between;margin-top:10px;flex-wrap:wrap;gap:15px}@media(max-width:550px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper{margin-top:0!important}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle{background-color:var(--colors-gray6);border:1px solid rgba(0,0,0,0);color:var(--black);justify-content:space-between;display:flex;align-items:center;border-radius:50px;height:40px;padding-right:5px!important;max-width:100%;min-width:300px;gap:25px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle .dropdown_name{font-weight:500;white-space:nowrap;padding-bottom:3px;font-size:var(--font-sizes-md);color:var(--colors-shadeBlack);text-transform:capitalize}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle .icn{font-size:8px;height:12px;color:var(--black)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle .down_arrow_ctr{margin:0 10px;display:flex;flex-direction:row;align-items:center;gap:16px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle .down_arrow_ctr.up .icn{transform:rotate(-180deg)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle .down_arrow_ctr .view-live-tab{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3px;height:14px;border-radius:4px;background-color:var(--colors-red);padding-left:4px;padding-right:4px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle .down_arrow_ctr .view-live-tab.completed{background-color:var(--color-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle .down_arrow_ctr .view-live-tab .dot-view{width:6px;height:6px;background-color:var(--bs-white);border-radius:50%}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle .down_arrow_ctr .view-live-tab .span-value{color:var(--bs-white);font-size:10px;font-weight:var(--font-weights-bold);text-align:center;text-transform:uppercase}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle .down_arrow_ctr .icn{transition:transform .25s ease 0s;font-size:12px;height:10px;color:var(--black)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle:after{content:""!important;display:none}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_toggle:hover{background-color:var(--colors-gray5)!important;color:var(--black);border:1px solid rgba(0,0,0,0)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_item{height:50px;color:var(--black);display:flex;flex-direction:row;align-items:center;justify-content:space-between}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_item .lable-item{font-size:14px;font-weight:var(--font-weights-medium);text-align:left;width:70%;overflow:hidden}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_item .view-live-tab{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:3px;height:14px;border-radius:4px;background-color:var(--colors-red);padding-left:4px;padding-right:4px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_item .view-live-tab.completed{background-color:var(--color-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_item .view-live-tab .dot-view{width:6px;height:6px;background-color:var(--bs-white);border-radius:50%}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_item .view-live-tab .span-value{color:var(--bs-white);font-size:10px;font-weight:var(--font-weights-bold);text-align:center;text-transform:uppercase}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .dropdown_menu{transform:translateY(48px)!important;min-width:130px!important;width:100%;max-height:300px;overflow:auto}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between}@media(max-width:550px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav{width:100%}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .tourn-nav-li-hide-left-brd{border-right:none;margin-right:0}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .tourn-nav-li{cursor:pointer;padding:0 15px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--foreground);gap:2px;border-right:1px dashed var(--gray-600);margin-right:15px}@media(max-width:550px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .tourn-nav-li{border-right-width:0;margin-right:0;padding:0}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .tourn-nav-li .icn{height:auto!important;font-size:var(--font-sizes-xl)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .tourn-nav-li .lbl{font-size:var(--font-sizes-sm)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .tourn-nav-li.first-prize{cursor:default;display:flex;flex-direction:row;gap:15px;align-items:center}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .tourn-nav-li.first-prize .icn{font-size:36px;color:#27ae60}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .tourn-nav-li.first-prize .prize-val{font-size:var(--font-sizes-md);font-weight:var(--font-weights-bold);cursor:pointer}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .user-bet-block{display:flex;align-items:center;gap:8px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .user-bet-block .user-bet-progress{display:flex;flex-direction:column}@keyframes flashAnim{0%,to{opacity:1;color:var(--bs-primary);text-shadow:0 0 8px rgba(var(--primary-rgb),6)}50%{opacity:.3;color:var(--gray-600);text-shadow:none}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .user-bet-block .flash{animation:flashAnim 6s ease-in-out infinite}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .user-bet-block .user-rank{font-size:var(--font-sizes-lg);font-weight:var(--font-weights-bold);line-height:1.2}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .user-bet-block .progress-value{display:flex;align-items:flex-end;font-size:var(--font-sizes-sm)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .user-bet-block .progress-value .small{color:var(--gray-600);margin-right:5px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .user-bet-block .progress-value .text{display:flex;align-items:center;flex-direction:row;gap:5px;color:var(--gray-600);font-size:12px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .user-bet-block .progress-value .text .bold-text{font-family:var(--font-weights-medium);color:var(--black);font-size:14px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .strip-tournament-list-wrapper .tourn-nav .user-bet-block .progress-value .icn{width:18px;height:18px;display:block;font-size:var(--font-sizes-sm);padding:3px;margin-left:3px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header{display:flex;width:100%;justify-content:space-between;margin-top:2rem;position:relative}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header{margin-top:1rem}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .right-view{position:absolute;right:0;opacity:.5}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view{display:flex;gap:1rem}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view{gap:0;flex-direction:column}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .image-view{border-radius:50%;object-fit:cover;border:1px solid var(--colors-gray5);display:flex;justify-content:center;align-items:center;height:120px;width:120px}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .image-view{height:64px;width:64px}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .title-view{display:flex;flex-direction:column;justify-content:start;align-items:start}@media(min-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .title-view{margin-left:1rem}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .title-view .title-text{margin:0;font-size:32px;font-weight:var(--font-weights-bold);color:var(--black);max-width:600px;overflow-wrap:break-word}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .title-view .description-view{display:flex;justify-content:start;align-items:center;gap:8px;height:38px;margin-top:-5px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .title-view .description-view span{cursor:pointer}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .title-view .description-view span .address-view{display:flex;background-color:var(--colors-gray6);border-radius:500px;justify-content:center;align-items:center;padding:0 .75rem;height:28px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .title-view .description-view span .address-view p{font-weight:var(--font-weights-medium);color:var(--colors-shadeDarker)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-header .left-view .title-view .description-view p{margin:0;transition:.2s;font-size:var(--font-sizes-md);font-weight:var(--font-weights-medium);color:var(--colors-gray3);width:max-content}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view{width:100%;grid-gap:1rem;gap:1rem;display:grid;grid-template-columns:repeat(4,1fr);margin-top:10px}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view{grid-template-columns:repeat(2,1fr);margin-top:0}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view .box-view{display:flex;flex-direction:column;align-items:start;justify-content:flex-start;padding:1rem;border-radius:8px;border:1px solid var(--colors-gray5)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view .box-view span{display:flex;align-items:center;justify-content:center;vertical-align:middle;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:40px;height:40px;border-radius:5000px;padding:0}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view .box-view span.blue-surface{background-color:#eff4fe}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view .box-view span.green-surface{background-color:#eaf6ed}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view .box-view span.yellow-surface{background-color:#fdf2dc}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view .box-view span i{font-size:16px;color:var(--bs-black)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view .box-view .title{transition:.2s;margin:.75rem 0 .25rem;color:var(--colors-gray3);font-size:12px;font-weight:var(--font-weights-normal)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view .box-view .desc{width:100%;margin:0;transition:.2s;color:var(--colors-shadeDarker);font-size:20px;font-weight:var(--font-weights-semi)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-middle-view .box-view .desc span{width:max-content!important}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view{display:flex;flex-direction:column}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view{display:flex;flex-direction:column;width:100%}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-tab-list{width:100%;max-width:100vw;overflow-x:auto;gap:1.5rem;display:flex;border-bottom:1px solid var(--colors-gray6);height:51px;order:1;position:-webkit-sticky;position:sticky;background-color:var(--background);z-index:3;top:var(--header-height-sm);outline:none}@media(min-width:768px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-tab-list{top:var(--header-height)}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-tab-list .btn-tab-view{margin:0;line-height:1.15;overflow:visible;text-transform:none;font-weight:var(--font-weights-semi);color:var(--colors-gray3);font-size:14px;background-color:rgba(0,0,0,0);border-image:initial;border:none;border-bottom:2px solid rgba(0,0,0,0);cursor:pointer;transition:.2s;padding:1rem 0 .75rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-tab-list .btn-tab-view.active{border-bottom:2px solid var(--black);color:var(--black)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-tab-list .img-wrapper{display:flex;flex:1 1;justify-content:flex-end;align-items:center;height:100%}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-tab-list .img-wrapper .view-logo{height:28px;width:135px;opacity:.4}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view{order:3;padding-bottom:1rem;background-color:var(--background)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container{display:flex;flex-direction:column;row-gap:.5rem;padding-bottom:1rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container{display:flex;flex-direction:column}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .header-view{display:flex;width:100%;gap:.5rem;position:-webkit-sticky;position:sticky;z-index:1;padding-top:1rem;padding-bottom:.5rem;top:0}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .header-view{display:none}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .header-view .first-ele{display:flex;flex:18.75 1;align-items:center;justify-content:flex-start}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .header-view .first-ele .text-element{margin:0;transition:.2s;text-transform:uppercase;font-size:var(--font-sizes-xs)!important;color:var(--colors-shadeDarker)!important;letter-spacing:2px!important;font-weight:var(--font-weights-normal)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .header-view .second-ele{display:flex;flex:1.5 1;align-items:center;justify-content:flex-start}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .header-view .second-ele .text-element{margin:0;transition:.2s;text-transform:uppercase;font-size:var(--font-sizes-xs)!important;color:var(--colors-shadeDarker)!important;letter-spacing:2px!important;font-weight:var(--font-weights-normal)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .header-view .third-ele{display:flex;flex:4 1;align-items:center;justify-content:flex-end}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .header-view .third-ele .text-element{margin:0;transition:.2s;text-transform:uppercase;font-size:var(--font-sizes-xs)!important;color:var(--colors-shadeDarker)!important;letter-spacing:2px!important;font-weight:var(--font-weights-normal)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .header-view .fourth-ele{display:flex;flex:1.5 1;align-items:center;justify-content:flex-start;min-width:3rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view{display:flex;flex-direction:column;width:100%;padding-top:.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--colors-gray6)}@media(max-width:1020px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view{border-bottom-width:0!important}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .bottom-wrapper,.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .button_avg_cntr,.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper{display:none!important}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper{display:flex;width:100%;min-height:60px;height:-moz-fit-content;height:fit-content;align-items:center;background-color:var(--background);transition:.2s;gap:.5rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item{display:flex;flex:17.65 1;justify-content:flex-start;gap:.75rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .image-view{display:flex;height:40px;width:40px;min-width:40px;border-radius:4px;position:relative;overflow:hidden;object-fit:cover}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view{display:flex;flex-direction:column}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .text-view{margin:0;transition:.2s;font-size:var(--font-sizes-md);font-weight:var(--font-weights-bold);flex:1 1;cursor:pointer;color:var(--color-dark);display:block;text-overflow:ellipsis;overflow-wrap:break-word;overflow:hidden}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .text-view:hover{text-decoration:underline!important}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .desc-view{display:flex;align-items:center;gap:.5rem;padding-top:.5rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .desc-view .box-view{display:flex;font-size:12px;font-weight:var(--font-weights-medium);padding:2px 4px;border-radius:4px;width:-moz-fit-content;width:fit-content}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .desc-view .box-view.correct{background-color:var(--color-background-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .desc-view .box-view.correct span{color:var(--color-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .desc-view .box-view.incorrect{background-color:var(--color-background-incorrect)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .desc-view .box-view.incorrect span{color:var(--color-incorrect)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .desc-view span{color:var(--colors-gray3);font-size:var(--font-sizes-sm);font-weight:var(--font-weights-medium)}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .first-item .title-view .desc-view{display:none}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .second-item{display:flex;flex:1.5 1;align-items:center;justify-content:flex-start}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .second-item{display:none}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .second-item p{margin:0;transition:.2s;color:var(--colors-shadeDarker);font-weight:var(--font-weights-medium);font-size:var(--font-sizes-md)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .second-item i{font-size:16px;color:var(--black)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .third-item{display:flex;flex:4 1;align-items:center;justify-content:flex-end}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .third-item{flex:6 1;display:none}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .third-item .desc-view{display:flex;flex-direction:column;align-items:end}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .third-item .desc-view p{margin:0;transition:.2s;color:var(--colors-shadeDarker);font-weight:var(--font-weights-medium);font-size:var(--font-sizes-md);width:max-content}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .third-item .desc-view .subview{font-size:var(--font-sizes-sm)!important;margin-top:.25rem;text-align:right;display:flex;flex-direction:row;gap:2px;transition:.2s;color:var(--colors-shadeDarker);font-weight:var(--font-weights-medium);width:max-content}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .third-item .desc-view .subview.correct{color:var(--color-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-pos-view .inner-wrapper .third-item .desc-view .subview.incorrect{color:var(--color-incorrect)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container{display:none;flex-direction:column;width:100%;gap:10px;border-bottom:1px solid rgba(130,130,130,.16);padding-bottom:10px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container.pt-10{padding-top:10px}@media(max-width:1020px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container{display:flex}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-header-pos-conatainer{display:flex;flex-direction:row;align-items:center;gap:20px;position:relative;cursor:pointer}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .flag-container{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:6.38px;background-color:#ededed}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .flag-container .img-flag{width:37px;height:37px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;flex:1 1}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container .text-title{color:var(--colors-shadeDark);font-size:14px;font-weight:var(--font-weights-bold);text-align:left}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container .desc-container{display:flex;flex-direction:row;align-items:center;width:100%;gap:10px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container .desc-container .box-view-contains{display:flex;padding:4px;align-items:center;justify-content:center;border-radius:4px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container .desc-container .box-view-contains.correct{background-color:var(--color-background-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container .desc-container .box-view-contains.correct .text-box{color:var(--color-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container .desc-container .box-view-contains.incorrect{background-color:var(--color-background-incorrect)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container .desc-container .box-view-contains.incorrect .text-box{color:var(--color-incorrect)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container .desc-container .box-view-contains .text-box{font-size:12px;font-weight:var(--font-weights-medium);text-align:left;display:flex;flex-direction:row;gap:3px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .item-title-container .desc-container .text-share-box{font-size:12px;font-weight:var(--font-weights-normal);text-align:left;color:#828282;display:flex;flex-direction:row;gap:3px;align-items:center;white-space:nowrap}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container{display:flex;flex-direction:row;align-items:center;gap:16px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container .current-value-view{display:flex;flex-direction:column;align-items:flex-end}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container .current-value-view .text-current-value{color:var(--colors-shadeDark);font-size:14px;font-weight:var(--font-weights-semi)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container .current-value-view .percentage-current-value{color:var(--colors-shadeDark);font-size:12px;font-weight:var(--font-weights-semi)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container .current-value-view .percentage-current-value.medium{font-weight:var(--font-weights-medium)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container .current-value-view .percentage-current-value.correct{color:var(--color-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container .current-value-view .percentage-current-value.incorrect{color:var(--color-incorrect)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container .current-value-view .percentage-current-value .icon-value{margin-right:4px;width:8px;height:8px;margin-top:-2px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container .down-arrow{color:#969696;width:12px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .right-item-container .down-arrow.rotate{transform:rotate(180deg)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .pos-footer-container{display:flex;align-items:center;flex-direction:row;justify-content:space-between;width:100%}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .pos-footer-container.pl-70{padding-left:70px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .left-pos-container{display:flex;align-items:center;flex-direction:row;gap:24px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .btn-box{display:flex;align-items:center;justify-content:center;cursor:pointer}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-position-view .wrapper-container .inner-container .item-position-container .btn-box .btn-box-view{display:flex;align-items:center;justify-content:center;width:86px;height:36px;border-radius:6px;background-color:var(--bs-primary);font-size:var(--font-sizes-md);font-weight:var(--font-weights-bold);color:var(--bs-white)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view{order:3;padding-bottom:1rem;background-color:var(--background)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container{display:flex;flex-direction:column;row-gap:.5rem;padding-bottom:1rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .container-drop-down{display:flex;flex-direction:row;align-items:center;margin-top:24px;margin-bottom:12px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .container-drop-down .first-drop-view{position:relative;border-radius:50px;cursor:pointer;width:auto;height:40px;display:flex;align-items:center;justify-content:space-between;color:var(--black);background-color:var(--color-cardBorderShade);font-weight:var(--font-weights-normal);border:1px solid var(--color-extra-light-gray-change);padding-left:12px;padding-right:12px;gap:10px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .container-drop-down .first-drop-view.mt-right{margin-right:8px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .container-drop-down .first-drop-view span{font-size:var(--font-sizes-md);font-weight:var(--font-weights-medium);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--black);display:flex;flex-direction:row;gap:3px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .container-drop-down .first-drop-view i{font-size:12px;margin-top:2px;transform:rotate(180deg);transition:transform .3s ease-in-out}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .container-drop-down .first-drop-view.open i{transform:rotate(0)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .container-drop-down .first-drop-view .drop-container{z-index:2;position:absolute;top:50px;left:0;flex-direction:column;max-height:400px;background-color:var(--background);border:1px solid var(--color-extra-light-gray-change);border-radius:8px;width:250px;overflow-y:auto;animation-duration:.6s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;animation-name:transform;box-shadow:var(--color-cardShadow)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .container-drop-down .first-drop-view .drop-container .item-market-view{all:unset;position:relative;display:flex;flex-direction:column;align-items:flex-start;font-size:var(--font-sizes-md);font-weight:var(--font-weights-medium);color:var(--black);-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;padding:.75rem;transition:.2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .container-drop-down .first-drop-view .drop-container .item-market-view:hover{background-color:var(--colors-gray6_50)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container{display:flex;flex-direction:column}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .header-view{display:flex;width:100%;gap:1.5rem;position:-webkit-sticky;position:sticky;z-index:1;padding-top:.5rem;padding-bottom:.5rem;top:0}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .header-view{display:none}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .header-view .first-element{display:flex;flex:1 1;align-items:center;justify-content:flex-start}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .header-view .first-element .text-value{margin:0;transition:.2s;text-transform:uppercase;font-weight:var(--font-weights-normal);font-size:var(--font-sizes-xs);color:var(--colors-shadeDarker);letter-spacing:2px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .header-view .second-element{display:flex;flex:8 1;align-items:center;justify-content:flex-start}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .header-view .second-element .text-value{margin:0;transition:.2s;text-transform:uppercase;font-weight:var(--font-weights-normal);font-size:var(--font-sizes-xs);color:var(--colors-shadeDarker);letter-spacing:2px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .header-view .third-element{display:flex;flex:2 1;align-items:center;justify-content:flex-end}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .header-view .third-element .text-value{margin:0;transition:.2s;text-transform:uppercase;font-weight:var(--font-weights-normal);font-size:var(--font-sizes-xs);color:var(--colors-shadeDarker);letter-spacing:2px}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view{display:flex;flex-direction:column;width:100%;padding-top:.125rem;padding-bottom:.5rem;border-bottom:1px solid var(--colors-gray6)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item{display:flex;width:100%;min-height:60px;height:-moz-fit-content;height:fit-content;align-items:center;background-color:var(--background);transition:.2s;gap:.5rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .first-item{display:flex;flex:1 1;align-items:center;justify-content:flex-start}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .first-item{display:none}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .first-item .text-value{margin:0;transition:.2s;color:var(--colors-shadeDarker);font-weight:var(--font-weights-medium);font-size:var(--font-sizes-md)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item{display:flex;flex:8 1;align-items:center;justify-content:flex-start;gap:.75rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .image-view{width:40px;height:40px;border-radius:4px;object-fit:cover;flex-shrink:0}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view{display:flex;flex-direction:column}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .text-view{margin:0;transition:.2s;font-size:var(--font-sizes-md);font-weight:var(--font-weights-bold);flex:1 1;cursor:pointer;color:var(--color-dark);display:block;text-overflow:ellipsis;overflow-wrap:break-word;overflow:hidden}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .text-view:hover{text-decoration:underline!important}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .desc-view{display:flex;align-items:center;gap:.5rem;padding-top:.5rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .desc-view .box-view{display:flex;font-size:12px;font-weight:var(--font-weights-medium);padding:2px 4px;border-radius:4px;width:-moz-fit-content;width:fit-content}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .desc-view .box-view.correct{background-color:var(--color-background-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .desc-view .box-view.correct span{color:var(--color-correct)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .desc-view .box-view.incorrect{background-color:var(--color-background-incorrect)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .desc-view .box-view.incorrect span{color:var(--color-incorrect)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .desc-view span{color:var(--colors-gray3);font-size:var(--font-sizes-sm);font-weight:var(--font-weights-medium)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .desc-view span.responsive{color:var(--black);font-weight:var(--font-weights-normal);font-size:var(--font-sizes-md);display:none}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .second-item .title-view .desc-view span.responsive{display:flex}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .third-item{display:flex;flex:2 1;align-items:flex-end;justify-content:center;flex-direction:column}@media(max-width:1018px){.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .third-item{flex:4 1}}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .third-item .text-value{margin:0;transition:.2s;color:var(--colors-shadeDarker);font-weight:var(--font-weights-medium);font-size:var(--font-sizes-md);text-align:right}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .third-item .linking-view{display:flex;align-items:center;font-size:12px;color:var(--colors-gray3);transition:.2s;cursor:pointer;gap:.25rem;margin-top:.25rem}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .third-item .linking-view:hover{-webkit-text-decoration-color:var(--colors-gray2);text-decoration-color:var(--colors-gray2);color:var(--colors-gray2)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .third-item .linking-view:hover svg{color:var(--colors-gray2)}.profile-page-container .profile-container .main-container .profile-wrapper .inner-profile-wrapper .padding-profile-wrapper .profile-footer-view .profile-wrapper-view .profile-activity-view .wrapper-container .inner-container .item-activity-view .activity-item .third-item .linking-view svg{position:relative;width:16px;height:16px;transition:.2s;cursor:pointer;color:var(--colors-gray3)}.button_avg_cntr{display:none}@media screen and (max-width:1018px){.button_avg_cntr{background-color:var(--colors-gray6_50);border-radius:var(--radii-sm);gap:var(--space-3);width:100%;height:0;overflow:hidden;display:flex;min-height:0;max-height:0;transition:all .2s;padding:0 14px}.button_avg_cntr.open{height:60px;min-height:60px;max-height:60px;margin-top:var(--space-3);margin-bottom:var(--space-3)}.button_avg_cntr .avg_current_view{display:flex;gap:16px;flex:1 1;justify-content:start;align-items:center}.button_avg_cntr .avg_current_view .hdr_lb{color:var(--colors-gray3);font-weight:var(--font-weights-medium)}.button_avg_cntr .avg_current_view .hdr_lb,.button_avg_cntr .avg_current_view .hdr_val{font-size:var(--font-sizes-sm);line-height:var(--line-heights-sm);letter-spacing:var(--letter-spacings-normal);margin:0;transition:all .2s ease 0s}.button_avg_cntr .avg_current_view .hdr_val{font-weight:var(--font-weights-medium)!important;color:var(--colors-shadeDarker);font-weight:var(--font-weights-medium)}.button_avg_cntr .btn_secondary{background:var(--colors-gray5);border:1px solid var(--colors-gray5);color:var(--colors-shadeBlack)}.button_avg_cntr .btn_small{height:36px!important;width:80px;font-size:var(--font-sizes-md);font-weight:var(--font-weights-bold)}}@media screen and (max-width:1018px)and (max-width:550px){.button_avg_cntr .btn_small{height:36px!important}}.bottom-wrapper{display:flex;justify-content:space-between}.bottom-wrapper p{margin:0}.bottom-wrapper .box-view{display:inline-flex;font-size:12px;font-weight:var(--font-weights-medium);padding:1px 4px;border-radius:4px;width:-moz-fit-content;width:fit-content}.bottom-wrapper .box-view.correct{background-color:var(--color-background-correct)}.bottom-wrapper .box-view.correct span{color:var(--color-correct)}.bottom-wrapper .box-view.incorrect{background-color:var(--color-background-incorrect)}.bottom-wrapper .box-view.incorrect span{color:var(--color-incorrect)}.bottom-wrapper .share-txt{display:flex;align-items:center;gap:5px;color:var(--colors-gray3);font-size:var(--font-sizes-sm);font-weight:var(--font-weights-medium);margin-top:3px;cursor:pointer}.bottom-wrapper .share-txt .icn{font-size:8px;display:inline-block;transform:rotate(0deg);transition:transform .25s;padding-top:2px}.bottom-wrapper .share-txt.active .icn{transform:rotate(-180deg)}.bottom-wrapper .desc-value{display:flex;align-items:flex-end;justify-content:center;flex-direction:column}.bottom-wrapper .desc-type,.bottom-wrapper .desc-value,.bottom-wrapper .subview{font-size:var(--font-sizes-sm);font-weight:var(--font-weights-semi)}.bottom-wrapper .desc-type.fts-14,.bottom-wrapper .desc-value.fts-14,.bottom-wrapper .subview.fts-14{font-size:var(--font-sizes-md);font-weight:var(--font-weights-normal)}.bottom-wrapper .subview{margin-top:3px;display:flex;flex-direction:row;gap:2px}.bottom-wrapper .subview.correct{color:var(--color-correct)}.bottom-wrapper .subview.incorrect{color:var(--color-incorrect)}.bottom-wrapper .desc-type{font-weight:var(--font-weights-normal);display:flex}.bottom-wrapper .linking-view{display:flex;align-items:center;font-size:12px;color:var(--colors-gray3);transition:.2s;cursor:pointer;gap:.25rem}.bottom-wrapper .linking-view:hover{-webkit-text-decoration-color:var(--colors-gray2);text-decoration-color:var(--colors-gray2);color:var(--colors-gray2)}.bottom-wrapper .linking-view:hover svg{color:var(--colors-gray2)}.bottom-wrapper .linking-view svg{position:relative;width:16px;height:16px;transition:.2s;cursor:pointer;color:var(--colors-gray3)}@media(min-width:1019px){.bottom-wrapper{display:none}}@media(max-width:1018px){.act-desktop{display:none!important}}.no-record-found{display:flex;align-items:center;justify-content:center;flex:1 1;padding-top:4rem}.no-record-found .text-value{font-size:14px;font-weight:var(--font-weights-medium);text-align:center}