@charset "UTF-8";
.search-select .vs--open .vs__dropdown-toggle input {
  position: absolute;
  top: 42px;
  left: 5px;
  height: 30px;
  z-index: 999999;
  border: 1px solid #dddddd;
  border-radius: 4px;
  max-width: initial !important;
  opacity: 1;
  pointer-events: initial; }
.search-select .vs--open .vs__dropdown-menu {
  padding-top: 40px; }
.search-select .vs--open .vs__selected-options {
  position: unset; }

.underline .vs__dropdown-toggle {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid black; }
.underline .vs__dropdown-toggle .vs__selected-options {
  height: 24px !important; }
.underline .vs--single.vs--loading .vs__selected,
.underline .vs--single.vs--open .vs__selected {
  position: unset; }
.underline .vs__dropdown-toggle .vs__selected-options .vs__selected {
  width: unset; }
.underline .vs__dropdown-toggle {
  padding: 0 !important; }
.underline .vs__actions {
  right: 0;
  top: calc(50% + -1px); }
.underline .vs__dropdown-toggle .vs__selected-options .vs__selected {
  margin-left: -5px;
  margin-bottom: 0; }

.vs__dropdown-toggle .vs__selected-options {
  height: 34px;
  align-items: center; }
  .vs__dropdown-toggle .vs__selected-options .vs__selected {
    color: black;
    opacity: 1 !important;
    height: 25px;
    margin-top: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: inline-block;
    width: 115px;
    line-height: 24px;
    overflow-y: hidden; }
    .vs__dropdown-toggle .vs__selected-options .vs__selected span.custom-option-1212-name {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow-x: hidden;
      display: inline-block;
      width: 115px; }
  .vs__dropdown-toggle .vs__selected-options .vs__search {
    margin-top: 0; }
.vs__dropdown-toggle input {
  opacity: 0;
  position: absolute;
  z-index: -1;
  pointer-events: none; }

.vs--open .vs__dropdown-toggle {
  border-bottom-color: rgba(60, 60, 60, 0.26);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.vs__dropdown-menu {
  margin-top: 3px;
  border-radius: 4px;
  padding: 5px;
  width: initial !important; }
  .vs__dropdown-menu .vs__dropdown-option {
    padding-left: 10px; }

.custom-option-1212 {
  display: flex;
  gap: 8px;
  align-items: center; }
  .custom-option-1212 img {
    width: 14px;
    height: 14px; }

.filter-button {
  cursor: pointer; }

.member {
  margin-top: 16px; }
  .member--filter {
    margin-bottom: 2px;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background-color: #FFFFFF;
    padding: 10px; }
    .member--filter-time, .member--filter-type {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 2px;
      background-color: #E6E6E6;
      border-radius: 60px;
      padding: 2px; }
      .member--filter-time-1, .member--filter-time-2, .member--filter-time-3, .member--filter-type-1, .member--filter-type-2, .member--filter-type-3 {
        color: #070F03;
        font-family: Inter;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        border-radius: 60px;
        background-color: transparent;
        white-space: nowrap;
        padding: 4px 8px; }
        .member--filter-time-1.active, .member--filter-time-2.active, .member--filter-time-3.active, .member--filter-type-1.active, .member--filter-type-2.active, .member--filter-type-3.active {
          color: #FFFFFF;
          background-color: #005030; }
  .member--item {
    margin-bottom: 2px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 10px;
    gap: 6px; }
    .member--item-avatar {
      display: flex;
      align-items: center;
      justify-content: center; }
      .member--item-avatar img {
        width: 32px;
        height: 32px;
        object-fit: contain;
        border-radius: 50%; }
    .member--item-title {
      flex-grow: 1; }
      .member--item-title-name {
        overflow: hidden;
        color: #73250D;
        text-overflow: ellipsis;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; }
      .member--item-title-rate {
        display: flex;
        align-items: center;
        justify-content: start; }
        .member--item-title-rate-icon {
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 2; }
          .member--item-title-rate-icon img {
            width: 20px;
            height: 20px;
            object-fit: contain; }
        .member--item-title-rate-text {
          overflow: hidden;
          color: #005030;
          text-overflow: ellipsis;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: 18px; }
    .member--item-percent {
      color: #0EAC6D;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 21px; }

.dark #gamerateApp .member--filter-time,
.dark #gamerateApp .member--filter-type {
  background: linear-gradient(90deg, #292929 0%, #10160E 100%); }
.dark .member--filter-time-1,
.dark .member--filter-time-2,
.dark .member--filter-time-3,
.dark .member--filter-type-1,
.dark .member--filter-type-2,
.dark .member--filter-type-3 {
  color: #BBBBBB; }
.dark .member--filter-time-1.active,
.dark .member--filter-time-2.active,
.dark .member--filter-time-3.active,
.dark .member--filter-type-1.active,
.dark .member--filter-type-2.active,
.dark .member--filter-type-3.active {
  color: #FFFFFF; }

.vs__dropdown-toggle {
  padding: 0px 7px;
  padding-right: 12px; }

.vs__actions {
  padding: 0; }

.flex {
  display: flex; }

.w-half {
  width: 50%; }

.text-center {
  text-align: center; }

.tips-top-left-mobile {
  position: relative;
  flex-grow: 1; }
  .tips-top-left-mobile .dropdown-toggle {
    font-family: Inter;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    display: flex;
    max-width: 92px;
    padding: 8px 28px 8px 10px;
    align-items: center;
    border-radius: 4px;
    background: #5B1905;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    .tips-top-left-mobile .dropdown-toggle:after {
      content: '';
      background: url("../../images/tips/light/arrow-up.svg") no-repeat center center;
      background-size: cover;
      position: absolute;
      right: 10px;
      top: 0;
      width: 14px;
      height: 14px;
      bottom: 0;
      margin: auto; }
  .tips-top-left-mobile .dropdown-option {
    opacity: 1 !important;
    visibility: visible !important;
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 2; }
    .tips-top-left-mobile .dropdown-option:before {
      content: "";
      position: absolute;
      top: -4px;
      right: 0;
      left: 0;
      margin: auto;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent; }
    .tips-top-left-mobile .dropdown-option .tab-item {
      font-size: 10px;
      font-weight: 600;
      line-height: 14px;
      margin-top: -1px;
      border-radius: 0; }
      .tips-top-left-mobile .dropdown-option .tab-item:nth-of-type(1) {
        border-radius: 4px 4px 0 0; }
      .tips-top-left-mobile .dropdown-option .tab-item:nth-last-of-type(1) {
        border-radius: 0 0 4px 4px; }
    .tips-top-left-mobile .dropdown-option.show {
      opacity: 1;
      visibility: unset; }

.fbheader-mb {
  font-size: 10px;
  position: relative;
  background: #F2F2F2;
  padding: 10px; }
  .fbheader-mb .fbheader-mb-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%; }
  .fbheader-mb .fbheader-mb-bg-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: radial-gradient(49.02% 96.72% at 53.5% 3.58%, rgba(242, 129, 94, 0.3) 0%, rgba(37, 9, 0, 0.3) 100%);
    filter: blur(35px); }
  .fbheader-mb .fbheader-mb--1 {
    display: flex;
    justify-content: space-between; }
    .fbheader-mb .fbheader-mb--1 .fbheader-mb--1-left {
      display: flex;
      align-items: center;
      gap: 4px; }
      .fbheader-mb .fbheader-mb--1 .fbheader-mb--1-left img {
        height: 20px;
        width: 20px; }
  .fbheader-mb .fbheader-mb--2 {
    display: flex;
    margin-top: 12px;
    justify-content: center; }
    .fbheader-mb .fbheader-mb--2 .fbheader-mb--2-2 {
      margin: 0 10px; }
    .fbheader-mb .fbheader-mb--2 .fbheader-mb--2-1 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .fbheader-mb .fbheader-mb--2 .fbheader-mb--2-1 .fbheader-mb--2-1-text {
        text-align: center; }
      .fbheader-mb .fbheader-mb--2 .fbheader-mb--2-1 img {
        width: 24px;
        height: 24px; }
  .fbheader-mb .fbheader-mb--2-2 .fbheader-mb--2-2-1 {
    text-align: center; }
    .fbheader-mb .fbheader-mb--2-2 .fbheader-mb--2-2-1 span {
      font-size: 20px;
      font-weight: bolder;
      color: #004026; }
  .fbheader-mb .fbheader-mb--2-2 .fbheader-mb--2-2-2 {
    color: #717171;
    text-align: center; }

#gamerateApp .header-slide {
  gap: 6px;
  align-items: center; }
  #gamerateApp .header-slide .header-slide--select {
    width: 163px; }
  #gamerateApp .header-slide .header-slide--slide {
    width: calc(100% - 163px);
    display: flex;
    gap: 6px; }
    #gamerateApp .header-slide .header-slide--slide .header-slide--slide-btn-next,
    #gamerateApp .header-slide .header-slide--slide .header-slide--slide-btn-prev {
      width: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #F5E1E1;
      cursor: pointer;
      transition: 0.3s; }
    #gamerateApp .header-slide .header-slide--slide .header-slide--slide-btn-next:hover,
    #gamerateApp .header-slide .header-slide--slide .header-slide--slide-btn-prev:hover {
      background: #f0abab; }
      #gamerateApp .header-slide .header-slide--slide .header-slide--slide-btn-next:hover svg,
      #gamerateApp .header-slide .header-slide--slide .header-slide--slide-btn-prev:hover svg {
        filter: brightness(100%) contrast(100%) grayscale(100%) invert(100%); }
    #gamerateApp .header-slide .header-slide--slide > .swiper {
      flex: 1; }
#gamerateApp .selectbox {
  background-color: white;
  height: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 12px 18px;
  z-index: 0;
  flex-wrap: wrap;
  cursor: pointer; }
  #gamerateApp .selectbox > div {
    width: 100%; }
  #gamerateApp .selectbox__team {
    display: flex;
    gap: 4px; }
  #gamerateApp .selectbox__text {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    align-self: stretch; }
  #gamerateApp .selectbox__text-content {
    color: #9C520E;
    /* Replace with --dl-color-màu1-tab */
    height: auto;
    text-align: left;
    line-height: 16px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    text-decoration: none; }
  #gamerateApp .selectbox__line {
    width: 1px;
    height: 14px;
    background: #D0DBEA; }
  #gamerateApp .selectbox__subtext {
    color: #000;
    /* Replace with --dl-color-màu1-text1 */
    height: auto;
    text-align: center;
    line-height: 16px;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 400;
    text-decoration: none; }
  #gamerateApp .selectbox__frame {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0; }
    #gamerateApp .selectbox__frame-number {
      width: 16px;
      height: 16px;
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
      color: #0a0a0a;
      font-family: 'Inter';
      font-size: 16px;
      font-weight: 500;
      text-decoration: none; }
  #gamerateApp .selectbox__logo {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0; }
    #gamerateApp .selectbox__logo-image {
      width: 20px;
      height: 20px; }
    #gamerateApp .selectbox__logo-text {
      color: #202020;
      height: auto;
      text-align: left;
      line-height: 14px;
      font-family: 'Inter';
      font-size: 12px;
      font-weight: 500;
      text-decoration: none; }
#gamerateApp .content-board > div {
  gap: 25px; }
  #gamerateApp .content-board > div iframe#myIF {
    width: 100%;
    height: 100%; }
  #gamerateApp .content-board > div .content-board-iframe-wrap {
    height: 550px;
    border-radius: 10px;
    overflow: hidden; }
