/* default color: #3f51b5 */

.game-save {
  position: absolute;
  bottom: 10px;
  right: -28px;
  z-index: 1000;
}

.double-td {
  min-width: 60px;
  background-color: rgba(158, 158, 158, .2);
  color: rgb(63, 81, 181);
  border-radius: 2px;
  text-align: center;
}

.games-td {
  position: relative;
  padding: 1px;
  padding-bottom: 10px;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 75px;
  width: 47%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.game-td-span {
  width: 100%;
  text-align: center;
  display: block;
  font-size: xx-large;
  font-weight: bold;
}

.player-button {
  color: #000000a8;
  font-size: xxx-large;
  text-align: center;
  line-height: 1px;
  text-decoration: none;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  /* Allow the button to grow with content */
  min-height: 72px;
}


.footer-button {
  color: #000000a8;
  font-size: xxx-large;
  text-align: center;
  line-height: 1px;
  text-decoration: none;
}

.footer-button-icon {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: xx-large;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.footer-button-text {
  font-size: small
}


fieldset {
  flex-wrap: wrap;
  gap: 8px;
  /* Optional: adds space between wrapped items */
  padding: 3px;
}

.mdl-mini-footer2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 16px;
  color: #9e9e9e;
  background-color: #ffffff;
}

.textfield__wrap {
  padding-top: 10px;
  position: relative;
}

.scorefield__input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  display: inline-block;
  font-size: xx-large;
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 50%;
  background: 0 0;
  text-align: center;
  color: inherit;
}

.scorefield__input:focus {
  outline: none;
  /* Optional: Enhance the bottom border on focus so the user 
       knows which field they are typing in */
  border-bottom: 2px solid rgb(63, 81, 181);
}

.textfield__input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .12);
  display: block;
  font-size: 16px;
  font-family: "Helvetica", "Arial", sans-serif;
  margin: 0;
  padding: 4px 0;
  width: 100%;
  background: 0 0;
  text-align: left;
  color: inherit;
}

.textfield__input:focus {
  outline: none;
  /* Optional: Enhance the bottom border on focus so the user 
       knows which field they are typing in */
  border-bottom: 2px solid rgb(63, 81, 181);
}


.player-button-text {
  font-size: small;
  white-space: nowrap;
}

.mdl-layout__header {
  background-color: rgb(255 255 255);
}

.demo-layout-transparent {
  background-image: url('/imgs/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.demo-layout-transparent .mdl-layout__header,
.demo-layout-transparent .mdl-layout__drawer-button {
  /* This background is dark, so we set text to white. Use 87% black instead if
     your background is light. */
  color: #000000a8;
}

.brackets_title {
  color: #fff;
  background-image: url('/imgs/tournament/11/brackets_title.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.demo-card-square>.mdl-card__title {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* filter: brightness(70%); */
}

.tournament-card-title {
  height: 250px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}

.session-card-title {
  height: 132px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  background-repeat: no-repeat;
  background-size: 100% auto;
}


a {
  color: #0000EE;

  :visited {
    color: #551A8B;
  }

  :link:active,
  :visited:active {
    color: #FF0000;
  }

  font-weight: 500;
}