.tournament-draw-box {
  width: 100%;
}
.tournament-draw-box .nav-pills .nav-item {
  margin-bottom: 20px;
}
.tournament-draw-box .nav-pills .nav-link {
  position: relative;
  display: inline-block;
  padding: 9px 34px 11px 34px;
  margin: 0px 20px;
  background: #f0f1f5;
  border: 2px solid #f0f1f5;
  border-radius: 30px;
  cursor: pointer;
  color: #222222;
}
.tournament-draw-box .nav-pills .nav-link.active,
.tournament-draw-box .nav-pills .show > .nav-link {
  border: 2px solid #ff5e14;
  background: transparent;
  color: #ff5e14;
}
.tournament-draw-box .nav-pills .nav-link.active::before {
  position: absolute;
  content: "";
  background: #ffffff;
  width: 12px;
  height: 12px;
  left: 50%;
  margin-left: -6px;
  bottom: -7px;
  border-bottom: 2px solid #ff5e14;
  border-right: 2px solid #ff5e14;
  transform: rotate(45deg);
}
.under-sub-category-draw-box > p {
  margin-bottom: 20px;
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #222222;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
.player-draw-round {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 10px;
}
.playerDrawRound {
  display: flex;
  flex-direction: row;
}
.round {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  list-style: none;
  padding: 0;
}
.round .spacer {
  flex-grow: 1;
}
.round .spacer:first-child,
.round .spacer:last-child {
  flex-grow: 0.5;
}
.round .game-spacer {
  flex-grow: 1;
}

li.game {
  padding-left: 20px;
}

li.game.winner {
  font-weight: bold;
}
li.game span {
  float: right;
  margin-right: 5px;
}

li.game-top {
  border-bottom: 1px solid #ff5e14;
}

li.game-spacer {
  border-right: 1px solid #ff5e14;
  min-height: 40px;
}

li.game-bottom {
  border-top: 1px solid #ff5e14;
}
.gave_by {
  background-color: #f0f0f0;
  padding-left: 20px;
}

.serial-num-ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style: none;
  padding: 0;
}

/* ************************ */
.playoff-table * {
  box-sizing: border-box;
}
.playoff-table {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.42857143;
  font-weight: 400;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #f5f5f5;
}
.playoff-table .player-header {
  display: table-row;
  width: 100%;
}
.playoff-table .player-header li {
  width: 230px;
  min-width: 230px;
  padding-inline: 10px;
  font-weight: bolder;
  font-size: 13px;
  text-align: center;
  display: table-cell;
  padding-block: 20px;
  border-bottom: 1px solid #222222;
}
.playoff-table .player-header li:first-child {
  width: 50px;
  min-width: 50px;
  padding-left: 40px;
}
.playoff-table .player-header li:last-child {
  padding-right: 40px;
}
.playoff-table .player-header li:nth-child(2) {
  width: 60px;
  min-width: 60px;
}
.playoff-table .player-header li:nth-child(3) {
  width: 100px;
  min-width: 100px;
}
.playoff-table .player-header li:nth-child(4) {
  width: 50px;
  min-width: 50px;
}
.playoff-table .player-header li:nth-child(5) {
  width: 100px;
  min-width: 100px;
}
.playoff-table .player-header li:not(:first-child) {
  margin-left: 0px;
}
.playoff-table .playoff-table-tour.playoff-table-sn {
  flex-basis: 50px;
  min-width: 50px;
}
.playoff-table .playoff-table-tour.playoff-table-state {
  flex-basis: 60px;
}
.playoff-table .playoff-table-tour.playoff-table-rank {
  flex-basis: 100px;
  min-width: 100px;
}
.playoff-table .playoff-table-tour.eight-player-final {
  left: -4px;
}
.playoff-table .playoff-table-tour.sixteen-player-final {
  left: -4px;
}
.playoff-table .playoff-table-tour.playoff-table-sn .playoff-table-group,
.playoff-table .playoff-table-tour.playoff-table-state .playoff-table-group,
.playoff-table .playoff-table-tour.playoff-table-rank .playoff-table-group {
  padding-right: 0;
  width: 100%;
  text-align: center;
}
.playoff-table .playoff-table-tour.playoff-table-sn .playoff-table-group:after,
.playoff-table
  .playoff-table-tour.playoff-table-state
  .playoff-table-group::after,
