@charset "utf-8";
/* CSS Document */

/* MAKE DRAW SECTION
 *************************/
.liEntry {
  margin-bottom: 20px;
}
.points {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.points > span {
  height: 20px;
  width: 20px;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
/* span.draw-english + span {
  display: block;
  background: #e63757;
  text-align: center;
  color: #fff;
  padding-top: 21px;
  margin-top: -13px;
  border-radius: 0px 0px 10px 10px;
  font-size: 14px;
  font-weight: 800;
} */
ul.ulRounds {
  display: flex;
  /* align-items: center; */
  list-style: none;
  padding: 0;
}
ul.ulRounds > li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
ul.ulRounds ul {
  list-style: none;
}
ul.ulRounds > li > ul {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  padding: 0;
  margin-right: 15px;
  width: calc(100% - 14px);
}
/* ul.ulRounds > li > ul:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 0;
  background: #000;
  width: 1px;
  opacity: 0.1;
} */
ul.ulRounds > li > ul > li {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  position: relative;
  flex: 1;
}
ul.ulRounds > li > ul > li:after {
  content: "";
  /* display: block; */
  height: 1px;
  width: 10px;
  background: #000000;
  position: absolute;
  right: -10px;
  top: calc(50% - 0px);
  display: none;
}
.div-player-top .flag-img {
  display: flex;
  font-size: 80%;
  line-height: 16px;
}
.player_holder {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 7px;
}
.player_holder > div {
  display: flex;
  text-align: left;
}
.first_player {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  background-color: #054a8b;
  padding-bottom: 10px !important;
}
.second_player {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
  background-color: #0f385f;
  padding-top: 10px !important;
}
.date_wrapper {
  z-index: 1;
  width: 100%;
  margin: 0px 0px;
  transform-origin: 0;
  transition: all 0.3s;
  transform: translate(10px, -10px) scale(1);
}
.date_wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  font-size: 11px;
  background: #94f71b;
  border-radius: 0px 0px 10px 10px;
  padding: 0px 8px;
  width: calc(100% - 20px);
  position: absolute;
  top: 55px;
  height: 0px;
  transition: all 0.3s;
  overflow: hidden;
}
.doubles span.draw-english {
  height: 90px;
}

ul.ulRounds > li > ul > li:hover .date_wrapper > div {
  height: 18px;
}
ul.ulRounds > li > ul > li:nth-child(even):before {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: calc(50% + 11px);
  background: #000;
  right: -10px;
}

ul.ulRounds > li > ul > li:nth-child(odd):before {
  content: "";
  display: block;
  height: calc(50% + 10px);
  width: 1px;
  background: #000;
  position: absolute;
  right: -10px;
  top: calc(50% + 0px);
}

ul.ulRounds > li:first-child ul > li:before,
ul.ulRounds > li:first-child ul > li:after,
ul.ulRounds > li:last-child ul > li:before,
ul.ulRounds > li:last-child ul > li:after {
  display: none !important;
}
.doubles .date_wrapper > div {
  top: 100px;
}
.players {
  position: relative;
  margin-left: 10px;
}
/* .players:after {
  content: "";
  display: block;
  height: 1px;
  width: 17px;
  background: #000000;
  position: absolute;
  top: 50%;
  left: -16px;
  position: relative;
} */
.childSelected:before,
.childSelected:after {
  border-color: red !important;
}

ul.ulRounds > li > ul > li:after {
  content: "";
  width: 15px;
  height: 1px;
  border: 1px solid #000;
  display: block;
  position: absolute;
  top: calc(50% + -2px);
  left: -5px;
}
span.player_rank {
  background: white;
  position: absolute;
  z-index: 1;
  color: #054a8b;
  /* top: 25px; */
  font-size: 9px;
  line-height: 9px;
  left: 11;
  width: 25px;
  text-align: center;
  border-radius: 3px;
  /* border: 1px solid #054a8b; */
  display: block;
  font-weight: bold;
}
span.draw-english.winner {
  border-radius: 10px !important;
  padding: 10px !important;
  width: calc(100% - 10px);
}
span.draw-english.winner:after {
  content: "";
  display: block;
  width: 16px;
  border: 1px solid #000;
  position: absolute;
  left: -16px;
}
.draw_profile {
  height: 25px;
  width: 25px;
  border-radius: 5px;
  /* overflow: hidden; */
  position: relative;
  /* border: 1px solid #fff; */
  background: white;
}
.draw_profile > img {
  transition: all 0.3s;
}
.draw_profile > img:hover {
  scale: 1.5;
}
.draw_profile > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
span.player_name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
  /* width: 200px; */
  margin-bottom: -3px;
  font-size: 14px;
}
/* .childSelected::after,
.childSelected::before {
  background: red !important;
} */
ul.ulRounds > li > ul > li:nth-child(odd):before {
  content: "";
  display: block;
  height: calc(50% + 10px);
  position: absolute;
  background: transparent;
  right: -10px;
  top: calc(50% + 0px);
  width: 15px;
  border-radius: 0px 5px 0px 0;
  border: 2px solid #000000;
  border-left: 0px solid;
  border-bottom: 0px solid;
}
ul.ulRounds > li > ul > li:nth-child(even):before {
  content: "";
  display: block;
  height: calc(50% + 10px);
  position: absolute;
  background: transparent;
  right: -10px;
  top: calc(0% + -10px);
  width: 20px;
  border-radius: 0px 0px 5px 0px;
  border: 2px solid #000000;
  border-left: 0px solid;
  border-top: 0px solid;
}

