@keyframes showdrawserror {
  0% {
    opacity: 0;
    top: 105px;
  }
  50% {
    top: 95px;
  }
  100% {
    opacity: 1;
    top: 100px;
  }
}
@keyframes showdrawserrormobile {
  0% {
    opacity: 0;
    top: 65px;
  }
  50% {
    top: 55px;
  }
  100% {
    opacity: 1;
    top: 60px;
  }
}
@keyframes focus-round {
  0% {
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
  }
  25% {
    background: #FFF7F2;
  }
  75% {
    box-shadow: 0px 0px 10px 4px #FFF7F2 inset;
  }
  100% {
    background: rgba(255, 255, 255, 0);
  }
}
@keyframes blur-round {
  0% {
    filter: blur(0px);
  }
  25% {
    filter: blur(2px);
  }
  100% {
    filter: blur(0px);
  }
}
#list-of-draws .round {
  min-width: 380px;
  padding: 1rem;
  height: 100%;
  transition: height 0.2s, background 0.2s;
  border-radius: 12px;
}
#list-of-draws .round a:first-child {
  position: sticky;
  top: 0;
  z-index: 5;
  display: block;
  width: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 15px;
  border-radius: 12px 12px 0 0;
}
#list-of-draws .round h3 {
  margin: 0;
  width: 100%;
  min-width: 300px;
  font-size: 16px !important;
  text-align: left;
  font-family: "Itau Display - Bold", Inter;
  letter-spacing: 0.5px;
  color: #000;
}
#list-of-draws .round h3 .fa-arrow-down {
  font-size: 15px;
  color: #8D8D8D;
  margin: 0 10px;
  cursor: pointer;
  transition: color 0.2s;
}
#list-of-draws .round h3 .fa-arrow-down:hover {
  color: #0DB1D8;
}
#list-of-draws .round .round-matches {
  display: flex;
  flex-direction: column;
  transition: height 0.2s, background 0.2s;
  min-width: 250px;
  border-radius: 0 0 12px 12px;
  height: auto;
  margin: 0;
}
#list-of-draws .round a.round-fixed {
  background-color: var(--mo-grey-lt);
  border-radius: 12px;
  box-shadow: 0px -25px 10px 5px #f3f3f3;
}
#list-of-draws .round a.round-fixed h3 {
  color: var(--mo-boulder);
}
#list-of-draws .round a.round-fixed:hover {
  background-color: var(--mo-onyx);
}
#list-of-draws .round a.round-fixed:hover h3 {
  color: #FFF;
}
#list-of-draws .round:last-of-type {
  content: "";
  width: 1200px;
  height: 600px;
  display: block;
  position: relative;
  padding-right: 1200px;
}
#list-of-draws .focused-round {
  height: auto;
}
#list-of-draws .round.blurred-round {
  animation: blur-round 0.8s;
}
#list-of-draws .round.focused-round {
  animation: focus-round 0.8s;
}
#list-of-draws .focused-round .round-matches {
  height: 100%;
}
#list-of-draws .focused-round .match-wrapper.live-match .match-status {
  top: -10px;
}
#list-of-draws .focused-round + .round .match-wrapper.live-match .match-status {
  top: 115px;
}
#list-of-draws .focused-round + .round + .round .match-wrapper.live-match .match-status {
  top: 360px;
}
#list-of-draws .focused-round + .round + .round + .round .match-wrapper.live-match .match-status {
  top: 845px;
}
#list-of-draws .focused-round .match-wrapper {
  padding: 1rem 0;
}
#list-of-draws #round-of-128.focused-round + .round .match-wrapper {
  padding: 8.61rem 0;
}
#list-of-draws #round-of-128.focused-round + .round + .round .match-wrapper {
  padding: 23.84rem 0;
}
#list-of-draws #round-of-128.focused-round + .round + .round + .round .match-wrapper {
  padding: 54.35rem 0;
}
#list-of-draws .focused-round + .round .match-wrapper {
  padding: 8.65rem 0;
}
#list-of-draws .qual-draws .focused-round + .round .match-wrapper {
  padding: 8.63rem 0;
}
#list-of-draws .focused-round + .round + .round .match-wrapper {
  padding: 24rem 0;
}
#list-of-draws .focused-round + .round + .round + .round .match-wrapper {
  padding: 54.81em 0;
}
#list-of-draws .round:not(.focused-round) .match-wrapper .match::before {
  content: "";
  position: absolute;
  height: 120%;
  width: 16px;
  border: solid 2px #ddd;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  left: -9%;
  top: -10%;
}
#list-of-draws .round:not(.focused-round) .match-wrapper .match::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: #ddd;
  left: -16px;
  top: 48%;
}
#list-of-draws .focused-round + .round + .round .match-wrapper .match::before {
  height: 240%;
  top: -75%;
}
#list-of-draws .focused-round + .round + .round + .round .match-wrapper .match::before {
  height: 460%;
  top: -175%;
}

