@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap);@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@500&family=Roboto&display=swap);.home-page{background-color:var(--primary-color);color:var(--text-light);display:flex;flex-direction:column;font-family:Roboto;height:100vh;position:relative;width:100%}.home-page span{color:var(--secondary-color);text-decoration:underline}.home-page .home-content{background-color:var(--secondary-color);display:flex;height:calc(50vh - 65px);padding:var(--padding)}.home-page .home-content .mobile{display:none}.home-page .left{height:100%;position:relative;width:50%}.home-page .left .title{display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.home-page .left .title .home-text{position:relative;width:100%}.home-page .left .title .home-text h1{font-family:var(--primaryFont);font-size:3.4rem;line-height:4.5rem;margin-bottom:.5rem;text-transform:uppercase}.home-page .left .title .home-text p{font-family:var(--secondaryFont);font-size:1.4rem;font-weight:lighter}.home-page .left .title .btns{align-items:center;display:flex;gap:3rem;margin-top:2rem}.home-page .left .title .btns .register-btn{background-color:var(--lighter-primary);border-radius:7px;color:#fff;cursor:pointer;font-size:1rem;font-weight:lighter;padding:10px 20px;transition:all .2s ease-in-out}.home-page .right{align-items:center;display:flex;flex-direction:column;gap:1.4rem;height:100%;justify-content:center;position:relative;width:50%}.home-page .right .first{margin-right:auto}.home-page .right .second{margin-left:auto}.home-page .right .demo-bar{background-color:var(--lighter-primary);border-radius:8px;box-shadow:0 3px 8px rgba(0,0,0,.24);color:var(--text-light);display:flex;height:65px;justify-content:space-between;position:relative;width:100%}.home-page .right .demo-bar .demo-bar-content{background-color:var(--lighter-primary);display:flex;flex-shrink:0;height:100%;position:absolute;width:100%}.home-page .right .demo-bar .vegas-odds{align-items:center;display:flex;font-size:1.3rem;justify-content:space-evenly;width:60%}.home-page .right .demo-bar .away,.home-page .right .demo-bar .home{align-items:center;display:flex;justify-content:center;width:45%}.home-page .right .demo-bar .away img,.home-page .right .demo-bar .home img{max-width:50px}.video-container-home{align-items:center;background-color:var(--secondary-color);display:flex;flex-direction:column;font-family:Roboto;gap:1rem;height:50vh;margin:0 auto;padding:var(--padding);position:relative;width:100%}.video-container-home .carousel{height:100%;position:relative;width:100%}.video-container-home .carousel .video-box{display:flex;flex-direction:column;height:auto;margin:0 1rem;max-width:400px;position:relative}.video-container-home .carousel .video-box video{box-shadow:0 3px 8px rgba(0,0,0,.24);max-width:100%}.video-container-home .carousel .video-box .video-text{height:115px}.video-container-home .carousel .video-box .video-text .headline{font-weight:700;padding:.25rem .5rem}.video-container-home .carousel .video-box .video-text .description{border-bottom-left-radius:4px;border-bottom-right-radius:4px;padding:.6rem .5rem .25rem}.video-container-home h1{text-align:left;width:100%}.video-container-home .videos{display:flex;gap:2rem;overflow-x:scroll;width:100%}.video-container-home .videos::-webkit-scrollbar{display:none}@media only screen and (max-width:1600px){.home-page .guest-login{margin-top:4rem}.home-page .title{width:90%}.home-page .title .home-text{max-width:95%}.home-page .title .home-text h1{font-size:3.3rem;line-height:3.3rem}.home-page .title .home-text p{font-size:1.8rem;line-height:1.8rem}.home-page .title .btn-container-home{display:flex;flex-direction:column;gap:1rem;width:100%}.home-page .title .btn-container-home .btn{align-items:center;display:flex;justify-content:center;margin-top:1rem;width:300px}}@media only screen and (max-width:856px){.home-page{display:flex;flex-direction:column;height:100%;padding:0;width:100%}.home-page .home-content{display:flex;flex-direction:column;height:auto;padding-top:1rem}.home-page .left{width:100%}.home-page .left .title{padding:1rem;text-align:center;width:100}.home-page .left .title .home-text{width:100%}.home-page .left .title .home-text h1{font-size:2.8rem;line-height:3.3rem;margin-bottom:1rem}.home-page .left .title .home-text p{font-family:var(--secondaryFont);font-size:1.2rem;line-height:1.6rem}.home-page .left .title .btns{display:flex;flex-direction:column;gap:.5rem;justify-content:center}.home-page .left .title .btns .register-btn{background-color:var(--lighter-primary);border-radius:7px;color:#fff;font-weight:lighter}.home-page .left .title .btns .mobile{display:flex}.home-page .right{width:100%}.home-page .right .first,.home-page .right .second{margin:0 auto;width:100%}.video-container-home{height:100%;padding:2rem 1rem 1rem;width:100%}.video-container-home .highlights-title{text-align:center}.video-container-home .videos{align-items:center;flex-direction:column;height:auto;margin-top:1rem;width:100%}.video-container-home .videos .video-box{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:300px}.video-container-home .videos .video-box .headline{margin-bottom:.5rem;width:100%}.video-container-home .videos .video-box video{margin-bottom:.5rem}}.error-message{background-color:#f8d7da;border-radius:4px;color:#9d1c24;display:flex;margin:1rem auto 0;padding:.7rem;width:100%}.error-message p{width:100%}.error-message .clear-btn{margin-left:auto;width:auto}.auth-form-login,.auth-form-register{background-color:#fff;border-radius:4px;bottom:0;box-shadow:var(--box-shadow);color:var(--lighter-primary);font-family:Roboto,sans-serif;height:80vh;padding:1rem;position:absolute;top:0;-webkit-transform:translateY(10%);transform:translateY(10%);width:60vh}.auth-form-login .close-modal,.auth-form-register .close-modal{cursor:pointer;position:absolute;right:1rem;top:1rem}.auth-form-login h2,.auth-form-register h2{font-size:2rem;margin:0 auto;width:100%}.auth-form-login .submit-btn,.auth-form-register .submit-btn{align-items:center;background-color:#000;background:var(--secondary-color);border-radius:4px;color:#fff;color:var(--primary-color);display:flex;display:block;font-family:var(--secondaryFont);font-weight:lighter;height:45px;justify-content:center;margin-bottom:1rem;margin-top:2rem;padding:10px 30px;position:relative}.auth-form-login .submit-btn:hover,.auth-form-register .submit-btn:hover{box-shadow:var(--box-shadow)}.auth-form-login .login-link,.auth-form-register .login-link{position:relative;text-align:center;top:30px}.auth-form-login .form-inputs,.auth-form-register .form-inputs{margin-top:1rem;width:100%}.auth-form-login button,.auth-form-register button{width:100%}.auth-form-login .register-link,.auth-form-register .register-link{align-items:center;display:flex;gap:.5rem;height:50px;justify-content:center;text-align:center}.auth-form-login .register-link span,.auth-form-register .register-link span{color:var(--secondary-color);cursor:pointer}@media only screen and (max-width:856px){.auth-form-login,.auth-form-register{height:auto;position:absolute;top:0;-webkit-transform:none;transform:none;width:100vw}.auth-form-login h2,.auth-form-register h2{font-family:Oswald;font-size:2rem;width:100%}}.login-page,.register-page{align-items:center;display:flex;height:100vh;justify-content:center;max-width:100%;position:absolute;position:fixed;top:0;width:100vw}.login-page .register-overlay,.register-page .register-overlay{background-color:#000;height:100vh;left:0;max-width:100%;opacity:.8;position:absolute;top:0;width:100vw}@media only screen and (max-width:856px){.login-page,.register-page{display:flex;height:100vh;width:100%}}.demo-login-page input,.demo-login-page label{display:none}.demo-login-page .demo-submit-btn{align-items:center;color:var(--text-color);display:flex;height:40px;position:relative;text-decoration:underline}.demo-login-page .demo-submit-btn .right-arrow{color:var(--lighter-primary);font-weight:bolder;height:100%;margin-left:.5rem}@media only screen and (max-width:856px){.demo-submit-btn{font-size:1.2rem;gap:1rem}}.home-nav{align-items:center;background-color:var(--lighter-primary);color:var(--text-light);display:flex;font-family:var(--secondaryFont);font-family:Roboto;height:65px;max-width:100%;padding:var(--padding);position:relative;width:100vw}.home-nav .hide,.home-nav .team-dropdown{background-color:#fff;border-bottom-left-radius:6px;border-bottom-right-radius:6px;box-shadow:0 7px 10px 0 hsla(240,5%,41%,.2);display:grid;grid-template-columns:repeat(3,1fr);opacity:1;padding:1rem;position:absolute;top:30px;transition:all .3s ease-in-out;z-index:9999}.home-nav .hide .option,.home-nav .team-dropdown .option{align-items:center;color:#000;cursor:pointer;display:flex;font-size:1rem;gap:1rem;padding:.5rem 0;text-decoration:none;width:270px}.home-nav .hide .option img,.home-nav .team-dropdown .option img{max-width:40px}.home-nav .hide .option:hover,.home-nav .team-dropdown .option:hover{background-color:#efefef;cursor:pointer}.home-nav .hide{opacity:0;transition-delay:1s,.25s;transition:all .36s ease-in-out;visibility:hidden;z-index:-100}.home-nav .user-sub-nav{padding:var(--padding);position:absolute;top:6rem}.home-nav .desktop-links{display:block}.home-nav .brand,.home-nav .user-info{align-items:center;display:flex;font-size:1rem;gap:1rem;height:100%;width:auto}.home-nav .brand a,.home-nav .user-info a{font-size:1.4rem;width:160px}.home-nav .brand .login,.home-nav .brand .register,.home-nav .user-info .login,.home-nav .user-info .register{align-items:center;background-color:var(--accent);border-radius:5px;color:var(--text-color);cursor:pointer;display:flex;height:35px;padding:4px 20px}.home-nav .brand .register:hover,.home-nav .user-info .register:hover{background-color:#1a9b49}.home-nav .brand .login,.home-nav .user-info .login{background-color:var(--secondary-color)}.home-nav .brand .login:hover,.home-nav .user-info .login:hover{background-color:#127ddb}.home-nav .mobile-user{align-items:center;display:flex;display:none;font-size:1.4rem;justify-content:center;margin-left:auto;padding-right:1rem}.home-nav .dropdown{background-color:#fff;box-shadow:0 7px 10px 0 hsla(240,5%,41%,.2);display:none;left:0;position:relative;top:0;transition:all .1s ease-in-out;width:100vw;z-index:9999}.home-nav .dropdown .mobile-links ul{display:flex;flex-direction:column;font-size:1rem;height:100%;justify-content:center}.home-nav .dropdown .mobile-links ul a{align-items:center;display:flex;font-weight:lighter;height:60px;padding-left:2rem}.home-nav .dropdown .mobile-links ul a:hover{background-color:#f7f8fa}.home-nav .dropdown .mobile-links ul .last{border-bottom:1px solid #d3d3d3}.home-nav .hide{display:none}.home-nav .desktop-links,.home-nav .nav-links{height:100%;justify-content:flex-start;position:relative;width:100%}.home-nav .desktop-links li,.home-nav .desktop-links ul,.home-nav .nav-links li,.home-nav .nav-links ul{align-items:center;display:flex;font-weight:300;height:100%}.home-nav .desktop-links ul,.home-nav .nav-links ul{gap:1rem;position:relative}.home-nav .user-info{align-items:center;display:flex;justify-content:flex-end}.home-nav .user-info .mobile-user{display:none}.home-nav .user-info .down-arrow{margin-left:.5rem}.home-nav .user-info p{align-items:center;background-color:var(--accent);border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;height:40px;margin-left:auto;padding:.5rem .75rem;text-transform:uppercase;width:auto}.home-nav .user-info p:hover{background-color:#1a9b49}.home-nav .user-info .burger{cursor:pointer;font-size:1.5rem;margin-left:auto;margin-right:2rem}.home-nav .user-info .mobile-burger{display:none}.sub-nav{align-items:center;background-color:#024;display:flex;display:none;height:50px;padding:var(--padding);width:100%}@media only screen and (max-width:856px){.home-nav{align-items:center;padding:2rem 1rem;position:relative}.home-nav .user-sub-nav{padding:1rem 2rem;right:0;width:100%}.home-nav .brand{margin-left:1rem;width:45%}.home-nav .mobile-user{display:block}.home-nav .desktop-links{display:none}.home-nav .nav-links{display:block}.home-nav .dropdown{background-color:var(--lighter-primary);box-shadow:0 7px 10px 0 hsla(240,5%,41%,.2);display:block;position:relative;position:absolute;top:65px;transition:all .1s ease-in-out;width:100vw;z-index:9999}.home-nav .dropdown .mobile-links{color:#fff;display:block;padding:0}.home-nav .dropdown .mobile-links ul{display:flex;flex-direction:column;font-size:1rem;gap:0;height:100%}.home-nav .dropdown .mobile-links ul a,.home-nav .dropdown .mobile-links ul p{align-items:center;border-top:1px solid var(--secondary-color);display:flex;font-weight:lighter;height:60px;padding-left:2rem}.home-nav .dropdown .mobile-links ul a:hover,.home-nav .dropdown .mobile-links ul p:hover{background-color:var(--secondary-color)}.home-nav .dropdown .mobile-links ul p:last-child{background-color:var(--accent)}.home-nav .dropdown .mobile-links ul .last{border-bottom:1px solid var(--secondary-color)}.home-nav .user-info{display:none;height:100%;justify-content:center;margin-left:auto;margin-right:1rem;width:50%}.home-nav .user-info .mobile-burger{align-items:center;display:block;display:flex;font-size:1.4rem;justify-content:center}.home-nav .user-info .mobile-user{color:red;display:block}.home-nav .user-info .desktop-user{display:none}.home-nav .user-info p{font-size:.8rem;margin-left:auto}.home-nav .user-info .register{background-color:var(--secondary-color);border-radius:7px;color:#fff;font-weight:lighter;padding:4px 15px}.home-nav .user-info .register:hover{background-color:#fff;color:var(--secondary-color);font-weight:700;outline:1px solid var(--secondary-color);transition:all .2s ease-in-out}}.user-sub-nav{display:flex;height:200px;position:absolute;right:0;width:100vw;z-index:9999}.user-sub-nav .user-box-contents{background-color:#fff;border-radius:5px;color:var(--secondary-color);display:flex;flex-direction:column;margin-left:auto;padding:1rem;position:relative;width:380px}.user-sub-nav .user-box-contents .user-box-top{align-items:center;border-bottom:1px solid #d3d3d3;display:flex;font-family:var(--primaryFont);font-size:1.2rem;justify-content:space-between;width:100%}.user-sub-nav .user-box-contents .user-box-top img{max-width:50px}.user-sub-nav .user-box-contents .user-links{border-bottom:1px solid #d3d3d3}.user-sub-nav .user-box-contents .user-links a{font-weight:lighter}.user-sub-nav .user-box-contents .user-controls,.user-sub-nav .user-box-contents .user-links{align-items:center;color:var(--secondary-color);display:flex;gap:1rem;height:50px;width:100%}.user-sub-nav .user-box-contents .user-controls p,.user-sub-nav .user-box-contents .user-links p{cursor:pointer}.make-picks-page{height:100vh;overflow-y:auto;position:relative;width:100vw}.make-picks-page .make-picks-content{align-items:center;display:flex;flex-direction:column;height:auto;padding-bottom:15%;width:100%}.make-picks-page .make-picks-content .popup{height:100vh;position:absolute;width:100vw}.make-picks-page .make-picks-content .instructions{height:auto;height:50%;margin-bottom:2rem;margin-top:2rem;padding:1rem;position:relative;width:80%}.make-picks-page .make-picks-content .games-container{display:flex;flex-direction:column;height:auto;justify-content:center;overflow-y:auto;position:relative;width:80%}.make-picks-page .make-picks-content .games-container input{display:none}.make-picks-page .make-picks-content .games-container .games-box{display:flex;font-family:Roboto,sans-serif;height:auto;width:100%}.make-picks-page .make-picks-content .games-container .games-box .game{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem;width:100%}.make-picks-page .make-picks-content .games-container .games-box .game .box{align-items:center;background-color:var(--lighter-primary);border-radius:5px;box-shadow:0 2px 4px 0 rgba(0,0,0,.2);color:#fff;cursor:pointer;display:flex;height:70px;padding:1rem;width:40%}.make-picks-page .make-picks-content .games-container .games-box .game .box:hover{box-shadow:none;transition:all .1s ease-in-out}.make-picks-page .make-picks-content .games-container .games-box .game .highlight{background:#ffa;color:#000}.make-picks-page .make-picks-content .games-container .games-box .game .no-pick{background-color:#e2e2e4}.make-picks-page .make-picks-content .games-container .games-box .game .no-pick:hover{cursor:not-allowed}.make-picks-page .make-picks-content .games-container .games-box .game .logo{align-items:center;display:flex;height:100%;justify-content:center;margin-right:1rem;width:20%}.make-picks-page .make-picks-content .games-container .games-box .game .logo .team-logo{max-width:50px}.make-picks-page .make-picks-content .games-container .games-box .game .abbr{display:none}.make-picks-page .make-picks-content .games-container .games-box .game .team-id{height:100%;width:55%}.make-picks-page .make-picks-content .games-container .games-box .game .team-id p{font-size:.9rem}.make-picks-page .make-picks-content .games-container .btn-container{display:flex;justify-content:center;margin-top:1rem;width:100%}.make-picks-page .make-picks-content .games-container .btn-container .add-btn{align-items:center;background-color:var(--accent);border-radius:5px;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:1.5rem;height:50px;justify-content:center;width:25%}.make-picks-page .make-picks-content .games-container .btn-container .add-btn:hover{background-color:#1a9b49}@media only screen and (max-width:856px){.make-picks-page{flex-direction:column}.make-picks-page .make-picks-content,.make-picks-page .make-picks-content .instructions{width:100%}.make-picks-page .make-picks-content .games-container{height:100%;justify-content:flex-start;padding:1rem;width:100%;z-index:9998}.make-picks-page .make-picks-content .games-container .btn-container button{min-width:100%}.make-picks-page .make-picks-content .games-container .games-box .game{justify-content:space-between;padding:1rem 0}.make-picks-page .make-picks-content .games-container .games-box .box{justify-content:center;width:50%}.make-picks-page .make-picks-content .games-container .games-box .box .home-away,.make-picks-page .make-picks-content .games-container .games-box .box .record{display:none}.make-picks-page .make-picks-content .games-container .games-box .box .team-id{align-items:center;display:flex;max-width:40%}.make-picks-page .make-picks-content .games-container .games-box .box .logo{min-width:40%}.make-picks-page .make-picks-content .games-container .games-box .box .logo img{min-width:50px}.make-picks-page .make-picks-content .games-container .games-box .no-pick .team-id{display:none}.make-picks-page .make-picks-content .games-container .games-box .no-pick .abbr{display:block}.make-picks-page .make-picks-content .games-container .games-box .game-info{font-size:.7rem;text-align:center}}.instructions-content{align-items:flex-start;display:flex;flex-direction:column;height:100%;width:100%}.instructions-content .content-date{align-items:center;display:flex;font-family:Oswald,sans-serif;font-size:2rem;margin-bottom:2rem;width:50%}.instructions-content .instructions-text{display:flex;flex-direction:column;font-family:Roboto;gap:1rem;width:50%}.instructions-content .instructions-text p{font-size:1.2rem;text-align:left}@media only screen and (max-width:856px){.instructions-content .content-date{font-size:2rem;width:100%}.instructions-content .content-date span{font-size:3.2rem}.instructions-content .instructions-text{width:100%}.instructions-content .instructions-text p{font-family:Roboto,sans-serif;font-size:1rem}}.overlay{background-color:#000;height:100vh;left:0;opacity:.6;position:absolute;top:-65px;width:100vw}.popup-container{background-color:var(--lighter-primary);border-radius:3px;box-shadow:0 2px 2px 2px rgba(0,0,0,.2);font-family:var(--secondaryFont);height:70vh;left:0;padding:2rem;position:absolute;right:0;-webkit-transform:translate(50%,15%);transform:translate(50%,15%);width:50vw;z-index:9999}.popup-container,.popup-container .chosen-picks{display:flex;flex-direction:column;justify-content:center}.popup-container .chosen-picks{align-items:center;height:100%;width:100%}.popup-container .chosen-picks p{font-size:1.2rem}.popup-container .chosen-picks .popup-logo{max-width:100px}.popup-container .btn-container-popup{align-items:center;display:flex;gap:1rem;height:75px;justify-content:space-evenly;width:100%}.popup-container .btn-container-popup .edit-btn,.popup-container .btn-container-popup .save-btn{background-color:var(--secondary-color);border-radius:5px;height:50px;width:50%}.popup-container .btn-container-popup .edit-btn:hover,.popup-container .btn-container-popup .save-btn:hover{background-color:#127ddb}.popup-container .btn-container-popup .save-btn{align-items:center;background-color:var(--accent);display:flex;justify-content:center}.popup-container .btn-container-popup .save-btn:hover{background-color:#1a9b49}@media only screen and (max-width:856px){.popup-container{height:70vh;left:0;top:1vh;-webkit-transform:none;transform:none;width:100%}.popup-container .popup-content{width:100%}.popup-container .popup-content .chosen-picks{display:flex;gap:1rem;justify-content:flex-start;margin:2rem 0;overflow-x:scroll}.popup-container .popup-content .chosen-picks .popup-logo{max-width:60px}.popup-container .popup-content .mobile-info{align-items:center;display:block;display:flex;gap:1rem;height:50px}.popup-container .btn-container-popup{gap:1rem;height:60px}.popup-container .btn-container-popup .edit-btn,.popup-container .btn-container-popup .save-btn{background-color:var(--secondary-color);border-radius:5px;height:100%;width:50%}.popup-container .btn-container-popup .save-btn{align-items:center;background-color:var(--accent);display:flex;justify-content:center}}.show-picks{display:flex;flex-direction:column;padding:0 20rem;width:100%}.show-picks .info-text{height:30%}.show-picks .info-text h1{font-family:Oswald,sans-serif;font-size:3rem;margin-bottom:1rem}.show-picks .info-text p{font-family:Roboto,sans-serif;font-size:1.4rem;margin-bottom:1rem}.show-picks .labels{display:flex;font-family:Roboto,sans-serif;font-size:1.2rem;padding:0 1rem}.show-picks .labels .l-entry{width:20%}.show-picks .labels .l-picks{text-align:center;width:60%}.show-picks .labels .l-delete{margin-left:auto;text-align:center;width:20%;width:100px}.show-picks .picks-container{align-items:center;background-color:#f7f8fa;border-radius:10px;display:flex;font-family:Roboto,sans-serif;margin-top:1rem;padding:1rem;position:relative}.show-picks .picks-container .entry-status{width:20%}.show-picks .picks-container .picks{display:flex;justify-content:center;width:60%}.show-picks .picks-container .picks .pick{align-items:center;display:flex;justify-content:center}.show-picks .picks-container .picks .pick .logo{margin:0 .3rem;width:45px}.show-picks .picks-container .delete-picks{align-items:center;display:flex;justify-content:flex-end;width:20%}.show-picks .picks-container .delete-picks .delete-btn{align-items:center;background-color:#ef4056;background-color:var(--danger-color);border:none;border-radius:4px;box-shadow:0 10px 20px rgba(0,0,0,.1),0 6px 6px rgba(0,0,0,.03);box-shadow:var(--box-shadow);color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:lighter;justify-content:center;padding:10px 30px;width:100px}.show-picks .picks-container .delete-picks .delete-btn:hover{box-shadow:none;transition:all .1s ease-in-out}.show-picks .text{margin-top:2rem}.show-picks .text h1{font-family:Oswald,sans-serif;font-size:2.3rem;padding-bottom:1rem}.show-picks .text .news-container{display:flex;gap:1rem;overflow-x:auto;overflow-y:hidden}.show-picks .text .news-container::-webkit-scrollbar{display:none}.show-picks .text .news-container .news-box{border:1px solid #d3d3d3;border-radius:5px;display:flex;flex-direction:column;height:250px;position:relative;width:350px}.show-picks .text .news-container .news-box .img-wrapper{height:121px;overflow-y:hidden;position:relative}.show-picks .text .news-container .news-box .img-wrapper img{max-width:250px}.show-picks .text .news-container .news-box .news-text .headline{font-family:Roboto,sans-serif;padding:1rem .5rem 0}.show-picks .text .news-container .news-box .news-text a{bottom:.25rem;font-family:Roboto,sans-serif;font-size:.8rem;left:.5rem;position:absolute;text-transform:uppercase}.show-picks footer{bottom:10px;font-family:Roboto,sans-serif;font-size:.7rem;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;text-align:center;width:300px}@media only screen and (max-width:1600px){.show-picks{padding:0 8rem}}@media only screen and (max-width:856px){.show-picks{padding:0 2rem}.show-picks .labels{display:none}.show-picks .picks-container{display:flex;flex-direction:column;justify-content:space-evenly;padding:1rem}.show-picks .picks-container .entry-status{width:100%}.show-picks .picks-container .picks{justify-content:flex-start;margin:1rem 0;overflow-x:scroll;width:100%}.show-picks .picks-container .picks img{max-width:40px}.show-picks .picks-container .delete-picks{display:flex;justify-content:flex-start;width:100%}.show-picks .picks-container .delete-picks button{margin-right:auto}}.picks-page{background-color:var(--secondary-color);color:#fff;overflow:hidden}.picks-page,.picks-page .content{height:100vh;position:relative;width:100vw}.picks-page .content .no-user-msg{font-family:Roboto;margin-top:4rem;width:100%}.picks-page .content .no-user-msg p{color:#fff;font-size:2rem;text-align:center;text-transform:uppercase}.pool{background-color:var(--secondary-color);color:#fff;font-family:Roboto,sans-serif;padding:2rem 20rem}.pool .no-user-msg{margin-top:4rem;width:100%}.pool .no-user-msg p{color:var(--secondary-color);font-size:2rem;text-align:center;text-transform:uppercase}.pool .label-container{display:flex;margin-bottom:1rem}.pool .label-container .labels{display:flex;justify-content:space-between;width:100%}.pool .label-container .labels .name-label{align-items:center;display:flex;width:200px}.pool .label-container .labels .record-label{align-items:center;display:flex;justify-content:center;justify-content:flex-end;width:200px}.pool .label-container .labels .matchups{display:flex;width:100%}.pool .label-container .labels .matchups .label-box{align-items:center;display:flex;flex-direction:column;width:100%}.pool .label-container .labels .matchups .label-box p{margin:.1rem 0}.pool .label-container .labels .matchups .label-box .score{font-size:.8rem;font-weight:700}.pool .label-container .labels .matchups .label-box .losing,.pool .label-container .labels .matchups .label-box .winner{color:var(--text-color)}.pool .all-picks{display:flex;flex-direction:column;gap:1rem}.pool .all-picks .user-pick-box{align-items:center;display:flex;gap:1rem;height:50px;justify-content:space-between;width:100%}.pool .all-picks .user-pick-box .user{display:flex;justify-content:center;position:relative;width:200px}.pool .all-picks .user-pick-box .user .user-email{display:flex;width:100%}.pool .all-picks .user-pick-box .user .verified{margin-left:.2rem;max-width:20px}.pool .all-picks .user-pick-box .user .record{align-items:center;display:flex;font-size:1.5rem;justify-content:center;justify-content:flex-end;width:100%}.pool .all-picks .user-pick-box .user-pick{align-items:center;display:flex;gap:.5rem;width:100%}.pool .all-picks .user-pick-box .user-pick .winner{align-items:center;background-color:var(--accent);border-radius:4px;box-shadow:var(--box-shadow);display:flex;flex-direction:column;justify-content:center;width:55px;width:100%}.pool .all-picks .user-pick-box .user-pick .winner img{width:45px}.pool .all-picks .user-pick-box .user-pick .loser{align-items:center;background-color:#f02323;border-radius:4px;box-shadow:var(--box-shadow);display:flex;flex-direction:column;justify-content:center;width:55px;width:100%}.pool .all-picks .user-pick-box .user-pick .loser img{width:45px}.pool .all-picks .user-pick-box .user-pick .picked-logo{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.pool .all-picks .user-pick-box .user-pick .picked-logo img{width:45px}@media only screen and (max-width:1600px){.pool{padding:8rem}}@media only screen and (max-width:856px){.pool{overflow-x:auto;padding:2rem}.pool .all-picks,.pool .label-container{width:1000px}}:root{--primary-color:#f0f3f8;--secondary-color:#1493ff;--lighter-primary:#1f375b;--accent:#1aac50;--box-shadow:0 10px 20px rgba(0,0,0,.1),0 6px 6px rgba(0,0,0,.03);--text-dark:#1381e0;--text-light:#fff;--danger-color:#ef4056;--black:#1e1e1e;--primaryFont:"Oswald",sans-serif;--secondaryFont:"Roboto",sans-serif;--padding:0rem 20rem;--white:#fff}@media (max-width:1700px){:root{--padding:0rem 10rem}}@media (max-width:1400px){:root{--padding:0rem 7rem}}@media (max-width:1140px){:root{--padding:0rem 4rem}}@media (max-width:970px){:root{--padding:0rem 2rem}}.form input,.form label,.form textarea{display:block}.form label{font-size:1rem;margin-bottom:.5rem}.form input,.form textarea{background:#f0f3f8;background:var(--primary-color);border-radius:2px;height:45px;margin-bottom:1rem;padding:.3rem .5rem;width:100%}.form textarea{height:70%;margin-bottom:2rem;resize:none}*{box-sizing:border-box;margin:0;padding:0}html{background-color:#1493ff;background-color:var(--secondary-color)}.App{height:100vh;position:relative;width:100vw}@media only screen and (max-width:900px){.App{padding:0}}button{background:unset;border:unset;cursor:pointer;font:unset}a,button{color:unset}a{color:var(--link-color);text-decoration:unset}input,textarea{background:unset;border:1px solid #d3d3d3;color:unset;font:unset}
/*# sourceMappingURL=main.cb84ee54.css.map*/