/* -----------------------------------------------------------
	font-face
----------------------------------------------------------- */
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.match-content-page-wrapper {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper {
    border: none;
    border-radius: 0;
  }
}
.match-content-page-wrapper .match-content-header {
  padding: 20px 20px 16px 20px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .match-content-header {
    padding: 12px 0px;
  }
}
.match-content-page-wrapper .list-match-info {
  margin-bottom: 16px;
}
.match-content-page-wrapper .list-match-info .match-info-item {
  display: flex;
  gap: 0px 16px;
  align-items: center;
  padding: 6px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.match-content-page-wrapper .list-match-info .match-info-item .icon-match-info {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  object-fit: cover;
}
.match-content-page-wrapper .list-match-info .match-info-item .info-detail {
  display: flex;
  flex-direction: column;
}
.match-content-page-wrapper .list-match-info .match-info-item .info-detail .label-1 {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height */
  color: #FFFFFF;
}
.match-content-page-wrapper .list-match-info .match-info-item .info-detail .label-2 {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */
  color: rgba(255, 255, 255, 0.5);
}
.match-content-page-wrapper .match-table-summary {
  width: 100%;
  height: auto;
}
.match-content-page-wrapper .match-table-summary .row-background {
  background: rgba(255, 255, 255, 0.1);
}
.match-content-page-wrapper .match-table-summary .match-table-row {
  padding: 6px 20px;
  display: flex;
  min-height: 48px;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .match-table-summary .match-table-row {
    padding: 6px 10px;
  }
}
.match-content-page-wrapper .match-table-summary .match-table-row .time {
  min-width: 20px;
  max-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .match-table-summary .match-table-row .time {
    margin-right: 8px;
  }
}
.match-content-page-wrapper .match-table-summary .match-table-row .score {
  min-width: 40px !important;
  width: 40px;
  max-width: 40px;
  text-align: center;
  display: inline-block;
  margin: 0px 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height */
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .match-table-summary .match-table-row .score {
    margin: 0 20px;
  }
}
.match-content-page-wrapper .match-table-summary .match-table-row .match-result-wrapper {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.match-content-page-wrapper .match-table-summary .match-table-row .match-result-item {
  flex-grow: 1;
  display: flex;
  width: 50%;
  gap: 0px 8px;
  align-items: center;
}
.match-content-page-wrapper .match-table-summary .match-table-row .match-result-item:first-of-type {
  justify-content: flex-end;
}
.match-content-page-wrapper .match-table-summary .match-table-row .match-result-item:first-of-type .player-1, .match-content-page-wrapper .match-table-summary .match-table-row .match-result-item:first-of-type .player-2 {
  display: rtl !important;
}
.match-content-page-wrapper .match-table-summary .match-table-row .match-result-item:last-of-type {
  justify-content: flex-start;
}
.match-content-page-wrapper .match-table-summary .match-table-row .match-result-item .icon {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.match-content-page-wrapper .match-table-summary .match-table-row .match-result-item .detail-result {
  display: flex;
  flex-direction: column;
}
.match-content-page-wrapper .match-table-summary .match-table-row .match-result-item .detail-result .player-1 {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .match-table-summary .match-table-row .match-result-item .detail-result .player-1 {
    max-width: 80px;
  }
}
.match-content-page-wrapper .match-table-summary .match-table-row .match-result-item .detail-result .player-2 {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.5);
  max-width: 120px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .match-table-summary .match-table-row .match-result-item .detail-result .player-2 {
    max-width: 80px;
  }
}
.match-content-page-wrapper .match-stats-content-wrapper {
  width: 100%;
}
.match-content-page-wrapper .match-stats-content-wrapper .match-stats-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px 0px;
  margin-bottom: 16px;
}
.match-content-page-wrapper .match-stats-content-wrapper .top-match-stats-item {
  display: flex;
  justify-content: space-between;
}
.match-content-page-wrapper .match-stats-content-wrapper .top-match-stats-item .first-value {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */
  color: rgba(255, 255, 255, 0.5);
}
.match-content-page-wrapper .match-stats-content-wrapper .top-match-stats-item .label {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.match-content-page-wrapper .match-stats-content-wrapper .top-match-stats-item .second-value {
  font-style: normal;
  font-weight: bold;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */
  text-align: right;
  color: #FFFFFF;
}
.match-content-page-wrapper .match-stats-content-wrapper .progress-match-stats-item-wrapper {
  display: flex;
  align-items: center;
  gap: 0px 8px;
  width: 100%;
  height: 10px;
}
.match-content-page-wrapper .match-stats-content-wrapper .progress-match-stats-item-wrapper .progress-match-stats-item {
  width: 50%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 16px;
}
.match-content-page-wrapper .match-stats-content-wrapper .progress-match-stats-item-wrapper .progress {
  width: 100%;
  height: 100%;
}
.match-content-page-wrapper .match-stats-content-wrapper .progress-match-stats-item-wrapper .progress-value {
  height: 100%;
}
.match-content-page-wrapper .match-stats-content-wrapper .progress-match-stats-item-wrapper .progress-1 {
  display: flex;
  justify-content: flex-end;
}
.match-content-page-wrapper .match-stats-content-wrapper .progress-match-stats-item-wrapper .progress-1 .progress-value {
  background-color: rgba(255, 255, 255, 0.7);
}
.match-content-page-wrapper .match-stats-content-wrapper .progress-match-stats-item-wrapper .progress-2 .progress-value {
  background: #009A5F;
}
.match-content-page-wrapper .match-h2h-content-wrapper .h2h-item {
  margin-bottom: 16px;
}
.match-content-page-wrapper .match-h2h-content-wrapper .txt-h2h-common {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 350px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .match-h2h-content-wrapper .txt-h2h-common {
    max-width: 200px;
  }
}
.match-content-page-wrapper .list-suggestion {
  list-style: none;
  margin-top: 16px;
}
.match-content-page-wrapper .list-suggestion li {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.match-content-page-wrapper .list-suggestion li .icon {
  width: 13px;
  height: 13px;
  border: none;
  border-radius: 50%;
}
.match-content-page-wrapper .list-suggestion li .label {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */
  color: #FFFFFF;
}
.match-content-page-wrapper .list-suggestion .bg-green {
  background-color: #31FFE6 !important;
}
.match-content-page-wrapper .list-suggestion .bg-violet {
  background-color: #B235FF !important;
}
.match-content-page-wrapper .list-news-filter {
  display: flex;
  align-items: center;
  gap: 0px 12px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .list-news-filter {
    margin-bottom: 24px;
  }
}
.match-content-page-wrapper .list-news-filter .filter-item {
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  cursor: pointer;
  /* identical to box height */
  letter-spacing: -0.01em;
  color: #fff;
  background: transparent;
  /* #FFFFFF */
  border: 1px solid #FFFFFF;
  border-radius: 100px;
}
.match-content-page-wrapper .list-news-filter .active {
  background: #FFFFFF;
  color: #000000;
}
.match-content-page-wrapper .visual-match-wrapper {
  width: 100%;
  height: 790px;
  background-image: url("../images/visual-match-background.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper {
    height: 650px;
  }
}
.match-content-page-wrapper .visual-match-wrapper .label {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.match-content-page-wrapper .visual-match-wrapper .top-label {
  position: absolute;
  top: 26px;
  left: 17px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .top-label {
    top: 14px;
    left: 12px;
  }
}
.match-content-page-wrapper .visual-match-wrapper .bottom-label {
  position: absolute;
  bottom: 21px;
  left: 17px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .bottom-label {
    bottom: 13px;
    left: 12px;
  }
}
.match-content-page-wrapper .visual-match-wrapper .match-line {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 50px;
  width: 100%;
}
.match-content-page-wrapper .visual-match-wrapper .player-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px 0px;
  justify-content: center;
  align-items: center;
}
.match-content-page-wrapper .visual-match-wrapper .player-wrapper .number {
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  border-radius: 50%;
  position: relative;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .player-wrapper .number {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 16px;
  }
}
.match-content-page-wrapper .visual-match-wrapper .player-wrapper .number .icon {
  position: absolute;
  min-width: 14px;
  max-width: 14px;
  height: 14px;
}
.match-content-page-wrapper .visual-match-wrapper .player-wrapper .number .icon-arrow {
  right: -3px;
  bottom: -3px;
}
.match-content-page-wrapper .visual-match-wrapper .player-wrapper .number .icon-card, .match-content-page-wrapper .visual-match-wrapper .player-wrapper .number .icon-ball {
  top: -3px;
  right: -3px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .player-wrapper .number .icon-card, .match-content-page-wrapper .visual-match-wrapper .player-wrapper .number .icon-ball {
    top: -7px;
    right: -5px;
  }
}
.match-content-page-wrapper .visual-match-wrapper .player-wrapper .player-name {
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}
.match-content-page-wrapper .visual-match-wrapper .list-player {
  width: 100%;
  display: flex;
}
.match-content-page-wrapper .visual-match-wrapper .list-player .player-item {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 {
  position: absolute;
  width: 100%;
  height: 45%;
  top: 25px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-1 {
    top: 40px;
    left: 0;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 .number {
  color: #000;
  background-color: #0A8051;
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-1 {
  top: 0;
  left: 0;
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-2 {
  top: 100px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-2 {
    top: 65px;
    left: 0;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-2 .player-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 88px;
  font-weight: bold;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-2 .player-name {
    word-break: break-word;
    white-space: break-spaces;
    max-width: 66px;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-3 {
  top: 200px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-3 {
    top: 145px;
    left: 0;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-3 .player-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 88px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-3 .player-name {
    word-break: break-word;
    white-space: break-spaces;
    max-width: 66px;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-4 {
  top: 300px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-4 {
    top: 225px;
    left: 0;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-4 .list-player {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0px 62px;
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-1 .match-line-4 .list-player .player-name {
  min-width: max-content;
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 {
  position: absolute;
  width: 100%;
  height: 45%;
  bottom: 25px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-2 {
    bottom: 40px;
    left: 0;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 .number {
  color: #000;
  background-color: #fff;
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-1 {
  bottom: 0;
  left: 0;
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-2 {
  bottom: 100px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-2 {
    bottom: 65px;
    left: 0;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-2 .player-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 88px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-2 .player-name {
    word-break: break-word;
    white-space: break-spaces;
    max-width: 66px;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-3 {
  bottom: 200px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-3 {
    bottom: 145px;
    left: 0;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-3 .player-name {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 88px;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-3 .player-name {
    word-break: break-word;
    white-space: break-spaces;
    max-width: 66px;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-4 {
  bottom: 300px;
  left: 0;
}
@media only screen and (max-width: 991px) {
  .match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-4 {
    bottom: 215px;
    left: 0;
  }
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-4 .list-player {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0px 62px;
}
.match-content-page-wrapper .visual-match-wrapper .visual-club-2 .match-line-4 .list-player .player-name {
  min-width: max-content;
}

.substitution-content-wrapper {
  padding: 16px 0px;
  width: 100%;
}
.substitution-content-wrapper .list-substitution .list-substitution-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 8px;
  gap: 0px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.substitution-content-wrapper .list-substitution .substitution-item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 991px) {
  .substitution-content-wrapper .list-substitution .substitution-item {
    gap: 8px;
  }
}
.substitution-content-wrapper .list-substitution .time {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 16px;
  /* identical to box height */
  /* #FFFFFF */
  color: rgba(255, 255, 255, 0.5);
}
.substitution-content-wrapper .list-substitution .substitution-info {
  display: flex;
  flex-direction: column;
  gap: 2px 0px;
  flex-grow: 1;
}
.substitution-content-wrapper .list-substitution .substitution-info .player-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
}
.substitution-content-wrapper .list-substitution .substitution-info .player-wrapper .icon {
  min-width: 14px;
  max-width: 14px;
  height: 14px;
  object-fit: cover;
  border-radius: 50%;
}
.substitution-content-wrapper .list-substitution .substitution-info .player-wrapper .player-name {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}
@media only screen and (max-width: 991px) {
  .substitution-content-wrapper .list-substitution .substitution-info .player-wrapper .player-name {
    max-width: 100px;
  }
}
.substitution-content-wrapper .list-substitution .substitution-info .player-wrapper .player-1 {
  color: rgba(255, 255, 255, 0.5);
}
.substitution-content-wrapper .list-substitution .substitution-info .player-wrapper .player-2 {
  color: #fff;
  font-weight: bold;
}

.substitution-player-wrapper {
  padding: 16px 0px;
}
.substitution-player-wrapper .list-substitution-player .substitution-player-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0px 8px;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.substitution-player-wrapper .list-substitution-player .substitution-player-item .player-item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0px 8px;
}
.substitution-player-wrapper .list-substitution-player .substitution-player-item .player-item .number {
  display: flex;
  min-width: 20px;
  min-height: 20px;
  max-height: 20px;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
  line-height: 14px;
  /* identical to box height */
  /* #FFFFFF */
  color: #FFFFFF;
  position: relative;
}
.substitution-player-wrapper .list-substitution-player .substitution-player-item .player-item .player-name {
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #FFFFFF;
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .substitution-player-wrapper .list-substitution-player .substitution-player-item .player-item .player-name {
    max-width: 140px;
  }
}
.substitution-player-wrapper .list-substitution-player .substitution-player-item .player-item .icon {
  min-width: 9px;
  max-width: 9px;
  height: 9px;
  object-fit: cover;
  border-radius: 50%;
  position: absolute;
}
.substitution-player-wrapper .list-substitution-player .substitution-player-item .player-item .icon-arrow-green {
  right: -4px;
  bottom: -4px;
}
.substitution-player-wrapper .list-substitution-player .substitution-player-item .player-item .icon-ball {
  top: -4px;
  left: -4px;
}

.suspensions-content-wrapper {
  padding: 16px 0px;
}
.suspensions-content-wrapper .list-suspensions .list-suspensions-item {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 0px 8px;
}
.suspensions-content-wrapper .list-suspensions .suspensions-item {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 0px 12px;
}
.suspensions-content-wrapper .list-suspensions .icon img {
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  object-fit: cover;
  border-radius: 50%;
}
.suspensions-content-wrapper .list-suspensions .suspensions-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.suspensions-content-wrapper .list-suspensions .suspensions-info .player-name {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
@media only screen and (max-width: 991px) {
  .suspensions-content-wrapper .list-suspensions .suspensions-info .player-name {
    max-width: 120px;
  }
}
.suspensions-content-wrapper .list-suspensions .suspensions-info .player-name-1 {
  color: #fff;
}
.suspensions-content-wrapper .list-suspensions .suspensions-info .player-name-2 {
  color: rgba(255, 255, 255, 0.15);
}

/*# sourceMappingURL=match.css.map */