#list-of-draws.doubles-draws .focused-round + .round .match-wrapper {
  padding: 8.55rem 0;
}
#list-of-draws.doubles-draws .focused-round + .round + .round .match-wrapper {
  padding: 23.75rem 0;
}

@media only screen and (max-width: 980px) {
  #list-of-draws .focused-round .round-matches,
  #list-of-draws .focused-round {
    height: max-content !important;
  }
  #list-of-draws .rounds-container span {
    display: none;
  }
  #list-of-draws .rounds-container .mobile-title {
    display: block;
  }
  #list-of-draws .rounds-container .round-navigator {
    width: 100%;
    flex-grow: 2;
  }
  #list-of-draws .focused-round:not(.round:first-of-type) .match-wrapper .match::before {
    height: 75%;
  }
}
@media only screen and (max-width: 640px) {
  #round-of-128.focused-round + .round .match-wrapper {
    padding: 6.69rem 0;
  }
  #round-of-64.focused-round + .round .match-wrapper {
    padding: 6.68rem 0;
  }
  .qual-draws .focused-round + .round .match-wrapper {
    padding: 6.69rem 0;
  }
  #list-of-draws .round {
    min-width: 105%;
  }
  .round:not(.round:first-of-type) .match-wrapper .match::before {
    left: -32px;
  }
  .focused-round .match-wrapper {
    padding: 1rem 0;
  }
  .focused-round + .round .match-wrapper {
    padding: 6.65rem 0;
  }
  .focused-round + .round + .round .match-wrapper,
  .focused-round + .round + .round + .round .match-wrapper {
    padding: 0;
  }
  #list-of-draws.doubles-draws .focused-round + .round .match-wrapper {
    padding: 7.4rem 0;
  }
  .match-wrapper .match {
    min-height: 150px;
  }
  .match:not(.live-match) .player-score {
    padding: 0;
    margin: 2px 0 0 0;
  }
  #list-of-draws.doubles-draws .match-wrapper .match {
    min-height: 175px;
  }
  /* .draws-container {
      height: 80vh;
  } */
}
.hide-scrollbar {
  scrollbar-width: none !important;
}

#list-of-draws {
  display: flex;
  /* -webkit-overflow-scrolling: touch; */
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 99vw;
  max-height: 80vh;
  padding: 1rem 1rem 2rem 1rem;
  margin: -1rem;
  /* background-color: #f3f3f3;
  border-radius: 12px; */
  transition: max-height 0.2s, height 0.2s;
  min-height: 200px;
}

.loading-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.loading-container .loader {
  top: 0;
  width: 75px;
  height: 75px;
}

.draws-container {
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
  border-radius: 24px;
  padding: 1rem;
  min-height: 50vh;
}
.draws-container h2 {
  font-size: 1.5em !important;
  padding: 1rem;
  margin-bottom: 0;
}

.error-container {
  position: absolute;
  z-index: 6;
  left: 25%;
  right: 25%;
  margin-top: 15% !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 20px;
  width: 50%;
  margin: auto;
  padding: 3rem;
}
.error-container p {
  text-align: center;
}

.message-container {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
}
.message-container .eta-date {
  font-family: "Itau Display - Bold", "Inter", sans-serif;
  font-size: 20px;
}
.message-container .button-group {
  flex-grow: 2;
  width: auto;
  display: flex;
  justify-content: flex-end;
}
.message-container .button-group .fusion-button {
  width: max-content;
}
.message-container .contents {
  width: 75%;
}

.message-container::before {
  background-position: 100% 25px;
}

.message-container.show-message + .draws-container {
  display: none;
}

