body {
  font-family: prompt, sans-serif
}

.container {
  text-align: center;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

ul {
  padding-inline-start: 0
}

.linktoch {
  color: #febf00
}

.linktoch:hover {
  color: white
}

.vstavle {
  color: #febf00;
  font-size: 12px
}

.timefont {
  font-size: 12px
}

.team-name {
  display: block !important;
  font-size: 12px;
  margin-block-start: 1em !important;
  margin-block-end: 1em !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
  margin-top: 6px !important
}

h2 {
  font-size: 26px;
  margin: 20px 0;
  text-align: center
}

h2 small {
  font-size: .5em
}

.table-header p {
  margin: 0
}

.responsive-table li {
  border-radius: 3px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px
}

.responsive-table .table-header {
  background: #FF9800;
  background: linear-gradient(146deg, #FF9800 30%, rgba(23, 8, 8, 1) 100%);
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.responsive-table .table-header2 {
  background-color: #009688;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .03em
}

.responsive-table .table-row {
  color: white;
  background-color: #1b1b1b;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1)
}

.responsive-table .col-1 {
  flex-basis: 10%
}

.responsive-table .col-2 {
  flex-basis: 40%
}

.responsive-table .col-3 {
  flex-basis: 25%
}

.responsive-table .col-4 {
  flex-basis: 25%
}

.responsive-table .col-12 {
  flex-basis: 100%
}

@media all and (max-width: 1px) {
  .responsive-table .table-header {
    display: none
  }

  .responsive-table li {
    display: block
  }

  .responsive-table .col {
    flex-basis: 100%
  }

  .responsive-table .col {
    display: flex;
    padding: 10px 0
  }
}

.container-match {
  display: flex;
  flex-direction: column;
  overflow: hidden
}

.box-match {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
  padding: 16px;
  border-radius: 4px;
  justify-content: space-between;
  background: #FF9800;
  background: linear-gradient(146deg, #FF9800 30%, rgba(23, 8, 8, 1) 100%);
}

.team-match-wrapper {
  display: flex;
  align-items: center
}

.team-match {
  display: flex;
  justify-content: center;
  align-items: center
}

.team-match-name {
  display: block !important;
  color: #000 !important;
  text-align: center !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important
}

.team-match-img {
  width: 40px
}

.img_league_x {
  border-radius: 5px;
  background: #ffffff;
  padding: 5px;
}

.versus-match {
  margin: 0 16px;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 600px;
  color: red
}

.event-match-time {
  font-weight: 600px;
  color: #fff;
  text-align: center;
  font-size: .875rem;
  line-height: 1.25rem
}

.player-match-wrapper {
  display: flex;
  justify-content: center
}

.player-wrapper {
  width: 100%;
  text-align: center
}

.right-spacing {
  margin-right: 8px
}

.liveText {
  display: none;
  color: red;
  font-size: 12px
}

.scoreText {
  font-size: 24px;
  font-weight: 500;
  color: #00bcd4;
}

@media only screen and (min-width: 768px) {
  .box-match {
    flex-direction: row
  }

  .liveText {
    display: block
  }

  .team-name {
    font-size: 16px
  }

  .scoreText {
    font-size: 24px
  }
}

.live-container {
  width: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center
}

.live-container {
  height: 24px;
  width: 24px
}

.live {
  background: red;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  animation: load 1.5s ease-out infinite
}

.elapsed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.elapsedText {
  color: red;
  margin: 0 !important
}

@keyframes load {
  0% {
    width: 10px;
    height: 10px;
    opacity: 1
  }

  50% {
    width: 16px;
    height: 16px;
    opacity: .5
  }

  100% {
    width: 10px;
    height: 10px;
    opacity: 1
  }
}