@keyframes slideup {
  from {
    opacity: 0;
    top: -25px;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@keyframes slideout {
  from {
    opacity: 1;
    top: 0;
  }
  to {
    opacity: 0;
    top: -25px;
  }
}
#list-of-matches .court-matches {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1.5rem;
  margin: 1rem 0;
  transition: opacity 0.6s;
  opacity: 1;
}
#list-of-matches .court-matches .hide-container {
  opacity: 0;
}
#list-of-matches .court summary,
#list-of-matches .court h2 {
  font-family: "Itau Display - Extra Bold", "Inter";
  font-size: 24px;
  letter-spacing: 0.2px;
  margin: 0;
}
#list-of-matches .court summary {
  padding: 0 6px;
}
#list-of-matches .court h2 {
  display: flex;
  align-items: center;
}
#list-of-matches .live-court h2::after {
  content: "Match in Progress";
  background-color: #479F64;
  color: #FFF;
  font-family: "Itau Text - Bold", "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 10%;
  line-height: 16px;
  border-radius: 6px;
  padding: 3px 9px;
  margin-left: 1rem;
  animation: slideup 0.2s;
}
#list-of-matches .court {
  background-color: var(--mo-desert-storm);
  border-radius: 12px;
  padding: 1rem;
  margin: 1rem 0;
  transition: background 0.3s;
}
#list-of-matches .court .matches-count {
  display: flex;
  align-items: center;
  font-family: "Itau Text - Bold", "Inter", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 10%;
  line-height: 16px;
}
#list-of-matches .court .matches-count::after {
  font-size: 24px;
  font-family: "Inter";
  margin-left: 1rem;
  margin-top: -6px;
}
#list-of-matches .court:not(.court[open=true]):hover {
  background-color: var(--mo-grey-sft);
}
#list-of-matches .court .matches-count::after {
  content: "+";
}
#list-of-matches .court[open=true] .matches-count::after,
#list-of-matches .court[open=""] .matches-count::after {
  content: "-";
}
#list-of-matches .court > summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

#list-of-matches.hide-container {
  opacity: 0;
}