@media only screen and (max-width: 980px) {
  .message-container {
    margin: 0 3rem;
    flex-direction: column;
    width: 90%;
  }
  .message-container div, .message-container .button-group {
    width: 100%;
  }
  .message-container div .fusion-button:first-of-type, .message-container .button-group .fusion-button:first-of-type {
    margin-left: 0;
  }
  .message-container .button-group {
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .message-container::before {
    background-position: 100% 100px;
  }
  .draws-container {
    height: auto;
  }
  #list-of-draws {
    position: relative;
    border-radius: 16px;
    max-height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    /* transition: max-height 0.2s, height 0.2s; */
    min-height: 100px;
  }
  .loading-container {
    height: 100%;
    width: 100%;
    top: 200px;
    justify-content: flex-start;
  }
  .draws-container + .error-container {
    top: 60px;
    left: 10px;
    width: 95%;
  }
  .draws-container + .show-error.error-container {
    animation: showdrawserrormobile 0.4s forwards;
  }
}
@media only screen and (max-width: 640px) {
  .error-container {
    left: 0;
    right: 0;
    min-width: 320px;
    padding: 2rem;
  }
  .message-container {
    padding: 3rem;
    margin: 0 1rem;
  }
  .message-container .button-group {
    flex-direction: column;
  }
  .message-container .button-group .fusion-button {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .message-container .button-group .fusion-button:first-of-type {
    margin-bottom: 1rem;
  }
  .message-container .contents {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  .message-container {
    width: 100%;
    padding: 2rem;
  }
}
#draws-options {
  display: flex;
  justify-content: flex-end;
}
#draws-options .selected-event, #draws-options li {
  list-style: none;
  font-family: "Itau Display - Regular", "Inter";
  font-size: 15px;
  padding: 6px 16px;
  border-radius: 8px;
  cursor: pointer;
}
#draws-options .selected-event {
  font-family: "Itau Display - Bold";
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--mo-onyx);
  color: #FFF;
}
#draws-options .selected-event i {
  font-size: 12px;
  margin-left: 1rem;
}
#draws-options .draws-events {
  position: relative;
  margin-right: 10px;
}
#draws-options .event-list {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: var(--mo-onyx);
  color: var(--mo-grey-sft);
  border-radius: 8px;
  margin: 10px 0 0 0;
  padding: 6px 12px;
  z-index: 10;
  width: 100%;
  min-width: max-content;
  right: 0;
}
#draws-options .event-list .selected-event {
  display: none;
}
#draws-options .event-list li {
  padding: 3px;
  border-radius: 0;
  border-bottom: solid 1px var(--mo-silver);
  transition: color 0.2s;
}
#draws-options .event-list li:last-of-type {
  border-bottom: none;
}
#draws-options .event-list li:hover {
  color: #FFF;
}
#draws-options .round-list {
  display: flex;
  margin: 0;
  padding: 0;
}
#draws-options .round-list li {
  background-color: var(--mo-desert-storm);
  margin-right: 10px;
  transition: background-color 0.2s, color 0.2s;
}
#draws-options .round-list li:hover {
  background-color: rgba(var(--mo-orange-rgb), 0.1);
  color: var(--mo-orange);
}
#draws-options .round-list .visible-round {
  font-family: "Itau Display - Bold";
  background-color: var(--mo-orange);
  color: #FFF;
}