.flags ul > li:before {
  display: none !important;
}
.childSelected .players:after {
  border: 1px solid red;
  /* height: 1px; */
}
.childSelected:before {
  border-color: red !important;
}

span.draw-english {
  transition: all 0.3s;
  padding: 10px;
  border-radius: 10px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 5px;
  height: 45px;
  /* width: 340px; */
}
li.flags + li .players:after {
  display: none;
}
.highlight {
  box-shadow: 0px 0px 0px 2px rgb(255 0 0);
  z-index: 1;
  position: relative;
}
.draw_tabs {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  gap: 5px;
  margin-bottom: 10px;
  overflow: auto;
  width: 218px;
  margin: 0 auto;
}
.draw_tabs > div {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 5px;
  gap: 3px;
  display: flex;
  flex-direction: column;
  height: 50px;
  min-width: 60px;
  align-items: center;
  justify-content: center;
}
.draw_tabs > div > span {
  width: 6.5vw;
  height: 10px;
  background: #cacaca;
  display: block;
  border-radius: 4px;
}
.playerWrapper {
  line-height: 17px;
}
.playerWrapper > span.playerinfo {
  font-size: 11px;
  padding: 0px 10px;
  margin-top: 6px;
  line-height: 10px;
  display: flex;
  align-items: flex-start;
}
.playerWrapper > span.playerinfo > span {
  margin-top: 0 !important;
}
.playerWrapper > span.playerinfo img[alt="flags"] {
  height: 13px;
}
.playerWrapper span.playerinfo > span {
  border-right: 1px solid #ffffff61;
  padding: 0px 10px;
  height: 12px;
  margin-top: 1px;
}
.playerWrapper span.playerinfo > span:first-child {
  padding-left: 0;
}
.playerWrapper span.playerinfo > span:last-child {
  border-width: 0;
}
ul.ulRounds > li:nth-last-child(2) li:before {
  display: none !important;
}
ul.ulRounds > .flags + li > ul > li:after {
  display: none;
}
ul.ulRounds > li:last-child .players {
  margin-left: 0px;
}
button#nextBtn,
button#prevBtn {
  border: 1px solid #ddd;
  background: #054a8b;
  border-radius: 20px;
  color: white;
}
ul.ulRounds > li {
  display: none;
}

ul.ulRounds > li.show,
ul.ulRounds > li.extra,
ul.ulRounds > li.active {
  display: flex;
}
ul.ulRounds > li.active,
ul.ulRounds > li.extra {
  width: 33.3%;
}

button.leftArrow,
button.rightArrow {
  background: #2c7ae3;
  color: white;
  border-radius: 50px;
  border-width: 0;
  outline: none;
  cursor: pointer;
}

