.bg-green {
  background-color: #53A016;
}

.text-green {
  color: #53A016;
}

.text-dk-green {
  color: #3A700F;
}

.text-lt-green {
  color: #C1FF91;
}

.text-vlt-green {
  color: #E0FFC8;
}

.bg-green a:hover {
  color: white;
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

img.icon {
  height: 1.5rem;
}

.icon-span {
  display: inline-block;
  width: 2rem;
  text-align: center;
}

img.crest {
  height: 3rem;
}

.home,
.away {
  width: 3rem;
}

.score {
  width: 3rem;
}

h1,
h2,
h3,
h4,
h5,
h5 {
  font-family: "DM Sans", sans-serif;
}

@media (max-width: 568px) {
  body,
  table {
    font-family: "Cabin Condensed", sans-serif;
    font-size: 0.9rem;
  }
  img.icon {
    height: 1.25rem;
  }
  img.crest {
    height: 1.5rem;
  }
}
tr {
  transition: background-color 0.5s ease-in-out;
}

.flash-success {
  background-color: #ffe69c;
}

.pulse {
  animation: pulseAnim 1.5s infinite;
}

@keyframes pulseAnim {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.btn-xs {
  padding: 1px 5px;
  line-height: 1.5;
  border-radius: 3px;
  font-size: 0.75rem;
}

.form-badge {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  padding-top: 0.375rem;
}

.font-monospace {
  font-family: "Google Sans Code", monospace !important;
}

.query-window {
  font-size: 0.8rem;
}

.query-result {
  font-size: 0.8rem;
}

.pointer {
  cursor: pointer;
}

.w-0 {
  width: 0;
}

.h-0 {
  height: 0;
}

.corner {
  border-style: solid;
  border-width: 40px 40px 0 0;
  z-index: 0;
  border-radius: 0.375rem 0 0 0;
}

.corner.home {
  border-color: #000a3c #fff;
  color: #fff;
}

.corner.away {
  border-color: #ffe100 #fff;
  color: #000a3c;
}

.corner span {
  text-align: center;
  left: 6px;
  top: -40px;
  position: relative;
  margin: 0;
  z-index: 99;
  font-size: 0.8em;
  font-weight: 500;
}

.best-indicator {
  top: 50%;
  transform: translateY(-50%);
  width: 0.3rem;
  height: 1.2rem;
}

.font-small, .text-small {
  font-size: 0.75rem;
}

img.match-card, img.match-goal, img.player-flag-sm {
  height: 0.7rem;
  margin-top: -0.2rem;
}

.shirt-number {
  display: inline-block;
  width: 1.5rem;
}

.appearance-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.appearance-row {
  display: grid;
  grid-template-columns: 2.8fr 0.7fr 3.2fr 1.5fr 2fr 1.2fr 0.7fr;
  gap: 0.1rem;
  padding: 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.club-row {
  display: grid;
  grid-template-columns: 3fr 4.2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 0.1rem;
  padding: 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.appearance-row span {
  text-align: left;
}

.card.player-profile {
  background-image: url(/images/profile-bg.svg);
  background-repeat: no-repeat;
  background-position: 100%;
  background-size: cover;
}

.sub-minutes {
  font-size: 0.7rem;
  font-weight: 600;
}

svg.icon {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.25rem;
}/*# sourceMappingURL=site.css.map */