@media only screen and (max-width: 980px) {
  .draws-container .selected-event {
    display: none;
  }
  #draws-options {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #draws-options .selected-event {
    font-size: 16px;
  }
  #draws-options .event-list li {
    font-family: "Itau Display - Bold", "Inter", sans-serif;
    font-size: 16px;
  }
  #draws-options .draws-events {
    min-width: 210px;
    margin-right: 0;
    margin-bottom: 1rem;
  }
  #draws-options .draws-events .selected-event {
    justify-content: center;
  }
  #draws-options .draws-events .event-list li {
    text-align: center;
  }
  #draws-options .round-list {
    scrollbar-width: none !important;
    justify-content: center;
    width: 100vw;
    overflow-x: auto;
  }
  #draws-options .round-list li:first-of-type {
    margin-left: 1rem;
  }
  #draws-options .round-list li:last-of-type {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 450px) {
  #draws-options .round-list {
    width: max-content;
    max-width: 100vw;
    justify-content: flex-start;
  }
}
#list-of-draws .bye-match .player:nth-of-type(2) .player-details,
#list-of-draws .bye-match .player:nth-of-type(2) .player-name {
  width: 100%;
  text-align: center;
}
#list-of-draws .match-wrapper {
  position: relative;
  transition: padding 0.2s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#list-of-draws .match-wrapper .match {
  min-height: 212px;
  width: 100%;
}
#list-of-draws .match-wrapper .live-match .match-status {
  bottom: 0;
  height: max-content;
}
#list-of-draws .match-wrapper .match-start {
  display: none;
}
#list-of-draws .match-wrapper .live-match .match-status::before {
  display: none;
}
#list-of-draws .upcoming-match .match {
  padding: 1.5rem;
}
#list-of-draws .upcoming-match .match-details {
  padding: 2rem 1rem;
  text-align: center;
}
#list-of-draws .upcoming-match .team-details {
  margin-left: 0;
}
#list-of-draws .upcoming-match .player {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#list-of-draws .upcoming-match .player:last-of-type {
  align-items: flex-end;
}
#list-of-draws .upcoming-match .player .player-images {
  display: flex;
  position: absolute;
  top: 3rem;
  right: auto;
  left: 1rem;
}
#list-of-draws .upcoming-match .player:last-of-type .player-images {
  left: auto;
  right: 1rem;
}
#list-of-draws .upcoming-match .player .portrait {
  width: 60px;
  height: 60px;
}
#list-of-draws .upcoming-match.doubles-match .match .player-images {
  max-width: 60px;
}
#list-of-draws .upcoming-match.doubles-match .player .portrait {
  width: 50px;
  height: 50px;
}
#list-of-draws .upcoming-match.doubles-match .player:last-of-type .player-images {
  position: absolute;
  top: 3rem;
  right: 2rem;
}
#list-of-draws .upcoming-match.doubles-match .player .portrait:nth-of-type(2),
#list-of-draws .upcoming-match.doubles-match .player:last-of-type .portrait:nth-of-type(1) {
  position: relative;
  top: 10px;
}
#list-of-draws .upcoming-match.doubles-match .player:last-of-type .portrait:nth-of-type(2) {
  left: auto;
  top: 0;
  z-index: 1;
}
#list-of-draws .upcoming-match.doubles-match .player:last-of-type .portrait:nth-of-type(1) {
  z-index: 2;
  right: -20px;
}

@media only screen and (max-width: 640px) {
  #list-of-draws .round {
    padding: 0;
  }
  #list-of-draws .round .round-matches {
    width: 95%;
  }
  #list-of-draws .round {
    padding-left: 1rem;
  }
  #list-of-draws .focused-round + .round {
    position: relative;
    right: 0.5rem;
  }
  #list-of-draws .focused-round + .round .match-wrapper {
    padding: 7.53rem 0;
  }
  #list-of-draws .focused-round + .round .match-wrapper .match::before {
    left: -7%;
  }
  #list-of-draws .focused-round + .round .match-wrapper .match::after {
    left: -20px;
  }
  #list-of-draws #round-of-128.focused-round + .round .match-wrapper .match::after {
    left: -13px;
  }
  #list-of-draws .match-wrapper .match {
    min-height: 175px;
  }
  #list-of-draws .focused-round .match-wrapper:last-of-type {
    padding-bottom: 3rem;
  }
  #list-of-draws .suspended-match .match-details,
  #list-of-draws .upcoming-match .match-details {
    padding: 0 0.5rem 1rem 0.5rem;
  }
}
@media only screen and (max-width: 560px) {
  #list-of-draws .focused-round + .round .match-wrapper .match::before {
    left: -7%;
  }
}
@media only screen and (max-width: 480px) {
  #list-of-draws .focused-round + .round {
    right: 0;
  }
  #list-of-draws .focused-round + .round .match-wrapper .match::before {
    left: -9%;
  }
}
@media only screen and (max-width: 400px) {
  #list-of-draws .round {
    min-width: 105%;
  }
  #list-of-draws .focused-round + .round .match-wrapper .match::before {
    left: -10%;
  }
  #list-of-draws .focused-round + .round .match-wrapper .match::after {
    left: -14px;
  }
  #list-of-draws #round-of-128.focused-round + .round .match-wrapper .match::after {
    left: -14px;
  }
}

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