button.leftArrow:disabled,
button.rightArrow:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.arrow_wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 993px) {
  .round-slider .slick-arrow {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 13px;
    border-radius: 10px;
    background: white;
    border: 1px solid #ddd;
    z-index: 1;
  }
  .round-slider .slick-prev {
    left: 0px;
  }
  .round-slider .slick-next {
    right: 0px;
  }
  .round-slider {
    padding: 0px 20px;
  }

  .flags {
    display: none !important;
  }
  /* li.flags + .round_li {
    display: inline-block;
  } */
  span.draw-english {
    width: 100%;
  }
  ul.ulRounds > li {
    display: none;
    width: 100%;
  }
  ul.ulRounds > li > ul {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-around;
    padding: 0;
    margin-right: 0px;
    width: calc(100% - 0px);
  }
  /* #round1 {
    display: flex;
  } */

  ul.ulRounds > li.active,
  ul.ulRounds > li.extra {
    width: 100%;
  }
  ul.ulRounds > li:last-child ul:after {
    display: none !important;
  }
  .players {
    margin-left: 0;
  }
  span.player_name {
    min-width: auto !important;
  }
}
span.player_status {
  font-size: 13px;
  width: auto;
  padding: 7px;
  font-weight: bold;
  color: #054a8b;
}
@media only screen and (max-width: 480px) {
  span.player_name {
    width: 142px;
    font-size: 12px !important;
  }
  span.player_status {
    font-size: 12px !important;
    padding-left: 2px;
    padding-right: 2px;
  }
  .points > span:not(.player_status) {
    height: 15px !important;
    width: 15px !important;
  }
}
/* ===========old version=========== */

.table-draw tbody.draw-4 > tr > th,
.table-draw tbody.draw-4 > tr > td,
.table-draw tbody.draw-8 > tr > th,
.table-draw tbody.draw-8 > tr > td,
.table-draw tbody.draw-16 > tr > th,
.table-draw tbody.draw-16 > tr > td {
  line-height: 17px;
}
.table-draw tr > th:first-child,
.table-draw tr > td:first-child {
  padding-left: 0;
}
.table-draw tr > th:nth-child(1),
.table-draw tr > th:nth-child(2),
.table-draw tr > th:nth-child(3),
.table-draw tr > td:nth-child(1),
.table-draw tr > td:nth-child(2),
.table-draw tr > td:nth-child(3) {
  display: none;
}
.table-draw tr > th {
  font-weight: bold;
  border-bottom: 1px solid #000;
  vertical-align: baseline;
  text-align: center;
}
.table-draw tr > th.round {
  min-width: 160px;
}
.table-draw tr > td {
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
}
.table-draw tr > td.line_b {
  border-bottom: 1px solid;
  vertical-align: bottom;
}
.table-draw tr > td.line_r {
  border-right: 1px solid;
}
.table-draw tr > td.line_br {
  border-bottom: 1px solid;
  border-right: 1px solid;
  vertical-align: bottom;
}
.table-draw tr > td.line_b,
.table-draw tr > td.line_r,
.table-draw tr > td.line_br {
  border-color: #cfcfcf;
}
.table-draw tr > td.line_b.dotted {
  border-bottom-style: dashed;
  border-color: #f3f3f3;
}
.table-draw tr > td.line_n {
  border: 0 !important;
}
.table-draw tr > td span,
.table-draw tr > td a {
  display: block;
  width: 100%;
}
.table-draw tr > td a {
  cursor: pointer;
}
.table-draw.doubles tr > td span.player-name {
  min-height: 15px;
}
.table-draw.doubles tr > td span.flag {
  min-height: 16px;
}
.table-draw tr > td a.match-time {
  font: normal 10px/16px Arial, Helvetica, sans-serif;
  color: #f00;
  text-align: center;
}
.divRound {
  text-align: center;
}
.round-slider {
  position: relative; /* Important for positioning arrows */
  padding: 0px 20px; /* Add padding to the slider */
}

/* Media query for screen widths less than 993px */
@media (max-width: 993px) {
}
.round-slider .slick-arrow {
  width: 22px;
  height: 22px;
  position: absolute;
  top: 13px;
  border-radius: 10px;
  background: white;
  border: 1px solid #ddd;
  z-index: 1;
}
.round-slider .slick-prev {
  left: 0px;
}
.round-slider .slick-next {
  right: 0px;
}
.round-slider {
  padding: 0px 20px;
}
.draw_profile_team > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
 
.draw_profile_team {
    height: 26px;
    width: 26px;
}
/* .table-draw tr > td.seed-yes {
  font-weight: bold;
  color: #2c7be5;
  background-color: #f5f5f5;
} */
