/* Portal Colour*/
/* Font styles */
.splash {
  position: fixed;
  min-height: 100vh;
  width: 100vw;
  height: 100%;
  width: 100%;
  background-color: #190938;
  z-index: 1500; }
  .splash img {
    display: block; }
  .splash .slide-in-elliptic-top-fwd {
    animation: slide-in-elliptic-top-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.overflowy {
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch; }

.datapopup {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1490; }
  .datapopup img {
    width: 185px;
    margin-bottom: 20px; }
  .datapopup .jumbotron {
    height: 100%;
    margin-bottom: 0 !important; }
  .datapopup .vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center; }
  .datapopup button {
    margin-bottom: 30px; }

@media only screen and (max-width: 500px) {
  .splashlogo {
    width: 100% !important;
    margin-top: -100px; } }
@keyframes slide-in-elliptic-top-fwd {
  0% {
    transform: translateY(-600px) rotateX(-30deg) scale(0);
    transform-origin: 50% 100%;
    opacity: 0; }
  100% {
    transform: translateY(0) rotateX(0) scale(1);
    transform-origin: 50% 1400px;
    opacity: 1; } }
body {
  background-color: #190938;
  overscroll-behavior: contain; }

.white {
  background-color: #fff; }

.textureback {
  background: repeating-linear-gradient(45deg, transparent, transparent 1px, rgba(0, 0, 0, 0.2) 1px, rgba(255, 255, 255, 0.1) 10px), radial-gradient(ellipse at center, #190938 0%, black 100%); }

#theapp {
  max-width: 500px;
  min-height: 100vh;
  margin: auto;
  position: relative; }

.logo {
  width: 120px;
  transition: width 0.5s; }

.user {
  width: 30px; }

.userbtn {
  padding: 10px;
  padding-right: 0px; }

.navbar-toggler {
  border: 0px;
  padding: 0; }

.navbtn {
  width: 30px; }

.nav li a {
  color: #fff;
  text-decoration: underline; }

section {
  padding-bottom: 15px; }

.scrolled {
  background-color: #190938 !important;
  transition: background-color 0.2s; }
  .scrolled .logo {
    width: 75px;
    transition: width 0.5s; }

/*--------------------------------Homepage Section ------------------------------*/
.homepagesection {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 10px !important;
  background-color: #fff;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px; }
  .homepagesection h2 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    color: #2f2f2f;
    text-align: center;
    font-family: "Hind", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 20px; }
  .homepagesection .buttonstart {
    border: 0 !important;
    text-decoration: none; }
    .homepagesection .buttonstart:hover {
      border: 0 !important;
      text-decoration: none; }
    .homepagesection .buttonstart:visited {
      border: 0 !important;
      text-decoration: none; }
    .homepagesection .buttonstart:active {
      border: 0 !important;
      text-decoration: none; }
    .homepagesection .buttonstart:focus {
      border: 0 !important;
      text-decoration: none; }
  .homepagesection .teambox {
    padding-left: 10px;
    padding-right: 10px; }
    .homepagesection .teambox .col-3 {
      padding-left: 5px;
      padding-right: 5px; }
  .homepagesection #teamname {
    font-family: "Hind", sans-serif;
    text-align: center;
    color: #2f2f2f;
    padding-top: 10px;
    font-size: 12px; }
  .homepagesection .circle {
    width: 100%;
    background: #37003c;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border: #eda513 3px solid;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
    box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); }
  .homepagesection #next {
    position: relative;
    bottom: inherit;
    font-family: "Hind", sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 15px; }