#gamerateApp .content-board-section {
  background: #F2F2F2;
  border-radius: 8px;
  padding: 32px 16px;
  height: calc(100% - 64px); }
  #gamerateApp .content-board-section .content-board-section--title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px; }
  #gamerateApp .content-board-section .content-board-section--content {
    gap: 9px; }
    #gamerateApp .content-board-section .content-board-section--content table th,
    #gamerateApp .content-board-section .content-board-section--content table td {
      font-size: 12px;
      padding: 12px 8px; }
    #gamerateApp .content-board-section .content-board-section--content table th,
    #gamerateApp .content-board-section .content-board-section--content table th > div {
      font-weight: 700; }
    #gamerateApp .content-board-section .content-board-section--content table {
      border-radius: 4px;
      border-spacing: 0;
      overflow: hidden;
      width: 100%; }
      #gamerateApp .content-board-section .content-board-section--content table tr th {
        background: #E6E6E6; }
      #gamerateApp .content-board-section .content-board-section--content table thead th {
        border-right: 1px solid #BBBBBB;
        border-bottom: 1px solid #BBBBBB;
        border-top: 1px solid #BBBBBB; }
      #gamerateApp .content-board-section .content-board-section--content table thead > tr > th:first-child {
        border-left: 1px solid #BBBBBB;
        border-radius: 8px 0 0 0; }
      #gamerateApp .content-board-section .content-board-section--content table thead > tr > th:last-child {
        border-radius: 0 8px 0 0; }
      #gamerateApp .content-board-section .content-board-section--content table tbody td {
        border-right: 1px solid #E6E6E6;
        border-bottom: 1px solid #E6E6E6; }
      #gamerateApp .content-board-section .content-board-section--content table tbody > tr > td:first-child {
        border-left: 1px solid #E6E6E6; }
      #gamerateApp .content-board-section .content-board-section--content table tbody > tr:last-child td:first-child {
        border-radius: 0 0 0 8px; }
      #gamerateApp .content-board-section .content-board-section--content table tbody > tr:last-child td:last-child {
        border-radius: 0 0 8px 0; }
  #gamerateApp .content-board-section .content-board-section--info table {
    border-top: 1px solid #F2F2F2; }
    #gamerateApp .content-board-section .content-board-section--info table thead tr th:first-child {
      background: #F2F2F2;
      min-width: 125px; }
    #gamerateApp .content-board-section .content-board-section--info table thead tr th:nth-child(2) {
      background: #FFB800; }
    #gamerateApp .content-board-section .content-board-section--info table thead tr th:nth-child(3) {
      background: #07ADF5;
      color: white; }
    #gamerateApp .content-board-section .content-board-section--info table thead th {
      border-right: 1px solid #F2F2F2;
      border-bottom: 1px solid #F2F2F2; }
    #gamerateApp .content-board-section .content-board-section--info table td {
      background: white;
      vertical-align: baseline; }
      #gamerateApp .content-board-section .content-board-section--info table td ul {
        list-style-type: disc;
        margin-left: 14px;
        line-height: 1.8; }
    #gamerateApp .content-board-section .content-board-section--info table tbody > tr > td:first-child {
      vertical-align: middle; }
#gamerateApp .content-board-section-info,
#gamerateApp .content-board-section-rank {
  background: transparent; }
#gamerateApp .content-board-section-info .content-board-section--content table tbody > tr > td:first-child {
  border-left: 1px solid #F2F2F2; }
#gamerateApp .content-board-section-info .content-board-section--content table tbody td {
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2; }
#gamerateApp .content-board-section--rank {
  background: white;
  height: calc(100% - 35px);
  border-radius: 4px; }
#gamerateApp .content-board.compare > div > div:first-child {
  width: 669px; }
#gamerateApp .content-board.compare > div > div:nth-child(2) {
  flex: 1; }
#gamerateApp .content-board.compare > div:nth-child(2) > div > div {
  padding-right: 0;
  padding-left: 0; }
#gamerateApp .head-title-team .fx-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
  color: #666; }
  #gamerateApp .head-title-team .fx-title .fx-title-name {
    margin: 0;
    padding-bottom: 5px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    color: #070F03;
    line-height: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: right;
    width: 310px; }
    #gamerateApp .head-title-team .fx-title .fx-title-name img {
      display: block;
      height: 30px;
      margin: 0;
      border: 0;
      padding: 0;
      background-color: unset;
      border-radius: unset;
      vertical-align: middle; }
  #gamerateApp .head-title-team .fx-title .fx-title-vs {
    color: var(--Gray-mono-0, #080808);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase; }
  #gamerateApp .head-title-team .fx-title .fx-title-name.f-l {
    flex-direction: row;
    justify-content: end; }
#gamerateApp .head-title-team .fx-title::before {
  content: "";
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #C99717;
  width: 50%; }
#gamerateApp .head-title-team .fx-title::after {
  content: "";
  height: 1px;
  bottom: 0;
  position: absolute;
  width: 50%;
  background-color: #15D2D2;
  left: unset;
  right: 0; }
#gamerateApp #matchScoreStatistics,
#gamerateApp .matchScoreStatistics {
  width: 100%; }
  #gamerateApp #matchScoreStatistics ul.fx-tab,
  #gamerateApp .matchScoreStatistics ul.fx-tab {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
    text-align: center;
    margin: 20px auto; }
    #gamerateApp #matchScoreStatistics ul.fx-tab span,
    #gamerateApp .matchScoreStatistics ul.fx-tab span {
      border-radius: 20px;
      display: inline-block;
      height: 25px;
      background-color: #e5e5e5; }
    #gamerateApp #matchScoreStatistics ul.fx-tab .middle-line,
    #gamerateApp .matchScoreStatistics ul.fx-tab .middle-line {
      width: 152px;
      margin: 0 170px; }
    #gamerateApp #matchScoreStatistics ul.fx-tab li.fx-tab-on,
    #gamerateApp #matchScoreStatistics ul.fx-tab li.fx-tab-on2,
    #gamerateApp .matchScoreStatistics ul.fx-tab li.fx-tab-on,
    #gamerateApp .matchScoreStatistics ul.fx-tab li.fx-tab-on2 {
      position: relative;
      padding-left: 45px;
      border-radius: 4px;
      background: var(--Monotone-Grey-200, #F2F2F2) !important;
      box-shadow: 0px 0px 8px 0px rgba(38, 37, 37, 0.1);
      width: 155px;
      padding: 8px 16px 9px 16px;
      color: var(--Monotone-Grey-0, #00301D);
      text-align: center;
      font-size: 14px;
      font-style: normal;
      font-weight: 600;
      line-height: 14px;
      text-transform: capitalize;
      list-style: none;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 4px; }
  #gamerateApp #matchScoreStatistics .rateOfScored,
  #gamerateApp .matchScoreStatistics .rateOfScored {
    display: grid;
    grid-template-columns: repeat(2, minmax(100px, 1fr));
    grid-row-gap: 32px;
    width: 100%; }
  #gamerateApp #matchScoreStatistics .fx-comparision.scoreComp,
  #gamerateApp .matchScoreStatistics .fx-comparision.scoreComp {
    margin-right: 76px;
    float: left; }
  #gamerateApp #matchScoreStatistics .fx-comparision,
  #gamerateApp .matchScoreStatistics .fx-comparision {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 528px;
    margin: 0 auto;
    text-align: center; }
  #gamerateApp #matchScoreStatistics .fx-data-left,
  #gamerateApp #matchScoreStatistics .fx-data-right,
  #gamerateApp .matchScoreStatistics .fx-data-left,
  #gamerateApp .matchScoreStatistics .fx-data-right {
    width: 50%;
    border-radius: 3px;
    background: #E6E6E6;
    height: 13px;
    display: inline-block;
    vertical-align: middle; }
  #gamerateApp #matchScoreStatistics .hScoredLi,
  #gamerateApp #matchScoreStatistics .gScoredLi,
  #gamerateApp .matchScoreStatistics .hScoredLi,
  #gamerateApp .matchScoreStatistics .gScoredLi {
    position: relative;
    background-color: #fff;
    vertical-align: middle;
    border-radius: 3px; }
  #gamerateApp #matchScoreStatistics .fx-data-left li,
  #gamerateApp #matchScoreStatistics .fx-data-right li,
  #gamerateApp .matchScoreStatistics .fx-data-left li,
  #gamerateApp .matchScoreStatistics .fx-data-right li {
    display: flex;
    align-items: center;
    height: 13px;
    justify-content: end; }
  #gamerateApp #matchScoreStatistics .fx-data-left li,
  #gamerateApp #matchScoreStatistics .fx-data-right li,
  #gamerateApp .matchScoreStatistics .fx-data-left li,
  #gamerateApp .matchScoreStatistics .fx-data-right li {
    width: 100%; }
  #gamerateApp #matchScoreStatistics .fx-data-right li,
  #gamerateApp .matchScoreStatistics .fx-data-right li {
    justify-content: start; }
  #gamerateApp #matchScoreStatistics .fx-data-left .fx-c-l.home-bg,
  #gamerateApp #matchScoreStatistics .stat-bar.fr,
  #gamerateApp #matchScoreStatistics .fx-data-right .fx-c-r.away-bg,
  #gamerateApp #matchScoreStatistics .stat-bar.fl,
  #gamerateApp .matchScoreStatistics .fx-data-left .fx-c-l.home-bg,
  #gamerateApp .matchScoreStatistics .stat-bar.fr,
  #gamerateApp .matchScoreStatistics .fx-data-right .fx-c-r.away-bg,
  #gamerateApp .matchScoreStatistics .stat-bar.fl {
    margin: 0 3px; }
  #gamerateApp #matchScoreStatistics .fx-c-l.home-bg,
  #gamerateApp .matchScoreStatistics .fx-c-l.home-bg {
    background: #FFB800 !important; }
  #gamerateApp #matchScoreStatistics .fx-c-l.home-bg,
  #gamerateApp #matchScoreStatistics .stat-bar.fr,
  #gamerateApp .matchScoreStatistics .fx-c-l.home-bg,
  #gamerateApp .matchScoreStatistics .stat-bar.fr {
    border-radius: 2px;
    height: 7px; }
  #gamerateApp #matchScoreStatistics .fx-data-left li span,
  #gamerateApp .matchScoreStatistics .fx-data-left li span {
    float: right; }
  #gamerateApp #matchScoreStatistics .fx-comparision .fx-data-left .fx-c2,
  #gamerateApp .matchScoreStatistics .fx-comparision .fx-data-left .fx-c2 {
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    text-transform: capitalize; }
  #gamerateApp #matchScoreStatistics .fx-c2,
  #gamerateApp .matchScoreStatistics .fx-c2 {
    padding: 0 5px;
    text-align: center; }
  #gamerateApp #matchScoreStatistics .rateOfScored .fx-c-3,
  #gamerateApp .matchScoreStatistics .rateOfScored .fx-c-3 {
    position: absolute;
    width: 100%;
    background: unset;
    margin: 0;
    top: -22px;
    border: unset;
    box-shadow: none;
    line-height: 20px; }
  #gamerateApp #matchScoreStatistics .fx-c-r.away-bg,
  #gamerateApp #matchScoreStatistics .stat-bar.fl,
  #gamerateApp .matchScoreStatistics .fx-c-r.away-bg,
  #gamerateApp .matchScoreStatistics .stat-bar.fl {
    border-radius: 2px;
    background: #07ADF5 !important;
    height: 7px;
    margin: 0 3px; }
  #gamerateApp #matchScoreStatistics .fx-data-right li span,
  #gamerateApp .matchScoreStatistics .fx-data-right li span {
    float: left; }
  #gamerateApp #matchScoreStatistics .fx-data-right .fx-c2,
  #gamerateApp .matchScoreStatistics .fx-data-right .fx-c2 {
    position: absolute;
    top: -22px;
    right: 0;
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    text-transform: capitalize; }
  #gamerateApp #matchScoreStatistics .fx-comparision.missComp,
  #gamerateApp .matchScoreStatistics .fx-comparision.missComp {
    margin-left: 76px; }