@media only screen and (max-width: 640px) {
  .live-court h2::after {
    content: "Live" !important;
    animation: slideup 0.2s;
  }
}
.match-dates {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.match-dates .date {
  cursor: pointer;
  background-color: #FFF;
  border: none;
  padding: 10px;
  width: 65px;
  height: 65px;
  border-radius: 12px;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  place-items: center;
  color: #7e7e7e;
  font-family: "Itau Text", "Inter", sans-serif;
  transition: background-color 0.2s, color 0.2s;
  flex-shrink: 0;
}
.match-dates .date div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.match-dates .date span {
  font-size: 28px;
  font-family: "Itau Display - Extra Bold", "Inter", sans-serif;
  color: #404040;
}
.match-dates .date:hover {
  background-color: rgba(var(--mo-orange-rgb), 0.1);
  color: var(--mo-orange);
}
.match-dates .date:hover span {
  color: var(--mo-orange);
}
.match-dates .selected-date span {
  color: #FFF !important;
}
.match-dates .selected-date {
  background: #C15715 !important;
  color: #FFF !important;
}

.mobile-filters-toggle {
  cursor: pointer;
}

.match-filters-column {
  position: relative;
}
.match-filters-column h3 {
  font-size: 18px !important;
  font-family: "Itau Text - Bold" !important;
  margin: 0 0 10px 0;
}
.match-filters-column .reset-button {
  background: none;
  color: var(--mo-boulder);
  border: none;
  height: max-content;
  cursor: pointer;
  margin-bottom: 10px;
}
.match-filters-column .reset-button .fusion-button-text {
  font-size: 13px;
  font-family: "Itau Text - Bold", "Inter", sans-serif;
  letter-spacing: 5%;
  color: var(--boulder);
}
.match-filters-column .reset-button i {
  color: var(--boulder);
  margin-left: 10px;
  font-size: 14px;
}
.match-filters-column .reset-button:hover .fusion-button-text {
  color: var(--mo-onyx);
}
.match-filters-column .reset-button:hover i {
  color: var(--mo-orange);
}

.filters-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.filters-wrapper,
.schedule-wrapper {
  margin-bottom: 2rem;
}

.match-filters-column::before {
  content: "";
  position: absolute;
  background: var(--mo-desert-storm);
  width: 200%;
  height: 100vh;
  right: 24px;
  z-index: -1;
}

.filters-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.match-filters-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.match-filters-container .custom-ui {
  display: flex;
}
.match-filters-container .toggle {
  display: flex;
  flex-direction: row;
}
.match-filters-container .toggle ul {
  display: flex;
}
.match-filters-container .toggle li {
  display: flex;
  background-color: #FFF;
  border-radius: 8px;
  margin-right: 6px;
}
.match-filters-container .toggle li .radio {
  min-width: 50px;
  height: 100%;
  width: 100%;
  padding: 4px 12px;
  border: none;
  border-radius: 8px;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-size: 15px;
}
.match-filters-container .toggle li input[type=checkbox]:checked ~ .radio {
  font-family: "Itau Text - Bold", "Inter", sans-serif;
  border-radius: 8px;
  color: #FFF;
}
.match-filters-container .toggle li:hover {
  background-color: rgba(var(--mo-orange-rgb), 0.1);
}
.match-filters-container .toggle li:hover .radio {
  color: var(--mo-orange);
}
.match-filters-container .dropdown {
  width: max-content;
  position: relative;
  margin-right: 6px;
  border-radius: 8px;
}
.match-filters-container .dropdown .category-label {
  display: flex;
  height: 100%;
  width: 100%;
  border: none;
  border-radius: 8px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 15px;
}
.match-filters-container .dropdown summary {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  list-style: none;
  border-radius: 8px;
  padding: 4px 12px;
  cursor: pointer;
}
.match-filters-container .dropdown summary i {
  font-size: 12px;
  margin-left: 6px;
  transition: transform 0.2s;
}
.match-filters-container .dropdown summary:not(details[open=""] summary):hover {
  background-color: rgba(var(--mo-orange-rgb), 0.1);
}
.match-filters-container .dropdown summary:not(details[open=""] summary):hover .category-label,
.match-filters-container .dropdown summary:not(details[open=""] summary):hover i {
  color: var(--mo-orange);
}
.match-filters-container .dropdown details[open=""] summary {
  font-family: "Itau Text - Bold", "Inter", sans-serif;
  background-color: var(--mo-orange);
  color: #FFF;
}
.match-filters-container .dropdown details[open=""] summary i {
  transform: rotate(180deg);
}
.match-filters-container .dropdown .custom-ui {
  position: absolute;
  display: flex;
  flex-direction: column;
  padding: 10px 1rem;
  background: #FFF;
  border-radius: 12px;
  box-shadow: 1px 1px 12px 0px rgba(0, 0, 0, 0.05);
  top: 40px;
  z-index: 2;
}
.match-filters-container .dropdown .custom-ui li {
  display: flex;
  align-items: center;
}
.match-filters-container .dropdown .custom-ui li label {
  font-size: 15px;
}
.match-filters-container .dropdown .custom-ui li .radio {
  width: auto;
  height: auto;
  border: none;
}
.match-filters-container .dropdown .custom-ui li .radio i {
  display: flex;
  color: var(--mo-grey-lt);
  border: none;
  font-size: 12px;
  margin: auto;
}
.match-filters-container .dropdown .custom-ui li input[type=checkbox]:checked ~ .radio {
  background: none;
}
.match-filters-container .dropdown .custom-ui li input[type=checkbox]:checked ~ .radio i {
  color: var(--mo-orange);
}
.match-filters-container ul {
  margin: 0;
  padding: 0;
}

.hide-card {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .match-filters-column h3 {
    font-size: 18px !important;
  }
}
#main {
  touch-action: pan-y !important;
}

@media only screen and (max-width: 1024px) {
  #list-of-draws {
    width: 95vw;
  }
  .message-container .contents {
    width: 75% !important;
  }
  .match-filters-column::before {
    content: "";
    display: none;
  }
  .match-filters-wrapper {
    display: flex;
    flex-direction: column;
  }
  .match-filters-wrapper .schedule-wrapper {
    order: 2;
  }
  .match-filters-wrapper .filters-wrapper {
    order: 1;
  }
  .match-filters-wrapper broadstreet-zone {
    order: 3;
  }
  .filters-wrapper {
    display: none;
    animation: slideup 0.2s forwards;
  }
  .show-filters {
    display: flex;
  }
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  .match-dates {
    scrollbar-width: none;
    /* scrollbar-color: #929292 #f7f7f7; */
  }
  /* Chrome, Edge, and Safari */
  .match-dates::-webkit-scrollbar {
    display: none !important;
    visibility: hidden !important;
  }
  .match-dates {
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: center;
    max-width: 100vw;
  }
  .loading-container .loader {
    margin: auto;
  }
  .match-filters-container .dropdown .custom-ui {
    right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .match-dates {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 700px) {
  #list-of-matches .court-matches {
    grid-template-columns: 1fr;
  }
  .post-content .court h2 {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 640px) {
  .message-container {
    padding: 3rem !important;
    margin: 0;
  }
  .message-container .contents {
    width: 100% !important;
  }
}
.error-container {
  padding: 2rem;
  align-items: center;
  justify-content: space-between;
}
.error-container .contents {
  display: flex;
  flex-direction: column;
}
.error-container div:first-of-type {
  display: flex;
}
.error-container div:first-of-type .contents {
  margin-left: 1rem;
}
.error-container .fusion-button {
  margin: 0;
}

.message-container {
  padding: 4rem;
}
.message-container .contents {
  max-width: 400px;
  width: 50%;
}
.message-container .fusion-button {
  margin: 0;
  margin-top: 1rem;
}

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

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