footer {
  background-color: #fff;
  border-top: 5px solid #37003c; }
  footer img {
    width: 100px;
    padding: 10px;
    display: block; }
  footer div {
    text-align: center; }
  footer p {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 10px; }

.upcoming {
  text-align: center;
  color: #323232; }
  .upcoming img {
    width: 21px; }

.upcominggame {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.upcominglogos .backred h2 {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff !important; }
.upcominglogos .backred p {
  margin-bottom: 5px; }
.upcominglogos h2 {
  text-align: center; }
.upcominglogos p {
  text-align: center;
  color: #fff; }
.upcominglogos .center {
  height: inherit;
  position: relative; }
  .upcominglogos .center h2 {
    color: #2f2f2f; }
.upcominglogos .center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
.upcominglogos .backred {
  background-color: #190938;
  border-radius: 15px; }

.selectedteams {
  color: #2f2f2f; }

.teamlogos img {
  width: 100%;
  padding: 15px; }

@media only screen and (max-width: 767px) {
  #teamname {
    font-size: 18px !important;
    padding-top: 10px !important;
    font-size: 18px !important; } }
/*------------------------------Instructions-------------------------*/
.instructions {
  margin-top: 10px;
  margin-bottom: 15px; }

.instructionssection {
  color: #2f2f2f;
  background-color: #fff;
  text-align: center; }

.item {
  text-align: center; }
  .item h2 {
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 75%;
    margin-left: auto;
    margin-right: auto; }

.instruction1 {
  position: relative;
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
  /* left: 22%; */
  border: 5px solid #eda513;
  border-radius: 10px; }

.instruction2 {
  position: relative;
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
  /* left: 22%; */
  border: 5px solid #eda513;
  border-radius: 10px; }

.instruction3 {
  position: relative;
  width: 75% !important;
  margin-left: auto;
  margin-right: auto;
  /* left: 22%; */
  border: 5px solid #eda513;
  border-radius: 10px; }

.nextlg:focus {
  outline: none !important; }

.nextlg {
  background-color: #eda513;
  width: 80%;
  border-radius: 15px;
  color: #000;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  outline: none;
  padding: 20px;
  font-size: 2rem;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

@-webkit-keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transform: translateY(0); }
  50% {
    -webkit-transform: translateY(-5px); } }
@keyframes bounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(0); }
  50% {
    transform: translateY(-5px); } }
.nextlg:hover {
  color: #ffff;
  background-color: #190938;
  box-shadow: 0px 15px 20px rgba(25, 9, 56, 0.4);
  transform: translateY(-7px); }

.nextlg:focus {
  box-shadow: 0;
  border: 0;
  background-color: #eda513; }

/*--------------------------------Team Section------------------------------------*/
.topbanner .backgroundbox {
  position: relative;
  width: 100%;
  left: 0px; }
  .topbanner .backgroundbox h2 {
    left: 0px;
    text-align: center;
    width: auto; }

#teams {
  background-image: url(img/pitch.jpg);
  background-position-y: 59px;
  background-size: contain;
  background-repeat: no-repeat;
  height: 517px; }

.picks {
  width: 150px;
  float: left; }

.selectedplayer img {
  border: 2px solid #eda513;
  border-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }

.picks img {
  max-width: 60px; }

.pickers {
  clear: both; }
  .pickers .backgroundbox {
    margin-top: 15px;
    padding-right: 15px; }

#pickforward {
  position: absolute;
  top: 312px;
  left: 150px; }

#pickfwname {
  font-family: "Hind", sans-serif;
  text-align: center;
  color: #fff;
  padding: 3px;
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

#clearOneProperty {
  width: 100%;
  background: #eda513;
  color: #fff;
  border: 0px; }

#pickdefend {
  position: absolute;
  top: 125px;
  left: 150px; }

.spanback {
  background-color: #37003c; }

#pickdfname {
  font-family: "Hind", sans-serif;
  text-align: center;
  color: #fff;
  padding: 3px;
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

#pickgoalkeeper {
  position: absolute;
  top: 6px;
  left: 150px; }

#pickgkname {
  font-family: "Hind", sans-serif;
  text-align: center;
  color: #fff;
  padding: 3px;
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

#pickmid1 {
  position: absolute;
  top: 240px;
  left: 30px; }

#pickmf1name {
  font-family: "Hind", sans-serif;
  text-align: center;
  color: #fff;
  padding: 3px;
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

#pickmid2 {
  position: absolute;
  top: 240px;
  right: 30px; }

#pickmf2name {
  font-family: "Hind", sans-serif;
  text-align: center;
  color: #fff;
  padding: 3px;
  line-height: 1.8;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

.yourpicks {
  position: relative;
  font-size: 13px;
  text-align: center; }

.btnfinished {
  position: fixed;
  z-index: 50;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  bottom: 20px;
  border: 0;
  border-radius: 15px;
  font-size: 1.2em !important;
  padding: 0em 1em 0em 1em !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  display: none;
  background: #eda513;
  width: 500px;
  height: 50px;
  left: 50%;
  margin-top: -100px;
  /* Negative half of height. */
  margin-left: -250px;
  /* Negative half of width. */
  text-align: center;
  text-decoration: none;
  color: #000; }

@media only screen and (max-width: 414px) {
  #pickgoalkeeper {
    left: 108px; }

  #pickdefend {
    left: 108px; }

  #pickmid1 {
    top: 215px;
    left: -25px; }

  #pickmid2 {
    top: 215px;
    right: -25px; }

  #pickforward {
    left: 108px; } }
