/* body
{
    min-width: 1080px !important;
} */
#TournamentDaysContainer,
#rankContainer,
#liveContainer {
  background-image: url('https://img.dota2.com.cn/dota2static/file/cd5bfca4-e521-40c7-93d9-ef372d19b206.jpg');
  background-size: 100% auto;
  z-index: 2;
  padding-bottom: 56px;
  width: 100%;
}


.loading {
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
  padding:125px 0;
  color: #ccc;
}

#liveContainer {
  margin-top: 0;
  background-size: 100% auto;
  padding-bottom: 56px;
  background-image: url('https://img.dota2.com.cn/dota2static/file/cd5bfca4-e521-40c7-93d9-ef372d19b206.jpg');
}

#rankContainer {
  min-height: 810px;
}

#liveContainer {
  min-height: 810px;
}

#TournamentDaysContent {
  position: relative;
  text-align: left;
  width: 1200px;
  margin: 0 auto;
  text-shadow: 1px 1px 2px #000000;
  text-transform: uppercase;
  z-index: 3;
  padding-top: 60px;
}
#TournamentDaysContent .pw-down {
  top: 78px;
  right: 0;
}

.PhaseSection {
  display: inline-block;
  margin-top: 25px;
  color: #7c8fb6;
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  letter-spacing: 3px;
  text-shadow: 1px 1px 2px #000000;
  font-size: 16px;
}
.PhaseSection:first-child {
  padding-left: 0;
}
.PhaseSection > span {
  color: #a7a7a7;
  display: block;
  margin-bottom: 10px;
}

#ScheduleContent {
  min-height: 890px;
}

.DayNavContainer {
  display: inline-block;
  border: 3px solid #28282e;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: none;
}

.DayNavSelected {
  background-color: #28282e;
}

.DayNav {
  display: inline-block;
  height: 56px;
  width: 56px;
  color: #a7a7a7;
  font-size: 14px;
  text-align: center;
  padding-left: 2px;
  text-shadow: 1px 1px 2px #000000;
  padding-top: 6px;
}

.DayNavSelected .DayNav,
.DayNavSelected .DayNumber {
  color: #fff;
}

.DayNumber {
  font-family: 'Reaver', serif;
  font-size: 18px;
  text-align: center;
  text-shadow: 1px 1px 2px #000000;
  color: #fff;
}

#ScheduleContent {
  width: 100%;
}

#ScheduleContentHeader {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 38px;
  color: green;
  font-size: 16px;
  line-height: 26px;
  text-shadow: 1px 1px 2px #000000;
}

#ContentHeaderLargeText {
  color: pink;
  font-size: 24px;
  letter-spacing: 3px;
  text-shadow: 1px 1px 2px #000000;
  text-transform: uppercase;
}

.SpecialEventLink {
  color: red;
}

.section-header {
  width: 1200px;
  margin: 0 auto;
  background-color: #28282e;
  position: sticky;
  top: 76px;
  z-index: 2;
  box-shadow: 0px 0px 16px rgb(0 0 0 / 40%);
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.section-header .title {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}

.select-box {
  text-align: right;
  margin-bottom: 10px;
}

.select-box select {
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #6f6f7a;
  border-radius: 5px;
  background-color: #28282e;
  color: #fff;
  padding-left: 10px;
}

.m-playoff-list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  width:100%;
  flex-direction: column;
  gap: 5px;
} 
.m-playoff-row{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width:560px;
  border-bottom: 1px solid #6f6f7a;
  background-color: #111;
  padding:5px 10px !important;
}
.m-playoff-item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.m-playoff-row .p-name{
  font-size: 14px;
  color: #aaa;
  margin: 0 10px !important;
  background-color: transparent !important;
}
.m-playoff-row .score{
  font-size: 14px;
  color: #fff;
  background-color: transparent !important;
  margin: 0 10px !important;
}
.score.win{
  color: #00ff00;
}
.m-playoff-title{
  font-size: 20px;
  color: #cccccc;
  margin: 20px 0  !important;

}