.playoff-table
  .playoff-table-tour.playoff-table-rank
  .playoff-table-group::after {
  width: 0;
}
.playoff-table .playoff-table-tour.playoff-table-sn .playoff-table-pair-style,
.playoff-table
  .playoff-table-tour.playoff-table-state
  .playoff-table-pair-style,
.playoff-table
  .playoff-table-tour.playoff-table-rank
  .playoff-table-pair-style {
  width: 100%;
}
.playoff-table
  .playoff-table-tour.eight-player-final
  .playoff-table-left-player.playoff-table-left-player-final::before {
  bottom: 11px;
  z-index: 2;
}
.playoff-table
  .playoff-table-tour.sixteen-player-final
  .playoff-table-left-player.playoff-table-left-player-final::before {
  bottom: 11px;
  z-index: 2;
  left: -18px;
  width: 18px;
}
.playoff-table .playoff-table-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 20px;
}
.playoff-table .playoff-table-tour {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  position: relative;
}
.playoff-table .playoff-table-pair {
  position: relative;
}
.playoff-table .playoff-table-pair:before {
  content: "";
  position: absolute;
  top: 27px;
  right: -12px;
  width: 12px;
  height: 1px;
  background-color: red;
}
.playoff-table .playoff-table-pair:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 1000px;
  background-color: #f5f5f5;
  right: -12px;
  z-index: 1;
}
.playoff-table .playoff-table-pair:nth-child(even):after {
  top: 28px;
}
.playoff-table .playoff-table-pair:nth-child(odd):after {
  bottom: 28px;
}
.playoff-table .playoff-table-pair-style {
  border: 1px solid #cccccc;
  background-color: white;
  width: 210px;
  margin-bottom: 20px;
}
.playoff-table .playoff-table-group {
  padding-right: 11px;
  padding-left: 10px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
.playoff-table .playoff-table-group .playoff-table-pair-style:last-child {
  margin-bottom: 0px;
}
.playoff-table .playoff-table-group:after {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 29px;
  right: 0px;
  width: 1px;
  background-color: red;
}
.playoff-table .playoff-table-group.playoff-table-group-semifinal::after {
  width: 0;
}
.playoff-table .playoff-table-group:last-child {
  margin-bottom: 0;
}
.playoff-table .playoff-table-left-player,
.playoff-table .playoff-table-right-player {
  min-height: 26px;
  padding: 3px 5px;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.playoff-table .playoff-table-left-player {
  border-bottom: 1px solid #cccccc;
  text-transform: capitalize;
}
.playoff-table .playoff-table-left-player:before {
  content: "";
  position: absolute;
  bottom: 27px;
  left: -12px;
  width: 12px;
  height: 1px;
  background-color: red;
}
.playoff-table
  .playoff-table-left-player.playoff-table-left-player-final::before {
  bottom: 11px;
}
.playoff-table .playoff-table-right-player {
  margin-top: -1px;
  border-top: 1px solid #cccccc;
  text-transform: capitalize;
}
.playoff-table .playoff-table-third-place {
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 100px;
}
.playoff-table .playoff-table-third-place .playoff-table-left-player:before {
  display: none;
}
.playoff-table .playoff-table-tour:first-child .playoff-table-group {
  padding-left: 0;
}
.playoff-table
  .playoff-table-tour:first-child
  .playoff-table-left-player:before {
  display: none;
}
.playoff-table .playoff-table-tour:last-child .playoff-table-group:after {
  display: none;
}
.playoff-table .playoff-table-tour:last-child .playoff-table-pair:after,
.playoff-table .playoff-table-tour:last-child .playoff-table-pair:before {
  display: none;
}
/*# sourceMappingURL=playoff-table.css.map */

/* tournament-detail-entries-partials.blade.php-start */
.sub-cat-asc-desc > .ascending-descending-box > button {
  line-height: 16px;
}
/* tournament-detail-entries-partials.blade.php-end */
