@import url(https://fonts.googleapis.com/css2?family=Play&display=swap);@import url(https://fonts.googleapis.com/css2?family=Play:wght@400;700&display=swap);.section{display:flex;align-items:center;padding:16px;cursor:pointer}.section__icon img{width:22px;height:22px;margin-right:16px;filter:brightness(0) saturate(100%) invert(40%) sepia(0) saturate(0) hue-rotate(0deg) brightness(90%) contrast(90%)}.section__content p{margin:0;font-size:18px;color:#666}.section:hover{background:linear-gradient(90deg,#25a45b,3%,#141414);border-left:4px solid #13e66e;padding-left:12px}.section:hover img,.section:hover p{filter:brightness(0) saturate(100%) invert(48%) sepia(71%) saturate(597%) hue-rotate(92deg) brightness(95%) contrast(87%)}.section.active{background:linear-gradient(90deg,#1f1f1f,#1f1f1f);border-left:4px solid #13e66e;padding-left:12px}.section.active p{color:#25a45b}.section.active img{filter:brightness(0) saturate(100%) invert(48%) sepia(71%) saturate(597%) hue-rotate(92deg) brightness(95%) contrast(87%)}.button{width:100%;height:40px;padding:8px;border:1px solid #13e66e;border-radius:8px;color:#13e66e;font-size:14px;font-weight:400;text-transform:uppercase;cursor:pointer;transition:background-color .3s ease}.button .icon{width:24px;height:24px;max-width:100%;max-height:100%;filter:brightness(0) saturate(100%) invert(48%) sepia(71%) saturate(597%) hue-rotate(92deg) brightness(95%) contrast(87%)}.button:hover .icon{filter:none}.button:hover{background-color:#13e66e;border:1px solid #13e66e;color:#293038;filter:none}.button:active{background-color:#218d30;border:1px solid #218d30;color:#293038}.sidebar{display:flex;flex-direction:column;align-items:center;width:200px;background-color:#141414;padding:24px 0;position:fixed;height:100%}.sidebar h1{font-weight:700;letter-spacing:.24em;font-size:20px;text-transform:uppercase;color:#fff;margin-bottom:24px}.sidebar h1 span{color:#13e66e}.sidebar .menu-container{flex-grow:1;width:100%}.sidebar .logon-bt{margin-top:auto;padding:10px 0;width:120px}#app{font-family:Play,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;background-color:#1f1f1f;height:100%}.alert-message{position:fixed;top:20px;left:50%;background-color:rgba(0,0,0,.7);color:#fff;padding:10px;border-radius:5px;justify-content:space-between;width:300px;z-index:9999}.alert-message,.alert-message .alert-content,.modal-overlay{display:flex;align-items:center}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);justify-content:center;z-index:10}.modal-overlay .modal-content{background:#fff;padding:20px;border-radius:12px;text-align:center;width:400px;position:relative}.modal-overlay .modal-content .modal-icon{width:60px;margin-bottom:10px}.modal-overlay .modal-content h2{font-size:20px;margin-bottom:20px}.modal-overlay .modal-content .join-btn{background-color:#27ae60;color:#fff;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;margin-bottom:10px;width:100%;font-size:16px}.modal-overlay .modal-content .join-btn:hover{background-color:#196d3c}.modal-overlay .modal-content .cancel-btn{color:#141414;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;width:100%;font-size:16px}.modal-overlay .modal-content .cancel-btn:hover{background-color:#141414;color:#fff}.main__match{position:relative;display:flex;flex-direction:row;gap:16px;width:100%;padding:0 16px 16px 16px;margin-top:100px}.main__match-content{display:flex;flex-direction:column;width:100%;gap:16px}.main__match-content .info{position:relative;width:100%;min-height:350px;padding:16px;border-radius:8px;box-shadow:10px 10px 32px rgba(0,0,0,.315);display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.main__match-content .info__field{position:absolute;top:50%;left:0;width:100%;min-height:350px;background-repeat:no-repeat;background-size:cover;background-position:50%;filter:brightness(40%);transform:translateY(-50%)}.main__match-content .info .title-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;text-align:left;z-index:2}.main__match-content .info .title-top .user{display:flex;flex-direction:row;align-items:flex-end;gap:16px;text-align:right}.main__match-content .info .title-top .user .avatar{border-radius:40px;width:46px;height:46px;-o-object-fit:cover;object-fit:cover;mix-blend-mode:normal}.main__match-content .info .title-center{display:flex;flex-direction:row;justify-content:center;align-items:baseline;color:#fff;gap:32px;z-index:2}.main__match-content .info .title-center .shield-1-group,.main__match-content .info .title-center .shield-2-group{display:flex;flex-direction:column;gap:12px}.main__match-content .info .title-center .shield-1-group p,.main__match-content .info .title-center .shield-2-group p{font-size:16px}.main__match-content .info .title-center .team{display:flex;flex-direction:column;gap:32px;font-size:40px;font-weight:700}.main__match-content .info .title-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;text-align:left;z-index:2}.main__match-content .info .title-bottom .price{display:flex;flex-direction:row;align-items:flex-end;gap:16px;text-align:right}.main__match-content .field{position:relative;min-height:650px;width:100%;border-radius:8px;box-shadow:10px 10px 32px rgba(0,0,0,.315);background-color:#1f1f1f;background-image:linear-gradient(90deg,#2f6d55 50%,#437c5b 0);background-size:50px 100%;background-position:50%;overflow:hidden}.main__match-content .field .grid{display:grid;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(7,1fr);gap:2px;width:100%;height:100%}.main__match-content .field .grid .cell{display:flex;flex-direction:column;justify-content:center;gap:8px;align-items:center;z-index:2;font-size:14px;border-radius:80px}.main__match-content .field .grid .cell img{height:45px}.main__match-content .field .grid .cell .badge{background-color:#fff;color:#141414;padding:2px 6px;border-radius:4px;font-size:14px;font-weight:700}.main__match-content .field .grid .cell .add-player-btn{background-color:#fff;color:#141414;border:none;border-radius:8px;width:45px;height:45px;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center}.main__match-content .field .grid .cell .add-player-btn:hover{background-color:#141414;color:#fff}.main__match-content .field .grid .disabled-cell{pointer-events:none}.main__match-content .field .grid .disabled-cell .add-player-btn{background-color:#bebebe;color:#6d6f74}.main__match-content .field .circle-left-top{position:absolute;left:-20px;top:-20px}.main__match-content .field .circle-right-top{position:absolute;right:-20px;top:-20px}.main__match-content .field .circle-left-bottom{position:absolute;left:-20px;bottom:-20px}.main__match-content .field .circle-right-bottom{position:absolute;right:-20px;bottom:-20px}.main__match-content .field .gate-left{position:absolute;left:-2px;top:50%;transform:translateY(-50%)}.main__match-content .field .gate-right{position:absolute;right:-2px;top:50%;transform:translateY(-50%)}.main__match-content .field .center,.main__match-content .field .line{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.main__match-content .field .line{height:100%}.main__match .organizer{display:flex;flex-direction:column;align-items:center;text-align:left;gap:16px;padding:16px;z-index:1;min-width:260px;height:400px;border-radius:8px;box-shadow:10px 10px 32px rgba(0,0,0,.315);background-color:#1f1f1f}.main__match .organizer .position{color:#f60;text-transform:uppercase}.main__match .organizer__img{width:150px;height:150px}.main__match .organizer h1{font-size:20px;color:#fff;font-weight:700}.main__match .organizer p{font-size:16px;color:#fff;width:100%}.match-card{flex:0 0 calc(25% - 12px);position:relative;padding:16px;font-size:16px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background-color:#1a1a1a;box-shadow:10px 10px 32px rgba(0,0,0,.315);height:200px;cursor:pointer;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.match-card .field-image{position:absolute;top:50%;right:0;transform:translateY(-50%);width:350px;height:100%;-webkit-mask-image:url(/Web_ScoutBase/img/rectangle.b0733d52.svg);mask-image:url(/Web_ScoutBase/img/rectangle.b0733d52.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:350px auto;mask-size:350px auto;filter:brightness(40%)}.match-card:hover{box-shadow:10px 10px 32px rgba(0,255,98,.089)}@media(max-width:1500px){.match-card{flex-basis:calc(50% - 8px)}}@media(max-width:1024px){.match-card{flex-basis:100%}}.match-card__title{display:flex;flex-direction:row;justify-content:space-between;z-index:1}.match-card__title p{text-align:left;color:#fff;font-weight:700}.match-card__title h3{color:#13e66e;font-size:24px;font-weight:700}.match-card__info{display:flex;flex-direction:column;align-items:flex-start;color:#fff;gap:12px;z-index:1}.match-card__info .place{display:flex;flex-direction:row;align-items:center;gap:8px}.match-card__info .place img{filter:brightness(0) saturate(100%) invert(48%) sepia(71%) saturate(597%) hue-rotate(92deg) brightness(95%) contrast(87%)}.match-card__info .address{display:flex;flex-direction:row;align-items:center;gap:8px}.match-card__info .address img{filter:brightness(0) saturate(100%) invert(48%) sepia(71%) saturate(597%) hue-rotate(92deg) brightness(95%) contrast(87%)}.match-card__info .address p{text-align:left}.pagination{margin-top:20px;display:flex;gap:10px}.pagination button{padding:5px 10px;cursor:pointer;border:none;color:#fff;border:4px}.pagination button.active{background-color:#13e66e;color:#fff;border-radius:4px}.gamer-card{height:200px;padding:16px;background-color:#1a1a1a;box-shadow:10px 10px 32px rgba(0,0,0,.315);border-radius:8px;display:flex;flex-direction:column;cursor:pointer;gap:16px}.gamer-card:hover{box-shadow:10px 10px 32px rgba(0,255,98,.089)}.gamer-card__item1{flex:1;background-color:#2b2b2b;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:12px;gap:16px}.gamer-card__item1 img{width:70px;height:70px;border-radius:50px;-o-object-fit:cover;object-fit:cover}.gamer-card__item1 p{color:#fff;font-size:14px;text-align:left}.gamer-card__item1 p span{font-weight:700;font-size:18px}.gamer-card__item2{height:60px;background-color:#2b2b2b;border-radius:8px;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;padding:12px;gap:32px}.gamer-card__item2 p{text-align:left;font-size:14px;color:#fff;width:100%}.gamer-card__item2 p span{font-size:16px;font-weight:700}.content-list{display:flex;flex-direction:column;justify-content:space-between;height:100vh;padding:16px;gap:16px;margin-left:200px;width:calc(100% - 200px)}.content-list .rows{display:flex;flex-wrap:wrap;gap:16px}.content-list .rows>*{flex:1 1 calc(25% - 12px);max-width:calc(25% - 12px)}@media(max-width:1400px){.content-list .rows>*{flex:1 1 calc(33% - 8px);max-width:calc(33% - 8px)}}@media(max-width:1024px){.content-list .rows>*{flex:1 1 calc(50% - 8px);max-width:calc(50% - 8px)}}@media(max-width:768px){.content-list .rows>*{flex:1 1 100%;max-width:100%}}.wrapper{width:100%;background-color:#1f1f1f;display:flex;flex-direction:row;height:100%}.wrapper__content{width:calc(100% - 200px);padding:16px;display:flex;flex-direction:column;gap:16px;margin-left:200px;height:100%}.wrapper__content h1{text-align:left;font-size:20px;font-weight:700;color:#fff}.wrapper__content-match{position:relative;padding:16px;border-radius:8px;box-shadow:10px 10px 32px rgba(0,0,0,.315);background-image:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8));display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.wrapper__content-match,.wrapper__content-match .field{width:100%;min-height:350px;background-repeat:no-repeat;background-size:cover;background-position:50%}.wrapper__content-match .field{position:absolute;top:50%;left:0;filter:brightness(40%);transform:translateY(-50%)}.wrapper__content-match .title-top{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;text-align:left;z-index:1}.wrapper__content-match .title-top .user{display:flex;flex-direction:row;align-items:flex-end;gap:16px;text-align:right}.wrapper__content-match .title-top .user .avatar{border-radius:40px;width:46px;height:46px;-o-object-fit:cover;object-fit:cover;mix-blend-mode:normal}.wrapper__content-match .title-center{display:flex;flex-direction:row;justify-content:center;align-items:baseline;color:#fff;gap:32px;z-index:1}.wrapper__content-match .title-center .shield-1-group,.wrapper__content-match .title-center .shield-2-group{display:flex;flex-direction:column;gap:12px}.wrapper__content-match .title-center .team{display:flex;flex-direction:column;gap:32px;font-size:40px;font-weight:700}.wrapper__content-match .title-bottom{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#fff;text-align:left;z-index:1}.wrapper__content-match .title-bottom .price{display:flex;flex-direction:row;align-items:flex-end;gap:16px;text-align:right}.wrapper__content-tabs{display:flex;flex-direction:row;gap:32px}.wrapper__content-tabs a{text-decoration:none;color:#666;font-size:16px;position:relative}.wrapper__content-tabs a.active{color:#13e66e}.wrapper__content-tabs .vibrate{position:absolute;top:-2px;right:-10px;width:10px;height:10px;border-radius:50%;background-color:#f60;transform:scale(1);box-shadow:0 0 0 #000;animation:anim-vibrate 2s cubic-bezier(0,0,0,1.11) infinite}@keyframes anim-vibrate{0%{transform:scale(.65);box-shadow:0 0 0 0 rgba(255,102,0,.259)}70%{transform:scale(1);box-shadow:0 0 0 .6rem transparent}to{transform:scale(.65);box-shadow:0 0 0 0 transparent}}.wrapper__content-list{display:flex;flex-direction:column;height:100%;justify-content:space-between;gap:16px}.wrapper__content-list .rows{display:flex;flex-direction:row;justify-content:flex-start;align-content:flex-start;flex-flow:wrap;gap:16px;flex-grow:1;height:100%}@media(max-width:1024px){.wrapper__content-list .rows{height:auto}}.wrapper .match-view-container{width:100%}.input-field{display:flex;flex-direction:column;align-items:flex-start;width:100%}.input-field__label{color:#6d6f74;margin-bottom:8px;font-size:14px}.input-field__input{background-color:#1f1f1f;border:1px solid #3a4149;border-radius:8px;padding:12px;font-size:14px;color:#fff;outline:none;width:100%}.input-field__input:focus{border-color:#13e66e}.home{color:#fff;display:flex;flex-direction:row}.home__bg{width:100%;height:100vh;overflow:hidden;position:relative;display:flex;justify-content:center;align-items:center;padding:40px}.home__bg-description{display:flex;flex-direction:column;justify-content:left;align-items:flex-start;gap:16px;z-index:1;width:100%;max-width:600px}.home__bg-description h1{font-weight:700;letter-spacing:.24em;font-size:52px;text-transform:uppercase;color:#fff}.home__bg-description h1 span{color:#13e66e}.home__bg-description p{font-size:24px;line-height:32px;font-weight:400;text-align:left}.home__bg img{-o-object-fit:cover;object-fit:cover}.home__bg img,.home__bg:after{position:absolute;width:100%;height:100%}.home__bg:after{content:"";top:0;left:0;background:rgba(0,0,0,.7)}.home__login{width:100%;height:100vh;padding:40px;flex-direction:column;background-color:#141414}.home__login,.home__login-forms{display:flex;justify-content:center}.home__login-forms{flex-direction:row}.home__login-forms .form{height:auto;width:100%;max-width:420px;border-radius:16px;padding:48px;margin:40px auto;display:flex;flex-direction:column;gap:16px}.home__login-forms .form__title{display:flex;flex-direction:column;gap:12px}.home__login-forms .form__title h3{font-size:28px;font-weight:700}.home__login-forms .form__title p{font-size:14px;color:#b5b6b8}.home__login-forms .form__title p a{color:#13e66e}.home__login-forms .form hr{background-color:#3a4149;width:100%;height:1px}.home__login-forms .form .role-selection{margin:0 0 40px 0;text-align:left}.home__login-forms .form .role-selection label{color:#6d6f74;font-size:14px}.home__login-forms .form .role-selection .role-options{position:relative;display:flex;gap:16px;margin-top:8px;width:100%}.home__login-forms .form .role-selection .role-options .bt:disabled{background-color:#2a2a2a;border-color:#555;color:#888;cursor:not-allowed}.home__login-forms .form .role-selection .role-options button{width:100%;font-size:14px;padding:8px 16px;border:1px solid #3a4149;border-radius:8px;background-color:#1f1f1f;cursor:pointer;transition:background-color .3s,border-color .3s}.home__login-forms .form .role-selection .role-options button:hover{background-color:#13e66e;color:#141414}.home__login-forms .form .role-selection .role-options button.active{background-color:#13e66e;border-color:#13e66e;color:#141414}.home__login-forms .form .role-selection .error-message-role{position:absolute;color:red;font-size:14px;margin-top:8px}.home__login-forms .form .role-selection .error-message-field{position:absolute;color:red;font-size:14px;margin-top:20px}.home__login-forms .form .role-selection .error-message-lenght,.home__login-forms .form .role-selection .error-message-overlap{position:absolute;color:red;font-size:14px;margin-top:32px}.home__login-forms .formAuth{height:auto;width:100%;max-width:420px;border-radius:16px;padding:48px;margin:40px auto;display:flex;flex-direction:column;gap:16px}.home__login-forms .formAuth__title{display:flex;flex-direction:column;gap:12px}.home__login-forms .formAuth__title h3{font-size:28px;font-weight:700}.home__login-forms .formAuth__title p{font-size:14px;color:#b5b6b8;margin-bottom:32px}.home__login-forms .formAuth__title p a{color:#13e66e}.home__login-forms .formAuth .errors{width:100%;height:24px}.home__login-forms .formAuth .errors .error-field,.home__login-forms .formAuth .errors .error-ps{color:red;text-align:left;font-size:14px}.field-card{position:relative;height:auto;padding:16px;background-color:#1a1a1a;box-shadow:10px 10px 32px rgba(0,0,0,.315);border-radius:8px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow:hidden;gap:32px}.field-card:hover{box-shadow:10px 10px 32px rgba(0,255,98,.089)}.field-card .field{position:absolute;top:50%;right:0;transform:translateY(-50%);width:350px;height:100%;-webkit-mask-image:url(/Web_ScoutBase/img/rectangle.b0733d52.svg);mask-image:url(/Web_ScoutBase/img/rectangle.b0733d52.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:350px auto;mask-size:350px auto;filter:brightness(40%)}.field-card button{width:auto;font-size:14px;padding:8px 16px;border:1px solid #3a4149;border-radius:8px;background-color:#3a4149;color:#fff;z-index:6;cursor:pointer;transition:background-color .3s,border-color .3s}.field-card button.active,.field-card button:hover{background-color:#13e66e;color:#141414}.field-card button.active{border-color:#13e66e}.field-card button:disabled{background-color:#2a2a2a;border-color:#555;color:#888;cursor:not-allowed}.field-card__status{display:flex;flex-direction:row;align-items:center;gap:8px;color:#fff}.field-card__status .status-free{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:#02c402}.field-card__status .status-busy{display:inline-block;width:10px;height:10px;border-radius:50%;background-color:red}.field-card__name{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:4px;text-align:left;color:#fff;z-index:5;height:100%}.field-card__name p{font-size:16px;font-weight:400}.field-card__name p span{font-size:18px;font-weight:700}.content-fields{display:flex;flex-direction:column;align-items:flex-start;height:100%;padding:16px;gap:24px;flex-grow:1;margin-left:200px;width:calc(100% - 200px)}.content-fields h1{text-align:left;font-size:20px;font-weight:700;color:#fff}.content-fields .rows{display:flex;flex-wrap:wrap;gap:16px}.content-fields .rows>*{flex:1 1 calc(25% - 12px);max-width:calc(25% - 12px)}@media(max-width:1400px){.content-fields .rows>*{flex:1 1 calc(33% - 8px);max-width:calc(33% - 8px)}}@media(max-width:1024px){.content-fields .rows>*{flex:1 1 calc(50% - 8px);max-width:calc(50% - 8px)}}@media(max-width:768px){.content-fields .rows>*{flex:1 1 100%;max-width:100%}}.main{flex-grow:1;flex-direction:column;margin-left:200px;width:calc(100% - 200px)}.main,.main__header{display:flex;gap:16px}.main__header{position:fixed;flex-direction:row;justify-content:space-between;align-items:center;padding:16px;background-color:#1f1f1f;height:80px;width:100%;box-shadow:10px 5px 24px rgba(0,0,0,.315);z-index:5}.main__header h1{text-align:left;width:100%;font-size:24px;font-weight:700;color:#fff}.main__player{position:relative;display:flex;flex-direction:column;gap:16px;width:100%;height:calc(100vh - 100px);padding:0 16px 16px 16px;margin-top:100px}.main__player .info{width:100%;min-height:250px;padding:24px;border-radius:8px;background-image:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(/Web_ScoutBase/img/background.74069855.png);background-repeat:no-repeat;background-size:cover;background-position:50%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px}.main__player .info img{width:140px;height:140px;border-radius:100px;-o-object-fit:cover;object-fit:cover}.main__player .info p{font-size:20px;color:#fff;text-align:left;line-height:140%}.main__player .info p span{font-size:32px;color:#fff;font-weight:700}.main__player .content{flex-grow:1;display:flex;flex-direction:row;gap:16px}.main__player .content .parameters{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:300px;margin:0 auto;padding:16px;background-color:#141414;border-radius:8px}.main__player .content .parameters h3{font-size:20px;color:#fff;font-weight:700;text-align:left;width:100%}.main__player .content .parameters .parameters__block1,.main__player .content .parameters .parameters__block2{width:100%;border-radius:8px;display:flex;justify-content:center;align-items:center}.main__player .content .parameters .parameters__block1{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:16px;height:100%}.main__player .content .parameters .square{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#1f1f1f;border-radius:8px;padding:12px;text-align:center;width:100%;height:100%}.main__player .content .parameters p{color:#fff;font-size:16px;font-weight:300}.main__player .content .parameters span{color:#13e66e;font-weight:700;font-size:20px;margin-top:4px}.main__player .content .parameters .parameters__block2{height:100%}.main__player .content .parameters .chart{width:200px;height:200px;background-color:#d3d3d3}.main__player .content .matches{width:100%;height:100%;background-color:#141414;padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:16px}.main__player .content .matches__tabs{display:flex;flex-direction:row;gap:32px}.main__player .content .matches__tabs a{text-decoration:none;color:#666;font-size:16px;position:relative}.main__player .content .matches__tabs a.active{color:#13e66e}.main__player .content .matches__table{height:300px;overflow-y:auto;flex-grow:1;border:1px solid #313131}.main__player .content .matches__table::-webkit-scrollbar{width:8px}.main__player .content .matches__table::-webkit-scrollbar-track{background:#1f1f1f;border-radius:4px}.main__player .content .matches__table::-webkit-scrollbar-thumb{background:#666;border-radius:4px}.main__player .content .matches__table::-webkit-scrollbar-thumb:hover{background:#888}.main__player .content .matches__table .match-history{width:100%;border-collapse:collapse}.main__player .content .matches__table .match-history tr:first-child th{border-top:none}.main__player .content .matches__table .match-history td,.main__player .content .matches__table .match-history th{border-top:1px solid #313131;border-bottom:1px solid #313131;border-right:1px solid #313131;padding:8px;text-align:center;font-size:14px;color:#666;font-weight:300}.main__player .content .matches__table .match-history td{color:#fff}.main__player .content .matches__table .match-history tr{height:48px}.main__player .content .matches__table .match-history tr:hover{background-color:#1f1f1f}.main__player .content .matches__table .match-history th{position:sticky;top:0;z-index:1;background-color:#1f1f1f}.main__player .content .matches__table .match-history tfoot{position:sticky;bottom:0;z-index:1}.main__player .content .matches__table .match-history tfoot td{font-weight:600;background-color:#222;color:#13e66e}.main__player .content .contacts{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:300px;margin:0 auto;padding:16px;background-color:#141414;border-radius:8px}.main__player .content .contacts h3{font-size:20px;color:#fff;font-weight:700;text-align:left;width:100%}.content-player{position:relative;display:flex;flex-direction:column;gap:16px;width:100%;height:100vh;margin-left:200px;width:calc(100% - 200px);padding:16px}.content-player .info{position:relative;width:100%;min-height:250px;padding:24px;border-radius:8px;background-image:linear-gradient(rgba(0,0,0,.8),rgba(0,0,0,.8)),url(/Web_ScoutBase/img/background.74069855.png);background-repeat:no-repeat;background-size:cover;background-position:50%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px}.content-player .info img{width:140px;height:140px;border-radius:100px;-o-object-fit:cover;object-fit:cover}.content-player .info p{font-size:20px;color:#fff;text-align:left;line-height:140%}.content-player .info p span{font-size:32px;color:#fff;font-weight:700}.content-player .actions{position:absolute;display:flex;flex-direction:row;top:24px;right:24px;gap:16px}.content-player .actions button[type=add]{border:1px solid #13e66e;color:#13e66e;padding:10px 20px;border-radius:8px;font-size:14px;cursor:pointer}.content-player .actions button[type=add]:hover{background-color:#13e66e;color:#141414}.content-player .dropdown-menu{position:absolute;top:88px;right:40px;background-color:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.1);z-index:1000;overflow:hidden}.content-player .dropdown-menu .menu-item{display:flex;align-items:center;padding:8px 16px;cursor:pointer}.content-player .dropdown-menu .menu-item:hover{background-color:#f5f5f5}.content-player .dropdown-menu .menu-item .menu-icon{width:16px;height:16px;margin-right:8px}.content-player .dropdown-menu .menu-item.delete{color:#e65613}.content-player .dropdown-menu .menu-item.delete .menu-icon{filter:brightness(0) saturate(100%) invert(39%) sepia(95%) saturate(1352%) hue-rotate(344deg) brightness(91%) contrast(91%)}.content-player .content{flex-grow:1;display:flex;flex-direction:row;gap:16px}.content-player .content .parameters{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:300px;margin:0 auto;padding:16px;background-color:#141414;border-radius:8px}.content-player .content .parameters h3{font-size:20px;color:#fff;font-weight:700;text-align:left;width:100%}.content-player .content .parameters .parameters__block1,.content-player .content .parameters .parameters__block2{width:100%;border-radius:8px;display:flex;justify-content:center;align-items:center}.content-player .content .parameters .parameters__block1{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:16px;height:100%}@media(max-width:1300px){.content-player .content .parameters .parameters__block1{grid-template-columns:repeat(1,4fr);grid-template-rows:repeat(4,1fr)}}.content-player .content .parameters .square{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#1f1f1f;border-radius:8px;padding:12px;text-align:center;width:100%;height:100%}.content-player .content .parameters p{color:#fff;font-size:16px;font-weight:300}.content-player .content .parameters span{color:#13e66e;font-weight:700;font-size:16px;margin-top:4px}.content-player .content .parameters .parameters__block2{height:100%}.content-player .content .parameters .chart{width:200px;height:200px;background-color:#d3d3d3}.content-player .content .matches{width:100%;height:100%;background-color:#141414;padding:16px;border-radius:8px;display:flex;flex-direction:column;gap:16px}.content-player .content .matches__tabs{display:flex;flex-direction:row;gap:32px}.content-player .content .matches__tabs a{text-decoration:none;color:#666;font-size:16px;position:relative}.content-player .content .matches__tabs a.active{color:#13e66e}.content-player .content .matches__table{height:300px;overflow-y:auto;flex-grow:1;border:1px solid #313131}.content-player .content .matches__table::-webkit-scrollbar{width:8px}.content-player .content .matches__table::-webkit-scrollbar-track{background:#1f1f1f;border-radius:4px}.content-player .content .matches__table::-webkit-scrollbar-thumb{background:#666;border-radius:4px}.content-player .content .matches__table::-webkit-scrollbar-thumb:hover{background:#888}.content-player .content .matches__table .match-history{width:100%;border-collapse:collapse}.content-player .content .matches__table .match-history tr:first-child th{border-top:none}.content-player .content .matches__table .match-history td,.content-player .content .matches__table .match-history th{border-top:1px solid #313131;border-bottom:1px solid #313131;border-right:1px solid #313131;padding:8px;text-align:center;font-size:14px;color:#666;font-weight:300}.content-player .content .matches__table .match-history td{color:#fff}.content-player .content .matches__table .match-history tr{height:48px}.content-player .content .matches__table .match-history tr:hover{background-color:#1f1f1f}.content-player .content .matches__table .match-history th{position:sticky;top:0;z-index:1;background-color:#1f1f1f}.content-player .content .matches__table .match-history tfoot{position:sticky;bottom:0;z-index:1}.content-player .content .matches__table .match-history tfoot td{font-weight:600;background-color:#222;color:#13e66e}.content-player .content .matches__list{display:flex;flex-direction:column;height:100%;justify-content:space-between;gap:16px}.content-player .content .matches__list .rows{display:flex;flex-direction:row;justify-content:flex-start;align-content:flex-start;flex-flow:wrap;gap:16px;flex-grow:1;height:100%}@media(max-width:1024px){.content-player .content .matches__list .rows{height:auto}}.content-player .content .matches__list .rows .match-card{flex:0 0 calc(33.33333% - 12px)}@media(max-width:1440px){.content-player .content .matches__list .rows .match-card{flex:0 0 calc(50% - 12px)}}@media(max-width:1300px){.content-player .content .matches__list .rows .match-card{flex-basis:100%}}.content-player .content .contacts{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:300px;margin:0 auto;padding:16px;background-color:#141414;border-radius:8px}.content-player .content .contacts h3{font-size:20px;color:#fff;font-weight:700;text-align:left;width:100%}.content-player .edit-form{position:fixed;display:flex;flex-direction:column;gap:24px;top:0;right:0;width:400px;height:100vh;padding:20px;background-color:#141414;box-shadow:-2px 0 10px rgba(0,0,0,.1);overflow-y:auto;transition:transform .3s ease-in-out;transform:translateX(100%);z-index:30}.content-player .edit-form.open{transform:translateX(0)}.content-player .edit-form h3{margin-top:0;font-size:24px;color:#fff;text-align:left}.content-player .edit-form label{display:block;margin-bottom:15px;font-size:14px;color:#6d6f74;text-align:left}.content-player .edit-form label input{width:100%;padding:10px;margin-top:5px;background-color:#1f1f1f;border:1px solid #3a4149;color:#fff;border-radius:8px;font-size:14px}.content-player .edit-form label input:focus{border-color:#13e66e}.content-player .edit-form label input:hover{border:1px solid #13e66e}.content-player .edit-form label .custom-select{position:relative;width:100%;margin-top:5px;background-color:#1f1f1f;border:1px solid #3a4149;color:#fff;border-radius:8px;font-size:14px;cursor:pointer}.content-player .edit-form label .custom-select:focus{border-color:#13e66e}.content-player .edit-form label .custom-select:hover{border:1px solid #13e66e}.content-player .edit-form label .custom-select .selected-option{padding:10px}.content-player .edit-form label .custom-select .dropdown-list{position:absolute;width:100%;background-color:#1f1f1f;border:1px solid #3a4149;border-radius:8px;margin-top:4px;list-style:none;padding:0;z-index:10;display:none;max-height:250px;overflow-y:auto}.content-player .edit-form label .custom-select .dropdown-list.show{display:block}.content-player .edit-form label .custom-select .dropdown-list li{padding:12px;cursor:pointer;background-color:transparent;border:none;text-align:left}.content-player .edit-form label .custom-select .dropdown-list li:hover{background-color:#3a4149}.content-player .edit-form .edit-bt{height:100%;display:flex;flex-direction:row;align-items:flex-end;justify-content:flex-end;gap:16px}.content-player .edit-form .edit-bt button{padding:10px 20px;border:none;border-radius:4px;font-size:14px;cursor:pointer}.content-player .edit-form .edit-bt button[type=submit]{border:1px solid #13e66e;color:#13e66e}.content-player .edit-form .edit-bt button[type=submit]:hover{background-color:#13e66e;color:#141414}.content-player .edit-form .edit-bt button[type=button]{background-color:#141414;color:#fff}.content-player .edit-form .edit-bt button[type=button]:hover{background-color:#bbb;color:#141414}.content-player .overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);z-index:10;display:none;transition:opacity .3s ease-in-out}.content-player .overlay.active{display:block}.content-organizer{position:relative;display:flex;flex-direction:row;gap:16px;width:100%;height:100vh;margin-left:200px;width:calc(100% - 200px);padding:16px}.content-organizer__fields{display:flex;flex-direction:column;width:100%;gap:16px}.content-organizer__fields .tabs{display:flex;flex-direction:row;gap:32px}.content-organizer__fields .tabs a{text-decoration:none;color:#666;font-size:16px;position:relative}.content-organizer__fields .tabs a.active{color:#13e66e}.content-organizer__organizator{display:flex;flex-direction:column;align-items:center;text-align:left;gap:16px;padding:16px;z-index:1;min-width:260px;height:400px;border-radius:8px;box-shadow:10px 10px 32px rgba(0,0,0,.315);background-color:#1f1f1f}.content-organizer__organizator .position{color:#f60;text-transform:uppercase}.content-organizer__organizator__img{width:150px;height:150px}.content-organizer__organizator h1{font-size:18px;color:#fff;font-weight:700}.content-organizer__organizator p{font-size:16px;color:#fff;width:100%}.main-player{height:100vh}*{padding:0;margin:0;border:none}*,:after,:before{box-sizing:border-box}a,a:hover,a:link,a:visited{text-decoration:none}aside,footer,header,main,nav,section{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit;background-color:transparent}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;box-shadow:none;background-color:transparent;background:none;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:none}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}legend{display:block}.play-regular{font-weight:400}.play-bold,.play-regular{font-family:Play,serif;font-style:normal}.play-bold{font-weight:700}body,html{height:100vh;font-family:Play,Arial,sans-serif;background-color:#1f1f1f;overflow:auto}