@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}[data-simplebar]{align-content:flex-start;align-items:flex-start;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;position:relative}.simplebar-wrapper{height:inherit;max-height:inherit;max-width:inherit;overflow:hidden;width:inherit}.simplebar-mask{direction:inherit;height:auto!important;overflow:hidden;width:auto!important;z-index:0}.simplebar-mask,.simplebar-offset{bottom:0;left:0;margin:0;padding:0;position:absolute;right:0;top:0}.simplebar-offset{-webkit-overflow-scrolling:touch;box-sizing:inherit!important;direction:inherit!important;resize:none!important}.simplebar-content-wrapper{-ms-overflow-style:none;box-sizing:border-box!important;direction:inherit;display:block;height:100%;max-height:100%;max-width:100%;overflow:auto;position:relative;scrollbar-width:none;width:auto}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;height:0;width:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;pointer-events:none;width:100%}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;flex-basis:0;flex-grow:inherit;flex-shrink:0;float:left;height:100%;margin:0;max-height:1px;max-width:1px;overflow:hidden;padding:0;pointer-events:none;position:relative;width:100%;z-index:-1}.simplebar-height-auto-observer{box-sizing:inherit;display:block;height:1000%;left:0;min-height:1px;min-width:1px;opacity:0;top:0;width:1000%;z-index:-1}.simplebar-height-auto-observer,.simplebar-track{overflow:hidden;pointer-events:none;position:absolute}.simplebar-track{bottom:0;right:0;z-index:1}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{-webkit-touch-callout:none;pointer-events:none;-webkit-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{left:0;min-height:10px;position:absolute;right:0}.simplebar-scrollbar:before{background:#000;border-radius:7px;content:"";opacity:0;position:absolute;transition:opacity .2s linear .5s}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{bottom:2px;left:2px;right:2px;top:2px}.simplebar-track.simplebar-horizontal{height:11px;left:0}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{bottom:0;left:0;min-height:0;min-width:10px;right:auto;top:0;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{left:0;right:auto}.simplebar-dummy-scrollbar-size{-ms-overflow-style:scrollbar!important;direction:rtl;height:500px;opacity:0;overflow-x:scroll;overflow-y:hidden;position:fixed;visibility:hidden;width:500px}.simplebar-dummy-scrollbar-size>div{height:200%;margin:10px 0;width:200%}.simplebar-hide-scrollbar{-ms-overflow-style:none;left:0;overflow-y:scroll;position:fixed;scrollbar-width:none;visibility:hidden}.Tooltip_tooltip__BxKV7{background-color:#fcf2e3;border:1px solid #47a16d;border-radius:4px;font-size:13px;padding:5px;position:absolute;text-align:center;width:auto;z-index:3000}.Tooltip_inactive__ptsiE{background-color:#d9d9d9;border-color:gray;font-style:italic}.Header_headerBox__ioGDM{align-items:center;border-bottom:1px solid #a5d1b1;display:flex;height:60px;justify-content:space-between;padding:0 40px;position:relative}@media(max-width:1399.98px){.Header_headerBox__ioGDM{padding:0 20px}}.Header_headerBox__ioGDM .Header_logoAndName__v7cWn{align-items:center;color:#000;display:flex;gap:25px;position:relative;text-decoration:none}.Header_headerBox__ioGDM .Header_logoAndName__v7cWn .Header_fradiLogo__Gs9y0{height:70px;position:relative;top:12px}.Header_headerBox__ioGDM .Header_logoAndName__v7cWn .Header_appName__XXjyI{display:flex;gap:10px;text-transform:uppercase}.Header_headerBox__ioGDM .Header_logoAndName__v7cWn .Header_appName__XXjyI .Header_scouting__XaZrS{font-weight:500}@media(max-width:1399.98px){.Header_headerBox__ioGDM .Header_logoAndName__v7cWn{gap:8px}.Header_headerBox__ioGDM .Header_logoAndName__v7cWn h1{font-size:24px}}.Header_headerBox__ioGDM .Header_menu__La99r{display:flex;left:50%;position:absolute;transform:translateX(-50%)}.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl{align-items:center;color:#186037;display:flex;height:80px;justify-content:center;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;width:180px}.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl h2{font-size:20px}.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl.Header_activeMenu__xx3ZE:before,.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl:active:before,.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl:focus:before{background:#186037;bottom:10px;content:"";display:block;height:5px;left:0;position:absolute;right:0}.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl.Header_activeMenu__xx3ZE h2,.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl:active h2,.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl:focus h2{font-weight:600}.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl.Header_disabled__xRMl5{color:gray;cursor:default;pointer-events:none}@media(max-width:1399.98px){.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl{width:128px}.Header_headerBox__ioGDM .Header_menu__La99r .Header_menuItem__V93zl h2{font-size:20px;line-height:24px;margin:initial}}.Header_headerBox__ioGDM .Header_headerActions__CY2mh{align-items:center;display:flex;gap:12px}.Header_headerBox__ioGDM .Header_headerActions__CY2mh .Header_languageChooser__dj5V7{display:flex;gap:10px;margin-right:64px}.Header_headerBox__ioGDM .Header_headerActions__CY2mh .Header_languageChooser__dj5V7 .Header_lang__yshKC{color:#47a16d;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.Header_headerBox__ioGDM .Header_headerActions__CY2mh .Header_languageChooser__dj5V7 .Header_lang__yshKC.Header_active__J6ukb{font-weight:700}.Header_headerBox__ioGDM .Header_headerActions__CY2mh .Header_welcomeText__GOR83{font-size:1rem;margin-right:24px}@media(max-width:1399.98px){.Header_headerBox__ioGDM .Header_headerActions__CY2mh .Header_welcomeText__GOR83{display:none}}.Header_headerBox__ioGDM .Header_headerActions__CY2mh .Header_welcomeText__GOR83 span{font-weight:600}.Header_headerBox__ioGDM .Header_headerActions__CY2mh a{align-items:center;display:flex}.Header_headerBox__ioGDM .Header_headerActions__CY2mh a:active{transform:scale(.9)}.Header_headerBox__ioGDM .Header_headerActions__CY2mh .Header_actionIcon__9W3lw{height:24px;width:24px}.Header_headerBox__ioGDM .Header_headerActions__CY2mh .Header_actionIcon__9W3lw.Header_hidden__V6r5l{display:none}.Header_search__Lo75F{background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;display:flex;height:48px;justify-content:space-between;padding:5px 15px}.Header_search__Lo75F input{background-color:#fff;border:none;outline:none;width:calc(100% - 16px)}.Header_search__Lo75F .Header_searchIcon__TdIg0{background-image:url(/static/media/icon_search.d4655fcd35ba9cdc57b1.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";height:auto;width:16px}.Header_searchList__AYfe5{height:50vh;margin-top:15px;overflow:auto;position:relative}.Header_searchList__AYfe5 .Header_playerItem__6Ppj8{align-items:center;border-bottom:1px dotted #a5d1b1;column-gap:12px;display:flex;justify-content:flex-start;padding-bottom:6px;padding-right:20px;padding-top:6px}.Header_searchList__AYfe5 .Header_playerItem__6Ppj8:last-child{border-bottom:none}.Header_searchList__AYfe5 .Header_playerItem__6Ppj8 .Header_playerPicture__d5bJN img{border:5px solid #47a16d;border-radius:50%;height:58px;object-fit:cover;width:58px}.Header_searchList__AYfe5 .Header_playerItem__6Ppj8 .Header_playerName__e13H\+{color:#47a16d;cursor:pointer;font-size:14px;font-weight:600;width:50%}.Header_searchList__AYfe5 .Header_playerItem__6Ppj8 .Header_teamName__qtJtK{color:#a5a5a5;cursor:pointer;font-size:14px;font-weight:600;width:50%}.Header_searchList__AYfe5 .Header_playerItem__6Ppj8 .Header_teamPicture__PzpBy img{height:32px;object-fit:cover;width:32px}.FradiLoader_loader__-9ehM{align-items:center;background-color:#ffffff80;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.FradiLoader_loader__-9ehM.FradiLoader_radius__fiUBU{border-radius:4px}.FradiLoader_loader__-9ehM.FradiLoader_dark__z2poM{background-color:#0006}.FradiLoader_loader__-9ehM svg path{transition:all .3s}.Toastify_icon__JTmhI{height:18px;width:18px}.GenericModal_backDrop__FCowu{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.GenericModal_backDrop__FCowu .GenericModal_modalBox__8KGu5{background-color:#fff;display:flex;flex-direction:column;height:75%;max-width:1900px;min-width:60%;padding:16px 32px 32px;width:90%}@media(max-width:1399.98px){.GenericModal_backDrop__FCowu .GenericModal_modalBox__8KGu5{padding:16px 12px 12px}}.GenericModal_backDrop__FCowu .GenericModal_modalBoxHeader__jgkam{align-items:flex-start;display:flex;justify-content:center;position:relative;width:100%}.GenericModal_backDrop__FCowu .GenericModal_modalBoxHeader__jgkam .GenericModal_modalTitle__F0AVd{font-family:Montserrat,sans-serif;font-size:22px;font-weight:600;height:40px;margin:initial;padding:initial;text-align:center;width:100%}.GenericModal_backDrop__FCowu .GenericModal_modalBoxHeader__jgkam .GenericModal_close__aH53Q{position:absolute;right:0;top:0;transform:translateX(50%)}@media(max-width:1399.98px){.GenericModal_backDrop__FCowu .GenericModal_modalBoxHeader__jgkam .GenericModal_close__aH53Q{right:20px}}.GenericModal_backDrop__FCowu .GenericModal_modalBoxHeader__jgkam .GenericModal_close__aH53Q img{height:32px;width:32px}.GenericModal_backDrop__FCowu .GenericModal_modalBoxContent__5zU-g{height:100%;overflow:hidden}.GenericModal_backDrop__FCowu .GenericModal_saveAsBox__EEsHl{height:180px;max-width:400px;min-width:400px}.GenericModal_fileUploaderModal__47PTe{height:420px!important;min-width:800px!important;width:800px!important}@media(max-width:991.98px){.GenericModal_fileUploaderModal__47PTe{min-width:500px!important;width:500px!important}}@media(max-width:576px){.GenericModal_fileUploaderModal__47PTe{min-width:350px!important;width:350px!important}}.GenericModal_downloadBox__LFsQ8{max-height:300px!important;max-width:400px!important;min-height:300px!important;min-width:400px!important}.GenericModal_positionModifierBox__-LnIO{height:87vh!important}.PlayerListButton_toggleList__zZvLL{align-items:center;background-color:#fff;border:1px solid #47a16d;border-radius:4px;color:#47a16d;cursor:pointer;display:flex;gap:8px;height:31px;justify-content:center;white-space:nowrap}.PlayerListButton_toggleList__zZvLL[disabled]{border-color:#d9d9d9;color:#a5a5a5!important}@media(max-width:1199.98px){.PlayerListButton_toggleList__zZvLL{border:none}}.PlayerListButton_toggleList__zZvLL:active{transform:scale(.98)}.PlayerListButton_toggleList__zZvLL.PlayerListButton_inList__eUk1e{background-color:#47a16d;color:#fff}.PlayerListButton_toggleList__zZvLL.PlayerListButton_inList__eUk1e img{filter:invert(100%) sepia(0) saturate(1%) hue-rotate(136deg) brightness(103%) contrast(101%)}.PlayerListButton_toggleList__zZvLL.PlayerListButton_loading__ZrU1d{animation:PlayerListButton_loading__ZrU1d .7s linear 0s infinite running;background-image:linear-gradient(90deg,#fff,#fff 25%,#c8e4cf 50%,#fff 75%,#fff);background-size:200% 100%;color:#47a16d}.PlayerListButton_toggleList__zZvLL.PlayerListButton_loading__ZrU1d img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}@keyframes PlayerListButton_loading__ZrU1d{0%{background-position:200%}to{background-position:0}}.PlayerListButton_toggleList__zZvLL p{font-size:13px}@media(max-width:1199.98px){.PlayerListButton_toggleList__zZvLL p{display:none}}.PlayerListButton_toggleList__zZvLL .PlayerListButton_addIcon__evTJq,.PlayerListButton_toggleList__zZvLL .PlayerListButton_playerIcon__H0guG{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}.PlayerListButton_toggleList__zZvLL .PlayerListButton_playerIcon__H0guG{height:20px;width:20px}.PlayerListButton_configList__SyJRW{background-color:#fafafa;display:flex;flex-direction:column;gap:15px;min-height:300px;padding:23px 24px;position:relative;width:100%}.PlayerListButton_configList__SyJRW .PlayerListButton_filterPageButton__upcft{align-self:flex-end}.PlayerListButton_configList__SyJRW .PlayerListButton_configRecord__3zo-J{align-items:center;background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;display:flex;font-family:Open Sans;gap:16px;height:60px;overflow-x:hidden;padding-left:24px;position:relative;width:100%}.PlayerListButton_configList__SyJRW .PlayerListButton_configRecord__3zo-J .PlayerListButton_configLabel__IcXYA{flex:2 2 100%}.PlayerListButton_configList__SyJRW .PlayerListButton_configRecord__3zo-J .PlayerListButton_actionLabel__a1RUe{align-items:center;display:flex;flex:1 0 30%;gap:8px}.PlayerListButton_configList__SyJRW .PlayerListButton_configRecord__3zo-J .PlayerListButton_actionLabel__a1RUe button{align-items:center;display:flex;justify-content:center}.PlayerListButton_configList__SyJRW .PlayerListButton_configRecord__3zo-J.PlayerListButton_header__gVM4Y{background-color:#0000;border:0 #0000;height:40px}.PlayerListButton_configList__SyJRW .PlayerListButton_configRecord__3zo-J.PlayerListButton_header__gVM4Y .PlayerListButton_actionLabel__a1RUe,.PlayerListButton_configList__SyJRW .PlayerListButton_configRecord__3zo-J.PlayerListButton_header__gVM4Y .PlayerListButton_configLabel__IcXYA{color:#a5a5a5;text-transform:uppercase}.PlayerListButton_saveAsContainer__Uiyk9{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.PlayerListButton_saveAsContainer__Uiyk9 .PlayerListButton_saveAsInput__a4WPN{border:1px solid #a5a5a5;border-radius:4px;height:32px;padding:1px 5px;width:200px}.ListButton_toggleList__U3Q5R{align-items:center;background-color:#fff;border:1px solid #47a16d;border-radius:4px;color:#47a16d;cursor:pointer;display:flex;gap:8px;height:31px;justify-content:center;white-space:nowrap}.ListButton_toggleList__U3Q5R[disabled]{border-color:#d9d9d9;color:#a5a5a5!important}@media(max-width:1199.98px){.ListButton_toggleList__U3Q5R{border:none}}.ListButton_toggleList__U3Q5R:active{transform:scale(.98)}.ListButton_toggleList__U3Q5R.ListButton_inList__Q9Ylc{background-color:#47a16d;color:#fff}.ListButton_toggleList__U3Q5R.ListButton_inList__Q9Ylc img{filter:invert(100%) sepia(0) saturate(1%) hue-rotate(136deg) brightness(103%) contrast(101%)}.ListButton_toggleList__U3Q5R.ListButton_loading__HOl7g{animation:ListButton_loading__HOl7g .7s linear 0s infinite running;background-image:linear-gradient(90deg,#fff,#fff 25%,#c8e4cf 50%,#fff 75%,#fff);background-size:200% 100%;color:#47a16d}.ListButton_toggleList__U3Q5R.ListButton_loading__HOl7g img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}@keyframes ListButton_loading__HOl7g{0%{background-position:200%}to{background-position:0}}.ListButton_toggleList__U3Q5R p{font-size:13px}@media(max-width:1199.98px){.ListButton_toggleList__U3Q5R p{display:none}}.ListButton_toggleList__U3Q5R .ListButton_addIcon__OAjf9{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}.AppTheme_appTheme__6EnEs{height:100svh;overflow-x:hidden;width:100vw}.TabBox_tabBox__Ihbsj{align-items:center;display:flex;justify-content:space-evenly;position:relative;width:100%;z-index:10}.TabBox_tabBox__Ihbsj .TabBox_itemValue__UzFxw{color:#e44e4e;text-transform:lowercase}.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv{background-image:linear-gradient(180deg,#52b87d 27%,#47a16d);color:#fff;font-family:Montserrat,sans-serif;height:40px;line-height:40px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;width:20%}.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv.TabBox_uploadedReports__Hxf71{line-height:1.4}@media(max-width:1199.98px){.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv{font-size:13px}}.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv.TabBox_disabled__O5bb6{background-image:linear-gradient(180deg,#a5d1b1 27%,#c8e4cf);color:#fff;pointer-events:none}.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv:not(:last-child):not(:has(+.TabBox_active__p9adP)):not(.TabBox_active__p9adP):after{background-color:#fff;content:"";height:40px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px}.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv:hover{background-color:#c8e4cf;background-image:none;color:#47a16d}.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv:first-child{border-top-left-radius:4px}.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv:last-child{border-top-right-radius:4px}.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv.TabBox_active__p9adP{background-color:#fff;background-image:none;color:#154b2b;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:700;text-transform:uppercase}.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv.TabBox_active__p9adP.TabBox_uploadedReports__Hxf71{line-height:1.4}@media(max-width:1199.98px){.TabBox_tabBox__Ihbsj .TabBox_tabBoxButton__L\+Jnv.TabBox_active__p9adP{font-size:13px}}.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO:after{border-color:#fff #0000 #0000;border-style:solid solid none;border-width:5px 5px 0;content:"";height:0;position:absolute;right:15px;top:17.5px;width:0}.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO:hover{cursor:pointer}.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO:active .TabBox_dropDownMenu__GtVC7,.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO:focus .TabBox_dropDownMenu__GtVC7,.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO:hover .TabBox_dropDownMenu__GtVC7{display:flex}.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO .TabBox_dropDownContainer__AF2DQ{padding-top:50px;position:absolute;top:0;width:100%}.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO .TabBox_dropDownMenu__GtVC7{background-color:#fff;border:1px solid #47a16d;border-radius:4px;display:none;flex-direction:column;overflow:hidden;position:relative;z-index:100}.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO .TabBox_dropDownMenu__GtVC7 .TabBox_dropDownItem__ren3S{color:#47a16d;text-decoration:none}.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO .TabBox_dropDownMenu__GtVC7 .TabBox_dropDownItem__ren3S:hover{background-color:#ecf6ef}.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO .TabBox_dropDownMenu__GtVC7 .TabBox_dropDownItem__ren3S.TabBox_disabled__O5bb6{color:#000;cursor:default}.TabBox_tabBox__Ihbsj .TabBox_playerAlerts__NNBxO .TabBox_dropDownMenu__GtVC7 .TabBox_dropDownItem__ren3S.TabBox_disabled__O5bb6:hover{background-color:inherit}.TabBox_h100p__6imd0{background-color:#fff;border-radius:4px;box-shadow:0 0 40px 0 #154b2b1a;height:calc(100% - 40px);overflow:hidden}.PlayerBase_profile__pu6q9{display:flex;flex-direction:column;gap:24px}.PlayerBase_infoRow__s9AeK{gap:24px}.PlayerBase_infoRow__s9AeK,.PlayerBase_playerRow__B4P99{display:flex}.PlayerBase_infoRow__s9AeK .PlayerBase_sector__OMW2p,.PlayerBase_playerRow__B4P99 .PlayerBase_sector__OMW2p{flex-basis:50%}.PlayerBase_infoRow__s9AeK .PlayerBase_infoList__r0KR0,.PlayerBase_playerRow__B4P99 .PlayerBase_infoList__r0KR0{display:flex;flex-basis:50%;flex-direction:column;gap:12px}.PlayerBase_infoRow__s9AeK .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT,.PlayerBase_playerRow__B4P99 .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT{align-items:center;display:flex;gap:6px}.PlayerBase_infoRow__s9AeK .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT span,.PlayerBase_playerRow__B4P99 .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT span{flex-basis:50%;font-family:Open Sans,sans-serif;font-style:normal;line-height:normal}.PlayerBase_infoRow__s9AeK .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT .PlayerBase_label__ZVje4,.PlayerBase_playerRow__B4P99 .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT .PlayerBase_label__ZVje4{color:#000;font-size:12px;font-weight:600;text-transform:uppercase}.PlayerBase_infoRow__s9AeK .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT .PlayerBase_value__o-lwH,.PlayerBase_playerRow__B4P99 .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT .PlayerBase_value__o-lwH{color:#000;font-size:14px;font-weight:600;white-space:nowrap}.PlayerBase_infoRow__s9AeK .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT .PlayerBase_value__o-lwH.PlayerBase_teamSearch__M1T8z,.PlayerBase_playerRow__B4P99 .PlayerBase_infoList__r0KR0 .PlayerBase_infoRecord__-hzuT .PlayerBase_value__o-lwH.PlayerBase_teamSearch__M1T8z{cursor:pointer}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P{border-right:1px dotted #a5d1b1;display:flex;flex-basis:430px;gap:18px;max-width:calc(100% - 88px);padding-right:18px}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P img,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P img{border:6px solid #e4e4e4;border-radius:50%;flex-shrink:0;height:100%;height:100px;object-fit:cover;object-position:center;width:100%;width:100px}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-a__oAKGt,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-a__oAKGt{border-color:#d3a416}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-bplus__H9Rj6,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-bplus__H9Rj6{border-color:#186037}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-b__Z8twT,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-b__Z8twT{border-color:#5898cc}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-c__qGhKl,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-c__qGhKl{border-color:#a5a5a5}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-d__QSHuo,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-d__QSHuo{border-color:#e44e4e}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-x__EWwBz,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-x__EWwBz{border-color:#f1c26e}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-p__R6Huq,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-p__R6Huq{border-color:#f97b06}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-none__N6wU\+,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P img.PlayerBase_category-none__N6wU\+{border-color:#e4e4e4}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P .PlayerBase_playerName__dSetU,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P .PlayerBase_playerName__dSetU{align-items:flex-start;display:flex;flex-direction:column;gap:4px;justify-content:center;overflow:hidden}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P .PlayerBase_playerName__dSetU .PlayerBase_first__jCHKq,.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P .PlayerBase_playerName__dSetU .PlayerBase_last__QxXsO,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P .PlayerBase_playerName__dSetU .PlayerBase_first__jCHKq,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P .PlayerBase_playerName__dSetU .PlayerBase_last__QxXsO{color:#186037;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;overflow:hidden;text-overflow:ellipsis;width:100%}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPlayer__e0G9P .PlayerBase_playerName__dSetU .PlayerBase_last__QxXsO,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPlayer__e0G9P .PlayerBase_playerName__dSetU .PlayerBase_last__QxXsO{font-size:20px;font-weight:700;text-transform:uppercase}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPoint__qfUyH,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPoint__qfUyH{align-items:center;display:flex;flex-direction:column;flex-grow:1;gap:10px;justify-content:center}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPoint__qfUyH .PlayerBase_label__ZVje4,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPoint__qfUyH .PlayerBase_label__ZVje4{color:#000;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:normal}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPoint__qfUyH .PlayerBase_dottedCircle__7GVFD,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPoint__qfUyH .PlayerBase_dottedCircle__7GVFD{border:1px dotted #d3a416;border-radius:50%;height:62px;padding:3px;width:62px}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPoint__qfUyH .PlayerBase_dottedCircle__7GVFD .PlayerBase_valueCircle__pEMH3,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPoint__qfUyH .PlayerBase_dottedCircle__7GVFD .PlayerBase_valueCircle__pEMH3{align-items:center;background-color:#fff;border:2px solid #d3a416;border-radius:50%;box-shadow:0 0 20px 0 #d3a41680;display:flex;height:100%;justify-content:center;width:100%}.PlayerBase_infoRow__s9AeK .PlayerBase_sectorPoint__qfUyH .PlayerBase_dottedCircle__7GVFD .PlayerBase_valueCircle__pEMH3 .PlayerBase_indexValue__K6j4w,.PlayerBase_playerRow__B4P99 .PlayerBase_sectorPoint__qfUyH .PlayerBase_dottedCircle__7GVFD .PlayerBase_valueCircle__pEMH3 .PlayerBase_indexValue__K6j4w{color:#d3a416;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PlayerDetails_column__6Fvs5{display:flex;flex-basis:calc(50% - 12px);flex-direction:column;flex-shrink:0;gap:24px;height:100%;max-height:100%;max-width:calc(50% - 12px)}.PlayerDetails_column__6Fvs5 .PlayerDetails_content__-v1-N{background:#fff;border:1px solid #c8e4cf;border-radius:4px;flex-shrink:1;padding:24px}.PlayerDetails_column__6Fvs5 .PlayerDetails_content__-v1-N.PlayerDetails_report__0x-ON{flex-grow:0}.PlayerDetails_column__6Fvs5 .PlayerDetails_content__-v1-N.PlayerDetails_baseData__9hQCg,.PlayerDetails_column__6Fvs5 .PlayerDetails_content__-v1-N.PlayerDetails_chartData__1JgtU{flex-basis:auto}.PlayerDetails_column__6Fvs5 .PlayerDetails_content__-v1-N.PlayerDetails_chartData__1JgtU .PlayerDetails_roseChart__yg95t{height:20vw;min-height:20vw}@media(max-width:1399.98px){.PlayerDetails_column__6Fvs5 .PlayerDetails_content__-v1-N.PlayerDetails_chartData__1JgtU .PlayerDetails_roseChart__yg95t{height:36vw;min-height:36vw}}.PlayerDetails_column__6Fvs5 .PlayerDetails_content__-v1-N.PlayerDetails_fullFill__QI2nB{padding:0}.PlayerDetails_seasons__JArRN .PlayerDetails_statList__hFSiK{display:flex;flex-direction:column;gap:24px}.PlayerDetails_seasons__JArRN .PlayerDetails_row__a5kzl{display:flex;gap:5px}.PlayerDetails_seasons__JArRN .PlayerDetails_row__a5kzl.PlayerDetails_separated__F3Gj3{border-top:1px solid #d9d9d9;padding-top:15px}.PlayerDetails_seasons__JArRN .PlayerDetails_label__\+K32Z{color:#000;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:normal}.PlayerDetails_seasons__JArRN .PlayerDetails_statCompetitionName__ARBFi{flex-basis:32%}.PlayerDetails_seasons__JArRN .PlayerDetails_statGoalNumber__uPayL,.PlayerDetails_seasons__JArRN .PlayerDetails_statGoalPassNumber__PgvMc,.PlayerDetails_seasons__JArRN .PlayerDetails_statMatchNumber__w7LZc,.PlayerDetails_seasons__JArRN .PlayerDetails_statMinutesPlayed__QXL\+h{flex-basis:17%}.PlayerDetails_seasons__JArRN .PlayerDetails_statGoalNumber__uPayL,.PlayerDetails_seasons__JArRN .PlayerDetails_statGoalPassNumber__PgvMc,.PlayerDetails_seasons__JArRN .PlayerDetails_statMatchNumber__w7LZc,.PlayerDetails_seasons__JArRN .PlayerDetails_statMinutesPlayed__QXL\+h{text-align:center}.PlayerDetails_seasons__JArRN .PlayerDetails_tableLine__oj-fp .PlayerDetails_label__\+K32Z{color:#000;font-family:Open Sans,sans-serif;font-size:12px;font-style:normal;font-weight:600;line-height:normal;text-align:center;text-transform:uppercase}.PlayerDetails_seasons__JArRN .PlayerDetails_tableLine__oj-fp .PlayerDetails_label__\+K32Z.PlayerDetails_statCompetitionName__ARBFi{text-align:left}.PlayerDetails_stats__8wGjs{display:flex;flex-direction:column;gap:24px}.PlayerDetails_statsHeader__Ho-Uf{display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%}.PlayerDetails_statsHeader__Ho-Uf .PlayerDetails_indicatorBox__vfr8w{display:flex;flex-direction:column;flex-shrink:1}.PlayerDetails_statsHeader__Ho-Uf .PlayerDetails_traits__8uWZZ{display:flex;flex-shrink:0;gap:10px}.PlayerDetails_statsHeader__Ho-Uf .PlayerDetails_trait__ns4GF{align-items:flex-start;border:1px solid #e4e4e4;border-radius:4px;display:flex;flex-direction:column;font-family:Open Sans,sans-serif;font-style:normal;font-weight:400;gap:6.5px;line-height:normal;padding:8px}.PlayerDetails_statsHeader__Ho-Uf .PlayerDetails_trait__ns4GF .PlayerDetails_label__\+K32Z{color:#000;font-size:10px;font-weight:600;text-transform:uppercase}.PlayerDetails_statsHeader__Ho-Uf .PlayerDetails_trait__ns4GF .PlayerDetails_value__pbc1p{font-size:14px}.PlayerDetails_stats__8wGjs .PlayerDetails_chartField__A\+ovR{align-items:flex-start;display:flex;flex-shrink:1;justify-content:space-between;min-height:250px;width:100%}@media(max-width:1399.98px){.PlayerDetails_stats__8wGjs .PlayerDetails_chartField__A\+ovR{flex-wrap:wrap}}.PlayerDetails_stats__8wGjs .PlayerDetails_chartField__A\+ovR .PlayerDetails_roseChart__yg95t{flex:1 1 50%;height:100%}@media(max-width:1699.98px){.PlayerDetails_stats__8wGjs .PlayerDetails_chartField__A\+ovR .PlayerDetails_roseChart__yg95t{flex:1 1 70%}}@media(max-width:1399.98px){.PlayerDetails_stats__8wGjs .PlayerDetails_chartField__A\+ovR .PlayerDetails_roseChart__yg95t{flex:1 1 100%}}.PlayerDetails_stats__8wGjs .PlayerDetails_chartField__A\+ovR .PlayerDetails_field__JNjuD{display:flex;flex:1 1 50%;justify-content:center}@media(max-width:1699.98px){.PlayerDetails_stats__8wGjs .PlayerDetails_chartField__A\+ovR .PlayerDetails_field__JNjuD{flex:1 1 30%}}@media(max-width:1399.98px){.PlayerDetails_stats__8wGjs .PlayerDetails_chartField__A\+ovR .PlayerDetails_field__JNjuD{flex:1 1 100%}}.PlayerDetails_additionalData__w64ji{align-items:flex-start;background-color:#fafafa!important;border:1px solid #c8e4cf;border-radius:4px;display:flex;flex-direction:row;justify-content:space-evenly;padding:10px}.PlayerDetails_additionalData__w64ji h3{color:#000;font-size:12px;font-weight:600;margin:0 0 10px;text-transform:uppercase}.PlayerDetails_additionalData__w64ji .PlayerDetails_strength__4ezV5{border-right:1px solid #c8e4cf;flex:1 1 50%;padding:0 15px 0 0;text-align:right}.PlayerDetails_additionalData__w64ji .PlayerDetails_strength__4ezV5 img{padding:0 0 0 8px}.PlayerDetails_additionalData__w64ji .PlayerDetails_weakness__qTynH{border-left:1px solid #c8e4cf;flex:1 1 50%;left:-1px;padding:0 0 0 15px;position:relative;text-align:left}.PlayerDetails_additionalData__w64ji .PlayerDetails_weakness__qTynH img{padding:0 8px 0 0}.PlayerDetails_additionalData__w64ji .PlayerDetails_swItem__Q7N0Z{margin:5px 0;white-space:nowrap}.PlayerDetails_additionalData__w64ji .PlayerDetails_swItem__Q7N0Z span{display:inline-block;font-size:14px;max-width:215px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TabAccordion_TabAccordion__YZmI0{height:100%;width:100%}.TabAccordion_TabAccordion__YZmI0 .TabAccordion_TabHeader__V7F8N{align-items:center;background-color:#fff;border-bottom:1px solid #c8e4cf;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;flex-wrap:nowrap;height:48px;width:100%}.TabAccordion_TabAccordion__YZmI0 .TabAccordion_TabHeader__V7F8N .TabAccordion_TabItem__TaGKS{align-items:center;color:#47a16d;display:flex;flex-basis:100%;flex-grow:1;font-family:Montserrat,sans-serif;font-size:14px;height:100%;justify-content:center}.TabAccordion_TabAccordion__YZmI0 .TabAccordion_TabHeader__V7F8N .TabAccordion_TabItem__TaGKS.TabAccordion_active__z8zEz{color:#186037;font-weight:600;position:relative}.TabAccordion_TabAccordion__YZmI0 .TabAccordion_TabHeader__V7F8N .TabAccordion_TabItem__TaGKS.TabAccordion_active__z8zEz:after{background-color:#a5d1b1;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.TabAccordion_TabAccordion__YZmI0 .TabAccordion_TabContent__\+qrMl{background-color:#fafafa;border-bottom-left-radius:4px;border-bottom-right-radius:4px;height:calc(100% - 41px);padding:10px}.EchartsWrapper_chartBox__jmyxu{display:flex;height:100%;justify-content:center;width:100%}.FileUploader_fileUploader__sMne6{background-color:#fafafa;height:100%;padding:15px;width:100%}.FileUploader_maxSizeAndFormat__EWymK{display:flex;justify-content:space-between;margin-bottom:5px;padding:0 5px}.FileUploader_maxSizeAndFormat__EWymK p{font-size:12px}.FileUploader_dropArea__f7p8u{align-items:center;background-color:#fff;border:1px solid #186037;border-radius:6px;color:#154b2b;display:flex;flex-direction:column;height:0;justify-content:center;margin-bottom:20px;padding:14% 0;width:100%}@media(max-width:991.98px){.FileUploader_dropArea__f7p8u{padding:25% 0}}@media(max-width:767.98px){.FileUploader_dropArea__f7p8u{padding:25% 0}}.FileUploader_dropArea__f7p8u.FileUploader_dropInactive__VAD7i{background-color:#fff}.FileUploader_dropArea__f7p8u.FileUploader_dropActive__4Jy2Q{background-color:#fcc}.FileUploader_dropArea__f7p8u.FileUploader_dropHighlight__3koH5{background-color:#f99}.FileUploader_dropArea__f7p8u.FileUploader_dropAccepted__qzAp7{background-color:#b6ffb6}.FileUploader_dropArea__f7p8u .FileUploader_fileName__KhGka{color:#154b2b;font-weight:600}.FileUploader_uploadButton__Q9gwG{background-color:#fff;border:1px solid #154b2b;border-radius:6px;color:#154b2b;cursor:pointer;float:right;height:35px;padding:5px;position:relative;width:150px}.FileUploader_uploadButton__Q9gwG:hover{background-color:#c8e4cf}.FileUploader_uploadButton__Q9gwG:active{transform:scale(.98)}.FileUploader_uploadButton__Q9gwG input[type=file]{height:35px;left:0;opacity:0;position:absolute;top:0;width:150px}.ReportList_report__mh1Rs{display:flex;flex-direction:column;flex-grow:0;gap:24px}.ReportList_reportHeader__QVAPP{align-items:center;display:flex;justify-content:space-between}.ReportList_reportHeader__QVAPP .ReportList_headerTitle__tdJeR{color:#000;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal;margin:0}.ReportList_reportHeader__QVAPP .ReportList_headerActions__Heesg{display:flex;gap:16px}.ReportList_reportHeader__QVAPP .ReportList_headerActions__Heesg .ReportList_actionBtn__l7NC2 img{height:24px;width:24px}.ReportList_reportList__zME\+I{display:flex;flex-direction:column;gap:24px;padding-right:24px}.ReportList_reportList__zME\+I .ReportList_row__5AT0N{color:#000;display:grid;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:500;grid-template-columns:16fr 16fr 10fr 10fr;line-height:normal}.ReportList_reportList__zME\+I .ReportList_row__5AT0N.ReportList_tableLine__qrBZD{background-color:#fff;position:-webkit-sticky;position:sticky;top:0}.ReportList_reportList__zME\+I .ReportList_row__5AT0N .ReportList_label__fcKbf{color:#000;font-size:12px;font-weight:600;text-transform:uppercase;white-space:nowrap}.ReportList_reportList__zME\+I .ReportList_row__5AT0N .ReportList_reportTableDate__tnCr7:not(.ReportList_label__fcKbf){font-weight:600}.ReportList_reportList__zME\+I .ReportList_row__5AT0N .ReportList_reportTableAction__fC5m9{display:flex;gap:20px;justify-content:flex-start}.ReportList_reportList__zME\+I .ReportList_row__5AT0N .ReportList_reportTableAction__fC5m9 img{height:16px;width:16px}.select_selectBox__D0Cs\+{display:flex;flex-direction:column;gap:4px;width:100%}.select_selectBox__D0Cs\+ .select_selectLabel__v4ThP{color:#000;font-family:Open Sans,sans-serif;font-size:13px;font-style:normal;font-weight:400;line-height:18px}.select_selectWrapper__HYh99{background-color:#fff;border:1px solid #e4e4e4;border-radius:6px;height:40px;position:relative}.select_selectWrapper__HYh99 .select_selectButton__HTyVU{align-items:center;background-color:#fff;background-image:url(/static/media/icon_arrow_down.662ddcb8f3a7e8d6f502.svg);background-position:center right 10px;background-repeat:no-repeat;background-size:9.5px auto;border-radius:5px;display:flex;height:100%;justify-content:center;min-width:200px;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.select_selectWrapper__HYh99 .select_selectButton__HTyVU.select_opened__oieog{z-index:10}.select_selectWrapper__HYh99 .select_selectButton__HTyVU:hover:not(.select_disabled__U3BR8){background-color:#e4e4e4;cursor:pointer}.select_selectWrapper__HYh99 .select_selectButton__HTyVU .select_defaultElement__iNFCR{color:#000;display:inline-block;font-family:Open Sans,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:90%}.select_selectWrapper__HYh99 .select_selectButton__HTyVU .select_selectedElement__qCvqC{display:inline-block;margin:0 5px}.select_selectWrapper__HYh99 .select_selectButton__HTyVU .select_emptySelection__-CROT{font-weight:700;position:absolute;right:28px}.select_selectWrapper__HYh99 .select_selectButton__HTyVU .select_emptySelection__-CROT:hover{color:#e44e4e}.select_selectWrapper__HYh99.select_focus__F26qN .select_selectButton__HTyVU:after{transform:rotate(90deg)}.select_selectWrapper__HYh99.select_focus__F26qN .select_selectOptions__SZRQ6{display:block}.select_selectWrapper__HYh99.select_selected__AYZZW{border-bottom-left-radius:0;border-bottom-right-radius:0}.select_selectBackdrop__FwKxI{background:#0000;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:2000}.select_selectBackdrop__FwKxI .select_selectOptions__SZRQ6{border-bottom:1px solid #e4e4e4;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;max-height:288px;overflow-y:auto;position:absolute;z-index:2001}.select_selectBackdrop__FwKxI .select_selectOptions__SZRQ6 .select_filterContainer__0dkD1{background-color:#fff;padding:3px 20px}.select_selectBackdrop__FwKxI .select_selectOptions__SZRQ6 .select_filterContainer__0dkD1 .select_filterInput__P-PDJ{border:1px solid #47a16d;outline:0 none #0000;padding:4px;width:100%}.select_selectBackdrop__FwKxI .select_selectOptions__SZRQ6 .select_selectOption__wmzIE{background-color:#fff;overflow:hidden;padding:3px 20px;text-overflow:ellipsis;white-space:nowrap}.select_selectBackdrop__FwKxI .select_selectOptions__SZRQ6 .select_selectOption__wmzIE.select_preselected__8U\+iz,.select_selectBackdrop__FwKxI .select_selectOptions__SZRQ6 .select_selectOption__wmzIE:hover{background-color:#186037;color:#fff;cursor:pointer}.select_selectBackdrop__FwKxI .select_selectOptions__SZRQ6 .select_selectOption__wmzIE.select_selected__AYZZW{background-color:#47a16d;background-position:center right 15px;background-repeat:no-repeat;color:#fff;cursor:default}.select_thin__yr6hJ .select_selectButton__HTyVU{min-width:100px}.SecondaryPositionsField_footballField__Ee1gM{align-items:center;display:flex;flex-direction:column;width:100%}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_footballFieldSelect__wz1tW{max-width:252px}@media(max-width:1399.98px){.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_footballFieldSelect__wz1tW{align-self:flex-start}}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_footballPitch__Vlivn{align-items:center;aspect-ratio:.68;background-color:#c8e4cf;background-image:url(/static/media/footballPitch.8ca98d05bcfe847674c4.png);display:flex;justify-content:center;margin-top:10px;max-width:300px;position:relative;width:100%}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_footballPitch__Vlivn .SecondaryPositionsField_pitchLines__UzJ61{height:100%;width:100%}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_positionBox__7XyhY{background-color:#ecf6ef;border:2px solid #47a16d;border-radius:50%;color:#47a16d;font-weight:600;height:2.3rem;position:absolute;transform:translate(-50%,-50%);width:2.3rem}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_positionBox__7XyhY .SecondaryPositionsField_position__e2q5-{align-items:center;display:flex;height:100%;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;width:100%}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_positionBox__7XyhY .SecondaryPositionsField_position__e2q5- .SecondaryPositionsField_positionButton__0CaFL{align-items:center;background-color:#0000;border:none;border-radius:50%;color:#47a16d;cursor:pointer;display:flex;font-size:10px;height:100%;justify-content:center;outline:none;width:100%}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_positionBox__7XyhY .SecondaryPositionsField_position__e2q5- .SecondaryPositionsField_positionButton__0CaFL.SecondaryPositionsField_disabled__a5wxk{background-color:#d9d9d9;cursor:default}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_positionBox__7XyhY .SecondaryPositionsField_position__e2q5- .SecondaryPositionsField_positionButton__0CaFL.SecondaryPositionsField_selected__zARTI.SecondaryPositionsField_position-0__bGdtA{background-color:#d32828!important;color:#ecf6ef}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_positionBox__7XyhY .SecondaryPositionsField_position__e2q5- .SecondaryPositionsField_positionButton__0CaFL.SecondaryPositionsField_selected__zARTI.SecondaryPositionsField_position-1__eVqiP{background-color:#eb6060!important;color:#ecf6ef}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_positionBox__7XyhY .SecondaryPositionsField_position__e2q5- .SecondaryPositionsField_positionButton__0CaFL.SecondaryPositionsField_selected__zARTI.SecondaryPositionsField_position-2__byxwD{background-color:#ff9090!important;color:#ecf6ef}.SecondaryPositionsField_footballField__Ee1gM .SecondaryPositionsField_positionBox__7XyhY .SecondaryPositionsField_position__e2q5- .SecondaryPositionsField_positionButton__0CaFL.SecondaryPositionsField_selected__zARTI.SecondaryPositionsField_disabled__a5wxk{background-color:gray;color:#ecf6ef}.Rating_RatingBox__-k0TI{background:#fff;border:1px solid #c8e4cf;border-radius:4px;display:flex;flex-direction:column;gap:4px;height:58px;padding:8px 16px;width:100%}.Rating_RatingHeader__x8rHb{display:flex;gap:10px;height:18px}.Rating_RatingTitle__zzoVg{font-size:13px;font-weight:600}.Rating_RatingTitle__zzoVg,.Rating_RatingValue__cwOR8{color:#000;font-family:Open Sans,sans-serif;font-style:normal;line-height:normal}.Rating_RatingValue__cwOR8{align-content:center;align-items:center;background-color:#eee;border-radius:50%;display:flex;font-size:12px;font-weight:400;height:20px;justify-content:center;width:20px}.Rating_RatingLine__bANHu{display:flex;gap:5px;width:100%}.Rating_RatingLine__bANHu.Rating_disabled__dIVaB{filter:grayscale(100%);pointer-events:none}.Rating_RatingLine__bANHu.Rating_disabled__dIVaB .Rating_NotRated__ZzB3d img{opacity:.5}.Rating_RatingLine__bANHu .Rating_NotRated__ZzB3d img{filter:brightness(0) invert(83%) sepia(7%) saturate(15%) hue-rotate(349deg) brightness(93%) contrast(84%);opacity:.4}.Rating_greenBalls__j368R{filter:none!important}.CategorySelect_CategoryBox__UuO79{align-items:center;background-color:#eee;border-radius:12px;display:flex;flex-grow:0;flex-shrink:0;height:24px;justify-content:space-between;padding:4px;width:194px}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq{align-items:center;background-color:#a5a5a5;border-radius:12px;color:#fff;display:flex;font-family:Open Sans,sans-serif;font-size:12px;font-style:normal;font-weight:400;height:16px;justify-content:center;line-height:normal;width:26px}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_selected__ermWd{outline:4px solid gray}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-a__JJiCu{background-color:#d3a416;outline-color:#d3a416}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-a__JJiCu:focus-visible{background-color:#d3a416;outline:3px solid #d3a416}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-bplus__FrrsB{background-color:#186037;outline-color:#186037}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-bplus__FrrsB:focus-visible{background-color:#186037;outline:4px solid #186037}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-b__Wvwrq{background-color:#5898cc;outline-color:#5898cc}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-b__Wvwrq:focus-visible{background-color:#5898cc;outline:4px solid #5898cc}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-c__KQD4g{background-color:#a5a5a5;outline-color:#a5a5a5}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-c__KQD4g:focus-visible{background-color:#a5a5a5;outline:3px solid #a5a5a5}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-d__qYtKU{background-color:#e44e4e;outline-color:#e44e4e}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-d__qYtKU:focus-visible{background-color:#e44e4e;outline:3px solid #e44e4e}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-x__K1lVc{background-color:#f1c26e;outline-color:#f1c26e}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-x__K1lVc:focus-visible{background-color:#f1c26e;outline:3px solid #f1c26e}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-p__M\+iK5{background-color:#f97b06;outline-color:#f97b06}.CategorySelect_CategoryBox__UuO79 .CategorySelect_categoryButton__o61wq.CategorySelect_category-p__M\+iK5:focus-visible{background-color:#f97b06;outline:3px solid #f97b06}.BooleanSelect_ChoiceBox__Tc9d1{align-items:center;background:#ecf6ef;border:1px solid #c8e4cf;border-radius:12px;display:flex;height:24px;justify-content:space-between;width:194px}.BooleanSelect_ChoiceBox__Tc9d1.BooleanSelect_small__PbSKV{box-shadow:2px 2px 5px -2px #154b2b6b;width:120px}.BooleanSelect_ChoiceBox__Tc9d1 .BooleanSelect_choiceButton__rjHRA{align-items:center;background-color:#0000;border-radius:12px;color:#47a16d;display:flex;font-family:Open Sans,sans-serif;font-size:12px;font-style:normal;font-weight:400;height:22px;justify-content:center;line-height:normal;width:50%}.BooleanSelect_ChoiceBox__Tc9d1 .BooleanSelect_choiceButton__rjHRA:focus-visible{background-color:#c8e4cf;outline:1px solid #c8e4cf}.BooleanSelect_ChoiceBox__Tc9d1 .BooleanSelect_choiceButton__rjHRA.BooleanSelect_selected__5dW-o{background-color:#47a16d;color:#eee;outline:1px solid #47a16d}.BooleanSelect_ChoiceBox__Tc9d1 .BooleanSelect_choiceButton__rjHRA.BooleanSelect_selected__5dW-o:focus-visible{outline:2px solid #186037}.ProgressLine_lineContainer__logup{background:#fafafa;border:1px solid #e4e4e4;border-radius:12px;height:24px;overflow:hidden;position:relative;width:300px}.ProgressLine_progress__ee8sA{align-items:center;background-color:#5898cc;color:#fff;display:flex;font-family:Open Sans,sans-serif;font-size:10px;font-style:normal;font-weight:400;height:24px;justify-content:center;line-height:normal;transition:width .25s;width:50%}.ProgressLine_progress__ee8sA span{color:#cc8c58;left:50%;mix-blend-mode:difference;position:absolute;top:50%;transform:translate(-50%,-50%)}.ConfirmModal_backDrop__k\+FS\+{align-items:center;background:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.ConfirmModal_backDrop__k\+FS\+ .ConfirmModal_modalBox__W7Jgt{background-color:#fff;border:1px solid #c8e4cf;border-radius:4px;display:flex;flex-direction:column;max-height:90%;max-width:90%;min-width:30%;padding:16px}.ConfirmModal_backDrop__k\+FS\+ .ConfirmModal_modalBoxHeader__fvUK\+{align-items:flex-start;display:flex;justify-content:center;position:relative;width:100%}.ConfirmModal_backDrop__k\+FS\+ .ConfirmModal_modalBoxHeader__fvUK\+ .ConfirmModal_close__OpMdq{position:absolute;right:5px;top:0;transform:translateX(50%)}.ConfirmModal_backDrop__k\+FS\+ .ConfirmModal_modalBoxHeader__fvUK\+ .ConfirmModal_close__OpMdq img{height:32px;width:32px}.ConfirmModal_backDrop__k\+FS\+ .ConfirmModal_modalBoxContent__QNbtt{height:100%;overflow:hidden}.ConfirmModal_backDrop__k\+FS\+ .ConfirmModal_modalBoxText__KRnKL{padding:30px 0}.ConfirmModal_backDrop__k\+FS\+ .ConfirmModal_modalBoxButton__Oy2Xl{justify-content:center;margin-left:20px;width:120px}.ConfirmModal_backDrop__k\+FS\+ .ConfirmModal_modalBox__W7Jgt .ConfirmModal_buttonContainer__mNLye{align-items:center;display:flex;justify-content:center}.ReportLayer_column__xi9Zh{display:flex;flex-basis:calc(50% - 12px);flex-direction:column;flex-shrink:0;gap:24px;max-height:100%;max-width:calc(50% - 12px)}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ{background:#fff;border:1px solid #c8e4cf;border-radius:4px;flex-shrink:1;padding:24px}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_playerProfile__koS6M{display:flex;flex-direction:column;gap:40px}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_otherSettings__-4Gma{display:flex;flex-direction:column;gap:32px}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_otherSettings__-4Gma .ReportLayer_line__wE8An{align-items:center;display:flex;gap:24px;justify-content:flex-start}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_otherSettings__-4Gma .ReportLayer_lineLabel__b0kCa{text-align:end;width:245px}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_comment__3BVYL{display:flex;flex-direction:column;gap:24px}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_comment__3BVYL .ReportLayer_commentTitle__V\+bJN{color:#000;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_comment__3BVYL .ReportLayer_commentField__ACO6m{background:#fafafa;border:1px solid #e4e4e4;border-radius:4px;color:#000;font-family:Open Sans,sans-serif;font-size:15px;font-weight:500;min-height:80px;opacity:1!important;outline:none;padding:8px;width:calc(100% - 16px)}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_comment__3BVYL .ReportLayer_commentField__ACO6m:active,.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_comment__3BVYL .ReportLayer_commentField__ACO6m:focus{background-color:#ecf6ef;border:1px solid #c8e4cf}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_comment__3BVYL .ReportLayer_commentBox__RTDX-{width:100%}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_comment__3BVYL .ReportLayer_commentBox__RTDX- .ReportLayer_counter__JXiFd{color:gray;font-size:12px;text-align:end;width:100%}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ .ReportLayer_selectors__ii-yv{align-items:flex-start;display:flex;flex-basis:40%;flex-direction:column;gap:10px;height:100%;justify-content:center}@media(max-width:1399.98px){.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ .ReportLayer_selectors__ii-yv{width:100%}}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ .ReportLayer_sideBySide__hPgq9{align-items:flex-start;display:flex;gap:16px;padding-top:20px}@media(max-width:1399.98px){.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ .ReportLayer_sideBySide__hPgq9{flex-direction:column}}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ .ReportLayer_loader__uysFK{position:relative;width:100%}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ .ReportLayer_chartContainer__xPk6r{height:340px;margin-bottom:-30px;margin-top:10px;width:320px}@media(max-width:1399.98px){.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ .ReportLayer_chartContainer__xPk6r{align-self:center}}.ReportLayer_column__xi9Zh .ReportLayer_content__9jHXZ.ReportLayer_fullFill__fX4Ss{padding:0}.ReportLayer_row__Ote3D{align-items:center;display:flex;flex-basis:100%;justify-content:space-between}.ReportLayer_indicatorBox__nVaPf{grid-row-gap:24px;grid-column-gap:10px;column-gap:10px;display:grid;grid-template-columns:1fr 1fr;row-gap:24px}@media(max-width:1399.98px){.ReportLayer_indicatorBox__nVaPf{grid-template-columns:1fr;row-gap:10px}}.ReportLayer_indicatorBox__nVaPf .ReportLayer_indicator__Hly97{position:relative}.ReportLayer_indicatorBox__nVaPf .ReportLayer_indicator__Hly97 .ReportLayer_info__VTE\+t{border:1px solid #186037;border-radius:8px;color:#186037;display:inline-block;font-size:12px;font-weight:700;height:12px;padding:0 6px 4px;position:absolute;right:10px;top:5px;width:4px}.ReportLayer_actions__WfLSi{display:flex;gap:10px}.ReportLayer_progressBox__wRmih{display:flex;flex-direction:column;gap:8px}.ReportLayer_emptyContainer__z68EC{align-items:center;background:#fff;border:1px dashed #d9d9d9;border-radius:4px;color:#bbb;color:var(--dark-500,#bbb);display:flex;font-family:Open Sans,sans-serif;font-size:13px;font-style:normal;font-weight:400;justify-content:center;line-height:normal;min-height:100px;text-align:center}.ReportLayer_profile__YHJgK{display:flex;gap:18px;height:101px}.ReportLayer_profile__YHJgK img{border-radius:50%;height:100%;object-fit:cover;object-position:center;width:100%}.ReportLayer_profile__YHJgK .ReportLayer_profileImg__hn-ou{border:6px solid #eee;flex-shrink:0;height:101px;width:101px}.ReportLayer_profile__YHJgK .ReportLayer_profileImg__hn-ou.ReportLayer_category-a__7y2FP{border-color:#d3a416}.ReportLayer_profile__YHJgK .ReportLayer_profileImg__hn-ou.ReportLayer_category-bplus__-Mfrb{border-color:#186037}.ReportLayer_profile__YHJgK .ReportLayer_profileImg__hn-ou.ReportLayer_category-b__RLPyW{border-color:#5898cc}.ReportLayer_profile__YHJgK .ReportLayer_profileImg__hn-ou.ReportLayer_category-c__LfEHT{border-color:#a5a5a5}.ReportLayer_profile__YHJgK .ReportLayer_profileImg__hn-ou.ReportLayer_category-d__l1\+hd{border-color:#e44e4e}.ReportLayer_profile__YHJgK .ReportLayer_profileImg__hn-ou.ReportLayer_category-x__DVHum{border-color:#f1c26e}.ReportLayer_profile__YHJgK .ReportLayer_profileImg__hn-ou.ReportLayer_category-p__sFlM1{border-color:#f97b06}.ReportLayer_profile__YHJgK .ReportLayer_profileImg__hn-ou.ReportLayer_category-none__BZSqj{border-color:#e4e4e4}.ReportLayer_profileData__YBUpb{display:flex;flex-basis:100%;flex-direction:column;gap:8px;height:100%}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B{color:#186037;display:flex;font-family:Open Sans,sans-serif;font-style:normal;line-height:normal}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_nameContiner__IXMZK{border-right:1px dotted #a5d1b1;display:flex;flex-direction:column;width:40%}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_nameContiner__IXMZK .ReportLayer_first__h-p\+0{font-size:16px;font-weight:400;line-height:22px}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_nameContiner__IXMZK .ReportLayer_last__5lSA8{font-size:20px;font-weight:700;line-height:27px;text-transform:uppercase}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_sectorPoint__kOjK6{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;width:60%}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_sectorPoint__kOjK6 .ReportLayer_label__xSMXA{color:#000;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:normal}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_sectorPoint__kOjK6 .ReportLayer_dottedCircle__pqRDu{border:1px dotted #d3a416;border-radius:50%;height:62px;padding:3px;width:62px}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_sectorPoint__kOjK6 .ReportLayer_dottedCircle__pqRDu .ReportLayer_valueCircle__d9lmt{align-items:center;background-color:#fff;border:2px solid #d3a416;border-radius:50%;box-shadow:0 0 20px 0 #d3a41680;display:flex;height:100%;justify-content:center;width:100%}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_sectorPoint__kOjK6 .ReportLayer_dottedCircle__pqRDu .ReportLayer_valueCircle__d9lmt .ReportLayer_indexValue__-7qqF{color:#d3a416;font-family:Montserrat,sans-serif;font-size:20px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_reporterContainer__2D0vT{border-left:1px dotted #a5d1b1;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;padding-left:20px;width:30%}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_reporterContainer__2D0vT .ReportLayer_reporterText__8V8Dx,.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_reporterContainer__2D0vT .ReportLayer_userName__OrTc4{font-size:14px;margin:0}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_reporterContainer__2D0vT .ReportLayer_reporterText__8V8Dx{color:#154b2b;text-transform:capitalize}.ReportLayer_profile__YHJgK .ReportLayer_profileName__Wz86B .ReportLayer_reporterContainer__2D0vT .ReportLayer_userName__OrTc4{color:#000;font-weight:600}.ReportLayer_profileDetails__hh\+Nn{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 3fr 1fr}.ReportLayer_profileDetails__hh\+Nn .ReportLayer_details__uh9fQ{display:flex;flex-direction:column;font-family:Open Sans,sans-serif;font-style:normal;gap:6px;line-height:normal}.ReportLayer_profileDetails__hh\+Nn .ReportLayer_detailsLabel__X7I2w{color:#000;font-size:10px;font-weight:600;line-height:14px;text-transform:uppercase}.ReportLayer_profileDetails__hh\+Nn .ReportLayer_detailsValue__QTw95{align-items:center;color:#000;display:flex;font-size:14px;font-weight:600;gap:4px;line-height:16px}.ReportLayer_profileDetails__hh\+Nn .ReportLayer_detailsValue__QTw95.ReportLayer_clickable__Kh3Ue{cursor:pointer}.ReportLayer_profileDetails__hh\+Nn .ReportLayer_details__uh9fQ img{height:14px;width:auto}.PageLayer_pageLayerBox__4R4jj{background-color:#fff;border-radius:4px;box-shadow:0 0 40px 0 #154b2b1a;display:flex;flex-direction:column;gap:24px;left:0;min-height:calc(100vh - 80px);padding:20px 24px;position:absolute;top:0;width:100%;z-index:1000}.PageLayer_pageLayerBox__4R4jj.PageLayer_normalView__w4F9X{left:auto;position:static;right:auto;top:auto}.PageLayer_sample__s6eQF{border:1px solid #154b2b}.PageLayer_linkify__if-8b{align-items:center;color:#47a16d;cursor:pointer;display:flex;font-size:13px;font-weight:400}.PageLayer_linkify__if-8b img{height:16px;margin-right:6px;width:16px}.PageLayer_pageLayerHeader__Nfkj5{align-items:center;display:flex;height:40px;justify-content:space-between;width:100%}.PageLayer_pageLayerHeader__Nfkj5 .PageLayer_headerTitle__feUWB{font-family:Montserrat,sans-serif;font-size:22px;font-style:normal;font-weight:600;left:50%;line-height:normal;position:absolute;transform:translateX(-50%)}.PageLayer_pageLayerHeader__Nfkj5 .PageLayer_actions__1kZoY{align-items:center;display:flex;gap:10px}.PageLayer_details__DkgIh{align-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;gap:24px;height:calc(100% - 50px);justify-content:center}.PageLayer_tallButton__vgqFN{height:37px!important;padding:10px 16px}.ScoutingPage_contentBox__rCu90{background-color:#fafafa;column-gap:15px;display:flex;flex-direction:row;justify-content:space-between;min-height:calc(100% - 60px);padding:20px 15px 15px}@media(max-width:1399.98px){.ScoutingPage_contentBox__rCu90{flex-direction:column;gap:24px;overflow:auto}}.ScoutingPage_contentBox__rCu90 .ScoutingPage_outletContainer__iWlxB{flex-grow:1;position:relative}.PlayerShortListCard_listElement__kYa3N{background-color:#fff;border-radius:4px;font-family:Open Sans;height:80px;margin-bottom:10px;width:100%}.PlayerShortListCard_listElement__kYa3N.PlayerShortListCard_hasButton__Mn\+An{padding-right:24px}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N.PlayerShortListCard_hasButton__Mn\+An{padding-right:8px}}.PlayerShortListCard_listElement__kYa3N td{border-bottom:1px solid #e4e4e4;border-top:1px solid #e4e4e4}.PlayerShortListCard_listElement__kYa3N td:first-of-type{border-bottom-left-radius:4px;border-left:1px solid #e4e4e4;border-top-left-radius:4px}.PlayerShortListCard_listElement__kYa3N td:last-of-type{border-bottom-right-radius:4px;border-right:1px solid #e4e4e4;border-top-right-radius:4px;padding-right:10px}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad{padding:0 15px;width:8%}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad{padding:0 8px;width:7%}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F{align-items:center;border:5px solid #0000;border-radius:50%;box-sizing:border-box;display:flex;height:64px;justify-content:center;min-width:64px;overflow:hidden;position:relative;width:64px}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F.PlayerShortListCard_category-a__Ulg4l{border-color:#d3a416}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F.PlayerShortListCard_category-bplus__r5wNc{border-color:#186037}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F.PlayerShortListCard_category-b__\+zSrm{border-color:#5898cc}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F.PlayerShortListCard_category-c__GJIBS{border-color:#a5a5a5}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F.PlayerShortListCard_category-d__v9tDy{border-color:#e44e4e}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F.PlayerShortListCard_category-x__BxnlZ{border-color:#f1c26e}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F.PlayerShortListCard_category-p__UuxRh{border-color:#f97b06}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F.PlayerShortListCard_category-none__9A68-{border-color:#e4e4e4}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerPictureCell__Z2jad .PlayerShortListCard_playerPicture__JcV0F img{border-radius:50%;height:100%;object-fit:cover;object-position:center;width:100%}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerName__MphWO{cursor:pointer;overflow:hidden;width:16%}@media(max-width:1399.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerName__MphWO{width:14%}}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerName__MphWO{width:12%}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerName__MphWO .PlayerShortListCard_firstName__2whvX,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerName__MphWO .PlayerShortListCard_surName__vlrZj{color:#186037;font-size:14px;line-height:1.6em;margin:0;overflow:hidden;text-overflow:ellipsis}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerName__MphWO .PlayerShortListCard_surName__vlrZj{font-weight:700;text-transform:uppercase}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_classification__05xl3{width:7%}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_classification__05xl3{width:6%}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_birthYear__IoDfi{font-size:14px;width:9%}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_birthYear__IoDfi{width:7%}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_teamName__hOr9O{width:15%}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_teamName__hOr9O{width:13%}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_teamName__hOr9O .PlayerShortListCard_flexContainer__k7T8b{align-items:center;display:flex;gap:4px}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_teamName__hOr9O .PlayerShortListCard_flexContainer__k7T8b img{height:19px;width:19px}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_teamName__hOr9O .PlayerShortListCard_flexContainer__k7T8b .PlayerShortListCard_nameText__0EB8N{cursor:pointer;font-size:14px}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_expiration__AMJt-{font-size:14px;width:15%}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_expiration__AMJt-{text-align:center}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_post__mBXHA{font-size:14px;text-align:center;width:4%}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_minutes__rgEAG{font-size:14px;text-align:center;width:6%}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_date__\+1PUu{font-size:14px;text-align:center;width:10%}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_date__\+1PUu{width:8%}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_fradiIndex__Gu8hs{width:7%}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_fradiIndex__Gu8hs{width:6%}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_fradiIndex__Gu8hs .PlayerShortListCard_dottedCircle__HeEpK{border:1px dotted #d3a416;border-radius:50%;height:45px;left:0;margin:auto;padding:3px;right:0;width:45px}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_fradiIndex__Gu8hs .PlayerShortListCard_dottedCircle__HeEpK .PlayerShortListCard_valueCircle__0F2YS{align-items:center;background-color:#fff;border:2px solid #d3a416;border-radius:50%;box-shadow:0 0 20px 0 #d3a41680;display:flex;height:100%;justify-content:center;width:100%}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_fradiIndex__Gu8hs .PlayerShortListCard_dottedCircle__HeEpK .PlayerShortListCard_valueCircle__0F2YS .PlayerShortListCard_indexValue__djLw-{color:#d3a416;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_polarChart__5Cvy6{height:80px;width:6%}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_polarChart__5Cvy6{width:5%}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerList__uVqBA,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shadowTeam__NpaqH,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shortList__lQpJ5{width:8%}@media(max-width:1199.98px){.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerList__uVqBA,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shadowTeam__NpaqH,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shortList__lQpJ5{width:5%}}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerList__uVqBA .PlayerShortListCard_dataContainer__Ujzel,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shadowTeam__NpaqH .PlayerShortListCard_dataContainer__Ujzel,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shortList__lQpJ5 .PlayerShortListCard_dataContainer__Ujzel{align-items:center;display:flex;gap:8px;justify-content:center}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerList__uVqBA .PlayerShortListCard_dataContainer__Ujzel p,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shadowTeam__NpaqH .PlayerShortListCard_dataContainer__Ujzel p,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shortList__lQpJ5 .PlayerShortListCard_dataContainer__Ujzel p{font-size:14px}.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_playerList__uVqBA .PlayerShortListCard_dataContainer__Ujzel img,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shadowTeam__NpaqH .PlayerShortListCard_dataContainer__Ujzel img,.PlayerShortListCard_listElement__kYa3N .PlayerShortListCard_shortList__lQpJ5 .PlayerShortListCard_dataContainer__Ujzel img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}.PlayerShortListCard_emptyRow__c0kz9{height:10px}.ShortList_shortList__7nVR7 .ShortList_contentHeader__\+dVCI h1 span{display:inline-block;margin-right:10px}.ShortList_shortList__7nVR7 .ShortList_filterPageButton__9jBuJ[disabled]{color:#a5a5a5!important}.ShortList_shortList__7nVR7 .ShortList_filterPageButton__9jBuJ.ShortList_loading__Eu6Ds{animation:ShortList_loading__Eu6Ds .7s linear 0s infinite running;background-image:linear-gradient(90deg,#fff,#fff 25%,#f1c26e 50%,#fff 75%,#fff);background-size:200% 100%;color:#47a16d}.ShortList_shortList__7nVR7 .ShortList_filterPageButton__9jBuJ.ShortList_loading__Eu6Ds img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}@keyframes ShortList_loading__Eu6Ds{0%{background-position:200%}to{background-position:0}}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV{background-color:#fafafa;border:1px solid #c8e4cf;border-radius:4px;height:calc(100vh - 245px);overflow:hidden;position:relative;width:100%}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_header__-J2Qo,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_header__-J2Qo{align-items:center;background-color:#fff;border-bottom:1px solid #c8e4cf;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;height:48px;width:100%}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_header__-J2Qo .ShortList_filterTab__4Ux-w,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_header__-J2Qo .ShortList_filterTab__4Ux-w{align-items:center;color:#47a16d;cursor:pointer;display:flex;font-family:Montserrat;height:100%;justify-content:center;position:relative;text-align:center;width:50%}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_header__-J2Qo .ShortList_filterTab__4Ux-w:hover,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_header__-J2Qo .ShortList_filterTab__4Ux-w:hover{color:#186037}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_header__-J2Qo .ShortList_filterTab__4Ux-w:hover:before,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_header__-J2Qo .ShortList_filterTab__4Ux-w:hover:before{background:#a5d1b1;bottom:0;content:"";display:block;height:3px;left:0;position:absolute;right:0}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F{height:100%;position:relative}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_empty__i\+SEz,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_empty__i\+SEz{background-image:url(/static/media/football_field.d5e4bca6676d7b50c53b.svg);background-position:50%;background-repeat:no-repeat;background-size:20%}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_empty__i\+SEz .ShortList_emptyStateText__f0KGg,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_empty__i\+SEz .ShortList_emptyStateText__f0KGg{color:#d9d9d9;display:block;font-family:Open Sans,sans-serif;font-size:13px;position:relative;text-align:center;top:65%}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO{background-image:none;padding:5px 24px 32px}@media(max-width:1199.98px){.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO{padding:5px 0}}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_emptyStateText__f0KGg,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_emptyStateText__f0KGg{display:none}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO table,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO table{width:100%}@media(max-width:1199.98px){.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO table,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO table{table-layout:auto}}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO table tbody,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO table tbody{width:calc(100% - 200px)}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8{color:#000;font-family:Open Sans;height:35px;position:relative;text-transform:uppercase;width:100%}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 th,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 th{background-color:#fafafa;position:-webkit-sticky;position:sticky;top:-1px;z-index:100}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 th:first-of-type,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 th:first-of-type{border-left:1px solid #fafafa}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_birthYear__LzaR8,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_classification__R3P3\+,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_date__eAnQt,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_expiration__TcYxw,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_fradiIndex__4Yg8i,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_minutes__T980G,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_playerList__0bcuy,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_playerName__72eX8,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_post__PjBo8,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_shadowTeam__\+T8PQ,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_shortList__7nVR7,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_teamName__0y3va,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_birthYear__LzaR8,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_classification__R3P3\+,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_date__eAnQt,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_expiration__TcYxw,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_fradiIndex__4Yg8i,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_minutes__T980G,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_playerList__0bcuy,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_playerName__72eX8,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_post__PjBo8,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_shadowTeam__\+T8PQ,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_shortList__7nVR7,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_teamName__0y3va{font-size:.8rem;text-align:left}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_playerPicture__9erHA,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_playerPicture__9erHA{box-sizing:border-box;overflow:hidden;width:64px}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_birthYear__LzaR8,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_birthYear__LzaR8{white-space:nowrap}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_date__eAnQt,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_fradiIndex__4Yg8i,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_minutes__T980G,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_playerList__0bcuy,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_post__PjBo8,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_shadowTeam__\+T8PQ,.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_shortList__7nVR7,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_date__eAnQt,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_fradiIndex__4Yg8i,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_minutes__T980G,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_playerList__0bcuy,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_post__PjBo8,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_shadowTeam__\+T8PQ,.ShortList_shortList__7nVR7 .ShortList_shortListContent__2pRlV .ShortList_shortListContainer__xpH1F.ShortList_listed__4yEkO .ShortList_listHeader__\+LuA8 .ShortList_shortList__7nVR7{text-align:center}.ShortList_shortList__7nVR7 .ShortList_shortListContentModal__FqoKG{height:calc(100% - 90px)}.ShortList_dropdownToggle__kjP0I{padding-right:20px!important;position:relative}.ShortList_dropdownToggle__kjP0I:after{border-color:#c0951b #0000 #0000;border-style:solid solid none;border-width:5px 5px 0;content:"";height:0;position:absolute;right:5px;top:15px;width:0}.ShortList_dropdownToggle__kjP0I .ShortList_dropdownMenu__Jzh8i{background-color:#eee;border:1px solid #000;display:none;position:absolute;right:0;top:40px;z-index:1}.ShortList_dropdownToggle__kjP0I .ShortList_dropdownMenu__Jzh8i .ShortList_dropdownItem__UdGft{cursor:pointer;display:block;padding:10px}.ShortList_dropdownToggle__kjP0I .ShortList_dropdownMenu__Jzh8i .ShortList_dropdownItem__UdGft:hover{background-color:#ccc}.ShortList_dropdownToggle__kjP0I .ShortList_dropdownMenu__Jzh8i .ShortList_dropdownItem__UdGft.ShortList_disabled__ZZqI0{color:#888;cursor:default;pointer-events:none}.ShortList_dropdownToggle__kjP0I:focus .ShortList_dropdownMenu__Jzh8i{display:block}.ShortList_search__EsGjf{background-color:#fff;border:1px solid #e4e4e4;border-radius:6px;height:40px;padding:0 10px}.FootballPositionPopup_positionPopup__PIuGT{box-shadow:0 0 20px 0 #154b2b33;position:relative;width:140px}.FootballPositionPopup_playerRibbon__Hm0gI{align-items:center;background-color:#fffc;border:initial;cursor:pointer;display:flex;gap:8px;height:20px;outline:medium none invert;outline:initial;padding:4px;width:100%}.FootballPositionPopup_playerRibbon__Hm0gI img{border-radius:50%;height:100%;object-fit:cover;object-position:center;width:100%}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_playerImage__FZp-s{border:2px solid gray;height:30px;width:30px}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_playerImage__FZp-s.FootballPositionPopup_category-a__7pznl{border-color:#d3a416}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_playerImage__FZp-s.FootballPositionPopup_category-bplus__xKm\+g{border-color:#186037}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_playerImage__FZp-s.FootballPositionPopup_category-b__sDwBV{border-color:#5898cc}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_playerImage__FZp-s.FootballPositionPopup_category-c__z0Z89{border-color:#a5a5a5}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_playerImage__FZp-s.FootballPositionPopup_category-d__3WlnH{border-color:#e44e4e}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_playerImage__FZp-s.FootballPositionPopup_category-x__SEQsa{border-color:#f1c26e}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_playerImage__FZp-s.FootballPositionPopup_category-p__F\+Cpa{border-color:#f97b06}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_playerImage__FZp-s.FootballPositionPopup_category-none__rFEsd{border-color:#e4e4e4}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_infoBar__xxh6u{align-items:center;display:flex;gap:4px}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_infoBar__xxh6u .FootballPositionPopup_info__tBo0\+{color:gray;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:16px}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_infoBar__xxh6u .FootballPositionPopup_nameBox__cbWNF{display:flex;gap:4px;padding-left:3px}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_name__Dz7ao{color:#186037;font-family:Open Sans,sans-serif;font-size:12px;font-style:normal;font-weight:500;line-height:16px;text-transform:uppercase}.FootballPositionPopup_playerRibbon__Hm0gI .FootballPositionPopup_name__Dz7ao.FootballPositionPopup_bold__QD18l{font-weight:700;max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.FootballPositionPopup_playerRibbon__Hm0gI:not(:last-child){border-bottom:1px dotted #a5d1b1}.FootballPositionPopup_bottomLine__pWnhl{border-top:3px solid #47a16d;height:3px;overflow:hidden;width:100%}.FootballPositionPopup_bottomLine__pWnhl .FootballPositionPopup_string__hecZq{border-left:1px solid #47a16d;height:0;left:50%;position:absolute;top:auto;transform:translateY(-10px);width:0}.FootballPositionPopup_bottomLine__pWnhl.FootballPositionPopup_below__LzsT\+ .FootballPositionPopup_string__hecZq{top:0}.FootballPositionPopup_bottomLine__pWnhl:before{border:10px solid #0000;border-top-color:#47a16d;content:"";height:0;left:50%;position:absolute;top:auto;transform:translate(-50%,-1%);width:0}.FootballPositionPopup_bottomLine__pWnhl.FootballPositionPopup_below__LzsT\+:before{border-bottom-color:#47a16d;border-top-color:#0000;top:-20px}.FootballPitch_sceneBox__qXdlK{align-items:center;background-color:#fafafa;border:1px solid #c8e4cf;border-radius:4px;display:flex;height:calc(100% - 50px);justify-content:center;overflow:hidden;perspective:250rem;position:relative;width:100%}.FootballPitch_scene__ioo8x{position:relative;transform-style:preserve-3d}@media(max-width:1399.98px){.FootballPitch_scene__ioo8x{perspective:250rem;transform-style:flat}}.FootballPitch_footballPitch__s7dXH{align-items:center;background-color:#c8e4cf;background-image:url(/static/media/footballPitch.8ca98d05bcfe847674c4.png);display:flex;height:64.75rem;justify-content:center;pointer-events:none;position:absolute;transform-style:preserve-3d;width:44.75rem}.FootballPitch_footballPitch__s7dXH .FootballPitch_length__ydyxa{background-color:#e6edea;height:100%;position:absolute;transform:translateZ(-10px);width:100%}.FootballPitch_footballPitch__s7dXH .FootballPitch_pitchLines__hnbNw{pointer-events:none;-webkit-user-select:none;user-select:none}.FootballPitch_positionBox__2d-Hw{background-color:#ecf6ef;border:2px solid #47a16d;border-radius:50%;box-shadow:0 0 20px 0 #154b2b33;color:#47a16d;font-weight:600;height:4rem;position:absolute;transform:translateY(-100%);transform-style:preserve-3d;width:4rem}.FootballPitch_positionBox__2d-Hw .FootballPitch_position__Gl5tW{align-items:center;display:flex;height:100%;justify-content:center;position:relative;-webkit-user-select:none;user-select:none;width:100%}.FootballPitch_positionBox__2d-Hw .FootballPitch_position__Gl5tW .FootballPitch_positionButton__1tdcA{background-color:#0000;border:none;border-radius:50%;color:#47a16d;cursor:pointer;font-family:Open Sans,sans-serif;font-size:1rem;font-weight:700;height:100%;outline:none;width:100%}.FootballPitch_positionBox__2d-Hw .FootballPitch_positionLayer__Z42nh{display:flex;position:absolute;top:-15px;transform:translateY(-100%);-webkit-user-select:none;user-select:none}.FootballPitch_positionBox__2d-Hw .FootballPitch_positionLayer__Z42nh.FootballPitch_below__7ZhxT{top:95px}.FootballPitch_hud__u18j0{bottom:0;display:flex;justify-content:space-between;left:0;padding:10px;pointer-events:none;position:absolute;right:0;top:0;-webkit-user-select:none;user-select:none}.FootballPitch_hud__u18j0>*{pointer-events:auto}@media(max-width:1399.98px){.FootballPitch_hud__u18j0{padding:25px}.FootballPitch_hud__u18j0.FootballPitch_fullScreen__-Au8k{padding:12px 15px}}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb{align-items:flex-end;display:flex;flex-direction:column;gap:5px;pointer-events:none}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb>*{pointer-events:auto}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb .FootballPitch_topRight__KlzPo{align-items:center;display:flex;gap:10px;position:relative;z-index:100}@media(max-width:1399.98px){.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb .FootballPitch_topRight__KlzPo{gap:25px}}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb .FootballPitch_toggleExpand__XaUAv{box-shadow:2px 2px 5px -2px #154b2b6b}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb .FootballPitch_toggleExpand__XaUAv img{height:18px;width:18px}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb .FootballPitch_toggleExpand__XaUAv.FootballPitch_opened__Kf2-D{transform:rotateX(180deg) rotateY(180deg)}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb .FootballPitch_views__wUjp-{display:flex;flex-basis:100%;flex-direction:column;gap:5px;justify-content:flex-end}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb .FootballPitch_viewSelect__YCpXS{background-color:#c8e4cfbf;border-radius:10px;box-shadow:2px 2px 5px -2px #154b2b6b;padding:5px;perspective:250px;transform-style:preserve-3d}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb .FootballPitch_viewSelect__YCpXS.FootballPitch_to3d__bnbFF img{transform:translateZ(30px) rotateX(45deg)}.FootballPitch_hud__u18j0 .FootballPitch_actions__wN0Yb .FootballPitch_viewSelect__YCpXS img{height:48px;width:48px}.FootballPitch_axisBox__BV-sI{border:1px solid crimson;display:none;height:10rem;left:1rem;position:absolute;top:1rem;transform-style:preserve-3d;width:10rem}.FootballPitch_axisBox__BV-sI .FootballPitch_direction__rVM61{border-bottom:3px solid #000;transform:translate(50%,5rem);transform-style:preserve-3d}.FootballPitch_axisBox__BV-sI .FootballPitch_direction__rVM61:after{background-color:#7fff00;content:"";height:3px;position:absolute;right:0;width:3px}.FootballPitch_axisBox__BV-sI .FootballPitch_direction__rVM61.FootballPitch_directionX__hURiy{border-color:red}.FootballPitch_axisBox__BV-sI .FootballPitch_direction__rVM61.FootballPitch_directionX__hURiy:after{content:"X"}.FootballPitch_axisBox__BV-sI .FootballPitch_direction__rVM61.FootballPitch_directionY__mQz4s{border-color:green;transform:translateY(10rem) rotate(90deg)}.FootballPitch_axisBox__BV-sI .FootballPitch_direction__rVM61.FootballPitch_directionY__mQz4s:after{content:"Y";transform:rotateX(180deg)}.FootballPitch_axisBox__BV-sI .FootballPitch_direction__rVM61.FootballPitch_directionZ__A2BdH{border-color:blue;transform:rotateY(-90deg) translateX(5rem) translateY(5rem)}.FootballPitch_axisBox__BV-sI .FootballPitch_direction__rVM61.FootballPitch_directionZ__A2BdH:after{content:"Z";transform:rotateX(-45deg) rotateY(275deg)}.PlayerShadowTeamCard_listElement__8Kupm{align-items:center;border:1px solid #a5d1b1;border-radius:4px;color:#47a16d;display:flex;flex-direction:column;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;gap:0;height:138px;justify-content:space-evenly;line-height:20px;padding:0 10px 0 25px;text-align:center;width:100%}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_delete__cL3hW{cursor:pointer;position:absolute;right:10px;top:5px}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_delete__cL3hW:hover{color:#5898cc}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa{align-items:center;display:flex;flex:0 0 60%;flex-direction:row;gap:5px;justify-content:space-between;margin-right:10px;width:100%}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV{align-items:center;border:5px solid #d3a416;border-radius:50%;box-sizing:border-box;display:flex;height:64px;justify-content:center;overflow:hidden;position:relative;width:64px}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV.PlayerShadowTeamCard_category-a__cqndl{border-color:#d3a416}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV.PlayerShadowTeamCard_category-bplus__WnwZb{border-color:#186037}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV.PlayerShadowTeamCard_category-b__FyREX{border-color:#5898cc}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV.PlayerShadowTeamCard_category-c__P3VQa{border-color:#a5a5a5}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV.PlayerShadowTeamCard_category-d__Ij5Aa{border-color:#e44e4e}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV.PlayerShadowTeamCard_category-x__NA7UP{border-color:#f1c26e}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV.PlayerShadowTeamCard_category-p__E2\+GP{border-color:#f97b06}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV.PlayerShadowTeamCard_category-none__CDeIf{border-color:#e4e4e4}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerPicture__WKSHV img{border-radius:50%;height:100%;object-fit:cover;object-position:center;width:100%}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerName__O0fX9{cursor:pointer;flex:3 0 auto;text-align:left}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerName__O0fX9 .PlayerShadowTeamCard_birthYear__2o2PR,.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerName__O0fX9 .PlayerShadowTeamCard_firstName__i77Ft,.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerName__O0fX9 .PlayerShadowTeamCard_surName__gD-jl{color:#186037;font-size:14px;line-height:1.6em;margin:0}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerName__O0fX9 .PlayerShadowTeamCard_surName__gD-jl{font-weight:700;text-transform:uppercase}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_playerName__O0fX9 .PlayerShadowTeamCard_birthYear__2o2PR{font-weight:100}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_topSection__hdbXa .PlayerShadowTeamCard_polarChart__fdakL{height:80px;width:100px}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_bottomSection__9jwUv{align-items:center;display:flex;flex:0 0 40%;flex-direction:row;justify-content:space-between;width:100%}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_bottomSection__9jwUv .PlayerShadowTeamCard_label__WPWAl{color:gray;text-align:left;text-transform:uppercase}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_bottomSection__9jwUv .PlayerShadowTeamCard_value__0q30V{color:#000;font-weight:700;text-align:left}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_bottomSection__9jwUv .PlayerShadowTeamCard_teamName__4Qy-P{width:50%}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_bottomSection__9jwUv .PlayerShadowTeamCard_teamName__4Qy-P .PlayerShadowTeamCard_value__0q30V{align-items:center;display:flex;height:20px;white-space:nowrap}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_bottomSection__9jwUv .PlayerShadowTeamCard_teamName__4Qy-P img{height:19px;padding-right:5px;width:19px}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_bottomSection__9jwUv .PlayerShadowTeamCard_teamName__4Qy-P .PlayerShadowTeamCard_nameText__fsGkH{font-size:13px;overflow:hidden;text-align:left;text-overflow:ellipsis;width:calc(100% - 19px)}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_bottomSection__9jwUv .PlayerShadowTeamCard_post__I9jT\+{width:20%}.PlayerShadowTeamCard_listElement__8Kupm .PlayerShadowTeamCard_bottomSection__9jwUv .PlayerShadowTeamCard_minutes__s1UHn{width:30%}.PositionModifier_contentBox__bevxC{display:flex;gap:32px;height:100%;z-index:0}@media(max-width:1399.98px){.PositionModifier_contentBox__bevxC{gap:12px}}.PositionModifier_contentBox__bevxC .PositionModifier_selectedPlayers__mp4kW{background:#fafafa;border:1px solid #c8e4cf;border-radius:4px;display:flex;flex-direction:column;gap:12px;height:100%;padding:24px;width:440px}@media(max-width:1399.98px){.PositionModifier_contentBox__bevxC .PositionModifier_selectedPlayers__mp4kW{padding:24px 12px 12px;width:40%}}.PositionModifier_contentBox__bevxC .PositionModifier_selectedPlayers__mp4kW .PositionModifier_scrollbarContainer__J2a1O{height:calc(100% - 60px);width:390px}@media(max-width:1399.98px){.PositionModifier_contentBox__bevxC .PositionModifier_selectedPlayers__mp4kW .PositionModifier_scrollbarContainer__J2a1O{width:100%}}.PositionModifier_contentBox__bevxC .PositionModifier_selectedPlayers__mp4kW .PositionModifier_scrollbarContainer__J2a1O .PositionModifier_players__kiSTI{display:flex;flex-direction:column;gap:12px;width:100%}.PositionModifier_contentBox__bevxC .PositionModifier_selectedPlayers__mp4kW .PositionModifier_scrollbarContainer__J2a1O .PositionModifier_players__kiSTI .PositionModifier_placeholderWrapper__Qogb9{background-color:#c8e4cf!important}.PositionModifier_contentBox__bevxC .PositionModifier_selectedPlayers__mp4kW .PositionModifier_scrollbarContainer__J2a1O .PositionModifier_players__kiSTI .PositionModifier_playerPlaceholder__MQwfw{align-items:center;background-color:#ecf6ef;border:1px dashed #a5d1b1;border-radius:4px;color:#47a16d;display:flex;flex-direction:column;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;gap:5.5px;height:138px;justify-content:center;line-height:20px;position:relative;text-align:center;width:100%;z-index:-1}.PositionModifier_contentBox__bevxC .PositionModifier_selectedPlayers__mp4kW .PositionModifier_scrollbarContainer__J2a1O [aria-roledescription=sortable]{position:relative}.PositionModifier_contentBox__bevxC .PositionModifier_playerSelector__fy-k6{border:1px solid #c8e4cf;border-radius:4px;flex-basis:100%;height:100%;width:825px}@media(max-width:1399.98px){.PositionModifier_contentBox__bevxC .PositionModifier_playerSelector__fy-k6{width:60%}}.PositionModifier_shortListContainer__dWgn2{height:100%;position:relative}.PositionModifier_shortListContainer__dWgn2 .PositionModifier_filters__HP-g6{align-items:center;display:flex;gap:10px;justify-content:flex-end}.PositionModifier_shortListContainer__dWgn2 .PositionModifier_filters__HP-g6 .PositionModifier_select__J5nh7{flex:0 0 20%}.PositionModifier_shortListContainer__dWgn2 .PositionModifier_filters__HP-g6 .PositionModifier_search__7WIfG{background-color:#fff;border:1px solid #e4e4e4;border-radius:6px;flex:0 0 20%;height:40px;padding:0 10px}.PositionModifier_shortListContainer__dWgn2.PositionModifier_empty__ImK0v{background-image:url(/static/media/football_field.d5e4bca6676d7b50c53b.svg);background-position:50%;background-repeat:no-repeat;background-size:20%}.PositionModifier_shortListContainer__dWgn2.PositionModifier_empty__ImK0v .PositionModifier_emptyStateText__EHoRX{color:#d9d9d9;display:block;font-family:Open Sans,sans-serif;font-size:13px;position:relative;text-align:center;top:65%}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd{background-image:none;padding:5px 24px 24px}@media(max-width:1399.98px){.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd{padding:5px 0 34px 12px}}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_emptyStateText__EHoRX{display:none}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773{align-items:center;display:flex;font-family:Open Sans;gap:16px;height:35px;padding-left:24px;width:100%}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_playerPicture__rcr0n{align-items:center;box-sizing:border-box;display:flex;justify-content:center;overflow:hidden;position:relative;width:64px}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_playerName__0ra01{width:30%}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_birthYear__aGRFC{width:15%}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_teamName__Li6nU{width:20%}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_post__Ge2Or{text-align:center;width:20%}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_shadowTeam__eDlre{text-align:center;width:15%}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773{color:#000;padding-right:15px;text-transform:uppercase}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_birthYear__aGRFC,.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_classification__JCl7z,.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_date__YbDlW,.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_fradiIndex__ibEEW,.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_minutes__p6wPs,.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_playerName__0ra01,.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_post__Ge2Or,.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_shadowTeam__eDlre,.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_listHeader__m\+773 .PositionModifier_teamName__Li6nU{font-size:.8rem}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_list__TUPhs{display:flex;flex-direction:column;padding-right:15px;row-gap:8px}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_list__TUPhs [aria-roledescription=draggable]{position:relative}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_list__TUPhs .PositionModifier_cardContainer__rliKx{cursor:grab;touch-action:manipulation}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_list__TUPhs .PositionModifier_cardContainer__rliKx:active{cursor:grabbing}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_list__TUPhs .PositionModifier_drag__3rNt4{background-color:#a5d1b1;background-repeat:repeat;background-size:5px 5px;height:100%;left:0;position:absolute;top:0;width:15px}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_list__TUPhs .PositionModifier_noResult__br8cw{display:block;margin-top:100px;text-align:center}.PositionModifier_shortListContainer__dWgn2.PositionModifier_listed__Cg3Pd .PositionModifier_list__TUPhs .PositionModifier_waiting__g6Ai0{align-items:center;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);display:flex;height:100%;justify-content:center;position:absolute;width:100%;z-index:1000}.PositionModifier_drag__3rNt4{background-color:#a5d1b1;background-repeat:repeat;background-size:5px 5px;cursor:grab;height:100%;left:0;position:absolute;top:0;width:15px}.PlayerDragListCard_listElement__WKKNY{align-items:center;background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;display:flex;font-family:Open Sans;gap:16px;height:80px;padding-left:24px;width:100%}.PlayerDragListCard_listElement__WKKNY.PlayerDragListCard_hasButton__dbJbI{padding-right:24px}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9{align-items:center;border:5px solid #0000;border-radius:50%;box-sizing:border-box;display:flex;height:64px;justify-content:center;min-width:64px;overflow:hidden;position:relative;width:64px}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9.PlayerDragListCard_category-a__YGiCy{border-color:#d3a416}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9.PlayerDragListCard_category-bplus__kMH1L{border-color:#186037}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9.PlayerDragListCard_category-b__SkyYK{border-color:#5898cc}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9.PlayerDragListCard_category-c__bjeug{border-color:#a5a5a5}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9.PlayerDragListCard_category-d__gtdS0{border-color:#e44e4e}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9.PlayerDragListCard_category-x__6csJh{border-color:#f1c26e}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9.PlayerDragListCard_category-p__9JR6J{border-color:#f97b06}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9.PlayerDragListCard_category-none__ikIlJ{border-color:#e4e4e4}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerPicture__9XjU9 img{border-radius:50%;height:100%;object-fit:cover;object-position:center;width:100%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerName__qZcPK{cursor:pointer;overflow:hidden;width:25%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerName__qZcPK .PlayerDragListCard_firstName__9ahDW,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerName__qZcPK .PlayerDragListCard_surName__0ByUY{color:#186037;font-size:14px;line-height:1.6em;margin:0;overflow:hidden;text-overflow:ellipsis}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerName__qZcPK .PlayerDragListCard_surName__0ByUY{font-weight:700;text-transform:uppercase}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_birthYear__azs\+A{font-size:14px;width:10%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_teamName__xycfB{align-items:center;display:flex;gap:4px;width:20%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_teamName__xycfB img{height:19px;width:19px}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_teamName__xycfB .PlayerDragListCard_nameText__iLNHR{cursor:pointer;font-size:14px}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_expiration__VXjjF{font-size:14px;width:15%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_post__HD\+fR{font-size:14px;text-align:center;width:5%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_date__bFuUT,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_minutes__IKVZw{font-size:14px;text-align:center;width:10%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_fradiIndex__yHFU6 .PlayerDragListCard_dottedCircle__TnMX0{border:1px dotted #d3a416;border-radius:50%;height:45px;padding:3px;width:45px}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_fradiIndex__yHFU6 .PlayerDragListCard_dottedCircle__TnMX0 .PlayerDragListCard_valueCircle__hZbQg{align-items:center;background-color:#fff;border:2px solid #d3a416;border-radius:50%;box-shadow:0 0 20px 0 #d3a41680;display:flex;height:100%;justify-content:center;width:100%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_fradiIndex__yHFU6 .PlayerDragListCard_dottedCircle__TnMX0 .PlayerDragListCard_valueCircle__hZbQg .PlayerDragListCard_indexValue__wKoEX{color:#d3a416;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_polarChart__RNzi2{height:80px;width:10%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerList__7Oa-p,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_shadowTeam__wbYbL,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_shortList__rBsBt{display:flex;flex-grow:1;justify-content:center;width:10%}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerList__7Oa-p .PlayerDragListCard_dataContainer__dmfMB,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_shadowTeam__wbYbL .PlayerDragListCard_dataContainer__dmfMB,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_shortList__rBsBt .PlayerDragListCard_dataContainer__dmfMB{align-items:center;display:flex;gap:8px}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerList__7Oa-p .PlayerDragListCard_dataContainer__dmfMB p,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_shadowTeam__wbYbL .PlayerDragListCard_dataContainer__dmfMB p,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_shortList__rBsBt .PlayerDragListCard_dataContainer__dmfMB p{font-size:14px}.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_playerList__7Oa-p .PlayerDragListCard_dataContainer__dmfMB img,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_shadowTeam__wbYbL .PlayerDragListCard_dataContainer__dmfMB img,.PlayerDragListCard_listElement__WKKNY .PlayerDragListCard_shortList__rBsBt .PlayerDragListCard_dataContainer__dmfMB img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}.ShadowTeamSaves_configList__ocb-T{background-color:#fafafa;display:flex;flex-direction:column;gap:15px;min-height:300px;padding:23px 24px;position:relative;width:100%}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_configRecord__GWey3{align-items:center;background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;display:flex;font-family:Open Sans;gap:16px;height:60px;overflow-x:hidden;padding-left:24px;position:relative;width:100%}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_configRecord__GWey3 .ShadowTeamSaves_configLabel__ZD8YH{flex:2 2 100%}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_configRecord__GWey3 .ShadowTeamSaves_actionLabel__4GchE{align-items:center;display:flex;flex:1 0 30%;gap:8px}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_configRecord__GWey3 .ShadowTeamSaves_actionLabel__4GchE button{align-items:center;display:flex;justify-content:center;width:80px}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_configRecord__GWey3.ShadowTeamSaves_header__YF2nP{background-color:#0000;border:0 #0000;height:40px}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_configRecord__GWey3.ShadowTeamSaves_header__YF2nP .ShadowTeamSaves_actionLabel__4GchE,.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_configRecord__GWey3.ShadowTeamSaves_header__YF2nP .ShadowTeamSaves_configLabel__ZD8YH{color:#a5a5a5;text-transform:uppercase}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_backdrop__crz7z{align-items:center;-webkit-backdrop-filter:grayscale(1);backdrop-filter:grayscale(1);background-color:#ffffffbf;display:flex;height:100%;justify-content:flex-end;left:100%;overflow:hidden;position:absolute;right:0;top:0;transition:all .25s;width:100%}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_backdrop__crz7z.ShadowTeamSaves_visible__3cFY3{left:0;padding-right:1px}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_modification__pWTcg{align-items:flex-end;display:flex;gap:8px}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_modification__pWTcg .ShadowTeamSaves_textInput__Zq7u8{border:1px solid #a5a5a5;border-radius:4px;height:32px;padding:1px 5px;width:200px}.ShadowTeamSaves_configList__ocb-T .ShadowTeamSaves_modification__pWTcg button{align-items:center;display:flex;justify-content:center;width:124px}.ShadowTeam_shadowTeamBox__mw23b{background-color:#fff;height:calc(100vh - 140px);padding:20px 24px}.ShadowTeam_shadowTeamBox__mw23b.ShadowTeam_fullScreen__Yp7Bg{height:100svh;left:0;max-height:none;padding:12px;position:fixed;top:0;width:100vw;z-index:1}.ShadowTeam_shadowTeamBox__mw23b .ShadowTeam_buttons__aX44R{align-items:center;display:flex;gap:10px;margin-bottom:10px}.ShadowTeam_shadowTeamBox__mw23b .ShadowTeam_buttons__aX44R h3{font-size:20px;margin:0 0 0 20px;max-width:400px;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap;width:100%}.ShadowTeam_shadowTeamBox__mw23b .ShadowTeam_buttons__aX44R .ShadowTeam_filterPageButton__QziLM[disabled]{color:#a5a5a5!important}.ShadowTeam_shadowTeamBox__mw23b .ShadowTeam_buttons__aX44R .ShadowTeam_filterPageButton__QziLM.ShadowTeam_enabled__oVi-4{background-color:#47a16d;color:#fff}.ShadowTeam_shadowTeamBox__mw23b .ShadowTeam_buttons__aX44R .ShadowTeam_filterPageButton__QziLM.ShadowTeam_loading__xzrV6{animation:ShadowTeam_loading__xzrV6 .7s linear 0s infinite running;background-image:linear-gradient(90deg,#fff,#fff 25%,#f1c26e 50%,#fff 75%,#fff);background-size:200% 100%;color:#47a16d}.ShadowTeam_shadowTeamBox__mw23b .ShadowTeam_buttons__aX44R .ShadowTeam_filterPageButton__QziLM.ShadowTeam_loading__xzrV6 img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}@keyframes ShadowTeam_loading__xzrV6{0%{background-position:200%}to{background-position:0}}.ShadowTeam_dropdownToggle__z5JBW{padding-right:20px!important;position:relative}.ShadowTeam_dropdownToggle__z5JBW:after{border-color:#c0951b #0000 #0000;border-style:solid solid none;border-width:5px 5px 0;content:"";height:0;position:absolute;right:5px;top:15px;width:0}.ShadowTeam_dropdownToggle__z5JBW .ShadowTeam_dropdownMenu__BpPuk{background-color:#eee;border:1px solid #000;left:0;position:absolute;top:40px;z-index:1}.ShadowTeam_dropdownToggle__z5JBW .ShadowTeam_dropdownMenu__BpPuk .ShadowTeam_dropdownItem__XHKiM{cursor:pointer;display:block;padding:10px}.ShadowTeam_dropdownToggle__z5JBW .ShadowTeam_dropdownMenu__BpPuk .ShadowTeam_dropdownItem__XHKiM:hover{background-color:#ccc}.ShadowTeam_dropdownToggle__z5JBW .ShadowTeam_dropdownMenu__BpPuk .ShadowTeam_dropdownItem__XHKiM.ShadowTeam_disabled__qHII5{color:#888;cursor:default;pointer-events:none}.ShadowTeam_saveAsContainer__sfr\+P{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.ShadowTeam_saveAsContainer__sfr\+P .ShadowTeam_saveAsInput__E3mzg{border:1px solid #a5a5a5;border-radius:4px;height:32px;padding:1px 5px;width:200px}.Compare_playerCompare__6C-Rv{display:flex;flex-direction:column;gap:24px}.Compare_playerCompare__6C-Rv h1{color:#000;font-family:Montserrat,sans-serif;font-size:22px;font-style:normal;font-weight:600;line-height:40px;margin:initial}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+{background-color:#fafafa;border:1px solid #c8e4cf;border-radius:4px;display:flex;flex-direction:column;gap:24px;padding:24px;position:relative}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_separator__XU-lC{border-right:1px dotted #47a16d;height:calc(100% + 88px);left:50%;position:absolute;top:-65px;width:0}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_filters__DF377{display:flex;gap:48%}@media(max-width:1399.98px){.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_filters__DF377{gap:30%}}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz{display:flex;justify-content:space-between;position:relative}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n{background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;display:flex;flex:0 0 30%;flex-direction:column;gap:17px;max-width:30%;padding:24px}@media(max-width:1399.98px){.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n{flex:0 0 35%;max-width:35%}}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO{gap:10px;min-width:50%;position:relative}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c{align-items:center;cursor:pointer;display:flex;gap:18px;max-width:100%}@media(max-width:1399.98px){.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c{gap:10px;max-width:calc(100% - 91px)}}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-{align-items:center;border:6px solid #d3a416;border-radius:50%;display:flex;height:101px;justify-content:center;min-width:101px;overflow:hidden;width:101px}@media(max-width:1399.98px){.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-{height:81px;min-width:81px;width:81px}}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-.Compare_category-a__863mx{border-color:#d3a416}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-.Compare_category-bplus__dC4HI{border-color:#186037}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-.Compare_category-b__aKJzJ{border-color:#5898cc}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-.Compare_category-c__tF3NX{border-color:#a5a5a5}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-.Compare_category-d__uevIf{border-color:#e44e4e}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-.Compare_category-x__Yhytm{border-color:#f1c26e}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-.Compare_category-p__x8kU7{border-color:#f97b06}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX-.Compare_category-none__ze9Kj{border-color:#e4e4e4}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_pictureContainer__bRsX- img{border-radius:50%;height:100%;object-fit:cover;object-position:center;width:100%}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_name__AY\+E4{display:flex;flex-direction:column;gap:5px;justify-content:center;max-width:100%;min-width:50%}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_name__AY\+E4 .Compare_firstName__27yXE,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_name__AY\+E4 .Compare_surName__bF1AI{color:#186037;font-family:Open Sans;margin:0}@media(max-width:1399.98px){.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_name__AY\+E4 .Compare_firstName__27yXE,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_name__AY\+E4 .Compare_surName__bF1AI{font-size:1rem}}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_nameAndPicture__x518c .Compare_name__AY\+E4 .Compare_surName__bF1AI{font-weight:700;max-width:360px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_borderLineY__-YgUp{border:1px dotted #a5d1b1;height:100px;width:1px}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_scoutingIndex__mgptk{align-items:center;display:flex;gap:20px;justify-content:flex-start}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_scoutingIndex__mgptk .Compare_indexTitle__dtdtY{color:#000;font-family:Montserrat;font-size:14px;font-weight:500;text-transform:capitalize}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_scoutingIndex__mgptk .Compare_valueContainer__wapKa{align-items:center;border:1px dotted #d3a416;border-radius:50%;display:flex;flex:1 0 40px;height:40px;justify-content:center;max-width:40px}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_scoutingIndex__mgptk .Compare_valueContainer__wapKa .Compare_solidBorder__c97IW{align-items:center;border:2px solid #d3a416;border-radius:50%;box-shadow:0 0 18px #f1c26e;display:flex;height:90%;justify-content:center;position:relative;width:90%}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_nameAndIndex__PoIFO .Compare_scoutingIndex__mgptk .Compare_valueContainer__wapKa .Compare_value__u7y9Q{font-family:Montserrat;font-weight:500}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_borderLineX__6cMiz{border:1px dotted #a5d1b1;height:1px;width:100%}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b{display:block}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_birthDate__20Ene,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_internationality__6Y73t,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_post__xA\+e0,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_profile__wcGOl,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_team__wh6P3{align-items:center;display:flex;font-family:Open Sans;justify-content:space-between}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_birthDate__20Ene p,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_internationality__6Y73t p,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_post__xA\+e0 p,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_profile__wcGOl p,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_team__wh6P3 p{margin:10px 0}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_birthDate__20Ene .Compare_title__sxsgj,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_internationality__6Y73t .Compare_title__sxsgj,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_post__xA\+e0 .Compare_title__sxsgj,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_profile__wcGOl .Compare_title__sxsgj,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_team__wh6P3 .Compare_title__sxsgj{color:#000;flex:1 0 50%;font-size:12px;font-weight:500;text-transform:uppercase}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_birthDate__20Ene .Compare_value__u7y9Q,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_internationality__6Y73t .Compare_value__u7y9Q,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_post__xA\+e0 .Compare_value__u7y9Q,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_profile__wcGOl .Compare_value__u7y9Q,.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_team__wh6P3 .Compare_value__u7y9Q{color:#000;flex:1 0 50%;font-size:14px;font-weight:500}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_team__wh6P3 img{width:16px}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_logoAndName__8hswH{align-items:center;cursor:pointer;display:flex;gap:5px}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_playerInfoCard__Yaw1n .Compare_playerInfo__H6a5b .Compare_logoAndName__8hswH .Compare_value__u7y9Q{margin:0}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_barChart__DTD4r{display:flex;flex:0 0 40%;flex-direction:column;gap:15px;max-width:40%;padding:0 15px}@media(max-width:1399.98px){.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_barChart__DTD4r{flex:0 0 30%;max-width:30%}}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_playerCardContainer__mBjgz .Compare_barChart__DTD4r .Compare_barLine__txrxE{flex-grow:1;max-height:35px;min-height:35px;width:100%}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_pieAndBarChartContainer__6t1JL{background-color:#fafafa;border:1px solid #c8e4cf;border-radius:4px;display:flex;justify-content:flex-start;padding:24px;position:relative}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_pieAndBarChartContainer__6t1JL .Compare_selectChart__jsgGZ{position:absolute;z-index:1}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_pieAndBarChartContainer__6t1JL .Compare_highlightedChart__jX4Lb{flex:0 0 100%;height:400px}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_pieAndBarChartContainer__6t1JL .Compare_highlightedChart__jX4Lb .Compare_title__sxsgj{font-family:Montserrat,sans-serif;font-size:14px;font-weight:500}.Compare_playerCompare__6C-Rv .Compare_mainContainer__zdOR\+ .Compare_pieAndBarChartContainer__6t1JL .Compare_highlightedChart__jX4Lb .Compare_bigChartContainer__EX3PR{height:100%}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE{display:flex;position:relative}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_label__YNCSB{background-color:#fff;border-radius:2px;color:#000;font-family:Open Sans,sans-serif;font-size:14px;font-style:normal;font-weight:500;height:20px;left:50%;line-height:14px;padding:2px 0;position:absolute;text-align:center;top:0;transform:translate(-50%);width:75px;z-index:3}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_team__wh6P3{background-color:#fff;box-shadow:0 0 30px 0 #008c5526;height:100%;transition:width .25s;width:0}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_player__5FT23{background-image:url(/static/media/background_stripes.394d87d4b555713246e7.svg);background-repeat:repeat-x;height:calc(100% - 14px);position:absolute;top:7px;width:50%;z-index:2}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_left__HSDM2,.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_right__eh9PB{height:100%;position:relative;width:50%}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_left__HSDM2{display:flex;justify-content:flex-end}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_left__HSDM2 .Compare_team__wh6P3{border-bottom:2px solid #f2cb85;border-left:2px solid #f2cb85;border-top:2px solid #f2cb85}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_left__HSDM2 .Compare_player__5FT23{background-color:#f2cb85;width:0}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_right__eh9PB .Compare_team__wh6P3{border-bottom:2px solid #b8dec2;border-right:2px solid #b8dec2;border-top:2px solid #b8dec2}.Compare_playerCompare__6C-Rv .Compare_barLine__txrxE .Compare_right__eh9PB .Compare_player__5FT23{background-color:#b8dec2;width:0}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.MapPopup_mapPopup__f2pa6{display:flex;flex-direction:column;width:335px}.MapPopup_mapPopupHeader__Fpup7{align-items:center;background:linear-gradient(90deg,#eee,#fff0);border-left:3px solid #186037;display:flex;height:30px;justify-content:space-between;padding:7px 13px}.MapPopup_mapPopupHeader__Fpup7 .MapPopup_headerTitle__GVpmH{font-size:14px;font-weight:600;line-height:16px}.MapPopup_mapPopupContent__8YVyQ{align-items:center;border-bottom:3px solid #47a16d;display:flex;gap:8px;justify-content:space-evenly;padding:10px}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB{align-items:flex-end;background-color:#fff;border:1px solid #000;border-radius:50%;cursor:pointer;display:flex;flex-grow:0;flex-shrink:0;height:38px;justify-content:center;overflow:hidden;position:relative;width:38px}.MapPopup_mapPopupContent__8YVyQ .MapPopup_categoryValue__ODqJk{color:#000;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;line-height:16px}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB:after{align-items:flex-end;background-color:#000;border-radius:50%;color:#fff;content:"A";display:flex;font-size:12px;font-weight:500;height:68px;justify-content:center;left:50%;line-height:15px;position:absolute;top:-50px;transform:translate(-50%);width:68px}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryA__hJ\+zb{border-color:#d3a416}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryA__hJ\+zb:after{background-color:#d3a416}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryBplus__9C4WK{border-color:#186037}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryBplus__9C4WK:after{background-color:#186037;content:"B+"}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryB__-LLKR{border-color:#5898cc}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryB__-LLKR:after{background-color:#5898cc;content:"B"}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryC__4cZxu{border-color:#a5a5a5}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryC__4cZxu:after{background-color:#a5a5a5;content:"C"}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryD__5ALeB{border-color:#e44e4e}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryD__5ALeB:after{background-color:#e44e4e;content:"D"}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryX__om0SV{border-color:#f1c26e}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryX__om0SV:after{background-color:#f1c26e;content:"X"}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryP__rgS6Q{border-color:#f97b06}.MapPopup_mapPopupContent__8YVyQ .MapPopup_category__GFKeB.MapPopup_categoryP__rgS6Q:after{background-color:#f97b06;content:"P"}.MapSelect_mapBox__gxRWG{background-color:#fff;display:flex;padding:24px}@media(max-width:1399.98px){.MapSelect_mapBox__gxRWG{height:100%;max-height:none}}.MapSelect_mapBox__gxRWG .MapSelect_continentSelect__vzn4R{align-items:flex-start;display:flex;flex-basis:0;flex-direction:column;justify-content:center;transition:all .25s;width:0}.MapSelect_mapBox__gxRWG .MapSelect_continentSelect__vzn4R.MapSelect_countryView__3RxBS{border:1px solid #c8e4cf;border-bottom-left-radius:5px;border-right-width:0;border-top-left-radius:5px;flex-basis:216px}.MapSelect_mapBox__gxRWG .MapSelect_continentSelect__vzn4R.MapSelect_countryView__3RxBS+.MapSelect_customLeafletContainer__u8gix{border-bottom-left-radius:0;border-left:initial;border-top-left-radius:0}.MapSelect_mapBox__gxRWG .MapSelect_continentSelect__vzn4R .MapSelect_continentOption__SfxkE{background:#fafafa;border-color:#c8e4cf;border-style:solid;border-width:0 1px 1px 0;color:gray;cursor:pointer;flex-basis:100%;font-family:Montserrat,sans-serif;font-size:14px;font-style:normal;font-weight:500;line-height:17px;outline:none;padding-left:24px;text-align:left;width:100%}.MapSelect_mapBox__gxRWG .MapSelect_continentSelect__vzn4R .MapSelect_continentOption__SfxkE:first-child{border-top-left-radius:5px}.MapSelect_mapBox__gxRWG .MapSelect_continentSelect__vzn4R .MapSelect_continentOption__SfxkE:last-child{border-bottom:initial;border-bottom-left-radius:5px}.MapSelect_mapBox__gxRWG .MapSelect_continentSelect__vzn4R .MapSelect_continentOption__SfxkE.MapSelect_active__Vcm5r{background-color:#fff;border-right:initial}.MapSelect_mapBox__gxRWG .MapSelect_customLeafletContainer__u8gix{border:1px solid #c8e4cf;border-radius:5px;flex-basis:100%}.MapSelect_mapBox__gxRWG .MapSelect_stretch__aIo2U{align-items:center;background:#47a16d80;border-radius:15px;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.MapSelect_mapBox__gxRWG .MapSelect_stretch__aIo2U button{cursor:pointer}.MapSelect_mapBox__gxRWG svg path{stroke:#47a16d;stroke-width:2;fill:#ecf6ef;fill-opacity:1}.MapSelect_mapBox__gxRWG svg path:hover{fill:#47a16d;fill-opacity:1;cursor:pointer}.MapSelect_hidden__LW5XL{display:none}.MapSelect_customLeafletContainer__u8gix{background:#fff;max-height:80vh;min-height:80vh}.OverviewPlayerCard_playerCardBox__D7Y7n{background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;display:flex;gap:15px;padding:8px 24px}.OverviewPlayerCard_playerCardBox__D7Y7n.OverviewPlayerCard_selected__1G-Vd{background-color:#c8e4cf}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_actionBox__UNsKZ,.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_chartBox__bzQbu,.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_checkBox__X5EzX,.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z,.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_minutesBox__gNmOQ,.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_nameBox__e0srH,.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_postBox__VSH3K,.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_teamBox__Nf-ty,.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_yearBox__O5cON{align-items:center;display:flex;flex-basis:10%;flex-grow:0;flex-shrink:0;justify-content:flex-start}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_checkBox__X5EzX{flex-basis:16px}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z{flex-basis:64px}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img{border-radius:50%;height:100%;height:58px;object-fit:cover;object-position:center;width:100%;width:58px}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img.OverviewPlayerCard_category__W8nfw{border:5px solid #000}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img.OverviewPlayerCard_category__W8nfw.OverviewPlayerCard_category-a__5WM-q{border-color:#d3a416}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img.OverviewPlayerCard_category__W8nfw.OverviewPlayerCard_category-bplus__SX-rR{border-color:#186037}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img.OverviewPlayerCard_category__W8nfw.OverviewPlayerCard_category-b__hEnWm{border-color:#5898cc}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img.OverviewPlayerCard_category__W8nfw.OverviewPlayerCard_category-c__O6yLu{border-color:#a5a5a5}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img.OverviewPlayerCard_category__W8nfw.OverviewPlayerCard_category-d__ZQEwz{border-color:#e44e4e}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img.OverviewPlayerCard_category__W8nfw.OverviewPlayerCard_category-x__T28c2{border-color:#f1c26e}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img.OverviewPlayerCard_category__W8nfw.OverviewPlayerCard_category-p__iMiQd{border-color:#f97b06}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_imageBox__rEx6z img.OverviewPlayerCard_category__W8nfw.OverviewPlayerCard_category-none__ObFlw{border-color:#e4e4e4}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_nameBox__e0srH{flex-basis:120px;justify-content:flex-start}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_nameBox__e0srH span{color:#186037;cursor:pointer;font-weight:600}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_yearBox__O5cON{flex-basis:100px}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_postBox__VSH3K{flex-basis:60px}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_chartContainer__7\+\+\+3{flex-basis:64px;flex-shrink:0;height:64px;width:64px}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_chartContainer__7\+\+\+3 svg{margin-left:-7.5px;margin-top:-7.5px}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_teamBox__Nf-ty{display:flex;flex-basis:150px;flex-grow:1;gap:4px;justify-content:flex-start}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_teamBox__Nf-ty img{height:19px;width:auto}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_minutesBox__gNmOQ,.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_postBox__VSH3K{justify-content:flex-start}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_actionBox__UNsKZ{flex-basis:75px}@media(max-width:1199.98px){.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_actionBox__UNsKZ{flex-basis:40px}}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_addToShortlist__YCzom{align-items:center;background-color:#fff;border:1px solid #47a16d;border-radius:4px;color:#47a16d;cursor:pointer;display:flex;gap:8px;height:31px;justify-content:center;white-space:nowrap}@media(max-width:1199.98px){.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_addToShortlist__YCzom{border:none}}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_addToShortlist__YCzom:active{transform:scale(.98)}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_addToShortlist__YCzom p{font-size:13px}@media(max-width:1199.98px){.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_addToShortlist__YCzom p{display:none}}.OverviewPlayerCard_playerCardBox__D7Y7n .OverviewPlayerCard_addToShortlist__YCzom .OverviewPlayerCard_addIcon__ob\+yJ{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}.CategoryCollection_categoryCollection__Zj7nC{height:100%}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK{align-items:center;display:flex;justify-content:space-evenly}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB{align-items:flex-end;border:1px solid #d9d9d9;cursor:pointer;display:flex;flex-basis:14.2857%;flex-grow:0;flex-shrink:0;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;height:46px;justify-content:center;outline:medium none invert;outline:initial;overflow:hidden;position:relative;text-transform:uppercase}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_categoryValue__4AfmM{color:#000;font-family:Montserrat,sans-serif;font-size:14px;font-weight:700;line-height:27px}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB:after{align-items:center;background-color:#0000;border-radius:50%;color:#fff;content:"";display:flex;font-size:12px;font-weight:500;height:24px;justify-content:center;left:50%;line-height:15px;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-a__gGs\+r{background-color:#fff}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-a__gGs\+r:after{background-color:#d3a416;color:#fff;content:"A"}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-bplus__7Ux8n{background-color:#fff;border-left:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-bplus__7Ux8n:after{background-color:#186037;color:#fff;content:"B+"}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-b__bdxYi{background-color:#fff;border-left:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-b__bdxYi:after{background-color:#5898cc;color:#fff;content:"B"}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-c__akuKM{background-color:#fff;border-left:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-c__akuKM:after{background-color:#a5a5a5;color:#fff;content:"C"}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-d__vNRrc{background-color:#fff;border-left:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-d__vNRrc:after{background-color:#e44e4e;color:#fff;content:"D"}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-x__x3jW6{background-color:#fff;border-left:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-x__x3jW6:after{background-color:#f1c26e;color:#fff;content:"X"}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-p__iiuEB{background-color:#fff;border-left:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_category-p__iiuEB:after{background-color:#f97b06;color:#fff;content:"P"}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-a__gGs\+r{background-color:#d3a416;border:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-a__gGs\+r:after{background-color:#fff;color:#d3a416}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-bplus__7Ux8n{background-color:#186037;border:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-bplus__7Ux8n:after{background-color:#fff;color:#186037}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-b__bdxYi{background-color:#5898cc;border:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-b__bdxYi:after{background-color:#fff;color:#5898cc}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-c__akuKM{background-color:#a5a5a5;border:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-c__akuKM:after{background-color:#fff;color:#a5a5a5}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-d__vNRrc{background-color:#e44e4e;border:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-d__vNRrc:after{background-color:#fff;color:#e44e4e}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-x__x3jW6{background-color:#f1c26e;border:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-x__x3jW6:after{background-color:#fff;color:#f1c26e}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-p__iiuEB{background-color:#f97b06;border:none}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_categorySelect__XkcnK .CategoryCollection_category__dVqYB.CategoryCollection_active__Vdn-h.CategoryCollection_category-p__iiuEB:after{background-color:#fff;color:#f97b06}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy{background-color:#fafafa;display:flex;flex-direction:column;gap:12px;height:calc(100% - 50px);padding:23px 24px}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P{display:flex;gap:15px;padding:8px 24px}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_actionBox__-G4yp,.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_chartBox__5YOf-,.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_imageBox__1tZW2,.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_minutesBox__LQMpS,.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_nameBox__k\+3oR,.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_postBox__qkrOh,.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_teamBox__btUu5,.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_yearBox__FDn6m{align-items:center;color:#000;display:flex;flex-basis:10%;flex-grow:0;flex-shrink:0;justify-content:flex-start;text-transform:uppercase;white-space:nowrap}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_imageBox__1tZW2{flex-basis:64px}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_nameBox__k\+3oR{flex-basis:120px}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_yearBox__FDn6m{flex-basis:100px}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_teamBox__btUu5{flex-basis:150px;flex-grow:1}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_postBox__qkrOh{flex-basis:64px}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_minutesBox__LQMpS{flex-basis:10%}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_chartBox__5YOf-{flex-basis:64px}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_actionBox__-G4yp{flex-basis:91px}@media(max-width:1199.98px){.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_titleBox__z1H3P .CategoryCollection_actionBox__-G4yp{flex-basis:40px}}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_playerListContainer__2Sp1H{display:flex;flex-direction:column;gap:12px;position:relative}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_playerListContainer__2Sp1H .CategoryCollection_emptyListContainer__B-QEW{align-items:center;display:flex;flex-direction:column;gap:10px;height:50%}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_playerListContainer__2Sp1H .CategoryCollection_emptyListContainer__B-QEW img{height:150px;margin-top:50px;width:auto}.CategoryCollection_categoryCollection__Zj7nC .CategoryCollection_list__nJ7Hy .CategoryCollection_playerListContainer__2Sp1H .CategoryCollection_emptyListContainer__B-QEW span{color:gray}.OverviewPage_overview__Ofx\+9{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.multi-thumb-slider_multiThumbWrapper__dg88c{background:#fff;border:1px solid #e4e4e4;border-radius:5px;padding:6px 16px;width:100%}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerContent__laf4f{display:flex;gap:5px;max-width:calc(100% - 55px)}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerContent__laf4f .multi-thumb-slider_labelValue__n\+ZVB,.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerContent__laf4f .multi-thumb-slider_label__EPOtf{font-family:Open Sans}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerContent__laf4f .multi-thumb-slider_label__EPOtf{color:#000;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerContent__laf4f .multi-thumb-slider_labelValue__n\+ZVB{color:#000;font-weight:600}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerActions__YJARD{display:flex;gap:5px}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerActions__YJARD>*{background-color:#fff;border-radius:50%;color:#47a16d;height:20px;line-height:17px;padding:0;width:20px}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerActions__YJARD>:disabled{background:#eee;color:gray}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerActions__YJARD button{font-size:22px}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderContainer__niZyd{align-items:center;display:flex;gap:16px}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderContainer__niZyd span{color:#000;font-family:Open Sans;font-weight:500}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi{background:none;border:1px solid #a5d1b1;border-radius:5px;flex-basis:100%;height:1px;position:relative}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_svgBackground__L7GCi{height:1px;left:8px;position:absolute;top:50%;transform:translateY(-50%);width:calc(100% - 16px)}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_svgBackground__L7GCi.multi-thumb-slider_solo__gnRQG{border-radius:5px;left:-1px;width:100%}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc,.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-webkit-slider-runnable-track,.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-webkit-slider-thumb{-webkit-appearance:none}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc{-webkit-appearance:none;background:none;left:0;margin:0;opacity:1;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:100%}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-moz-range-track{background:none;height:100%;pointer-events:none;width:100%}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-webkit-slider-runnable-track{background:none;height:100%;pointer-events:none;width:100%}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-moz-range-thumb{background:#fff;border:2px solid #154b2b;border-radius:50%;filter:drop-shadow(0 0 4px #A5D1B1);height:12px;pointer-events:auto;width:12px}@media(max-width:1399.98px){.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-moz-range-thumb{height:20px;width:20px}}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-moz-range-thumb:hover{cursor:grab}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-moz-range-thumb:active{cursor:grabbing}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-webkit-slider-thumb{background:#fff;border:2px solid #154b2b;border-radius:50%;filter:drop-shadow(0 0 4px #A5D1B1);height:12px;pointer-events:auto;width:12px}@media(max-width:1399.98px){.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-webkit-slider-thumb{height:20px;width:20px}}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-webkit-slider-thumb:hover{cursor:grab}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc::-webkit-slider-thumb:active{cursor:grabbing}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc.multi-thumb-slider_selectedThumb__VVBYF::-moz-range-thumb{background:#47a16d}.multi-thumb-slider_multiThumbWrapper__dg88c .multi-thumb-slider_sliderBox__XL5yi .multi-thumb-slider_slider__lYFNc.multi-thumb-slider_selectedThumb__VVBYF::-webkit-slider-thumb{background:#47a16d}.multi-thumb-slider_multiThumbWrapper__dg88c.multi-thumb-slider_disabled__KGcmw .multi-thumb-slider_sliderContainer__niZyd span,.multi-thumb-slider_multiThumbWrapper__dg88c.multi-thumb-slider_disabled__KGcmw .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerContent__laf4f .multi-thumb-slider_labelValue__n\+ZVB,.multi-thumb-slider_multiThumbWrapper__dg88c.multi-thumb-slider_disabled__KGcmw .multi-thumb-slider_sliderHeader__EsA9v .multi-thumb-slider_headerContent__laf4f .multi-thumb-slider_label__EPOtf{color:#c8e4cf}.multi-thumb-slider_multiThumbWrapper__dg88c.multi-thumb-slider_disabled__KGcmw .multi-thumb-slider_sliderContainer__niZyd input.multi-thumb-slider_slider__lYFNc::-moz-range-thumb{background:#c8d9dc;border:2px solid #444;opacity:1!important}.multi-thumb-slider_multiThumbWrapper__dg88c.multi-thumb-slider_disabled__KGcmw .multi-thumb-slider_sliderContainer__niZyd input.multi-thumb-slider_slider__lYFNc::-moz-range-thumb:hover{cursor:default}.multi-thumb-slider_multiThumbWrapper__dg88c.multi-thumb-slider_disabled__KGcmw .multi-thumb-slider_sliderContainer__niZyd input.multi-thumb-slider_slider__lYFNc::-webkit-slider-thumb{background:#c8d9dc;border:2px solid #444;opacity:1!important}.multi-thumb-slider_multiThumbWrapper__dg88c.multi-thumb-slider_disabled__KGcmw .multi-thumb-slider_sliderContainer__niZyd input.multi-thumb-slider_slider__lYFNc::-webkit-slider-thumb:hover{cursor:default}.PlayerFilterCard_listElement__lAvZX{background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;display:flex;flex-direction:column;padding:12px;row-gap:16px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT{display:flex;justify-content:space-between}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe{align-items:center;display:flex;gap:16px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn{align-items:center;border:5px solid gray;border-radius:50%;display:flex;flex-shrink:0;height:64px;justify-content:center;overflow:hidden;width:64px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn.PlayerFilterCard_category-a__e8U3B{border-color:#d3a416}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn.PlayerFilterCard_category-bplus__ePxAN{border-color:#186037}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn.PlayerFilterCard_category-b__iJq8y{border-color:#5898cc}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn.PlayerFilterCard_category-c__vaizi{border-color:#a5a5a5}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn.PlayerFilterCard_category-d__b9NCX{border-color:#e44e4e}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn.PlayerFilterCard_category-x__7d9wG{border-color:#f1c26e}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn.PlayerFilterCard_category-p__Ms4Gm{border-color:#f97b06}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn.PlayerFilterCard_category-none__zy4Qt{border-color:#e4e4e4}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_playerPicture__VoHmn img{border-radius:50%;height:100%;object-fit:cover;object-position:center;width:100%}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_personalData__L8xPL{background-color:initial;border-color:initial;display:flex;flex-direction:column;outline:0}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_personalData__L8xPL p{line-height:20px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_personalData__L8xPL .PlayerFilterCard_firstName__jYVvS,.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_personalData__L8xPL .PlayerFilterCard_surName__BdAK2{color:#186037;font-size:13px;line-height:20px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_personalData__L8xPL .PlayerFilterCard_surName__BdAK2{font-weight:600;text-transform:uppercase}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_personalData__L8xPL .PlayerFilterCard_surName__BdAK2 .PlayerFilterCard_playerName__agUL\+{display:inline-block;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_pictureAndName__3eWbe .PlayerFilterCard_personalData__L8xPL .PlayerFilterCard_birthDate__zc9yO{color:#a5a5a5;font-size:13px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_chartContainer__1zqnr{flex-shrink:0;height:64px;width:64px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_basicInfo__EICXT .PlayerFilterCard_chartContainer__1zqnr svg{margin-left:-7.5px;margin-top:-7.5px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_clubInfo__R8yL4{align-items:center;display:flex;justify-content:space-between}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_clubInfo__R8yL4 .PlayerFilterCard_title__Os7Rb{color:gray;font-size:10px;margin-bottom:4px;text-transform:uppercase}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_clubInfo__R8yL4 .PlayerFilterCard_nameAndLogo__98Sa5{align-items:center;display:flex;gap:4px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_clubInfo__R8yL4 .PlayerFilterCard_nameAndLogo__98Sa5 .PlayerFilterCard_teamLogo__b15x9{height:16px}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_clubInfo__R8yL4 .PlayerFilterCard_postNumber__jZ2z4,.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_clubInfo__R8yL4 .PlayerFilterCard_teamName__LdXfC,.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_clubInfo__R8yL4 .PlayerFilterCard_value__daZwO{color:#000;font-size:12px;-webkit-user-select:none;user-select:none}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_clubInfo__R8yL4 .PlayerFilterCard_teamName__LdXfC{cursor:pointer}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_addToShortlist__\+5Inx{align-items:center;background-color:#fff;border:1px solid #47a16d;border-radius:4px;color:#47a16d;cursor:pointer;display:flex;gap:8px;height:31px;justify-content:center}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_addToShortlist__\+5Inx:active{transform:scale(.98)}.PlayerFilterCard_listElement__lAvZX .PlayerFilterCard_addToShortlist__\+5Inx .PlayerFilterCard_addIcon__xfe6j{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}.PlayerSearchSaves_configList__qwuAz{background-color:#fafafa;display:flex;flex-direction:column;gap:15px;min-height:300px;padding:23px 24px;position:relative;width:100%}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_configRecord__WW3IU{align-items:center;background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;display:flex;font-family:Open Sans;gap:16px;height:60px;overflow-x:hidden;padding-left:24px;position:relative;width:100%}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_configRecord__WW3IU .PlayerSearchSaves_configLabel__VXNu\+{flex-basis:100%}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_configRecord__WW3IU .PlayerSearchSaves_actionLabel__g9hdJ{align-items:center;display:flex;flex-basis:30%;flex-shrink:0;gap:8px}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_configRecord__WW3IU .PlayerSearchSaves_actionLabel__g9hdJ button{align-items:center;display:flex;justify-content:center;width:80px}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_configRecord__WW3IU.PlayerSearchSaves_header__kRI6C{background-color:#0000;border:0 #0000;height:40px}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_configRecord__WW3IU.PlayerSearchSaves_header__kRI6C .PlayerSearchSaves_actionLabel__g9hdJ,.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_configRecord__WW3IU.PlayerSearchSaves_header__kRI6C .PlayerSearchSaves_configLabel__VXNu\+{color:#a5a5a5;text-transform:uppercase}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_backdrop__klZz7{align-items:center;-webkit-backdrop-filter:grayscale(1);backdrop-filter:grayscale(1);background-color:#ffffffbf;display:flex;height:100%;justify-content:flex-end;left:100%;overflow:hidden;position:absolute;right:0;top:0;transition:all .25s;width:100%}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_backdrop__klZz7.PlayerSearchSaves_visible__8GKA2{left:0;padding-right:1px}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_modification__AKqvt{align-items:flex-end;display:flex;gap:8px}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_modification__AKqvt .PlayerSearchSaves_textInput__ivEWS{border:1px solid #a5a5a5;border-radius:4px;height:32px;padding:1px 5px;width:200px}.PlayerSearchSaves_configList__qwuAz .PlayerSearchSaves_modification__AKqvt button{align-items:center;display:flex;justify-content:center;width:124px}.PlayerFilter_playerFilter__z\+0vW{min-height:938px}.PlayerFilter_playerFilter__z\+0vW h3{font-size:20px;margin:0 20px;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_filterPageButton__Q-eso[disabled]{color:#a5a5a5!important}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_filterPageButton__Q-eso.PlayerFilter_loading__WzQLD{animation:PlayerFilter_loading__WzQLD .7s linear 0s infinite running;background-image:linear-gradient(90deg,#fff,#fff 25%,#f1c26e 50%,#fff 75%,#fff);background-size:200% 100%;color:#47a16d}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_filterPageButton__Q-eso.PlayerFilter_loading__WzQLD img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}@keyframes PlayerFilter_loading__WzQLD{0%{background-position:200%}to{background-position:0}}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9{display:flex;gap:23px;height:calc(100% - 80px);position:relative}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK{display:flex;flex-direction:column;flex-grow:1;gap:15px;height:100%;overflow:auto;width:60%}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_filterSettings__dwxwI{display:flex;flex-direction:column;gap:15px}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_tabContainer__OH\+Hx{background-color:#fafafa;border:1px solid #c8e4cf;border-radius:4px;flex-grow:1;overflow:hidden}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_tabContainer__OH\+Hx .PlayerFilter_sliders__FwpYw{grid-row-gap:24px;grid-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);row-gap:24px}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_tabContainer__OH\+Hx .PlayerFilter_content__1hhKf{height:100%}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_tabContainer__OH\+Hx .PlayerFilter_content__1hhKf.PlayerFilter_empty__4IOn4{align-items:center;display:flex;justify-content:center}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_tabContainer__OH\+Hx .PlayerFilter_content__1hhKf.PlayerFilter_empty__4IOn4 .PlayerFilter_emptyStateText__5PVw-{color:gray;display:block;font-family:Open Sans,sans-serif;font-size:13px;position:relative;text-align:center}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_postAndProfile__Fgjih{border-bottom:1px dotted #a5d1b1;display:flex;gap:24px;padding-bottom:25px}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_postAndProfile__Fgjih .PlayerFilter_selectButton__6P3fa{height:48px}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_otherFilters__7Dezc{display:flex;flex-wrap:wrap;gap:24px;padding-top:24px}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_otherFilters__7Dezc .PlayerFilter_filterDiv__Tm4Il{display:flex;gap:23px;width:100%}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_otherFilters__7Dezc .PlayerFilter_filterDiv__Tm4Il .PlayerFilter_categorySelect__IZYtV{align-items:center;display:flex;flex-basis:100%;gap:12px;height:100%}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_filterContainer__mBrFK .PlayerFilter_bottomButtons__HWQ5p{align-items:flex-end;flex-grow:1;justify-content:flex-end}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_playerList__Nj8Up{background-color:#fafafa;border:1px solid #c8e4cf;border-radius:4px;height:auto;max-height:820px;position:relative;width:39%}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_playerList__Nj8Up.PlayerFilter_empty__4IOn4{background-image:url(/static/media/state_player.469d30863b04f9ef8b75.svg);background-position:50%;background-repeat:no-repeat;background-size:20%}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_playerList__Nj8Up.PlayerFilter_empty__4IOn4 .PlayerFilter_emptyStateText__5PVw-{color:gray;font-family:Open Sans,sans-serif;font-size:13px;position:relative;text-align:center;top:67%}@media(max-width:1399.98px){.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_playerList__Nj8Up.PlayerFilter_empty__4IOn4 .PlayerFilter_emptyStateText__5PVw-{top:70%}}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_playerList__Nj8Up.PlayerFilter_empty__4IOn4 .PlayerFilter_listContainer__gTgBF{display:none}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_playerList__Nj8Up.PlayerFilter_listed__ixR56 .PlayerFilter_listContainer__gTgBF{grid-row-gap:10px;display:grid;padding:10px;row-gap:10px}.PlayerFilter_playerFilter__z\+0vW .PlayerFilter_playerFilterContent__PTBt9 .PlayerFilter_playerList__Nj8Up.PlayerFilter_listed__ixR56 .PlayerFilter_listContainer__gTgBF p{margin:0}.PlayerFilter_dropdownToggle__XZSTO{padding-right:20px!important;position:relative}.PlayerFilter_dropdownToggle__XZSTO:after{border-color:#c0951b #0000 #0000;border-style:solid solid none;border-width:5px 5px 0;content:"";height:0;position:absolute;right:5px;top:15px;width:0}.PlayerFilter_dropdownToggle__XZSTO .PlayerFilter_dropdownMenu__fHpWA{background-color:#eee;border:1px solid #000;left:0;position:absolute;top:40px;z-index:1}.PlayerFilter_dropdownToggle__XZSTO .PlayerFilter_dropdownMenu__fHpWA .PlayerFilter_dropdownItem__14mg8{cursor:pointer;display:block;padding:10px}.PlayerFilter_dropdownToggle__XZSTO .PlayerFilter_dropdownMenu__fHpWA .PlayerFilter_dropdownItem__14mg8:hover{background-color:#ccc}.PlayerFilter_dropdownToggle__XZSTO .PlayerFilter_dropdownMenu__fHpWA .PlayerFilter_dropdownItem__14mg8.PlayerFilter_disabled__4aJVI{color:#888;cursor:default;pointer-events:none}.PlayerFilter_saveAsContainer__BxhN3{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.PlayerFilter_saveAsContainer__BxhN3 .PlayerFilter_saveAsInput__6JMOp{border:1px solid #a5a5a5;border-radius:4px;height:32px;padding:1px 5px;width:200px}.PlayerReportListCard_listElement__s7cda{align-items:center;background-color:#fff;border-radius:4px;font-family:Open Sans;height:80px;padding-left:24px;width:100%}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda{padding-left:8px}}.PlayerReportListCard_listElement__s7cda td{border-bottom:1px solid #e4e4e4;border-top:1px solid #e4e4e4}.PlayerReportListCard_listElement__s7cda td:first-of-type{border-bottom-left-radius:4px;border-left:1px solid #e4e4e4;border-top-left-radius:4px}.PlayerReportListCard_listElement__s7cda td:last-of-type{border-bottom-right-radius:4px;border-right:1px solid #e4e4e4;border-top-right-radius:4px}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9{padding:0 15px;width:6%}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9{padding:0 8px;width:5%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK{align-items:center;border:5px solid #0000;border-radius:50%;box-sizing:border-box;display:flex;height:64px;justify-content:center;min-width:64px;overflow:hidden;position:relative;width:64px}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK.PlayerReportListCard_category-a__zNIs6{border-color:#d3a416}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK.PlayerReportListCard_category-bplus__Pvd1A{border-color:#186037}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK.PlayerReportListCard_category-b__66\+yV{border-color:#5898cc}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK.PlayerReportListCard_category-c__S-53V{border-color:#a5a5a5}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK.PlayerReportListCard_category-d__emZjC{border-color:#e44e4e}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK.PlayerReportListCard_category-x__8Uxe-{border-color:#f1c26e}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK.PlayerReportListCard_category-p__ecr4W{border-color:#f97b06}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK.PlayerReportListCard_category-none__CLESq{border-color:#e4e4e4}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerPictureCell__02jB9 .PlayerReportListCard_playerPicture__R2rIK img{border-radius:50%;height:100%;object-fit:cover;object-position:center;width:100%}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerName__FuXen{cursor:pointer;overflow:hidden;width:12%}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerName__FuXen{width:10%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerName__FuXen .PlayerReportListCard_firstName__xhWKs,.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerName__FuXen .PlayerReportListCard_surName__x7IdV{color:#186037;font-size:14px;line-height:1.6em;margin:0;overflow:hidden;text-overflow:ellipsis}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_playerName__FuXen .PlayerReportListCard_surName__x7IdV{font-weight:700;text-transform:uppercase}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_birthYear__IFO3S{font-size:14px;width:7%}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_birthYear__IFO3S{width:6%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_classification__2bQYD{width:6%}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_classification__2bQYD{width:5%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_teamName__m30lJ{width:17%}@media(max-width:1300px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_teamName__m30lJ{width:15%}}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_teamName__m30lJ{width:13%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_teamName__m30lJ .PlayerReportListCard_flexContainer__Sb89a{align-items:center;display:flex;gap:4px}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_teamName__m30lJ .PlayerReportListCard_flexContainer__Sb89a img{height:auto;width:19px}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_teamName__m30lJ .PlayerReportListCard_flexContainer__Sb89a .PlayerReportListCard_nameText__i-JmT{cursor:pointer;font-size:14px}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_date__RvOKp{font-size:14px;width:7%}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_date__RvOKp{width:6%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_user__8GNXi{font-size:14px;width:8%}@media(max-width:1300px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_user__8GNXi{text-align:center}}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_user__8GNXi{width:7%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_post__\+9ifl{font-size:14px;text-align:center;width:5%}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_minutes__dqlB7{font-size:14px;text-align:center;width:6%}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_fradiIndex__hhU3n{text-align:center;width:8%}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_fradiIndex__hhU3n{width:7%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_fradiIndex__hhU3n .PlayerReportListCard_dottedCircle__bOAcb{border:1px dotted #d3a416;border-radius:50%;height:45px;left:0;margin:auto;padding:3px;position:relative;right:0;width:45px}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_fradiIndex__hhU3n .PlayerReportListCard_dottedCircle__bOAcb .PlayerReportListCard_valueCircle__9PNwo{align-items:center;background-color:#fff;border:2px solid #d3a416;border-radius:50%;box-shadow:0 0 20px 0 #d3a41680;display:flex;height:100%;justify-content:center;width:100%}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_fradiIndex__hhU3n .PlayerReportListCard_dottedCircle__bOAcb .PlayerReportListCard_valueCircle__9PNwo .PlayerReportListCard_indexValue__10YTs{color:#d3a416;font-family:Montserrat,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_preview__XuDBw{width:5%}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_preview__XuDBw{width:4%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_preview__XuDBw .PlayerReportListCard_dataContainer__lbPfW{cursor:pointer}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_preview__XuDBw .PlayerReportListCard_dataContainer__lbPfW p{font-size:14px}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_preview__XuDBw .PlayerReportListCard_dataContainer__lbPfW img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_preview__XuDBw img{height:20px;width:20px}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_shortList__hnj6G{width:5%}@media(max-width:1199.98px){.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_shortList__hnj6G{width:4%}}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_addToShortlistCell__kejxd{text-align:center;width:5%}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_addToShortlistCell__kejxd .PlayerReportListCard_addToShortlist__dv2G4{background-color:#0000;border:none;cursor:pointer;margin:0 15px}.PlayerReportListCard_listElement__s7cda .PlayerReportListCard_addToShortlistCell__kejxd .PlayerReportListCard_addToShortlist__dv2G4 img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}table{border-collapse:collapse;width:100%}@media(max-width:1199.98px){table{table-layout:fixed}}.GeneralList_listHeader__hQtC1{color:#000;font-family:Open Sans;height:35px;text-transform:uppercase;width:100%}.GeneralList_listHeader__hQtC1 th{background-color:#fafafa;position:-webkit-sticky;position:sticky;top:-1px;z-index:100}.GeneralList_listHeader__hQtC1 .GeneralList_birthYear__fjaiF,.GeneralList_listHeader__hQtC1 .GeneralList_classification__rw9xW,.GeneralList_listHeader__hQtC1 .GeneralList_date__PMYCn,.GeneralList_listHeader__hQtC1 .GeneralList_expiration__KkKyh,.GeneralList_listHeader__hQtC1 .GeneralList_playerName__mKIZu,.GeneralList_listHeader__hQtC1 .GeneralList_teamName__gSp1h,.GeneralList_listHeader__hQtC1 .GeneralList_user__BPmk0{text-align:left!important}.GeneralList_listHeader__hQtC1 .GeneralList_birthYear__fjaiF,.GeneralList_listHeader__hQtC1 .GeneralList_classification__rw9xW,.GeneralList_listHeader__hQtC1 .GeneralList_date__PMYCn,.GeneralList_listHeader__hQtC1 .GeneralList_expiration__KkKyh,.GeneralList_listHeader__hQtC1 .GeneralList_fradiIndex__ircuS,.GeneralList_listHeader__hQtC1 .GeneralList_minutes__141iG,.GeneralList_listHeader__hQtC1 .GeneralList_playerList__WRRST,.GeneralList_listHeader__hQtC1 .GeneralList_playerName__mKIZu,.GeneralList_listHeader__hQtC1 .GeneralList_post__Yz0uL,.GeneralList_listHeader__hQtC1 .GeneralList_shadowTeam__zg39j,.GeneralList_listHeader__hQtC1 .GeneralList_teamName__gSp1h,.GeneralList_listHeader__hQtC1 .GeneralList_user__BPmk0{font-size:.8rem;padding-right:10px}@media(max-width:1199.98px){.GeneralList_listHeader__hQtC1 .GeneralList_birthYear__fjaiF,.GeneralList_listHeader__hQtC1 .GeneralList_classification__rw9xW,.GeneralList_listHeader__hQtC1 .GeneralList_date__PMYCn,.GeneralList_listHeader__hQtC1 .GeneralList_expiration__KkKyh,.GeneralList_listHeader__hQtC1 .GeneralList_fradiIndex__ircuS,.GeneralList_listHeader__hQtC1 .GeneralList_minutes__141iG,.GeneralList_listHeader__hQtC1 .GeneralList_playerList__WRRST,.GeneralList_listHeader__hQtC1 .GeneralList_playerName__mKIZu,.GeneralList_listHeader__hQtC1 .GeneralList_post__Yz0uL,.GeneralList_listHeader__hQtC1 .GeneralList_shadowTeam__zg39j,.GeneralList_listHeader__hQtC1 .GeneralList_teamName__gSp1h,.GeneralList_listHeader__hQtC1 .GeneralList_user__BPmk0{padding-right:5px}}.GeneralList_listHeader__hQtC1 .GeneralList_playerPictureCell__wCP4a{position:relative;z-index:100}.GeneralList_listHeader__hQtC1 .GeneralList_playerPictureCell__wCP4a .GeneralList_playerPicture__so\+Kn{align-items:center;box-sizing:border-box;display:flex;justify-content:center;overflow:hidden;position:relative}.GeneralList_listHeader__hQtC1 .GeneralList_birthYear__fjaiF{white-space:nowrap}.GeneralList_listHeader__hQtC1 .GeneralList_date__PMYCn,.GeneralList_listHeader__hQtC1 .GeneralList_expiration__KkKyh,.GeneralList_listHeader__hQtC1 .GeneralList_minutes__141iG,.GeneralList_listHeader__hQtC1 .GeneralList_post__Yz0uL,.GeneralList_listHeader__hQtC1 .GeneralList_preview__p\+nFV{text-align:center}.GeneralList_downloadContainer__Cs2Vh{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.GeneralList_downloadContainer__Cs2Vh fieldset{border:0 #0000;position:relative}.GeneralList_downloadContainer__Cs2Vh fieldset .GeneralList_downloadInput__GdGPo{border:1px solid #a5a5a5;border-radius:4px;height:32px;padding:1px 5px;width:200px}.GeneralList_downloadContainer__Cs2Vh fieldset span{position:absolute;right:16px;top:12px}.GeneralList_search__uyDoj{background-color:#fff;border:1px solid #e4e4e4;border-radius:6px;color:#444;height:40px;opacity:1!important;padding:0 10px}@media(max-width:1199.98px){.GeneralList_search__uyDoj{font-size:18px;width:175px}}.LoadedPlayerList_savedList__oIgfu{font-size:18px;margin-top:0}.SavedPlayerList_configList__UE7dL{background-color:#fafafa;display:flex;flex-direction:column;gap:15px;min-height:300px;padding:23px 24px;position:relative;width:100%}.SavedPlayerList_configList__UE7dL .SavedPlayerList_configRecord__98t-j{align-items:center;background-color:#fff;border:1px solid #e4e4e4;border-radius:4px;display:flex;font-family:Open Sans;gap:16px;height:60px;overflow-x:hidden;padding-left:24px;position:relative;width:100%}.SavedPlayerList_configList__UE7dL .SavedPlayerList_configRecord__98t-j .SavedPlayerList_configLabel__7LXya{flex:2 2 100%}.SavedPlayerList_configList__UE7dL .SavedPlayerList_configRecord__98t-j .SavedPlayerList_actionLabel__dM1Kd{align-items:center;display:flex;flex:1 0 30%;gap:8px}.SavedPlayerList_configList__UE7dL .SavedPlayerList_configRecord__98t-j .SavedPlayerList_actionLabel__dM1Kd button{align-items:center;display:flex;justify-content:center;width:80px}.SavedPlayerList_configList__UE7dL .SavedPlayerList_configRecord__98t-j.SavedPlayerList_header__mfTmF{background-color:#0000;border:0 #0000;height:40px}.SavedPlayerList_configList__UE7dL .SavedPlayerList_configRecord__98t-j.SavedPlayerList_header__mfTmF .SavedPlayerList_actionLabel__dM1Kd,.SavedPlayerList_configList__UE7dL .SavedPlayerList_configRecord__98t-j.SavedPlayerList_header__mfTmF .SavedPlayerList_configLabel__7LXya{color:#a5a5a5;text-transform:uppercase}.SavedPlayerList_configList__UE7dL .SavedPlayerList_backdrop__IIKra{align-items:center;-webkit-backdrop-filter:grayscale(1);backdrop-filter:grayscale(1);background-color:#ffffffbf;display:flex;height:100%;justify-content:flex-end;left:100%;overflow:hidden;position:absolute;right:0;top:0;transition:all .25s;width:100%}.SavedPlayerList_configList__UE7dL .SavedPlayerList_backdrop__IIKra.SavedPlayerList_visible__zBcUU{left:0;padding-right:1px}.SavedPlayerList_configList__UE7dL .SavedPlayerList_modification__oOCeN{align-items:flex-end;display:flex;gap:8px}.SavedPlayerList_configList__UE7dL .SavedPlayerList_modification__oOCeN .SavedPlayerList_textInput__jIjji{border:1px solid #a5a5a5;border-radius:4px;height:32px;padding:1px 5px;width:200px}.SavedPlayerList_configList__UE7dL .SavedPlayerList_modification__oOCeN button{align-items:center;display:flex;justify-content:center;width:124px}.SavedPlayerList_downloadContainer__LNJcK{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.SavedPlayerList_downloadContainer__LNJcK fieldset{border:0 #0000;position:relative}.SavedPlayerList_downloadContainer__LNJcK fieldset .SavedPlayerList_downloadInput__g39-N{border:1px solid #a5a5a5;border-radius:4px;height:32px;padding:1px 5px;width:200px}.SavedPlayerList_downloadContainer__LNJcK fieldset span{position:absolute;right:16px;top:12px}.SavedPlayerList_saveAsContainer__qefPR{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-around}.SavedPlayerList_saveAsContainer__qefPR .SavedPlayerList_saveAsInput__EX6NY{border:1px solid #a5a5a5;border-radius:4px;height:32px;padding:1px 5px;width:200px}.NotFound_notFound__drcBT{border-radius:10px;height:100%}.NotFound_notFound__drcBT h2{padding-top:30px;text-align:center}.NotFound_notFound__drcBT .NotFound_link__4SFXa{font-size:20px;text-align:center}.NotFound_notFound__drcBT .NotFound_link__4SFXa a{text-decoration:none}body,html{overscroll-behavior:none}body{background-color:#fff;font-family:Open Sans,sans-serif;font-size:14px;margin:0}@media(max-width:1399.98px){body{font-size:16px}}div,img{box-sizing:border-box}p{font-size:1.14rem}@media(max-width:1399.98px){p{font-size:1.28rem}}.menu-bold,.menu-medium,h1,h2,h3{font-family:Montserrat,sans-serif}h1{font-weight:800}h1,h2{font-size:1.71rem}h2,h3{font-weight:400}h3{font-size:1.57rem}.menu-bold{font-size:1.42rem;font-weight:700}.menu-medium{font-size:1.42rem;font-weight:600}.button{border-radius:4px;color:#fff;font-family:Montserrat,sans-serif;font-weight:400;width:75px}.primary{background-color:#47a16d}.primary:hover{background-color:#a5d1b1}.primary:active{background-color:#186037}.primary-outline{border:1px solid #47a16d}.primary-outline:hover{border:1px solid #a5d1b1}.primary-outline:active{border:1px solid #186037}.secondary{background-color:#d3a416}.secondary:hover{background-color:#f1c26e}.secondary:active{background-color:#154b2b}.secondary-outline{border:1px solid #d3a416}.secondary-outline:hover{border:1px solid #f1c26e}.secondary-outline:active{border:1px solid #154b2b}.leaflet-popup .leaflet-popup-content-wrapper{border-radius:0;border-radius:initial;box-shadow:0 0 20px #154b2b33;padding:0}.leaflet-popup .leaflet-popup-content{margin:0 -1px 0 0;width:336px!important}.leaflet-popup .leaflet-popup-tip{background:#47a16d}.btn{align-items:center;display:flex;white-space:nowrap}.btn.wrap{white-space:normal}.btn{--bg-color:#47a16d;--hov-bg-color:#a5d1b1;--txt-color:#fff;--hov-txt-color:#fff;--bord-color:#47a16d;--hov-bord-color:#a5d1b1;cursor:pointer}.btn-div,.btn.icon{background:#0000;border:initial;box-shadow:none;cursor:pointer;padding:0}.btn.btn-danger,.btn.btn-primary,.btn.btn-secondary,.btn.btn-subtle{background-color:var(--bg-color);border:1px solid var(--bord-color);border-radius:4px;color:var(--txt-color);display:flex;font-family:Montserrat,sans-serif;font-size:12px;font-style:normal;font-weight:500;gap:8px;line-height:normal;padding:10px 16px;transition:all .25s}.btn.btn-danger img,.btn.btn-primary img,.btn.btn-secondary img,.btn.btn-subtle img{transition:all .25s}.btn.btn-danger:hover:not(:disabled),.btn.btn-primary:hover:not(:disabled),.btn.btn-secondary:hover:not(:disabled),.btn.btn-subtle:hover:not(:disabled){background-color:var(--hov-bg-color);border:1px solid var(--hov-bord-color);color:var(--hov-txt-color)}.btn.btn-danger:disabled,.btn.btn-primary:disabled,.btn.btn-secondary:disabled,.btn.btn-subtle:disabled{cursor:default}.btn.btn-primary img{filter:invert(100%) sepia(0) saturate(1%) hue-rotate(136deg) brightness(103%) contrast(101%)}.btn.btn-primary.btn-outline{--hov-bord-color:#47a16d;--bord-color:#47a16d;--bg-color:#fff;--txt-color:#47a16d}.btn.btn-primary.btn-outline img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}.btn.btn-primary.btn-outline:hover img{filter:invert(100%) sepia(0) saturate(1%) hue-rotate(136deg) brightness(103%) contrast(101%)}.btn.btn-primary.btn-ghost{--bord-color:#0000;--bg-color:#0000;--hov-bg-color:#0000;--hov-bord-color:#0000;--txt-color:#47a16d;--hov-txt-color:#a5d1b1}.btn.btn-secondary{--bord-color:#c0951b;--hov-bord-color:#fcf2e3;--bg-color:#c0951b;--hov-bg-color:#fcf2e3;--hov-txt-color:#c0951b}.btn.btn-secondary img{filter:invert(60%) sepia(86%) saturate(446%) hue-rotate(6deg) brightness(85%) contrast(85%)}.btn.btn-secondary.btn-outline{--bg-color:#fff;--txt-color:#c0951b;--hov-bord-color:#c0951b}.btn.btn-secondary.btn-ghost{--bord-color:#0000;--bg-color:#0000;--hov-bg-color:#0000;--hov-bord-color:#0000;--txt-color:#c0951b;--hov-txt-color:#f1c26e}.btn.btn-danger:disabled,.btn.btn-primary:disabled,.btn.btn-secondary:disabled,.btn.btn-subtle{--bord-color:#d9d9d9;--hov-bord-color:#fcf2e3;--txt-color:#a5a5a5;--bg-color:#d9d9d9;--hov-bg-color:#e4e4e4;--hov-txt-color:grey}.btn.btn-danger:disabled img,.btn.btn-primary:disabled img,.btn.btn-secondary:disabled img,.btn.btn-subtle img{filter:invert(70%) sepia(0) saturate(0) hue-rotate(219deg) brightness(95%) contrast(90%)}.btn.btn-danger:disabled:hover img,.btn.btn-primary:disabled:hover img,.btn.btn-secondary:disabled:hover img,.btn.btn-subtle:hover img{filter:invert(56%) sepia(12%) saturate(8%) hue-rotate(315deg) brightness(88%) contrast(85%)}.btn.btn-danger:disabled.btn-outline,.btn.btn-primary:disabled.btn-outline,.btn.btn-secondary:disabled.btn-outline,.btn.btn-subtle.btn-outline{--bg-color:#fff;--txt-color:#a5a5a5;--hov-txt-color:grey;--hov-bord-color:grey}.btn.btn-danger:disabled.btn-outline:hover img,.btn.btn-primary:disabled.btn-outline:hover img,.btn.btn-secondary:disabled.btn-outline:hover img,.btn.btn-subtle.btn-outline:hover img{filter:invert(56%) sepia(12%) saturate(8%) hue-rotate(315deg) brightness(88%) contrast(85%)}.btn.btn-danger:disabled.btn-ghost,.btn.btn-primary:disabled.btn-ghost,.btn.btn-secondary:disabled.btn-ghost,.btn.btn-subtle.btn-ghost{--bord-color:#0000;--bg-color:#0000;--hov-bg-color:#0000;--hov-bord-color:#0000;--txt-color:#a5a5a5;--hov-txt-color:grey}.btn.btn-danger{--bord-color:#e44e4e;--hov-bord-color:#e44e4e;--bg-color:#fff;--hov-bg-color:#e44e4e;--hov-txt-color:#fff}.btn.btn-danger img{filter:invert(100%) sepia(0) saturate(1%) hue-rotate(136deg) brightness(103%) contrast(101%)}.btn.btn-danger.btn-outline{--bg-color:#fff;--txt-color:#e44e4e;--hov-bord-color:#e44e4e}.btn.btn-danger.btn-outline img{filter:invert(54%) sepia(25%) saturate(811%) hue-rotate(93deg) brightness(96%) contrast(89%)}.btn.btn-danger.btn-outline:hover img{filter:invert(100%) sepia(0) saturate(1%) hue-rotate(136deg) brightness(103%) contrast(101%)}.btn img{height:16px;width:16px}.btn.disabled{color:#444;cursor:default}.btn.disabled img{filter:invert(70%) sepia(0) saturate(0) hue-rotate(219deg) brightness(95%) contrast(90%)}.button{align-items:center;background-color:#fff;border:none;cursor:pointer;display:flex;flex-direction:row;gap:8px;height:40px;justify-content:center;padding:10px 16px;width:auto}.button:active{transform:scale(.97)}.button img{height:100%;position:relative}.button.grey{border:1px solid #a5a5a5;color:#a5a5a5}.button.grey img{filter:invert(84%) sepia(0) saturate(1718%) hue-rotate(206deg) brightness(80%) contrast(88%)}.button.grey:hover{border:1px solid #e4e4e4;color:#e4e4e4}.button.grey:hover img{filter:invert(98%) sepia(1%) saturate(83%) hue-rotate(354deg) brightness(82%) contrast(79%)}.button.grey:active{border:1px solid gray;color:gray}.contentContainer{background-color:#fff;border-bottom-left-radius:4px;border-bottom-right-radius:4px;box-shadow:0 0 40px #154b2b1a;height:100%;padding:20px 24px}@media(max-width:1399.98px){.contentContainer{padding:20px 10px}}.contentContainer .contentHeader{align-items:center;display:flex;gap:10px;justify-content:space-between}.contentContainer .contentHeader h1{font-weight:600}@media(max-width:1199.98px){.contentContainer .contentHeader h1{font-size:1.3rem}}.contentContainer .buttonsAndFilters{display:flex;gap:12px}.separatorLine{border:1px dotted #0000}.separatorLine.horizontal{border-bottom-color:#a5d1b1;width:100%}.separatorLine.vertical{border-left-color:#a5d1b1;height:100%}textarea{resize:vertical}.Toastify__toast-theme--colored.Toastify__toast--warning .Toastify__close-button,.Toastify__toast-theme--colored.Toastify__toast--warning .Toastify__toast-body{color:#000}.sortableColumn{cursor:pointer}.sortableColumn:after{content:"";display:inline-block;height:0;left:5px;position:relative;top:-2px;width:0}.sortableColumn.sort-asc:after{border-color:#c0951b #0000 #0000;border-style:solid solid none;border-width:5px 5px 0}.sortableColumn.sort-desc:after{border-color:#0000 #0000 #c0951b;border-style:none solid solid;border-width:0 5px 5px}@media(max-width:1199.98px)and (orientation:landscape){.simplebar-content-wrapper{overflow-x:hidden!important}}.simplebar-content-wrapper{overflow-y:scroll!important}@media(max-width:1199.98px)and (orientation:landscape){.simplebar-horizontal{visibility:hidden!important}}
/*# sourceMappingURL=main.d3a430d6.css.map*/