@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{--darkest--blue:#191c27;--dark-blue:#2b3141;--blue:#313848;--lighter-blue:#3d4659;--accent-blue:#5ecbb8;--gray-text:#a6b7ce;font-family:Montserrat,sans-serif;font-size:12px}*{box-sizing:border-box;color:#fff;margin:0;padding:0}h1,h2,h3,h4,p{cursor:default}a,a>h1,a>h2,a>h3,a>h4,button{cursor:pointer}h3{font-size:14px;font-weight:400}body{display:flex;height:100vh;justify-content:center}#root,body{background-color:#191c27;background-color:var(--darkest--blue)}#root{display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr;max-height:100%;max-width:1480px;padding:0 20px;width:1480px}.sidebar{background-color:#2b3141;background-color:var(--dark-blue);border:1px solid #3d4659;border:1px solid var(--lighter-blue);border-radius:2rem;display:flex;flex-direction:column;grid-area:1/1/span 1/span 1;margin:2rem 0;padding:1rem;width:250px}.sidebar>a{text-decoration:none}.sidebar img{border-radius:10px}.app-name{color:#5ecbb8;color:var(--accent-blue);text-align:center}.app-name,form{margin-bottom:3rem}form{display:flex;flex-direction:column;font-size:1.3rem;margin-left:auto;margin-right:auto;width:250px}.edit-sleeper-form{width:100%}form input{border:1px solid #313848;border:1px solid var(--blue);border-radius:10px;color:#191c27;color:var(--darkest--blue);font-size:1.3rem;margin-bottom:1rem;padding:.5rem 1rem;width:100%}form input:focus-visible{outline:1px solid #5ecbb8;outline:1px solid var(--accent-blue)}.delete-no-btn,form>button{align-self:center;background-color:#5ecbb8;background-color:var(--accent-blue);border:none;border-radius:10px;color:#191c27;color:var(--darkest--blue);font-size:1rem;font-weight:700;padding:.75rem 1.5rem;text-transform:uppercase;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.user-info{margin-bottom:1.5rem}.user-info>div{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.user-info>div>div{display:flex;flex-direction:column}.user-setting-container{display:flex}.user-info .user-settings{align-self:center;background-color:#2f414c;border-radius:.75rem;color:#5ecbb8;color:var(--accent-blue);display:inline-block;padding:.5rem 1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.user-info .user-settings:last-child{margin-left:.5rem}.user-info .username{margin-bottom:1rem}.delete-message-container>div{display:flex;justify-content:space-around;margin:1rem 0 2rem}.delete-user-form{margin:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.delete-no-btn,.delete-yes-btn{width:5rem}.league-list{margin-top:1rem}.league{border-radius:10px;margin-bottom:1rem}.league:hover{background-color:#313848;background-color:var(--blue)}.league>a{align-items:center;display:flex;justify-content:space-between;text-decoration:none}.league>a>p,.user-info .username{font-size:1rem;font-weight:700;margin-left:.5rem;margin-right:.5rem;text-align:right}.active-league{background-color:#2f414c}.active-league>a>p,.logout-link{color:#5ecbb8;color:var(--accent-blue)}.logout-link{align-self:center;background-color:#2f414c;border-radius:.75rem;margin-top:2rem;padding:.5rem 1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}main{grid-area:1/2/span 1/span 1;max-height:calc(100vh - 1rem);padding:1rem 0 1rem 2rem;width:100%}.app-info,.registration-info,main{display:flex;flex-direction:column}.app-info,.registration-info{align-items:center;justify-content:center;margin:auto}.app-info>*,.registration-info>*{font-weight:700;margin-bottom:2rem;max-width:500px;text-align:center}.app-info>p,span{color:#5ecbb8;color:var(--accent-blue)}.info-header{align-items:center;display:flex;margin-bottom:1rem}.info-header h2{font-size:2rem;margin-left:2rem}.tab-container{align-items:center;background-color:#2b3141;background-color:var(--dark-blue);border:1px solid #3d4659;border:1px solid var(--lighter-blue);border-radius:2rem;display:flex;flex-direction:column;flex-grow:1;overflow-y:hidden;padding:1rem;width:100%}.page-header{display:flex;margin-bottom:2rem;margin-top:2rem}.page-header>*{background-color:#2f414c;border-radius:.75rem;color:#5ecbb8;color:var(--accent-blue);font-weight:700;margin:0 2rem;padding:.5rem 1rem;text-decoration:none;text-transform:uppercase}.active-tab{background-color:#5ecbb8;background-color:var(--accent-blue);color:#191c27;color:var(--darkest--blue)}.tab{flex-grow:1;overflow-y:scroll;width:100%}::-webkit-scrollbar{width:7px}::-webkit-scrollbar-track{background:#2b3141;background:var(--dark-blue)}::-webkit-scrollbar-thumb{background:#5ecbb8;background:var(--accent-blue);border-radius:10px}.matchup-summary{display:grid;grid-template-columns:50% 50%}.matchup-summary>*,.player-summary{background-color:#313848;background-color:var(--blue);border-radius:1rem;display:flex;flex-direction:column;padding:.5rem}.matchup-summary>*{height:120px;justify-content:center}.user-matchup-summary{margin-right:.5rem}.opponent-matchup-summary{margin-left:.5rem}.matchup-summary .top-row{align-items:flex-end;border-bottom:5px solid #3d4659;border-bottom:5px solid var(--lighter-blue);display:flex;justify-content:flex-start;margin-bottom:.5rem}.matchup-summary img,.team-tab-user-info img{border:2px solid #5ecbb8;border:2px solid var(--accent-blue);border-radius:100%;height:45px;width:45px}.matchup-summary .name-info,.team-tab-user-info .name-info{display:flex;flex-direction:column}.team-tab-user-info .name-info,.user-matchup-summary .name-info{margin-left:1rem;margin-right:auto}.opponent-matchup-summary .name-info{align-items:flex-end;margin-left:auto;margin-right:1rem}.name-info .username{font-size:12px;font-weight:400;margin-bottom:1rem}.name-info .team-name,.top-row .current-points{font-weight:700}.matchup-summary .bottom-row{display:flex;justify-content:space-between}.opponent-matchup-summary .bottom-row{flex-direction:row-reverse}.matchup-details{display:grid;grid-template-columns:50% 0 50%;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}.user-matchup-details{grid-area:1/1/span 2/span 1;margin-right:.5rem}.matchup-details .starter-positions{grid-area:1/2/span 1/span 1;margin-left:-27.5px;margin-top:1rem;z-index:10}.matchup-details .bench-positions .position-label h3,.matchup-details .starter-positions .position-label h3{background-color:#191c27;background-color:var(--darkest--blue);border-radius:1000px;padding:1rem}.matchup-details .bench-positions{grid-area:2/2/span 1/span 1;margin-bottom:50px;margin-left:-27.5px;margin-top:75px;z-index:10}.opponent-matchup-details{grid-area:1/3/span 2/span 1;margin-left:.5rem}.IR-positions,.all-IR,.all-bench,.all-starters,.bench-positions,.opponent-bench,.starter-positions,.user-IR,.user-bench{grid-gap:1.5rem;display:grid;gap:1.5rem}.opponent-bench>h2,.opponent-starters>h2,.user-IR>h2,.user-bench>h2,.user-starters>h2{margin-top:3rem}.opponent-bench>h2,.opponent-starters>h2{color:#2b3141;color:var(--dark-blue)}.player-summary{height:90px}.user-bench .top-row,.user-matchup-summary .top-row,.user-starters .top-row{flex-direction:row}.opponent-bench .top-row,.opponent-matchup-summary .top-row,.opponent-starters .top-row{flex-direction:row-reverse}.player-summary>.top-row{align-items:baseline;border-bottom:5px solid #3d4659;border-bottom:5px solid var(--lighter-blue);display:flex;justify-content:flex-start;margin-bottom:.5rem;position:relative}.player-img{height:32px;width:42px}.player-team-logo{height:16px;position:absolute;top:16px;width:16px;z-index:10}.all-IR .player-team-logo,.all-bench .player-team-logo,.all-starters .player-team-logo,.user-matchup-details .player-team-logo{left:26px}.opponent-matchup-details .player-team-logo{left:auto;right:26px}.all-IR .player-name,.all-bench .player-name,.all-starters .player-name,.user-matchup-details .player-name{margin-left:1rem}.opponent-matchup-details .player-name{margin-right:1rem}.name-info .username,.player-pos-team,.team-record{color:#a6b7ce;color:var(--gray-text)}.all-IR .player-pos-team,.all-bench .player-pos-team,.all-starters .player-pos-team,.user-matchup-details .player-pos-team{margin-left:1rem}.opponent-matchup-details .player-pos-team{margin-right:1rem}.player-current-points{font-weight:700;justify-self:flex-end}.all-IR .player-current-points,.all-bench .player-current-points,.all-starters .player-current-points,.user-matchup-details .player-current-points{margin-left:auto}.opponent-matchup-details .player-current-points{margin-left:0;margin-right:auto}.player-summary>.bottom-row{display:flex}.user-matchup-details .bottom-row{flex-direction:row}.opponent-matchup-details .bottom-row{flex-direction:row-reverse}.player-stats{overflow-wrap:normal}.all-IR .player-stats,.all-bench .player-stats,.all-starters .player-stats,.user-matchup-details .player-stats{margin-right:2rem}.opponent-matchup-details .player-stats{margin-left:2rem;margin-right:0}.player-projected-points,.projected-points{color:#a6b7ce;color:var(--gray-text);justify-self:flex-end}.all-IR .player-projected-points,.all-bench .player-projected-points,.all-starters .player-projected-points,.user-matchup-details .player-projected-points{margin-left:auto}.opponent-matchup-details .player-projected-points{margin-left:0;margin-right:auto}.red-points{color:#ea436f}.green-points{color:#5ecbb8}.team-tab-user-info{align-items:center;display:flex}.IR-containers,.bench-containers,.starter-containers{display:grid;grid-template-columns:100px 1fr}.position-label{align-items:center;display:flex;height:90px;justify-content:center}.position-label h3{background-color:#313848;background-color:var(--blue);border-radius:1rem;font-size:12px;font-weight:700;padding:1rem 2rem}.QB-label{color:#ea436f}.RB-label{color:#5ecbb8;color:var(--accent-blue)}.WR-label{color:#6da5f9}.TE-label{color:#f4b267}.FLEX-label{color:#ff00f2}.K-label{color:#b26af7}.DEF-label{color:#a6b7ce;color:var(--gray-text)}.IR-label{color:#ea436f}.empty-IR{align-items:center;display:flex;height:90px;justify-content:left;padding-left:2rem}.league-tab h2{margin-bottom:3rem}.matchup-list>*{margin-bottom:1.5rem}.matchup-list>.matchup-summary:last-child{margin-bottom:0}
/*# sourceMappingURL=main.d7d09ffc.css.map*/