.typer-season-group .typer-season {
  padding: 24px 0; }
.typer-season-group .typer-season-actions {
  display: flex;
  justify-content: center;
  margin-bottom: 18px; }
.typer-season-group .typer-coupon-form-wrap {
  margin-bottom: 20px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 10px; }
.typer-season-group .typer-coupon-form-table {
  margin-bottom: 12px; }
  .typer-season-group .typer-coupon-form-table th,
  .typer-season-group .typer-coupon-form-table td {
    border: 1px solid rgba(0, 0, 0, 0.12); }
  .typer-season-group .typer-coupon-form-table select.form-control {
    min-width: 220px;
    max-width: 100%; }
.typer-season-group .typer-coupon-form-actions {
  display: flex;
  justify-content: center;
  padding-bottom: 20px; }
.typer-season-group .typer-season-table {
  margin-bottom: 18px; }
  .typer-season-group .typer-season-table th {
    font-size: 14rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    white-space: nowrap; }
  .typer-season-group .typer-season-table td {
    vertical-align: middle;
    font-size: 16rem; }
  .typer-season-group .typer-season-table .timetable-team-cell {
    display: flex;
    align-items: center;
    gap: 8px; }
    .typer-season-group .typer-season-table .timetable-team-cell .timetable-team-logo-wrapper {
      min-width: 40px;
      width: 40px; }
    .typer-season-group .typer-season-table .timetable-team-cell .timetable-team-name {
      line-height: 1.2; }
.typer-season-group .typer-season-date,
.typer-season-group .typer-season-score,
.typer-season-group .typer-ranking-points {
  white-space: nowrap;
  text-align: center;
  font-weight: 600; }
.typer-season-group .typer-ranking-current-user {
  border-top: 2px dashed #761828;
  border-bottom: 2px dashed #003b5a; }
.typer-season-group .typer-user-type {
  display: inline-block;
  border-radius: 8px;
  padding: 6px 10px;
  font-weight: 600;
  white-space: nowrap; }
  .typer-season-group .typer-user-type.typer-hit {
    color: #1f7a1f;
    background: rgba(31, 122, 31, 0.14); }
  .typer-season-group .typer-user-type.typer-miss {
    color: #ad1f1f;
    background: rgba(173, 31, 31, 0.14); }
.typer-season-group .typer-season-ranking-module-title {
  padding-top: 18px;
  padding-bottom: 10px; }
  .typer-season-group .typer-season-ranking-module-title .module-title-text {
    font-size: 30rem;
    margin: 0; }
.typer-season-group .typer-ranking-user {
  display: flex;
  align-items: center;
  gap: 10px; }
.typer-season-group .typer-ranking-avatar {
  width: 42px;
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  background: #f1f3f8; }
  .typer-season-group .typer-ranking-avatar .image {
    margin: 0;
    width: 100%;
    height: 100%; }
  .typer-season-group .typer-ranking-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
.typer-season-group .typer-ranking-nick {
  font-weight: 600; }

@media (max-width: 767.5px) {
  .typer-season-group .typer-season {
    padding: 10px 0; }
  .typer-season-group .typer-season-actions {
    justify-content: stretch; }
    .typer-season-group .typer-season-actions .btn {
      width: 100%; }
  .typer-season-group .typer-season-table th,
  .typer-season-group .typer-season-table td {
    font-size: 14rem; }
  .typer-season-group .typer-season-table .timetable-team-cell {
    min-width: 180px; }
  .typer-season-group .typer-coupon-form-actions .btn {
    width: 100%; }
  .typer-season-group .typer-season-ranking-module-title {
    padding-top: 8px;
    padding-bottom: 8px; }
    .typer-season-group .typer-season-ranking-module-title .module-title-text {
      font-size: 24rem; } }

/*# sourceMappingURL=typer_season.css.map */
