@import url(https://fonts.googleapis.com/css?family=Roboto);:root{--primary-color:#ff2882;--dark-color:#37003c;--light-color:#fff;--danger-color:#d81921;--success-color:#00ff87}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto,sans-serif;font-size:1rem;line-height:1.6;background-color:#fff;color:#333}a{color:#ff2882;color:var(--primary-color);text-decoration:none}span a{color:#333}ul{list-style:none}img{width:100%}#root{display:flex;flex-direction:column;min-height:100vh}.container{min-width:900px;max-width:1100px;margin:auto;padding:0 2rem}.all-center,.text-center{text-align:center}.all-center{display:flex;flex-direction:column;width:100%;margin:auto;justify-content:center;align-items:center}.m{margin:.5rem}.m-1{margin:1rem}.m-2{margin:2rem}.m-3{margin:3rem}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.my{margin:.5rem 0}.my-1{margin:1rem 0}.my-2{margin:2rem 0}.my-3{margin:3rem 0}.p-1{padding:1rem}.p-2{padding:2rem}.py-1{padding:1rem 0}.py-2{padding:2rem 0}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem}.btn{display:inline-block;background:#fff;background:var(--light-color);color:#333;padding:.4rem 1.3rem;font-size:1rem;border:none;cursor:pointer;margin-right:.5rem;-webkit-transition:opacity .2s ease-in;transition:opacity .2s ease-in;outline:none}.btn-link{background:none;padding:0;margin:0}.bg-primary,.btn-primary{background:#ff2882;background:var(--primary-color);color:#fff}.bg-light,.btn-light{background:#fff;background:var(--light-color);color:#333}.bg-dark,.btn-dark{background:#37003c;background:var(--dark-color);color:#fff}.bg-danger,.btn-danger{background:#d81921;background:var(--danger-color);color:#fff}.bg-success,.btn-success{background:#00ff87;background:var(--success-color);color:#fff}.bg-white,.btn-white{background:#fff;color:#333;border:1px solid #ccc}.btn:hover{opacity:.8}.badge-light,.bg-light{border:1px solid #ccc}.round-img{border-radius:50%}input{margin:1.2rem 0}.form-text{display:block;margin-top:.3rem;color:#888}input[type=email],input[type=password],input[type=search],input[type=text],select,textarea{display:block;width:50%;padding:.4rem;font-size:1.2rem;border:1px solid #ccc}input[type=search]{margin:1rem auto}button,input[type=submit]{font:inherit}table td,table th{padding:8px;border:1px solid #333}table th{background:#fff;background:var(--light-color);font-weight:300}.navbar{display:flex;justify-content:space-between;align-items:center;padding:.7rem 2rem;z-index:1;width:100%;opacity:.9}.navbar ul{display:flex;margin-top:1rem}.navbar a{color:#fff;padding:.45rem;margin:0 .25rem}.navbar a:hover{color:#fff;color:var(--light-color)}.pl-logo{max-width:250px}table{text-align:center;width:100%;border:3px solid #333;border-collapse:collapse;background-color:#f0f0f0}.crest-url{max-width:50px;max-height:50px}.team-details{display:flex;align-items:center}.team-name{margin-left:10px;cursor:pointer}.team-name:hover{text-decoration:underline}tbody tr:first-of-type{background-color:#00ff87;background-color:var(--success-color)}tbody tr:nth-of-type(2),tbody tr:nth-of-type(3),tbody tr:nth-of-type(4){background-color:#82ccdd}tbody tr:nth-of-type(5),tbody tr:nth-of-type(6){background-color:#ff1a1a}tbody tr:nth-of-type(18),tbody tr:nth-of-type(19),tbody tr:nth-of-type(20){background-color:#fe0a01}tr:hover{background-color:#e0e0e0}.points{font-weight:700}header{justify-content:space-evenly;height:200px;background-color:#37003c;background-color:var(--dark-color);color:#fff;color:var(--light-color)}.header-div,header{display:flex;align-items:center}.header-div{flex-direction:column;justify-content:center}.header-div>*{margin-bottom:16px}.card{box-shadow:0 4px 8px 0 rgba(0,0,0,.2);border:1px solid rgba(0,0,0,.2);-webkit-transition:.3s;transition:.3s}.card:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.player-card{width:50%}.fixtures-list,.results-list{width:100%}.fixtures-list-item,.results-list-item{display:flex;justify-content:space-evenly;align-items:center;padding:1.5rem;border-top:1px solid silver;border-bottom:1px solid#c0c0c0;font-size:18px;text-align:center;position:relative}.fixtures-list-item-div,.results-list-item-home{position:absolute;left:2rem}.fixtures-list-item-span{font-weight:700}.fixtures-list-item-span,.results-list-item-away{position:absolute;right:2rem}.fixtures-date{padding:2rem 0 2rem 1rem}.results-headings{display:flex;justify-content:space-between}.results-result{font-weight:700;background-color:#37003c;background-color:var(--dark-color);color:#fff;color:var(--light-color);padding:8px;align-self:center}.date-span{margin-left:2px;border-bottom:1px solid #333}footer{margin-top:2rem;width:100%;text-align:center;flex-shrink:0}footer p{padding-bottom:16px;padding-top:16px}footer a{color:#00ff87;color:var(--success-color)}@media (max-width:700px){.hide-sm{display:none}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.x-large{font-size:3rem}.large{font-size:2rem}.lead{font-size:1rem}.navbar{display:block;text-align:center;width:100%}.navbar ul{text-align:center;justify-content:center}.pl-logo{max-width:180px}.container{min-width:280px}table td,table th{padding:5px}.crest-url,.draw-td,.draw-th,.ga-td,.ga-th,.gf-td,.gf-th,.lost-td,.lost-th,.won-td,.won-th{display:none}.team-details{min-height:52px;justify-content:center;align-items:center;text-align:center}.team-name{margin-left:0;text-align:center}header{flex-direction:column;height:100%}header>h1{margin-top:1rem;margin-bottom:1rem;text-align:center}.header-team-info{padding:.5rem;text-align:center}.header-matches-buttons{display:flex;flex-direction:column;align-items:center;margin:1rem 0}.btn{padding:.5rem}.btn-first{margin-bottom:.5rem}.player-card{width:100%}.fixtures-list-item{border:1px solid silver}.fixtures-list-item,.results-list-item{flex-direction:column;justify-content:center;font-size:1rem;padding:1rem}.fixtures-list-item-div,.fixtures-list-item-span,.results-list-item-away,.results-list-item-home{position:relative;left:0;right:0}.fixtures-list-item-div{display:flex;flex-direction:column;align-items:center;margin-bottom:.5rem}.fixtures-date{padding:1rem 0 1rem 1rem;text-align:center;font-size:18px}.results-result{padding:6px;margin-top:.5rem;margin-bottom:.5rem}.results-competition,.results-date{font-size:1rem}.results-container{padding:0;width:315px}footer{width:100%}}
/*# sourceMappingURL=main.88681367.chunk.css.map */