.f-matchcenter {
  padding: 0 10px;
}
.f-matchcenter__header {
  margin-bottom: 20px;
  text-align: center;
  font-size: 14px;
}
.f-matchcenter__title {
  margin-bottom: 10px;
  color: #000;
}
.f-matchcenter__subtitle {
  color: #757575;
} 
.f-matchcenter__board {
  padding: 0 70px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .f-matchcenter__board {
    padding: 0 15px;
  }
}
@media (max-width: 639px) {
  .f-matchcenter__board {
    padding: 0;
  }
}
.f-matchcenter__board__team {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .f-matchcenter__board__team {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  .f-matchcenter__board__team--guest {
    align-items: flex-end;
  }
}
.f-matchcenter__board__team-logo {
  width: 65px;
}
@media (max-width: 991px) {
  .f-matchcenter__board__team-logo {
    width: 50px;
  }
}
.f-matchcenter__board__team-logo img {
  /*    border-radius: 50%;*/
}
.f-matchcenter__board__team-name {
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .f-matchcenter__board__team-name {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  .f-matchcenter__board__team-name {
    font-size: 12px;
  }
}
.f-matchcenter__board-score {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 991px) {
  .f-matchcenter__board-score {
    font-size: 28px;
  }
}
.f-matchcenter__board-status {
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.f-matchcenter__board__trainer {
  font-size: 12px;
}
.f-matchcenter__board__trainer--guest {
  text-align: right;
}
.f-matchcenter__board__trainer__title {
  color: #757575;
}
.f-matchcenter__board-right .f-matchcenter__board__team-stat {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .f-matchcenter__board-right .f-matchcenter__board__team-stat {
    flex-direction: column;
    align-items: flex-end;
  }
}
.f-matchcenter__board__team-stat {
  margin-bottom: 35px;
  font-size: 14px;
  display: flex;
}
@media (max-width: 991px) {
  .f-matchcenter__board__team-stat {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 639px) {
  .f-matchcenter__board__team-stat {
    font-size: 12px;
  }
}
.f-matchcenter__board__team-stat-param {
  display: flex;
  margin-right: 5px;
}
.f-matchcenter__board__team-stat-param div {
  cursor: default;
}
.f-matchcenter__board-right .f-matchcenter__board__team-stat-param {
  justify-content: flex-end;
  margin-right: 0;
  margin-left: 5px;
}
.f-matchcenter__board__team-stat .tooltip-inner {
  text-align: center !important;
  min-width: 100px !important;
}
.f-matchcenter__board-byperiods-teamname {
  /*       @include viewport--sm {
             font-size: 12px;
             max-width: 72px;
             overflow: hidden;
             text-overflow: ellipsis;
         }
     }*/
}
.f-matchcenter__board-byperiods {
  margin-top: 20px;
}
.f-matchcenter__board-byperiods table {
  font-size: 14px;
  margin: 0 auto;
  /*  @include viewport--sm {
            font-size: 12px;
        }
  */
}
.f-matchcenter__board-byperiods thead {
  font-weight: 700;
}
.f-matchcenter__board-byperiods th:first-child {
  padding-right: 20px;
  text-align: left;
}
.f-matchcenter__board-byperiods th {
  border-bottom: 1px solid #C7C7C7;
}
.f-matchcenter__board-byperiods tbody td {
  height: 25px;
  white-space: nowrap;
}
.f-matchcenter__board-byperiods td, .f-matchcenter__board-byperiods th {
  width: 30px;
  text-align: center;
  /* @include viewport--sm {
       width: 20px;
   }*/
}
.f-matchcenter__board-byperiods tbody td:first-child {
  text-align: left;
}
.f-matchcenter__board-byperiods tbody tr:first-child td {
  padding-top: 6px;
}
.f-matchcenter__center {
  text-align: center;
  padding: 0 10px;
}

.tooltip-inner {
  max-width: none !important;
  min-width: 180px;
}

.tooltip-header {
  font-weight: bold !important;
  white-space: nowrap;
  padding: 0 !important;
  text-align: left !important;
}

.tooltip-header .time {
  position: static !important;
  margin-right: 10px !important;
}
