.navbar-main {
  background-color: #101251;
}

.navbar-picks {
  background-color: #143cab;
  font-family: 'Teko', sans-serif;
  font-size: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar {
  font-family: 'Teko', sans-serif;
  font-size: 1.5rem;
}


body {
  font-family: 'Source Sans Pro', sans-serif;
  background-color: #eeeeee;
}

.score {
  font-family: 'Teko', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.score-losing{
  color: #757575;
}

.fixture-card{
  border-radius: 5px;
  border-width: 1px;
  border-color: #e3e3e3;
  border-style: solid;
  background-color: white;
}

.date-row {
  border-width: 1px;
  border-bottom-style: solid;
  border-color: #ececec;
}

.date, .login-label {
  color: #757575;
  font-weight: 600;
  font-size: 0.8rem;
}

.week {
  color: white;
}

.week-select {
  fill: white;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
  max-height: 1rem;

}

.week-select:hover{
  fill: rgba(255, 255, 255, 0.6);
}

.percentage-display {
  max-width: 70%;
  max-height: 30px;
}

.table {
  border-radius: 5px;
  border-collapse: collapse;
  overflow: hidden;
}

.table-dark{
  --bs-table-bg: #143cab;
}

.correct-pick {
  fill: #3cb200;
}

.incorrect-pick {
  fill: #f50003;
}

.incorrect-pick, .correct-pick {
  max-height: 2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.margin-text {
  font-weight: 600;
}

.margin-text-row {
  border-width: 1px;
  border-top-style: solid;
  border-color: #ececec;
}

.final-margin-text {
  color: #1b48e0;
  font-weight: 600;
  font-size: 1.25rem;
}

.login-form-container, .account-confirmation, .logout-confirmation {
  background-color: white;
  border-width: 1px;
  border-style: solid;
  border-color: #e3e3e3;
  border-radius: 5px;

}

.login-message{
  color:#f50003;
}

.btn-body {
  font-family: 'Teko', sans-serif;
  font-size: 1.5rem;
}

.username-display {
  font-size: 1.5rem;
  font-weight: 600;
}
