/* Version 1.1 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;500;700&display=swap");
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 56.25%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 100%; } }

body {
  box-sizing: border-box;
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #111; }

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2rem; }

p {
  font-size: 1.4rem; }

.container {
  border: solid 0px blue;
  position: relative;
  padding: 1rem;
  color: #111; }
  .container__fixtures-table {
    padding: 1rem;
    width: 50%; }
    @media only screen and (max-width: 56.25em) {
      .container__fixtures-table {
        width: 100%; } }
  .container__flex-space {
    display: flex;
    width: 100%;
    justify-content: space-between; }
  .container__flex {
    display: flex; }
  .container__rules {
    padding: 1rem;
    width: 50%; }
    @media only screen and (max-width: 56.25em) {
      .container__rules {
        width: 100%; } }

.bgc-off-white {
  background-color: whitesmoke;
  background-color: #e9ecef; }

#page-container {
  position: relative;
  min-height: 100vh; }

#content-wrap {
  padding-bottom: 10rem; }

.seasons {
  border: solid 0px black;
  font-size: 2rem; }

.seasons-form {
  font-size: 2rem; }
  .seasons-form__select {
    font-size: 2rem; }

.popup-season,
.popup-league,
.popup-team,
.popup-fixture,
.popup-fixture-update {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }
  @supports (-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px)) {
    .popup-season,
    .popup-league,
    .popup-team,
    .popup-fixture,
    .popup-fixture-update {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(0, 0, 0, 0.3); } }
  .popup-season__content,
  .popup-league__content,
  .popup-team__content,
  .popup-fixture__content,
  .popup-fixture-update__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: table;
    overflow: hidden;
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: ease-in all .5s .2s;
    padding: 2rem; }
    @media only screen and (max-width: 37.5em) {
      .popup-season__content,
      .popup-league__content,
      .popup-team__content,
      .popup-fixture__content,
      .popup-fixture-update__content {
        width: 90%; } }
  .popup-season__left,
  .popup-league__left,
  .popup-team__left,
  .popup-fixture__left,
  .popup-fixture-update__left {
    width: 33.3333333%;
    display: table-cell;
    vertical-align: middle; }
    @media only screen and (max-width: 37.5em) {
      .popup-season__left,
      .popup-league__left,
      .popup-team__left,
      .popup-fixture__left,
      .popup-fixture-update__left {
        visibility: hidden;
        width: 0; } }
  .popup-season__right,
  .popup-league__right,
  .popup-team__right,
  .popup-fixture__right,
  .popup-fixture-update__right {
    width: 66.6666667%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 5rem; }
    @media only screen and (max-width: 37.5em) {
      .popup-season__right,
      .popup-league__right,
      .popup-team__right,
      .popup-fixture__right,
      .popup-fixture-update__right {
        width: 100%;
        padding: 1rem 3rem; } }
  .popup-season__img,
  .popup-league__img,
  .popup-team__img,
  .popup-fixture__img,
  .popup-fixture-update__img {
    display: block;
    width: 100%; }
  .popup-season__text,
  .popup-league__text,
  .popup-team__text,
  .popup-fixture__text,
  .popup-fixture-update__text {
    font-size: 3.4rem;
    margin-bottom: 4rem;
    column-count: 2;
    column-gap: 4rem;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto; }
  .popup-season:target,
  .popup-league:target,
  .popup-team:target,
  .popup-fixture:target,
  .popup-fixture-update:target {
    opacity: 1;
    visibility: visible; }
  .popup-season:target .popup-season__content,
  .popup-league:target .popup-season__content,
  .popup-team:target .popup-season__content,
  .popup-fixture:target .popup-season__content,
  .popup-fixture-update:target .popup-season__content, .popup-season:target
  .popup-league__content,
  .popup-league:target
  .popup-league__content,
  .popup-team:target
  .popup-league__content,
  .popup-fixture:target
  .popup-league__content,
  .popup-fixture-update:target
  .popup-league__content, .popup-season:target
  .popup-team__content,
  .popup-league:target
  .popup-team__content,
  .popup-team:target
  .popup-team__content,
  .popup-fixture:target
  .popup-team__content,
  .popup-fixture-update:target
  .popup-team__content, .popup-season:target
  .popup-fixture__content,
  .popup-league:target
  .popup-fixture__content,
  .popup-team:target
  .popup-fixture__content,
  .popup-fixture:target
  .popup-fixture__content,
  .popup-fixture-update:target
  .popup-fixture__content, .popup-season:target
  .popup-fixture-update__content,
  .popup-league:target
  .popup-fixture-update__content,
  .popup-team:target
  .popup-fixture-update__content,
  .popup-fixture:target
  .popup-fixture-update__content,
  .popup-fixture-update:target
  .popup-fixture-update__content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1); }
  .popup-season__close,
  .popup-league__close,
  .popup-team__close,
  .popup-fixture__close,
  .popup-fixture-update__close {
    color: white; }
    .popup-season__close:link, .popup-season__close:visited,
    .popup-league__close:link,
    .popup-league__close:visited,
    .popup-team__close:link,
    .popup-team__close:visited,
    .popup-fixture__close:link,
    .popup-fixture__close:visited,
    .popup-fixture-update__close:link,
    .popup-fixture-update__close:visited {
      position: absolute;
      top: 0.5rem;
      right: 1.5rem;
      display: inline-block;
      font-size: 3rem;
      text-decoration: none;
      transition: all 1.5s;
      line-height: 1;
      color: white; }
    .popup-season__close:hover,
    .popup-league__close:hover,
    .popup-team__close:hover,
    .popup-fixture__close:hover,
    .popup-fixture-update__close:hover {
      color: #28b485; }

.league-layout {
  display: flex;
  flex-direction: column; }

.form-header {
  border: solid 1px black;
  display: flex;
  justify-content: space-between; }

.controls-container {
  border: solid 0px black;
  color: blue;
  font-size: 1.6rem;
  padding: 1rem; }

.control {
  border: solid 0px red;
  padding: 1rem;
  font-size: 1.6rem;
  list-style: none; }
  .control__filter {
    display: flex;
    flex-direction: column; }
  .control__data {
    display: flex;
    flex-direction: column;
    margin: 0 1rem; }
  .control__row {
    display: flex;
    flex-direction: column; }
    .control__row-date {
      margin-top: 2rem;
      padding-bottom: 0.5rem;
      color: #0000a0; }
      .control__row-date--first {
        color: #0000a0;
        padding-bottom: 0.5rem; }
    .control__row-fixture {
      padding: 1rem;
      box-shadow: 0 .7px 1rem black; }
      .control__row-fixture a:link,
      .control__row-fixture a:visited {
        text-decoration: none;
        list-style: none;
        color: blue;
        padding: 0 1rem; }
      .control__row-fixture:hover {
        background-color: #4848ff;
        background-color: #007bff;
        color: whitesmoke; }
    .control__row a {
      color: blue; }

p a:hover {
  background-color: white;
  color: black;
  transform: scale(1.05); }

.main-header {
  border: solid 0px white;
  background-color: #ff4949;
  background-color: #007bff;
  color: white;
  position: relative;
  display: flex;
  flex-direction: column; }

.header {
  border: solid 0px black;
  background-color: rgba(255, 73, 73, 0.5);
  background-color: #ff4949;
  color: white;
  width: 33%;
  display: flex; }

.header-sub {
  border: solid 0px black;
  padding: 2rem;
  background-color: #e9ecef;
  color: white;
  width: 100%;
  text-align: center; }

.header-menu {
  border: solid 0px black;
  position: relative;
  padding: 0.5rem;
  color: white;
  font-size: 1.6rem;
  width: 33%; }
  .header-menu__title {
    text-align: center;
    color: white; }
    @media only screen and (max-width: 56.25em) {
      .header-menu__title {
        display: none; } }
  .header-menu__title-small {
    display: none;
    text-align: center; }
    @media only screen and (max-width: 56.25em) {
      .header-menu__title-small {
        display: block; } }
  .header-menu__user {
    text-align: left; }
  .header-menu__menu {
    align-self: center;
    width: 100%; }
  .header-menu__admin {
    text-align: right; }

.header-menu ul {
  position: relative;
  display: flex;
  justify-content: centre;
  padding: 0 2rem; }

.header-menu ul li {
  border: solid 0px;
  padding: 0.5rem;
  list-style: none; }

.header-menu ul li a {
  padding: 1rem;
  color: white; }
  .header-menu ul li a:hover {
    color: #ebebeb; }

.menu-options {
  display: flex; }
  .menu-options__admin {
    justify-content: right; }
  .menu-options__menu {
    justify-content: center; }

.footer {
  border: solid 0px black;
  background-color: #ff4949;
  background-color: #007bff;
  color: white;
  width: 100%;
  height: 10rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0; }
  .footer-header {
    padding: 2rem; }
  .footer-nav {
    border: solid 1px black;
    padding: 1rem;
    text-align: center; }

a {
  text-decoration: none; }

.landing-container {
  border: solid 0px black;
  min-height: 62vh;
  display: flex; }
  @media only screen and (max-width: 56.25em) {
    .landing-container {
      flex-direction: column; } }

.leagues {
  border: solid 0px black;
  padding: 0rem;
  width: 100%;
  display: flex;
  flex-direction: column; }

.seasons {
  border: solid 0px black;
  text-align: center; }

.sub-header {
  border: solid 0px black;
  padding: 4rem;
  background-color: #e9ecef;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 56.25em) {
    .sub-header {
      flex-direction: column; } }

.leagues-news {
  border: solid 0px black;
  padding: 3rem;
  width: 100%; }

.hero {
  position: relative;
  height: 100%; }
  .hero__welcome {
    border: solid 1px black;
    border-radius: 5px;
    background-color: aliceblue;
    height: auto;
    font-size: 2rem;
    padding: 1rem;
    margin-bottom: 2rem; }
  .hero__fixtures {
    border: solid 1px black;
    border-radius: 5px;
    background-color: aliceblue;
    padding: 1rem;
    margin-bottom: 2rem; }
  .hero__news {
    border: solid 1px black;
    border-radius: 5px;
    background-color: aliceblue;
    padding: 1rem;
    margin-bottom: 2rem; }

.leagues-list {
  border: solid 0px black;
  padding: 1rem;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap; }

.league-hero {
  border: solid 0px black;
  padding: 3rem;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%; }
  .league-hero__link {
    font-size: 1.6rem;
    color: inherit;
    text-decoration: none; }

.fixtures {
  border: solid 0px black;
  padding: 1rem;
  display: flex;
  flex-direction: column; }

.fixtures-table {
  border: solid 0px black;
  padding: 2rem;
  width: 100%;
  display: flex;
  justify-content: space-evenly; }
  @media only screen and (max-width: 75em) {
    .fixtures-table {
      width: 100%; } }
  @media only screen and (max-width: 75em) {
    .fixtures-table {
      flex-direction: column; } }

.fixtures-container {
  border: solid 0px black;
  padding: 2rem;
  width: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 75em) {
    .fixtures-container {
      width: 100%;
      padding: 1rem; } }

.fixture-list {
  border: solid 0px black;
  padding: 1rem 2rem;
  margin-bottom: 2rem;
  background-color: #f5baba;
  background-color: #706eff;
  box-shadow: 0 0.7rem 2rem black;
  min-height: 50vh;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 75em) {
    .fixture-list {
      padding: 1rem 1rem; } }
  .fixture-list__add {
    min-height: 0vh; }

.fixtures-form {
  border: solid 0px black;
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 56.25em) {
    .fixtures-form {
      flex-direction: column; } }
  .fixtures-form__input {
    display: flex;
    flex-direction: column; }

.fixture {
  border: solid 0px black;
  background-color: whitesmoke;
  background-color: white;
  padding: 1rem;
  flex-direction: column;
  box-shadow: 0 0.7rem 2rem black; }
  .fixture:hover {
    background-color: rgba(0, 0, 0, 0.9);
    color: whitesmoke;
    transform: scale(1.01); }
  @media only screen and (max-width: 75em) {
    .fixture-form__input {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column; } }
  .fixture__box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .fixture__box--btns {
      display: flex;
      justify-content: space-between; }
    .fixture__box--team {
      border: solid 0px;
      padding: 1rem 1rem;
      font-size: 1.4rem;
      width: 15rem;
      text-align: center; }
      @media only screen and (max-width: 75em) {
        .fixture__box--team {
          margin-top: 1rem;
          width: 90%; } }
      .fixture__box--team--input:hover {
        box-shadow: 0 0.5rem 1rem white;
        transform: scale(1.05); }
    .fixture__box--score {
      border: solid 0px;
      padding: 1rem 1rem;
      margin: 1rem;
      font-size: 1.4rem;
      background-color: #4d68e2;
      color: white;
      box-shadow: 0 0.5rem 1rem black;
      width: 5rem;
      text-align: center; }
      .fixture__box--score--input {
        background-color: white;
        color: black;
        width: 7rem; }
      .fixture__box--score--loss {
        background-color: rgba(77, 104, 226, 0.5); }
      .fixture__box--score:hover {
        transform: scale(1.2);
        box-shadow: 0 0.4rem 1rem white; }
    .fixture__box--vs {
      border: solid 0px;
      font-size: 1.2rem;
      text-shadow: 0 1rem 3rem black; }

table {
  border: solid 0px black;
  display: table;
  text-indent: initial;
  -webkit-border-horizontal-spacing: 2px;
  -webkit-border-vertical-spacing: 2px;
  border-color: grey;
  font-size: 1.6rem;
  box-shadow: 0 0.7rem 2rem black; }

thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit; }

tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit; }

th {
  background: #706eff;
  color: white;
  padding: 0.4rem; }

td {
  display: table-cell;
  vertical-align: inherit;
  padding: 0.4rem;
  box-shadow: 0 0.4rem 1rem #cccccc; }

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit; }
  tr:hover {
    background-color: #4d68e2;
    color: white;
    box-shadow: 0 1rem 3rem black; }

a tr:hover {
  color: white; }

.league-table {
  border: solid 1px #706eff;
  width: 100%; }

.table__pos {
  text-align: center; }

.table__team {
  text-align: left; }

.table__pld {
  text-align: center; }

.table__gd {
  text-align: center; }

.table__pts {
  text-align: center; }

.fixture-score-system {
  border: solid 0px black;
  padding: 1rem;
  background-color: whitesmoke; }
  .fixture-score-system:hover {
    background-color: #e9ecef; }

.fixture-date {
  border: solid 0px black;
  padding: 1rem 1rem;
  margin-top: 1rem;
  font-size: 1.4rem;
  font-style: italic;
  background-color: #dfdfdf;
  background-color: white; }
  @media only screen and (max-width: 75em) {
    .fixture-date {
      margin-bottom: 2rem; } }
  .fixture-date__input {
    margin-left: 1rem; }
    .fixture-date__input:hover {
      box-shadow: 0 0.5rem 1rem white;
      transform: scale(1.1); }
  .fixture-date__label {
    color: black; }

.fixture-message {
  border: solid 0px black;
  padding: 1rem;
  margin: 2rem;
  background-color: whitesmoke; }
  .fixture-message:hover {
    transform: scale(1.05); }

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  background-color: #4d68e2;
  text-decoration: none;
  padding: 10px 20px;
  margin: 20px 0;
  border: 0; }
  .btn-delete {
    background-color: #4d68e2;
    color: whitesmoke;
    background-color: red;
    border-radius: 5%;
    cursor: pointer;
    padding: .2rem .5rem;
    margin: 0rem 0.5rem;
    text-decoration: none;
    border: 0; }
  .btn-update {
    background-color: #4d68e2;
    color: whitesmoke;
    background-color: green;
    border-radius: 5%;
    cursor: pointer;
    padding: .2rem .5rem;
    text-decoration: none;
    border: 0; }
  .btn:hover {
    box-shadow: 0 0.5rem 1rem white;
    transform: scale(1.05); }

.login {
  border: solid 1px black;
  padding: 2rem;
  display: flex;
  flex-direction: column; }
  .login-section {
    border: solid 0px black;
    display: flex;
    justify-content: center; }
    .login-section__user {
      padding: 0.5rem 1rem; }
    .login-section__password {
      border: solid 1;
      padding: 0.5rem 1rem; }
    .login-section__submit {
      border: solid 1;
      padding: 0.5rem 1rem; }
  .login-form {
    border: solid 0px;
    padding: 1rem;
    max-width: 20rem;
    display: flex;
    flex-direction: column; }

.hide {
  display: none; }

.label {
  border: solid 0px green;
  padding-bottom: 1rem;
  display: flex;
  justify-content: stretch;
  flex-direction: column;
  font-size: 1.6rem; }
  .label__input {
    font-size: 1.6rem;
    padding: .5rem;
    background-color: #efeded;
    border-radius: 5px;
    text-align: center; }
    .label__input:hover {
      background-color: #4848ff;
      color: whitesmoke; }
    .label__input--btn {
      background-color: #4c99fd;
      border-radius: 5px;
      color: whitesmoke; }
    .label__input--text {
      text-align: left;
      border-radius: 5px; }
  .label__checkbox {
    display: flex;
    padding-bottom: 1rem; }
  .label__button {
    padding: 0.5rem;
    color: white;
    cursor: pointer;
    background-color: #4c99fd;
    border-radius: 5px; }
    .label__button:hover {
      background-color: #007bff; }

.form-title {
  color: #0000a0;
  display: flex;
  justify-content: space-between; }

.checkbox {
  margin-right: 0.5rem; }

.title {
  display: flex;
  align-items: center; }

.title h3,
.title p {
  display: inline;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif; }

.list-menu {
  display: none;
  position: absolute;
  background-color: #3583f9;
  color: whitesmoke;
  z-index: 1;
  box-shadow: 0 0.7rem 2rem black; }
  .list-menu:hover {
    display: flex; }
  .list-menu__item {
    position: relative;
    list-style: none;
    display: flex; }
    .list-menu__item:hover {
      outline: solid 1px;
      transform: scale(1.05);
      background-color: deepskyblue;
      background-color: black; }

.list-menu2 {
  display: none;
  position: absolute;
  background-color: #3583f9;
  background-color: #007bff;
  color: whitesmoke;
  z-index: 1;
  box-shadow: 0 0.7rem 2rem black; }
  .list-menu2:hover {
    display: flex; }
  .list-menu2__item {
    position: relative;
    list-style: none;
    display: flex; }
    .list-menu2__item:hover {
      outline: solid 1px;
      transform: scale(1.05);
      background-color: deepskyblue;
      background-color: black; }

li:hover .list-menu {
  display: flex;
  flex-direction: column; }

li:hover .list-menu .item {
  outline: solid; }

.noFixtures {
  font-size: 1.6rem;
  color: white; }

ul li:hover > ul,
ul li ul:hover {
  display: visible;
  opacity: 1;
  display: block; }