@media only screen and (max-width: 375px) {
  #pickgoalkeeper {
    left: 89px; }

  #pickdefend {
    left: 89px; }

  #pickmid1 {
    top: 215px;
    left: -25px; }

  #pickmid2 {
    top: 215px;
    right: -25px; }

  #pickforward {
    left: 89px; } }
@media only screen and (max-width: 320px) {
  .backgroundbox h2 {
    left: 5px !important;
    padding-right: 5px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 1em; }

  .playername {
    font-size: 0.6em !important; }

  #pickgoalkeeper {
    left: 66px; }

  #pickdefend {
    left: 66px; }

  #pickmid1 {
    top: 215px;
    left: -25px; }

  #pickmid2 {
    top: 215px;
    right: -25px; }

  #pickforward {
    left: 66px; } }
/*---------------Sections------------------------------------*/
#teams {
  display: none; }

 /*
.forwardsection{
  display: none; 
}
.defendersection{
  display: none; 
}
.goalkeepersection{
  display: none;
}
.midfieldsection{
  display: none;
}*/
.tabssection {
  display: none;
  background-color: #fff; }

.submittedsection {
  display: none; }

.leaderboardsection {
  display: none; }

.leaderboard-top {
  display: none !important; }

.leaderboard-topright {
  display: none !important; }

.instructionssection {
  display: none; }

.howtoplaysection {
  display: none; }

.teamselected h2, .teamselected p, .leaderconfig table, .leaderconfig hr {
  display: none; }

.yourteamsection {
  display: none; }

.inlineblock {
  display: inline-block !important; }

.selected {
  display: block !important; }

.hide {
  display: none !important; }

/*-------How To Play Page----------*/
.howtoplay {
  color: #fff; }

/*-----Your Team-------*/
.yourteamtable .viewplayer {
  background-color: #37003c;
  font-family: "Hind", sans-serif;
  margin: 3px; }
.yourteamtable tr td span img {
  width: 30px; }
.yourteamtable tr td span {
  font-size: 12px;
  padding-left: 7px !important; }
.yourteamtable tr td {
  padding-left: 7px !important; }

.yourteambutton {
  display: none; }

/*-------------------Confirmed Page-----------------------------------------*/
.heading {
  text-align: center;
  color: #2f2f2f;
  font-family: "Hind", sans-serif;
  margin-bottom: 10px;
  padding-top: 10px;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase; }

.leaderboardbtn {
  position: relative !important;
  display: block;
  width: 70%;
  left: 15%;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  background-color: #eda513;
  border-radius: 15px;
  border: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  padding: 10px; }

.submittedsection #next {
  font-size: 1em;
  position: relative;
  margin-top: 3em; }

.reorder {
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  right: inherit !important;
  width: unset !important;
  float: none !important;
  padding: 12px; }

.removeback {
  height: inherit !important;
  background-color: inherit !important;
  background-image: none !important;
  background-size: unset !important; }

.backposition {
  background-color: #fff;
  height: 460px !important;
  background-position-y: 0 !important; }

/*-------------------Leaderboard-----------------------------------------*/
.leaderboard .glyphicon-remove {
  color: red !important; }
.leaderboard table {
  width: 100%;
  color: #2f2f2f;
  margin: auto;
  font-weight: 900;
  font-size: 1em;
  border-collapse: collapse; }
  .leaderboard table tr th, .leaderboard table tr th > span, .leaderboard table tr td, .leaderboard table tr td > span {
    text-align: center;
    padding: 0.5em 0.25em;
    border: none;
    position: relative;
    top: 0; }
  .leaderboard table tr td {
    font-size: 1em;
    font-weight: 500; }
  .leaderboard table tr[data-is-you] {
    color: #000; }
    .leaderboard table tr[data-is-you] td span {
      animation-delay: 0s;
      animation-duration: 1.5s;
      animation-iteration-count: infinite;
      animation-timing-function: linear; }
    .leaderboard table tr[data-is-you] td:nth-child(1) span {
      animation-name: nudge1; }
    .leaderboard table tr[data-is-you] td:nth-child(2) span {
      animation-name: nudge2; }
    .leaderboard table tr[data-is-you] td:nth-child(3) span {
      animation-name: nudge3; }
    .leaderboard table tr[data-is-you] td:nth-child(4) span {
      animation-name: nudge4; }
  .leaderboard table tr td:nth-child(4) span {
    padding: 0.25em 0.5em;
    border-radius: 0.25em;
    border-bottom: solid 0.2em transparent;
    text-align: left;
    display: block;
    font-weight: 200; }

.leaderboard {
  color: #2f2f2f;
  position: relative;
  width: 100%;
  font-family: "Hind", sans-serif;
  margin-top: 20px;
  margin-bottom: 15px; }
  .leaderboard .leaderboard-icon {
    width: 4.75em;
    height: 4.75em;
    object-fit: contain;
    padding: 0.75em;
    border: solid 0.4em #fff;
    border-radius: 50%;
    position: absolute;
    top: -3em;
    left: 50%;
    transform: translateX(-50%);
    background-color: #A1A1A1;
    box-sizing: content-box !important; }
  .leaderboard .leaderboard-header {
    margin: 0.5em auto; }
    .leaderboard .leaderboard-header > h2 {
      font-size: 1em;
      font-weight: bold;
      text-align: center;
      color: #2f2f2f; }
    .leaderboard .leaderboard-header > p {
      font-size: 1.2em;
      font-weight: 200;
      margin-top: 0.5em; }
    .leaderboard .leaderboard-header .time-remaining {
      font-weight: 900;
      font-size: 1.8em; }
  .leaderboard table {
    margin: 0;
    font-size: 0.9em; }
    .leaderboard table thead {
      background-color: #eee; }
    .leaderboard table strong {
      color: #000; }
    .leaderboard table tr th, .leaderboard table tr td {
      color: #2f2f2f;
      background-color: transparent; }
      .leaderboard table tr th:nth-child(-n+2) span, .leaderboard table tr td:nth-child(-n+2) span {
        font-weight: normal; }
  .leaderboard .top-3-List {
    display: flex;
    width: 90%;
    margin: 1em auto; }
    .leaderboard .top-3-List .top-3 {
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      order: 1;
      color: #2f2f2f; }
    .leaderboard .top-3-List div {
      position: relative;
      margin-bottom: 1.3em; }
      .leaderboard .top-3-List div img {
        width: 60%;
        display: block;
        margin: auto; }
      .leaderboard .top-3-List div small {
        display: block;
        width: 1em;
        height: 1em;
        line-height: 1em;
        padding: 0.4em;
        border-radius: 50%;
        background-color: #0d589d;
        color: #fff;
        border: solid 2px #37003c;
        font-size: 1em;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: content-box !important;
        text-align: center; }
    .leaderboard .top-3-List p {
      font-weight: 200; }
      .leaderboard .top-3-List p.username {
        font-weight: 900;
        font-size: 1.5em;
        margin-top: 0.5em; }
      .leaderboard .top-3-List p.score {
        font-size: 1.3em;
        margin: 0.5em auto; }
    .leaderboard .top-3-List:first-child {
      order: 2; }
      .leaderboard .top-3-List:first-child img {
        width: 90%; }
      .leaderboard .top-3-List:first-child small {
        font-size: 1.4em;
        background-color: #a10f79; }
    .leaderboard .top-3-List:last-child {
      order: 3; }
      .leaderboard .top-3-List:last-child small {
        background-color: #005e4d; }

.teamstats, .yourteambutton {
  display: none;
  margin-bottom: 20px;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 15px;
  background-color: #eda513;
  width: 100%;
  display: inline-block;
  color: #000;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  padding: 20px;
  border: 0;
  margin-top: 10px;
  font-size: 1rem;
  position: relative;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); }
  .teamstats :hover, .yourteambutton :hover {
    color: #ffff;
    background-color: #2ee59d;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    transform: translateY(-7px); }
  .teamstats :focus, .yourteambutton :focus {
    box-shadow: 0;
    border: 0; }

.statandteam {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px; }

.yourteamtable {
  background-color: #005b7f;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
  font-family: "Hind", sans-serif;
  color: #fff; }
  .yourteamtable .teamselected h2 {
    padding-left: 20px; }
  .yourteamtable .teamselected p {
    padding-left: 20px; }
  .yourteamtable .leaderboard-icon {
    width: 4.75em;
    height: 4.75em;
    object-fit: contain;
    padding: 0.75em;
    border: solid 0.4em #fff;
    border-radius: 50%;
    position: absolute;
    top: -3em;
    left: 50%;
    transform: translateX(-50%);
    background-color: #A1A1A1;
    box-sizing: content-box !important; }
  .yourteamtable .leaderboard-header {
    margin: 0.5em auto; }
    .yourteamtable .leaderboard-header > h2 {
      font-size: 1.6em;
      font-weight: bold;
      text-align: center;
      color: #2f2f2f; }
    .yourteamtable .leaderboard-header > p {
      font-size: 1.2em;
      font-weight: 200;
      margin-top: 0.5em; }
    .yourteamtable .leaderboard-header .time-remaining {
      font-weight: 900;
      font-size: 1.8em; }
  .yourteamtable table {
    margin: 0;
    font-size: 0.9em; }
    .yourteamtable table tr:nth-child(odd) {
      background-color: #003663; }
    .yourteamtable table tr tr:nth-child(odd) {
      background-color: #003663; }
    .yourteamtable table tr th, .yourteamtable table tr td {
      width: 15%;
      background-color: transparent; }
      .yourteamtable table tr th:nth-child(-n+2) span, .yourteamtable table tr td:nth-child(-n+2) span {
        font-weight: normal; }

.leaderconfig {
  margin: 0;
  padding-top: unset;
  background-color: unset; }
  .leaderconfig .leaderboard-topright {
    width: fit-content;
    float: right;
    padding-right: 20px;
    color: #2f2f2f; }
  .leaderconfig .leaderboard-top {
    display: inline-block;
    padding-left: 20px; }
    .leaderconfig .leaderboard-top img {
      width: 100px; }
  .leaderconfig .teamselected {
    padding-left: 20px;
    padding-right: 20px;
    color: #2f2f2f; }

.reset {
  padding-top: 2em;
  background-color: #fff; }

.afterleader {
  display: none; }
  .afterleader tr td {
    width: 400px; }

.newheight {
  height: 100% !important; }

/*--playersection*/
.playersection {
  display: none; }
  .playersection h2 {
    color: #fff;
    text-align: center; }
    .playersection h2 img {
      width: 50px; }
  .playersection table {
    width: 100%; }
    .playersection table tbody {
      width: 100%; }
    .playersection table tr:nth-child(odd) {
      background-color: #003663; }
    .playersection table tr {
      padding-left: 10%; }
      .playersection table tr td {
        width: 33%;
        color: #fff;
        text-align: center; }
  .playersection .type {
    text-align: left; }

/*---------------Pickers Custom Sections------------------------------------*/
p,
label {
  font: 1rem "Hind", sans-serif, sans-serif; }

.teamfilter {
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 35%;
  float: right;
  display: inline; }

.container {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.playername {
  display: inline-block;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
  font-size: 0.7em; }

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  height: 100%;
  right: 13px;
  width: 4em;
  background-image: url(img/add.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-image: url(img/tick.png) !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  background-image: url(img/tick.png) !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

input {
  margin: 0.4rem; }

#tabnames .nav-item {
  width: 25%; }
  #tabnames .nav-item .active {
    color: #fff !important;
    font-weight: bold; }
  #tabnames .nav-item .nav-link {
    color: #2f2f2f;
    text-align: center; }
#tabnames .nav-link.active {
  background-color: #eda513 !important;
  color: #000 !important; }

.teams .container {
  background-color: #eee;
  background-clip: padding-box;
  padding: 10px;
  text-transform: uppercase;
  position: relative; }

.teamshirts {
  float: right;
  position: relative;
  right: 5em; }
  .teamshirts img {
    width: 3.2em; }

.smallt {
  font-size: 10px;
  background: #efefef;
  color: black;
  padding: 0.3em; }

.picktitle {
  font-family: "Hind", sans-serif;
  color: #fff;
  font-size: 1.2em; }

.backgroundbox {
  background-color: #37003c;
  left: 0;
  position: relative;
  display: inline-block; }
  .backgroundbox h2 {
    left: 15px;
    position: relative;
    margin: 0;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px; }

#next {
  background: #eda513;
  position: relative;
  bottom: 30px;
  width: 70%;
  left: 15%;
  text-align: center;
  text-decoration: none;
  color: #000;
  font-family: #37003c;
  border: none;
  font-size: 1.6em;
  padding: 0.5em 1em 0.5em 1em; }

.theplayers {
  max-height: 520px;
  margin-top: 15px;
  font-family: "Hind", sans-serif;
  overflow: scroll;
  overflow-x: hidden; }

/*---------------Pickers Sections------------------------------------*/
@media only screen and (max-width: 500px) {
  #next {
    position: fixed; }

  .buttonstart {
    width: 100% !important;
    left: inherit !important; }
    .buttonstart:visited {
      color: #37003c; }
    .buttonstart:active {
      color: #37003c; }
    .buttonstart:focus {
      color: #37003c; }

  #teams {
    background-size: cover;
    background-position: center; } }
@media only screen and (min-height: 700px) {
  #next {
    position: fixed;
    bottom: 10%; } }
@media only screen and (min-width: 900px) {
  #next {
    position: relative; } }

/*# sourceMappingURL=style.css.map */
