:root{--accent:#870808;--accent-2:#ba1a1a;--gray-0:#181818;--gray-1:#14171f;--gray-2:#1c1f28;--gray:#333;--gray-3:#dedede;--gray-4:#ededed;--gray-5:#e0e0e0}body,html{padding:0;margin:0}body{background:url(https://static.draft5.gg/jovem-do-ano/bg.jpg);background-repeat:no-repeat;background-attachment:fixed;background-position:50%;background-size:cover;font-family:Barlow,sans-serif;padding:0}.PageContainerSmall{margin-top:106px}.PageContainer,.PageContainerSmall{display:flex;justify-content:center;align-items:center;flex-direction:column}.Header{display:flex;text-align:center;height:50px;position:fixed;top:0;width:100%;margin-bottom:50px}.Header_privacy{display:flex;align-self:center;margin-right:auto;margin-left:20px;color:#b41a1a;cursor:pointer}.Header__user{color:#181818;height:50px;display:flex;align-items:center;padding:0 20px;line-height:0;position:absolute;right:0;top:0;background-color:#dedede;background-color:var(--gray-3)}.Header__user-btn{font-size:12px;margin-left:8px}.Header__username a{color:#000}@media screen and (max-width:1200px){.PageContainer{width:100%}}@media screen and (max-width:820px){.Header__username{display:none}.Header__user{background-color:transparent}}.LoginContainer{height:100vh;flex-direction:row;flex-wrap:wrap}.Login,.LoginContainer{display:flex;justify-content:center;align-items:center}.Login{flex:1 1;flex-direction:column;text-transform:uppercase}.Login__title{font-weight:400;font-size:30px;padding:10px 30px;font-weight:700;text-align:center;color:#181818}.Login__buttons{display:flex;align-items:center;justify-content:center;flex-direction:column}.Login__buttons a{display:flex;align-items:center;justify-content:flex-start;height:24px;width:264px;padding:8px}.Login__buttons a+a{margin-top:8px}.Login__buttons svg{margin-right:24px}.Login__buttons .Steam,.Login__buttons .Steam:hover{color:#fff;background-color:#000}.Login__buttons .Google,.Login__buttons .Google:hover{color:#757575;background-color:#fff;font-family:Roboto,sans-serif}.RulesText p{margin:0}.RulesText h2{margin:28px 0 0}.RulesText a{color:#b41a1a}.winnerContainer{background-color:color-mix(in srgb,var(--accent) 15%,#fff 100%);padding:20px;border-radius:10px}.winnerContainer p{font-size:18px!important;margin:0!important}@media screen and (max-width:820px){.LoginContainer{justify-content:center}.Login{margin:0}.Login__title{font-size:24px}.Login img{width:60%;height:auto}.RulesContainer{flex-basis:100%;justify-content:center}}@media screen and (max-height:768px){.Login{padding:50px 0 100px}}.Players{display:flex;justify-content:center;flex-wrap:wrap;padding-bottom:150px}.Players__title{color:#181818;font-weight:700;font-size:28px;margin-top:53px}.Players__subtitle,.Players__title{text-transform:uppercase;text-align:center}.Players__subtitle{color:#870808;font-weight:400;font-size:14px;margin:0 0 24px}.SelectedPlayerBar{position:fixed;bottom:0;left:0;width:100%;background:var(--accent);display:flex;align-items:center;justify-content:space-between;height:80px;color:#fff;font-weight:700;font-size:20px;box-sizing:border-box;box-shadow:0 0 30px rgba(0,0,0,.9)}.SelectedPlayer{display:flex;align-items:center;margin-right:12px}.SelectedPlayer img{width:200px;margin-top:0}.SelectedPlayerBar__btn{margin-right:25px;font-weight:700;font-size:16px;margin-left:8px;background-color:var(--gray-1)!important}.PlayersSteps{display:flex;align-items:center;justify-content:center;margin-bottom:24px}.PlayerStep{width:10px;height:10px;background:var(--gray);border-radius:10px;margin:3px}.PlayerStep--active{background:var(--accent)}.captchaSolve__container{display:flex;align-items:center;font-weight:400}@media screen and (max-width:1200px){.SelectedPlayer{font-size:16px}.SelectedPlayer img{width:70px}}@media screen and (max-width:880px){.Players{justify-content:center}.SelectedPlayer{font-size:16px}.SelectedPlayer img{display:none;width:150px}.SelectedPlayer__name{display:none}.SelectedPlayerBar{height:80px;font-size:14px;padding:0}.captchaSolve__container{font-size:14px}}@media screen and (max-width:520px){.SelectedPlayerBar{height:80px;font-size:12px;padding:0}.SelectedPlayer img{width:120px;margin-left:-100px}.SelectedPlayer:first-child img{margin-left:-20px}}.LoadingIndicator{display:inline-block;width:50px;height:50px;width:100%}.LoadingIndicator:after{content:" ";display:block;width:32px;height:32px;margin:4px auto 0;border-radius:50%;border-color:var(--accent);border-left:4px solid transparent;border-bottom:4px solid var(--accent);border-right:4px solid transparent;border-top:4px solid var(--accent);-webkit-animation:LoadingIndicator 1.2s linear infinite;animation:LoadingIndicator 1.2s linear infinite}@-webkit-keyframes LoadingIndicator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes LoadingIndicator{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.LoadingMask{position:fixed;top:0;left:0;z-index:999;display:flex;justify-content:center;flex-direction:column;align-items:center;width:100vw;height:100vh;background:rgba(0,0,0,.5);overflow:auto;color:#fff}.Button{text-decoration:none;color:var(--gray-5);background:var(--accent);padding:10px;border-radius:5px;font-family:Barlow,sans-serif;border:0;-webkit-transition:.3s ease-out;transition:.3s ease-out;cursor:pointer;text-align:center;display:block;font-weight:700}.Button[disabled],.Button[disabled]:hover{background:#939393;color:#181818;opacity:.4}.Button--block{width:100%}.Button:hover{background:var(--accent-2);color:#fff}.PlayerCard{border:0;background:#dedede;padding:10px;color:#181818;width:224px;text-align:center;cursor:pointer;margin-bottom:16px;margin-left:8px;margin-right:8px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.PlayerCard:hover{background:#a80a0a}.PlayerCard.PlayerCard--selected{background:#a80a0a;-webkit-transform:scale(1.06);transform:scale(1.06);color:#fff;box-shadow:0 0 30px rgba(0,0,0,.7)}.PlayerCard__photo{height:254px;width:100%;background-size:cover;background-position:50%}.PlayerCard h3{font-weight:400;font-family:Barlow,sans-serif;font-size:17px;font-weight:700;padding:10px 0;margin:0 0 5px;border-top:1px solid var(--accent);border-bottom:1px solid var(--accent)}.PlayerCard.PlayerCard--selected h3,.PlayerCard:hover h3{border-color:#ededed;color:#ededed}.PlayerCard small{font-family:Barlow,sans-serif;font-size:12px;color:#870808;display:block}.PlayerCard.PlayerCard--selected small,.PlayerCard:hover small{color:#ededed}.PlayerCard--inactive{opacity:.4}.RegisterPlayer{background:#dedede;padding:10px;border-radius:3px;font-family:Barlow,sans-serif;color:#181818;width:300px}.RegisterPlayer p{font-size:14px;margin:0}.RegisterPlayer__title{color:#181818;font-weight:700;text-transform:uppercase;font-size:28px;text-align:center}.WelcomeForm{margin-top:16px}.WelcomeForm__error{font-size:12px;color:#bd1c1c;display:block;margin:0}.TermsOfUseModal a{color:var(--accent);font-weight:700;text-decoration:none}.TermsOfUseModal a:hover{color:var(--accent-2);font-weight:700;text-decoration:none}.Input{width:100%;padding:16px;box-sizing:border-box;color:#181818;background-color:#fff;border-radius:2px;outline:none;font-family:Barlow,sans-serif;font-size:12px;line-height:14px;margin-top:6px;border:1px solid transparent;-webkit-transition:all .2s;transition:all .2s}.Input:focus{border-color:#870808}.InputLabel{font-size:12px;color:#181818;display:block;margin-bottom:4px;font-weight:400}.InputGroup{margin-bottom:16px}.InputGroup--checkbox{font-size:12px;display:flex;align-items:center;flex-wrap:wrap}.InputGroup--checkbox a{color:var(--accent);text-decoration:underline}.InputGroup--checkbox a:hover{color:var(--accent-2)}.InputGroup--checkbox label{cursor:pointer}.Modal__backdrop{position:fixed;top:0;left:0;z-index:999999;width:100%;height:100%;background:rgba(0,0,0,.6);overflow:auto;display:flex;flex-direction:column;align-items:center;padding:35px 0}.Modal__window{z-index:3;height:auto;width:40%;border-radius:2px;box-shadow:0 4px 8px 0 rgba(0,0,0,.6);opacity:1;background-color:var(--gray-1);text-align:left;color:#fff;margin-bottom:100px}.Modal__title{padding:24px 24px 0;font-size:20px;font-weight:700;color:var(--accent-2);border-bottom:1px solid var(--gray-lighter);display:flex;justify-content:space-between}.Modal__title button{font-size:12px;color:var(--accent-2);font-weight:400;cursor:pointer;background:transparent;padding:0;border:0}.Modal__content{padding:24px}.Votes__subtitle a{color:#870808}.VoteContainer{margin-top:106px}.Votes__title{color:#181818;font-size:28px;font-weight:700;margin:0}.Votes__subtitle,.Votes__title{text-transform:uppercase;text-align:center}.Votes__subtitle{color:#870808;font-weight:400;font-size:14px;margin:12px 0 24px}.Votes{display:flex;justify-content:center;flex-wrap:wrap}.Votes__cta{text-align:center;font-weight:700;color:var(--gray-5);margin-bottom:100px;margin-top:16px;background:var(--gray-1);padding:10px;border-radius:3px}.Votes__cta a{color:var(--accent);text-decoration:none}.Vote-btn{width:25ch;margin:auto}.LogoContainer{height:100vh;flex-direction:row;flex-wrap:wrap}.Logo,.LogoContainer{display:flex;justify-content:center;align-items:center}.Logo{flex:1 1;flex-direction:column;text-transform:uppercase}.Logo h2{font-size:30px;padding:10px 30px}.RulesContainer{flex:1 1;background-color:#ededed;display:flex;justify-content:flex-start}.RulesText{display:inline-flex;flex-direction:column;text-align:justify;margin:30px;max-width:80%;color:#181818}.RulesText h1{font-size:2.4ch}.RulesText h1,.RulesText h2{text-transform:uppercase;margin:0;color:#870808}.RulesText h2{font-size:2ch}.RulesText span{color:#b41a1a}.RulesText p{font-size:1.6ch;margin:0 0 28px}.Rules__GoBack{display:flex;align-items:center;flex-direction:row;text-decoration:none;width:-webkit-min-content;width:-moz-min-content;width:min-content;border:none;margin-top:16px;background-color:#870808;color:#fff}.Rules__GoBack span{color:#fff}.Rules__GoBack svg{margin-right:4px}@media screen and (max-width:820px){.LogoContainer{justify-content:center}.Logo{margin:0}.Logo img{width:60%;height:auto}.Logo h2{font-size:24px}.RulesContainer{flex-basis:100%;justify-content:center}}@media screen and (max-height:768px){.Logo{padding:50px 0 100px}}
/*# sourceMappingURL=main.51642be0.chunk.css.map */