p {
  color: white !important;
}
.hall-categ-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.hall-categ-title {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.hall-ranking-title {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #eee;
  font-size: 1.8rem;
}
.hall-categ-phase {
  margin-top: 1em;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-transform: capitalize;
  color: #fff;
}
.hall-categ-bestof {
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hall-categ-live {
  background-color: #e00;
  margin-left: 10px;
  font-size: 16px;
  padding: 3px;
  border-radius: 3px;
  animation: blinker 2s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}

.hall-event-banner {
  width: 66%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 17%;
  margin-right: 17%;
}
.hall-main-table {
  width: 100%;
  table-layout: fixed;
  padding-right: 1rem;
}
.hall-flex-row {
  display: flex;
  flex-direction: row;
}
.hall-table-cell {
  display: table-cell;
  text-align: center;
}
.hall-table-id {
  display: inline;
  font-size: 12px;
}
.hall-categ-live-table-cont {
  display: table-cell;
}
.hall-categ-live-table {
  background-color: #c772d1;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: block;
  line-height: 1.82;
  margin: 0;
}
.hall-categ-live-table-video {
  background-color: #c772d1;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.82;
  margin: 0;
}
.hall-categ-live-table-video:hover {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.hall-categ-live-table-video:visited {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
.hall-search {
  margin-top: 1em;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 4px;
  text-transform: uppercase;
  color: #fff;
  background-color: #333;
}
.hall-text-center {
  text-align: center;
  color: #fff;
}
.hall-link {
  margin: 1em;
  font-size: 16px;
  cursor: pointer;
}
.hall-link:hover {
  text-decoration: underline;
}

.hall-link-active {
  margin: 1em;
  font-size: 16px;
  font-weight: bold;
}

.hall-agoneus {
  height: 30px;
  margin-left: 1em;
}

.hall-table-col1 {
  display: table-cell;
  width: 15%;
}
.hall-table-col2 {
  display: table-cell;
  overflow-x: auto;
}
.hall-table-col3 {
  display: table-cell;
  width: 15%;
}
/*Team frame */
.hall-frame {
  color: #fff;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-left: 5%;
}
.hall-frame-left {
  display: flex;
  flex-direction: row;
  background-color: #686868;
  height: 34px;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.hall-frame-fill {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.hall-frame-right-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.hall-frame-name-left {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: center;
  padding: 0.5rem;
}
.hall-frame-name-left p {
  margin: 0;
  word-break: normal;
}
.hall-frame-name-left p span {
  font-size: 12px;
  word-break: normal;
}
.hall-frame-name-left-margin {
  margin-left: 5px !important;
}
.hall-frame-right {
  display: flex;
  flex-direction: row;
  background-color: #686868;
  height: 34px;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-frame-name-right {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: center;
  padding: 0.5rem;
}
.hall-frame-name-right p {
  margin: 0;
  word-break: normal;
}
.hall-frame-name-right p span {
  font-size: 12px;
  word-break: normal;
}
.hall-frame-name-right-margin {
  margin-right: 5px !important;
}

/* Single match */
.hall-single {
  color: #fff;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: inherit;
}
.hall-single-left {
  display: flex;
  flex-direction: row;
  background-color: #c772d1;
  height: 34px;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.hall-single-set-left {
  display: flex;
  flex-direction: row;
  background-color: #c772d1;
  height: 34px;
  width: 25%;
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.hall-double-left {
  display: flex;
  flex-direction: row;
  background-color: #c772d1;
  height: 58px;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
}
.hall-single-qualified {
  display: flex;
  flex-direction: row;
  background-color: #8946a6;
  height: 34px;
  width: calc(67% + 44px);
  justify-content: flex-start;
  align-items: center;
  border-radius: 16px;
}
.hall-double-qualified {
  display: flex;
  flex-direction: row;
  background-color: #8946a6;
  height: 58px;
  width: calc(67% + 44px);
  justify-content: flex-start;
  align-items: center;
  border-radius: 28px;
}
.hall-single-left-next {
  display: flex;
  flex-direction: row;
  background-color: #999;
  height: 34px;
  width: calc(50% + 44px);
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.hall-single-set-left-next {
  display: flex;
  flex-direction: row;
  background-color: #999;
  height: 34px;
  width: calc(25% + 44px);
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.hall-double-left-next {
  display: flex;
  flex-direction: row;
  background-color: #999;
  height: 58px;
  width: calc(50% + 44px);
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
}
.hall-single-left-ended {
  display: flex;
  flex-direction: row;
  background-color: #8946a6;
  height: 34px;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.hall-double-left-ended {
  display: flex;
  flex-direction: row;
  background-color: #8946a6;
  height: 58px;
  width: 50%;
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px;
}
.hall-single-set-left-ended {
  display: flex;
  flex-direction: row;
  background-color: #8946a6;
  height: 34px;
  width: 25%;
  justify-content: flex-start;
  align-items: center;
  border-bottom-left-radius: 16px;
  border-top-left-radius: 16px;
}
.hall-single-fill {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 32px);
}
.hall-single-fill-noflag {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.hall-single-q-fill {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: calc(100% - 33px);
}
.hall-double-fill {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 44px);
}
.hall-double-schedule {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 88px;
  min-width: 88px;
  height: 58px;
  margin: 0 1px;
  background-color: #999;
}
.hall-single-right {
  display: flex;
  flex-direction: row;
  background-color: #c772d1;
  height: 34px;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-single-set-right {
  display: flex;
  flex-direction: row;
  background-color: #c772d1;
  height: 34px;
  width: 25%;
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-double-right {
  display: flex;
  flex-direction: row;
  background-color: #c772d1;
  height: 58px;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-single-right-next {
  display: flex;
  flex-direction: row;
  background-color: #999;
  height: 34px;
  width: calc(50% - 44px);
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-single-set-right-next {
  display: flex;
  flex-direction: row;
  background-color: #999;
  height: 34px;
  width: calc(25% - 44px);
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-double-right-next {
  display: flex;
  flex-direction: row;
  background-color: #999;
  height: 58px;
  width: calc(50% - 44px);
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-single-right-ended {
  display: flex;
  flex-direction: row;
  background-color: #8946a6;
  height: 34px;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-double-right-ended {
  display: flex;
  flex-direction: row;
  background-color: #8946a6;
  height: 58px;
  width: 50%;
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-single-set-right-ended {
  display: flex;
  flex-direction: row;
  background-color: #8946a6;
  height: 34px;
  width: 25%;
  justify-content: flex-end;
  align-items: center;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
}
.hall-single-right-name {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 32px);
}
.hall-single-right-name-noflag {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.hall-single-flag-cont {
  height: 32px;
  width: 32px;
}
.hall-single-flag {
  height: 32px;
  width: auto;
}
.hall-single-flag-selected {
  height: 38px;
  width: auto;
  border-radius: 19px;
  border-color: #1971b6;
  border-width: 3px;
  border-style: solid;
}
.hall-double-flag-cont {
  height: 56px;
  width: 56px;
  padding: 1px;
}
.hall-double-flag {
  height: 56px;
  width: 56px;
}
.hall-single-name-link {
  color: white;
  font-weight: 600;
}
.hall-single-name-right-link {
  color: white;
  font-weight: 600;
}
.hall-single-name-link-win {
  color: white;
  font-weight: bold;
}
.hall-single-name-left {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: center;
  margin-right: 5px;
}
.hall-single-name-left p {
  margin: 0;
  font-size: 12px;
  word-break: normal;
}
.hall-single-name-left p span {
  font-size: 12px;
  word-break: normal;
}
.hall-single-name-left-margin {
  margin-right: 5px !important;
}
.hall-double-name-left {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  align-items: flex-end;
  margin-right: 5px;
}
.hall-double-name-left p {
  margin: 0;
  font-size: 12px;
  word-break: normal;
}
.hall-double-name-left p span {
  font-size: 12px;
  word-break: normal;
}
.hall-single-set-name-left {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: center;
  padding: 0.5rem;
}
.hall-single-name-right {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: center;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.hall-single-name-right p {
  margin: 0;
  font-size: 12px;
  word-break: normal;
}
.hall-single-name-right p span {
  font-size: 12px;
  word-break: normal;
}
.hall-single-set-name-right {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  align-items: center;
  padding: 0.5rem;
}
.hall-single-set-name-right p {
  margin: 0;
  font-size: 12px;
  word-break: normal;
}
.hall-single-set-name-right p span {
  font-size: 12px;
  word-break: normal;
}
.hall-single-name-right-margin {
  margin-right: 5px !important;
}
.hall-double-name-right {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  align-items: flex-start;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.hall-double-name-right p {
  margin: 0;
  font-size: 12px;
  word-break: normal;
}
.hall-double-name-right p span {
  font-size: 12px;
  word-break: normal;
}
.hall-single-schedule {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  width: 88px;
  min-width: 88px;
  height: 34px;
  margin: 0 1px;
  background-color: #999;
}
.hall-single-score {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  width: 44px;
  min-width: 44px;
  margin: 1px;
  background-color: #444;
}
.hall-single-score.hall-effect {
  animation: hall-flash 1s;
}
.hall-single-score span {
  font-size: 10px;
  text-align: center;
  vertical-align: super;
  font-weight: 600;
}
.hall-single-frame {
  font-size: 18px;
  text-align: center;
  font-weight: 200;
  width: 44px;
  min-width: 44px;
  margin: 1px;
  color: #fff;
}
.hall-single-frame.hall-effect {
  animation: hall-flash 1s;
}
.hall-single-frame span {
  font-size: 10px;
  text-align: center;
  vertical-align: super;
  font-weight: 200;
}
.hall-video-cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: auto;
  max-height: 0;
  margin-left: 5%;
  margin-bottom: 0.5rem;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
}
.hall-sponsors-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.hall-sponsors-title {
  color: #fff;
}
.hall-sponsors-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.hall-sponsor-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*background-color: #444;*/
  padding: 1rem;
}
.hall-sponsor-name {
  color: #fff;
}
.hall-sponsor-logo {
  width: 150px;
  height: auto;
  margin: 1rem;
}
@keyframes hall-flash {
  0% {
    font-weight: 200;
    transform: scale(1);
    color: #fff;
  }
  50% {
    font-weight: 900;
    transform: scale(1.25);
    color: #fff300;
  }
  100% {
    font-weight: 200;
    transform: scale(1);
    color: #fff;
  }
}

.hall-single-video {
  position: absolute;
  left: 97%;
  cursor: pointer;
}
.hall-winner {
  font-weight: 900 !important;
}
.hall-badge {
  vertical-align: middle;
}
.hall-badgeleft {
  margin-right: 5px;
}
.hall-badgeright {
  margin-left: 5px;
  margin-right: 5px;
}
.hall-match-ended {
  background-color: #8946a6;
}
.hall-match-live {
  background-color: #8946a6;
}
.hall-match-win {
  font-weight: 900 !important;
  color: #fff300;
}
.hall-teamMatch {
  cursor: pointer;
}
.hall-video-circle {
  font-size: large;
  color: #1971b6;
}

/* Rankings */
.hall-ranking-wrapper {
  overflow-x: auto;
  display: block;
  max-width: 100%;
}
.hall-ranking-table {
  text-align: center;
  border: 2px solid #999;
  border-collapse: collapse;
  background-color: #556;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.hall-ranking-header {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 2px solid #999;
  background-color: #444;
  vertical-align: middle;
}
.hall-ranking-rank {
  text-align: center;
  border: 2px solid #999;
}
.hall-ranking-name {
  text-align: left;
  border: 2px solid #999;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  white-space: nowrap;
}
.hall-ranking-points {
  text-align: center;
  border: 2px solid #999;
}
.hall-ranking-total {
  text-align: center;
  border: 2px solid #999;
  font-weight: bold;
  color: #fff;
}
.hall-ranking-total-qualified {
  text-align: center;
  border: 2px solid #999;
  font-weight: bold;
}

@media screen and (orientation: portrait) {
  .hall-sponsors-list {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
  }
  .hall-single {
    flex-direction: column;
  }
  .hall-single-name-left,
  .hall-double-name-left {
    justify-content: center;
  }
  .hall-single-name-right {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-end;
    padding-right: 5px;
  }
  .hall-double-name-right {
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-end;
    padding-right: 5px;
  }
  .hall-badgeright {
    margin-right: 0;
  }
  .hall-single-set-name-right,
  .hall-double-set-name-right {
    justify-content: center;
    align-items: flex-end;
  }
  .hall-single-left,
  .hall-single-left-ended,
  .hall-single-left-next,
  .hall-double-left,
  .hall-double-left-ended,
  .hall-double-left-next {
    width: 96%;
  }
  .hall-single-schedule {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    width: 44px;
    min-width: 44px;
    height: 68px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 34px;
  }
  .hall-double-schedule {
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    width: 44px;
    min-width: 44px;
    height: 116px;
    margin: 0 1px;
    margin-right: 0;
    margin-left: 0;
    margin-top: 58px;
  }
  .hall-single-right,
  .hall-single-right-ended {
    width: 96%;
    flex-direction: row-reverse;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
  .hall-double-right,
  .hall-double-right-ended {
    width: 96%;
    flex-direction: row-reverse;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
  }
  .hall-single-right-next {
    width: 80%;
    flex-direction: row-reverse;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
    margin-left: -16%;
  }
  .hall-double-right-next {
    width: calc(100% - 53px);
    flex-direction: row-reverse;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px;
    margin-left: 0;
    margin-right: 44px;
  }
  .hall-single-right-name {
    flex-direction: row-reverse;
  }
  .hall-single-set-left-ended {
    display: flex;
    flex-direction: row;
    height: 34px;
    width: 50%;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
  .hall-single-set-right-ended {
    display: flex;
    flex-direction: row-reverse;
    height: 34px;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
  .hall-single-set-left {
    display: flex;
    flex-direction: row;
    height: 34px;
    width: 50%;
    justify-content: flex-start;
    align-items: center;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
  .hall-single-set-right {
    display: flex;
    flex-direction: row-reverse;
    height: 34px;
    width: 50%;
    justify-content: flex-end;
    align-items: center;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
  .hall-table-id {
    display: inline;
    font-size: 11px;
  }
  .hall-frame {
    flex-direction: column;
  }
  .hall-ranking-title {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #eee;
    font-size: 0.66rem;
  }
}


/*
  .hall-frame-left {
    width: 90%;
  }
  .hall-frame-name-left p {
    font-size: 13px;
  }
  .hall-frame-right {
    width: 90%;
    flex-direction: row-reverse;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
  }
  .hall-frame-right-name {
    flex-direction: row-reverse;
  }
  .hall-frame-name-right p {
    font-size: 13px;
  }
  .hall-frame-name-right p span {
    padding-right: 3px;
  }
  .hall-single-name-left p {
    font-size: 13px;
  }
  .hall-single-name-right p {
    font-size: 13px;
  }
  .hall-single-name-right p span {
    padding-right: 3px;
  }
  .hall-single-video {
    position: absolute;
    left: 93%;
    padding-bottom: 32px;
    cursor: pointer;
  }
  .hall-badge-right {
    margin-left: 0;
    margin-right: 0.4rem;
    padding: 6px;
  }
  .hall-badge-left {
    padding: 6px;
  }
}*/