#gamerateApp .content-board-iframe-wrap {
  position: relative; }
  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number {
    top: 24px;
    left: 24px;
    right: 24px;
    position: absolute;
    display: flex;
    color: white; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number > div {
      flex: 1; }
      #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number > div img {
        padding: 0 10px; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-left {
      background: #83620E;
      border-radius: 30px 0 0 30px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 8px 0;
      font-size: 14px;
      font-weight: 500; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-right {
      background: #098686;
      border-radius: 0 30px 30px 0;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding: 8px 0;
      font-size: 14px;
      font-weight: 500; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle,
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg-number {
      font-size: 24px;
      font-weight: 700; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg-time {
      font-size: 14px;
      padding: 0 21px; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg {
      width: 100%;
      position: relative;
      z-index: 99;
      height: 100%;
      padding: 8px 0; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg-1 {
      height: 100%;
      position: absolute;
      z-index: 9; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle::after {
      content: "";
      background: #83620E;
      width: 50%;
      top: 0;
      left: 0;
      height: 100%;
      position: absolute; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle::before {
      content: "";
      background: #098686;
      width: 50%;
      top: 0;
      right: 0;
      height: 100%;
      position: absolute; }
  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w {
    display: flex; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w > div {
      flex: 1;
      font-size: 14px;
      color: #070F03;
      margin-top: 16px;
      display: flex;
      align-items: center; }
      #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w > div img {
        padding: 0 5px; }
    #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w > div:first-child {
      justify-content: flex-end; }
  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w:last-child {
    padding-bottom: 16px; }
#gamerateApp .member--filter {
  background: transparent;
  padding-bottom: 0;
  margin-bottom: 0; }
#gamerateApp .member--filter-time,
#gamerateApp .member--filter-type {
  background: white; }

#gamerateApp #matchScoreStatistics ul.fx-tab li.fx-tab-on,
#gamerateApp #matchScoreStatistics ul.fx-tab li.fx-tab-on2 {
  color: #070F03; }

#gamerateApp {
  width: auto !important; }
  #gamerateApp .header-slide,
  #gamerateApp .content-board {
    width: 1208px;
    margin: auto; }

.header-slide-wrap {
  background: #F1F1F1;
  padding: 9px 0px; }

#gamerateApp #matchScoreStatistics .fx-data-right .fx-c2,
#gamerateApp #matchScoreStatistics .fx-comparision .fx-data-left .fx-c2,
#gamerateApp #matchScoreStatistics .rateOfScored .fx-c-3 span {
  font-size: 14px;
  color: #070F03; }

#gamerateApp .content-board-iframe-wrap--number-left img {
  padding-right: 0 !important; }

#gamerateApp .content-board-iframe-wrap--number-right img {
  padding-left: 0 !important; }

.header-slide-wrap .vs__selected {
  font-weight: 600; }

.dark .header-slide-wrap {
  background: #1A1A1A; }
.dark .vs__dropdown-toggle {
  background: #070F03; }
  .dark .vs__dropdown-toggle .vs__selected {
    color: white; }
  .dark .vs__dropdown-toggle svg {
    filter: brightness(100%) contrast(100%) grayscale(100%) invert(100%); }
.dark .img-white {
  filter: brightness(100%) contrast(100%) grayscale(100%) invert(100%) !important; }
.dark #gamerateApp .header-slide .header-slide--slide .header-slide--slide-btn-next {
  background: #73250D; }
.dark #gamerateApp .header-slide .header-slide--slide .header-slide--slide-btn-next svg {
  filter: brightness(100%) contrast(100%) grayscale(100%) invert(100%); }
.dark #gamerateApp .header-slide .header-slide--slide .header-slide--slide-btn-next:hover {
  background: #3C1205; }
.dark #gamerateApp .selectbox {
  background: #070F03; }
.dark #gamerateApp .selectbox__text-content,
.dark #gamerateApp .selectbox__logo-text,
.dark #gamerateApp .selectbox__subtext,
.dark #gamerateApp #matchScoreStatistics .fx-title .fx-title-vs {
  color: white; }
.dark #gamerateApp .selectbox__frame-number {
  color: #FFB800; }
.dark .content-board-section-number,
.dark #gamerateApp .content-board-section .content-board-section--info table td {
  background: #111111 !important; }
.dark #gamerateApp .content-board-section .content-board-section--content table tbody td,
.dark #gamerateApp .content-board-section .content-board-section--content table tbody > tr > td:first-child,
.dark #gamerateApp .content-board-section .content-board-section--content table thead > tr > th:first-child,
.dark #gamerateApp .content-board-section .content-board-section--content table thead th,
.dark #gamerateApp .content-board-section .content-board-section--content table {
  border-color: #271D06; }
.dark #gamerateApp .content-board-section .content-board-section--content table tr th {
  background: #374033; }
.dark #gamerateApp .content-board-section .content-board-section--info table thead tr th:first-child {
  background: #374033; }
.dark #gamerateApp .content-board-section .content-board-section--info table thead tr th:nth-child(2) {
  background: #211A0A; }
.dark #gamerateApp .content-board-section .content-board-section--info table thead tr th:nth-child(3) {
  background: #092222; }
.dark #gamerateApp #matchScoreStatistics .fx-title .fx-title-name,
.dark #gamerateApp #matchScoreStatistics .fx-data-right .fx-c2,
.dark #gamerateApp #matchScoreStatistics .fx-comparision .fx-data-left .fx-c2,
.dark #gamerateApp #matchScoreStatistics .rateOfScored .fx-c-3 span {
  color: #BBBBBB; }
.dark #gamerateApp #matchScoreStatistics ul.fx-tab li.fx-tab-on,
.dark #gamerateApp #matchScoreStatistics ul.fx-tab li.fx-tab-on2 {
  background: linear-gradient(90deg, #00140C 0%, #00311E 50%, #00140C 100%) !important;
  color: white; }
  .dark #gamerateApp #matchScoreStatistics ul.fx-tab li.fx-tab-on img,
  .dark #gamerateApp #matchScoreStatistics ul.fx-tab li.fx-tab-on2 img {
    filter: brightness(100%) contrast(100%) grayscale(100%) invert(100%); }
.dark .vs__dropdown-menu {
  background: #070F03; }

#fbheader {
  border-radius: 4px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
  -webkit-text-size-adjust: none;
  padding-bottom: 10px; }
  #fbheader .row.row-one {
    background: white;
    color: var(--Gray-mono-0, #FFF);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 42px;
    align-items: center;
    line-height: 30px;
    width: 100%;
    overflow: hidden;
    position: relative; }
  #fbheader .row.row-one::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    background: var(--Orange-04, #D65C36);
    width: 100%; }
  #fbheader > div {
    text-align: center; }
  #fbheader .row-one .LName {
    width: 30%;
    text-align: left;
    padding-left: 32px;
    font-size: 14px;
    font-weight: bold; }
  #fbheader .row-one .LName .sclassLink {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    color: #414141 !important; }
  #fbheader .vs.row-one-center {
    background: url(/assets/football-vn/images/v-patern.svg) no-repeat;
    display: flex;
    width: 176px;
    justify-content: center;
    gap: 4px;
    height: 42px;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9; }
  #fbheader .vs {
    width: 30%;
    float: left; }
  #fbheader .row-one .time {
    width: 30%;
    text-align: right;
    padding-right: 32px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; }
  #fbheader .row.row-two {
    background: #fff;
    color: var(--BG, #080808);
    border-radius: 0px 0px 4px 4px;
    position: relative;
    height: 147px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px; }
  #fbheader .row {
    line-height: 30px;
    width: 100%;
    display: block; }
  #fbheader .row-two .img-left {
    position: absolute;
    left: 10%;
    bottom: -10px; }
  #fbheader .row-two .row-two-center {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 30px; }
  #fbheader .row-two .img-right {
    position: absolute;
    right: 10%;
    bottom: -10px; }
  #fbheader .row-two-center .home,
  #fbheader .row-two-center .guest {
    width: 100%;
    margin: 0;
    float: left;
    text-align: right;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #fbheader .sclassName {
    color: var(--textcolor-1);
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px; }
  #fbheader .home img,
  #fbheader .guest img {
    margin: 0 8px;
    width: 60px;
    height: 60px;
    display: block; }
  #fbheader .home .icon,
  #fbheader .guest .icon {
    font-size: 16px;
    color: var(--textcolor-3);
    cursor: pointer;
    position: relative;
    min-width: 11px;
    min-height: 11px;
    display: inline-block; }
  #fbheader .row-two .row-two-center .row-two-center-center {
    display: flex;
    gap: 10px; }
  #fbheader .row-two .row-two-center .row-two-center-center span {
    text-align: center;
    font-family: 'Sarabun', sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: var(--gradient-Btn-5, linear-gradient(90deg, #004026 0%, #004026 46%, #004026 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize; }
  #fbheader .guest {
    float: right !important;
    justify-content: flex-start !important;
    text-align: left !important; }
  #fbheader #mScore .end {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px; }
    #fbheader #mScore .end .score {
      color: white !important;
      font-size: 14px;
      font-weight: bold; }
  #fbheader #mScore .line {
    height: 20px;
    width: 1px;
    background: white; }
  #fbheader #otherInfo.weather {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px; }
    #fbheader #otherInfo.weather > div {
      display: flex;
      align-items: center;
      font-size: 12px;
      color: #414141;
      gap: 4px; }
    #fbheader #otherInfo.weather .line {
      background: #717171;
      height: 11px;
      width: 1px; }

.frame-number-w {
  display: flex;
  gap: 16px !important; }

