.scorecard-container {
  width: 100%;
  height: 602px;
  background: linear-gradient(270deg, #003a29 -7.21%, rgba(0, 58, 41, 0) 5.16%, rgba(0, 58, 41, 0) 95.13%, #003a29 107.68%);
  overflow-x: scroll;
}
.scorecard-container table {
  width: 100%;
  height: 100%;
  box-shadow: 0 0 200px rgba(0, 0, 0, 0.9) inset;
}
.scorecard-container table tr {
  height: 60.169px;
  text-align: center;
}
.scorecard-container table tr .Birdie {
  background: #a0ffc8;
}
.scorecard-container table tr .Eagle {
  background: #00ff6a;
}
.scorecard-container table tr .HoleInOne {
  background: #08a649;
}
.scorecard-container table tr .Bogey {
  background: #004d36;
}
.scorecard-container table tr .Bogey p {
  color: white;
}
.scorecard-container table tr .DoubleBogey {
  background: #548576;
}
.scorecard-container table tr .DoubleBogey p {
  color: white;
}
.scorecard-container table tr .TripleBogey {
  background: #97cfbf;
}
.scorecard-container table tr:nth-child(even) {
  background: var(--Inspirational-Green, #e7f7f1);
}
.scorecard-container table tr:nth-child(odd) {
  background: var(--White, #fff);
}
.scorecard-container table td,
.scorecard-container table th {
  text-align: center;
}
.scorecard-container table td p,
.scorecard-container table th p {
  color: var(--Heritage-Green, #004d36);
  text-align: center;
  font-family: Libre Franklin;
  font-size: 19.254px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.193px;
}
.scorecard-container #scorecard-table__headers {
  background: var(--Go-Green, #00e677);
  width: 197px;
}

@media (max-width: 769px) {
  .scorecard-container table {
    height: 602px; /* 422px */
    table-layout: fixed;
  }
  .scorecard-container table ::-webkit-scrollbar {
    height: 5px;
    background-color: #f5f5f5;
  }
  .scorecard-container table ::-webkit-scrollbar-thumb {
    background-color: #000000;
  }
  .scorecard-container table thead th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .scorecard-container table thead #scorecard-table__headers > th {
    background-color: #004d36;
  }
  .scorecard-container table tbody #scorecard-table__headers th:first-child {
    background: var(--Go-Green, #00e677);
  }
  .scorecard-container table tbody th:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .scorecard-container table tbody tr {
    background: aqua;
  }
  .scorecard-container table tbody tr:nth-child(even) .scorecard-table__row-title {
    background: var(--Inspirational-Green, #e7f7f1);
  }
  .scorecard-container table tbody tr:nth-child(odd) .scorecard-table__row-title {
    background: var(--White, #fff);
  }
  .scorecard-container table td {
    height: 3.76rem;
    width: 3.76rem;
  }
  .scorecard-container table .scorecard-table__row-title {
    position: sticky;
  }
}
@media (max-width: 1280px) {
  table {
    width: 1920px !important;
    height: 602px !important;
  }
}

/*# sourceMappingURL=playerScorecard.css.map */
