@font-face {
  font-family: 'Roboto Condensed';
  src: url("./../assets/Roboto_Condensed/RobotoCondensed-Regular.ttf");
  font-weight: normal; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url("./../assets/Roboto_Condensed/RobotoCondensed-Bold.ttf");
  font-weight: bold; }

:root {
  --main-bg-color: #02004d;
  --main-bg-color-active: #3f3bff;
  --main-bg-color-transparent: #3f3bff99; }

* {
  box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif; }

.noselect, body header .profile, .entry-list .save-button-outer .save-button {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */ }

[x-cloak] {
  display: none !important; }

html {
  height: -webkit-fill-available; }

body {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: -webkit-fill-available; }
  body header {
    background: var(--main-bg-color);
    padding: 10px;
    color: #fff;
    font-size: 20px;
    height: 60px; }
    body header .box-header {
      height: 100%;
      display: flex;
      justify-content: space-between; }
    body header i, body header svg {
      margin-right: 5px; }
    body header .brand {
      height: 100%; }
      body header .brand img {
        max-height: 100%; }
    body header .profile {
      display: flex;
      align-items: center;
      height: 100%;
      position: relative; }
      body header .profile .name {
        margin-right: 10px;
        font-size: 18px; }
      body header .profile .profile-picture {
        height: 100%;
        border-radius: 15px;
        background: #fff; }
        body header .profile .profile-picture img {
          object-fit: cover;
          border: 2px solid #fff;
          max-height: 100%;
          border-radius: 15px;
          width: 40px; }
      body header .profile .profile-menu {
        position: absolute;
        top: 150%;
        background: #fff;
        color: #444;
        padding: 10px 30px;
        right: 0;
        font-size: 16px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        z-index: 100; }
        body header .profile .profile-menu a {
          color: #444;
          text-decoration: none; }
  body main {
    flex: 1;
    overflow: auto;
    position: relative; }
  body .content {
    width: 100%; }
  body h1 {
    padding: 20px;
    font-size: 20px;
    margin: 0; }
    body h1 span {
      border-bottom: 2px solid var(--main-bg-color); }
  body nav {
    background: var(--main-bg-color); }
    body nav .box-nav {
      display: flex; }
      body nav .box-nav a {
        text-decoration: none;
        display: block; }
      body nav .box-nav .entry {
        flex: 1;
        flex-direction: column;
        padding: 7px;
        background: var(--main-bg-color);
        color: #fff; }
        body nav .box-nav .entry.active {
          background: var(--main-bg-color-active); }
        body nav .box-nav .entry .icon {
          text-align: center;
          font-size: 20px;
          margin-bottom: 5px; }
        body nav .box-nav .entry .label {
          text-align: center;
          text-transform: uppercase; }

.box-totals {
  padding: 0 0 10px 0;
  display: flex;
  flex: 1; }
  .box-totals .space {
    flex: 1; }
  .box-totals .totals {
    flex: 2;
    display: flex; }
    .box-totals .totals .user-total {
      flex: 1;
      text-align: center;
      padding: 0 15px; }
      .box-totals .totals .user-total span {
        font-weight: bold;
        color: var(--main-bg-color);
        border-radius: 10px;
        border: 1px solid #02004d99;
        width: 100%;
        display: block; }

.box-results-header {
  display: flex;
  flex-direction: column;
  padding: 0 10px; }
  .box-results-header .available-users {
    overflow-y: auto;
    background: #222;
    z-index: 100;
    color: #fff;
    right: 0;
    display: flex;
    justify-content: flex-start;
    margin: 0 -10px;
    margin-bottom: 10px; }
    .box-results-header .available-users .available-user {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 15px; }
      .box-results-header .available-users .available-user:last-of-type {
        border-bottom: none; }
      .box-results-header .available-users .available-user .available-user-profile {
        margin-bottom: 5px;
        background: #efefef;
        width: 40px;
        height: 40px;
        border-radius: 50%; }
        .box-results-header .available-users .available-user .available-user-profile img {
          border: 2px solid #efefef;
          object-fit: cover;
          border-radius: 50%;
          width: 40px;
          height: 40px; }
  .box-results-header .results-header {
    padding: 10px 0;
    display: flex;
    flex: 1; }
  .box-results-header .match-results {
    flex: 1;
    display: flex;
    justify-content: left; }
  .box-results-header .users {
    flex: 2;
    display: flex; }
    .box-results-header .users .user {
      flex: 1;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      position: relative; }
      .box-results-header .users .user .profile {
        width: 42px;
        height: 42px;
        margin-bottom: 5px;
        border-radius: 50%;
        position: relative; }
        .box-results-header .users .user .profile img {
          border-radius: 50%;
          object-fit: cover;
          max-width: 100%;
          width: 42px;
          height: 42px; }
        .box-results-header .users .user .profile .rank {
          position: absolute;
          left: 0;
          bottom: 0;
          font-weight: bold;
          background: #EEEEEE99;
          padding: 0 7px;
          border-radius: 50%;
          font-size: 20px;
          margin-left: -10px;
          margin-bottom: -5px;
          color: #444; }
          .box-results-header .users .user .profile .rank.winner {
            color: #4caf50; }
      .box-results-header .users .user .caret-up {
        position: absolute;
        top: 100%;
        color: #222222; }

.matches .match {
  display: flex;
  padding: 15px 10px; }
  .matches .match:nth-child(odd) {
    background: #f5f5f5; }
  .matches .match:nth-child(even) {
    background: #fff; }
  .matches .match .users-bets {
    flex: 2;
    display: flex; }
    .matches .match .users-bets .box-user-bet {
      flex: 1;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: left;
      align-items: center; }
      .matches .match .users-bets .box-user-bet:nth-child(even) {
        border-left: 1px solid #02004d44;
        border-right: 1px solid #02004d44; }
      .matches .match .users-bets .box-user-bet .user-bet {
        flex: 2;
        display: flex;
        align-items: center; }
      .matches .match .users-bets .box-user-bet .points-user {
        flex: 1;
        font-weight: bold;
        display: flex;
        align-items: center;
        padding: 5px;
        font-size: 14px; }
        .matches .match .users-bets .box-user-bet .points-user .box-points {
          border-radius: 10px;
          display: flex;
          align-items: center;
          padding: 0 8px; }
        .matches .match .users-bets .box-user-bet .points-user i, .matches .match .users-bets .box-user-bet .points-user svg {
          margin-left: 3px;
          font-size: 8px; }
        .matches .match .users-bets .box-user-bet .points-user.exact {
          color: var(--main-bg-color-active); }
          .matches .match .users-bets .box-user-bet .points-user.exact .box-points {
            border: 1px solid var(--main-bg-color-transparent); }
        .matches .match .users-bets .box-user-bet .points-user.positive {
          color: #4caf50; }
          .matches .match .users-bets .box-user-bet .points-user.positive .box-points {
            border: 1px solid #4caf50bb; }
        .matches .match .users-bets .box-user-bet .points-user.neutral {
          color: #999; }
          .matches .match .users-bets .box-user-bet .points-user.neutral .box-points {
            border: 1px solid #999999bb; }

.box-match-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1; }
  .box-match-results .match-date {
    color: #777;
    flex: 1;
    display: flex;
    padding: 5px;
    font-size: 14px; }
    .box-match-results .match-date.ongoing {
      color: purple;
      font-weight: bold; }
  .box-match-results .match-results {
    flex: 2;
    display: flex;
    justify-content: left;
    align-items: center; }
    .box-match-results .match-results .team {
      display: flex;
      align-items: center;
      flex: 1;
      overflow: hidden; }
      .box-match-results .match-results .team.home {
        justify-content: right; }
      .box-match-results .match-results .team.away {
        justify-content: left; }
      .box-match-results .match-results .team .logo {
        width: 30px; }
        .box-match-results .match-results .team .logo img {
          max-width: 100%; }
    .box-match-results .match-results .score {
      padding: 0 10px;
      font-weight: bold; }
      .box-match-results .match-results .score select {
        padding: 10px; }

.entry-list .match-entry {
  padding: 20px;
  display: flex;
  justify-content: center; }
  .entry-list .match-entry:nth-child(odd) {
    background: #f5f5f5; }
  .entry-list .match-entry:nth-child(even) {
    background: #fff; }
  .entry-list .match-entry .team {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
    flex-direction: column; }
    .entry-list .match-entry .team.home {
      justify-content: end; }
    .entry-list .match-entry .team.away {
      justify-content: end; }
    .entry-list .match-entry .team .logo {
      margin-bottom: 10px;
      width: 30px; }
      .entry-list .match-entry .team .logo img {
        max-width: 100%; }
    .entry-list .match-entry .team .name {
      max-width: 100%;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
  .entry-list .match-entry .score {
    padding: 0 20px;
    font-weight: normal; }
    .entry-list .match-entry .score select {
      padding: 10px; }
    .entry-list .match-entry .score .favorites-selection {
      color: #999;
      text-align: center;
      margin-bottom: 10px;
      font-size: 18px;
      cursor: pointer; }
      .entry-list .match-entry .score .favorites-selection .selected {
        color: #02004d; }
    .entry-list .match-entry .score .date {
      margin-top: 5px;
      text-align: center;
      font-size: 14px;
      color: #777; }

.entry-list .save-button-outer {
  padding: 0 20px;
  margin-bottom: 20px; }
  .entry-list .save-button-outer .error {
    color: red;
    text-align: center;
    margin: 20px 0; }
  .entry-list .save-button-outer .save-button {
    cursor: pointer;
    width: 100%;
    background: #00327c;
    padding: 15px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    font-weight: bold; }
    .entry-list .save-button-outer .save-button.success {
      background: green; }

.password-box, .login-box {
  padding: 0 20px;
  color: #00327c;
  width: 100%; }
  .password-box h2, .login-box h2 {
    margin-top: 0;
    margin-bottom: 20px; }
  .password-box .error, .login-box .error {
    color: red;
    margin-bottom: 10px; }
  .password-box .field-box, .login-box .field-box {
    margin-bottom: 20px; }
    .password-box .field-box .field-label, .login-box .field-box .field-label {
      color: #908fb1;
      margin-bottom: 5px; }
    .password-box .field-box input, .login-box .field-box input {
      width: 100%;
      padding: 10px; }
  .password-box .confirm-password, .password-box .login, .login-box .confirm-password, .login-box .login {
    width: 100%;
    background: #00327c;
    padding: 10px;
    text-align: center;
    color: #fff;
    cursor: pointer; }
    .password-box .confirm-password.success, .password-box .login.success, .login-box .confirm-password.success, .login-box .login.success {
      background: green; }
      .password-box .confirm-password.success i, .password-box .confirm-password.success svg, .password-box .login.success i, .password-box .login.success svg, .login-box .confirm-password.success i, .login-box .confirm-password.success svg, .login-box .login.success i, .login-box .login.success svg {
        color: #fff; }

.matchday-ranking {
  margin-top: 40px; }
  .matchday-ranking .top-three {
    display: flex; }
    .matchday-ranking .top-three > div {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-self: flex-end;
      padding: 5px 5px 0 5px; }
      .matchday-ranking .top-three > div .player {
        text-align: center;
        padding: 10px 0; }
        .matchday-ranking .top-three > div .player .names {
          font-weight: bold; }
        .matchday-ranking .top-three > div .player .pictures {
          display: flex;
          justify-content: center;
          flex-direction: row-reverse;
          overflow: hidden; }
          .matchday-ranking .top-three > div .player .pictures .picture {
            position: relative;
            border: 4px solid #fff;
            border-radius: 50%;
            overflow: hidden;
            width: 60px;
            height: 60px; }
            .matchday-ranking .top-three > div .player .pictures .picture:not(:last-child) {
              margin-left: -90px; }
            .matchday-ranking .top-three > div .player .pictures .picture img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              display: block; }
      .matchday-ranking .top-three > div .podest {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-content: center;
        align-items: flex-start; }
        .matchday-ranking .top-three > div .podest .rank {
          font-size: 50px;
          font-weight: bold;
          width: 100%;
          text-align: center; }
        .matchday-ranking .top-three > div .podest .points {
          width: 100%;
          text-align: center;
          padding-bottom: 10px;
          font-weight: bold;
          letter-spacing: 2px; }
      .matchday-ranking .top-three > div.second-place .player {
        background: linear-gradient(0deg, rgba(192, 192, 192, 0.33) 0%, white 100%); }
      .matchday-ranking .top-three > div.second-place .podest {
        color: #717171;
        height: 120px;
        background: radial-gradient(circle, #e7e6e6 0%, silver 100%); }
      .matchday-ranking .top-three > div.first-place .player {
        background: linear-gradient(0deg, rgba(255, 220, 29, 0.33) 0%, white 100%); }
      .matchday-ranking .top-three > div.first-place .podest {
        color: #957e01;
        height: 160px;
        background: radial-gradient(circle, #fff7cc 0%, gold 100%); }
      .matchday-ranking .top-three > div.third-place .player {
        background: linear-gradient(0deg, rgba(212, 144, 77, 0.33) 0%, white 100%); }
      .matchday-ranking .top-three > div.third-place .podest {
        color: #934c06;
        height: 100px;
        background: radial-gradient(circle, #e6b88c 0%, #cd7f32 100%); }

@media (min-width: 1281px) {
  header .box-header {
    margin: 0 auto;
    width: 1000px; }
  .content {
    margin: 0 auto;
    width: 1000px !important; }
  nav .box-nav {
    margin: 0 auto;
    width: 1000px; } }