.frame-1000008099.right {
  border-top: 2px solid #15D2D2; }

.frame-1000008099 {
  background-color: #f2f2f2;
  height: auto;
  gap: 10px;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  border-top: 2px solid #c99717; }
  .frame-1000008099 .frame-1000007727 {
    display: flex;
    justify-content: center;
    gap: 2px; }
    .frame-1000008099 .frame-1000007727 .frame-1000007722 {
      flex: 1; }
      .frame-1000008099 .frame-1000007727 .frame-1000007722 .gitribng {
        display: flex;
        align-items: center;
        justify-content: center; }
        .frame-1000008099 .frame-1000007727 .frame-1000007722 .gitribng__text {
          color: #414141;
          width: 184px;
          height: auto;
          text-align: center;
          line-height: 140%;
          font-family: Inter;
          font-size: 14px;
          font-weight: 400;
          text-transform: uppercase;
          margin-bottom: 8px; }
      .frame-1000008099 .frame-1000007727 .frame-1000007722 .frame-1000007715 {
        background-color: white;
        height: 51.42856979370117px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
        padding: 10px;
        flex-shrink: 0; }
        .frame-1000008099 .frame-1000007727 .frame-1000007722 .frame-1000007715__text {
          color: #070f03;
          height: auto;
          text-align: center;
          line-height: 150%;
          font-family: Inter;
          font-size: 16px;
          font-weight: 700; }

.other-main-info {
  background-color: #f2f2f2;
  height: auto;
  gap: 10px;
  padding: 20px;
  border-radius: 4px;
  margin-top: 25px; }
  .other-main-info .chart-section--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px; }
    .other-main-info .chart-section--header .chart-section--header-title {
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase;
      color: #000; }
  .other-main-info .chart-section-left {
    width: 750px; }
  .other-main-info .chart-section,
  .other-main-info .table-section-112 {
    display: flex;
    gap: 16px; }
  .other-main-info .chart-section-right,
  .other-main-info .table-section-112-left,
  .other-main-info .table-section-112-right {
    flex: 1; }
  .other-main-info .chart-section--header-select {
    position: relative;
    top: -7px; }
  .other-main-info .content-board-section {
    padding: 0 !important; }
    .other-main-info .content-board-section .content-board-section--info table thead > tr > th:first-child {
      background: #E6E6E6 !important; }
    .other-main-info .content-board-section .content-board-section-info .content-board-section--content table tbody td {
      border-bottom: unset !important; }
    .other-main-info .content-board-section .content-board-section--content table tbody td {
      border-bottom: unset !important; }
  .other-main-info .personal-section-123 {
    margin-top: 30px; }
    .other-main-info .personal-section-123 .chart-section--header-select {
      display: flex;
      gap: 16px;
      margin-top: 16px; }
    .other-main-info .personal-section-123 .content-board-section--content table thead > tr > th:first-child {
      border-left: 1px solid transparent !important; }
    .other-main-info .personal-section-123 .content-board-section--content table thead th {
      border-bottom: 1px solid transparent !important; }
    .other-main-info .personal-section-123 .content-board-section--content table thead th:last-child {
      border-right: 1px solid transparent !important; }
    .other-main-info .personal-section-123 .content-board-section--content table {
      border-top: 1px solid transparent !important; }
    .other-main-info .personal-section-123 .content-board-section--content {
      gap: 16px; }

.flex {
  display: flex; }

.chart-section--header-select.underline.flex {
  gap: 16px; }

.userbox-1123 {
  background: white;
  text-align: center;
  padding: 8px;
  border-radius: 4px; }
  .userbox-1123 img {
    margin: auto;
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 8px; }

.player-slide-wrap {
  position: relative; }
  .player-slide-wrap .player-slide--slide-btn-next {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #BBBBBB;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .player-slide-wrap .left {
    right: calc(100% + 12px); }
  .player-slide-wrap .right {
    left: calc(100% + 12px); }

.player-slide .player-slide-title {
  font-weight: 600;
  font-size: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  color: #070F03;
  margin-bottom: 12px; }

.content-board.player .member--filter {
  margin-bottom: 16px !important;
  margin-top: 16px !important;
  padding-top: 0 !important; }
.content-board.player .player-content-wrapper-1 {
  display: flex;
  gap: 25px; }
.content-board.player .player-content-wrapper {
  padding: 20px;
  background: #F2F2F2;
  border-radius: 20px;
  margin-top: 30px; }
  .content-board.player .player-content-wrapper .player-content-wrapper--player {
    flex: 1; }
  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-img {
    width: 450px;
    position: relative;
    top: -68px;
    overflow-x: hidden; }
  .content-board.player .player-content-wrapper .player-content-wrapper--player-122 {
    display: flex;
    gap: 8px;
    margin-bottom: 20px; }
    .content-board.player .player-content-wrapper .player-content-wrapper--player-122 .player-content-wrapper--player-122-btn {
      display: flex;
      gap: 10px;
      padding: 4px 8px;
      align-items: center;
      border-radius: 4px; }
    .content-board.player .player-content-wrapper .player-content-wrapper--player-122 .player-content-wrapper--player-122-btn.active {
      background: #D4D4D4; }
  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-player {
    color: #070F03;
    font-size: 60px;
    font-weight: 600; }
  .content-board.player .player-content-wrapper .player-content-wrapper--player-1 {
    display: flex; }
    .content-board.player .player-content-wrapper .player-content-wrapper--player-1 > div {
      flex: 1; }
  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap {
    display: flex;
    margin-top: 12px; }
    .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap .player-content-wrapper--player-1-left-info-wrap-left {
      color: #717171;
      font-size: 12px;
      width: 95px; }
    .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap .player-content-wrapper--player-1-left-info-wrap-right {
      font-weight: 500;
      font-size: 12px;
      color: #070F03; }
  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap:first-child {
    margin-top: 20px; }
  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-right-text {
    color: #414141;
    font-size: 12px;
    margin-top: 40px;
    line-height: 1.5; }
.content-board.player .player-content-wrapper-info {
  display: flex;
  gap: 16px; }
  .content-board.player .player-content-wrapper-info .player-content-wrapper-info-left {
    width: 390px; }
  .content-board.player .player-content-wrapper-info .player-content-wrapper-info-right {
    flex: 1; }
.content-board.player #matchScoreStatistics .rateOfScored {
  display: flex !important;
  margin-top: 30px; }
.content-board.player #matchScoreStatistics .fx-c2 {
  padding: 0 !important; }
.content-board.player #matchScoreStatistics .fx-c2.right {
  left: initial !important;
  right: 0; }
.content-board.player #matchScoreStatistics .fx-comparision {
  margin-right: 0 !important;
  width: 100% !important;
  flex-direction: column !important;
  gap: 32px !important; }
  .content-board.player #matchScoreStatistics .fx-comparision .fx-data-left {
    width: 100% !important; }
.content-board.player .other-main-info .chart-section--header .chart-section--header-title {
  font-size: 16px; }
.content-board.player .underline .vs__actions {
  top: calc(50% + -2px); }
.content-board.player .player-content-wrapper-info-right {
  text-align: center;
  background: white;
  padding: 12px;
  border-radius: 4px; }
  .content-board.player .player-content-wrapper-info-right .player-content-wrapper-info-right-tab {
    display: inline-block;
    margin: auto;
    margin-bottom: 24px; }
  .content-board.player .player-content-wrapper-info-right .content-board-section {
    height: auto !important; }
.content-board.player .player-content-wrapper-info-left-1,
.content-board.player .player-content-wrapper-info-left-2 {
  background: white;
  padding: 12px;
  border-radius: 4px; }
.content-board.player .player-content-wrapper-info-left-1 {
  margin-bottom: 16px; }
.content-board.player .other-main-info .chart-section--header {
  margin-bottom: 24px; }
.content-board.player .player-content-wrapper-info {
  padding: 0;
  margin-top: -122px; }

#gamerateApp .content-board.player #matchScoreStatistics .fx-c-l.power.home-bg {
  background: #07ADF5 !important; }

#gamerateApp .content-board.player #matchScoreStatistics .fx-c-l.def.home-bg {
  background: #FFB800 !important; }

#gamerateApp .content-board.player #matchScoreStatistics .fx-c-l.att.home-bg {
  background: #0C4FCF !important; }

.content-board.squad .content-board-iframe-wrap .content-board-iframe-wrap--number,
.content-board.squad .content-board-iframe-wrap--drop-w {
  position: unset !important;
  width: 615px;
  margin: auto; }
.content-board.squad #matchScoreStatistics.form .rateOfScored {
  grid-template-columns: repeat(1, minmax(100px, 1fr)) !important;
  margin-top: 50px; }
.content-board.squad #matchScoreStatistics.form .fx-comparision {
  width: 900px !important;
  margin: auto !important; }
.content-board.squad .content-board-iframe-wrap {
  margin-bottom: 50px; }
.content-board.squad .launch-team-11 {
  margin-top: 30px; }
  .content-board.squad .launch-team-11 .head-title-team {
    margin-bottom: 16px; }
.content-board.squad .launch-team-11-content {
  width: calc(100% - 80px);
  margin: auto;
  display: flex;
  gap: 150px; }
  .content-board.squad .launch-team-11-content .launch-team-11-content-img {
    text-align: center; }
    .content-board.squad .launch-team-11-content .launch-team-11-content-img .launch-team-11-content-img-title {
      margin-bottom: 6px;
      font-size: 20px;
      font-weight: 600;
      color: #070F03; }
  .content-board.squad .launch-team-11-content .launch-team-11-content-data {
    margin-top: 16px; }
    .content-board.squad .launch-team-11-content .launch-team-11-content-data .launch-team-11-content-data-title {
      margin-bottom: 16px;
      font-size: 20px;
      color: #070F03;
      font-weight: 600; }
  .content-board.squad .launch-team-11-content .launch-team-11-content-data-content {
    display: flex;
    flex-wrap: wrap;
    height: 208px;
    overflow-Y: auto; }
    .content-board.squad .launch-team-11-content .launch-team-11-content-data-content > div {
      width: calc(20% - 22px);
      margin-right: 6px;
      margin-bottom: 6px; }
    .content-board.squad .launch-team-11-content .launch-team-11-content-data-content .userbox-1123 img {
      width: 60px;
      height: 60px; }
    .content-board.squad .launch-team-11-content .launch-team-11-content-data-content .userbox-1123--name {
      font-size: 10px; }
.content-board.squad .matchScoreStatistics .fx-comparision.scoreComp {
  margin-left: 30px !important; }
.content-board.squad .matchScoreStatistics .fx-comparision.missComp {
  margin-right: 30px !important; }
.content-board.squad .matchScoreStatistics .fx-comparision {
  width: unset !important; }
.content-board.squad .matchScoreStatistics.most {
  margin-top: 30px; }

.launch-team-yarn-123 {
  position: relative; }
  .launch-team-yarn-123 .launch-team-yarn-123--players {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players {
      max-width: 100px;
      position: absolute;
      cursor: pointer; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_0 {
      left: 200px;
      top: 17px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_1 {
      left: 100px;
      top: 40px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_2 {
      left: 300px;
      top: 40px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_3 {
      left: 200px;
      top: 80px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_4 {
      left: 100px;
      top: 103px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_5 {
      left: 300px;
      top: 103px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_6 {
      left: 200px;
      top: 150px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_7 {
      left: 100px;
      top: 173px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_8 {
      left: 300px;
      top: 173px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_9 {
      left: 200px;
      bottom: 30px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-img {
      height: 40px;
      width: 40px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-name {
      display: flex;
      align-items: center;
      position: relative; }
      .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-name .launch-team-yarn--players-name-number {
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        background: #004026;
        font-size: 12px;
        font-weight: 700;
        border-radius: 4px;
        color: white;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-name .launch-team-yarn--players-name-1 {
        font-size: 10px;
        color: white;
        background: #337359;
        border-radius: 4px;
        height: 14px;
        line-height: 14px;
        padding: 0 4px;
        padding-left: 24px; }
    .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players:hover .launch-team-yarn--players-name-1 {
      background: linear-gradient(90deg, #033420 0%, #035D39 50%, #033420 100%); }

#gamerateApp .matchScoreStatistics.most ul.fx-tab li.fx-tab-on,
#gamerateApp .matchScoreStatistics.most ul.fx-tab li.fx-tab-on2 {
  background: #BBBBBB !important;
  color: #070F03 !important;
  font-size: 14px !important; }

.content-board.win .win-content-122 {
  margin-top: 20px;
  display: flex;
  background: #F2F2F2;
  gap: 0 !important;
  border-radius: 8px; }
  .content-board.win .win-content-122 .win-content-122-img {
    width: 570px;
    opacity: 0.8; }
    .content-board.win .win-content-122 .win-content-122-img img {
      width: 100%; }
  .content-board.win .win-content-122 .win-content-122-content {
    color: #414141;
    font-size: 12px;
    padding: 20px;
    padding-right: 0;
    flex: 1; }
    .content-board.win .win-content-122 .win-content-122-content .win-content-122-content--title {
      font-size: 64px;
      color: black;
      font-weight: bolder;
      line-height: 1;
      margin-bottom: 16px; }
    .content-board.win .win-content-122 .win-content-122-content p {
      margin-bottom: 10px; }
      .content-board.win .win-content-122 .win-content-122-content p span {
        color: #07ADF5; }
.content-board.win .total-win-play-34 {
  text-align: center;
  margin-top: 30px; }
  .content-board.win .total-win-play-34 .total-win-play-34--title {
    font-size: 20px;
    font-weight: bolder;
    color: black;
    border-bottom: 1px solid #C99717;
    padding-bottom: 8px;
    text-align: center; }
    .content-board.win .total-win-play-34 .total-win-play-34--title span {
      color: #FFB800; }
  .content-board.win .total-win-play-34 .win {
    background: #C99717; }
  .content-board.win .total-win-play-34 .equal {
    background: #0C4FCF; }
  .content-board.win .total-win-play-34 .lost {
    background: #15D2D2; }
  .content-board.win .total-win-play-34 .total-win-play-34-content--des {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin: 30px 0; }
    .content-board.win .total-win-play-34 .total-win-play-34-content--des span {
      padding: 0 16px;
      height: 28px;
      line-height: 28px;
      border-radius: 30px;
      color: white;
      font-weight: 600; }
  .content-board.win .total-win-play-34 .total-win-play-34-content--content {
    width: 1000px;
    display: flex;
    justify-content: center;
    margin: auto;
    border-radius: 4px; }
    .content-board.win .total-win-play-34 .total-win-play-34-content--content > div {
      position: relative;
      height: 15px; }
    .content-board.win .total-win-play-34 .total-win-play-34-content--content .total-win-play-34-content--content-number {
      position: absolute;
      top: -17px;
      left: 1px; }
.content-board.win .other-main-info.ails-team {
  margin-top: 30px;
  background: transparent;
  padding-left: 0;
  padding-right: 0; }
.content-board.win .ails-team--content-11 {
  background: #F2F2F2;
  padding: 20px;
  border-radius: 10px; }
.content-board.win .ails-team--content-11-title {
  color: #414141;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px; }
.content-board.win .ails-team--content-11-4 {
  display: unset !important; }
.content-board.win .ails-team--content-11 > div {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-bottom: 16px; }
  .content-board.win .ails-team--content-11 > div > div {
    background: #FFFFFF;
    padding: 12px;
    border-radius: 4px; }
.content-board.win .ails-team--content-11 .ails-team--content-11-1 .ails-team--content-11-1-left {
  width: 400px; }
.content-board.win .ails-team--content-11 .ails-team--content-11-1 .ails-team--content-11-1-right {
  flex: 1; }
.content-board.win .ails-team--content-11 .ails-team--content-11-2 .ails-team--content-11-2-left {
  flex: 1; }
.content-board.win .ails-team--content-11 .ails-team--content-11-2 .ails-team--content-11-2-right {
  width: 400px; }
.content-board.win .ails-team--content-11 .ails-team--content-11-3 .ails-team--content-11-3-left {
  flex: 1; }
.content-board.win .ails-team--content-11 .ails-team--content-11-3 .ails-team--content-11-3-right {
  width: 650px; }
.content-board.win .ails-team--content-11-1-number {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #FFB800;
  font-weight: 700;
  font-size: 48px; }
  .content-board.win .ails-team--content-11-1-number span {
    font-size: 32px;
    font-weight: 700; }
.content-board.win .ails-team--content-11-1-right {
  position: relative; }
.content-board.win .ails-team--content-11-content-float {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 20px;
  z-index: 9; }
  .content-board.win .ails-team--content-11-content-float svg {
    width: 100%; }
.content-board.win .ails-team--content-11-content {
  padding-left: 20px;
  margin-left: -3px;
  height: 290px;
  overflow-y: auto;
  overflow-x: visible;
  position: relative; }
  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul {
    margin-bottom: 20px; }
  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-1 {
    font-size: 14px;
    font-weight: 700;
    color: #07ADF5;
    margin-bottom: 5px;
    position: relative; }
  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-1::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 18px;
    background: white;
    top: 0px;
    left: -16px;
    padding: 0px;
    z-index: 10; }
  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-1::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: 2px solid #07ADF5;
    border-radius: 100%;
    background: white;
    top: 3px;
    left: -16px;
    padding: 0px;
    z-index: 99; }
  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-2 {
    font-size: 12px;
    color: #414141; }
.content-board.win .ails-team--content-11-content::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0px;
  width: 1px;
  background: #414141;
  left: 9px; }
.content-board.win .ails-team--content-11-2-content iframe {
  border: unset;
  width: 100%;
  height: 350px; }
.content-board.win .ails-team--content-11-title--2 {
  margin: 16px 0; }
.content-board.win .ails-team--content-11-2-text {
  font-size: 12px;
  color: #414141; }
.content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-name {
  color: #FFB800;
  font-size: 24px;
  font-weight: bolder; }
.content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content {
  font-size: 12px; }
  .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content p,
  .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content li {
    color: #070F03;
    font-weight: bold; }
  .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content p {
    margin-bottom: 8px; }
  .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content span {
    color: #414141; }
  .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content ul {
    padding-top: 5px;
    list-style-type: disc;
    margin-left: 22px; }
    .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content ul li {
      margin-top: 3px; }
.content-board.win .ails-team--content-11-3 .content-board-section {
  height: unset !important;
  background: #FBFBFB !important; }
.content-board.win .ails-team--content-11-3 tbody {
  text-align: left; }
.content-board.win .ails-team--content-11-3 .content-board-section .content-board-section--content table tbody td {
  border-bottom: 1px solid #E6E6E6 !important; }
.content-board.win .ails-team--content-11-3-right-tbl table {
  line-height: 1.8; }
.content-board.win .pie-chart-des {
  display: flex;
  gap: 16px;
  justify-content: center; }
  .content-board.win .pie-chart-des span {
    width: 10px;
    height: 10px;
    border-radius: 100%; }
  .content-board.win .pie-chart-des > div {
    display: flex;
    align-items: center;
    gap: 3px; }
  .content-board.win .pie-chart-des .pie-chart-des-1 > span {
    background: #C99717; }
  .content-board.win .pie-chart-des .pie-chart-des-2 > span {
    background: #0C4FCF; }
  .content-board.win .pie-chart-des .pie-chart-des-3 > span {
    background: #15D2D2; }
.content-board.win .ails-team--content-11-3-right--player {
  display: flex;
  align-items: center;
  gap: 37px; }
  .content-board.win .ails-team--content-11-3-right--player .ails-team--content-11-3-right--player-top {
    background: linear-gradient(90deg, #FE6D41 0%, #8E2200 100%);
    border-radius: 2px;
    font-size: 12;
    text-transform: uppercase;
    height: 17px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-right: 20px; }
  .content-board.win .ails-team--content-11-3-right--player .ails-team--content-11-3-right--player-des-title {
    font-size: 24px;
    font-weight: bolder;
    color: #070F03;
    margin-bottom: 16px; }
  .content-board.win .ails-team--content-11-3-right--player .ails-team--content-11-3-right--player-des-content-1 {
    font-size: 12px;
    color: #070F03;
    margin-bottom: 5px;
    font-weight: bold; }
    .content-board.win .ails-team--content-11-3-right--player .ails-team--content-11-3-right--player-des-content-1 span {
      color: #414141;
      display: inline-block;
      width: 100px; }

.content-board-section-no-border table thead > tr > th:first-child,
.content-board-section-no-border table tbody > tr > td:first-child {
  border-left: unset !important; }
.content-board-section-no-border table thead th:last-child,
.content-board-section-no-border table tbody td:last-child {
  border-right: unset !important; }
.content-board-section-no-border table {
  border-top: unset !important;
  border-bottom: unset !important; }

.content-board.win .total-win-play-34 .total-win-play-34--title span {
  font-weight: bolder; }

.dark #fbheader .row.row-one::after {
  background: linear-gradient(187.19deg, #000000 -182.63%, rgba(0, 0, 0, 0) 111.81%), #260C04; }
.dark #fbheader .row.row-two,
.dark #fbheader .row.row-one {
  background: linear-gradient(88.76deg, rgba(26, 25, 25, 0.8) 1.06%, rgba(0, 0, 0, 0) 56.36%, rgba(13, 13, 13, 0.8) 98.85%); }
.dark #fbheader .row-one .LName .sclassLink,
.dark #fbheader .row-one .time,
.dark #fbheader #otherInfo.weather > div,
.dark .frame-1000008099 .frame-1000007727 .frame-1000007722 .frame-1000007715__text,
.dark .other-main-info .chart-section--header .chart-section--header-title,
.dark #gamerateApp .head-title-team .fx-title .fx-title-vs,
.dark #gamerateApp .head-title-team .fx-title .fx-title-name {
  color: white !important; }
.dark .frame-1000008099 {
  background: #1A1919; }
.dark .frame-1000008099 .frame-1000007727 .frame-1000007722 .frame-1000007715 {
  background: #222222; }
.dark .frame-1000008099 .frame-1000007727 .frame-1000007722 .gitribng__text {
  color: #BBBBBB; }
.dark .underline .vs__dropdown-toggle {
  background: transparent !important;
  border-bottom: 1px solid #BBBBBB; }
.dark .underline .vs__dropdown-toggle .vs__selected {
  color: #BBBBBB !important; }
.dark .other-main-info {
  background: #1A1919; }
.dark #gamerateApp .content-board-section .content-board-section--info table thead tr th:first-child {
  background: #374033 !important;
  color: #E6E6E6 !important; }
.dark #gamerateApp .content-board-section .content-board-section--info table thead tr th:nth-child(2) {
  background: #C99717 !important;
  color: #070F03 !important; }
.dark #gamerateApp .content-board-section .content-board-section--info table thead tr th:nth-child(3) {
  background: #15D2D2 !important;
  color: #070F03 !important; }
.dark .player-slide .player-slide-title {
  color: white; }
.dark .player-slide-wrap .player-slide--slide-btn-next,
.dark .userbox-1123 {
  background: #1A1A1A; }
.dark .userbox-1123:hover {
  background: #00301D; }
.dark .content-board.player .player-content-wrapper {
  background: #1A1919; }
.dark .content-board.player .player-content-wrapper .player-content-wrapper--player-122 .player-content-wrapper--player-122-btn.active {
  background: #002013; }
.dark .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-player,
.dark .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap .player-content-wrapper--player-1-left-info-wrap-right,
.dark .content-board.player .player-content-wrapper .player-content-wrapper--player-1-right-text {
  color: white; }
.dark .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap .player-content-wrapper--player-1-left-info-wrap-left {
  color: #D4D4D4; }
.dark .content-board.player .player-content-wrapper-info-left-1,
.dark .content-board.player .player-content-wrapper-info-left-2,
.dark .content-board.player .player-content-wrapper-info-right {
  background: #222222; }
.dark #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w,
.dark #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number {
  background: #1A1A1A; }
.dark #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number {
  border-radius: 30px 30px 0 0; }
.dark #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w > div {
  color: white; }
.dark #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w:last-child {
  border-radius: 4px; }
.dark .content-board.squad .launch-team-11-content .launch-team-11-content-img .launch-team-11-content-img-title,
.dark .content-board.squad .launch-team-11-content .launch-team-11-content-data .launch-team-11-content-data-title {
  color: white; }
.dark #gamerateApp .matchScoreStatistics.most ul.fx-tab li.fx-tab-on,
.dark #gamerateApp .matchScoreStatistics.most ul.fx-tab li.fx-tab-on2 {
  background: linear-gradient(90deg, #00140C 0%, #00311E 50%, #00140C 100%) !important;
  color: white !important; }
.dark .content-board.win .win-content-122 {
  background: #1E1D1D; }
.dark .content-board.win .win-content-122 .win-content-122-content .win-content-122-content--title,
.dark .content-board.win .win-content-122 .win-content-122-content {
  color: white; }
.dark .content-board.win .win-content-122 .win-content-122-content p span {
  color: #15D2D2; }
.dark .content-board.win .total-win-play-34 .total-win-play-34--title,
.dark .content-board.win .ails-team--content-11-title,
.dark .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-2,
.dark .content-board.win .ails-team--content-11-2-text,
.dark .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content p,
.dark .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content li {
  color: white; }
.dark .content-board.win .total-win-play-34 .total-win-play-34--title span {
  color: #FF9607; }
.dark .content-board.win .ails-team--content-11 {
  background: #1A1919; }
.dark .content-board.win .ails-team--content-11 > div > div,
.dark .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-1::before {
  background: #222222; }
.dark .on-Dark {
  display: block; }
.dark .on-Light {
  display: none; }
.dark .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-1 {
  color: #15D2D2; }
.dark .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-1::after {
  border: 2px solid #15D2D2;
  background: transparent; }
.dark .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content span {
  color: #D4D4D4; }
.dark .content-board.win .ails-team--content-11-3 .content-board-section {
  background: #1A1919 !important; }
.dark .content-board.win .ails-team--content-11-3 .content-board-section .content-board-section--content table tbody td {
  border-bottom: 1px solid #070F03 !important; }
.dark .content-board.win .ails-team--content-11-3-right--player .ails-team--content-11-3-right--player-des-title,
.dark .content-board.win .ails-team--content-11-3-right--player .ails-team--content-11-3-right--player-des-content-1 {
  color: white; }
.dark .content-board.win .ails-team--content-11-3-right--player .ails-team--content-11-3-right--player-des-content-1 span {
  color: #D4D4D4; }
.dark #gamerateApp .selectbox:hover {
  background: #1F0801; }
.dark .player-content-1212 {
  background: #00100A; }
.dark .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-item .player-content-1212-1--content-item-1,
.dark .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-country {
  color: #BBBBBB; }
.dark .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-title {
  color: white; }
.dark .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-item .player-content-1212-1--content-item-2 {
  color: #10E18D; }

.content-board.win .ails-team--content-11-3 .content-board-section .content-board-section--content table tbody tr:last-child td {
  border-bottom: unset !important; }

.on-Dark {
  display: none; }

.player-slide-wrap .player-slide--slide-btn-next {
  border-radius: 4px; }

.userbox-1123 {
  transition: 0.3s; }

.userbox-1123:hover {
  background: #E3F1EB; }

.player-content-wrapper-info-big-title {
  font-size: 48px;
  font-weight: 700;
  color: #FFB800;
  margin-top: -10px;
  display: flex;
  align-items: center; }
  .player-content-wrapper-info-big-title .player-content-wrapper-info-big-title-sp {
    font-size: 32px; }

#gamerateApp .selectbox {
  transition: 0.3; }

.popup-bxh {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999; }
  .popup-bxh .frame__close {
    width: 20px;
    height: 20px;
    cursor: pointer;
    transition: 0.3;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9999; }

.popup-bxh::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #424242b3; }

.popup-bxh .popup-bxh-wrap {
  position: absolute;
  width: 520px;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  padding-top: 15px; }

.popup-bxh .ranking-member-light:last-child {
  border-bottom: unset; }

.popup-bxh-wrap .player-content-number {
  font-size: 208px;
  position: absolute;
  bottom: 0;
  left: 61%;
  transform: translateX(-50%);
  color: #D9D9D9;
  opacity: 0.2;
  font-weight: 700; }

.player-content-1212 {
  display: flex;
  padding: 0 65px;
  position: relative;
  z-index: 99; }
  .player-content-1212 > div {
    flex: 1; }
  .player-content-1212 .player-content-1212-1 {
    display: flex; }
    .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-country {
      display: flex;
      align-items: center;
      margin-bottom: 10px; }
      .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-country img {
        height: 18px;
        width: 18px;
        margin-right: 6px; }
    .player-content-1212 .player-content-1212-1 .player-content-1212-1--content div {
      font-size: 12px;
      color: #414141; }
    .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-title {
      color: #070F03;
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 10px; }
    .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-item {
      display: flex;
      align-items: center; }
      .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-item .player-content-1212-1--content-item-1 {
        width: 100px; }
      .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-item .player-content-1212-1--content-item-2 {
        color: #337359;
        font-size: 20px;
        font-weight: 700; }

.onMobile {
  display: none !important; }

#gamerateApp .compare .content-board-section .content-board-section--info table thead th {
  border-right: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB; }

.in-light {
  display: block; }

.in-dark {
  display: none; }

.dark .in-light {
  display: none; }
.dark .in-dark {
  display: block; }

#gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w,
#gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number {
  background: #ffffff33; }

#gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number {
  border-radius: 30px 30px 0 0; }

#gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w:last-child {
  border-radius: 4px; }

.popup-bxh .popup-bxh-wrap {
  background: white;
  padding-top: 0; }

.player-content-1212 {
  padding-top: 15px;
  background: white;
  border-radius: 4px; }

.popup-bxh .popup-bxh-wrap::after {
  content: "";
  background: linear-gradient(180deg, #de6b18 0%, #005030 83%);
  position: absolute;
  top: -1px;
  right: -2px;
  left: -1px;
  bottom: -2px;
  border-radius: 4px; }

.popup-bxh-wrap .player-content-number {
  z-index: 99; }

.content-board.win .win-content-122 .win-content-122-content p span {
  font-weight: 600; }

#gamerateApp .member--filter {
  padding-top: 0; }

#gamerateApp .content-board.player .member--filter {
  margin-top: 0 !important; }

.main-content.cup-match .content-board.compare .content-board-iframe-wrap--number {
  background: transparent !important; }

#gamerateApp .content-board-section .content-board-section--content table td {
  padding: 14px 8px; }

.content-board.compare .content-board-section.content-board-section-rank .content-board-section--content.flex.content-board-section--rank {
  display: flex;
  align-items: end; }

.dark #gamerateApp .compare .content-board-section.content-board-section-info-white .content-board-section--info table thead th {
  border-bottom: unset !important;
  border-right: 1px solid #271D06; }
.dark #gamerateApp .content-board-section.content-board-section-info-white .content-board-section--info table thead tr th:first-child {
  background: #374033 !important; }
.dark #gamerateApp .content-board-section.content-board-section-info-white .content-board-section--info table thead tr th:nth-child(2) {
  background: #211A0A !important;
  color: white !important; }
.dark #gamerateApp .content-board-section.content-board-section-info-white .content-board-section--info table thead tr th:nth-child(3) {
  background: #092222 !important;
  color: white !important; }
.dark #gamerateApp .content-board-section-rank-chart .content-board-section--rank {
  background: #111111 !important; }

.w-r-a-p {
  width: 100%; }

#gamerateApp .content-board-section.content-board-section-info-white .content-board-section--info table {
  border-top: unset !important; }

@media only screen and (max-width: 1024px) {
  .dark #gamerateApp .content-board.compare .content-board-section .content-board-section--content table tbody td {
    border-right: 1px solid #271D06 !important;
    border-bottom: 1px solid #271D06 !important; }

  .header-slide-wrap {
    padding-bottom: 12px; }

  #radar-chart-two-line {
    height: 300px !important;
    min-width: 400px; }

  #gamerateApp .content-board-section.content-board-section-rank-chart .w-r-a-p {
    overflow-x: auto; }

  #gamerateApp .content-board-section.content-board-section-rank-chart {
    height: initial !important; }

  .fx-tab-mobile {
    margin-top: 12px;
    margin-bottom: 35px; }
    .fx-tab-mobile .fx-tab-mobile-wrap {
      display: flex;
      border-radius: 4px; }
      .fx-tab-mobile .fx-tab-mobile-wrap > div {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
        height: 30px;
        background: #D4D4D4;
        font-weight: 600; }
      .fx-tab-mobile .fx-tab-mobile-wrap .active {
        background: #5B1905;
        color: white; }
        .fx-tab-mobile .fx-tab-mobile-wrap .active img {
          filter: brightness(0) invert(100%); }
      .fx-tab-mobile .fx-tab-mobile-wrap .fx-tab-mobile-wrap-left {
        border-radius: 4px 0 0 4px; }
      .fx-tab-mobile .fx-tab-mobile-wrap .fx-tab-mobile-wrap-right {
        border-radius: 0 4px 4px 0; }

  .content-board {
    width: 100% !important;
    overflow: hidden; }

  .rateOfScored .mb-none {
    display: none !important; }

  #gamerateApp #matchScoreStatistics .rateOfScored,
  #gamerateApp .matchScoreStatistics .rateOfScored {
    grid-template-columns: repeat(1, minmax(100px, 1fr)); }

  #gamerateApp #matchScoreStatistics .fx-comparision.scoreComp,
  #gamerateApp .matchScoreStatistics .fx-comparision.scoreComp {
    margin-right: 0px;
    width: 100%; }

  .content-board > .flex {
    gap: 0;
    flex-wrap: wrap; }
    .content-board > .flex > div {
      width: 100%; }

  .onPC {
    display: none !important; }

  .vs__dropdown-menu {
    width: 100% !important; }

  .onMobile {
    display: block !important; }

  .header-slide-wrap {
    background: transparent; }
    .header-slide-wrap .onMobile .vs__dropdown-toggle .vs__selected-options .vs__selected {
      width: unset !important; }
    .header-slide-wrap .onMobile .header-slide-wrap-sl-1 {
      width: 50%; }
      .header-slide-wrap .onMobile .header-slide-wrap-sl-1 .custom-option-124 {
        display: flex;
        align-items: center;
        gap: 5px;
        color: #717171;
        font-size: 12px; }
        .header-slide-wrap .onMobile .header-slide-wrap-sl-1 .custom-option-124 img {
          height: 14px; }
    .header-slide-wrap .onMobile .vs__dropdown-toggle .vs__selected-options .vs__selected {
      line-height: 24px !important; }
    .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__dropdown-toggle .vs__selected-options .vs__selected {
      margin: auto; }
    .header-slide-wrap .onMobile .header-slide-wrap-sl-2 {
      margin-top: 8px; }
      .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__selected-options {
        justify-content: center; }
      .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__dropdown-toggle {
        padding: 0 !important; }
      .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__dropdown-toggle .vs__selected-options .vs__selected {
        height: 48px !important;
        line-height: unset !important; }
      .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__selected-options {
        height: 48px !important; }
      .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__dropdown-option {
        padding-left: 8px !important; }
      .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 {
        display: flex;
        gap: 10px;
        height: 100%;
        height: 48px !important;
        justify-content: center; }
        .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 img {
          height: 12px;
          width: 12px; }
        .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 .option-head-big-1 {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 100%;
          font-size: 10px;
          color: #070F03; }
        .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 .option-head-big-2 {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
        .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 .option-head-big-2-minute {
          padding-left: 4px; }
        .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 .option-head-big-2-score {
          display: flex;
          gap: 10px;
          font-size: 10px;
          color: #070F03; }
          .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 .option-head-big-2-score span {
            font-weight: 700;
            color: #E51B00;
            font-size: 12px; }
      .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__dropdown-option--highlight {
        background: #E6E6E6 !important;
        color: black;
        border-radius: 4px; }
      .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__actions {
        top: 0;
        bottom: 0;
        right: 0;
        width: 46px;
        background: #73250D;
        border-radius: 0 4px 4px 0;
        transform: unset;
        display: flex;
        justify-content: center; }
        .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__actions svg {
          filter: brightness(1000%) contrast(1000%); }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-left img,
  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-right img {
    width: 14px;
    height: 14px; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-left,
  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-right,
  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg-time {
    font-size: 8px; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-left,
  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-right,
  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg {
    height: 25px;
    padding: 0; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number > div img {
    padding: 0 5px; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg-number {
    font-size: 16px; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg-1 {
    height: 25px;
    width: auto; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle-bg-time {
    padding: 0 6px; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number {
    top: 5px;
    right: 5px;
    left: 5px; }

  #gamerateApp .content-board > div .content-board-iframe-wrap {
    height: 240px; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number .content-board-iframe-wrap--number-middle {
    flex: none;
    padding: 0 12px; }

  #gamerateApp .content-board.compare .content-board-section {
    background: transparent;
    padding: 0; }

  #gamerateApp .compare .content-board-section .content-board-section--content table tbody td {
    background: #F2F2F2; }

  #gamerateApp .compare .content-board-section .content-board-section--content table thead th {
    background: #D4D4D4; }

  #gamerateApp .compare .content-board-section .content-board-section--content table tbody td {
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB; }

  #gamerateApp .content-board-section .content-board-section--content table tbody > tr > td:first-child {
    border-left: 1px solid #BBBBBB; }

  #gamerateApp .content-board-section .content-board-section--title {
    text-align: left; }

  #gamerateApp .content-board > div {
    gap: 0px; }

  #gamerateApp .content-board-section .content-board-section--title {
    margin-bottom: 20px; }

  #gamerateApp .content-board.compare .content-board-section {
    margin-top: 20px; }

  #gamerateApp .content-board-section .content-board-section--info table.content-board-section--content-onMobile-2 thead tr th:nth-child(2) {
    background: #07ADF5; }

  #gamerateApp .content-board-section .content-board-section--info table.content-board-section--content-onMobile-2 {
    margin-top: 12px; }

  #gamerateApp .head-title-team .fx-title .fx-title-vs {
    display: none; }

  #gamerateApp .head-title-team .fx-title-vs.onMobile {
    font-size: 14px;
    text-transform: uppercase;
    color: #070F03;
    margin: 20px 0;
    font-weight: 700; }

  #gamerateApp .head-title-team .fx-title .fx-title-name img {
    width: 16px;
    height: 16px; }

  #gamerateApp .head-title-team .fx-title .fx-title-name {
    font-size: 10px; }

  .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 .option-head-big-1 {
    width: 84px;
    overflow: hidden;
    display: inline-block;
    padding: 10px 0px;
    text-align: center; }

  .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 img {
    display: block;
    margin: auto; }

  .header-slide-wrap .onMobile .header-slide-wrap-sl-1 .custom-option-124 {
    width: 90px; }

  .header-slide-wrap-sl-1 .vs__dropdown-menu {
    width: 200% !important; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number > div img {
    padding: 0 2px; }

  .content-board-section.content-board-section-number .content-board-section--content {
    width: 450px; }

  .content-board-section--content-res {
    overflow-y: hidden;
    overflow-x: auto; }

  #gamerateApp .content-board-section .content-board-section--info table {
    border-color: transparent !important; }

  #gamerateApp .content-board-section .content-board-section--info table td ul {
    line-height: 1.5; }

  .content-board.squad .content-board-iframe-wrap .content-board-iframe-wrap--number,
  .content-board.squad .content-board-iframe-wrap--drop-w {
    width: initial; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w > div:nth-child(2) {
    width: 73px;
    flex: initial; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w > div {
    font-size: 8px;
    gap: 3px; }

  #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w > div img {
    padding: 0; }

  .content-board.squad #matchScoreStatistics.form .fx-comparision {
    width: 100% !important; }

  .content-board.squad .content-board-iframe-wrap {
    margin-bottom: 20px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-name .launch-team-yarn--players-name-1 {
    display: none; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-name {
    position: initial;
    height: 1px;
    background: #004026; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-name .launch-team-yarn--players-name-number {
    transform: initial;
    top: initial;
    bottom: 0px;
    left: -16px;
    border-radius: 4px 4px 0 0; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-img {
    position: relative;
    top: 3px; }

  .content-board.squad .launch-team-11-content {
    width: 100%;
    gap: 0;
    flex-direction: column; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-name .launch-team-yarn--players-name-number {
    font-size: 10px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-name .launch-team-yarn--players-name-number {
    width: 16px;
    height: 16px;
    line-height: 16px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players-img {
    height: 33px;
    width: 33px; }

  .launch-team-yarn-123 > img {
    width: 100%; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_0 {
    left: 121px;
    top: -4px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_1 {
    left: 62px;
    top: 20px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_2 {
    left: 188px;
    top: 20px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_3 {
    left: 124px;
    top: 36px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_4 {
    left: 58px;
    top: 63px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_5 {
    left: 123px;
    top: 77px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_6 {
    left: 194px;
    top: 63px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_7 {
    left: 57px;
    top: 105px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_8 {
    left: 125px;
    top: 122px; }

  .launch-team-yarn-123 .launch-team-yarn-123--players .launch-team-yarn--players.players_9 {
    left: 199px;
    bottom: 30px; }

  .content-board.squad .launch-team-11-content .launch-team-11-content-data-content > div {
    width: calc(25% - 22px); }

  .content-board.squad .launch-team-11-content .launch-team-11-content-data-content .userbox-1123 img {
    height: 50px;
    width: 50px; }

  .content-board.squad .launch-team-11-content .launch-team-11-content-data-content .userbox-1123--name {
    font-size: 8px; }

  .content-board.squad .launch-team-11-content .launch-team-11-content-data .launch-team-11-content-data-title {
    font-size: 14px; }

  .content-board.squad .launch-team-11-content .launch-team-11-content-data-content {
    height: 180px; }

  .content-board.squad .launch-team-11-content .launch-team-11-content-img .launch-team-11-content-img-title {
    font-size: 14px; }

  .yarn-filter-tap-mb {
    padding-bottom: 16px !important;
    padding-top: 0px !important; }

  .content-board.squad .matchScoreStatistics .fx-comparision.scoreComp {
    margin-left: 0 !important; }

  .player-content-1212-1--content {
    padding: 10px 0; }

  .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-country,
  .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-title {
    margin-bottom: 5px; }

  .popup-bxh .frame__close {
    width: 11px;
    height: 11px;
    right: 5px;
    top: 5px; }

  .popup-bxh .popup-bxh-wrap {
    width: 250px; }

  .popup-bxh-wrap .player-content-number {
    display: none; }

  .player-content-1212 .player-content-1212-1 {
    display: flex;
    align-items: end; }

  .player-content-1212 .player-content-1212-1 img {
    width: 51px;
    height: auto; }

  .player-content-1212 {
    padding: 0px 34px; }

  .player-content-1212 .player-content-1212-1 .player-content-1212-1--content div {
    font-size: 10px; }

  .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-title,
  .player-content-1212 .player-content-1212-1 .player-content-1212-1--content .player-content-1212-1--content-item .player-content-1212-1--content-item-2 {
    font-size: 14px; }

  .content-board.win .win-content-122 .win-content-122-content {
    padding: 12px; }

  .content-board.win .win-content-122 .win-content-122-content .win-content-122-content--title {
    font-size: 32px; }

  .content-board.win .win-content-122 {
    flex-direction: column; }

  .content-board.win .win-content-122 .win-content-122-img {
    width: calc(100% - 20px);
    margin: auto; }

  .total-win-play-34-content {
    display: flex;
    gap: 8px; }

  .content-board.win .total-win-play-34 .total-win-play-34-content--des,
  .content-board.win .total-win-play-34 .total-win-play-34-content--content {
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 8px; }

  .total-win-play-34-content--content-number-d {
    height: 8px;
    border-radius: 4px; }

  .content-board.win .total-win-play-34 .total-win-play-34-content--des span {
    font-size: 12px; }

  .total-win-play-34-content--content > div {
    height: 28px !important; }

  .total-win-play-34-content--content-number-mb {
    color: black;
    font-size: 10px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 5px; }

  .other-main-info .chart-section--header.ails-team-tt-123 {
    flex-direction: column;
    align-items: baseline;
    gap: 8px; }

  .content-board.win .ails-team--content-11 {
    padding: 12px; }

  .win-content-122-content--des p,
  .win-content-122-content--des div {
    font-size: 10px; }

  .content-board.win .ails-team--content-11 > div {
    flex-direction: column;
    gap: 12px; }

  .content-board.win .total-win-play-34 .total-win-play-34--title {
    font-size: 14px;
    text-align: left; }

  .content-board.win .ails-team--content-11-title {
    font-size: 12px; }

  .content-board.win .ails-team--content-11-1-number {
    font-size: 32px; }

  .content-board.win .ails-team--content-11-1-number span {
    font-size: 24px; }

  .content-board.win .ails-team--content-11-content-float svg {
    width: initial; }

  .content-board.win .ails-team--content-11 .ails-team--content-11-1 .ails-team--content-11-1-left {
    width: initial; }

  .ails-team--content-11-1-left #radar-chart-line {
    height: 110px !important; }

  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-1 {
    font-size: 12px; }

  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-2 {
    font-size: 9px; }

  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-1::after {
    width: 5px;
    height: 5px;
    left: -15px; }

  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul-1::before {
    left: -15px;
    height: 16px; }

  .content-board.win .ails-team--content-11-content .ails-team--content-11-content-ul {
    margin-bottom: 15px; }

  .content-board.win .ails-team--content-11-content-float {
    overflow: hidden; }

  .content-board.win .ails-team--content-11 > div > div {
    padding: 8px; }

  .content-board.win .ails-team--content-11-2-content iframe {
    height: 115px !important; }

  .content-board.win .ails-team--content-11-title {
    font-size: 10px;
    margin: 8px 0; }

  .content-board.win .ails-team--content-11-2-text {
    font-size: 9px; }

  .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-name {
    font-size: 16px; }

  .ails-team--content-11-2-right-img img {
    width: 100%;
    height: auto; }

  .ails-team--content-11-3-right--player-img {
    display: flex;
    align-items: flex-end;
    padding-top: 10px; }

  .ails-team--content-11-3-right--player-img img {
    height: 74px;
    width: 74px; }

  .content-board.win .ails-team--content-11-3-right--player {
    gap: 25px; }

  .content-board.win .ails-team--content-11-3-right--player .ails-team--content-11-3-right--player-des-title {
    font-size: 16px;
    margin-bottom: 10px; }

  .content-board.win .ails-team--content-11-3-right--player .ails-team--content-11-3-right--player-des-content-1 {
    font-size: 9px; }

  .ails-team--content-11-3-right .content-board-section .content-board-section--content table tbody td {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .ails-team--content-11-3-right-tbl .content-board-section .content-board-section--content table thead > tr > th:nth-child(2) {
    text-align: left; }

  .content-board.win .ails-team--content-11 .ails-team--content-11-2 .ails-team--content-11-2-right {
    width: initial; }

  .content-board.win .ails-team--content-11-2-right .ails-team--content-11-2-right-content {
    font-size: 10px; }

  .dark #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--drop-w,
  .dark #gamerateApp .content-board-iframe-wrap .content-board-iframe-wrap--number {
    background: transparent; }

  .dark .content-board-section-number,
  .dark #gamerateApp .content-board-section .content-board-section--info table td {
    background: transparent !important; }

  .dark .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__dropdown-option--highlight .custom-option-125 .option-head-big-1 {
    color: #000; }

  .dark .content-board.win .content-board-section .content-board-section--content table tbody td {
    background: #1A1919 !important; }
  .dark #gamerateApp .content-board.win .content-board-section .content-board-section--content table tbody td {
    border-bottom: 1px solid #070F03 !important; }
  .dark #gamerateApp .content-board.win .content-board-section .content-board-section--content table tbody td {
    border-right: 1px solid #070F03 !important; }
  .dark .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .vs__selected-options {
    background: #260C04; }
  .dark .header-slide-wrap .onMobile .header-slide-wrap-sl-2 .custom-option-125 .option-head-big-1 {
    color: white; }
  .dark .header-slide-wrap {
    background: transparent; }
  .dark .header-slide-wrap-sl-2 .vs__dropdown-toggle,
  .dark .header-slide-wrap-sl-1 .vs__dropdown-toggle {
    border: 1px solid transparent !important; }
  .dark #gamerateApp .compare .content-board-section .content-board-section--content table thead th {
    background: #374033; }
  .dark .dark #gamerateApp .content-board-section .content-board-section--content table tbody td,
  .dark .dark #gamerateApp .content-board-section .content-board-section--content table tbody > tr > td:first-child,
  .dark .dark #gamerateApp .content-board-section .content-board-section--content table thead > tr > th:first-child,
  .dark .dark #gamerateApp .content-board-section .content-board-section--content table thead th,
  .dark .dark #gamerateApp .content-board-section .content-board-section--content table {
    border-color: #271D06; }
  .dark #gamerateApp .compare .content-board-section .content-board-section--content table tbody td {
    border-color: #271D06; }
  .dark #gamerateApp .compare .content-board-section .content-board-section--content table tbody td {
    background: #111111; }
  .dark #gamerateApp .content-board-section .content-board-section--info table thead tr th:nth-child(2) {
    border-color: #271D06 !important; }
  .dark #gamerateApp .head-title-team .fx-title-vs.onMobile {
    color: white; }
  .dark .fx-tab-mobile .fx-tab-mobile-wrap > div {
    background: #070F03; }
    .dark .fx-tab-mobile .fx-tab-mobile-wrap > div img {
      filter: brightness(0) invert(100%); }
  .dark .fx-tab-mobile .fx-tab-mobile-wrap .active {
    background: #5B1905; }
  .dark .fbheader-mb {
    background: transparent; }
  .dark .fbheader-mb .fbheader-mb--2-2 .fbheader-mb--2-2-1 span {
    color: #FFC225; }
  .dark .other-main-info .personal-section-123 .content-board-section--content table thead > tr > th:first-child {
    border-left: 1px solid transparent !important; }
  .dark .other-main-info .personal-section-123 .content-board-section--content table thead th:last-child {
    border-right: 1px solid transparent !important; }
  .dark .content-board.evaluate .other-main-info {
    background: transparent; }
  .dark #gamerateApp .content-board.evaluate .content-board-section-info .content-board-section--content table tbody td,
  .dark #gamerateApp .content-board.evaluate .content-board-section .content-board-section--content table tbody td {
    background: #111111 !important; }

  .frame-1000008099 .frame-1000007727 .frame-1000007722 .frame-1000007715__text {
    font-size: 10px; }

  .frame-1000008099 .frame-1000007727 .frame-1000007722 .gitribng__text {
    font-size: 7px;
    margin-bottom: 5px; }

  .frame-1000008099 {
    padding: 10px; }

  .frame-number-w {
    margin-top: 12px;
    gap: 12px !important;
    flex-direction: column; }

  .frame-1000008099 .frame-1000007727 .frame-1000007722 .gitribng__text {
    width: initial; }

  .frame-1000008099 .frame-1000007727 .frame-1000007722 .frame-1000007715 {
    height: initial;
    padding: 6px; }

  .other-main-info .chart-section,
  .other-main-info .table-section-112 {
    flex-direction: column; }

  .other-main-info .chart-section--header .chart-section--header-title {
    font-size: 14px; }

  .other-main-info {
    padding: 0;
    background: transparent; }

  .content-board-section.content-board-section-number .content-board-section--content {
    width: 100%;
    flex-direction: column; }

  .other-main-info .chart-section-left {
    width: 100%; }

  .underline .vs__dropdown-toggle .vs__selected-options .vs__selected {
    font-size: 10px; }

  .underline .vs__dropdown-toggle {
    border-bottom: 1px solid black; }

  .other-main-info .chart-section--header-select {
    top: -4px; }

  #gamerateApp .content-board.evaluate .content-board-section .content-board-section--info table thead th {
    border-right: 1px solid #BBBBBB;
    border-bottom: 1px solid #BBBBBB; }

  #gamerateApp .content-board.evaluate .content-board-section-info .content-board-section--content table tbody td {
    border-right: 1px solid #BBBBBB !important;
    border-bottom: 1px solid #BBBBBB !important; }

  #gamerateApp .content-board-section .content-board-section--content table thead th {
    background: #d4d4d4; }

  #gamerateApp .content-board-section {
    background: transparent; }

  .content-board-section--content-match-name {
    font-size: 10px;
    display: flex;
    gap: 3px;
    height: 30px;
    position: relative; }
    .content-board-section--content-match-name img {
      width: 16px;
      height: 16px; }
    .content-board-section--content-match-name .content-board-section--content-match-name-text {
      margin-top: 2px; }

  .content-board-section--content-match-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: #FFB800; }

  .other-main-info .personal-section-123 .content-board-section--content table thead > tr > th:first-child {
    border-left: 1px solid #BBBBBB !important;
    border-bottom: 1px solid #BBBBBB !important; }

  #gamerateApp .content-board-section .content-board-section--content table tbody td {
    border-right: 1px solid #BBBBBB !important; }

  .other-main-info .personal-section-123 .content-board-section--content table thead th:last-child {
    border-right: 1px solid #BBBBBB !important; }

  .other-main-info .personal-section-123 .content-board-section--content table thead th {
    border-bottom: 1px solid #BBBBBB !important; }

  #gamerateApp .content-board-section .content-board-section--content table tbody td {
    border-bottom: 1px solid #BBBBBB !important; }

  .underline .vs__dropdown-toggle .vs__selected-options .vs__selected {
    font-weight: 600; }

  .other-main-info .personal-section-123 .chart-section--header-select {
    margin-top: 0; }

  #gamerateApp .content-board-section .content-board-section--content table tbody td {
    background: #f2f2f2; }

  .underline .vs__dropdown-toggle {
    border-radius: 0; }

  .drop-right .vs__dropdown-menu {
    left: initial;
    right: 0; }

  .other-main-info,
  .other-main-info .personal-section-123 {
    margin-top: 16px; }

  .other-main-info .chart-section--header.onMobile {
    margin-bottom: 10px; }

  .userbox-1123 img {
    max-width: 50px;
    width: 100%;
    height: auto; }

  .userbox-1123--name {
    font-size: 10px;
    margin: 0 -8px; }

  .content-board.player .player-content-wrapper .player-content-wrapper--player-122 .player-content-wrapper--player-122-btn {
    font-size: 7px; }

  .content-board-iframe-wrap--number-middle-bg-1 {
    width: 17px;
    height: 17px; }

  .content-board.player .player-content-wrapper {
    padding: 12px;
    border-radius: 8px; }

  .content-board.player .player-content-wrapper .player-content-wrapper--player-122 .player-content-wrapper--player-122-btn {
    gap: 5px; }

  .content-board.player .player-content-wrapper .player-content-wrapper--player-122 .player-content-wrapper--player-122-btn {
    padding: 4px 5px; }

  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-player {
    font-size: 32px; }

  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap .player-content-wrapper--player-1-left-info-wrap-left,
  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap .player-content-wrapper--player-1-left-info-wrap-right {
    font-size: 9px; }

  .content-board.player .player-content-wrapper-info {
    margin-top: 10px; }

  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap .player-content-wrapper--player-1-left-info-wrap-left {
    width: 55px; }

  .content-board.player .player-content-wrapper-1 {
    position: relative; }

  .player-content-wrapper--player-1-img-mb {
    position: absolute;
    bottom: -12px;
    right: -12px; }

  .player-content-wrapper--player-1-left {
    position: relative;
    z-index: 9; }

  .content-board.player .player-content-wrapper .player-content-wrapper--player-1-left-info-wrap {
    margin-top: 5px; }

  #gamerateApp #matchScoreStatistics .fx-data-right .fx-c2,
  #gamerateApp #matchScoreStatistics .fx-comparision .fx-data-left .fx-c2,
  #gamerateApp #matchScoreStatistics .rateOfScored .fx-c-3 span {
    font-size: 10px; }

  .content-board.player #matchScoreStatistics .fx-comparision {
    gap: 27px !important; }

  .content-board.player .player-content-wrapper-info {
    flex-direction: column; }

  .content-board.player .other-main-info .chart-section--header .chart-section--header-title {
    font-size: 12px; }

  .player-content-wrapper-info-big-title {
    font-size: 32px; }

  .player-content-wrapper-info-big-title .player-content-wrapper-info-big-title-sp {
    font-size: 24px; }

  .content-board.player .player-content-wrapper-info .player-content-wrapper-info-right {
    overflow: hidden; }

  .content-board.player .player-content-wrapper-info .player-content-wrapper-info-left {
    width: initial; }

  #gamerateApp .content-board-section .content-board-section--content table th,
  #gamerateApp .content-board-section .content-board-section--content table td {
    font-size: 10px; }

  .player-content-wrapper-info.other-main-info .player-content-wrapper-info-right .chart-section--header {
    flex-direction: column;
    align-items: start;
    gap: 10px;
    margin-bottom: 10px; }

  .content-board.player .player-content-wrapper-info-right .player-content-wrapper-info-right-tab {
    margin-bottom: 10px; } }

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