@charset "UTF-8";
:root {
  --main-bg-color: #fafafa;
  --selected-color: #ff3800;
  --legend-second-color: #323ca8;
  --primary-color-40: rgba(255, 56, 0, 0.4);
  --table-header-bg: #eceeef;
  --card-bg: #fff;
  --news-section-header-bg: #000000;
  --details-text-color: rgba(48, 48, 48, 0.6);
}

/* --- Display class --- */
/* --- Display class --- */
/* --- Default rules --- */
/* --- Default rules --- */
nav.login img {
  border: 2px solid #ff3800;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 36px;
  margin: -2px 18px 0 0;
  padding: 2px;
  width: 36px;
}
nav.login ul {
  list-style: none;
}
nav.login ul li {
  text-align: right;
}
nav.login ul li a {
  color: #999;
}
nav.login ul li a:hover {
  color: #ff3800;
  text-decoration: none;
}

.thumbnail {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 160px;
  height: 120px;
  border: 1px solid #EEE;
}

.news-item {
  border: 1px #ccc solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  clear: none;
  min-height: 150px;
  height: auto;
  padding: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 0.25rem;
}
.news-item header {
  background-color: transparent;
  border-bottom: 1px #ccc solid;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  overflow: auto;
}

header.news {
  padding: 0;
}

.flexboxRight-news a.menu-button {
  display: inline-block;
  vertical-align: top;
}

.overviewNewsContainer {
  overflow: hidden;
  min-height: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 8px;
  box-sizing: content-box;
  padding: 16px;
  background-color: #fff;
}
.overviewNewsContainer img {
  max-width: 100% !important;
  height: auto !important;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.overviewNewsContainer iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}
.overviewNewsContainer ul, .overviewNewsContainer ol {
  padding: revert !important;
}

.container-news-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 8px;
}

.news-footer-data, .training-footer-data {
  margin-top: 10px;
  opacity: 0.6;
}

.news-footer-data i, .training-footer-data i {
  margin-left: 4px;
  margin-right: 12px;
  margin-top: 4px;
}

.news-footer-actions, .training-footer-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  flex: 1 1 auto;
}

.news-action {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.news-action span {
  margin-left: 4px;
}
.news-action img {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.news-action-selected {
  color: #ff3800;
}

article p:not(.needs-articles p) {
  overflow: hidden;
  text-overflow: ellipsis;
}

article hr.news-footer {
  background-color: #EEE;
  color: #EEE;
  border: none;
  height: 2px;
  font-family: "Open Sans", sans-serif;
}

.news-footer-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.8rem;
  width: 100%;
}

.news-footer {
  background: #fff;
}

.news-commenting {
  border-radius: 15px;
  border: 2px solid rgba(48, 48, 48, 0.2);
  font-size: 0.8rem;
  padding: 10px;
  background: #fff;
  margin-bottom: 8px;
}

.pictureListSmall {
  float: right;
  display: inline;
  margin-top: 20px;
  margin-right: 10px;
  margin-left: 10px;
  width: 64px;
  height: 64px;
}

#pictureNews {
  background-color: #fff;
  border: #ccc 2px solid;
  display: inline;
  float: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 20px;
  padding: 5px;
  width: 300px;
  height: 200px;
}
#pictureNewsDiv {
  max-width: 350px;
}

.picture-new-panel {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.pictureNewsHint {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 200px;
  color: #ababab;
}

/***News coment element***/
[tooltip]:before {
  position: absolute;
  content: attr(tooltip);
  opacity: 1;
}

[tooltip]:focus:before {
  opacity: 0;
}

[tooltip]:before:not([tooltip]:empty) {
  opacity: 0;
}

.thread-comment {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 8px;
}

.comment-photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.comment-content {
  border-radius: 10px;
  border: 2px solid rgba(48, 48, 48, 0.2);
  font-size: 0.7rem;
  padding: 6px;
  background: #fff;
}
.comment-content-container {
  margin-left: 8px;
}

.comment-date {
  font-size: 0.6rem;
}

.img-item-formatter {
  width: 100%;
  overflow: hidden;
}

/* whitelabel styles */
.landing-news-container {
  height: 100% !important;
}

.landing-grid-cards-container {
  height: 150px;
}
.landing-grid-cards-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-news-img img {
  height: auto;
  width: 100%;
  object-fit: contain;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.news-card {
  background-color: #EEE;
  color: white;
  height: 500px;
  border: 1px solid #ff3800 !important;
}
.news-card h2 {
  color: rgba(255, 56, 0, 0.7) !important;
  font-weight: 500 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-bottom: 8px;
}

.card-content {
  padding: 8px;
}

.landing-news-item-content {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.landing-news-item-content p {
  box-sizing: border-box;
  border: 0px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  margin: 0 0 20px;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  color: #3d3d3d;
}

.landing-grid-cards {
  flex: 0 1 49%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 16px 0;
  cursor: pointer;
}

.grid-news-cards {
  flex: 0 1 48%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 16px 0;
  cursor: pointer;
  height: auto !important;
}

.landing-grid-card-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  gap: 2%;
  margin: 32px 0;
}

.grid-news-card-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 2%;
  margin: 32px 0;
}

.landing-grid-cards-content {
  min-height: 200px;
  padding-top: 16px;
  flex: 1;
  overflow: hidden;
}

.grid-news-content {
  padding-top: 16px;
  flex: 1;
  overflow: hidden;
}

.small-text {
  font-size: 14px;
  font-weight: 400 !important;
  color: #14191D;
}

.landing-grid-cards-footer {
  margin: 8px 0;
  padding: 16px;
  text-align: center;
}

.landing-grid-card-container:nth-child(n+5) {
  display: none;
}

.news-separator {
  height: 16px;
}

.big-news-text {
  display: none;
}

.minimized-news-row {
  flex: 0 1 31% !important;
}

.team-public-news {
  overflow: auto !important;
  max-height: 80vh;
}

.expandedNews {
  display: none;
}

.photoSortable li {
  list-style-type: none;
}
.photoSortable .hover-me {
  width: 100%;
}
.photoSortable .thumb-pic {
  width: 250px;
  pointer-events: none;
}

.news-author {
  color: #ff3800;
  font-weight: 400;
  font-size: 1rem;
}

.news-title {
  padding: 0 !important;
}

@media only screen and (min-width: 300px) and (max-width: 433px) {
  .container-news-info .flexboxCenter-news {
    padding-bottom: 8px !important;
  }
  .container-news-info {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flexboxRight-news .menu-button {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 8px;
    padding: 8px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .landing-grid-cards, .container-advice article {
    flex: 0 1 90%;
  }
  .news-card:nth-child(n+2) {
    display: none;
  }
  .grid-news-cards {
    flex: 0 1 100% !important;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .landing-grid-cards, .container-advice article {
    flex: 0 1 45%;
  }
  .landing-grid-card-container:nth-child(n+3) {
    display: none;
  }
  .grid-news-cards {
    flex: 0 1 100% !important;
  }
}
@media only screen and (min-width: 589px) and (max-width: 768px) {
  .landing-news-container {
    height: 1232px !important;
  }
  .landing-grid-card-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .news-card {
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .landing-grid-cards, .container-advice article {
    flex: 0 1 48%;
  }
  .landing-grid-card-container:nth-child(n+4) {
    display: none;
  }
  .landing-news-item-content {
    -webkit-line-clamp: 5;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-grid-cards, .container-advice article {
    flex: 0 1 48%;
  }
}
@media only screen and (max-width: 479px) {
  .flexboxCenter-news {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 589px) {
  .flexboxCenter-news {
    font-size: 1em;
  }
}
#fixtures_content td.index {
  font-size: 20px;
}
#fixtures_content hr {
  opacity: 1;
}

tr.fixture-postponed {
  background: #F6CED8;
}

.fixture td.metadata {
  width: 20%;
  min-width: 100px;
  padding-right: 24px;
}

.metadata-mobile {
  width: 100%;
}
.metadata-mobile td {
  width: 100%;
  border-bottom: none !important;
}

.table-sets, .table-sets-dark-fixtures {
  width: auto !important;
  max-width: 600px;
  font-size: 0.9rem;
}

.sets-photo img {
  width: 32px;
  height: 32px;
}

.table-mobile-metadata {
  width: 100% !important;
  display: none;
}

.mobile-metadata-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile-metadata-container div {
  padding: 0 8px;
}

.fixture td.local {
  text-align: left;
  width: 30%;
}
.fixture td.local img {
  height: 48px;
  width: 48px;
}
.fixture td.local table {
  float: left;
}
.fixture td.away img {
  height: 48px;
  width: 48px;
}
.fixture td.away table {
  float: right;
}
.fixture td.result {
  color: rgba(48, 48, 48, 0.6);
  font-size: 1.5rem;
  text-align: center;
  width: 14%;
}
.fixture td.separatorHome {
  background-color: #f44242;
  width: 2px;
}
.fixture td.separatorAway {
  background-color: #323ca8;
  width: 2px;
}
.fixture td.result-text {
  font-size: 1.2rem;
}
.fixture td.away {
  text-align: right;
  width: 30%;
}
.fixture table.long {
  width: 100%;
}
.fixture table.long tr td img {
  width: 48px;
  height: 48px;
}

.fixture-metadata tr, .fixture td.local tr, .fixture td.away tr {
  border: none;
}

.fixture-metadata td {
  padding: 0;
  line-height: 1.2;
}

.table-result td img {
  height: 24px;
  width: 24px;
  vertical-align: middle;
}

.table-result th:first-child, .table-standing td:first-child {
  padding-left: 0;
  width: 0;
}

.table-result th:first-child div, .table-result td:first-child div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-align: center;
  align-content: center;
}

.table-result th:first-child span, .table-result td:first-child span {
  margin-right: 0.2rem;
}

.table-sets-dark-fixtures td {
  padding: 0px !important;
  border: 1px solid #ff3800;
  vertical-align: middle;
  color: rgba(48, 48, 48, 0.6);
  height: 30px;
}

td .dark-fixtures {
  width: 4%;
  min-width: 30px;
  text-align: center;
}

.fixture-winner {
  background-color: #ff3800;
  color: #fafafa !important;
}

/*Sets*/
.table-sets, .table-sets-dark {
  width: auto !important;
  margin: 0 auto;
  font-size: 0.9rem;
}

.table-sets tr, .table-sets-dark tr {
  padding: 0 !important;
}

.table-sets td {
  padding: 0 !important;
  border: 1px solid white;
  vertical-align: middle;
  color: #FFF;
  height: 30px;
}

.table-sets td input {
  margin: 0 !important;
  border: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  color: #FFF;
}

.table-sets-dark td {
  padding: 0 !important;
  border: 1px solid black;
  vertical-align: middle;
  color: black;
  height: 30px;
}

.table-sets-dark td input {
  margin: 0 !important;
  border: none;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  color: black;
  max-width: 70px;
}

.venue-fullview-table-local {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 24px;
}

.venue-fullview-table-visitant {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 24px;
}

.venue-fullview-table-score {
  display: grid;
  align-self: center;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: 30px;
  font-size: 20px;
  padding: 5px 0 !important;
  min-width: 55px;
}

.venue-fullview-table-score .td {
  text-align: center;
  padding: 5px 0 !important;
}

.width30per {
  min-width: 210px;
}

@media only screen and (min-width: 240px) and (max-width: 589px) {
  .table-sets, .table-sets-dark {
    margin: 0 !important;
  }
}
.vertical-news-item {
  border: 0 !important;
}

.picture-vertical-new-panel {
  height: 200px;
  max-width: 200px;
}

.vertical-new {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: flex-start;
}

.vertical-new-date {
  color: #909090;
}

.vertical-new .img-item-formatter {
  width: auto;
  overflow: visible;
}

.vertical-new-overview {
  margin-left: 20px;
  text-align: justify;
}

.new-headline {
  color: #14191D;
  font-weight: bold !important;
}

.trhr {
  height: 1px;
  border: 0;
  border-top: 1px solid #D1D1D1 !important;
  margin: 1em 0;
  padding: 0;
}
.trhr .vertical-news-item {
  width: 100%;
  border: 1px solid #D1D1D1 !important;
}
.trhr .vertical-news-item:hover {
  border: 1px solid rgba(255, 56, 0, 0.8) !important;
  cursor: pointer;
  box-shadow: 1px 1px 2px #8f9a9e;
}

@media only screen and (max-width: 900px) {
  .vertical-new {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vertical-new-overview {
    margin-left: 0;
  }
  .vertical-new .img-item-formatter {
    width: 200px;
  }
}
.booking-container {
  margin-top: 16px;
  gap: 8px;
}

.booking-img {
  width: 200px;
  height: 112px;
  margin-right: 16px;
}

.booking-time {
  padding: 4px;
  width: 40px;
  text-align: center;
  font-size: 0.8rem;
  color: white;
}
.booking-time a {
  color: white;
}
.booking-time-success {
  background: #38b000;
  cursor: pointer;
}
.booking-time-cancelled {
  background: #c60000;
  cursor: not-allowed;
}

.booking-settings-table input {
  width: 80px !important;
}

/* FORM START*/
.enrollment-main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.enrollment-main-container {
  width: 70%;
}

.enrollment-side-container {
  width: 28%;
  position: sticky;
  max-height: 50vh;
  top: 0;
}
.enrollment-side-container .card-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-y: auto;
  max-height: 72vh;
}

.card-full-height {
  height: 100%;
}

.card-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
  flex-grow: 2;
}

.country-phone > div {
  width: 100% !important;
}

.registration-summary-line {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.registration-summary-line .selected-value {
  font-weight: bold;
}
.registration-summary-line *:first-child {
  min-width: 50%;
}

.enrollment-flex-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 18px;
}
.enrollment-flex-row *:not(:last-child) {
  margin-right: 8px;
}
.enrollment-flex-row input {
  border-radius: 3px;
  padding: 8px 12px 8px 12px;
}
.enrollment-flex-row #payment_account {
  width: 60%;
}
.enrollment-flex-row-input {
  align-items: baseline;
}
.enrollment-flex-row-switch {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 4px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.enrollment-flex-row-switch h4 {
  width: 45%;
}

.enrollment-input-intext {
  margin-left: 8px;
  margin-right: 8px;
}

.enrollment-side-container-header {
  padding: 16px;
  background-color: #eceeef;
  border-radius: 8px 8px 0 0;
  pointer-events: none;
}

.enrollment-group-checkbox {
  margin-top: 14px;
}
.enrollment-group-checkbox .ftcheckbox-container {
  margin-bottom: 4px;
}

.enrollment-subtitles {
  font-size: 12px;
  color: #909090;
}

.required-info {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}

.textarea-count {
  float: right;
}
.textarea-count span {
  font-size: 12px;
}

.enrollment-textarea {
  margin-bottom: 38px;
}
.enrollment-textarea textarea {
  margin: 0;
  resize: none;
}

.additional-information {
  padding: 8px 12px 8px 12px;
  background-color: rgba(255, 56, 0, 0.4);
  border: 1px solid #ff3800;
  border-radius: 4px;
  width: fit-content;
}

.checkbox-input-additional {
  top: 5px !important;
}

.input-readonly-clickable {
  cursor: pointer;
}

.enrollment-alert-img {
  width: 12px;
  margin-right: 4px;
}

.enrollment-request-actions a {
  border-style: none;
}

.textarea-no-border {
  border: none;
  outline: none;
}

.form-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 12px;
  position: relative;
}

#description-preview {
  height: 68px;
  overflow-y: hidden;
  resize: none;
}

.form-body-small {
  width: 90%;
  margin: auto;
  padding: 0;
}

.form-banner {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.form-info {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.form-info-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.form-info-price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-info-price-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: fit-content;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-info-price > p {
  padding-bottom: 8px;
}

.form-info-competition {
  margin-top: 40px;
}

.form-info-description {
  padding-bottom: 8px;
}

.popup-error {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

.popup-create-new-team {
  position: absolute;
  top: 24px;
  right: 24px;
}

.popup-error-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.popup-error-content h2 {
  font-weight: 400 !important;
  text-align: center;
  margin-top: 24px;
}
.popup-error-content div {
  width: 100%;
}

.popup-error-color {
  width: 40px !important;
  margin-right: 10px;
}
.popup-error-color.danger {
  background-color: #ff0000;
}
.popup-error-color.success {
  background-color: #ff3800;
}
.popup-error-color.warning {
  background-color: #909090;
}

.form-grid-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 2%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.form-grid-container > div {
  width: 100%;
}
.form-grid-container input {
  width: 100%;
}
.form-grid-container select {
  width: 100%;
}

.form-button-upload {
  width: 164px;
}

.form-body .enrollment-textarea {
  width: 100%;
  margin: 38px 0;
}

.search-input-with-image {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  margin-top: 16px;
  margin-bottom: 16px;
  border-radius: 4px;
  border: 1px solid #ADADAD;
}
.search-input-with-image input {
  border: 0;
  margin: 4px !important;
}
.search-input-with-image .search-logo {
  padding-left: 8px;
}

span.email-ids {
  float: left;
  /* padding: 4px; */
  border: 1px solid #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #f5f5f5;
  padding: 3px 10px;
  border-radius: 5px;
}

span.cancel-email {
  border: 1px solid #ccc;
  width: 18px;
  display: block;
  float: right;
  text-align: center;
  margin-left: 20px;
  border-radius: 49%;
  height: 18px;
  line-height: 15px;
  margin-top: 1px;
  cursor: pointer;
}

.email-id-row {
  border: 1px solid #ccc;
  padding-top: 6px;
  padding-bottom: 7px;
}
.email-id-row input {
  border: 0;
  outline: 0;
}

span.to-input {
  display: block;
  float: left;
  padding-right: 11px;
}

.title-preview-close {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-content: center;
  margin-bottom: 16px;
}

.warning-box {
  background-color: rgba(255, 159, 37, 0.25);
  border: 1px solid #ff3800;
  padding: 8px;
  font-size: 0.8rem;
  color: #14191d;
}

.enrollment-external-link {
  margin-top: 8px;
}
.enrollment-external-link a {
  color: #068BC6;
}

.small-file {
  width: 48px !important;
  height: auto !important;
  float: none !important;
}

.enrollment-availability-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.enrollment-availability-card {
  min-width: 130px;
  background-color: #ff3800;
  padding: 8px;
  border-radius: 20px;
}
.enrollment-availability-card.enrollment-selected-field {
  background-color: rgba(255, 56, 0, 0.6);
}
.enrollment-availability-card .chips-button {
  margin-right: 0;
}

.enrollment-availability-pitch {
  font-size: 16px;
  color: rgba(48, 48, 48, 0.8);
}
.enrollment-availability-pitch-subtitle {
  font-size: 14px;
  color: #FFF;
}

.enrollment-flex-column input {
  width: 100% !important;
}

.form-squad-filters {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .form-squad-filters {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-squad-filters .item-card-header-actions {
    width: 100%;
  }
}
@media only screen and (min-width: 240px) and (max-width: 589px) {
  .form-info {
    display: flex !important;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
  }
  .form-info-price {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .form-grid-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .terms-show-more-btn {
    bottom: 0;
    float: none;
  }
}
.availability-container {
  text-align: center;
}

.availability-slot {
  padding: 16px;
  background: #EBEBE4;
  margin-bottom: 4px;
  cursor: pointer;
}

.availability-slot-selected {
  background: rgb(203, 251, 205);
}

.availability-slot-busy {
  background: #FA6A4A;
  color: #EEE;
}

.paymentSplitCondition {
  margin-top: 16px;
}

.filters-card {
  width: fit-content;
  min-width: 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: stretch;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filters-card select {
  width: 100%;
}
.filters-card-expanded {
  min-width: 100% !important;
}

p.filter-label {
  line-height: 2.5rem;
  color: #14191D;
}

.groupBox {
  display: inline-block;
  background-color: #fff;
  color: rgba(48, 48, 48, 0.8);
  margin: 16px;
  float: left;
  border-width: 1px;
  border-style: solid;
  border-color: #ff3800;
  width: 180px;
  min-height: 80px;
  text-align: center;
}
.groupBox table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.groupBox:nth-child(n) {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}

.groupUnique {
  width: 60%;
}

.groupBox table th, .groupBox ul div, .page-elements {
  background-color: transparent !important;
  color: #ff3800;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: 1.1rem;
  width: 100%;
  text-align: center;
}

.groupBox-zero, .groupBox-zero table th, .groupBox-zero ul div {
  width: 100%;
}

#sortable1, #sortable2, #sortableW1, .sortableT1, .sortableMultiple {
  list-style-type: none;
  float: left;
  width: 100%;
  min-height: 50px;
}

.groupBox-zero #sortable1, .groupBox-zero #sortableW1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#sortable1 li, #sortable2 li, #sortableW1 li, .sortableT1 li, .sortableMultiple li {
  padding: 5px;
  cursor: move;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.group-title {
  border-bottom: 1px solid #ff3800;
}

.competitions-elements .box-criteria {
  width: 60%;
}

.page-elements .box-criteria {
  width: 96%;
}
.page-elements .box-criteria li {
  border-width: 1px;
  border-style: solid;
  border-color: #ff3800;
  min-height: 80px;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
  font-size: 25px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.page-elements .box-criteria li div {
  color: rgba(48, 48, 48, 0.8) !important;
}

#component-remove {
  position: absolute !important;
  font-size: 15px !important;
  top: 0;
  padding-left: 90%;
}

.groupBox.page {
  float: left;
  border-width: 0px !important;
}

.competitions-elements, .page-elements .box-criteria li {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center !important;
}

.box-criteria {
  width: 40%;
}
.box-criteria div {
  color: rgba(48, 48, 48, 0.8) !important;
}

.groupBox-zero #sortable1 li, .groupBox-zero #sortableW1 li {
  flex: 1 0 150px;
  max-width: fit-content;
  min-width: 200px;
}

.roundTableContainer {
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.roundTable {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 6px;
  padding: 8px;
  overflow-x: auto;
  width: max-content;
}

.roundTable_title_container {
  width: max-content;
  height: fit-content;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.roundTable_title {
  width: auto;
  font-weight: 600;
}

.roundTable_content {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

.roundTable_columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  justify-items: center;
  align-content: space-around;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.roundTable_items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.roundTable > tbody > tr > th {
  text-align: center;
}

.roundTable > tbody > tr > td {
  padding: 4px;
  text-align: left;
  vertical-align: middle;
}

.roundTable > tbody > tr > td > div:after {
  content: "";
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  top: -41px;
  left: 100%;
  width: 13px;
  height: 2px;
  background: #ff3800;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.groupBox table > tbody > tr > td {
  padding: 4px;
  width: auto;
}

.groupBox table > tbody > tr > td.name {
  padding: 4px;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  word-break: break-word;
}

.beforeRound::before {
  content: "";
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 2px;
  height: 50%;
  border-top: 1px solid #ff3800;
  border-bottom: 1px solid #ff3800;
  background: #ff3800;
}

.afterRound::after {
  content: "";
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 24px;
  height: 2px;
  background: #ff3800;
}

.afterFinalRound::after {
  background: none;
}

.afterFinal::after {
  content: "";
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  min-width: 18px;
  height: 2px;
  background: transparent !important;
}

.destroyFinal::after {
  content: "";
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 50%;
  min-width: 18px;
  height: 2px;
  background: transparent !important;
}

.roundTable-separator {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 24px;
  height: 2px;
  background: #ff3800;
}

.roundTable-separator-preround {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-width: 24px;
  height: 2px;
  background: #ff3800;
}

.roundTable-separator-blank {
  background: transparent !important;
}

.roundMatch {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 100%;
}

.roundScore {
  padding: 0.5rem 0.5rem 0.5rem 0;
  white-space: nowrap;
  text-align: left;
  flex-grow: 1;
  width: 100%;
}

.roundCrest {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.roundCrest img {
  width: 28px;
  height: 28px;
  padding: 2px 8px 2px 2px;
}

.roundTeam {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #EEE;
  font-size: 0.8rem;
  width: 100%;
  padding: 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  box-sizing: border-box;
}

.scoreboard-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.score-container {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
}
.score-container img {
  width: 64px;
  height: 64px;
  display: block;
  margin: auto;
  padding-bottom: 8px;
}
.score-container input {
  width: 64px;
  display: block;
  margin: auto;
}

.round-before {
  padding: 0.5rem;
  width: fit-content;
  min-width: 150px;
}

.blank-round-before {
  padding: 0.5rem;
  min-width: 75px;
  color: transparent !important;
  background: transparent !important;
  border: 0 transparent !important;
}

.match-number {
  padding: 0 8px;
  font-weight: bold;
  min-width: 24px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.round-separator-blank {
  border: 1px solid transparent !important;
  color: transparent !important;
}

.consolationStanding {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  height: auto;
}

.competition-round-title {
  padding-top: 8px;
  text-align: center;
  width: 100%;
  color: rgba(48, 48, 48, 0.8) !important;
}

.competition-round-content-alt {
  background-color: rgba(255, 56, 0, 0.1);
}

.rounds {
  border: 1px solid #ff3800;
  border-right: 2px solid #ff3800;
  border-left: 2px solid #ff3800;
  color: rgba(48, 48, 48, 0.8);
}

.roundVs {
  padding: 0;
}

.knockout-winner {
  font-weight: bold;
}
.knockout-winner .roundResult {
  background-color: #ff3800;
  color: #EEE;
}
.knockout-winner .knockout-stats-item {
  background-color: #fafafa;
  font-weight: normal;
  color: rgba(48, 48, 48, 0.8);
}

.round-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.6rem;
  font-weight: normal;
  padding: 0 4px !important;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.round-details .date {
  text-align: right;
}

.roundResult {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border-left: 1px solid #ff3800;
  padding: 0.5rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
}
.roundResult-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border-left: 1px solid #ff3800;
  padding: 0.5rem;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
}
.roundResult-double {
  width: 140px;
}

.roundFirstResult {
  width: fit-content;
}

.roundSecondResult {
  font-size: 0.6rem;
  min-width: 50px;
}

div.separator {
  height: 40px;
}

.matchday {
  width: 25%;
}

.honours-number {
  font-size: 1.5em;
  font-weight: bold;
  color: #ff3800;
}

.honours-description {
  font-size: 1rem;
}

.honurs-container {
  padding-left: 32px;
}

.podium-honours {
  height: 250px;
  align-items: flex-end;
  gap: 1%;
}

.podium-honours1 {
  height: 100%;
  background-color: #ff3800;
}

.podium-honours2 {
  height: 55%;
  background-color: rgba(255, 56, 0, 0.6);
}

.podium-honours3 {
  height: 35%;
  background-color: rgba(255, 56, 0, 0.3);
}

.podium-honours1, .podium-honours2, .podium-honours3 {
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #EEE;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.podium-stats {
  gap: 1%;
}
.podium-stats div {
  width: 25%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: #ff3800;
}

.pricing-header h1 {
  color: #14191D;
  font-size: 1.8rem;
  margin: 1rem 0;
  padding: 0;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.pricing-header p {
  color: #14191D;
  font-size: 1.1rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.pricing-list {
  padding-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.pricing-item {
  text-align: center;
  width: auto;
  position: sticky;
}

.pricing-item-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom: 2rem;
}

.pricing-item-title {
  border: none;
  color: #14191D;
  font-size: 1rem;
}

.pricing-item-description {
  font-size: 0.8rem;
}

.pricing-item-price {
  margin: 1rem auto 0;
}

.pricing-price {
  font-size: 2rem;
}

.pricing-trial {
  font-size: 1.5rem;
}

.pricing-item-billing {
  font-size: 0.7rem;
}

.pricing-item-calltoaction {
  margin: 2rem auto 0;
  text-align: center;
  width: fit-content;
}
.pricing-item-calltoaction a {
  display: block;
}
.pricing-item-calltoaction a:hover {
  text-decoration: none;
  color: #fff;
  background-color: #ff3800;
  border-color: #ff3800;
}

.pricing-item-features {
  font-size: 0.7rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.pricing-faq-question {
  color: #14191D;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.pricing-faq-answer {
  font-size: 0.8rem;
}

.pricing-faq-people {
  margin: 1rem 1rem 1rem 0;
}

.pricing-faq-people-item {
  margin: 2rem 0;
}

.pricing-faq-people-photo {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  float: left;
  padding: 0 1rem;
  height: 64px;
  width: 64px;
}

.pricing-faq-people-name {
  color: #14191D;
  font-size: 0.8rem;
}

.pricing-faq-people-email {
  font-size: 0.8rem;
}

.pricing-faq-people-phone {
  font-size: 0.8rem;
}

@media only screen and (min-width: 590px) and (max-width: 769px) {
  .pricing-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    width: 90%;
    margin: auto;
  }
  .pricing-item {
    width: 100%;
  }
  .pricing-item-header {
    height: 24rem;
  }
  .pricing-item-header-featured {
    height: 22rem;
  }
  .pricing-item-header-widget {
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1224px) {
  .pricing-list-settings {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pricing-list {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (min-width: 770px) and (max-width: 1280px) {
  .pricing-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pricing-item {
    margin: 0.5rem;
  }
  .pricing-item-header {
    height: 32rem;
  }
  .pricing-item-header-featured {
    height: 28rem;
  }
  .pricing-item-header-widget {
    height: auto;
  }
  .league-filters {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 589px) {
  .pricing-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .onboarding-header-search .onboarding-main-input {
    width: 100% !important;
    margin-right: 16px !important;
    padding-left: 10px;
  }
  .plans-comparation {
    font-size: 0.6rem;
  }
  .onboarding-body.plans {
    width: 100% !important;
  }
  .onboarding-roles-secundary-text {
    color: #8E8E8E;
    font-size: 14px;
    text-align: left;
    width: 174px;
  }
  .select-flex {
    flex-direction: column !important;
  }
  #form-createLicense {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .form-input-group, .form-select-group {
    width: 100% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .pricing-list {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0 auto;
    width: 95%;
  }
  .pricing-item-header {
    height: 27rem;
  }
  .pricing-item-header-featured {
    height: 25rem;
  }
  .pricing-item-header-widget {
    height: auto;
  }
  .pricing-item {
    margin: 1rem;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 36px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 8px;
}
.switch-small {
  width: 70px;
  margin-bottom: 0;
}
.switch-stats {
  width: 80px;
  height: 28px;
  margin-left: 0px;
  margin-bottom: 4px;
}

.slider-round {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider-round:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #EEE;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider-round-stats:before {
  height: 20px;
  width: 20px;
}

.slider-round-on {
  position: absolute;
  left: 16px;
  bottom: 8px;
  color: #EEE;
  line-height: 1.5rem;
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
}

.slider-round-off {
  position: absolute;
  left: 40px;
  bottom: 8px;
  line-height: 1.5rem;
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
}

.switch-text-on, .switch-text-off {
  line-height: 1.5rem;
  font-size: 0.9rem;
  font-family: "Open Sans", sans-serif;
}

.switch-text-off {
  color: #909090;
}

.slider-round-small-on {
  left: 12px;
}

.slider-round-small-off {
  left: 45px;
}

.switch input:checked + .slider-round {
  background-color: #ff3800;
}

.switch input:focus + .slider-round {
  box-shadow: 0 0 1px #ff3800;
}

.switch input:checked + .slider-round:before {
  -webkit-transform: translateX(76px);
  -ms-transform: translateX(76px);
  transform: translateX(76px);
}

.switch-small input:checked + .slider-round:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}

.switch-stats input:checked + .slider-round:before {
  -webkit-transform: translateX(52px);
  -ms-transform: translateX(52px);
  transform: translateX(52px);
}

/* SWITCHS SMALLER */
.switch-smaller {
  width: 60px;
  height: 20px;
}
.switch-smaller .slider-round:before {
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 1px;
}
.switch-smaller input:checked + .slider-round:before {
  -webkit-transform: translateX(37px);
  -ms-transform: translateX(37px);
  transform: translateX(37px);
}

/* Rounded sliders */
.slider-round {
  border-radius: 34px;
  margin: 0 !important;
}
.slider-round:before {
  border-radius: 50%;
}

.switch-invisible {
  cursor: default;
  pointer-events: none;
  outline: none;
  caret-color: transparent;
}
.switch-invisible input:checked + .slider-round {
  opacity: 0.6;
}

.switch-custom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: auto;
  height: 36px;
  background-color: #ccc;
  border-radius: 34px;
  cursor: pointer;
  margin-left: 4px;
  padding-right: 12px;
  transition: all 0.75s ease;
}
.switch-custom.active {
  color: #EEE;
  background-color: #ff3800;
  padding-left: 12px;
  padding-right: 0;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.switch-custom .on {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.switch-in-menu {
  height: 26px !important;
}
.switch-in-menu .switch-dot {
  width: 16px !important;
  height: 16px !important;
}

.switch-dot {
  width: 26px;
  height: 26px;
  margin: 0 4px;
  background-color: #EEE;
  border-radius: 50%;
}

.sportchips-container, .tags-select-container {
  gap: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing-block-header {
  clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0);
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 80%, 100% 0);
}

.landing-block, .grey-landing-section {
  clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0);
  -webkit-clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0);
}

.grey-landing-section {
  background-color: #f2f4f9;
}

#header-logo {
  width: 160px;
}

.landing-fixed-header {
  color: #999;
  height: 36px;
  background-color: rgba(51, 51, 51, 0.9);
  position: fixed;
  width: 100%;
  z-index: 15;
}

.landing-fixed-header .wrapper {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#landing-header {
  margin: 0 auto;
  width: 100%;
}

#landing-header h1 {
  font-size: 1.8rem;
  margin-bottom: 3rem;
  font-weight: bold;
}

#landing-header h3 {
  font-size: 1.1rem;
  position: relative;
  top: -50px;
}

.landing-menu {
  color: #ff3800;
}

.landing-right-side-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.landing-logo div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-top: 8px;
}

.landing-action-buttons {
  text-align: center;
}

.landing-action-buttons a {
  white-space: nowrap;
  border-radius: 0.25rem;
}

.landing-title-container {
  margin: 0 auto;
  max-width: 73% !important;
  text-align: center;
}

#landing-search {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 8px 44px 8px 8px;
}

#landing-menu-actions {
  display: none;
  margin-left: 16px;
  margin-right: 30px;
  overflow: visible;
  align-items: center;
}

.landing-title-container a {
  color: #FFF;
  top: -20px;
  font-size: 18px;
}

.landing-title-container h3 {
  margin: 10px;
}

#landing-search-go {
  position: absolute;
  top: 0;
  right: 4px;
  width: 40px;
  cursor: pointer;
  left: 410px;
}

.landing-go-img {
  margin: 8px;
  height: 26px;
  width: 26px;
  align-self: center;
}

#landing-search::-webkit-input-placeholder, #landing-search:-moz-placeholder, #landing-search::-moz-placeholder, #landing-search:-ms-input-placeholder {
  text-align: center;
}

.black a {
  color: black !important;
}

.landing-features {
  margin: 2rem 0 4rem;
  text-align: center;
  width: 100%;
  flex-wrap: wrap;
}

.landing-features article {
  border: none;
  text-align: center;
  margin: 1rem;
  height: auto;
  cursor: pointer;
  background: transparent;
  width: 33.3%;
}

.landing-features article i {
  color: #ff3800;
  margin-bottom: 1rem;
}

.landing-features article p {
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  white-space: normal !important;
}

.landing-features article p.title, p.stats-title {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 22px;
  overflow: hidden;
  white-space: normal;
}

.landing-grid {
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0 4rem;
  text-align: center;
  width: 100%;
}

.landing-grid article {
  border: none;
  text-align: center;
  margin: 0;
  cursor: pointer;
  width: 160px;
  height: 160px;
  background-color: transparent;
}

.landing-grid article:hover {
  opacity: 0.6;
}

.landing-grid-logos {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: space-between;
  margin: 2rem 0 4rem;
  text-align: center;
  width: 100%;
}

.grid-logos-column {
  height: 100%;
  width: 100%;
}

.logos-column {
  height: 400px;
  justify-content: space-between;
}

.landing-block1 {
  background-color: #fff;
  min-height: 500px;
  height: 100%;
}

.landing-block3 {
  background-color: #fff;
  background-image: url("../img/landing/programa-app-gestion-deportiva-voleibol-voley.webp");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.5) 70%), url("../img/landing/programa-app-gestion-deportiva-voleibol-voley.webp");
}

.landing-grid-integrations {
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 4%;
}

.league-management-element {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 24px;
  margin-top: 24px;
}

.landing-grid-integrations img {
  width: inherit;
}

.landing-grid article img {
  width: 70px;
  height: 70px;
  margin-bottom: 16px;
  margin-top: 30px;
}

.landing-grid article p.title {
  font-weight: bold !important;
  font-size: 0.9rem;
  line-height: 22px;
  overflow: hidden;
  white-space: normal;
  color: #ff3800;
}

.landing-block h2, #landing-section h2, #website-integration-section3 h2,
#league-management-section3 h2, .section3 h2, .landing-title {
  border: none;
  font-size: 1.5rem;
}

.landing-white-text, .landing-block p {
  color: #fff !important;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}

.landing-benefits1, .landing-benefits2, .landing-needs, .landing-rel-container {
  position: relative;
}

.landing-benefits2 {
  height: 1024px !important;
}

.landing-needs {
  height: 580px;
}

.landing-needs img {
  position: absolute;
  top: 10%;
  right: 0;
}

.landing-needs-title {
  color: #ff3800 !important;
}

#landing-section h2, .landing-block h2, #website-integration-section3 h2,
#league-management-section3 h2, .section3 h2, .landing-title {
  border: none;
  font-size: 1.5rem;
}

#landing-section h2, #landing-section p, #website-integration-section3 h2, #website-integration-section3 p,
#league-management-section3 h2, #league-management-section3 p, .section3 h2, .section3 p, .landing-title, .landing-paragraph {
  color: #333;
}

#landing-section .wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.calltoaction-button {
  background-color: #ff3800;
  border: 1px solid #ff3800;
  -moz-border: 1px solid #ff3800;
  -webkit-border: 1px;
  border-radius: 0.25rem !important;
  color: #fff;
  padding: 0.6rem 1rem;
  text-transform: uppercase;
  text-align: center;
}

.calltoaction-button-reverse {
  background-color: transparent;
  border: 1px solid #ff3800;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #ff3800;
  padding: 0.6rem 1rem;
  margin-left: 20px;
  font-size: 0.8rem;
}

#landing-logos h2 {
  border: none;
  color: #333;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.landing-logos {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.landing-logos article {
  color: #fff;
  border: none;
  text-align: center;
  font-size: 1rem;
  margin: 0 1rem;
  padding: 1rem;
  width: 250px;
  height: auto;
  align-self: center;
  background-color: #fafafa;
}

.landing-logos article img {
  width: 100%;
}

article.grey-container {
  margin: 0;
  display: flex;
  padding: 1rem;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.grey-container {
  -webkit-filter: opacity(0.3);
  -moz-filter: opacity(0.3);
  -o-filter: opacity(0.3);
  filter: opacity(0.3);
  transition: 0.4s all;
  border: none;
  background-color: transparent !important;
}

.grey-container:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
}

.grey-container img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.3s all;
  width: 70px;
  height: 70px;
}

.grey-container img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -o-filter: none;
  filter: none;
}

.widget-footer {
  font-size: 0.9rem !important;
  color: #FFF;
  padding: 12px;
}

.landing-stats {
  display: flex;
  justify-content: space-evenly;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 126px;
  width: 100%;
}

.right-align {
  text-align: right;
}

.needs-articles {
  justify-content: space-between;
  align-items: stretch;
  border: none;
  height: auto;
  margin-bottom: 2px;
  background-color: #fafafa;
}

.needs-articles:hover {
  cursor: pointer;
}

.benefits-elements {
  flex: 1 0;
  margin-right: 25px !important;
}

.benefits-elements p {
  font-size: 0.75rem;
}

.hidden {
  visibility: hidden;
}

.benefits-icon {
  height: 40px;
  width: 40px;
  margin-top: 6px;
  margin-right: 10px;
}

.benefits-paragraph {
  margin: 1rem !important;
}

.reviews {
  max-width: 1440px;
}

.content-centered {
  justify-content: center;
}

.landing-web-integration-section1 {
  background-image: url("../img/landing/crear-torneo-personalizado-online-gratis.png");
}

.landing-about-us {
  background-image: url("../img/landing/competize-gestor-torneos-ligas-deportivas.jpg");
}

.widget-examples-img {
  height: 300px;
}

.words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.words-wrapper b.is-visible {
  position: relative;
}

.no-js .words-wrapper b {
  opacity: 0;
}

.no-js .words-wrapper b.is-visible {
  opacity: 1;
}

/* - xtype - */
.headline.type .words-wrapper {
  vertical-align: top;
  overflow: hidden;
}

.headline.type .words-wrapper::after {
  /* vertical bar */
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #fff;
}

.headline.type .words-wrapper.waiting::after {
  -webkit-animation: pulse 1s infinite;
  -moz-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
}

.headline.type .words-wrapper.selected {
  background-color: #aebcb9;
}

.headline.type .words-wrapper.selected::after {
  visibility: hidden;
}

.headline.type b {
  visibility: hidden;
}

.headline.type b.is-visible {
  visibility: visible;
}

.headline.type i {
  position: absolute;
  visibility: hidden;
  font-style: normal;
}

.headline.type i.in {
  position: relative;
  visibility: visible;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.need-text {
  font-size: 70%;
  white-space: nowrap;
}

.web-integration-example {
  margin: 1%;
  align-self: center;
}

.web-integration-example img {
  margin-top: 5% !important;
  margin-bottom: 5% !important;
  align-self: center;
}

.web-integration-landing-section-text {
  margin-top: 80px !important;
  margin-bottom: 60px !important;
  max-width: 750px !important;
}

.last-web-integration-section .wrap {
  margin-top: 5%;
  margin-bottom: 5%;
}

.needs-articles h3 {
  font-size: 100%;
  padding-bottom: 0.6rem;
}

.benefit {
  width: 250px;
}

.need-explanation {
  border-bottom: #ccc 1px solid;
}

.need-explanation p, .need-explanation h3 {
  margin-left: 10px;
  margin-right: 10px;
}

.need-explanation p {
  margin-bottom: 10px;
}

.unset-position {
  position: unset !important;
}

.relative-position {
  position: relative !important;
}

.last-web-integration-section, .volleyball-text-gray-section {
  clip-path: polygon(0 20%, 0 100%, 100% 100%, 100% 0);
  -webkit-clip-path: polygon(0 20%, 0 100%, 100% 100%, 100% 0);
}

.landing-football-league-management-section1 {
  background-image: url("../img/sports/organizar-torneos-futbol-futsal-online.jpg");
  background-position: center bottom !important;
}

.landing-basket-league-management-section1 {
  background-image: url("../img/sports/crear-ligas-baloncesto-basquet-online.jpg");
  background-position: center bottom !important;
}

.landing-tennis-league-management-section1 {
  background-image: url("../img/sports/organizar-torneos-tenis-padel-online.jpg");
  background-position: center bottom !important;
}

.landing-volley-league-management-section1 {
  background-image: url("../img/sports/crear-ligas-voleibol-voley-playa-online.jpg");
  background-position: center bottom !important;
}

.landing-clients-leagues-tournaments-background-section1 {
  background-image: url("../img/clients/programa-gestion-competiciones-torneos-ligas.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/clients/programa-gestion-competiciones-torneos-ligas.jpg");
  background-position: center bottom !important;
}

.landing-clients-federations-background-section1 {
  background-image: url("../img/clients/programa-gestion-federaciones-deportivas.jpg");
  background-position: center bottom !important;
}

.landing-clients-municipalities-councils-background-section1 {
  background-image: url("../img/clients/programa-gestion-deportiva-ayuntamientos.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/clients/programa-gestion-deportiva-ayuntamientos.jpg");
  background-position: center bottom !important;
}

.landing-basket-league-management-background-section2, .landing-football-league-management-background-section2, .landing-tennis-league-management-background-section2,
.landing-volley-league-management-background-section2, .landing-clients-leagues-tournaments-background-section2, .landing-clients-federations-background-section2,
.landing-clients-municipalities-councils-background-section2 {
  clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0);
  -webkit-clip-path: polygon(0 20%, 0 100%, 100% 80%, 100% 0);
  margin-top: -150px;
}

.landing-basket-league-management-background-section2 {
  background-image: url("../img/sports/organizar-ligas-baloncesto-basquet-online.jpg");
}

.landing-football-league-management-background-section2 {
  background-image: url("../img/sports/organizar-ligas-futbol-futsal-online.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/sports/organizar-ligas-futbol-futsal-online.jpg");
}

.landing-tennis-league-management-background-section2 {
  background-image: url("../img/sports/organizar-ligas-tenis-padel-online.jpg");
}

.landing-volley-league-management-background-section2 {
  background-image: url("../img/sports/organizar-ligas-voleibol-voley-playa-online.jpg");
}

.landing-clients-leagues-tournaments-background-section2 {
  background-image: url("../img/clients/software-crear-torneos-ligas-deportivas.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/clients/software-crear-torneos-ligas-deportivas.jpg");
}

.landing-clients-federations-background-section2 {
  background-image: url("../img/clients/software-gestion-federaciones-deportivas.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/clients/software-gestion-federaciones-deportivas.jpg");
}

.landing-clients-municipalities-councils-background-section2 {
  background-image: url("../img/clients/software-gestion-deportiva-ayuntamientos.jpg");
}

.web-integration-landing-section-text ul {
  margin-left: 3%;
}

.review-name {
  font-size: 2em !important;
}

.review-text {
  font-size: 1.5em !important;
}

.calltoaction-landing {
  font-size: 18px !important;
  font-weight: bold;
  border-radius: 0.25rem;
  padding: 8px !important;
}

.calltoaction-landing:hover {
  opacity: 0.8;
  text-decoration: none;
}

.league-management-text-gray-section {
  height: 600px !important;
}

.players-text-gray-section2, .esports-text-gray-section2 {
  height: 600px !important;
}

.white-label-text-white-section {
  height: 370px !important;
}

.league-management-text-white-section {
  height: 360px !important;
}

.players-text-white-section, .esports-text-white-section {
  height: 360px !important;
}

.league-management-examples-img {
  height: 250px;
  margin: 0 !important;
  margin-top: 5% !important;
}

#league-management-section3, .white-label-text-gray-section {
  height: 650px !important;
}

.white-label_section5-text {
  width: 930px;
  margin: auto;
}

.white-label-example-paragraph {
  flex-direction: column;
  margin: 1rem;
}

.white-label-examples-img {
  height: 415px;
  margin-bottom: 5% !important;
  margin-right: 0;
  margin-top: 5% !important;
  margin-left: -50px !important;
}

.white-label-characteristics {
  padding-left: 15%;
  color: #333;
}

.white-label-element-right {
  margin-left: 25px;
}

.website-design {
  width: 100%;
  display: flex;
  gap: 2%;
}

#white-label-section3 {
  height: 750px !important;
}

#landing-section {
  min-height: 600px;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.white-label-text-white-section {
  justify-content: center;
}

.league-management-bottom-section {
  padding-bottom: 30px;
}

.league-management-example {
  width: 480px;
}

.league-management-example {
  margin: 14px;
  align-self: center;
}

.league-management-software-paragraph {
  gap: 2%;
}

.calltoaction-button-secondary {
  background-color: #fafafa !important;
  border: 2px solid #fafafa !important;
  -moz-border: 2px solid #fafafa !important;
  color: #ff3800 !important;
}

.players-button img {
  height: 50px;
}

.players-button-right {
  padding-left: 25px;
}

.players-mobile-button-div {
  padding: 20px;
}

.esports-grid-button-div {
  padding-bottom: 40px;
}

.esports-apps-button-div {
  padding-bottom: 40px;
  padding-top: 40px;
}

.esports-text-gray-section1 {
  height: 600px !important;
}

/*futbol*/
.background1 {
  background-image: url("../landing/gestor-competiciones-inscripciones-futbol-soccer.webp");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/landing/gestor-competiciones-inscripciones-futbol-soccer.webp");
  background-position: left !important;
}

/*fifa*/
.background2 {
  background-image: url("../landing/gestor-competiciones-inscripciones-esports-videojuegos.webp");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/landing/gestor-competiciones-inscripciones-esports-videojuegos.webp");
  background-position: left !important;
}

/*tenis*/
.background3 {
  background-image: url("../landing/gestor-competiciones-inscripciones-tenis-padel.webp");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/landing/gestor-competiciones-inscripciones-tenis-padel.webp");
  background-position: right !important;
}

/*voley*/
.background4 {
  background-image: url("../landing/gestor-competiciones-inscripciones-voleibol-voley.webp");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/landing/gestor-competiciones-inscripciones-voleibol-voley.webp");
  background-position: right !important;
}

/*baloncesto*/
.background5 {
  background-image: url("../landing/gestor-competiciones-inscripciones-baloncesto-basket.webp");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/landing/gestor-competiciones-inscripciones-baloncesto-basket.webp");
  background-position: left !important;
}

.landing-header-wrapper {
  width: auto !important;
}

.landing-header-wrapper .header-menu-title {
  margin-left: 20px;
  margin-right: 20px;
}

.landing-header-wrapper div {
  position: unset !important;
}

.generic-header-action-menu {
  position: absolute;
}

.footer-link img {
  height: 30px;
}

.volleyball-text-gray-section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 800px !important;
}

.volleyball-league-management-needs-title {
  margin-bottom: 16px;
}

.sublanding-calltoaction-container {
  padding: 40px;
}

.volleyball-text-gray-section-element {
  margin: 20px 0;
}

.volleyball-text-gray-section-element-center {
  margin: 20px 40px;
}

.volleyball-text-gray-section-element img, .volleyball-text-gray-section-element-center img {
  margin-bottom: 20px;
}

.landing-clients-section2-text {
  margin-top: 1% !important;
  text-align: center;
  max-width: 500px;
}

.clients-section2 {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.organizer-nav-column, .organizer-nav-column-center {
  padding-top: 10px;
}

.organizer-nav-column a, .organizer-nav-column-center a {
  line-height: 1.5rem;
}

.organizer-nav-column li, .organizer-nav-column h3 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.volleyball-text-gray-section-element-center h2, .volleyball-text-gray-section-element h2 {
  font-size: 1.3rem !important;
}

.quarter-article {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .websiteparallax {
    height: 800px !important;
  }
  .landing-title-container {
    max-width: 100% !important;
  }
  .headline {
    height: 190px;
  }
  article.grey-container {
    margin: 0;
    padding: 0;
  }
  [id^=need_img_] {
    display: none;
  }
  .landing-grid article {
    margin-left: auto;
    margin-right: auto;
  }
  .landing-benefits1 .wrap div, .landing-benefits2 .wrap div {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 500px;
  }
  .benefits-paragraph {
    margin: 0 !important;
  }
  .benefit {
    flex-direction: row !important;
    margin: 20px !important;
  }
  .landing-benefits1 {
    height: 900px !important;
  }
  .landing-benefits2 {
    height: 1000px !important;
  }
  .web-integration-examples-paragraph {
    flex-direction: column;
  }
  .widget-examples-img {
    height: 200px;
  }
  .web-integration-example, .league-management-example {
    width: 300px;
  }
  .landing-web-integration-section1 {
    height: 750px !important;
  }
  .last-web-integration-section .wrap {
    margin-top: 30%;
    margin-bottom: 30%;
  }
  #landing-header {
    height: 900px;
  }
  .needs-articles h3 {
    white-space: normal;
  }
  .landing-logos article img {
    width: 90%;
  }
  .benefit {
    align-self: center;
  }
  .computer-logos {
    display: none;
  }
  .landing-block-header {
    clip-path: polygon(0 0, 0 100%, 100% 90%, 100% 0);
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 90%, 100% 0);
  }
  .landing-block, .grey-landing-section {
    clip-path: polygon(0 10%, 0 100%, 100% 90%, 100% 0);
    -webkit-clip-path: polygon(0 10%, 0 100%, 100% 90%, 100% 0);
  }
  .benefits-button {
    text-align: center;
    margin: 0 auto 0 !important;
  }
  #landing-header .wrap {
    padding: 0;
  }
  .last-web-integration-section {
    clip-path: polygon(0 10%, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 10%, 0 100%, 100% 100%, 100% 0);
  }
  .league-management-element {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    align-items: center;
  }
  .league-management-examples-img {
    height: 140px;
  }
  .league-management-text-gray-section {
    height: 1100px !important;
  }
  .league-management-text-white-section {
    height: 850px !important;
  }
  #league-management-section3 {
    height: 1190px !important;
  }
  .league-management-examples-title {
    width: 300px;
    margin: auto;
  }
  .white-label-element {
    text-align: center;
    margin-bottom: 50px;
    margin-left: 0;
  }
  .white-label-text-gray-section {
    height: 1240px !important;
  }
  .white-label_section5-text {
    width: 300px;
  }
  .white-label-text-white-section {
    height: 900px !important;
    justify-content: center;
  }
  .white-label-examples-img {
    height: 156px;
    margin-left: 0 !important;
  }
  .players-text-white-section, .esports-text-white-section {
    height: 480px !important;
  }
  .players-button-right {
    padding-left: 0;
  }
  .white-label-element-right {
    margin-left: 0;
  }
  #esports-grid .landing-grid {
    margin: 0;
  }
  .esports-grid-button-div {
    padding-top: 20px;
  }
  .calltoaction-button-secondary {
    white-space: nowrap;
  }
  #landing-search-go {
    left: unset;
  }
  .volleyball-text-gray-section {
    height: 950px;
  }
  .volleyball-text-gray-section .wrap {
    flex-direction: column;
    margin: auto;
  }
  .volleyball-text-gray-section-element-center {
    margin-left: auto;
    margin-right: auto;
  }
  .volleyball-league-management-needs-title {
    margin-top: 30%;
  }
  .sublanding-calltoaction-container {
    padding: 20px 0 60px 0;
  }
  .volleyball-text-gray-section {
    clip-path: polygon(0 5%, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 5%, 0 100%, 100% 100%, 100% 0);
    height: 1400px !important;
  }
  .landing-title-container a, .calltoaction-button {
    font-size: 16px !important;
    white-space: nowrap;
  }
  .landing-clients-section2-text {
    margin-top: 10% !important;
  }
  .clients-section2 {
    height: 400px;
  }
  .search-absolute-container {
    top: 586px !important;
  }
  .inline-text {
    flex-direction: column;
  }
  .landing-needs {
    display: none !important;
  }
  .landing-stats {
    margin-top: 100px !important;
  }
  .landing-grid-logos {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .grid-logos-column {
    width: 100%;
  }
  .league-management-element > a img {
    width: 90%;
    height: 90%;
    max-height: none !important;
  }
  #landing-feature3 > .landing-white-text {
    padding: 0 !important;
  }
  .landing-main-img {
    display: none !important;
  }
  .sublanding-calltoaction-container .calltoaction-button,
  .clients-caption .calltoaction-button {
    font-size: 12px !important;
  }
  .grid-elements-container {
    flex-direction: column !important;
  }
  .landing-grid {
    flex-direction: column;
    align-items: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 589px) {
  .landing-grid {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  article.grey-container {
    margin: 0;
    padding: 0;
  }
  #landing-search {
    max-width: 400px;
  }
  .web-integration-example, .league-management-example {
    width: 450px;
  }
  .web-integration-examples-paragraph {
    flex-direction: column;
  }
  .last-web-integration-section {
    height: 430px;
  }
  .last-web-integration-section .wrap {
    margin-top: 15%;
    margin-bottom: 15%;
  }
  #landing-header {
    height: 860px;
  }
  .landing-benefits2 {
    height: 900px;
    justify-content: center;
  }
  .landing-benefits1 {
    justify-content: center;
  }
  .landing-logos article img {
    width: 70%;
  }
  .landing-benefits1 .wrap div, .landing-benefits2 .wrap div {
    max-width: 470px !important;
  }
  .computer-logos {
    display: none;
  }
  .benefits-button {
    text-align: center;
  }
  .league-management-element {
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    align-items: center;
  }
  .league-management-examples-img {
    height: 210px;
  }
  .league-management-text-gray-section {
    height: 1130px !important;
  }
  .league-management-text-white-section, .white-label-text-white-section {
    height: 700px !important;
  }
  #league-management-section3 {
    height: 1250px !important;
  }
  .white-label-element {
    text-align: center;
    margin-bottom: 50px;
    margin-left: 0;
  }
  .white-label-examples-img {
    height: 234px;
    margin-left: 0 !important;
  }
  .white-label_section5-text {
    width: 450px;
    margin: auto;
  }
  #white-label-section3 {
    height: 1010px !important;
  }
  .white-label-text-gray-section {
    height: 1200px !important;
  }
  .white-label-text-white-section {
    justify-content: center;
  }
  .white-label-element-right {
    margin-left: 0;
  }
  #landing-search-go {
    left: unset;
  }
  .volleyball-text-gray-section {
    height: 950px;
  }
  .volleyball-text-gray-section .wrap {
    flex-direction: column;
    margin: auto;
  }
  .volleyball-text-gray-section-element-center {
    margin-left: auto;
    margin-right: auto;
  }
  .volleyball-league-management-needs-title {
    margin-top: 30%;
  }
  .sublanding-calltoaction-container {
    padding-top: 20px;
    padding-bottom: 200px;
  }
  .volleyball-text-gray-section {
    clip-path: polygon(0 10%, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 10%, 0 100%, 100% 100%, 100% 0);
    height: 1400px !important;
  }
  .landing-clients-section2-text {
    margin-top: 8% !important;
  }
  .clients-section2 {
    height: 250px;
  }
  .headline {
    height: 138px;
  }
  .search-absolute-container {
    top: 527px !important;
  }
  .landing-stats {
    margin-top: 85px !important;
  }
  .landing-grid-logos {
    flex-wrap: wrap;
    justify-content: center;
  }
  .grid-logos-column {
    width: 50%;
  }
  .landing-main-img {
    display: none !important;
  }
  .grid-elements-container {
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 590px) and (max-width: 768px) {
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-grid {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 575px;
    margin: 0 auto;
  }
  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-features article {
    width: 33.3%;
  }
  .quarter-article {
    width: 50% !important;
  }
  .web-integration-examples-paragraph {
    flex-direction: column;
  }
  .last-web-integration-section .wrap {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  article.grey-container {
    padding: 0.3rem;
  }
  .landing-benefits1, .landing-needs .wrap, .landing-benefits2 {
    justify-content: center;
  }
  .landing-needs .wrap div {
    margin: 0 !important;
  }
  .benefits-button {
    text-align: center;
  }
  .web-integration-example {
    width: 500px;
  }
  .league-management-element {
    text-align: center;
    align-items: center;
  }
  .league-management-text-gray-section {
    height: 1080px !important;
    justify-content: center;
  }
  .league-management-text-white-section {
    height: 700px !important;
    justify-content: center;
  }
  .league-management-examples-img {
    height: 240px;
  }
  .league-management-examples-title {
    width: 500px;
    margin: auto;
  }
  #league-management-section3 {
    height: 1220px !important;
  }
  .white-label-text-gray-section {
    height: 1080px !important;
    justify-content: center;
  }
  .white-label-element {
    text-align: center;
    margin-bottom: 50px;
    margin-left: 0;
  }
  #white-label-section3 {
    height: 990px !important;
  }
  .white-label-text-gray-section {
    height: 1210px !important;
    justify-content: center;
  }
  .white-label-examples-img {
    height: 290px;
    margin-left: -25px !important;
  }
  .white-label_section5-text {
    width: 560px;
  }
  .white-label-text-white-section {
    height: 650px !important;
    justify-content: center;
  }
  .white-label-element-right {
    margin-left: 0;
  }
  .esports-text-white-section {
    justify-content: center;
  }
  .volleyball-text-gray-section {
    height: 950px;
  }
  .volleyball-text-gray-section .wrap {
    flex-direction: column;
    margin: auto;
  }
  .volleyball-text-gray-section-element-center {
    margin-left: auto;
    margin-right: auto;
  }
  .volleyball-league-management-needs-title {
    margin-top: 30%;
  }
  .sublanding-calltoaction-container {
    padding-top: 20px;
    padding-bottom: 200px;
  }
  .volleyball-text-gray-section {
    clip-path: polygon(0 10%, 0 100%, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 10%, 0 100%, 100% 100%, 100% 0);
    height: 1400px !important;
  }
  .landing-clients-section2-text {
    margin-top: 10% !important;
  }
  .clients-section2 {
    height: 250px;
  }
  .search-absolute-container {
    top: 342px !important;
  }
  .landing-stats {
    margin-top: 80px !important;
  }
  .landing-main-img {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-grid {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 700px;
    margin: 0 auto;
  }
  #landing-header h3 {
    top: -40px;
  }
  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-features article {
    width: 33.3%;
  }
  .quarter-article {
    width: 25% !important;
  }
  .web-integration-examples-paragraph {
    flex-direction: column;
  }
  #landing-header {
    height: 816px;
  }
  article.grey-container {
    padding: 0.5rem;
  }
  .landing-needs-section {
    max-width: 390px;
    font-size: 0.8rem;
  }
  .landing-overflow-center-text {
    white-space: nowrap;
    margin-left: -20%;
    margin-right: -20%;
    text-align: center;
  }
  .league-management-text-gray-section {
    height: 1060px !important;
    justify-content: center;
  }
  .league-management-text-white-section {
    height: 700px !important;
    justify-content: center;
  }
  #league-management-section3 {
    height: 1200px !important;
  }
  .white-label-element {
    margin-bottom: 50px;
    margin-left: 0;
  }
  #white-label-section3 {
    height: 850px !important;
  }
  .white-label-examples-img {
    height: 320px;
    margin-left: 0 !important;
  }
  .white-label-text-gray-section {
    height: 1280px !important;
    justify-content: center;
  }
  .white-label_section5-text {
    width: 728px;
  }
  .white-label-text-white-section {
    height: 700px !important;
    justify-content: center;
  }
  .league-management-text-white-section {
    height: 440px !important;
    justify-content: center;
  }
  .players-text-white-section, .esports-text-white-section {
    height: 440px !important;
  }
  .white-label-element-right {
    margin-left: 0;
  }
  .esports-text-white-section {
    justify-content: center;
  }
  .footer-inline a {
    margin-right: 5px !important;
  }
  .volleyball-text-gray-section {
    height: 950px;
  }
  .volleyball-text-gray-section-element-center {
    margin-left: 20px;
    margin-right: 20px;
  }
  .volleyball-text-gray-section {
    height: 1000px !important;
  }
  .landing-clients-section2-text {
    margin-top: 12% !important;
  }
  .clients-section2 {
    height: 250px;
  }
  .search-absolute-container {
    top: 440px !important;
  }
  .landing-stats {
    margin-top: 108px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .quarter-article {
    width: 25% !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .feature-landing-block {
    width: auto !important;
    margin: 0 auto;
  }
  .feature-landing-block-img img {
    display: none !important;
  }
  .league-management-software-paragraph {
    flex-direction: column;
    padding: 0;
    margin: auto;
  }
  .landing-hero-position img {
    display: block !important;
  }
  .feature-landing-block-text {
    width: 100% !important;
  }
  .feature-subhero-block div.feature-landing-block-text {
    padding-top: 0 !important;
  }
  .landing-hero-position {
    right: 0 !important;
    float: none !important;
  }
  .landing-hero-container-position {
    position: relative !important;
    top: -65px !important;
    width: 100% !important;
  }
  .landing-player-container-position {
    display: none;
  }
  .landing-hero-container-position img {
    width: 70% !important;
  }
  .esports-text-gray-section1, .esports-text-gray-section2,
  .esports-text-white-section {
    height: 1020px !important;
  }
  .players-text-gray-section2 .feature-landing-block-img img, .players-text-white-section .feature-landing-block-img img {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .landing-hero-container-position {
    top: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  #landing-section .wrap {
    margin: 0 auto;
    width: 1440px;
  }
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #landing-header h1 {
    font-size: 2rem;
  }
  #landing-header h3 {
    font-size: 1.3rem;
  }
  .landing-grid {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 700px;
    margin: 0 auto;
  }
  .landing-features article {
    width: 33.3%;
  }
  #landing-header {
    height: 700px;
  }
  .landing-overflow-center-text {
    white-space: nowrap;
    margin-left: -20%;
    margin-right: -20%;
    text-align: center;
  }
  .kit-img-container {
    flex-direction: row !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .search-absolute-container {
    top: 386px !important;
  }
}
.block-centered-with-max {
  max-width: 600px;
  text-align: center;
  margin: auto;
}

.block-centered-with-max-500 {
  max-width: 500px;
  text-align: center;
  margin: auto;
}

.grey-landing-section-container {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f2f4f9;
}

/* Landing Search */
#landing-search-container {
  margin: 0 auto;
  position: relative;
}

.search-absolute-container .wrapper {
  width: 100%;
}

.card-tag.tag-event {
  background-color: orange;
}

.search-item .tag-search {
  position: relative;
  margin-left: 20px;
  font-weight: normal;
  color: #FFFFFF;
  width: 84px;
  height: 22px;
  font-size: 14px;
  flex-basis: 20%;
}

.landing-search-item {
  display: flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
}

.search-item {
  min-width: 100%;
  align-items: center;
}

.search-item .regularText-grey {
  font-size: 14px;
  font-weight: normal;
  text-overflow: ellipsis;
  width: 100%;
}

.search-item .results {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  min-width: 100px;
  width: auto;
}

.search-logo-team {
  border: 2px solid #ff3800;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #fff !important;
  margin-right: 12px;
  float: none !important;
}

.landing-search-item .search-logo-team img {
  height: 35px;
  width: 35px;
  padding: 5px;
}

#landing-search {
  height: 48px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0 solid;
  padding: 8px 0 8px 8px;
  width: 85%;
  margin: 0;
}

.search-input {
  background-color: white;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
}

.search-input .search-logo {
  vertical-align: middle;
}

.ui-helper-hidden-accessible {
  display: none;
}

#landing-search-container ul > li {
  font-weight: normal;
}

span.deleteicon {
  position: relative;
  align-items: center;
  display: none;
  cursor: pointer;
}

span.deleteicon span {
  color: #ff3800;
  width: 17px;
  height: 17px;
}

.deleteicon.active {
  display: inline-flex;
  vertical-align: middle;
}

.highlight-landing-search {
  background-color: #EFEFEF;
  font-weight: bold;
}

.landing-search-container .search-item div {
  overflow: unset;
}

@media only screen and (max-width: 700px) {
  .search-item .results {
    display: none;
  }
  .card-tag.tag-search.tag-event {
    position: absolute;
  }
}
.landing-search-container .ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  margin-top: 76px;
  border: 1px solid #ADADAD !important;
  border-top: none !important;
  background-color: #fff !important;
}

.landing-main-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-flow: row wrap;
  width: 100%;
  gap: 4%;
  flex-wrap: nowrap;
}

.feature-landing-block {
  width: 48%;
}

.kit-img-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.kit-img-container img {
  padding: 8px 0;
}

.feature-landing-block-img img {
  width: 100%;
  height: auto;
  max-width: 600px;
  max-height: 600px;
}

@media only screen and (max-width: 719px) {
  .landing-main-block {
    gap: 0;
  }
  .landing-needs {
    display: none !important;
  }
}
.feature-landing-block-text, .feature-landing-block-img {
  max-width: 500px;
  align-self: center;
  justify-content: center;
}

.feature-landing-block-img {
  display: flex;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.feature-landing-block-text h2 {
  color: #333;
  border: none;
  font-size: 1.5rem;
}

.feature-landing-block-text img {
  max-width: 90px;
}

.feature-landing-block-text p {
  color: #333;
}

.feature-subhero-block div.feature-landing-block-text {
  padding-top: 40px;
  align-self: flex-start;
}

.menu-landing::before {
  float: none !important;
  width: 5px;
  right: -40%;
}

.league-management-paragraph-image {
  height: 90px;
  align-self: center;
}

.kitdigital-title-block {
  width: 60% !important;
  margin-top: 48px;
}

.search-absolute-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 386px;
}

.logo-feder-header {
  width: 44px !important;
  height: auto;
}

.mobile-img img {
  width: auto !important;
}

.landing-hero-position {
  position: relative;
  top: unset !important;
  float: right;
  width: 100%;
  max-width: none;
}

/*landing ornaments*/
.ornament1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -4;
}

.ornament1 img {
  width: 75%;
}

.ornament2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -4;
}

.ornament2 img {
  float: right;
  width: 75%;
}

.ornament3 {
  position: absolute;
  left: 0;
  top: -49px;
  z-index: -4;
}

.ornament3 img {
  float: left;
  width: 75%;
}

.ornament4 {
  position: absolute;
  right: 0;
  top: -24px;
  z-index: -4;
}

.ornament4 img {
  float: right;
  width: 75%;
}

@media only screen and (max-width: 1279px) {
  .ornament1 {
    display: none;
  }
  .ornament2 {
    display: none;
  }
  .ornament3 {
    display: none;
  }
  .ornament4 {
    display: none;
  }
}
/*landing ornaments*/
.cta-button {
  text-align: center;
  padding: 24px;
}

.format {
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
}

.format div {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.posit {
  position: absolute;
}

.landing-hero-container-position {
  position: absolute;
  width: 50%;
  height: fit-content;
  right: 0;
  overflow: hidden;
  top: 10%;
}

.landing-player-container-position {
  position: absolute;
  width: 50%;
  height: fit-content;
  right: 0;
  overflow: hidden;
  top: 12%;
}

.vertical-main-block {
  flex-direction: column;
  align-items: center;
}

.grid-elements-container {
  flex-direction: row;
  align-items: center;
  flex-wrap: nowrap !important;
}

.grid-elements {
  flex-direction: column;
  align-items: center;
}

.ul-blank-space {
  padding-left: inherit !important;
}

.main-invicta {
  flex: 1;
  color: #1f2937;
  background-color: #f9fafb;
  line-height: 1.6;
  margin-top: 78px;
  padding: 32px;
}
.main-invicta .container-invicta {
  display: grid;
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
}
.main-invicta .container-invicta .header-invicta,
.main-invicta .container-invicta .description-invicta,
.main-invicta .container-invicta .information-invicta {
  grid-column: span 2;
  grid-row: span 1;
}
.main-invicta .container-invicta .objectives-invicta,
.main-invicta .container-invicta .results-invicta {
  grid-column: span 1;
  grid-row: span 4;
}
.main-invicta .container-invicta .header-invicta {
  background: linear-gradient(to right, #003399, #002266);
  padding: 48px;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-invicta .container-invicta .header-invicta h1 {
  color: white;
  font-size: 3.5rem !important;
  font-weight: 800 !important;
  letter-spacing: 4px;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  position: relative;
}
.main-invicta .container-invicta .header-invicta h1:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: white;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.main-invicta .container-invicta .description-invicta {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}
.main-invicta .container-invicta .description-invicta p {
  font-size: 1.125rem;
  text-align: center;
  color: #4a5568;
  margin: 0;
  font-weight: 500;
  line-height: 1.7;
}
.main-invicta .container-invicta .objectives-invicta,
.main-invicta .container-invicta .results-invicta {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  overflow: auto;
  transition: all 0.3s ease;
}
.main-invicta .container-invicta .objectives-invicta:hover,
.main-invicta .container-invicta .results-invicta:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transform: translateY(-2px);
}
.main-invicta .container-invicta .objectives-invicta h3,
.main-invicta .container-invicta .results-invicta h3 {
  color: #003399;
  font-size: 1.5rem !important;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(0, 51, 153, 0.2);
  position: relative;
}
.main-invicta .container-invicta .objectives-invicta h3:after,
.main-invicta .container-invicta .results-invicta h3:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #003399;
}
.main-invicta .container-invicta .objectives-invicta p,
.main-invicta .container-invicta .results-invicta p {
  color: #4a5568;
  font-size: 1rem;
  line-height: 1.8;
}
.main-invicta .container-invicta .information-invicta {
  background-color: rgba(0, 51, 153, 0.05);
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.main-invicta .container-invicta .information-invicta > div {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  border-top: none;
  transition: none;
}
.main-invicta .container-invicta .information-invicta > div:hover {
  border-top-color: transparent;
  transform: none;
}
.main-invicta .container-invicta .information-invicta > div h4 {
  color: #003399;
  font-size: 1.1rem;
  margin-bottom: 0;
  font-weight: 600;
  text-align: left;
}
.main-invicta .container-invicta .information-invicta > div:not(:has(.logo-container)) {
  display: flex;
  align-items: center;
}
.main-invicta .container-invicta .information-invicta > div:not(:has(.logo-container)) p {
  font-size: 1.1rem;
  font-weight: 400;
  color: #1f2937;
  margin: 0;
}
.main-invicta .container-invicta .information-invicta > div:has(.logo-container) {
  flex-direction: column;
  align-items: flex-start;
}
.main-invicta .container-invicta .information-invicta > div:has(.logo-container) .logo-container {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  place-items: center;
  gap: 16px;
}
.main-invicta .container-invicta .information-invicta > div:has(.logo-container) .logo-container .cofinancing-logo {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

@media only screen and (max-width: 992px) {
  .main-invicta .container-invicta {
    grid-template-columns: 1fr;
  }
  .main-invicta .container-invicta .header-invicta,
  .main-invicta .container-invicta .description-invicta,
  .main-invicta .container-invicta .objectives-invicta,
  .main-invicta .container-invicta .results-invicta,
  .main-invicta .container-invicta .information-invicta {
    grid-column: span 1;
  }
  .main-invicta .container-invicta .objectives-invicta,
  .main-invicta .container-invicta .results-invicta {
    grid-row: span 1;
  }
  .main-invicta .container-invicta .information-invicta {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .main-invicta .container-invicta .information-invicta > div {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 576px) {
  .main-invicta {
    padding: 16px;
  }
  .main-invicta .container-invicta {
    gap: 16px;
  }
  .main-invicta .container-invicta .header-invicta h1 {
    font-size: 2.5rem !important;
  }
  .main-invicta .container-invicta .information-invicta {
    padding: 16px;
  }
  .main-invicta .container-invicta .information-invicta > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px/2;
  }
  .main-invicta .container-invicta .information-invicta > div h4 {
    margin-bottom: 16px/2;
  }
  .main-invicta .container-invicta .information-invicta > div div {
    align-items: flex-start;
    width: 100%;
  }
  .main-invicta .container-invicta .information-invicta > div:has(.logo-container) .logo-container {
    grid-auto-flow: unset;
    grid-template-columns: 1fr;
  }
}
#ftslider.slick-initialized {
  display: block;
}

.slider .slide {
  width: 100%;
  height: 100%;
}

.slider {
  width: auto;
  margin: 30px 50px 50px;
}

.slick-prev:before, .slick-next:before {
  color: rgba(48, 48, 48, 0.8) !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

.slick-slide {
  height: auto !important;
}

.slick-track {
  display: flex !important;
}

.ft-popup {
  display: none;
  font-size: 0.9rem;
  color: rgba(48, 48, 48, 0.8);
  font-family: "Open Sans", sans-serif;
  padding: 24px;
}
.ft-popup h1 {
  margin-top: 48px;
}
.ft-popup h3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ft-popup a .btn-primary {
  color: #EEE;
}
.ft-popup a .btn-secondary {
  color: #ff3800 !important;
}
.ft-popup a .btn-secondary:hover {
  color: #fafafa !important;
}
.ft-popup .ft-popup-input {
  z-index: 100000 !important;
}

.popup-container {
  max-height: 400px;
  overflow: scroll;
}

.cd-tabs {
  position: relative;
  width: 100%;
}
.cd-tabs nav {
  position: relative;
  float: none;
  background: transparent;
  box-shadow: none;
  margin: -1px -1px 0 -1px;
}
.cd-tabs .is-ended::after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tabs::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  background: -webkit-linear-gradient(right, #f8f7ee, rgba(248, 247, 238, 0));
  background: linear-gradient(to left, #f8f7ee, rgba(248, 247, 238, 0));
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-tabs-navigation {
  width: auto;
}
.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 30px;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #c3c2b9;
  padding: 16px 4px 8px 4px;
}
.cd-tabs-navigation a.selected {
  box-shadow: inset 0 -2px 0 #ff3800;
  color: #ff3800;
}
.cd-tabs-navigation a::before {
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
}
.cd-tabs-navigation li {
  float: left;
}
.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tabs-navigation a[data-content=inbox]::before {
  background-position: 0 0;
}

.cd-tabs-navigation a[data-content=new]::before {
  background-position: -20px 0;
}

.cd-tabs-navigation a[data-content=gallery]::before {
  background-position: -40px 0;
}

.cd-tabs-navigation a[data-content=store]::before {
  background-position: -60px 0;
}

.cd-tabs-navigation a[data-content=settings]::before {
  background-position: -80px 0;
}

.cd-tabs-navigation a[data-content=trash]::before {
  background-position: -100px 0;
}

.cd-tabs-navigation a[data-content=inbox].selected::before {
  background-position: 0 -20px;
}

.cd-tabs-navigation a[data-content=new].selected::before {
  background-position: -20px -20px;
}

.cd-tabs-navigation a[data-content=gallery].selected::before {
  background-position: -40px -20px;
}

.cd-tabs-navigation a[data-content=store].selected::before {
  background-position: -60px -20px;
}

.cd-tabs-navigation a[data-content=settings].selected::before {
  background-position: -80px -20px;
}

.cd-tabs-navigation a[data-content=trash].selected::before {
  background-position: -100px -20px;
}

.cd-tabs-content > li {
  display: none;
  padding: 1.4rem;
  overflow: hidden;
  overflow-x: auto;
}

.cd-tabs-content > li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

.cd-tabs-content > li p {
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.cd-tabs-navigation {
  width: auto;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}
.cd-tabs-navigation a {
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  padding: 0 1rem 0 1rem;
}
.cd-tabs-navigation a .selected {
  box-shadow: inset 0 -2px 0 #ff3800;
}
.cd-tabs-navigation a::before {
  top: 50%;
  margin-top: -10px;
  margin-left: 0;
  left: 38px;
}

.cd-tabs-content {
  min-height: 300px;
  background: #fff;
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub,
sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, main {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

tbody {
  vertical-align: top;
}

ul {
  list-style-position: inside;
}

html {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fafafa;
  color: rgba(48, 48, 48, 0.8);
  font: 0.9rem "Open Sans", sans-serif;
  width: 100%;
  min-height: 100dvh;
}

main {
  flex: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
}
main > *:not(.header-spacer) {
  flex: 1 0 auto;
}

*[data-href] {
  cursor: pointer;
}
*[data-href]:hover {
  background-color: rgba(255, 56, 0, 0.4) !important;
}

/* GENERAL */
@font-face {
  font-family: Commando;
  src: url("../font/commando.ttf");
  font-display: swap;
}
@font-face {
  font-family: Roboto;
  src: url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
  font-display: swap;
}
.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
  box-sizing: border-box;
}

.parallax {
  height: 600px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, .display-block {
  display: block;
}

article {
  background-color: #fff;
  border: #ccc 1px solid;
  clear: both;
  height: 78px;
  padding: 10px;
  margin-bottom: 20px;
}
article h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  color: #ff3800;
  font-size: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
}
article h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
}
article hr {
  background-color: #ff3800;
  color: #ff3800;
  font-size: 0.6em;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #ff3800;
  outline: 0;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  opacity: 0.6;
}

h1 {
  color: #14191D;
  font-size: 1.5em;
  padding: 0 0 20px;
}

h2.no_margin {
  border-bottom: 1px solid;
  color: #14191D;
  font-size: 1.6em;
  margin: 0 0 -16px;
}
h2.no_border {
  border-bottom: none;
  color: #ff3800;
  font-size: 1.6em;
}
h2.secondlevel {
  color: #14191D;
  border-bottom: #14191D 1px solid;
}

h3 {
  color: #14191D;
}
h3 a {
  color: #14191D !important;
}
h3 a:hover {
  text-decoration: none;
}

h4 {
  color: #14191D;
}

.item-card-header h3 {
  cursor: pointer;
}

h5 {
  color: #14191D;
  margin-top: 8px;
  margin-bottom: 4px;
}

th h5 {
  margin-top: 30px;
  margin-bottom: 8px;
}

h6 {
  margin: 20px auto;
  text-align: center;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr.odd {
  background-color: #fff !important;
}
tr.odd td {
  border-bottom: 1px solid #ccc;
}
tr.odd:last-child {
  border-bottom: none;
}
tr.even {
  background-color: rgba(255, 56, 0, 0.1) !important;
}
tr.even td {
  border-bottom: 1px solid #ccc;
}
tr.even:last-child {
  border-bottom: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=text], input[type=password] {
  box-sizing: border-box;
}

textarea {
  font-family: inherit;
  font-size: inherit;
}

/* -- custom classes -- */
.flex-container-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.height-full {
  height: 100% !important;
}

.full-width-flex {
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.clickable:hover {
  opacity: 0.8;
  cursor: pointer;
}

.selectors-group-pages {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.default-display-flex, .default-flex-row, .default-flex-column {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.default-flex-row {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.default-flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.default-flex-justify-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.default-flex-column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.default-flex-align-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.default-flex-align-start {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.default-flex-align-end {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.default-flex-justify-space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.default-flex-justify-space-around {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.default-flex-justify-end {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.default-flex-justify-start {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-small {
  width: 32px;
  height: 32px;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-horizontal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-botton {
  padding-bottom: 12px;
}

.disabledbutton {
  pointer-events: none;
  opacity: 0.6;
}

.disabled-element, .btn.disabled, .btn:disabled, .btn-secondary.disabled, .btn-secondary:disabled {
  pointer-events: none;
  opacity: 0.6;
  cursor: default;
}

.disabled-cursor {
  cursor: default !important;
}

input[disabled] {
  color: #ccc;
  border: #ccc solid 1px;
}

input:disabled + label {
  color: #ccc;
}

.dragable-active {
  background-color: rgba(243, 159, 63, 0.2);
}

a:not([href]) {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.6rem 1rem;
  font-size: 0.8rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 0 !important;
  text-wrap: nowrap;
}
.btn:focus {
  text-decoration: none;
  outline: 0;
  opacity: 0.8;
}
.btn:hover {
  text-decoration: none;
  outline: 0;
  opacity: 0.8;
}
.btn:active {
  background-image: none;
}
.btn.active {
  background-image: none;
}

.btn-small {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem;
}

.btn-large {
  text-transform: uppercase;
  font-size: 18px !important;
  font-weight: bold;
  padding: 8px !important;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #EEE;
  background-color: #ff3800;
  border-color: #ff3800;
  text-align: center;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  opacity: 0.6;
}
.btn-primary .disabled, .btn-primary:disabled {
  background-color: #ff3800;
  border-color: #ff3800;
}
.btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #ff3800;
  background-image: none;
  border-color: #ff3800;
}

.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #ff3800;
  background-image: none;
  border-color: #ff3800;
}
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #333;
  background-image: none;
  border-color: #adadad;
}

.btn-secondary {
  color: #ff3800;
  background-color: #fafafa;
  border-color: #ff3800;
}
.btn-secondary:hover {
  opacity: 0.6;
  background-color: #ff3800;
  color: #fafafa !important;
}
.btn-secondary:active, .btn-secondary.active {
  color: #fff;
  background-color: #333;
  background-image: none;
  border-color: #adadad;
}

/* -- custom classes -- */
span.playerName {
  color: #14191D;
  font-weight: 400;
}
span.penaltyHeader {
  display: block;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 300;
}
span.penaltyHeader-list {
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
}

/****************CONTENT****************/
/* HEADER */
header {
  background-color: #333;
  padding: 10px 0 10px;
}
header.body {
  background-color: #333;
  left: 0;
  height: 42px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
header h1 {
  color: #EEE;
  float: left;
  font: 2em "Commando", Arial, Sans-Serif;
  margin-top: 0.5em;
  padding: 0 20px;
}
header img.logo {
  float: left;
  margin: 0 0 0 60px;
}

.left-block {
  width: 100%;
  margin-bottom: 20px;
}

.right-block {
  width: 100%;
}

.select-plan {
  width: 50%;
}
.select-plan div {
  height: 90%;
}

.default-flex-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}

.flexboxCenter {
  flex-grow: 1;
  flex-shrink: 1;
  margin-right: 10px;
  margin-left: 10px;
  color: #14191D;
  margin-top: 20px;
  font-size: 1.8em;
  text-align: center;
}
.flexboxCenter-news {
  flex-grow: 6;
  flex-shrink: 6;
  margin-right: 10px;
  color: #14191D;
  font-size: 1.2em;
}

.rankings-container {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.rankings-container div.ranking-item {
  width: 48%;
  min-height: 300px;
  margin-bottom: 24px;
}
.rankings-container div.ranking-full-item {
  width: 100%;
  min-height: 300px;
}

.landingmenubutton {
  color: #ff3800;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
}
.landingmenubutton:hover {
  opacity: 0.8;
}

.landing-mainmenu {
  display: none;
  position: absolute;
  right: 20px;
  background-color: #333;
  font-size: 0.9rem;
  margin: 55px 0 0 -90px;
  padding: 5px 15px 10px;
  z-index: 19;
}

/*
 * Use .no-visible to set the display: none;
 */
.image-upload > input, #passwordErrorDiv, #tabs, #table-stats table tr.penaltyHidden, div.setavailability input[type=checkbox],
.fileupload input, .collapsed .item-card-text, #item-former-teams label input, #ftslider, .switch input, #reduced-footer,
.slider-round-none, #print-content, #print-minutes-container, #print-content-container, .match-fullview, #match-fullview,
#competition-fullview, #company-label, #signup-with-email-container, #form_signup_submit, div.ftcheckbox input[type=checkbox],
.team-call-checkbox, .no-visible {
  display: none;
}

section.mainmenu {
  background-color: #333;
  display: none;
  float: left;
  font-size: 0.9em;
  margin: 75px 0 0 -90px;
  padding: 5px 15px 15px;
}
section.mainmenu nav ul {
  padding: 0;
}
section.mainmenu nav ul li {
  clear: left;
  margin: 0;
}

#content {
  clear: both;
  color: rgba(48, 48, 48, 0.8);
  margin: 0 auto;
}

.main-content {
  padding-top: 62px !important;
}

.ft-container {
  flex: 1;
  margin-top: 0px;
  position: relative;
}

.pre-header {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fafafa;
  padding: 8px;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 20;
}

.scroll-list {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 270px !important;
  background: #fff;
}

.profile-photo form {
  width: 50px;
}
.profile-photo form input {
  visibility: hidden;
  width: 50px;
}
.profile-photo img {
  background-color: #fff;
  border: 1px solid #ccc;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
  height: 72px;
  margin: 0 10px 0 0;
  padding: 3px;
  width: 72px;
}
.profile-photo span {
  top: 35px;
  left: -115px;
  width: 72px;
  color: #FFF;
  font-size: 2.4em;
}
.profile-photo-form {
  float: left;
}
.profile-photo-form form {
  width: 130px;
}
.profile-photo-form input {
  visibility: hidden;
  width: 130px;
}

#profile-info {
  margin-bottom: 20px;
  width: 95%;
}

#edit-profile-info {
  width: 100%;
}

img.upload:hover {
  box-shadow: 1px 1px 3px #030;
  -moz-box-shadow: 1px 1px 3px #030;
  -webkit-box-shadow: 1px 1px 3px #030;
  cursor: pointer;
}

#profile-personal-info, #profile-player-info, #profile-setting-info, .profile-data {
  margin: 0 0 0 90px;
  width: auto;
}

#profile-personal-info h1, .profile-data h1 {
  font-size: 1.2em;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#profile-personal-info p, #profile-player-info p, #stats p, .profile-data p {
  font-size: 0.8em;
  margin: 3px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#profile-personal-info .error, .profile-data .error {
  white-space: normal;
}

#profile-personal-info .form-long {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#profile-personal-info .input-long {
  width: 45%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#my-matches a, #my-leagues a {
  text-decoration: none;
}

a.menu-button {
  background-color: #ff3800;
  color: #EEE;
  cursor: pointer;
  font-size: 0.9em;
  white-space: nowrap;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  border-radius: 0.25rem;
}

h1 a.menu-button {
  font-size: 0.5em;
}

.sublanding-container {
  color: rgba(48, 48, 48, 0.8);
  margin-bottom: 40px;
}
.sublanding-container h2 {
  font-size: 1.6rem;
  text-align: center;
  padding: 16px;
  color: rgba(48, 48, 48, 0.8);
  margin-top: 60px;
  border: none;
}
.sublanding-container h2 .first-block {
  margin-top: 1px !important;
}
.sublanding-container div.block-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.sublanding-container div div.block-image {
  width: 60%;
  margin: 16px;
}
.sublanding-container div div.block-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  margin: 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.sublanding-title {
  width: 45%;
}
.sublanding-title h1 {
  color: #FFF;
  font-size: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.sublanding-title h3 {
  border: none;
  font-size: 1.1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.9);
}
.sublanding-title div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

div.block-image img {
  width: 95%;
  margin: 0 auto;
}

.admin-league-summary {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.admin-league-summary-buttons {
  display: grid;
  display: -ms-grid;
  display: -moz-grid;
  grid-template-columns: 25%;
  grid-template-rows: auto;
  gap: 8px;
  margin: 12px 0;
}
.admin-league-summary-buttons:not(:has(.banner-services)) {
  grid-auto-flow: column;
  grid-template-columns: 1fr;
  place-content: center;
}
.admin-league-summary-buttons-event {
  margin: 8px 0;
  text-align: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.admin-league-summary .menu-btn-social {
  align-content: center;
  height: auto;
}
.admin-league-summary .banner-services {
  position: relative;
  grid-column: span 4/span 4;
  display: grid;
  display: -ms-grid;
  display: -moz-grid;
  grid-auto-flow: column;
  grid-template-columns: 20% 1fr;
  gap: 0 15px;
  color: white;
  background-color: #447CF2;
  border-radius: 8px;
  padding: 10px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.admin-league-summary .banner-services:hover {
  cursor: pointer;
  opacity: 0.6;
}
.admin-league-summary .banner-services .link-services {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.admin-league-summary .banner-services .title-services,
.admin-league-summary .banner-services .text-services {
  z-index: 2;
}
.admin-league-summary .banner-services .title-services {
  color: white;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.admin-league-summary .banner-services .text-services {
  display: grid;
}
.admin-league-summary .banner-services .text-services span {
  font-size: 14px;
  line-height: 20px;
}

.flexboxRight-match-header,
.flexboxLeft-match-header {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: center;
  width: 40%;
}

.standingTeamName {
  min-width: 250px !important;
}

.flexboxRight-news {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  align-self: flex-end;
}

.flexboxLeft {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
  align-self: flex-end;
}

.claimTeamContainer {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.team-item {
  border: 1px #ccc solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  clear: none;
  float: left;
  height: 150px;
  padding: 0;
  position: relative;
  width: 330px;
}
.team-item header {
  background-color: #fafafa;
  border-bottom: 1px #ccc solid;
  border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  height: 1.1em;
  padding: 5px 0 0 5px;
}
.team-item header p {
  font-size: 0.8em;
}
.team-item p {
  font-size: 0.8em;
}
.team-item h3 {
  margin-top: 5px;
}
.team-item a {
  float: right;
  margin: 6px;
}
.team-item:hover {
  border-color: #ff3800 !important;
}

.halfScreen {
  flex: 1;
  padding: 1rem;
}

.main-actions-container {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  bottom: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.main-actions-container h2 {
  border-bottom: none;
}

.banner-actions-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 12px;
}

.banner-social {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin: 8px 0;
}
.banner-social a {
  margin-left: 10px;
}
.banner-social-competition {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 16px;
}

.promotional-box {
  text-align: center;
}

.case-right-block, .case-left-block {
  width: 50%;
}

.flexboxRightTop {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  margin-top: 8px;
  padding: 8px;
  width: 120px;
}

.flexboxRight-buttons {
  flex-grow: 1;
  flex-shrink: 1;
  text-align: right;
  align-self: flex-end;
  margin-bottom: 6px;
}
.flexboxRight-buttons a {
  margin-left: 8px;
}

a.menu-button:hover {
  background-color: #ff3800;
}

.match-item header {
  background-color: #fafafa;
  border-bottom: 1px solid #ccc;
  padding: 3px 0 3px;
}
.match-item footer {
  background-color: #fafafa;
  border-top: 1px #ccc solid;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  bottom: 0;
  height: 1.4em;
  padding: 0;
  position: absolute;
  width: 100%;
}
.match-item footer p {
  padding-right: 5px;
  padding-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.match-item footer p.stats {
  background-color: #EEE;
  border-left: 1px solid #CCC;
  height: 18px;
  padding: 0;
  position: absolute;
  right: 0;
  width: auto;
}
.match-item footer p.stats img {
  width: 16px;
}

div.my-result {
  padding: 8px;
  text-align: center;
}
div.my-result h3 {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}
div.my-result p {
  font-size: 2.2em;
}
div.my-result-home {
  width: 50%;
  float: left;
}
div.my-result-away {
  width: 50%;
  float: right;
}
div.my-result-vs {
  position: absolute;
  background-color: #ccc;
  width: 1px;
  height: 150px;
  left: 50%;
  top: 25px;
}

p.midfield {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #fff;
  border: 1px #ccc solid;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
  left: -15px;
  top: 60px;
  font-size: 1.2em !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.header-item {
  margin: 0 0 0 5px;
  color: #14191D;
  font-size: 0.9rem;
}

.action-list {
  background-color: #ff3800;
  cursor: pointer;
  float: right;
  font-size: 0.8em;
  padding: 0 5px 0 10px;
  position: absolute;
  right: 0;
}

.action-item {
  display: none;
  font-size: 0.9rem;
}
.action-item a {
  color: #2A2A2A;
  display: block;
}
.action-item a:hover {
  color: #FFF;
  text-decoration: none;
}

.member-item {
  padding: 0 8px;
  text-overflow: ellipsis;
  cursor: pointer;
  word-wrap: break-word;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.member-item img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 80px !important;
  width: 80px !important;
  display: block;
  margin: 0 auto;
}
.member-item:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.payment-summary-item {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  background-color: #ff3800;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.payment-summary-item img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 80px;
  width: 80px;
  padding: 16px;
  margin: 24px auto 40px;
  background-color: #FFF;
}

.safe-pay {
  width: 100%;
}
.safe-pay img {
  width: 90%;
  max-width: 350px;
}

.ui-sortable-placeholder {
  min-height: 50px;
}

.sortable_whiteSpace {
  position: relative;
  background-color: transparent !important;
  min-height: 58px;
  width: 100%;
}

.tab-list-container img {
  height: 42px;
  padding: 2px;
  width: 42px;
}
.tab-list-container a:hover img {
  border-color: #ff3800;
}

.tab-content {
  overflow: auto;
}

.member-name {
  font-size: 0.6em;
  text-align: center;
  width: 100px;
  margin: 0 auto;
  text-overflow: ellipsis;
  word-wrap: break-word;
}

.member-id-online {
  font-size: 0.6em;
  text-align: center;
  width: 100px;
  margin: auto;
  text-overflow: ellipsis;
  word-wrap: break-word;
  color: #ff3800;
}

.stats-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 2%;
}

.stats-item {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  gap: 2%;
}
.stats-item img {
  height: 32px;
  width: 32px;
  margin: auto 0;
}

.stats-number {
  font-size: 1.5em;
  margin: auto 10px;
  width: fit-content;
}

.stats-description {
  float: left;
  font-size: 1rem;
  margin: auto 0;
}

.module-header {
  position: relative;
  border-bottom: 1px solid;
  padding: 0;
  text-align: left;
}

.module-menu {
  display: none;
  float: right;
  margin: -48px 0;
  position: relative;
}
.module-menu ul {
  background-color: #ff3800;
  margin-top: 40px;
  position: absolute;
  right: 0;
  padding: 5px 0;
  z-index: 1;
}
.module-menu a {
  color: #EEE;
  display: block;
  padding: 5px 10px;
  font-size: 0.9rem;
  text-decoration: none;
}
.module-menu a:hover {
  background-color: #ff3800;
}
.module-menu i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center;
  flex-direction: row-reverse;
  background-color: #ff3800;
  color: #EEE;
  cursor: pointer;
  font-size: 1rem;
  padding: 8px;
  text-decoration: none;
  width: 12px;
  height: 12px;
}
.module-menu i:hover {
  background-color: #ff3800;
}
.module-menu-list:before {
  content: "";
  position: relative;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #ff3800 transparent;
  display: block;
  float: right;
  top: -15px;
}

.module-secondary {
  margin: -28px 0;
}
.module-secondary-mobile {
  display: none !important;
}

.ranking-table, .fixture, .table-result, .table-competitions {
  margin-bottom: 10px;
  width: 100%;
}

.ranking-table tr td:first-child {
  width: 1%;
  white-space: nowrap;
}

.table-payments {
  margin-bottom: 10px;
}
.table-payments th {
  color: #777;
  font-size: 0.9em;
  text-align: left;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
.table-payments th.main:nth-child(1) {
  width: 20%;
}
.table-payments th.main:nth-child(2) {
  width: 70%;
}
.table-payments th.main:nth-child(3) {
  width: 10%;
}
.table-payments td {
  white-space: nowrap;
}
.table-payments td:nth-child(1) {
  padding-left: 5px;
  padding-right: 5px;
  height: 60px;
}

.event-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.event-item-header {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.ranking-table tr, .fixture tr {
  border: none;
  padding: 10px 0;
}
.ranking-table td, .fixture td {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: middle;
}

.ranking-table td a:hover img {
  border-color: #ff3800;
}
.ranking-table td.position {
  margin-left: 10px;
  width: 25px;
}
.ranking-table td.photo-player {
  text-align: center;
  width: 50px;
}
.ranking-table .regularText-dark, .ranking-table .regularSubText-grey {
  white-space: nowrap;
}

.table-result td {
  padding: 4px;
}

td.photo-rankings {
  width: 44px;
}
td.photo-rankings img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 40px;
  padding: 2px;
  width: 40px;
}

table tr {
  border: none;
}

#public-view-team-names {
  max-width: 200px;
  overflow: hidden;
}

.word-break {
  word-break: break-word;
}

#map_canvas {
  margin: 0 0 0 0;
}

#admin-league-summary h2 {
  border: none;
  text-align: center;
}
#admin-league-summary h3 {
  font-size: 1.5em;
  margin-top: 20px;
  text-align: center;
}
#admin-league-summary h4 {
  font-size: 0.8rem;
  margin-top: 10px;
  text-align: center;
}
#admin-league-summary p {
  font-size: 0.8em;
  text-align: center;
}

.ui-progressbar {
  height: 0.5em;
  margin-top: 5px;
  margin-bottom: 5px;
}
.ui-progressbar-value {
  background: #ff3800;
}

.admin-menu {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-flow: row wrap;
  width: 540px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.admin-menu a {
  background-color: #ff3800;
  color: #EEE;
  cursor: pointer;
  margin: 10px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  width: 140px;
}
.admin-menu a.not-active {
  background-color: #cabdae !important;
  color: #EEE !important;
}
.admin-menu a:hover {
  background-color: #ff3800;
}
.admin-menu-links a {
  color: rgba(48, 48, 48, 0.8);
  margin: 0 0.5rem;
}
.admin-menu-links a.active {
  color: #ff3800;
  border-bottom: 3px solid;
  border-radius: 2px;
  padding-left: 4px;
  padding-right: 4px;
}

#admin-league-container {
  float: left;
  width: 100%;
}

.overview-info {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #CCC;
  padding: 20px;
  margin-bottom: 20px;
  list-style: none;
  flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#admin-competition-table {
  background-color: #CCC;
  margin-top: 20px;
  min-height: 300px;
}

#admin-league-location, #admin-league-dates {
  float: left;
  margin: 0 5px 15px;
}

#admin-league-data {
  clear: left;
  width: 90%;
  margin: 0 5px 15px;
}

#admin-competition-statistics {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0 0 5px;
  margin-bottom: 20px;
}
#admin-competition-statistics p {
  float: left;
  font-size: 1.2em;
  text-align: center;
  width: 60px;
}
#admin-competition-statistics img {
  display: block;
  margin-left: 13px;
}
#admin-competition-statistics i {
  display: block;
  margin: 10px 0 7px;
}

a.button-small {
  background-color: #ff3800;
  border: 1px solid #ff3800 !important;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  color: #EEE;
  font-size: 0.8em;
  padding: 5px 10px;
  width: auto;
  font-family: "Open Sans", sans-serif;
}
a.button-small:hover {
  cursor: pointer;
  opacity: 0.6;
}

a.button-xsmall {
  background-color: #ff3800;
  border: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #EEE;
  font-size: 0.8em;
  padding: 5px 10px;
  width: auto;
  font-family: "Open Sans", sans-serif;
}

.item-card-container {
  padding: 16px;
}
.item-card-container select {
  margin-bottom: 10px;
}
.item-card-container span {
  font-size: 0.9rem;
}

select#idCompetition, select#idTeam, select#typeFilter {
  font-size: 0.8em;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 295px;
}

input {
  height: 38px;
}

#passwordError {
  color: red;
}

.confirm-popup {
  display: none;
  font-size: 0.9rem;
  color: rgba(48, 48, 48, 0.8);
  font-family: "Open Sans", sans-serif;
}

.scoreboard-inline {
  background-color: #ccc;
  width: 60px;
  text-align: center;
}

.mobile-popup {
  display: none;
  position: sticky;
  left: 0;
  right: 0;
  padding: 8px 16px 8px 16px;
  z-index: 99;
  background: black;
  top: var(--popup-offset, 0px);
  margin-inline: -40px;
}
.mobile-popup span {
  color: #FFF;
  font-size: 0.8rem;
}
.mobile-popup span.title {
  font-size: 1rem;
  color: white !important;
  font-weight: bold;
}
.mobile-popup img {
  width: 64px;
  padding-top: 10px;
  padding-left: 15px;
}

.message-content {
  margin-left: 8px;
}

.last-item {
  margin-left: auto;
}

.popup-scape {
  margin-top: -4px;
}

#punishment-settings-popup input[type=number] {
  width: 50px;
  margin-left: 8px;
  margin-right: 8px;
  vertical-align: middle;
}

span.required {
  display: block;
  font-size: 0.8em;
  margin-bottom: 20px;
}

.clear {
  clear: both;
}

.crop-title {
  padding: 10px;
  color: #ff3800;
}

.bootstrap-modal-cropper, .bootstrap-modal-cropper-news, .bootstrap-modal-banner, .bootstrap-modal-license {
  height: 420px;
  background-color: #E6E6E6;
  padding: 15px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

#bootstrap-modal-loader {
  display: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
#bootstrap-modal-loader img {
  z-index: 20;
}

.crop-button-box {
  padding: 15px;
  text-align: right;
}

.cancel-button {
  margin-right: 10px;
  font-family: "Open Sans", sans-serif;
}

.accept-button {
  background-color: #ff3800;
  border: 0;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #EEE;
  padding: 5px 10px;
  width: auto;
  font-family: "Open Sans", sans-serif;
}

.numresults {
  color: #ff3800;
  position: relative;
  top: -12px;
}

.save-cancel {
  margin-top: 20px;
  text-align: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 4%;
}
.save-cancel-new a, .save-cancel-new input {
  margin-left: 1rem;
  margin-bottom: 0 !important;
  vertical-align: middle;
}
.save-cancel a {
  font-size: 1em;
}
.save-cancel button + button {
  margin-left: 24px;
}

.actions-buttons {
  gap: 2%;
  justify-content: flex-end !important;
  margin-bottom: 8px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.actions-buttons .btn {
  height: 100%;
}

.ft-dialog span {
  color: rgba(48, 48, 48, 0.8);
  font-size: 0.9em;
}
.ft-dialog .save-cancel {
  border-top: 1px solid #CCC;
  margin: 20px 0 0;
  padding-top: 15px;
}
.ft-dialog .save-cancel a {
  margin: 0 0 0 20px;
}

.datatable-standard table {
  font-size: 0.8em;
  margin-bottom: 20px;
  table-layout: fixed;
  width: 100%;
}

.team-line td, .match-line td, .friend-line td,
.request-line td {
  padding: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

td.team-line-name, td.match-line-teams {
  width: 40%;
}

td.friend-line-name {
  width: 20%;
  text-overflow: ellipsis;
}

td.friend-line-nickname {
  min-width: 200px;
  width: 15%;
  text-overflow: ellipsis;
}

td.team-line-members, td.match-line-result {
  text-align: center;
}

td.team-line-location, td.match-line-date, td.friend-line-location {
  width: 20%;
  text-overflow: ellipsis;
}

td.team-line-action, td.friend-line-action,
td.request-line-action {
  text-align: right;
  min-width: 300px;
  width: 20%;
  text-overflow: ellipsis;
}

.statistics {
  clear: both;
}
.statistics p {
  float: left;
  font-size: 1.2em;
  text-align: center;
  width: 63px;
}
.statistics img {
  display: block;
  margin-left: 13px;
  width: 38px;
  height: 38px;
}
.statistics i {
  display: block;
  margin: 10px 0 7px;
}

.match-group {
  display: inline-block;
}
.match-group select {
  margin: 5px 0 15px;
  width: auto;
  min-width: 80px;
}

#form-profile label.checkbox {
  display: inline;
  vertical-align: top;
}

#team-info-form {
  text-align: center;
}
#team-info-form label.checkbox {
  display: inline;
  vertical-align: bottom;
}
#team-info-form input[type=submit] {
  margin-left: 5px;
  width: auto;
}
#team-info-form input[type=checkbox] {
  margin: 0 5px 5px 5px;
  zoom: 1.5;
  cursor: pointer;
  width: auto;
}
#team-info-form input {
  display: inline-block;
  font-size: 0.9rem;
  margin: 5px;
  width: 60%;
}
#team-info-form input label {
  font-size: 0.8rem;
}

input[type=checkbox].mvp-checkbox {
  margin: 5px;
  zoom: 1.5;
  cursor: pointer;
  width: auto;
}

#form-profile input[type=checkbox] {
  margin: 5px 20px 15px 5px;
}

input#homePlayersReq, input#awayPlayersReq {
  margin-left: 16px;
  width: 60px;
}

input#time, input#duration {
  width: 70px;
}

input#numberHomePlayers, input#numberAwayPlayers {
  font-size: 14px;
  width: 50px;
  margin-top: 5px;
}

#table-stats {
  margin: 20px 0;
}
#table-stats > table {
  width: 100%;
}
#table-stats input[type=checkbox] {
  margin: 5px 5px 10px 5px;
  width: 20px;
}
#table-stats tr {
  border: none;
}
#table-stats table {
  width: 100%;
}
#table-stats table td.match_home {
  font-size: 1.2em;
  padding-top: 12px;
  padding-bottom: 30px;
  color: #14191D;
  text-align: left;
}
#table-stats table td.match_away {
  font-size: 1.2em;
  padding-top: 12px;
  padding-bottom: 30px;
  color: #14191D;
  text-align: right;
}
#table-stats table td.match_place {
  font-size: 1.1rem;
  color: #14191D;
  text-align: center;
  padding-bottom: 8px;
}
#table-stats table td.table-stats-header {
  font-size: 1.2em;
  color: #14191D;
  text-align: center;
}
#table-stats table td.table-stats-team-penalty-away {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}
#table-stats table td.table-stats-team-penalty-home {
  width: 50%;
  text-align: right;
  vertical-align: middle;
}
#table-stats table td.table-stats-hyphen {
  vertical-align: middle;
  padding-bottom: 10px;
}
#table-stats table tbody tr {
  border-bottom: 1px solid #CCC;
  padding: 5px 0;
}
#table-stats table td table {
  width: 95%;
}
#table-stats table td table th img {
  height: 24px;
  width: 24px;
  margin-bottom: -5px;
}
#table-stats table td table th.thname {
  width: 100%;
}
#table-stats table td table th.thinput {
  width: 45px;
}
#table-stats table td table th.arrow {
  width: 25px;
}
#table-stats table td table th:nth-child(1) {
  width: 20px;
}
#table-stats table td table th:nth-child(n+4) {
  width: 35px;
}
#table-stats table td table td.left {
  text-align: left;
}
#table-stats table td table td.left div {
  padding-top: 8px;
}
#table-stats table td table td:nth-child(n+4) {
  text-align: center;
}

td.left {
  text-align: left !important;
}

.table-summary table td table td.left div {
  overflow: unset;
}

table.inventary th {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #14191D;
}

table.inventary th:nth-child(n+1) {
  padding-right: 16px;
}

table.inventary td {
  padding-top: 8px;
  padding-right: 16px;
}

table th.thcheck {
  width: 15px;
}

.match-header-main-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.1rem;
  padding: 16px;
  text-align: center;
}

#table-stats table td.table-stats-team-header-home, #table-stats div.table-stats-team-header-home {
  width: 50%;
  text-align: left;
  vertical-align: middle;
}

.table-stats-team {
  width: 100%;
}
.table-stats-team td {
  padding-top: 5px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  text-align: center;
}
.table-stats-team img {
  height: 20px;
  width: 20px;
  margin-bottom: -5px;
}
.table-stats-team input[type=number] {
  font-size: 0.8rem;
  padding-right: 0;
  padding-left: 2px;
  text-align: center;
  width: 40px;
}

#table-stats table td.table-stats-team-header-away, #table-stats div.table-stats-team-header-away {
  width: 50%;
  text-align: right;
  vertical-align: middle;
}

input#playersNewtable-home, input#playersNewtable-away {
  font-size: 0.8rem;
  text-align: left;
  width: 95%;
  margin-left: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.table-stats-availability {
  margin-top: 12px;
  margin-bottom: 30px;
}
.table-stats-availability th {
  padding: 5px;
  color: #14191D;
}
.table-stats-availability td {
  padding-top: 5px;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  text-align: center;
}
.table-stats-availability td:nth-child(3) {
  text-align: center;
}

.table-full-width {
  width: 100%;
}

.thavailability {
  width: 50px;
}

.table-stats-mvp {
  min-width: 300px;
  width: 100%;
}
.table-stats-mvp td {
  padding: 5px;
  vertical-align: middle;
  white-space: nowrap;
}
.table-stats-mvp td .percentage {
  text-align: right;
  color: #ff3800;
  font-size: 1.2em;
  font-weight: bold;
}
.table-stats-mvp td:last-child {
  width: 100%;
}

#pictureOverlay {
  position: relative;
  display: inline;
}
#pictureOverlay .fileupload {
  height: 100%;
}
#pictureOverlay:hover span.picture-tip {
  opacity: 1;
}

.new-image-container {
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-bottom: 4px;
}

#pictureBanner {
  background-color: #fff;
  border: #ccc 2px solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  width: 120px;
  height: auto;
}
#pictureBenefits {
  background-color: #fff;
  border: #ccc 2px solid;
  display: inline;
  float: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin-right: 20px;
  padding: 5px;
  width: 150px;
  height: 150px;
}
#pictureDiv {
  margin: 0;
}
#pictureMedium {
  background-color: #fff;
  border: #ccc 2px solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 90px;
  width: 90px;
}
#pictureSmall {
  background-color: #fff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 60px;
}
#pictureXSmall {
  background-color: #fff;
  border: transparent 2px solid;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 30px;
  width: 30px;
}
#picture:hover {
  box-shadow: 1px 1px 3px #030;
  -moz-box-shadow: 1px 1px 3px #030;
  -webkit-box-shadow: 1px 1px 3px #030;
  cursor: pointer;
}

.sponsorBanner {
  width: 120px;
  height: 90px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.crest-picture {
  float: left;
  background-color: #fff;
  height: 100px;
  margin-right: 20px;
  padding: 5px;
  width: 100px;
}

.noAdmin > img#picture:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  cursor: auto;
}

.pictureMedium {
  height: 80px;
  width: 80px;
}

.pictureMatch {
  height: 80px;
  width: 80px;
  margin-right: 10px;
  margin-left: 10px;
}

div.generateTeams {
  display: block;
  margin-top: 40px;
  text-align: left;
}

div.setavailability {
  margin: auto;
  background: white;
  padding: 30px 30px 10px;
  width: 250px;
  float: right;
  text-align: left;
}

div.availability {
  margin: auto;
  display: block;
  min-height: 300px;
}

div.setavailability label {
  font-size: 0.9rem;
  display: block;
  background: url(../img/ft_checkbox_unchecked_3.png) left top 0 no-repeat;
  padding: 0 0 0 25px;
  margin-bottom: 8px;
  cursor: pointer;
  background-size: 16px 16px;
}

#form-profile label {
  clear: none;
}

.inlineDiv label {
  display: inline-block;
  margin-right: 8px;
}

span.vs {
  color: #14191D;
  font-size: 1.4em;
}

input[type=file] {
  border: none;
  height: 0;
  padding: 0;
  margin: 0;
  visibility: hidden;
}

form#form-searchteams, form#form-searchmatches, form#form-searchorganisers, form#form-searchplayers {
  margin-bottom: 20px;
}

form#form-searchteams p, form#form-searchmatches p, form#form-searchorganisers p, form#form-searchplayers p {
  display: inline;
}

select#idCompetition, select#idTeam {
  margin: 0 4px;
  width: 47%;
}

input#nameFilter, input#surnameFilter, input#cityFilter, input#countryFilter, select#typeFilter {
  margin: 3px;
  width: 90%;
}

input[type=file].excel {
  font-size: 1.1rem;
  height: 36px;
  visibility: visible;
}

.fixture-small {
  display: none;
}

#form_contact label {
  font-size: 0.7em;
}

#privacy p, #faq p, #contact-info p {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#setting-content {
  float: left;
  font-size: 1rem;
  margin: 0 0 30px 0;
  width: 100%;
}
#setting-content-edit {
  display: none;
}
#setting-content-edit p {
  margin-bottom: 5px;
}
#setting-content-edit label {
  color: #ff3800;
}
#setting-content p {
  margin-bottom: 5px;
}

span[class^=ss-icon-] {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url("../img/sprite-32.png");
  background-repeat: no-repeat;
  margin-right: 6px;
  vertical-align: middle;
}

#notificationLink {
  color: #999;
}
#notificationLink.active {
  color: #ff3800 !important;
}
#notificationLink.pendingNotif {
  color: #ff3800;
}
#notificationLink.pendingNotif:hover {
  color: #EEE;
}
#notificationLink:hover {
  color: #ff3800;
}

.main-block-half {
  width: 48%;
}

.legend-metadata {
  margin-left: 8px;
}

.item-card-filter {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.8rem !important;
  background: #fff;
  margin-bottom: 0.8rem;
  padding: 0.8rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-sizing: border-box;
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.item-card-filter span {
  display: inline-block;
}

.popup-description-box {
  font-size: 0.9rem !important;
  margin-top: 16px;
  margin-bottom: 16px;
}

.item-card-error {
  border: 2px solid rgba(250, 2, 2, 0.4);
}

.form_error {
  border: 2px solid rgba(250, 2, 2, 0.4) !important;
  margin-bottom: 0 !important;
}

.pitch-container {
  margin: 0 auto 10px;
  padding: 16px;
  width: 80%;
  color: #14191D;
}
.pitch-container table {
  margin: 0 auto;
}
.pitch-container td {
  vertical-align: top;
}
.pitch-container input {
  width: 400px;
}

.required-new {
  display: block;
  font-size: 0.8em;
  margin: 0 0 20px 0;
  width: auto;
}

.steps-title {
  margin: 0 auto;
  width: 80%;
  text-align: center;
}

button.circle {
  background-color: #ff3800;
  border-radius: 50%;
  border: 1px solid #ff3800;
  color: #EEE;
  font-size: 1.4em;
  padding: 5px 10px;
  margin: 10px;
  width: auto;
  cursor: pointer;
}

div.mapContainer {
  margin: 0 auto;
  width: 80%;
  min-height: 200px;
}

div.trainingMapContainer {
  margin: 0 auto;
  min-height: 200px;
}

div.pitchesToAdd {
  margin: 0 auto;
  width: 80%;
}

.round-button {
  width: 30px;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
}
.round-button-circle {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  border: 1px solid #ff3800;
  overflow: hidden;
  background: #ff3800;
}
.round-button-circle:hover {
  opacity: 0.8;
}
.round-button-big {
  width: 50px;
}
.round-button-big:hover {
  opacity: 1;
}
.round-button-small-right {
  width: 25px;
  display: inline-block;
  margin-left: 20px;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 25px;
  float: right;
}
.round-button a, .round-button-small a, .round-button-small-right a {
  display: block;
  float: left;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: #EEE;
  text-decoration: none;
}

hr.general_no_margin {
  color: #14191D;
  background-color: #14191D;
  margin-top: 4px;
  margin-bottom: 20px;
}

.input-button-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  gap: 8px;
}
.input-button-container div {
  flex-grow: 1;
  flex-shrink: 0;
}
.input-button-container a {
  margin-bottom: 8px;
}

#competitions-tournament {
  min-height: 60px;
}
#competitions-tournament p {
  color: rgba(48, 48, 48, 0.8);
  font-size: 0.9rem;
}
#competitions-tournament table {
  margin-bottom: 20px;
  table-layout: fixed;
  width: 100%;
}
#competitions-tournament td {
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  margin: auto;
  color: #ff3800;
}
#competitions-tournament td.last {
  width: 20%;
  text-align: right;
  margin: 0;
  padding-left: 10px;
}

td.pictureLeague {
  width: 62px;
}

#contact-info div td.last {
  width: 100%;
  float: right;
  text-align: right;
}

.notification-icon {
  height: fit-content;
  width: 52px;
  vertical-align: top;
}
.notification-icon img {
  height: 35px;
  width: 35px;
}

.notification-item-title {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

td.pictureSmall {
  height: 60px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 60px;
}

.notification-title {
  color: #14191D;
  font-weight: 500;
}

#notification-button-container {
  margin: 8px 0;
  text-align: right;
}
#notification-button-container a {
  margin-left: 8px;
}

.notification-message {
  color: #14191D;
  font-size: 0.9rem;
}

.notification-date {
  color: #a6a6a6;
  font-size: 0.8rem;
}

.settings-wrapper {
  min-width: 200px !important;
  height: 35px;
}

.medium-width {
  width: 50% !important;
}

.full-width {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

.overviewContainer {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.overviewGeneralContainer {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.break-text p {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  white-space: normal !important;
}

.tableContainer {
  padding: 10px;
}

a.pay {
  display: block;
  text-align: center;
  width: 50px;
  margin: 8px auto;
  background-color: #ff3800;
  color: #EEE;
  cursor: pointer;
  font-size: 0.7em;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.in-match {
  width: 50%;
}

#form-payment {
  width: 80%;
}

input#amount, select#currency {
  display: inline-block;
  min-width: 80px !important;
}

.summary-tool-export {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.summary-tool-export div {
  flex: 0 0 33.333333%;
}

#loginButtons {
  margin: 0 auto;
  max-width: 440px;
  font-family: "Open Sans", sans-serif;
}
#loginButtons input {
  width: 100%;
}
#loginButtons p {
  margin-bottom: 20px;
  text-align: center;
}
#loginButtons p.error {
  text-align: left;
  margin-bottom: 8px;
  margin-top: 0 !important;
}

#login-enrollment {
  max-width: 300px;
}

#login-enrollment input {
  width: 100%;
}

.fullWidthButtons {
  margin: auto;
  width: 100% !important;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}
.fullWidthButtons a {
  display: block;
}

.centeredContainer {
  margin: auto;
  width: 100%;
}

.google_button_ft {
  display: inline-block;
  background: #4285F4;
  margin-top: 15px;
  width: 100%;
  border: thin solid #4285F4;
  font-family: "Roboto", sans-serif;
}
.google_button_ft div img {
  display: inline-block;
  vertical-align: middle;
  background: white;
  border-radius: 100%;
  margin-left: 6px;
  width: 18px;
  height: 18px;
  padding: 4px;
}
.google_button_ft div span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 8px 10px 24px;
  color: white;
}
.google_button_ft:hover {
  cursor: pointer;
  opacity: 0.8;
}

.fb_button_ft {
  display: inline-block;
  background: #4267B2;
  margin-top: 15px;
  width: 100%;
  border: thin solid #4267B2;
}
.fb_button_ft div img {
  display: inline-block;
  vertical-align: middle;
  background: #4267B2;
  width: 22px;
  height: 22px;
  padding: 8px;
}
.fb_button_ft div span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 8px 10px 16px;
  color: white;
}
.fb_button_ft:hover {
  cursor: pointer;
  opacity: 0.8;
}

#notification_count {
  padding: 3px 7px 3px 7px;
  background: #cc0000;
  color: #FFF;
  font-weight: bold;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  position: absolute;
  margin-top: -12px;
  margin-left: 15px;
  font-size: 11px;
}

.match-header-away-mobile {
  display: none;
  width: 98%;
}
.match-header-away-mobile-teamInfo {
  width: 100%;
}
.match-header-away-mobile-teamInfo div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.match-header-home-mobile {
  display: none;
  width: 98%;
}

.match-header-facts-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
}
.match-header-facts-details-header {
  color: #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}
.match-header-facts-details-data {
  color: #FFF;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 100%;
}

.match-header-facts-element {
  width: 100%;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.match-logo-name {
  font-size: 1.5em;
  color: #14191D;
  display: block;
}
.match-logo-name-edit {
  font-size: 1.8em;
  color: #fafafa;
  display: block;
  margin-top: 15px;
}

.table-stats-players-called {
  table-layout: fixed;
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
.table-stats-players-home {
  table-layout: fixed;
  float: left;
  width: 50%;
}
.table-stats-players-home h5.title {
  font-size: 1.2em;
  padding-bottom: 4px;
  display: none;
}
.table-stats-players-away {
  table-layout: fixed;
  float: right;
  width: 50%;
}
.table-stats-players-away h5.title {
  font-size: 1.2em;
  padding-bottom: 4px;
  display: none;
}

td.called {
  padding-left: 20px;
  text-align: left;
}

#edit-homeTeam, #edit-awayTeam, #edit-homeTeam-mobile, #edit-awayTeam-mobile {
  font-size: 0.8rem;
  width: 100%;
}

input#scoreLocal, input#scoreVisitant, input#edit-finehome, input#edit-fineaway {
  font-size: 0.8rem;
  width: 60px;
  text-align: center;
}

.container1 {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container-distribute {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.container-team-info {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 50%;
}

.flexboxCrest {
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-flex-grow: 1;
  -moz-flex-shrink: 1;
  -o-flex-grow: 1;
  -o-flex-shrink: 1;
  -ms-flex-grow: 1;
  -ms-flex-shrink: 1;
}

.flexboxScoreboard {
  margin-left: 10px;
  margin-right: 10px;
  align-self: flex-end;
}

.flexbox1 {
  -webkit-order: 1;
  -webkit-flex-grow: 6;
  -webkit-flex-shrink: 6;
  -moz-order: 1;
  -moz-flex-grow: 6;
  -moz-flex-shrink: 6;
  -o-order: 1;
  -o-flex-grow: 6;
  -o-flex-shrink: 6;
  -ms-order: 1;
  -ms-flex-grow: 6;
  -ms-flex-shrink: 6;
}

.flexbox2 {
  -webkit-order: 2;
  -webkit-flex-grow: 1;
  -webkit-flex-shrink: 1;
  -moz-order: 2;
  -moz-flex-grow: 1;
  -moz-flex-shrink: 1;
  -o-order: 2;
  -o-flex-grow: 1;
  -o-flex-shrink: 1;
  -ms-order: 2;
  -ms-flex-grow: 1;
  -ms-flex-shrink: 1;
}
.flexbox2 div {
  margin-right: 0 !important;
}

.match-day-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.match-day-container div {
  overflow: hidden;
}

.documents-container {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

#match_days_select {
  width: 100%;
  padding: 8px;
  margin-right: 8px;
}
#match_days_select_safarimobile {
  width: 100%;
  padding: 8px;
  margin-right: 8px;
}

.match_day {
  display: inline-block;
  width: 80px;
  font-size: 1.2em;
}

.match_time {
  display: inline-block;
  margin-bottom: 10px;
  width: 60px;
}

.not-active {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}

#match-comments-info {
  margin-bottom: 20px;
}
#match-comments-info img {
  max-width: 100%;
  height: auto;
}

.forgotPass {
  float: right;
  max-width: 300px;
}

.hover-me {
  position: relative;
  display: inline-block;
  width: 48%;
  padding: 0.29%;
}
.hover-me:hover .hover-content {
  visibility: visible;
}
.hover-me-player {
  width: auto;
}
.hover-me-video {
  width: 100% !important;
}

.hover-content {
  visibility: hidden;
  position: absolute;
  top: -6px;
  right: -2px;
  font-size: 24px;
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
}
.hover-content:hover {
  font-size: 30px;
  width: 26px;
  height: 26px;
  line-height: 26px;
}

.exchangePlayerHome {
  content: url(../img/ft_arrow_right.png);
}

.exchangePlayerAway {
  margin-right: 8px;
  content: url(../img/ft_arrow_left.png);
}

.removePlayer {
  color: #800000;
}
.removePlayer:hover {
  color: #ff0000;
}

.addPlayer, .addItem {
  color: #003300;
}
.addPlayer:hover, .addItem:hover {
  color: #006600;
}

.center-match-title {
  text-align: center;
  padding: 20px;
}

.stats-imgs img {
  height: 30px;
  width: 30px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}

.stats-data input {
  font-size: 1rem;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}

div.small-photo img, div.small-photo a img {
  border: 2px solid #ff3800;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 36px;
  padding: 2px;
  margin-right: 4px;
  width: 36px;
}

td.small-photo, th.small-photo {
  width: 60px;
}

.container-match-header {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.container-match-header-mobile {
  display: none;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-size: cover;
  padding: 20px;
}

.container-match-no-tabs {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 10px;
  padding: 20px 40px 20px 40px;
  background-color: #FFF;
  background-size: cover;
}

.sublanding-block {
  background-color: #000;
  background-image: url("../img/sublanding/hero3.jpg");
  height: 600px;
}

.team-title {
  font-size: 1.3rem;
  color: #FFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  word-wrap: break-word;
}
.team-title a {
  color: #FFF;
}

.match-scoreboard {
  font-size: 36px;
  font-weight: 300;
  color: #FFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.match-status {
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 200;
  color: #FFF;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.match-status-pending {
  background: #FF7F65 !important;
}
.match-status-played {
  background: #90F7AC !important;
}

.match-place-title {
  margin: 10px;
  text-align: center;
  font-size: 20px;
  color: #FFF;
  line-height: 1.5;
}
.match-place-container {
  font-size: 0.9rem;
  color: #14191D;
}

td.match-player-photo {
  width: 50px;
}

div.match-player-photo img, div.match-player-photo a img {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 40px;
  margin-right: 4px;
  width: 40px;
}

div.match-player-stats > img {
  display: block;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 80px;
  margin-right: 8px;
  width: 80px;
}

div.match-player-stats > div {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  font-size: 1rem;
}

i.addPlayer {
  cursor: pointer;
}

.match-player-scorers {
  font-size: 0.8rem;
  color: #dbdbdb;
  display: block;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.match-player-scorers img {
  height: 16px;
  width: 16px;
  margin-bottom: -5px;
}

.match-player-name {
  opacity: 0.87;
  font-size: 14px;
  color: #14191D;
  text-align: left !important;
  padding-left: 8px;
}
.match-player-name-right {
  opacity: 0.87;
  font-size: 14px;
  color: #14191D;
  text-align: right !important;
  padding-right: 8px;
}

.match-lineup-team {
  font-size: 14px;
  color: #14191D;
  background-color: #eeeeee;
  padding: 8px;
  text-align: center;
  margin-bottom: 12px;
}

.right {
  text-align: right;
  padding-right: 5px;
}

.account-container {
  padding: 16px;
  gap: 2%;
}

.acount-item-title-container {
  width: 20%;
}

.acount-item-content-container {
  width: 100%;
}

#group_div.match-group select, #matchday_div.match-group select {
  width: 80px;
}

div.statistics-legend {
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
}

div.table-statistics-legend {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

div.statistics-legend-item {
  vertical-align: top;
  margin: 8px auto auto;
}
div.statistics-legend-item img {
  width: 24px;
  height: 24px;
}

.description {
  min-height: 150px;
}

#table-payments td, #table-payments th {
  background-color: white !important;
}

div.statistics-legend-item span {
  vertical-align: top;
  padding: 8px;
  white-space: nowrap;
  font-size: 0.8em;
}

.dragabble-move {
  display: inline;
  cursor: move;
  margin: auto;
}
.dragabble-move > img {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

span.popup-info {
  color: #FFF;
  font-size: 0.9rem;
}

div.popup-info {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 16px;
  background: #ff3800;
  max-width: 300px;
  border: #ff3800 solid 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
div.popup-info:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 32px;
  border-style: solid;
  border-width: 15px 15px 0;
  border-color: #ff3800 transparent;
  display: block;
  width: 0;
  z-index: 1;
}

div.popup-players {
  position: absolute;
  cursor: pointer;
  display: none;
  padding: 8px;
  background: #ff3800;
  max-width: 300px;
  border: #ff3800 solid 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 35px;
  margin-left: -20px;
  z-index: 4;
}
div.popup-players:before {
  bottom: 100%;
  left: 50px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #ff3800;
  border-width: 15px;
  margin-left: -15px;
}

tr.sub-players td {
  color: #FFF;
  font-size: 0.9rem;
  padding: 4px;
}

.wymeditor-title1 {
  margin-top: 16px;
  margin-bottom: 8px;
  color: #14191D;
  clear: both;
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
}

.wymeditor-title2 {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #14191D;
  clear: both;
  font-size: 1em;
  text-align: left;
}

.apps-table {
  width: 100%;
}
.apps-table td {
  vertical-align: top;
  padding: 4px;
}

.app-picture, .app-picture img {
  height: 80px;
  width: 80px;
}

.app-title {
  display: block;
  color: #ff3800;
  font-size: 1.2em;
  padding-top: 4px;
  padding-bottom: 16px;
}

.app-description {
  display: block;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
  font-size: 0.9rem;
}

.app-label {
  font-size: 1em;
  padding: 8px 40px 8px 0;
}

.app-data {
  font-size: 1em;
  font-weight: 300;
}

.block-edit {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 8px;
  margin: 8px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.block-edit:hover {
  opacity: 0.8;
}

.main-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
}

.pricing-main-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-flow: row wrap;
}

.pricing-faq-item {
  margin: 20px;
}

.hidden-price {
  display: none;
}

.card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-sponsor {
  text-align: center;
  margin: 0 auto;
}
.card-container {
  background: #fff;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-content {
  padding: 8px;
}
.card-tagsport-icon-dot-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.card:not(:has(.card-logo-team)) .card-content {
  margin-top: -35px;
}

.section-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.section-content {
  padding: 16px;
}

.table-item-list table {
  min-width: 100%;
}
.table-item-list td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  vertical-align: top;
  margin: auto;
  color: #ff3800;
}
.table-item-list td p {
  color: rgba(48, 48, 48, 0.8);
  font-size: 0.9rem;
}

td.last {
  width: 20%;
  text-align: right;
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.section-footer {
  border-top: 1px solid #ddd;
  padding: 16px 24px 16px 24px;
  position: relative;
  height: 24px;
}
.section-footer a {
  position: absolute;
  right: 16px;
  bottom: 12px;
}

.block-title {
  font-size: 16px;
}

.details-content {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 14px;
  color: rgba(48, 48, 48, 0.8);
  vertical-align: top;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.details-content-long {
  white-space: normal;
}
.details-content-wrap {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 8px;
  margin-right: 8px;
  font-size: 14px;
  color: grey;
  vertical-align: top;
  overflow: hidden;
}

.kit i {
  display: inline-block;
  margin-right: 10px;
}

.details-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
}

span.picture-tip {
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  pointer-events: none;
  display: table;
  left: 0;
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 94px;
  font-size: 0.7em;
  padding: 8px;
}
span.picture-tip span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

span.banner-tip {
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  pointer-events: none;
  display: table;
  height: 50px;
  left: 16px;
  position: absolute;
  top: 24px;
  opacity: 0;
  width: auto;
  font-size: 0.7em;
  padding-right: 15px;
  padding-left: 15px;
}
span.banner-tip span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

.overviewStats {
  color: rgba(48, 48, 48, 0.8);
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.3;
}

.generate-group-buttons span {
  display: none;
  text-align: center;
}

#help-header h1 {
  color: #fff;
  font-size: 1.2rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.header-menu-title {
  margin-right: 25px;
}
.header-menu-title-alt {
  color: #ff3800 !important;
}
.header-menu-title-alt:after {
  content: " ▾";
  white-space: pre;
}

.generic-header-action-submenu {
  position: absolute;
}
.generic-header-action-submenu-child {
  left: 90% !important;
}

.actions-menu-style {
  background-color: #fafafa;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  display: none;
  padding: 8px;
  border: 1px solid #909090;
}

.actions-menu-mobile-style {
  display: none;
  padding: 8px;
}

.helpdesk-block1 {
  background-color: #fff;
  background-image: url("../img/helpdesk/banner.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/helpdesk/banner.jpg");
  height: 350px;
}

.helpdesk-section h2 {
  border: none;
  color: #14191D;
  font-size: 1.3rem;
  text-align: center;
}

.helpdesk-grid {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0 4rem;
  text-align: center;
  width: 100%;
}
.helpdesk-grid article {
  height: auto;
  padding: 1.5rem;
  border: 0;
  text-align: center;
  margin: 1rem auto 16px auto;
  background: #ff3800;
  cursor: pointer;
  max-width: 25%;
}
.helpdesk-grid-features {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}
.helpdesk-grid-features article {
  width: 45%;
  background: transparent;
  padding: 0;
  text-align: left;
  margin-left: 16px;
  margin-right: 16px;
}
.helpdesk-grid-features article:hover {
  opacity: 1;
}
.helpdesk-grid-features article p.title {
  color: rgba(48, 48, 48, 0.8);
  font-weight: 500;
  font-size: 1rem;
  padding-bottom: 8px;
}
.helpdesk-grid-features p.content {
  font-weight: 400;
  font-size: 0.9rem;
  padding-bottom: 4px;
}

.thumb-pic {
  cursor: pointer;
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
  margin-right: 4px;
}

.medium-pic {
  cursor: pointer;
  object-fit: cover;
  object-position: center;
  padding: 0.5rem;
}

.morepics-button {
  display: block;
  margin-top: 1rem;
  text-align: center;
}

.payment-success {
  text-align: center;
}
.payment-success i {
  color: green;
}

.cart a:hover {
  text-decoration: none;
}

.order-list {
  margin: 2rem auto;
}

.order-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: column wrap;
  max-height: 100px;
  width: 100%;
}

.remove-pic-button {
  background-color: #ff3800;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  height: 1.5rem;
  left: -0.5rem;
  position: relative;
  text-align: center;
  top: 1rem;
  width: 1.5rem;
}

.cart-pic {
  cursor: pointer;
  height: 96px !important;
  margin: 0.3rem;
  object-fit: cover;
  object-position: center;
  width: 128px !important;
}

.order-quantity-item {
  font-size: 1rem;
  margin: auto 0;
  text-align: center;
}

.type-item-cart {
  display: block;
  font-size: 0.8rem;
  text-align: center;
}

.cart-digital-decrease, .cart-digital-increase {
  cursor: pointer;
}

.order-price-item {
  font-size: 1rem;
  margin: auto 0 0;
  text-align: center;
}
.order-price-item-total {
  font-size: 1.5rem;
  margin: auto 2rem auto;
  text-align: right;
}

.cart-disclaimer {
  font-size: 0.8rem;
}

.cart-checkout {
  margin: 2rem;
  text-align: center;
}
.cart-checkout a {
  margin: 0 0 1rem;
}

.orders-table {
  width: 100%;
}
.orders-table th, .orders-table td {
  border: 1px solid #14191D;
  text-align: center;
}

.order-photo-name {
  font-size: 1.2rem;
  margin: auto 2rem;
}
.order-photo-noname {
  font-size: 0.8rem;
  margin: auto 2rem;
}

.order-number-search {
  width: 10rem;
}

.order-total-change {
  width: 5rem;
}

.tie-break {
  margin-bottom: 15px;
  font-size: 0.9rem;
}
.tie-break img {
  vertical-align: middle;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper label {
  float: right;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 1rem;
}
.upload-btn-wrapper input[type=file] {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.btn-upload {
  border: 2px solid gray;
  color: gray;
  background-color: #FFF;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
}

select.btn, select.btn option {
  cursor: pointer;
}

.my-events-header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.my-events-header h2 {
  border-bottom: none !important;
}

.item-card {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin: 0 0 1.5rem;
}

.item-card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.item-card-text:last-child {
  margin-bottom: 0;
}

.item-card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

.item-card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.item-card-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.75rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.item-card-header-actions {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.item-ranking-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.item-card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.item-card-footer {
  margin-top: auto;
  padding: 0.75rem 1.25rem;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.item-card-footer a {
  margin-left: auto;
}

.item-card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.collapsed .item-card-header tr td span:before {
  content: "\f078";
  color: #EEE;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 600;
  margin-right: 1rem;
}

.item-card-header tr td span:before {
  content: "\f077";
  color: rgba(48, 48, 48, 0.8);
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 600;
  margin-right: 1rem;
}

.item-card-header span {
  color: rgba(48, 48, 48, 0.8);
  font-size: 16px;
}

.module-social-end {
  float: right;
  margin: 10px;
  position: relative;
}

/* --------------- Twitter */
.twitter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 8px !important;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 24px;
  background-size: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.twitter:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* --------------- Facebook */
.facebook {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-left: 8px !important;
  background-color: #4267B2 !important;
  color: #fff !important;
  font-size: 26px;
  background-size: 100%;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.facebook:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* --------------- Instagram */
.instagram {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  background: url("../img/instagram.png") no-repeat;
  background-size: 100%;
  opacity: 1;
}

.default-rrss-icons {
  font-size: 20px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table thead th {
  vertical-align: top;
  border-bottom: 2px solid #eceeef;
}
.table th, .table td {
  padding: 8px;
  vertical-align: middle;
  text-align: center;
}
.table th.left, .table td.left {
  text-align: left;
}
.table th.center, .table td.center {
  text-align: center;
}
.table th.right, .table td.right {
  text-align: right;
}
.table .table {
  background-color: #fff;
}
.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered thead th, .table-bordered thead td {
  border-bottom-width: 2px;
}
.table-bordered th, .table-bordered td {
  border: 1px solid #eceeef;
}
.table-condensed th, .table-condensed td {
  font-size: 0.9rem;
}

td.center {
  text-align: center;
}

#competitions-table .normal-font-weight {
  max-width: 300px;
  word-break: break-all;
  white-space: break-spaces;
}

.horizontal-scroll {
  overflow: hidden;
  overflow-x: auto;
  clear: both;
  width: 100%;
}

.table-responsive {
  display: table;
  min-width: 100%;
}
.table-responsive th, .table-responsive td {
  white-space: nowrap;
}
.table-responsive th:first-child, .table-responsive td:first-child {
  padding-left: 10px;
}
.table-responsive th:not(:first-child), .table-responsive td:not(:first-child) {
  min-width: 10px;
}
.table-responsive input {
  margin: 0;
}
.table-responsive.table-bordered {
  border: 0;
}

.table-multiple-match td:first-child {
  padding-left: 10px;
}
.table-multiple-match th:first-child {
  padding-left: 0 !important;
}

.new-event-header-content-title {
  font-size: 1.3rem;
  padding: 0;
}

.new-event-content-form {
  margin: 1rem auto;
  max-width: 80%;
  width: 30rem;
}

.new-match-content-form {
  margin: 24px;
}

.admin-buttons-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-buttons-actions {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}
.admin-buttons-actions label.ftcheckbox-container, .admin-buttons-actions div.menu-wrapper {
  margin-top: 7px;
}

.admin-action-right-container {
  margin-left: auto;
}

#section-details a {
  margin-bottom: 8px;
}

.admin-buttons-filter {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  gap: 8px;
}

.admin-competition-menu, .admin-info-header-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem;
  height: 100%;
  background-color: #fff;
}

.admin-competition-menu a {
  max-height: 20px;
}

.admin-competition-menu-legend {
  padding-right: 16px;
}
.admin-competition-menu-legend span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 0.6rem;
  margin-left: 0.5rem;
}
.admin-competition-menu-legend span.header {
  font-size: 0.8rem !important;
  margin-left: 0.8rem;
}

.legend-qualified:before {
  background-color: #ff3800;
  color: #ff3800;
  content: "-";
  font-size: 1rem;
  margin-right: 0.5rem;
}

.legend-extra:before {
  background-color: #323ca8;
  color: #323ca8;
  content: "-";
  font-size: 1rem;
  margin-right: 0.5rem;
}

.legend-relegation:before {
  background-color: #f44242;
  color: #f44242;
  content: "-";
  font-size: 1rem;
  margin-right: 0.5rem;
}

.legend-normal:before {
  background-color: #fff;
  color: #fff;
  content: "-";
  font-size: 1rem;
  margin-right: 0.5rem;
}

.groupsContainer {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-align: center;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}

.teamName {
  min-width: 150px;
  max-width: 200px;
  line-height: 1.2;
  overflow: hidden;
  white-space: normal;
}

td.iconRow {
  width: 10px !important;
  padding: 4px;
}

th.small-image, td.small-image {
  width: 30px !important;
  height: 30px !important;
}

td.small-image img {
  width: 30px;
  height: 30px;
}

td.medium-image {
  width: 40px !important;
  height: 40px !important;
}
td.medium-image img {
  width: 40px;
  height: 40px;
}

.summary-container {
  padding-top: 16px;
  padding-bottom: 24px;
}
.summary-container img {
  width: 80px;
  height: 80px;
}

.uReply-container {
  text-align: center;
  margin: 0 auto;
}

.editable, .editableTeam {
  cursor: pointer;
}

.editable:hover, .editableTeam:hover {
  background: #E8E8E8 !important;
  opacity: 0.6;
}

td.long {
  min-width: 400px;
}

td.label, span.label {
  color: rgba(48, 48, 48, 0.8);
  padding-right: 20px;
  padding-bottom: 8px;
  font-size: 14px;
  vertical-align: middle;
  white-space: nowrap;
}

td.label-settings {
  vertical-align: top;
}

td.value {
  color: gray;
  vertical-align: middle;
  width: 100%;
}
td.value input {
  max-width: 450px;
}

.color-picker .sp-replacer {
  width: fit-content;
}

#license-type-table td.value {
  color: gray;
  vertical-align: unset;
  width: 78%;
}
#license-type-table td.value select {
  width: 100%;
}

.license-removeFee {
  padding-left: 4px;
}

#license-type-addFee {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

td.value div.mapContainer {
  max-width: 450px;
  margin: 0;
}

td.inline-right {
  padding-left: 5px;
}

td.value input, td.value textarea {
  border: 1px solid #909090;
  color: rgba(48, 48, 48, 0.8);
  font-size: 0.9em !important;
}

td.value textarea {
  font-family: "Open Sans", sans-serif;
}

td.contact input {
  margin-bottom: 0;
  margin-top: 1px;
}

td.index {
  width: 16px !important;
}

#item-former-teams {
  height: 300px;
  overflow: auto;
}

.menu-action {
  border-radius: 4px;
  border-color: #909090;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  height: 26px;
}

#form-table.td {
  border: 1px solid black;
  text-align: left !important;
}

.empty-state {
  padding: 16px;
  text-align: center;
  margin: 0 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.help-container {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.disabled {
  pointer-events: none;
  opacity: 0.6;
}

div.banner-social a.menu-button {
  margin-left: 8px;
}

.headline {
  font-size: 24px;
  color: #14191D;
  font-weight: 400;
}

.title {
  font-size: 20px;
  color: #14191D;
  font-weight: 500;
  border: none;
}

.accountTitle {
  font-size: 16px !important;
  font-weight: 600;
}

.subtitle {
  font-size: 16px;
  color: #14191D;
  font-weight: 400;
}

.title-grey {
  font-size: 20px;
  color: rgba(48, 48, 48, 0.8);
  font-weight: 500;
  border: none;
}

.title2-grey {
  font-size: 18px;
  color: rgba(48, 48, 48, 0.8);
  font-weight: 400;
  border: none;
}

.regularText-dark {
  font-size: 14px;
  color: #14191D;
  font-weight: 400;
  border: none;
}

.section-header {
  font-size: 0.9rem;
  color: rgba(48, 48, 48, 0.8);
  font-weight: 400;
  margin-top: 8px;
}
.section-header-first {
  margin-top: 0;
}

.regularText-grey {
  font-size: 14px;
  color: rgba(48, 48, 48, 0.8);
  font-weight: 400;
  border: none;
  white-space: nowrap;
  text-overflow: Ellipsis;
  display: block;
  overflow: hidden;
}

.regularSubText-grey {
  font-size: 12px;
  color: rgba(48, 48, 48, 0.8);
  font-weight: 400;
  border: none;
}

.subheader {
  font-size: 16px;
  color: rgba(48, 48, 48, 0.6);
  font-weight: 400;
}

.caption {
  font-size: 14px;
  color: rgba(48, 48, 48, 0.6);
  font-weight: 200;
}

.half-arrow, .half-no-arrow {
  text-align: center;
  background-color: #f8f7ef;
  padding-top: 20px;
}
.half-arrow h2, .half-no-arrow h2 {
  color: #ff3800;
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.half-arrow h2 a, .half-no-arrow h2 a {
  text-decoration: none;
}

.half-arrow {
  position: relative;
}

.half-selected {
  background: rgba(255, 56, 0, 0.1);
}

.half-unselected {
  background: #fafafa;
}

.settings-content hr {
  margin: 0;
}

.recovery-alert {
  text-align: center;
  color: red;
  font-size: large;
}

td hr {
  margin: 0;
  border-top: 1px solid rgba(48, 48, 48, 0.6);
  opacity: 0.3;
}

.acount-item-content-edit {
  width: 100px;
  vertical-align: top;
  margin-right: 20px;
}
.acount-item-content-edit span {
  vertical-align: top;
}
.acount-item-content-edit a {
  font-size: 16px;
}

.error {
  color: #c60000;
  margin-bottom: 4px;
}

.success {
  color: green;
  padding-bottom: 10px;
}

.plans-mobile-view {
  width: 100%;
}
.plans-mobile-view > .save-cancel a {
  margin-left: 8px !important;
  font-size: 0.9em !important;
}

.settings-container .label {
  word-break: break-word;
  white-space: break-spaces;
}

.addPictures {
  color: #ff3800;
  font-size: 0.8rem;
  cursor: pointer;
  float: right;
}
.addPicturesPrimary {
  font-size: 0.8rem;
  cursor: pointer;
  float: right;
}

#filePreview {
  list-style: none;
  padding: 0;
  margin: 0;
}
#filePreview li {
  margin: 0;
  padding: 10px 0;
  overflow: auto;
  border-bottom: solid 1px #ccc;
  position: relative;
}

.loader {
  position: absolute;
  bottom: 10px;
  right: 0;
  color: #ff3800;
}

.loadingContainer {
  margin-top: 10px;
  height: 15px;
  border-radius: 0.5rem;
  border: 1px solid #ff3800 !important;
}

.totalLoader {
  width: 0;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #ff3800 !important;
}

.loadingIndicator {
  width: 0;
  height: 4px;
  border-radius: 0.5rem;
  background-color: #ff3800 !important;
  position: absolute;
  bottom: 0;
  left: 0;
}

#pictures-error {
  display: none;
  padding: 16px;
}

.pic-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #000;
  opacity: 0.5;
  display: none;
}

.blink {
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
td.no_padding {
  padding: 0;
}

#payment-status-table td {
  vertical-align: top;
}

.remove-cart-button {
  font-size: 24px;
}

.table-join-team td {
  text-align: center;
}

.free-spots {
  font-size: 16px;
  color: #ff3800;
}

th.sorted {
  cursor: pointer;
}

th.selected {
  color: #ff3800;
}

i.arrow {
  border: solid rgba(48, 48, 48, 0.2);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-right: 4px;
  margin-left: 4px;
  vertical-align: middle;
}

i.arrow-selected {
  border: solid #ff3800;
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.cssmenu {
  position: relative;
  right: 0;
}
.cssmenu li {
  white-space: nowrap;
}
.cssmenu-four {
  position: absolute;
  right: -100px;
}

#menu-matches-referees ul.actions-menu {
  position: static;
  width: 110px;
}

.menu-title {
  color: #fafafa;
  font-weight: 400;
  border: none;
}
.menu-title-dropdown {
  font-size: 0.9rem;
  background: #fafafa;
  color: #909090 !important;
  font-weight: 400;
  padding: 6px 10px;
  border: 1px solid #909090;
  border-radius: 0.25rem;
}
.menu-title-dropdown:after {
  content: "  ▾";
  white-space: pre;
}
.menu-title-dropdown:hover {
  text-decoration: none;
  opacity: 0.8;
}

.ftcheckbox-container .menu-title-dropdown:after {
  content: "    ▾";
}

.menu-arrow {
  color: #fafafa;
  font-weight: 400;
  padding-left: 8px;
  vertical-align: bottom;
}

nav.action-menu ul {
  list-style: none;
}
nav.action-menu ul li a {
  color: #909090;
  overflow: auto;
}

.actions-menu {
  background-color: #fafafa;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  display: none;
  padding: 8px;
  border: 1px solid #909090;
  z-index: 9;
}
.actions-menu h3 {
  padding-left: 15px;
  padding-right: 15px;
}
.actions-menu li {
  clear: both;
  font-size: 0.9em;
  padding: 4px;
  display: block;
  white-space: nowrap;
}
.actions-menu li:hover a {
  color: #ff3800;
  opacity: 0.8;
  text-decoration: none;
}
.actions-menu li:hover a.disabled-element {
  color: #909090;
  opacity: 0.6;
}

.menu-wrapper {
  position: relative;
  width: 60px;
  height: 36px;
}

.landing-button-container {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dropdown-menu {
  margin-left: 20px;
}

nav.sub-menu {
  font-size: 0.8rem;
}

ul.sub-menu {
  max-height: 20dvh;
  overflow-y: scroll;
  margin-top: 15px;
  z-index: 8;
  position: absolute;
}
ul.sub-menu::-webkit-scrollbar {
  background-color: #fff;
  width: 11px;
}
ul.sub-menu::-webkit-scrollbar-track {
  background-color: #fff;
}
ul.sub-menu::-webkit-scrollbar-thumb {
  background-color: #babac0;
  border-radius: 16px;
  border: 4px solid #fff;
}
ul.sub-menu::-webkit-scrollbar-button {
  display: none;
}

span.block {
  display: block;
  line-height: 0.7;
}

span.block-ranking {
  display: block;
  line-height: 1.2;
}

.ft-fab {
  border: none;
  font-size: 1.5em;
  color: #EEE;
  background-color: #ff3800;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, 0.3);
  -moz-box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, 0.3);
  box-shadow: 2px 3px 3px 0 rgba(41, 41, 41, 0.3);
}

.ft-fab:hover {
  opacity: 0.6;
  cursor: pointer;
}

.popular-container {
  margin-top: 10px;
  max-height: 200px;
  clear: both;
}

.popular-container {
  min-height: 250px;
}

.chip-container {
  display: inline-block;
  height: 50px;
  vertical-align: top;
  border-radius: 25px;
}

.chips-image {
  float: left;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 5px;
}

.chips-button {
  float: right;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-top: 10px;
  margin-right: 5px;
}

.chips-content {
  font-size: 12px;
  color: #EEE;
  font-weight: 400;
  margin-top: 4px;
  height: 100%;
  overflow: hidden;
}

.chips-content-centered {
  text-align: center;
}

.chip-container-selected {
  background-color: #ff3800;
}

.chip-container-no-selected {
  background-color: #f44242;
}

.chips-content-selected {
  color: #FFF;
}

.chips-sports-content, .chips-tags-content {
  font-size: 10px;
  color: #EEE;
  font-weight: 400;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.chips-sports-content .chips-button, .chips-tags-content .chips-button {
  margin: 0 !important;
}

.switch-dot-icon {
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
}

.chips-sports-text, .chips-tags-text, .chips-tags-text-view {
  margin-left: 8px;
  text-align: left;
}

.chips-tags-text-view {
  margin-right: 8px;
  font-size: 0.8rem;
}

.chips-sports-text {
  width: 50%;
}

.chips-sports-delete-btn {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.noSelect {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.noSelect:focus {
  outline: none !important;
}

.table-privacy td {
  padding: 4px;
}

input[type=checkbox].ftcheck {
  position: relative;
  left: -999em; /* hide the real checkbox */
  cursor: pointer;
}

input[type=checkbox].ftcheck + span.ftcheck-target:before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f0c8"; /* In fontawesome, is an open square (fa-square-o) */
  margin-right: 8px;
  cursor: pointer;
}

input[type=checkbox].ftcheck:checked + span.ftcheck-target:before {
  font-family: "Font Awesome 6 Pro", sans-serif;
  content: "\f14a"; /* fontawesome checked box (fa-check-square-o) */
  margin-right: 8px;
}

.help-search-icon {
  position: absolute;
  top: 0;
  margin: 14px;
  height: 26px;
  width: 26px;
  color: #ff3800;
}

#help-search-icon-search {
  left: 4px;
}

#help-search-icon-clean {
  right: 8px;
  cursor: pointer;
  display: none;
}

.search-item {
  text-align: left;
  background: transparent !important;
}

.search-item img, search-team-item img {
  display: inline-block;
  height: 42px;
  width: 42px;
  padding: 4px;
  margin-right: 4px;
}

.search-item div {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 450px;
  padding: 4px;
  background: transparent !important;
}

.search-item-content:hover {
  background-color: transparent !important;
}

.black a {
  color: black !important;
}

.stats-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#stats-filter {
  padding: 8px 0;
}

.stats-header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2%;
}

.league-filters {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 8px 0 8px 8px;
  gap: 8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stats-header select, .league-filters select {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-grow: 1;
  flex-basis: 0;
}

div.input-placeholder {
  margin-bottom: 10px;
  font-size: 0.9rem;
  outline: none;
  height: 29px;
  width: 100%;
}

span.textbox-prefix {
  margin: 4px;
  vertical-align: middle;
}

span.textbox-prefix input {
  border: 0;
  width: auto;
  padding: 0 0 3px 0;
  margin: 0;
  font-size: 1rem;
}

.modal-spinner {
  display: none;
  position: absolute;
  left: 50%;
  top: 30%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, 50%);
}

.modal-spinner p {
  margin-top: 12px;
  color: #ff3800;
  text-align: center;
}

.loading-overlay {
  -webkit-filter: opacity(0.3);
  -moz-filter: opacity(0.3);
  -o-filter: opacity(0.3);
  filter: opacity(0.3);
}

.loading-spinner {
  position: relative;
  border: 12px solid #f3f3f3; /* Light grey */
  border-top: 12px solid #ff3800; /* Blue */
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.terms-table {
  margin-left: 16px;
}

.terms-table ul {
  list-style-type: circle;
}

.sub-match-header {
  font-size: 0.9rem;
  width: 100% !important;
}

.sub-match-header tr {
  border: none !important;
}

.match-header-picture {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: ease-out 1750ms;
}

.match-header-picture input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.match-header-picture input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.4);
}

.match-header-picture input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.4);
}

.match-header-picture input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.4);
}

.match-header-picture input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.4);
}

.acro-player {
  padding: 12px;
  font-size: 0.9rem;
  text-transform: uppercase;
  white-space: nowrap;
}

.match-crest {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.match-header-subtitle {
  color: #FFF;
}

.navigation-menu-link {
  font-size: 0.9rem;
}

.table-header {
  display: block;
  font-size: 0.9rem;
  font-weight: bold;
  border-bottom: solid 1px;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 8px;
}

.criteria-legend {
  font-size: 0.8rem;
}

.rules-textarea {
  resize: none;
  height: 100px !important;
  font-size: 0.9rem !important;
}

.widget-footer {
  font-size: 0.9rem !important;
  color: #FFF;
  padding: 12px;
}

.footer-logo {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-logo img {
  height: 32px;
  margin-right: 16px;
}

.footer-logo h2 {
  font: 1.2em "Commando", Arial, Sans-Serif;
  border-bottom: none;
  color: #FFF;
  margin: 0 60px 0 0;
}

td.not-called-player {
  text-align: left;
  padding-left: 8px;
}

td.sponsor-banner {
  height: 90px;
  vertical-align: top;
}

input.twoDigits {
  width: 50px;
}

td.value input, td.value select, td.value textarea, td.value select#num_group {
  width: 50%;
  max-width: 450px;
}

#enrollment_visibility_popup {
  text-align: center;
}

#enrollment_visibility_popup h1 {
  margin-top: 10px;
}

#description {
  min-height: 80px !important;
}

.matches-settings-table td {
  padding: 8px;
}

#competition-fullview {
  margin: 20px;
  min-width: 95%;
}

.widget-text-area {
  max-width: 500px;
  height: 100px !important;
}

#videos {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

#publisher {
  position: absolute;
  width: 360px;
  height: 240px;
  bottom: 10px;
  left: 10px;
  z-index: 100;
  border: 3px solid white;
  border-radius: 3px;
}

#cardholder-company {
  pointer-events: none;
}

.vat-error, .promotion-error {
  display: none;
  color: red;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8rem;
}

.promotion-success {
  display: none;
  color: green;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8rem;
}

.table-payment-summary {
  width: 100%;
}

.table-payment-summary tr th.header, .table-payment-summary tr td.header {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  padding: 4px;
}

.table-payment-summary td {
  font-size: 1.1rem;
  padding: 4px;
}

.righ-content {
  text-align: right !important;
}

.plan-summary-container {
  padding: 16px;
}

.helpdesk-content {
  font-weight: 400;
  color: #14191D;
}

.helpdesk-content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.helpdesk-content ul {
  margin-left: 32px;
}

.helpdesk-search {
  width: 460px;
}

.footer-section {
  padding: 40px;
}

.center-container {
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  width: 100%;
}

.help-desk-search-item {
  display: block;
  text-align: center;
}

.help-desk-search-item span {
  display: block;
  padding: 8px;
}

.explanation-container {
  font-size: 0.9rem;
  padding-bottom: 30px;
}

.full-container {
  width: 100% !important;
}

#promotional-code {
  display: block;
  margin-top: 4px;
}

.stripe-container input {
  height: 30px;
}

.withMarginLeft {
  padding-left: 24px;
}

.container-fluid {
  overflow-x: auto;
  width: 100%;
  overflow-y: hidden;
}

.floatThead-table th {
  background-color: #fafafa;
}

.full-block {
  width: 100%;
}

.withPointer {
  cursor: pointer;
  width: 100%;
}

.inline-right {
  display: inline;
  float: right;
}

.player-stats-table span {
  padding-right: 12px;
}

.player-stats-table input {
  width: 80px;
}

.big-final {
  width: fit-content;
  min-width: 200px;
  margin: 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-img {
  width: 18px;
}

#passwordDiv {
  position: relative;
}

#showPassword, .showPassword {
  position: absolute;
  top: 8px;
  right: 6px;
}

#signup-with-email-container #error {
  color: red;
}

input[type=submit]:hover, a.button:hover {
  opacity: 0.6;
}

.home-event {
  width: 45%;
  text-align: right;
  vertical-align: top;
  padding-bottom: 10px;
}

.home-event div.event-data {
  border-right: 1px solid;
  padding-right: 10px;
}

.away-event {
  width: 45%;
  text-align: left;
  vertical-align: top;
  padding-bottom: 8px;
}

.away-event div.event-data {
  border-left: 1px solid;
  padding-left: 8px;
}

.add-event {
  text-align: right !important;
}

.text-details {
  font-size: 0.8rem;
  word-break: break-word;
}

.text-body {
  font-size: 0.9rem;
  color: black;
}

.icon-event {
  vertical-align: middle;
  text-align: center;
}

.icon-event span {
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  padding-right: 2px;
}

.icon-event img {
  width: 30px;
  height: 30px;
}

.max-100 {
  max-width: 100px !important;
  white-space: normal !important;
}

.banned {
  background-color: rgba(244, 66, 66, 0.2);
}

.semi-transparent {
  color: white;
  opacity: 0.9;
}

.dummyDate {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.matchDate input {
  margin: 0;
}

.matchDate td {
  padding-bottom: 10px;
}

.fullview {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
}

.fullview .item-group {
  width: 100%;
}

.hidden {
  visibility: hidden;
}

.payment-container input {
  font-size: 14pt;
}

.edit-header {
  font-size: 1rem;
  color: white;
  opacity: 0.8;
}

.scoreboard-container input {
  height: 36px;
  font-size: 1rem;
}

.no-float {
  float: none;
  clear: both;
}

.table-header-extra-stats {
  margin-bottom: 8px;
}

.table-header-extra-stats td {
  padding: 0 !important;
  border: none;
  height: auto;
}

.cell-no-border td {
  border: none;
  height: auto;
}

.chip-container-horizontal {
  width: 180px;
  height: 40px;
  vertical-align: middle;
  border-radius: 20px;
}

.chips-responsive-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  text-align: center;
  margin-top: 8px;
}

.chips-container-with-padding {
  padding-bottom: 8px;
}

.chip-container-horizontal-small {
  height: 32px;
  vertical-align: middle;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

td.color-picker .block-padding10 {
  width: fit-content !important;
}

.chip-container-horizontal-small .chips-sports-text {
  text-align: center !important;
}

.chip-tags-container {
  width: auto !important;
}

.chip-container-horizontal div.chips-content {
  padding-left: 20px;
}

.chip-container-horizontal div.chips-content-no-button {
  padding-left: 0;
  margin-bottom: 0;
}

.chip-container-horizontal img.chips-button {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 5px;
}

.original-name {
  font-size: 70%;
  display: none;
}

.field.US input {
  width: 50%;
}

.round-subtitle {
  padding: 0;
  text-align: center;
}

.signature {
  height: 64px;
}

.scroll-container {
  overflow-x: hidden;
  width: 100%;
  overflow-y: auto;
}

.center-text {
  text-align: center;
}

.center-text p {
  width: 100%;
}

.center-text h2 {
  width: 100%;
}

.float-side-menu {
  z-index: 17;
  height: 100%;
  width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fafafa;
}

.float-button {
  position: fixed;
  z-index: 16;
  cursor: pointer;
}

#side-help-button {
  position: fixed;
  right: 100px;
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 2.5em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#side-search {
  max-width: 220px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-color: #ff3800;
  min-height: 36px;
  border-width: 2px;
  padding-left: 34px;
}

.left-corner-element {
  position: fixed;
  right: 0;
}

.close-help-container {
  width: 98%;
  height: 24px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 4px;
}

.close-help {
  right: 0;
  scale: 1.4;
}

.help-side-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.help-side-container span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  margin-top: -4px;
}

.helpdesk-section-content {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.helpdesk-section-content > div {
  width: 90%;
  padding: 16px 0;
}

.links-small-letters {
  font-size: 0.9rem;
}

.side-search-icon-position {
  width: 60px;
}

.inline-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.embedded-help-container {
  height: 30px;
  width: 30px;
}

.embedded-help {
  margin-top: -2px;
}

.embedded-help:before {
  content: "\f059";
  color: #ff3800;
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 600;
  padding: 0.5rem;
  vertical-align: middle;
}

.embedded-help:hover {
  text-decoration: none;
  opacity: 0.8;
}

.member-data {
  height: 100%;
}

.main-text {
  color: rgba(48, 48, 48, 0.8);
  font-weight: 500;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.margin-left {
  margin-left: 35px !important;
}

.margin-bottom {
  margin-bottom: 25px !important;
}

.small-chips-text {
  font-size: 12px;
  text-align: center;
}

.chip-margin-bottom {
  margin-bottom: 30px;
}

tr.tr-space > th {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}

td.valuation input:not(.valuationTimeInput) {
  width: 150px !important;
}

.popup-container {
  max-height: 400px;
  overflow: scroll;
}

.margin-right {
  margin-right: 8px;
}

.normal-white-space {
  white-space: normal !important;
}

.numeric-input {
  width: 70px !important;
}

.right-end-element {
  float: right !important;
}

.navigation-menu-text {
  color: #ff3800;
  opacity: 70%;
}

.mobile-helpdesk-image {
  width: 216px;
  height: 384px;
}

.navigation-menu-text {
  color: #ff3800;
  opacity: 70%;
}

.helpdesk-popular p.title {
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 22px;
  overflow: hidden;
  white-space: normal;
  color: #FFF;
}

.promotion-image {
  height: 200px;
  width: auto;
  margin-top: 5px;
  box-shadow: 1px 1px 3px;
  -moz-box-shadow: 1px 1px 3px;
  -webkit-box-shadow: 1px 1px 3px;
}

.promotion-content {
  margin: 10px 20px;
}

.promotion-content p a {
  word-break: break-word;
}

.promotion-flyer {
  margin-top: 10px;
  margin-right: 70px;
}

.promotion-social-networks {
  margin-top: 10px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: fit-content;
}

.promotion-social-img {
  margin: 8px;
}

.search-arrow-logo {
  margin: 8px;
  height: 26px;
  width: 26px;
}

.sortableItem {
  cursor: move;
}

.normal-font-weight {
  font-weight: normal;
}

.flex-wrap-div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.valuationTime {
  border: 1px solid;
  width: 185px;
}

.valuationTimeInput {
  border: 0;
  margin: 0;
}

.auto-margin {
  margin: auto;
}

.teamReady {
  background-color: green;
  color: white;
  padding: 4px;
}

.green-icon {
  color: #90F7AC;
}

.red-icon {
  color: #FF7F65;
}

.full-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

.primary-menu {
  background: #ff3800;
  text-decoration: none;
}

.newsletter-sent {
  background-color: #90F7AC;
}

.remove-filters-button {
  color: #EEE;
  text-decoration: none;
}

.white-space-normal {
  white-space: normal !important;
}

.public-competition-buttons-container {
  flex-grow: 1;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.public-competition-buttons-container span {
  padding-top: 2px;
}

.droppable-style {
  width: 100%;
  height: 100%;
  overflow: auto;
  margin-left: 4px;
  text-align: left;
  vertical-align: middle;
}

.toggleLineupBtn {
  display: block;
  width: 32px;
  height: 32px;
}

.toggleLineupBtn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.toggleLineupBtn-Off {
  background-image: url(../img/ic_bench.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

.toggleLineupBtn-On {
  background-image: url(../img/ic_first_team.png);
  background-repeat: no-repeat;
  background-size: 32px 32px;
}

.footer-apps-links {
  text-align: center;
}

.footer-apps-links img {
  height: 50px;
  padding: 5px;
  margin: 0;
}

.footer-logo-title {
  padding-top: 5px;
  cursor: pointer;
  padding-bottom: 5px;
}

.footer-logo-title img {
  margin: 0;
}

.footer-logo-title h2 {
  padding-top: 12px;
  padding-bottom: 8px;
  padding-left: 5px;
  font-size: 35px;
}

.widget-footer-logo-img {
  height: 45px !important;
}

.widget-footer-logo-title {
  margin: 0 !important;
}

.footer-logo-title {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.widget-footer-logo-div {
  margin-right: 60px;
  text-align: center;
}

.match-view-left-buttons {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.match-view-left-buttons div.module-secondary-desktop {
  padding-top: 2px;
}

.match-view-left-buttons .module-secondary-mobile {
  margin: 2px 0 0 16px;
}

.match-view-left-buttons .btn {
  margin-left: 12px;
}

.social-buttons {
  margin-left: 8px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.player-profile-tabs {
  min-height: 200px;
  padding: 16px;
  border-radius: 0.25rem !important;
}

.player-profile-tabs .empty-state, .player-profile-tabs p {
  color: rgba(48, 48, 48, 0.8);
  font: 0.9rem "Open Sans", sans-serif !important;
}

.withButton {
  padding-right: 0.8rem;
}

.signup-title {
  text-align: center;
  text-decoration: none;
  border: none;
  color: #14191D;
  margin-bottom: 5px;
}

.signup-buttons-container {
  max-width: 300px;
  margin: auto;
}

.summary-table td {
  vertical-align: middle;
  padding: 0.3rem 0.3rem 0.3rem 0.75rem;
}

.summary-table img {
  width: 50px !important;
  height: 50px !important;
}

#match-view .admin-league-summary {
  margin-bottom: 5px;
}

#form-match-player-stats input, #form-match-player-stats select {
  font: 0.9rem "Open Sans", sans-serif;
}

.item-card-popup {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.goals {
  min-width: 70px;
  text-align: end;
}

#form-match-player-stats select {
  width: 100%;
}

.category {
  min-width: 70px;
  text-align: end;
}

div.sticky {
  position: sticky;
  top: 62px !important;
  background-color: #fafafa;
  z-index: 5;
  padding-top: 8px;
  padding-bottom: 8px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end !important;
}

div.sticky.top {
  position: static;
  top: 62px !important;
  background-color: #FFF;
  z-index: 5;
  padding-top: 8px;
  padding-bottom: 8px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end !important;
}

div.sticky-not-logged {
  top: 36px !important;
}

div.sticky-with-buttons {
  justify-content: space-between !important;
}

div.sticky-with-container {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

div.no-sticky {
  padding-top: 8px;
  padding-bottom: 8px;
  justify-content: flex-end !important;
}

.editor-content li {
  margin-left: 20px;
}

.table-full-content {
  width: 100%;
  text-align: left;
}

.table-sanction thead th {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(48, 48, 48, 0.6);
  border-top: 1px solid rgba(48, 48, 48, 0.6);
}

.text-body {
  color: rgba(48, 48, 48, 0.8);
  font-size: 0.9rem;
}

.text-formatted {
  text-align: center;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex !important;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

td.no-wrap-column {
  padding-right: 16px;
  white-space: nowrap;
}

td.last-column {
  width: 99%;
}

.half-container {
  width: 50%;
}

.local, .away {
  color: rgba(48, 48, 48, 0.6);
}

#match-view .cd-tabs-content {
  height: auto !important;
}

.fifth-container {
  width: 20%;
}

.quarter-container {
  width: 25%;
}

.admin-content-player-leagues {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

td.with-space {
  padding-right: 25px;
}

td.with-space:last-child {
  padding-right: 0;
}

.oldplayer {
  background: rgba(255, 0, 0, 0.1);
}

.linkable-autocomplete {
  font-size: 12px;
  font-weight: 400;
  border: none;
}

.table-full-border {
  border-collapse: collapse;
  width: 100%;
}

.table-full-border, .table-full-border th, .table-full-border td {
  border: 1px solid #dbdbdb;
  text-align: center;
  padding: 8px;
}

.table-full {
  border-collapse: collapse;
  width: 100%;
  padding: 8px;
}

.table-full td:first-child {
  padding-right: 16px;
}

.table-full td:last-child {
  width: 100%;
}

.match-counter {
  color: #FF7F65;
}

.match-fullview-place {
  color: #ff3800;
}

td.divider {
  padding: 0;
  font-size: 4px;
}

.expanding-right-menu {
  background-color: #fafafa;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #909090;
  cursor: pointer;
  position: absolute;
  overflow-y: auto !important;
  top: 50px;
  left: 130px;
  font-size: 14px;
}

.hover-referee {
  color: rgba(48, 48, 48, 0.8) !important;
}

.hover-referee:hover {
  color: #ff3800 !important;
}

.expanding-right-menu li {
  clear: both;
  font-size: 0.9em;
  padding-left: 15px;
  padding-right: 15px;
  color: #999;
  display: block;
}

.expanding-right-menu li:hover a, .actions-menu li:hover span {
  color: #ff3800;
  opacity: 0.8;
  text-decoration: none;
  cursor: pointer;
}

.info-container {
  line-height: 1.5;
  padding: 8px;
}
.info-container-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  gap: 2%;
}

.block-container {
  display: block;
}

.block-padding10-top {
  padding-top: 10px;
}

.block-padding10 {
  padding-bottom: 10px;
}

.block-padding-right {
  padding-right: 8px;
}

.general-error {
  display: none;
  color: red;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8rem;
}

.input-border {
  border: 1px solid #909090;
}

.full-space {
  flex-grow: 1;
  margin-right: 8px;
}

.personalId-Image {
  width: 320px;
}

.payment-alert {
  margin-left: 4px;
  margin-top: 8px;
}

.counter-badge {
  padding: 3px 7px 3px 7px;
  background: #cc0000;
  color: #FFF;
  font-weight: bold;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  position: absolute;
  margin-top: -12px;
  margin-left: -8px;
  font-size: 11px;
}

.filter-badge {
  padding: 3px 7px 3px 7px;
  background: #cc0000;
  color: white !important;
  font-weight: bold;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 11px !important;
}
.filter-badge-container {
  height: 22px;
  padding: 4px 8px;
}

.btn-filter {
  height: fit-content !important;
  margin-left: 8px;
}
.btn-filter i {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 2%;
  color: rgba(48, 48, 48, 0.8);
  font-style: normal !important;
}
.btn-filter-search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.btn-filter-search img {
  width: 20px;
  padding-right: 8px !important;
}

.only-filter-btn {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.team-payment-badge {
  padding: 3px 8px 3px 8px;
  background: #cc0000;
  color: #FFF;
  font-weight: bold;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  margin-left: 4px;
  font-size: 11px;
}

.payment-warning-color {
  filter: invert(13%) sepia(60%) saturate(6714%) hue-rotate(357deg) brightness(88%) contrast(117%) !important;
  color: #cc0000;
}

td.value div.iti, .competize-iti-container {
  margin-bottom: 8px !important;
}

.contact-organiser {
  padding-top: 8px;
}

.input-label {
  color: rgba(48, 48, 48, 0.8) !important;
}

td.message {
  width: 50%;
}

.time-group select {
  width: 40px !important;
}

.captcha-image {
  width: 250px;
  height: auto;
  padding-bottom: 8px;
}

#captcha_challenge {
  width: 250px;
}

.feedback-textarea {
  margin-top: 8px;
  height: 150px !important;
}

#videos-ajax div.hover-me {
  width: 100%;
  max-width: 290px;
}
#videos-ajax div.hover-me img {
  width: 100%;
}

.admin-pictures-container div.hover-me {
  width: 24%;
}
.admin-pictures-container div.hover-me img {
  width: 100%;
}

.jobs-banner img {
  margin-top: -30px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.ranking-value {
  font-size: 14px;
  color: rgba(48, 48, 48, 0.8);
  font-weight: 400;
  white-space: nowrap;
}

#inactivity-seconds {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #EEE;
}

.match-select {
  margin: -2px 0 10px !important;
}

.menu-action-second {
  position: relative;
}
.menu-action-second i {
  color: #909090;
  padding: 6px 4px;
}
.menu-action-second .premium {
  height: 6px;
  width: 6px;
  background-color: #ff3800;
  border-radius: 50%;
  position: absolute;
  right: 2px;
}

.premium-tag {
  color: #ff3800;
  background-color: rgba(255, 56, 0, 0.4);
  width: 86px;
  height: 21px;
  border-radius: 3px;
  margin-left: 5px;
}

.enrollment-summary-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.enrollment-summary-row .details::after {
  content: "\f077";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 600;
  margin-left: 0.2rem;
  font-size: 12px;
}
.enrollment-summary-row .row-two {
  padding-top: 8px;
}
.enrollment-summary-row .actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.enrollment-summary-row .actions * {
  cursor: pointer;
}

.enrollment-summary-col {
  margin-right: 30px;
}

.open-popup-enrollment, .delete-popup-enrollment,
.close-popup-enrollment, .export-popup-enrollment {
  text-align: center;
}

.premium-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.additional_field {
  width: 180px;
  margin-left: 30px;
}

.documents_field {
  width: 100%;
  margin-right: 16px;
}

.fullview-venue-ingamematch-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100vh;
}

.fullview-venue-ingamematch-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 49.5%;
  flex-grow: 0;
}
.fullview-venue-ingamematch-item div {
  flex: 1;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.fullview-venue-ingamematch-item-even {
  border-left: 4px solid #ff3800;
}
.fullview-venue-ingamematch-item-n-row {
  border-top: 4px solid #ff3800;
}
.fullview-venue-ingamematch-item .team-name img {
  width: 100%;
  height: auto;
  margin: auto;
}
.fullview-venue-ingamematch-item .teams-score {
  font-size: 7.5rem;
  font-weight: bold;
  color: black;
  text-align: center;
}
.fullview-venue-ingamematch-item.only-one-item {
  flex: 100%;
  flex-grow: 1;
}
.fullview-venue-ingamematch-item.only-one-item .teams-score {
  font-size: 15rem;
}

.box:first-child > span {
  margin-right: auto;
}

.box:last-child > span {
  margin-left: auto;
}

.hr {
  height: 2px;
  width: 20%;
  background-color: #eceeef;
  border-radius: 4px;
}

.hr-active {
  height: 2px;
  width: 20%;
  background-color: #ff3800;
  border-radius: 4px;
}

.container-popup {
  margin: auto;
  width: 80%;
}

.text-primary {
  color: #ff3800;
  font-weight: bolder;
}

.img-logo-input {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 6px;
  border: 2px solid #ff3800;
  border-radius: 50%;
  padding: 3px;
}

.border-input {
  border: 2px solid #ff3800;
}

.competition-summary {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.competition-summary-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 2%;
}

#form-createLicense {
  width: 50%;
  margin-left: 32px;
}
#form-createLicense select {
  width: 120px;
}
#form-createLicense .save-cancel-new {
  margin-top: 16px;
}

.select-flex {
  gap: 8px;
}

.fullview-nextMatches card {
  width: 100%;
}

.position-relative {
  position: relative;
}

.position-absolute-right {
  position: absolute;
  right: 0;
}

.license-btns {
  position: absolute;
  right: 16px;
  top: 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.license-btns a {
  margin-left: 10px;
}

.session-row {
  border: 1px solid #ff3800;
  border-radius: 6px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
  position: relative;
}
.session-row div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.session-delete {
  position: absolute;
  top: 8px;
  right: 8px;
}

.session-container {
  width: 80%;
}
.session-container-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.collapsed-icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 12px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}

.banner-news {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#noeye, #eye {
  cursor: pointer;
}

.navigation-scroll-menu {
  white-space: nowrap;
  overflow: auto;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background-color: #fff;
  border-radius: 0.25rem;
}

.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
  column-gap: 16px;
  row-gap: 16px;
}

#admin-buttons-news-fixed {
  height: 36px;
}

.form-input-group, .form-select-group {
  width: 40%;
}

.form-select-group select {
  width: 100%;
}

.form-input-group #switch-bookings {
  width: 70px;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.toggleMultipleTeam, .toggleHomeSwitch {
  color: rgba(48, 48, 48, 0.6);
  font-size: 1.2rem;
  padding: 4px;
  cursor: pointer;
}

.toggleMultipleTeam.selected {
  font-weight: bold;
  color: #ff3800;
}

.enrollment-payment-line {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.enrollment-registered-by {
  margin-right: 8px;
}

.legend-bar {
  width: 8px;
  height: 26px;
  margin-right: 0.5rem !important;
}

.enrollment-checkbox-list-two {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5%;
  margin-top: 22px;
}
.enrollment-checkbox-list-two label {
  flex-basis: 41%;
}

.edit-btn {
  font-size: 1.6rem;
}

#license-rates-div {
  padding-left: 4%;
}

.type-fee-div {
  padding-left: 4%;
}

.align-items-left {
  text-align: left !important;
}

.noClick {
  pointer-events: none;
}

#form-createFee input[type=number], #form-createFee input[type=text] {
  width: 50%;
}
#form-createFee select {
  width: 40%;
}

#create-license-seasons-error {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 16px 16px 16px 6px;
}

.profile-license-data {
  margin-left: 120px;
}

.team-competitions-squad-scrollable {
  max-height: 200px;
  overflow: auto;
  text-align: left;
}

.schedule-buttons {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 8%;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 8px;
}

.schedule-restrict {
  color: #f44242;
}

.schedule-add {
  color: #39B547;
}

#collapsed-img {
  padding: 8px 0 !important;
}

#normal-img {
  padding: 28px 0 !important;
}

.whitelabel-header-menu-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  overflow-x: auto;
  margin-right: 16px;
}

.venue-team-name {
  font-weight: 600;
}

.club_match {
  font-size: 0.8rem !important;
}

.payment-min-value-error {
  border-color: #ff0000;
}

#called-h2 {
  color: #ff3800;
  text-transform: uppercase;
  font-weight: bold !important;
}

p.called {
  text-align: center;
}

p.called a {
  color: black;
}

p.called a:hover {
  color: #ff3800;
}

.team-call-player-index {
  margin-right: auto;
  font-weight: bold;
  font-size: 1.2em;
}

.team-call-label {
  cursor: pointer;
}
.team-call-label img {
  transition-duration: 0.2s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.team-call-checkbox:checked + label img {
  transition-duration: 0.2s;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

div#team-call-player-count {
  width: 48px;
  height: 20px;
  background-color: #909090;
  border: 1px solid gray;
  border-radius: 8px;
  margin-top: 8px;
  text-align: center;
  float: left;
}

.support_response {
  padding-left: 1rem !important;
  border-left: 2px solid #cccccc;
}

.response {
  padding-left: 1rem;
}

.player-support-title {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 1%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.player-support-title h1 {
  padding-bottom: 0 !important;
}

.team-ranking-container-header {
  border: 1px solid #909090;
  border-bottom: 0;
  padding: 0;
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
}

div.team-ranking-decoration-big {
  border-top-left-radius: 4px;
  width: 25px;
  display: inline-block;
  background-color: #ff3800;
  min-height: 60px;
}

div.team-ranking-decoration {
  border-top-left-radius: 4px;
  width: 20px;
  display: inline-block;
  background-color: #ff3800;
  min-height: 50px;
}

.team-ranking-container-header h2,
.team-ranking-container h2 {
  display: inline-block;
  margin: 0 8px;
  text-transform: uppercase;
  font-size: 18px;
}

.team-ranking-container {
  border: 1px solid #909090;
  padding: 0;
  box-sizing: border-box;
}
.team-ranking-container h2 {
  padding: 10px 5px;
}
.team-ranking-container-end {
  border: 1px solid #909090;
  padding: 0;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
}
.team-ranking-container-end div {
  padding: 10px;
}
.team-ranking-container-vspace {
  margin-top: 20px;
}

.summary-table-ranking {
  width: 100%;
}
.summary-table-ranking td.index {
  width: 20px !important;
  font-weight: bold;
  padding-left: 1rem;
}
.summary-table-ranking tr:nth-child(1) {
  border-top: 0;
}

.summary-container-ranking {
  padding-top: 0;
}

.ranking-section {
  width: 55%;
  margin: 0 2.5%;
}

.winners-section {
  width: 37.5%;
  margin-right: 2.5%;
}

.clear {
  clear: both;
}

.enrollment-item-card {
  min-height: 110px;
  padding: 8px;
  border: 1px solid #D1D1D1;
  margin-bottom: 8px;
  border-radius: 8px;
  position: relative;
  overflow-x: auto;
}
.enrollment-item-card .card-tagsport-icon {
  height: 80px;
  flex: 0 0 6%;
}
.enrollment-item-card .card-tagsport-icon-img {
  background-size: 45px 45px;
}
.enrollment-item-card .chip-datatable {
  max-width: 170px;
}

.enrollment-content-title {
  flex: 1;
  padding-left: 16px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-3 {
  flex: 3;
}

/* ENROLLMENT FORM SQUAD ADD EDIT PLAYER POPUP */
.photo-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.photo-center .crest-picture.upload {
  margin: 0 !important;
  width: 125px !important;
  height: 125px !important;
}

#add-player-popup .form-grid-container {
  align-items: baseline;
}
#add-player-popup .ft-datepicker input {
  width: 100% !important;
}

.photo-center span.picture-tip {
  width: 125px !important;
  padding: 8px 6px 8px 6px;
}

.flex-align-center-space-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.poweredBy-container img {
  padding-top: 8px;
  height: 16px;
  filter: invert(49%) sepia(93%) saturate(6336%) hue-rotate(0deg) brightness(101%) contrast(105%);
}

.link-btn {
  font-size: inherit !important;
  margin-left: 8px !important;
}

.border-gray {
  border: 1px solid #c3c2b9;
  border-radius: 5px;
  padding: 8px;
}

.default-flex-center {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-end {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.profile-org-view .item-card-header-actions, .enroll-search .item-card-header-actions {
  width: auto;
}

.sticky-enrollment {
  position: inherit !important;
  box-shadow: 0 4px 2px -4px #111;
  margin-bottom: 8px;
}
.sticky-enrollment-head {
  position: sticky;
  top: 62px !important;
  background-color: #fafafa;
  z-index: 5;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: 0 4px 2px -4px #111;
  margin-bottom: 8px;
}

.with-emoji {
  margin-bottom: 0 !important;
}

.benefits_banner {
  width: calc(100% + 2em);
  margin: -0.5em -1em;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 200px;
}

.benefits_logo {
  position: absolute;
  width: 65px;
  height: 65px;
  top: 160px;
  left: 16px;
  border: 3px solid #ff3800;
  border-radius: 100%;
  text-align: center;
  background: #FFF;
}
.benefits_logo img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.benefits-text {
  padding-top: 32px;
}

.benefits-short-content {
  align-self: baseline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.search-container .advanced-search {
  padding: 0 6px !important;
}

.default-gap {
  gap: 2%;
}

.legend-error:before {
  background-color: #c60000;
  color: #c60000;
  content: "-";
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-left: 1rem;
}

.legend-warning:before {
  background-color: #fb5607;
  color: #fb5607;
  content: "-";
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-left: 1rem;
}

.legend-alert:before {
  background-color: #fff000;
  color: #fff000;
  content: "-";
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-left: 1rem;
}

.legend-succes:before {
  background-color: #38b000;
  color: #38b000;
  content: "-";
  font-size: 1rem;
  margin-right: 0.5rem;
  margin-left: 1rem;
}

.no-scroll {
  overflow: hidden;
  touch-action: none;
}

.navbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.navbar:before, .navbar:after {
  content: none;
}

.container-hamburguer {
  display: none;
}
.container-hamburguer i {
  font-size: 20px;
}
.container-hamburguer .hamburguer-icon {
  background-color: transparent;
  border: none;
  outline: none;
}
.container-hamburguer .sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: calc(100dvh - var(--sidebar-offset, 0px));
  margin-top: var(--sidebar-offset, 0px);
  background-color: rgba(51, 51, 51, 0.9);
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 500ms, visibility 0ms 500ms;
  z-index: 1;
}
.container-hamburguer .sidebar.active {
  visibility: visible;
  transform: translateX(0);
  transition: transform 500ms;
}
.container-hamburguer .sidebar ul {
  list-style: none;
}
.container-hamburguer .sidebar .sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-menus {
  flex: 1;
  overflow-y: auto;
  padding-top: 10px;
  padding-inline: 20px;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-menus::-webkit-scrollbar {
  display: none;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav {
  display: grid;
  gap: 6px 0;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav li {
  position: relative;
  padding: 10px 0;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease-in-out;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .dropdown-toggle i {
  transition: transform 0.3s ease-in-out;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .dropdown-toggle.active i {
  transform: rotate(180deg);
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .dropdown-link i:before {
  content: "+";
  transition: transform 0.3s ease-in-out;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .dropdown-link.active i:before {
  content: "\f068";
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu {
  max-height: unset;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu,
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu-link {
  position: relative;
  max-height: 0;
  margin-top: 0;
  padding-left: 15px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu.show,
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu-link.show {
  margin-top: 10px;
  max-height: -webkit-fill-available;
  max-height: -moz-available;
  opacity: 1;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu-link.show {
  max-height: -webkit-fill-available;
  max-height: -moz-available;
  opacity: 1;
  margin-top: 8px;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-oauth {
  display: grid;
  gap: 16px 0;
  border-top: 1px solid #D1D5DB;
  text-align: center;
  padding: 24px 20px;
}
.container-hamburguer .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: var(--sidebar-offset, 0px);
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  z-index: 0;
}
.container-hamburguer .sidebar.active + .sidebar-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.container-menus {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
}
.container-menus ul {
  display: flex;
  gap: 0 16px;
  width: 100%;
  text-align: center;
  overflow: hidden;
  user-select: none;
}
.container-menus ul li {
  flex-shrink: 0;
  padding-inline: 24px;
}
.container-menus ul a {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
}
.container-menus > ul > li {
  margin-block: 12px;
}
.container-menus .dropdown {
  display: inline-block;
}
.container-menus .dropdown .dropbtn {
  position: relative;
}
.container-menus .dropdown .header-menu-title {
  margin-right: revert;
}
.container-menus .dropdown-content {
  box-sizing: border-box;
  display: flex !important;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  user-select: none;
  z-index: 1;
}
.container-menus .dropdown-content .dropdown-sections {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px 25px;
  width: auto;
}
.container-menus .dropdown-content .dropdown-section {
  display: grid;
  grid-template-rows: 0fr;
  text-align: left;
  gap: 12px 0;
}
.container-menus .dropdown-content .title-section {
  font-weight: 600 !important;
  font-size: 16px !important;
  color: #FFF;
}
.container-menus .dropdown-content .options-section {
  display: flex;
  flex-direction: column;
  width: auto;
  text-align: left;
  gap: 12px 0;
  padding-left: 10px;
  word-break: break-word;
}
.container-menus .dropdown-content .options-section li {
  padding: 0;
}
.container-menus .dropdown-content a {
  font-weight: 500;
  font-size: 14px;
  color: #FFF;
}
.container-menus .show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.container-menus .dropdown:has(.dropdown-content.show) .dropbtn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  bottom: -2px;
  left: 0;
  background-color: #FFF;
}
.container-menus .hidden-item,
.container-menus .partially-visible {
  display: none;
}
.container-menus .more-button {
  display: none;
  flex-shrink: 0;
}

.site-header:has(.dropdown-sections) .dropdown-sections {
  grid-template-columns: auto;
}

.button-register,
.button-login {
  align-content: center;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 24px;
  border: none;
  outline: none;
}
.button-register:hover,
.button-login:hover {
  cursor: pointer;
}

.ui-dialog .ui-widget-header .ui-icon {
  background-image: none !important;
}

.ui-dialog .ui-icon-closethick::after {
  content: "\f00d";
  font: normal 1.2em/1 "Font Awesome 6 Pro", sans-serif;
  text-indent: initial;
  color: rgba(255, 56, 0, 0.8);
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.ui-dialog .ui-icon-closethick:hover::after {
  color: rgba(255, 56, 0, 0.6);
}

.pages-news-grid-content:has(.mask-image) {
  position: relative;
  height: 100%;
}

.mask-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  z-index: -1;
}

.text-center {
  justify-content: center;
  text-align: center;
}

.text-start {
  justify-content: flex-start;
}

.text-end {
  justify-content: flex-end;
}

.text-start,
.text-end {
  text-align: left;
}

.hero-text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: 90%;
  grid-auto-flow: column;
  box-sizing: border-box;
  padding: 0 20px;
  user-select: none;
}

.hero-text h1 {
  font-family: sans-serif;
  font-style: normal;
  line-height: 75px;
  white-space: pre-wrap;
  word-break: break-word;
  padding: 0;
  margin-top: 25%;
}

.grid-two-columns {
  display: grid;
  grid-auto-flow: column;
  gap: 0 10px;
}

.inputs-gallery {
  gap: 10px 0;
}

.default-gap-column {
  gap: 0 16px;
}

#add-player-stats-popup img {
  width: 150px;
  height: auto;
}

.container-content {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 25% 1fr;
  gap: 0 16px;
  padding: 1rem 0;
}
.container-content .side-menu {
  all: revert;
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.container-content .side-menu .main-title {
  max-width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  color: #ff3800;
  background-color: rgba(51, 51, 51, 0.9);
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  font-family: "Ubuntu", "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.container-content .side-menu .section-menu {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
}
.container-content .side-menu .section-menu.current-section .side-menu-title {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #ff3800;
  text-decoration-thickness: 1.4px;
}
.container-content .side-menu .section-menu .side-menu-title {
  max-width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  color: #ff3800;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  font-family: "Ubuntu", "Open Sans", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-block: 5px;
}
.container-content .side-menu .section-menu span.side-menu-title:hover {
  cursor: default;
}
.container-content .side-menu .section-menu .list-menu {
  list-style: none;
  padding: 10px 15px 20px 15px;
}
.container-content .side-menu .section-menu .list-menu li {
  border-left: 1px solid darkgray;
  padding-left: 8px;
}
.container-content .side-menu .section-menu .list-menu li:not(:last-child) {
  margin-bottom: 20px;
}
.container-content .side-menu .section-menu .list-menu a {
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}
.container-content .side-menu .section-menu .list-menu .active {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: #ff3800;
  text-decoration-thickness: 1.4px;
}

@media only screen and (min-width: 391px) and (max-width: 768px) {
  .hero-text {
    grid-template-columns: 75%;
    padding: 0 10%;
  }
  .hero-text h1 {
    line-height: 30px;
    margin-top: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .container-hamburguer {
    display: flex;
  }
  .container-menus {
    display: none;
  }
  .container-content {
    grid-auto-flow: unset;
    grid-template-columns: auto;
  }
  .container-content .side-menu {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .hero-text {
    grid-template-columns: 60%;
    padding: 0 10%;
  }
  .hero-text h1 {
    line-height: 50px;
    margin-top: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container-hamburguer {
    display: flex;
  }
  .container-hamburguer .sidebar-inner {
    max-height: calc(100vh - 68px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .container-menus {
    display: none;
  }
  .container-content {
    grid-auto-flow: unset;
    grid-template-columns: auto;
  }
  .container-content .side-menu {
    display: none !important;
  }
}
.container-settings-web {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.container-settings-web .setting-web {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 8px;
}
.container-settings-web .setting-web:is(.no-image) label {
  flex: 0 0 auto;
}
.container-settings-web .setting-web:is(.no-image) input {
  flex: 0 0 calc((100% - 15px) / 2);
  margin-bottom: revert;
}
.container-settings-web .setting-web:is(.no-image) input[type=color] {
  max-width: 50px;
}
.container-settings-web .setting-web:is(.no-image) .sp-replacer {
  width: auto;
}
.container-settings-web .setting-web:not(:is(.no-image)) {
  gap: 20px;
}
.container-settings-web .setting-web .setting-web-title {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.container-settings-web .setting-web .setting-web-title .setting-web-title-content {
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.container-settings-web .setting-web .setting-web-title .setting-web-title-content label {
  color: rgba(48, 48, 48, 0.8);
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.container-settings-web .setting-web .setting-web-title .setting-web-title-content .setting-web-info {
  color: #9CA3AF;
  font-style: normal;
  font-size: 12px;
  font-weight: 600;
}
.container-settings-web .setting-web .setting-web-title .setting-web-edit i {
  font-size: 15px;
  padding-bottom: 15px;
}
.container-settings-web .setting-web .setting-web-title .setting-web-edit:hover {
  cursor: pointer;
  opacity: 0.6;
}
.container-settings-web .setting-web .profile-photo-form {
  float: revert;
}
.container-settings-web .setting-web .profile-photo-form .setting-web-picture {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.container-settings-web .setting-web .profile-photo-form .setting-web-picture .crest-picture {
  float: revert;
  background-color: revert;
  margin-right: revert;
  padding: revert;
  max-width: 100%;
  width: fit-content;
  height: auto;
  object-fit: contain;
  box-shadow: 1px 4px 8px 2px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.3s ease;
}
.container-settings-web .setting-web .profile-photo-form .setting-web-picture img.upload:hover {
  cursor: revert;
}
.container-settings-web .setting-web .profile-photo-form .setting-web-picture:has(.setting-web-description) {
  max-width: fit-content;
}
.container-settings-web .setting-web .profile-photo-form .setting-web-picture:has(.setting-web-description) .setting-web-description {
  color: #9CA3AF;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
}
.container-settings-web .setting-web .profile-photo-form .setting-web-inputs {
  display: none;
}
.container-settings-web .no-image {
  flex-direction: row;
  align-items: center;
}

.min-w-full {
  min-width: 100%;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.bg-header {
  background-color: rgba(51, 51, 51, 0.9);
}

.header-spacer {
  visibility: hidden;
  pointer-events: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: var(--header-spacer);
  height: 100%;
}

.half-picture {
  display: inline;
  float: left;
  width: 300px;
  height: 200px;
  background-color: white;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin-right: 20px;
  padding: 5px;
}

.input-search-container-media {
  padding-bottom: 8px;
}

.landing-pics-competition {
  margin: 0 0 2rem;
}

.landing-pics-teams {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.landing-pics-team {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0.5rem;
  text-align: center;
  width: 5rem;
}
.landing-pics-team-pic {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 48px;
  margin: 0 auto;
  width: 48px;
}
.landing-pics-team-name {
  font-size: 0.8rem;
  text-align: center;
}

.content {
  width: 100% !important;
}

.ui-widget-content {
  background: #fafafa !important;
  color: rgba(48, 48, 48, 0.8) !important;
}

#ptTimeSelectCntr {
  width: 250px;
  font-size: 0.9rem;
  position: absolute;
  z-index: 10;
  display: none;
}
#ptTimeSelectCntr .ui-widget {
  padding: 0.2rem;
}
#ptTimeSelectCntr .ui-widget-header {
  padding: 0.2rem;
}
#ptTimeSelectCntr #ptTimeSelectUserTime {
  font-size: larger;
  padding: 0.2rem;
  padding-left: 1rem;
  text-align: center;
}
#ptTimeSelectCntr #ptTimeSelectCloseCntr {
  display: block;
  padding: 0.2rem;
}
#ptTimeSelectCntr #ptTimeSelectCloseCntr a {
  display: block;
  padding: 0.2rem;
}
#ptTimeSelectCntr .ui-widget-content {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
  padding: 0.2rem;
}
#ptTimeSelectCntr .ui-widget.ui-widget-content {
  margin-top: 0;
}
#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right-width: 2px;
}
#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
  border: none;
}

#ptTimeSelectCntr .ptTimeSelectHrCntr a, #ptTimeSelectCntr .ptTimeSelectMinCntr a {
  display: block;
  float: left;
  padding: 0.2rem;
  width: 1.9rem;
  margin: 1px;
  text-align: center;
  text-decoration: none;
}

#ptTimeSelectCntr .ptTimeSelectHrAmPmCntr a {
  text-align: center;
  margin: 1px;
}

#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
  font-weight: bold;
  font-size: 0.9em;
}

#ptTimeSelectCntr #ptTimeSelectSetButton {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
#ptTimeSelectCntr #ptTimeSelectSetButton a {
  display: block;
  padding: 0.2em;
  width: 30%;
  text-align: center;
  float: right;
}

#ptTimeSelectCntr .ui-widget.ui-widget-content {
  margin-top: 0;
}

#ptTimeSelectCntr .ptTimeSelectLeftPane.ui-widget-content {
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right-width: 2px;
}

#ptTimeSelectCntr .ptTimeSelectRightPane.ui-widget-content {
  border: none;
}

#ptTimeSelectCntr .ptTimeSelectHrCntr a, #ptTimeSelectCntr .ptTimeSelectMinCntr a {
  display: block;
  float: left;
  padding: 0.2em;
  width: 1.9em;
  margin: 1px;
  text-align: center;
  text-decoration: none;
}

#ptTimeSelectCntr .ptTimeSelectHrAmPmCntr a {
  text-align: center;
  margin: 1px;
}

#ptTimeSelectCntr .ptTimeSelectTimeLabelsCntr {
  font-weight: bold;
  font-size: 0.9em;
}

#ptTimeSelectCntr #ptTimeSelectSetButton {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

#ptTimeSelectCntr #ptTimeSelectSetButton a {
  display: block;
  padding: 0.2em;
  width: 30%;
  text-align: center;
  float: right;
}

.ui-widget-overlay {
  background: #000;
}

.ui-widget-content a {
  color: #ff3800;
}

.ui-widget-content a.btn {
  color: #EEE;
}

.ui-widget-content a.btn-secondary {
  color: #ff3800;
}

.ui-widget-content a.button {
  color: #EEE;
}

.ui-widget-content a.button:hover {
  text-decoration: none;
}

.ui-dialog, .ui-dialog-title, .ui-widget input {
  font-size: 1rem;
}

.ui-widget input, .ui-widget textarea {
  font-size: 0.9rem;
}

.ui-widget input[type=submit] {
  font-size: 0.8rem;
}

#tabs .ui-helper-clearfix:after {
  clear: left;
}

.ui-tabs {
  border: 0;
  margin-top: 20px;
  position: inherit;
}

.ui-datepicker {
  border: 0;
  z-index: 9999999 !important;
}

.ui-autocomplete {
  z-index: 99999999 !important;
}

ul.ui-autocomplete {
  list-style: none;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: rgba(255, 56, 0, 0.2) !important;
}

.ui-autocomplete div {
  background: #fafafa;
  cursor: pointer;
  box-sizing: border-box;
}

.ui-datepicker .ui-widget-header {
  border: 0;
  background: none;
  background-color: #ff3800;
  color: #EEE;
}

.ui-widget-content a.ui-state-active {
  color: #EEE !important;
  background: #ff3800 !important;
}

.ui-datepicker-title, .ui-datepicker .ui-datepicker-title select {
  color: #EEE !important;
  background: transparent;
}

.ui-datepicker-title select:hover {
  color: #EEE !important;
  opacity: 0.8 !important;
  border: none !important;
}

.ui-datepicker select.ui-datepicker-year option {
  color: rgba(255, 56, 0, 0.8) !important;
  filter: brightness(0.8);
}

.ui-tabs, .ui-tabs-nav, .ui-dialog, .ui-datepicker {
  padding: 0;
}

.ui-dialog-titlebar {
  border-bottom: 1px solid rgba(48, 48, 48, 0.2) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-tabs .ui-widget-header, .ui-dialog .ui-widget-header {
  border: 0;
  background: none;
  background-color: transparent !important;
  color: #ff3800;
  font-family: "Open Sans", sans-serif;
}

.ui-tabs .ui-tabs-panel {
  min-height: 200px;
}

#tabs, .ui-dialog {
  border-radius: 5px !important;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  z-index: 990 !important;
}

#tabs .ui-tabs-nav li {
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  font-size: 0.8rem;
}

.input-popup-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
}

.input-popup-container input {
  margin-bottom: 0 !important;
}

.ui-tabs .ui-state-default {
  background: none;
  background-color: #ff3800;
  border-color: #ff3800;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
}

.ui-tabs .ui-state-hover {
  background: none;
  background-color: #ff3800;
  border-color: #ff3800;
}

.ui-tabs .ui-state-active {
  background-color: #FFF;
  border-color: #909090;
  color: #CCC;
}

.ui-state-default a span {
  color: #FFF;
}

.ui-state-active a span {
  color: #2A2A2A;
}

/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
  border-collapse: separate;
}

.ui-datepicker-calendar td {
  border: 1px solid transparent;
}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
  display: none;
}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #f44242;
  color: #EEE;
}

.ui-state-highlight {
  line-height: 1.5em;
  background: rgba(255, 56, 0, 0.4) !important;
  list-style: none;
}

.zoomin {
  overflow: auto;
  cursor: grab;
}

#navbar {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.zoom-button {
  line-height: 38px;
  border: none;
  background-color: #ff3800;
  color: #EEE;
}

.zoom-in {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  padding-right: 8px;
  padding-left: 12px;
}

.zoom-out {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  padding-right: 12px;
  padding-left: 8px;
}

.zoom-in:hover, .zoom-out:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  #tabs .ui-tabs-nav li {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #tabs .ui-tabs-nav li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  #tabs .ui-tabs-nav li {
    font-size: 1rem;
  }
}
#grid-stack-trash {
  background-color: #f44242;
  color: white;
}

.grid-stack-button {
  border-radius: 5px;
  padding: 8px;
  min-width: 140px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.component-list .newWidget {
  margin: 8px;
}

.component-list .newWidget:last-child {
  margin-bottom: 0;
}

.grid-stack-item, .component-editor-container {
  min-width: 210px;
}

.component-editor-container {
  width: 100%;
  padding: 8px;
  margin-right: 8px;
  background-color: #fff;
  box-sizing: border-box;
}

.grid-stack-button i, .header-footer-page-content i {
  font-size: 200%;
}

#grid-row {
  gap: 2%;
}

#main-grid-stack-container {
  background: #fafafa;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
  min-height: 350px;
}

.accordion-grid {
  min-height: initial !important;
}

.grid-stack-template {
  min-height: 50px;
  opacity: 0.6;
}

.grid-stack-headers, .grid-stack-footers {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fafafa;
  border-radius: 5px;
  width: 100%;
  min-height: 50px;
  box-sizing: border-box;
}

.grid-stack-content-title {
  background: #fafafa;
}

.grid-stack-view {
  background: none !important;
  border: none !important;
}

.grid-stack-item-content {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: rgba(48, 48, 48, 0.8);
  overflow-y: hidden !important;
}

.component-formatter {
  gap: 12px;
}

.components-container {
  width: 280px;
  border-right: 1px solid #ddd;
  padding-right: 4px;
  margin-right: 12px;
}

.fifth-component-container {
  width: 50px !important;
  margin-right: 2px;
}

.selected-gs-item,
.selected-gs-item-active {
  padding: 8px;
  text-align: center;
}

.selected-gs-item-active {
  color: #ff3800 !important;
}

.grid-page-view {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 8px;
}

.news-component img {
  width: 100%;
}

#headerSortable2, #footerSortable2 {
  list-style-type: none;
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
}

#headerSortable2 li, #footerSortable2 li {
  cursor: move;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.headers-elements .box-criteria, .footers-elements .box-criteria {
  width: 100%;
}

.headers-elements, .footers-elements {
  text-align: center !important;
}

.headers-elements, .footers-elements {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header-footer-page-content {
  width: 94%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
}

.header-footer-button {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
}

#headers-sortable, #footers-sortable {
  margin: 0 5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#headers-sortable li, #footers-sortable li {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  color: rgba(48, 48, 48, 0.8);
  border-radius: 7px;
  min-height: 50px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
}

.adjacent-components {
  width: 3%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.inactive-elements {
  opacity: 0.6;
}

#news_types {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.delete-component {
  height: 16px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: 4px;
  margin-right: 16px;
  position: absolute;
}
.delete-component i {
  font-size: 120% !important;
}

.delete-grid {
  position: relative !important;
  padding-top: 4px;
}

.header-footer-card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.75rem;
  margin-bottom: 0;
}

.tags-datatable-colors {
  width: 20px;
}

td.tags-colors {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sticky-components-list {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  top: 62px !important;
  max-height: 700px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  scrollbar-gutter: stable both-edges;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: inherit;
}

.sticky-components-list::-webkit-scrollbar {
  display: none;
}

.sticky-components-list:hover,
.sticky-components-list:active,
.sticky-components-list:focus {
  overflow-y: scroll;
}

.component-list {
  width: 100%;
}

.component-list-header {
  width: 100%;
  text-align: left;
  background: #fafafa;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  border-bottom: none !important;
  z-index: 5;
}

.ellipsed-news-text p {
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: auto;
}

.news_filters_title {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.news_filter_inputs {
  gap: 2%;
}

.ellipsed-condensed-news-text p {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: auto;
}

.ellipsed-small-news-text p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: auto;
}

.admin-content-pageComponents {
  position: sticky;
  top: calc(100px + 62px);
  height: calc(100vh - 140px - 62px);
}

.components-grid-column {
  height: calc(100vh - 140px - 62px);
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: content-box;
}

#main-components-list .newWidget {
  cursor: move;
}

#component-list {
  width: inherit;
}

.news-type img {
  object-fit: scale-down;
  width: 100%;
}

#imageGallery-docs-container {
  overflow: hidden;
}

.news-page-header {
  padding: 8px 12px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: transparent;
}
.news-page-header h1 {
  padding: 0 !important;
  margin: 0 !important;
  font: "Open Sans", sans-serif;
  color: #ff3800 !important;
}

.news-page-date {
  font-weight: 600;
  justify-content: end;
  padding: 4px 0;
}

.title-page-news {
  width: 100%;
}

.media-page-news {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

.news-page-body {
  z-index: 0;
  overflow-y: hidden;
}
.news-page-body object {
  z-index: 0;
}

.page-title {
  font-size: 1.4rem !important;
  color: #ff3800 !important;
  padding: 8px;
}

select {
  padding: 8px;
  height: 38px;
  display: inline-block;
  cursor: pointer;
  margin-right: 0;
  margin-bottom: 8px;
  font-size: 0.9rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(48, 48, 48, 0.8);
  color: rgba(48, 48, 48, 0.8);
  max-width: 100%;
}
select:hover {
  background: transparent !important;
  border-color: #ff3800 !important;
  color: #ff3800 !important;
}
select:disabled {
  width: auto;
  height: 35px;
  line-height: 30px;
  float: left;
  display: inline-block;
  opacity: 0.6;
  cursor: pointer;
  margin-right: 10px;
  font-size: 0.8rem;
  pointer-events: none;
}
select:focus, select:active {
  outline: none;
  box-shadow: none !important;
  background: none !important;
  border: 1px solid rgba(48, 48, 48, 0.8);
  color: rgba(48, 48, 48, 0.8);
}

td select {
  float: none;
}

td.value select {
  float: none !important;
}

.select-wrapper {
  width: auto;
}
.select-wrapper select {
  width: auto;
  margin: 0;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
}
.select-wrapper-disabled {
  width: auto;
  display: inline-block;
  border: 1px solid #ff3800;
  background: #ff3800;
  opacity: 0.65;
  cursor: pointer;
  margin-right: 10px;
  font-size: 0.8rem;
  pointer-events: none;
  color: #FFF;
}
.select-wrapper:disabled {
  width: auto;
  display: inline-block;
  opacity: 0.6;
  cursor: pointer;
  margin-right: 10px;
  color: #ff3800;
  font-size: 0.8rem;
  pointer-events: none;
}
.select-wrapper-auto, .select-wrapper-auto select {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.select-wrapper-block {
  display: block !important;
  min-width: 50% !important;
}
.select-wrapper-default {
  height: 36px;
  min-width: 250px;
  line-height: 36px;
}
.select-wrapper-secondary {
  border: 1px solid #ff3800 !important;
  color: #ff3800 !important;
}
.select-wrapper-secondary:hover {
  border: 1px solid #fafafa !important;
  background-color: #ff3800 !important;
  color: #fafafa !important;
}
.select-wrapper-secondary:focus {
  opacity: 1 !important;
}

.select-wrapper-60 {
  width: 40% !important;
}

td.value select.select-wrapper {
  float: none !important;
}

td.value select {
  min-width: 250px;
}

.input-no-margin-container {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 1%;
}
.input-no-margin-container input {
  width: 100% !important;
  margin: 0 !important;
}

.docs-upload-btn {
  width: 100%;
}

.new-addNewsDoc {
  display: block;
}

.docsFile {
  padding-bottom: 20px;
}

progress {
  border: none;
  color: #F2E9E1;
}
progress::-moz-progress-bar {
  background: #F2E9E1;
}
progress::-webkit-progress-bar {
  background: #F2E9E1;
}
progress::-webkit-progress-value {
  background: #ff3800;
}

.progress-stats {
  width: 100%;
}

/* Custom Checkbox */
/* Customize the label (the container) */
.ftcheckbox-container {
  display: block;
  position: relative;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ftcheckbox-container .ftcheckbox-checkmark:after {
  left: 4px;
  top: 0;
  width: 2px;
  height: 8px;
  border: solid #EEE;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ftcheckbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ftcheckbox-container input:disabled ~ .ftcheckbox-checkmark {
  background-color: #E2E2E2;
}
.ftcheckbox-container input:disabled:checked ~ .ftcheckbox-checkmark {
  background-color: #ff3800;
}
.ftcheckbox-container input:checked ~ .ftcheckbox-checkmark {
  background-color: #ff3800;
  color: #EEE;
  border: solid #ff3800;
  border-width: 2px;
}
.ftcheckbox-container input:checked ~ .ftcheckbox-checkmark:after {
  display: block;
}
.ftcheckbox-container-full-width {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-grow: 1;
}
.ftcheckbox-container-with-label {
  padding-left: 20px;
}
.ftcheckbox-container:hover input ~ .ftcheckbox-checkmark {
  background-color: rgba(255, 56, 0, 0.4);
}

td label.ftcheckbox-container {
  margin-right: 0 !important;
}

/* Hide the browser's default checkbox */
/* Create a custom checkbox */
.ftcheckbox-checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 12px;
  width: 12px;
  border: 2px solid;
  border-radius: 0.25rem;
}
.ftcheckbox-checkmark-all {
  left: 8px;
  top: 2px;
}
.ftcheckbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ftradio-container {
  display: block;
  position: relative;
  padding-left: 24px;
  margin-top: 0 !important;
  padding-top: 0 !important;
  cursor: pointer;
  font-size: 0.9rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ftradio-container label {
  font-size: 1rem;
}
.ftradio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ftradio-container input:checked ~ .ftradio-checkmark:after {
  display: block;
  background-color: #ff3800;
}
.ftradio-container input:disabled ~ .ftradio-checkmark {
  background-color: #E2E2E2;
  border: 1px solid #909090;
}
.ftradio-container input:disabled ~ .ftradio-checkmark div {
  cursor: initial;
}
.ftradio-container .ftradio-checkmark:after {
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.ftradio-container-landing {
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #ADADAD;
  padding-left: 24px;
  padding-right: 8px;
  padding-top: 8px !important;
  padding-bottom: 8px;
  color: #ADADAD;
}
.ftradio-container-landing div {
  background-color: transparent;
}
.ftradio-container-landing .ftradio-container div {
  padding-left: 8px;
}
.ftradio-container-landing .ftradio-checkmark {
  top: 12px;
  left: 8px;
  margin-right: 8px;
  border: 1px solid #ADADAD;
}
.ftradio-container-landing:hover {
  background-color: rgba(255, 56, 0, 0.3);
  border: 1px solid #ff3800;
}
.ftradio-container:hover input ~ .ftradio-checkmark:after {
  display: block;
  background-color: #ff3800;
}

.ftradio-checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: white;
  border-radius: 50%;
  border: solid #ff3800;
  border-width: 1px;
}

.ftradio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ftradio-container div, .ftcheckbox-container div {
  padding-top: 1px;
  text-align: left;
  padding-left: 8px;
}

.filterActive {
  background-color: rgba(255, 56, 0, 0.2);
  border: 1px solid #ff3800;
}

.search {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 300px;
  border: 1px solid #909090;
  box-sizing: border-box;
  padding: 8px 12px;
  color: rgba(48, 48, 48, 0.8);
  cursor: none;
}
.search span {
  width: 24px;
}
.search input {
  width: 230px;
  border: none;
  box-sizing: content-box;
  color: inherit;
  background: transparent;
  outline-width: 0;
  height: auto !important;
}

.lds-spinner {
  color: #ff3800;
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  padding: 16px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #ff3800;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.calendar-available-legend:before {
  content: "--";
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.5rem;
  background-color: rgb(203, 251, 205);
  color: rgb(203, 251, 205);
}

.calendar-unavailable-legend:before {
  content: "--";
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.5rem;
  background-color: rgb(215, 215, 215);
  color: rgb(215, 215, 215);
}

.ft-datepicker {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
}
.ft-datepicker i {
  margin-left: -30px;
  margin-bottom: 8px;
  margin-right: 8px;
  pointer-events: none;
}
.ft-datepicker input {
  cursor: pointer;
  width: 14rem !important;
}
.ft-datepicker-auto input {
  width: 128px !important;
}

@media only screen and (max-width: 360px) {
  .ft-datepicker input {
    width: 8rem !important;
  }
}
.ft-available {
  background-color: #fff;
  cursor: pointer;
}

.ft-busy {
  background-color: #ad3e22;
}

.ft-unavailable {
  background-color: rgb(215, 215, 215);
}

.advanced-search {
  background-color: #FFFFFF;
  border: 1px solid #ADADAD;
  color: #707070;
  margin-left: auto;
}
.advanced-search .active {
  background-color: #E2E2E2;
  border: 1px solid #E2E2E2;
  color: #14191D;
}

.tabs {
  padding-top: 20px;
  border-bottom: 1px solid #ADADAD;
  font-size: 1.1rem;
}

.new-popup {
  text-align: center;
}

.landing-search-results {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 16px 8px 16px;
  height: 100%;
}
.landing-search-results div {
  align-self: center;
}
.landing-search-results-container {
  background-color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  max-height: 300px;
}
.landing-search-results-container a {
  color: #ff3800 !important;
  font-size: 0.9rem;
}

.search-subtitle {
  font-size: 0.9rem;
  padding: 8px 16px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.landing-search-not-found-container {
  background-color: #fff !important;
  margin-top: 16px !important;
  margin-bottom: 16px !important;
  cursor: default !important;
}

@media only screen and (min-width: 300px) and (max-width: 768px) {
  .filters-card {
    width: 100%;
  }
  .sponsor-img article img {
    width: 70% !important;
  }
}
.table-name-cell {
  width: 80%;
}

td.summary-team-stats-home, td.summary-team-stats-away {
  border-right: 1px solid #c3c2b9;
  border-left: 1px solid #c3c2b9;
}

td.summary-team-stats-home {
  border-bottom: 1px solid #c3c2b9;
}

td.summary-team-stats-home:nth-child(3), td.summary-team-stats-away:nth-child(2) {
  border-left: none;
}

td.summary-team-stats-home:last-child, td.summary-team-stats-away:last-child {
  border-right: none;
}

.tr-space {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

@media only screen and (min-width: 300px) and (max-width: 375px) {
  .table-multiple-match td,
  .table-multiple-match th {
    padding: 0.25rem !important;
    padding-left: 0 !important;
  }
  .ftcheckbox-container-full-width {
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 376px) and (max-width: 450px) {
  .table-multiple-match td,
  .table-multiple-match th {
    padding: 0.45rem !important;
  }
  .table-multiple-match td.iconRow {
    padding-left: 0 !important;
  }
  .table-multiple-match td.table-name-cell {
    padding-left: 0 !important;
  }
  .ftcheckbox-container-full-width {
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .table-multiple-match td,
  .table-multiple-match th {
    padding: 0.45rem !important;
  }
  .table-multiple-match td.iconRow {
    padding-left: 0 !important;
  }
  .table-multiple-match td.table-name-cell {
    padding-left: 0 !important;
  }
  .table-header-extra-stats td > .acro-player {
    padding: 8px !important;
  }
}
/* jQuery UI Datepicker moving pixels fix */
table.ui-datepicker-calendar {
  border-collapse: separate;
}

.ui-datepicker-calendar td {
  border: 1px solid transparent;
}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
  display: none;
}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
  background: #f44242;
  color: #EEE;
}

#sortablePhotosNews .ui-state-highlight {
  width: 252px;
  height: 150px;
  margin-left: 38px;
}

/* time */
.timeSelector {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  margin: 0 !important;
  border: none !important;
}
.timeSelector:hover {
  border: none !important;
}

.timer-style {
  border: 1px solid black;
  border-radius: 0.25rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.match-day-container {
  align-items: baseline;
}

/* tooltip Enrollment */
.info-tooltip {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.info-tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
.info-tooltip:hover .tooltiptext {
  visibility: visible;
  width: 200px;
}

@media only screen and (min-width: 320px) and (max-width: 1080px) {
  .info-tooltip {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-tooltip:hover .info-tooltip-text {
    height: 124px;
  }
  .info-tooltip:hover .tooltiptext {
    width: 94px;
  }
}
.drop_container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #ff3800;
  background: rgba(255, 56, 0, 0.1);
  width: 100%;
  margin: 16px 0;
}

.drop_zone_placeholder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 32px;
  text-align: center;
}

.is-dragover {
  background: rgba(255, 56, 0, 0.6);
}

.centered-vertically {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: auto;
}

.circle-btn {
  margin-right: 8px;
}

/* end tooltip Enrollment */
/***** COOKIE_CONSENT ************************************************/
/* http://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css */
.cc-window {
  opacity: 1;
  transition: opacity 1s ease;
}

.cc-window.cc-invisible {
  opacity: 0;
}

.cc-animate.cc-revoke {
  transition: transform 1s ease;
}

.cc-animate.cc-revoke.cc-top {
  transform: translateY(-2em);
}

.cc-animate.cc-revoke.cc-bottom {
  transform: translateY(2em);
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
  transform: translateY(0);
}

.cc-grower {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s;
}

.cc-link, .cc-revoke:hover {
  text-decoration: underline;
}

.cc-revoke, .cc-window {
  position: fixed;
  overflow: hidden;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  z-index: 9999999;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.cc-revoke {
  display: none !important;
}

.cc-window.cc-static {
  position: static;
}

.cc-window.cc-floating {
  padding: 2rem;
  max-width: 24rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cc-window.cc-banner {
  padding: 1rem 1.8rem;
  width: 100%;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cc-revoke {
  padding: 0.5em;
}

.cc-header {
  font-size: 18px;
  font-weight: 700;
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
  cursor: pointer;
}

.cc-link {
  opacity: 0.8;
  display: inline-block;
  padding: 0.2em;
}

.cc-link:hover {
  opacity: 1;
}

.cc-link:active, .cc-link:visited {
  color: initial;
}

.cc-btn {
  display: block;
  padding: 0.4em 0.8em;
  font-size: 0.9em;
  font-weight: 700;
  border-width: 2px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
}

.cc-banner .cc-btn:last-child {
  min-width: 140px;
}

.cc-highlight .cc-btn:first-child {
  background-color: transparent;
  border-color: transparent;
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
  background-color: transparent;
  text-decoration: underline;
}

.cc-close {
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 1.6em;
  opacity: 0.9;
  line-height: 0.75;
}

.cc-close:focus, .cc-close:hover {
  opacity: 1;
}

.cc-revoke.cc-top {
  top: 0;
  left: 3em;
  border-bottom-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
}

.cc-revoke.cc-bottom {
  bottom: 0;
  left: 3em;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.cc-revoke.cc-left {
  left: 3em;
  right: unset;
}

.cc-revoke.cc-right {
  right: 3em;
  left: unset;
}

.cc-top {
  top: 1em;
}

.cc-left {
  left: 1em;
}

.cc-right {
  right: 1em;
}

.cc-bottom {
  bottom: 1em;
}

.cc-floating > .cc-link {
  margin-bottom: 1em;
}

.cc-floating .cc-message {
  display: block;
  margin-bottom: 1em;
}

.cc-window.cc-floating .cc-compliance {
  -ms-flex: 1;
  flex: 1;
}

.cc-window.cc-banner {
  -ms-flex-align: center;
  align-items: center;
}

.cc-banner.cc-top {
  left: 0;
  right: 0;
  top: 0;
}

.cc-banner.cc-bottom {
  left: 0;
  right: 0;
  bottom: 0;
}

.cc-banner .cc-message {
  -ms-flex: 1;
  flex: 1;
}

.cc-compliance {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.cc-compliance > .cc-btn {
  -ms-flex: 1;
  flex: 1;
}

.cc-btn + .cc-btn {
  margin-left: 0.5em;
}

@media print {
  .cc-revoke, .cc-window {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .cc-btn {
    white-space: normal;
  }
}
@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
  .cc-window.cc-top {
    top: 0;
  }
  .cc-window.cc-bottom {
    bottom: 0;
  }
  .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
    left: 0;
    right: 0;
  }
  .cc-window.cc-banner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cc-window.cc-banner .cc-compliance {
    -ms-flex: 1;
    flex: 1;
  }
  .cc-window.cc-floating {
    max-width: none;
  }
  .cc-window .cc-message {
    margin-bottom: 1em;
  }
  .cc-window.cc-banner {
    -ms-flex-align: unset;
    align-items: unset;
  }
}
.cc-floating.cc-theme-classic {
  padding: 1.2em;
  border-radius: 5px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
  text-align: center;
  display: inline;
  -ms-flex: none;
  flex: none;
}

.cc-theme-classic .cc-btn {
  border-radius: 5px;
}

.cc-theme-classic .cc-btn:last-child {
  min-width: 140px;
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
  display: inline-block;
}

.cc-theme-edgeless.cc-window {
  padding: 0;
}

.cc-floating.cc-theme-edgeless .cc-message {
  margin: 2em 2em 1.5em;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  margin: 0;
  padding: 0.8em 1.8em;
  height: 100%;
}

.cc-banner.cc-theme-edgeless .cc-message {
  margin-left: 1em;
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
  margin-left: 0;
}

/***** COOKIE_CONSENT ************************************************/
/******* TOAST MESSAGE ***********************************************/
.toast-container {
  width: 280px;
  z-index: 1000000;
}

* html .toast-container {
  position: absolute;
}

.toast-item {
  position: relative;
  display: grid;
  grid-template-columns: 12% 1fr;
  grid-template-rows: auto 1fr;
  align-items: center;
  gap: 0 10px;
  color: #EEE;
  background: #333;
  font-size: 14px;
  border: 2px solid #999;
  border-radius: 10px;
  padding: 10px;
  opacity: 0.9;
}
.toast-item p {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  max-width: none;
  width: 100%;
  gap: 5px 0;
}
.toast-item-close {
  grid-column: 2;
  grid-row: 1;
  position: absolute;
  top: -5%;
  right: 5%;
  background: url(../img/close-circle.png) no-repeat center center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.toast-item-image {
  grid-row: 2;
  max-width: none;
  width: 100%;
  height: 32px;
}
.toast-item-image-error {
  background: url(../img/error.png) no-repeat left center;
}
.toast-item-image-notice {
  background: url(../img/notice.png) no-repeat left center;
}
.toast-item-image-success {
  background: url(../img/success.png) no-repeat left center;
}
.toast-item-image-warning {
  background: url(../img/warning.png) no-repeat left center;
}

/**
 * toast types
 *
 * pattern: toast-type-[value]
 * where 'value' is the real value of the plugin option 'type'
 */
.toast-type-notice {
  color: #FFF;
}

.toast-type-success {
  color: #FFF;
}

.toast-type-warning {
  color: #FFF;
  border-color: #FCBD57;
}

.toast-type-error {
  color: #FFF;
  border-color: #B32B2B;
}

/**
 * positions
 *
 * pattern: toast-position-[value]
 * where 'value' is the real value of the plugin option 'position'
 */
.toast-position-top-left {
  position: fixed;
  left: 20px;
  top: 20px;
}

.toast-position-top-center {
  position: fixed;
  top: 20px;
  left: 50%;
  margin-left: -140px;
}

.toast-position-top-right {
  position: fixed;
  top: 20px;
  right: 20px;
  display: grid;
  gap: 10px;
}

.toast-position-middle-left {
  position: fixed;
  left: 20px;
  top: 50%;
  margin-top: -40px;
}

.toast-position-middle-center {
  position: fixed;
  left: 50%;
  margin-left: -140px;
  margin-top: -40px;
  top: 50%;
}

.toast-position-middle-right {
  position: fixed;
  right: 20px;
  margin-left: -140px;
  margin-top: -40px;
  top: 50%;
}

/* Captcha in login page */
.captcha-login {
  max-width: 100%;
}

.captcha-login img {
  width: 100%;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  opacity: 0.5;
  font: 0.9rem "Open Sans", sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.5;
  font: 0.9rem "Open Sans", sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 0.5;
  font: 0.9rem "Open Sans", sans-serif;
}

.datepicker::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  opacity: 0.5;
  font: 0.9rem "Open Sans", sans-serif;
}

.datepicker:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity: 0.5;
  font: 0.9rem "Open Sans", sans-serif;
}

.datepicker::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity: 0.5;
  font: 0.9rem "Open Sans", sans-serif;
}

.datepicker:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.5;
  font: 0.9rem "Open Sans", sans-serif;
}

.deleteinput {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 0;
  cursor: pointer;
}

.button-secondary {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #ff3800 !important;
  border-radius: 5px;
  color: #ff3800 !important;
  background-color: #fafafa !important;
  padding: 0.5rem 1rem;
  text-align: center;
}

.tags-field {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.new-removeTag {
  margin-left: 8px;
  margin-bottom: 8px;
}

.label-input-container {
  align-items: baseline;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#competitionsTeams-list {
  padding: 8px;
}

.inscription-btn {
  padding: 24px 0 !important;
  margin-bottom: 16px;
}

.only-mobile {
  display: none !important;
}

.icon-button {
  border: 0;
  background: transparent;
  width: 86px;
  color: #ff3800;
  font-size: 1.5em;
  padding: 4px;
}
.icon-button div {
  margin-top: 4px;
  font-size: 0.8rem;
}

.file-added, .url-added {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #ff3800 !important;
  border-radius: 5px;
  color: #ff3800 !important;
  background-color: #fafafa !important;
  gap: 8px;
  padding: 8px;
  margin-bottom: 8px;
}

.img_name {
  flex-grow: 1;
}

.social-button {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-btn-social {
  text-align: center;
  height: 100%;
}

.entypo-check {
  display: none;
}

.entypo-export {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 33px;
  padding: 0 8px;
}

.entypo-export i:hover {
  opacity: 0.6;
  cursor: pointer;
}

.entypo-export i {
  font-size: 20px;
}

.entypo-check:checked + .entypo-export {
  color: #ff3800;
}

.social-separator {
  height: 0;
}

.entypo-check:checked ~ .social-menu {
  opacity: 1;
  -webkit-transform: scale(1) translateX(-40px);
  -moz-transform: scale(1) translateX(-40px);
  -o-transform: scale(1) translateX(-40px);
  transform: scale(1) translateX(-40px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.social-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  align-items: flex-end;
  position: relative;
  top: 10px;
  transform-origin: 80% 50%;
  -webkit-transform: scale(0) translateX(-20px);
  -moz-transform: scale(0) translateX(-20px);
  -o-transform: scale(0) translateX(-20px);
  transform: scale(0) translateX(-20px);
  opacity: 0;
  z-index: 25;
}

.menu-social {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  gap: 2%;
  height: 54px;
  width: fit-content;
  padding: 0 8px;
  background: #909090;
  list-style: none;
  border-radius: 5px;
}
.menu-social li {
  height: 100%;
  cursor: pointer;
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 6px;
}
.menu-social li a {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 !important;
  border-radius: 50%;
  color: rgba(48, 48, 48, 0.8);
  width: 36px;
  height: 36px;
  background-color: #fafafa;
}
.menu-social:after {
  content: "";
  position: absolute;
  left: 100%;
  margin: 19px auto;
  border-left: 10px solid #909090;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.qr-container {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

#qr-code-image {
  width: 320px;
  height: 320px;
  justify-self: center;
}

.tox-promotion, .tox-statusbar__branding, .tox-statusbar__help-text {
  visibility: hidden !important;
}

.small-label {
  font-size: 0.6rem;
  margin-bottom: 10px;
}

.sp-replacer {
  width: 40px;
}

.landing-app-button img {
  height: 36px;
  margin-top: 12px;
  margin-bottom: 0 !important;
}

.spacing-bottom-small {
  margin-bottom: 8px;
}

.spacing-top-small {
  margin-top: 8px;
}

.spacing-left-medium {
  margin-left: 16px;
}

.schedule-content div {
  margin-top: 10px;
}

.form-title {
  font-size: 1rem;
  font-weight: normal;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  resize: none;
  overflow: hidden;
}
.form-title-h1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
}
.form-title-h2 {
  font-size: 1.4rem;
  font-weight: normal;
  color: #555555;
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: center;
}

.form-block-container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.form-block-container div {
  flex: 1;
}
.form-block-container div:not(:first-child) {
  margin-left: 16px;
}

.form-table {
  width: 100%;
  border: 1px solid #000000;
}
.form-table th, .form-table td {
  border: 1px solid #000000;
  vertical-align: middle;
  padding: 4px;
}
.form-table td label {
  text-align: center;
}

label {
  clear: both;
  display: block;
  font-size: 0.9rem;
}
label span {
  color: #909090;
}

input, textarea, .StripeElement {
  font-size: 0.9rem;
  border: 1px solid #909090;
  background-color: #fff;
  color: rgba(48, 48, 48, 0.8);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  outline: none;
  padding: 5px;
  margin-bottom: 8px;
  width: 100%;
  box-sizing: border-box;
}

input:active, input:focus {
  background-color: #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

input[type=checkbox], input[type=number], input#date, input#time,
input#startDate, input#endDate {
  width: auto;
}

input[type=submit], a.button, .accept-button {
  background-color: #ff3800;
  border-color: #ff3800;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #EEE;
  font-size: 0.8rem;
  width: auto;
  height: auto;
  padding: 0.6rem 1rem;
  font-family: "Open Sans", sans-serif;
  text-align: center;
}

input[type=submit]:hover, a.button:hover {
  cursor: pointer;
}

input[type=submit]::-moz-focus-inner {
  border: 0;
}

#form_contact textarea#message {
  margin: 5px 0 10px;
  padding: 4px;
  font-size: 0.9rem !important;
  background-color: #FFF;
}

select {
  font-size: 0.8rem;
  margin-right: 10px;
  margin-bottom: 10px;
}

form p.error {
  color: #c60000;
  font-size: 0.7rem;
  margin: 10px 0;
}

.small-error {
  color: #c60000;
  font-size: 0.7rem;
  margin-top: -8px;
  margin-bottom: 4px;
}

form p.error-new {
  color: #c60000;
  margin: -5px 0;
}

input.error, select.error {
  color: rgba(48, 48, 48, 0.8);
  border: 1px solid #c60000;
}

.grid-item {
  border: 1px #ccc solid;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  height: 300px;
  padding: 0;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.grid-item h3 {
  margin-top: 5px;
}
.grid-item p {
  font-size: 0.8rem;
}
.grid-item div.banner-container {
  margin-top: 0px !important;
}
.grid-item-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1%;
}
.grid-item:hover {
  border-color: #ff3800 !important;
}

.match-item {
  height: 180px !important;
}

@media only screen and (min-width: 480px) and (max-width: 899px) {
  .grid-item p {
    font-size: 0.9rem;
  }
  .grid-item p.members {
    font-size: 0.8rem;
  }
  .grid-item {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (min-width: 900px) {
  .grid-item p.members {
    font-size: 0.9rem;
  }
  .grid-item {
    width: 32%;
  }
}
.dataTable thead th, table.dataTable thead td {
  padding-left: 8px !important;
}

#matches-table.dataTable th:not(:last-child), #matches-table.dataTable td:not(:last-child),
#user-table.dataTable th:not(:last-child), #user-table.dataTable td:not(:last-child) {
  min-width: 1px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate, .dataTables_wrapper .dataTables_length select {
  color: rgba(48, 48, 48, 0.8) !important;
}

.dataTables_length label, .dataTables_info {
  margin-left: 10px;
}

.dataTables_length select {
  border: 1px solid #ff3800;
  background: #fafafa;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #ff3800;
  font-size: 0.9rem;
  border-radius: 0.25rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #ff3800 !important;
  border: 1px solid #fafafa !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #ff3800 !important;
  color: #FFF !important;
}

.dataTables_length select:hover {
  opacity: 0.8;
  background-color: #ff3800;
  color: #ff3800 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #ff3800 !important;
  color: #FFF !important;
}

.dataTable-name-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.enrollment-td-event {
  font-size: 14px !important;
}

.enrollment-td-datelimit {
  font-size: 12px !important;
  color: rgba(48, 48, 48, 0.6);
}

.chip-datatable {
  text-align: center;
  border-radius: 16px;
  font-size: 12px;
  padding: 2px 12px 2px 12px;
  color: #FFF;
}

.chip-datatable.active {
  background-color: #39B547;
}

.chip-datatable.closed {
  background-color: #C3C3C3;
}

.chip-datatable.toapprove,
.chip-datatable.invited {
  background-color: #FDD06A;
  color: #14191D;
}

.chip-datatable.topay {
  background-color: #F76464;
}

.chip-datatable.rejected {
  background-color: #000000;
}

.datatable-element-selected {
  color: #ff3800;
  font-size: 1rem;
}

.datatable-element-subtitle {
  color: rgba(48, 48, 48, 0.6);
  font-size: 12px;
}

.dataTable-icon-xcircle {
  -webkit-filter: invert(63%) sepia(2%) saturate(0%) hue-rotate(18deg) brightness(95%) contrast(86%);
  -moz-filter: invert(63%) sepia(2%) saturate(0%) hue-rotate(18deg) brightness(95%) contrast(86%);
  -o-filter: invert(63%) sepia(2%) saturate(0%) hue-rotate(18deg) brightness(95%) contrast(86%);
  filter: invert(63%) sepia(2%) saturate(0%) hue-rotate(18deg) brightness(95%) contrast(86%);
}

.dataTable-td-clickable {
  cursor: pointer;
}

#enrollment-table tbody tr:hover {
  background-color: rgba(255, 56, 0, 0.4);
}

.dataTable-name-container .dataTable-icon-xcircle {
  align-self: center;
}

.expanding-right-menu {
  max-height: 250px;
  overflow-y: scroll;
}

table.dataTable tbody tr:not(.legend-row-important) {
  background-color: #fff;
}

table.dataTable tbody tr:not(.legend-row-important):hover {
  background-color: rgba(255, 56, 0, 0.4);
}

.legend-row-important {
  background-color: rgba(48, 48, 48, 0.1) !important;
}

.dataTables_wrapper .dataTables_processing {
  background: rgba(255, 255, 255, 0.6) !important;
}

.datatable-td-center {
  text-align: center;
}

.ui-sortable-handle tr, .groupBox-zero tr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

table.dataTable thead th {
  position: relative;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-image: none !important;
  background: none !important;
}

table.dataTable thead th.sorting::after {
  content: "▲";
  font-size: 10px;
  color: rgba(48, 48, 48, 0.6);
  position: absolute;
  left: 4px;
  top: 15px;
  transform: translateY(-50%);
}
table.dataTable thead th.sorting::before {
  content: "▼";
  font-size: 10px;
  color: rgba(48, 48, 48, 0.6);
  position: absolute;
  left: 4px;
  top: 25px;
  transform: translateY(-50%);
}
table.dataTable thead th.sorting_asc::after {
  content: "▲";
  font-size: 10px;
  color: rgba(48, 48, 48, 0.6);
  position: absolute;
  left: 4px;
  top: 15px;
  transform: translateY(-50%);
}
table.dataTable thead th.sorting_asc::before {
  content: "▼";
  font-size: 10px;
  color: rgba(255, 56, 0, 0.6);
  position: absolute;
  left: 4px;
  top: 25px;
  transform: translateY(-50%);
}
table.dataTable thead th.sorting_desc::after {
  content: "▼";
  font-size: 10px;
  color: rgba(48, 48, 48, 0.6);
  position: absolute;
  left: 4px;
  top: 25px;
  transform: translateY(-50%);
}
table.dataTable thead th.sorting_desc::before {
  content: "▲";
  font-size: 10px;
  color: rgba(255, 56, 0, 0.6);
  position: absolute;
  left: 4px;
  top: 15px;
  transform: translateY(-50%);
}

table.dataTable thead .sorting {
  background: url("https://cdn.datatables.net/1.10.0/images/sort_both.png") no-repeat center left;
}

table.dataTable thead > tr > th.sorting {
  padding-left: 20px !important;
  padding-right: 16px !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  right: auto !important;
}

#notifications-container table {
  width: 100%;
}

.tooltipEdit {
  position: relative;
  display: inline-block;
  text-align: center;
}

.tooltipEdit:hover .tooltipEditText,
.tooltipEdit:hover .tooltipDocText {
  display: block;
}

.tooltipEditText {
  display: none;
  position: absolute;
  z-index: 1;
  width: 80px;
  color: #FFF;
  background-color: #ff3800;
  font-size: 12px;
  border-radius: 10px;
  padding: 4px 8px;
  bottom: -28px;
  left: -40px;
}

.tooltipDocText {
  display: none;
  position: absolute;
  z-index: 1;
  color: #FFF;
  background-color: #ff3800;
  font-size: 12px;
  border-radius: 10px;
  padding: 4px 8px;
  bottom: -28px;
  left: -26px;
}

.datatableMaxWidth {
  max-width: 300px;
  line-height: 1.2;
  overflow: hidden;
  white-space: normal;
}

.datatableMaxAge {
  color: #c60000;
  font-size: 1.3rem;
}

.datatableMinAge {
  color: #FDD06A;
  font-size: 1.3rem;
}

/*ONBOARDING*/
.dots {
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 2%;
}
.dots li.active .dot-number {
  color: #FFF;
  background-color: #ff3800;
  border: 1px solid #ff3800;
}
.dots li.active .dot-text {
  color: #ff3800;
}
.dots li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.dot-number {
  border-radius: 100%;
  border: 1px solid;
  margin-right: 8px;
  width: 28px;
  height: 28px;
}
.dot-number span {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 12px 2px 12px;
  align-content: center;
}

.onboarding-content {
  margin: auto;
  flex-grow: 1;
}
.onboarding-content div label {
  font-size: 16px;
  color: #EEE;
  font-weight: 400;
  border: none;
}
.onboarding-content div table td.selected {
  background-color: #ff3800;
  border-radius: 25px;
}

.plans-comparation {
  width: 100%;
  padding-bottom: 24px;
}
.plans-comparation table {
  width: 100%;
  min-width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.plans-comparation table td {
  padding: 10px;
  vertical-align: top;
}

.onboarding-selected {
  margin-top: 10px;
  max-height: 100px;
  overflow: scroll;
}

.chips-onboarding {
  color: #ff3800;
}

.onboarding-search {
  position: relative;
  color: #909090;
  font-size: 16px;
  min-width: 320px;
}
.onboarding-search input {
  background: #fcfcfc;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.onboarding-search .fa-search {
  position: absolute;
  top: 7px;
  right: 10px;
}

.onboarding-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  min-height: 300px;
}

.onboarding-header {
  padding-top: 24px;
  padding-bottom: 20px;
  text-align: center;
}
.onboarding-header-search {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 15px;
  width: 90%;
  margin: auto;
}
.onboarding-header-search .onboarding-main-input {
  width: 100%;
  margin-right: 16px;
  padding-left: 10px;
}

.modal.modal-onboarding .modal-dialog {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  max-width: none;
}

.modal.modal-onboarding .modal-content {
  height: 100vh;
  border-radius: 0;
  border: none;
}

.modal.modal-onboarding .modal-body {
  height: 100%;
  overflow-y: auto;
}

.modal.modal-onboarding .item-card-filter-container {
  height: 100%;
}

.onboarding-logo img {
  display: table;
  margin: 0 auto;
  max-width: 270px;
  width: 100%;
}

.slick-dots {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: relative;
}
.slick-dots li {
  margin: 0 1rem;
  width: 2.5rem;
  height: 1.5rem;
}
.slick-dots li:first-child::before {
  z-index: -1;
}
.slick-dots .dot-onboarding {
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 4px;
  border-radius: 100%;
  border: 1px solid grey;
  background-color: white;
  width: 28px;
  height: 28px;
  color: gray;
  opacity: 0.4;
  cursor: default;
  pointer-events: none;
}

.slick-dots li.slick-active .dot-onboarding, .slick-dots li.slick-ft-active .dot-onboarding, .slick-dots li.slick-ft-active .dot-onboarding {
  background-color: rgba(255, 56, 0, 0.8);
  border: 1px solid rgba(255, 56, 0, 0.8);
  color: white;
  opacity: 1;
}

.slick-ft-active .dot-onboarding {
  cursor: pointer;
  pointer-events: all;
}

.slick-dotted.slick-slider {
  margin-bottom: 5px;
}

.signup-roles div {
  color: rgba(48, 48, 48, 0.8);
  padding-right: 20px;
  cursor: pointer;
}

.onboarding-roles {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: start;
  height: 100%;
  border: 1px solid rgba(48, 48, 48, 0.8);
  border-radius: 5px;
  margin: 6px;
  padding: 10px;
  position: relative;
}
.onboarding-roles:hover, .onboarding-roles.active {
  background-color: rgba(255, 56, 0, 0.1);
  border: 1px solid rgba(255, 56, 0, 0.8);
}
.onboarding-roles-primary-text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 150px;
  margin-right: 4px;
}
.onboarding-roles-secundary-text {
  max-width: 400px;
  color: #8E8E8E;
  font-size: 14px;
  text-align: left;
}

.radio-onboarding-roles:checked + .onboarding-roles {
  background-color: rgba(255, 56, 0, 0.4);
  border-color: rgba(255, 56, 0, 0.8);
}

.onboarding-roles .ftradio-container input:checked ~ .ftradio-checkmark {
  background-color: white;
}

.onboarding-roles .ftradio-container input:checked ~ .ftradio-checkmark label {
  background-color: rgba(255, 56, 0, 0.4);
  border-color: rgba(255, 56, 0, 0.8);
}

.onboarding-btn {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.onboarding-btn .btn {
  width: 170px;
  margin: 1%;
}
.onboarding-btn .previous span:before {
  content: "<";
  right: 30%;
  position: relative;
}
.onboarding-btn .next span:after {
  content: ">";
  left: 30%;
  position: relative;
}

.onboarding-body {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
}

.onboarding-body.roles {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.onboarding-body .sporttypes {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}

.onboarding-body .sport {
  border: 1px solid rgba(48, 48, 48, 0.8);
  border-radius: 5px;
  margin: 20px;
  padding: 20px;
  max-width: 180px;
  word-break: break-all;
  cursor: pointer;
}
.onboarding-body .sport .title {
  font-size: 16px;
}
.onboarding-body .sport .subtitle {
  font-size: 12px;
  color: #8E8E8E;
  word-break: normal;
}
.onboarding-body .sport.active {
  background-color: rgba(255, 56, 0, 0.1);
  border: 1px solid rgba(255, 56, 0, 0.8);
}
.onboarding-body .sport:hover {
  border: 1px solid rgba(255, 56, 0, 0.8);
  border-radius: 6px;
  opacity: 1;
  background-color: rgba(255, 56, 0, 0.3);
}

.onboarding-body .sporttypes .ftcheckbox-checkmark {
  position: absolute;
  right: 0;
  left: auto;
  border: 1px solid rgba(48, 48, 48, 0.8);
}

.onboarding-body .sporttypes .ftcheckbox-container input:checked ~ .ftcheckbox-checkmark {
  border: 1px solid #FF9F21;
}

.onboarding-body .sporttypes img {
  padding-top: 45px;
  padding-bottom: 15px;
}

.onboarding-body .sportlist {
  width: 70%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px solid rgba(48, 48, 48, 0.8);
  border-radius: 5px;
  padding: 20px;
  align-content: center;
}

.onboarding-body .sportlist > * {
  flex: 1 1 50%;
  color: rgba(48, 48, 48, 0.8);
  font-size: 14px;
  max-width: 150px;
}

.onboarding-body .sportlist div {
  padding-right: 25px;
}

.onboarding-body .sportlist div label {
  color: rgba(48, 48, 48, 0.8);
  font-size: 14px;
}

.onboarding-body.plans {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: auto;
}

.pricing-item-recommended {
  padding: 30px;
  color: transparent;
}
.pricing-item-recommended span {
  position: relative;
  color: #fafafa;
}
.pricing-item-recommended.active {
  padding: 20px !important;
  margin: 0 1px;
  background-color: rgba(255, 56, 0, 0.8);
  border-radius: 6px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  color: #fafafa;
  bottom: -6px;
  position: relative;
  z-index: -1;
}

.extra-plan-recommended {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  height: 44px;
  background-color: transparent !important;
}
.extra-plan-recommended div {
  position: relative;
  color: rgba(48, 48, 48, 0.8);
}

.extra-plan-blank {
  height: 44px;
}

.yearly-bill-container {
  height: 24px;
}

.extra-selector {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.extra-selector a, .extra-selector p {
  color: rgba(48, 48, 48, 0.8);
}
.extra-selector i {
  padding: 0 8px;
}

.extra-price {
  font-weight: 400;
}

.yearly-bill-info {
  color: rgba(255, 56, 0, 0.8);
  font-size: 16px;
  font-weight: bold;
}

.plans-description-table-title {
  background-color: #F2F2F2;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  border-radius: 6px;
  color: #3B3B3B;
  margin-bottom: 15px;
  margin-top: 15px;
}

.plans-description-table {
  text-align: center;
}
.plans-description-table td {
  border-bottom: 1px solid #DDDDDD;
}
.plans-description-table td img {
  display: inline-flex;
}

.inner-confirm-popup {
  text-align: center;
  max-width: 580px;
}

.selectedplan-title {
  font-size: 20px;
  color: #3B3B3B;
  font-weight: 600;
}

.selectedplan-name {
  font-size: 16px;
  color: #8E8E8E;
}

.selectedplan-description {
  font-size: 16px;
  color: #3B3B3B;
  margin: 50px;
}

.confirm-plan {
  border-radius: 6px;
}

.confirm-plan .ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
  color: #909090;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.onboarding-body .grid-card .card-tag.event:hover {
  cursor: pointer;
}

.onboarding-body .grid-card:hover {
  cursor: default;
  box-shadow: none;
}

.onboarding-body .grid-card .card-tag.event {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.onboarding-body .grid-card .follow,
.onboarding-body .grid-card .unfollow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.onboarding-body .grid-card .follow img,
.onboarding-body .grid-card .unfollow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.onboarding-body .grid-card .follow span,
.onboarding-body .grid-card .unfollow span {
  padding-left: 5px;
}

.onboarding-body .grid-card .unfollowstate {
  background-color: #D57900;
}

.onboarding-body .grid-card .card-tag {
  width: 110px;
  top: 8px;
}

.onboarding-body .card-tag-unfollow,
.onboarding-body .card-tag-follow,
.onboarding-body .card-tag {
  display: none;
}

.onboarding-body .grid-card .card-tagevent {
  font-size: 12px;
}

.onboarding-body .top-events {
  height: 315px;
  overflow-y: scroll;
  border: 1px solid #C1C1C1;
  border-radius: 2px;
  opacity: 1;
  min-width: 100%;
  padding: 10px;
}

.onboarding-main-input {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #F7F7F7;
}

.onboarding-main-input input {
  margin: 0;
  border: none;
  background-color: #F7F7F7;
}

.onboarding-main-input:hover {
  border: 1px solid #FF9F21;
}

.onboarding-filters .filters-row {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-events img {
  display: initial;
}

.onboarding-size {
  width: 80%;
  margin: auto;
}

@media only screen and (min-width: 320px) and (max-width: 589px) {
  .onboarding-content div table td {
    padding: 4px !important;
  }
  .onboarding-size {
    width: 97% !important;
  }
  .extra-plan-recommended {
    padding-top: 8px;
  }
}
/* Blog */
.blog h1 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.blog h2 {
  height: auto;
  white-space: normal;
}

.blog h3 {
  height: auto;
  white-space: normal;
}

.blog p {
  white-space: normal;
}

.blog a:hover {
  text-decoration: underline;
}

.blog article {
  height: 100%;
  padding: 0 10px;
}

.blog header {
  background: none;
  height: 100%;
}

.blog header h1 {
  color: #14191D;
  float: none;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}

.blog footer {
  background: none;
  border-top: 1px solid #EEE;
  height: 100%;
  margin: 0 0 10px 0;
  position: inherit;
}

.blog .entry-meta {
  color: #ccc;
  font-size: 0.7em;
  margin-top: 7px;
}

.blog .entry-content h2 {
  color: #14191D;
  font-size: 1.3em;
  margin: 10px 0 5px;
}

.blog .entry-content p {
  font-size: 0.8em;
  line-height: 1.5em;
  margin-bottom: 5px;
}

.blog .entry-content ul, .blog .entry-content ol {
  font-size: 0.8em;
  margin: 0 0 10px 30px;
}

.blog .entry-content li {
  margin-bottom: 5px;
}

.blog .entry-content img {
  height: auto;
  max-width: 100%;
}

.blog aside#sidebar aside {
  font-size: 0.9em;
  margin-bottom: 0;
}

.blog aside header h1 {
  color: #14191D;
  float: none;
  font-size: 1.5em;
  padding: 0;
  margin: 0;
}

.blog aside#sidebar aside nav ul li ul {
  margin-left: 20px;
}

.blog aside#sidebar aside nav ul li i {
  color: #14191D;
}

.blog div#comments h2#comments-title {
  font-size: 1em;
}

.blog div#comments ol.commentlist {
  list-style: none;
}

.blog div#comments ol.commentlist article {
  margin-bottom: 10px;
  padding: 0 10px 10px;
}

.blog div#comments ol.commentlist article footer.comment-meta {
  background: transparent;
  border: none;
  color: #444;
  font-style: italic;
}

.blog div#comments ol.commentlist article footer.comment-meta div.comment-author img {
  background: #fff;
  border: 1px solid #ccc;
  float: left;
  height: 24px;
  margin: 0 10px 5px 0;
  padding: 2px;
  width: 24px;
}

.blog div#comments ol.commentlist article footer.comment-meta div.comment-author a:hover,
.blog div#comments ol.commentlist article footer.comment-meta div.comment-author a:active {
  text-decoration: underline;
}

.blog div#comments ol.commentlist article div.comment-content p {
  clear: both;
  font-size: 0.8em;
  line-height: 1.2em;
  margin-bottom: 7px;
}

.blog div#comments ol.commentlist article div.reply {
  font-size: 0.8em;
}

.blog div#comments ol.commentlist li ul {
  list-style: none;
  margin-left: 20px;
}

.blog div#comments ol.commentlist li ul li ul {
  list-style: none;
  margin-left: 20px;
}

.blog div#comments div#respond {
  font-size: 0.8em;
}

.blog div#comments div#respond h3#reply-title {
  color: #14191D;
  font-size: 1.2em;
}

.blog div#comments div#respond form input[type=text], .blog div#comments div#respond form textarea {
  background-color: #FFF;
  border: 1px solid #2A2A2A;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  display: block;
  font-size: 1em;
  margin-bottom: 10px;
  padding: 3px;
}

.blog div#comments div#respond form textarea {
  resize: none;
  outline: none;
  width: 95%;
}

.blog div#comments div#respond form input#submit {
  margin-bottom: 20px;
}

.blog #commentform label, .blog #commentform span {
  display: inline;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .blog header h1 {
    font-size: 1.9em;
  }
  .blog .entry-meta {
    font-size: 0.8em;
  }
  .blog .entry-content h2 {
    font-size: 1.5em;
  }
  .blog .entry-content p {
    font-size: 0.9em;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  .blog .entry-content ul {
    font-size: 0.9em;
  }
  .blog aside#sidebar aside {
    font-size: 0.9em;
    margin-bottom: 10px;
  }
  .blog aside header h1 {
    font-size: 1.7em;
  }
  .blog div#comments h2#comments-title {
    font-size: 1.1em;
  }
  .blog div#comments ol.commentlist article footer.comment-meta div.comment-author img {
    height: 32px;
    padding: 3px;
    width: 32px;
  }
  .blog div#comments ol.commentlist article div.comment-content p {
    font-size: 0.9em;
  }
  .blog div#comments ol.commentlist article div.reply {
    font-size: 0.9em;
  }
  .blog div#comments ol.commentlist li ul {
    margin-left: 30px;
  }
  .blog div#comments ol.commentlist li ul li ul {
    margin-left: 30px;
  }
  .blog div#comments div#respond {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .blog header h1 {
    font-size: 2.3em;
  }
  .blog .entry-meta {
    font-size: 0.8em;
  }
  .blog .entry-content h2 {
    font-size: 1.9em;
  }
  .blog .entry-content p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  .blog .entry-content ul {
    font-size: 1em;
  }
  .blog aside#sidebar aside {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .blog aside header h1 {
    font-size: 2.1em;
  }
  .blog div#comments h2#comments-title {
    font-size: 1.3em;
  }
  .blog div#comments ol.commentlist article footer.comment-meta div.comment-author img {
    height: 40px;
    padding: 4px;
    width: 40px;
  }
  .blog div#comments ol.commentlist article div.comment-content p {
    font-size: 1em;
  }
  .blog div#comments ol.commentlist article div.reply {
    font-size: 1em;
  }
  .blog div#comments ol.commentlist li ul {
    margin-left: 60px;
  }
  .blog div#comments ol.commentlist li ul li ul {
    margin-left: 60px;
  }
  .blog div#comments div#respond {
    font-size: 1em;
  }
}
@media only screen and (min-width: 1024px) {
  .blog #main-content {
    float: left;
    width: 630px;
  }
  .blog header h1 {
    font-size: 2.5em;
  }
  .blog .entry-meta {
    font-size: 0.8rem;
    margin-top: 10px;
  }
  .blog .entry-content h2 {
    font-size: 2em;
    margin: 20px 0 10px;
  }
  .blog .entry-content p {
    font-size: 1em;
    line-height: 1.4em;
    margin-bottom: 10px;
  }
  .blog .entry-content ul {
    font-size: 1em;
  }
  .blog aside#sidebar {
    float: right;
    width: 300px;
  }
  .blog aside#sidebar aside {
    font-size: 1em;
    margin-bottom: 20px;
  }
  .blog aside header h1 {
    font-size: 2em;
  }
  .blog div#comments h2#comments-title {
    font-size: 1.3em;
  }
  .blog div#comments ol.commentlist article {
    margin-bottom: 20px;
  }
  .blog div#comments ol.commentlist article footer.comment-meta div.comment-author img {
    height: 48px;
    padding: 4px;
    width: 48px;
  }
  .blog div#comments ol.commentlist article div.comment-content p {
    font-size: 1em;
  }
  .blog div#comments ol.commentlist article div.reply {
    font-size: 1em;
  }
  .blog div#comments ol.commentlist li ul {
    margin-left: 80px;
  }
  .blog div#comments ol.commentlist li ul li ul {
    margin-left: 80px;
  }
  .blog div#comments div#respond h3#reply-title {
    font-size: 1.3em;
  }
  .blog div#comments div#respond {
    font-size: 1em;
  }
}
ol.progtrckr {
  padding: 0;
  margin: 0;
  list-style-type: none;
  counter-reset: section;
}

ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 1rem;
}

ol.progtrckr[data-progtrckr-steps="2"] li {
  width: 49%;
}

ol.progtrckr[data-progtrckr-steps="3"] li {
  width: 33%;
}

ol.progtrckr[data-progtrckr-steps="4"] li {
  width: 24%;
}

ol.progtrckr[data-progtrckr-steps="5"] li {
  width: 19%;
}

ol.progtrckr[data-progtrckr-steps="6"] li {
  width: 16%;
}

ol.progtrckr[data-progtrckr-steps="7"] li {
  width: 14%;
}

ol.progtrckr[data-progtrckr-steps="8"] li {
  width: 12%;
}

ol.progtrckr[data-progtrckr-steps="9"] li {
  width: 11%;
}

ol.progtrckr li.progtrckr-done {
  color: #ff3800;
  border-bottom: 4px solid #ff3800;
}

ol.progtrckr li.progtrckr-doing {
  color: #ff3800;
  border-bottom: 4px solid #ff3800;
  position: relative;
}

ol.progtrckr li.progtrckr-todo {
  color: #ECD6B4;
  border-bottom: 4px solid #ECD6B4;
}

ol.progtrckr li.progtrckr-doing:after {
  position: absolute;
  left: 50%;
  right: 0;
  bottom: -0.25rem;
  border-top: 4px solid #ECD6B4;
  content: "";
}

ol.progtrckr li:before {
  position: relative;
  bottom: -1.5rem;
  float: left;
  left: 50%;
}

ol.progtrckr li.progtrckr-done:before {
  counter-increment: section;
  content: counter(section);
  background-color: #ff3800;
  border-radius: 50%;
  color: #EEE;
  font-size: 0.8rem;
  padding: 5px 10px;
  border: 5px solid #ff3800;
}

ol.progtrckr li.progtrckr-todo:before {
  counter-increment: section;
  content: counter(section);
  background-color: #ECD6B4;
  border-radius: 50%;
  color: #EEE;
  font-size: 0.8rem;
  padding: 5px 10px;
  border: 5px solid #ECD6B4;
}

ol.progtrckr li.progtrckr-doing:before {
  counter-increment: section;
  content: counter(section);
  background-color: #ff3800;
  border-radius: 50%;
  color: #EEE;
  font-size: 0.8rem;
  padding: 5px 10px;
  border: 5px solid #ff3800;
  z-index: 1;
}

ol.progtrckr li.progtrckr-text {
  margin-top: 20px;
  color: #ff3800;
}

@media only screen and (min-width: 320px) and (max-width: 589px) {
  .match-header-away-mobile, .match-header-home-mobile {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .button-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: end;
    padding: 0 !important;
    margin: 0 !important;
  }
  #side-help-button {
    position: fixed;
    right: 0 !important;
    bottom: 0;
    width: 60px;
    height: 60px;
    font-size: 2.5em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-right: 4px;
  }
  .admin-menu-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
  .horizontal-scroll td.value select {
    min-width: 0;
    width: 100% !important;
  }
  td.value input, td.value textarea, td.value select {
    width: 90% !important;
  }
  #competition-settings-details .embedded-help:before {
    padding: 0;
  }
  #competition-settings-details td.label {
    font-size: 3.2vw;
  }
  #match_day_selector.select-wrapper-block {
    width: 100%;
  }
  .banner-text-img {
    position: absolute;
    top: 60px;
    left: 120px;
  }
  .details-icon {
    position: absolute;
    top: 60px;
    left: 100px;
  }
  .cd-tabs-navigation a {
    padding: 0 0.4em 0 0.4em;
  }
  .claimTeamContainer {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .match-header-facts-details {
    flex-direction: column !important;
    align-items: flex-start;
    width: 48% !important;
  }
  .table-item-list .input-button-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .new-image-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pictureNewsHint {
    height: auto !important;
    padding: 8px 0;
  }
  .whitelabel-header-menu-content {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 433px) {
  .admin-buttons-format {
    justify-content: start;
  }
  .item-card-header.event-item-header {
    flex-direction: column !important;
  }
  .item-card-header.event-item-header > .event-item-header-buttons {
    padding-top: 16px;
  }
  .cart-mobile-responsive {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cart-table tbody {
    display: inherit !important;
    width: 100%;
  }
  .cart-item tbody {
    flex-direction: column !important;
  }
  .cart-details {
    width: 100%;
  }
  .cart-mobile-responsive td {
    padding-top: 16px;
  }
  .payment-responsive {
    display: inline-block;
    padding: 8px;
    width: 100%;
  }
  .case-right-block, .case-left-block {
    width: 100%;
  }
  .admin-league-summary {
    flex-direction: column !important;
  }
  .admin-league-summary-buttons {
    grid-template-columns: repeat(auto-fit, minmax(50%, 50%));
  }
  .admin-league-summary-buttons:not(:has(.banner-services)) {
    grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit, minmax(50%, 50%));
    place-content: stretch;
  }
  .admin-league-summary-buttons a:nth-child(1),
  .admin-league-summary-buttons .switch {
    grid-column-start: 1;
  }
  .admin-league-summary-buttons .switch {
    height: 36px;
  }
  .admin-league-summary-buttons a:nth-child(2),
  .admin-league-summary-buttons .menu-btn-social {
    grid-column-start: 2;
  }
  .admin-league-summary-buttons .banner-services {
    grid-column: span 2/span 2;
    grid-template-columns: 25% 1fr;
  }
  .admin-league-summary-buttons .banner-services .title-services {
    font-size: 13px;
  }
  .admin-league-summary-buttons .banner-services .text-services span {
    font-size: 13px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 375px) {
  .plans-comparation table td {
    padding: 10px 4px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .plans-mobile-view {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .plans-mobile-view > .acount-item-content-container {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .dot-text {
    display: none;
  }
  .enrollment-side-container {
    position: fixed;
    top: 62px;
    right: 24px;
    cursor: pointer;
    width: 256px;
    max-width: 56% !important;
  }
  .wide-banner-container .banner-actions-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .actions-menu li:hover {
    background-color: #ff3800;
  }
  .public-competition-buttons-container span {
    padding-top: 0;
    margin-bottom: 10px;
  }
  .summary-headline {
    height: fit-content !important;
    font-size: 20px !important;
  }
  .summary-container .title {
    font-size: 16px;
  }
  .summary-container img {
    width: 60px !important;
    height: 60px !important;
  }
  td.metadata {
    display: none;
  }
  .table-mobile-metadata {
    display: table;
  }
  .stats-header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stats-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
  }
  .section-content {
    border: 0 !important;
  }
  #vat_country {
    width: 100%;
  }
  .widget-footer:not(#reduced-footer) .footer-logo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .widget-footer-logo-div {
    margin-right: 0;
  }
  .footer-logo img {
    width: 32px;
    margin: 0 auto !important;
  }
  #loginButtons {
    max-width: 230px;
  }
  .default-flex-media-column {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .default-flex-media-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promotional-box {
    width: 100%;
  }
  .sticky-enrollment {
    position: sticky !important;
  }
  .sticky-enrollment-head {
    position: inherit;
    align-items: flex-start;
    box-shadow: none;
    margin-bottom: 8px;
  }
  .only-mobile {
    display: flex !important;
  }
  .no-mobile {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 576px) {
  .team-item {
    width: 100%;
  }
  .select-plan {
    width: 100%;
  }
  .input-search-container-media {
    flex-direction: column-reverse;
    align-items: flex-end;
    margin-left: 8px;
  }
  .input-search-container-media .search {
    margin-top: 8px;
  }
  .input-search-container-media > .search.active, .input-search-container-media > .search:hover {
    width: 100% !important;
  }
  .input-no-margin-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .input-no-margin-container .upload-btn-wrapper {
    padding: 16px 0;
  }
}
@media only screen and (max-width: 420px) {
  .dot-line {
    display: none;
  }
  .dot-text {
    font-size: 0.7rem !important;
  }
  .hr {
    display: none !important;
  }
  .hr-active {
    display: none !important;
  }
}
@media only screen and (min-width: 434px) and (max-width: 768px) {
  .admin-buttons-format {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: start;
  }
  .only-laptop {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .only-laptop {
    display: none;
  }
  .footer-block {
    width: 100% !important;
  }
  .parallax {
    height: 650px;
  }
  .sublanding-block {
    background-image: none;
  }
  .sublanding-container div.block-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sublanding-container div div.block-image, .sublanding-title {
    width: 100%;
  }
  .sublanding-container div div.block-text {
    width: 100%;
    font-size: 0.8rem;
  }
  .sublanding-title h1 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .sublanding-container h2 {
    font-size: 1rem;
  }
  .sublanding-title h3 {
    font-size: 0.9rem;
  }
  .rankings-container div.ranking-item {
    width: 100%;
  }
  .ranking-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .item-card-filter, .default-flex-container,
  .claimTeamContainer, .container-match-no-tabs,
  .pricing-main-block, .account-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .acount-item-title-container, .acount-item-content-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .acount-item-content-container {
    padding-top: 20px;
  }
  #setting-content-edit {
    width: 100%;
  }
  .main-block-half {
    width: 100%;
  }
  .standingTeamName {
    min-width: 100px !important;
  }
  .item-card-filter a {
    margin-top: 16px;
    margin-right: 0;
    margin-left: 0;
  }
  .legend-metadata {
    margin-top: 10px;
    margin-left: 8px;
  }
  .banner-actions-container {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .banner-social {
    margin: 4px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .container-match-header-mobile {
    display: inherit;
  }
  .container-match-header, .case-title-web {
    display: none !important;
  }
  .module-secondary-desktop {
    display: none !important;
  }
  .module-secondary-mobile {
    display: inherit !important;
  }
  .flexboxCenter {
    font-size: 1.5em;
  }
  .fixture-metadata {
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin: 12px;
  }
  .fixture-small {
    display: block;
  }
  .fixture td.local, .fixture td.result, .fixture td.away,
  .fixture td.metadata, .no-mobile {
    display: none;
  }
  .table-mobile-metadata {
    display: table !important;
  }
  .event-item-header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-start !important;
  }
  .event-item-header-buttons a {
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
  }
  div.setavailability label {
    font-size: 0.8rem;
  }
  .match-group {
    width: auto;
  }
  input#date {
    max-width: 80px;
  }
  input#duration {
    max-width: 40px;
  }
  .member-item img {
    height: 64px !important;
    width: 64px !important;
  }
  #pictureList {
    width: 64px;
    height: 64px;
  }
  input#scoreLocal, input#scoreVisitant {
    margin-top: 20px;
  }
  .match-logo-name-edit {
    font-size: 1.2em;
  }
  .table-stats-players-home h5.title, .table-stats-players-away h5.title {
    display: block;
  }
  #table-stats table td.match_place {
    font-size: 0.9em;
  }
  .match-header-away, .match-header-home {
    display: none;
  }
  .pictureMedium {
    height: 64px;
    width: 64px;
  }
  #table-stats table tr.penaltyVisible {
    display: none;
  }
  .match-logo-name {
    font-size: 1.2em;
  }
  .pictureMatch {
    height: 64px;
    width: 64px;
  }
  .table-stats-players-home {
    float: left;
    width: 100%;
  }
  .table-stats-players-away {
    float: left;
    width: 100%;
  }
  .fixture td.local img, .fixture td.away img {
    height: 36px;
    width: 36px;
  }
  .roundTable {
    font-size: 0.8em;
  }
  .crest-picture {
    height: 80px;
    width: 80px;
  }
  .statistics img {
    height: 28px;
    margin-left: 12px;
  }
  .statistics p {
    width: 48px;
  }
  .admin-menu a {
    font-size: 0.8rem;
    width: 110px;
  }
  .admin-menu {
    width: 360px;
  }
  .statistics i {
    height: 24px;
    margin: 7px 0 -3px;
  }
  #pictureNews {
    width: 150px;
    height: 100px;
  }
  .flex-column-100 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
  .onboarding-content {
    margin: 0 !important;
  }
  .form-input-schedule #availability-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 589px) {
  .footer-block {
    width: 49% !important;
  }
  .default-flex-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sublanding-block {
    background-image: none;
  }
  .sublanding-container div.block-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sublanding-container div div.block-image, .sublanding-title {
    width: 100%;
  }
  .sublanding-container div div.block-text {
    width: 100%;
    font-size: 0.9rem;
  }
  .sublanding-container h1 {
    font-size: 1.4rem;
  }
  .sublanding-container h2 {
    font-size: 1.2rem;
  }
  .sublanding-title h1 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
  .sublanding-title h3 {
    font-size: 1rem;
  }
  .standingTeamName {
    min-width: 150px !important;
  }
  .container-match-header-mobile {
    display: inherit;
  }
  .container-match-header, .case-title-web {
    display: none !important;
  }
  .module-secondary-desktop {
    display: none !important;
  }
  .module-secondary-mobile {
    display: inherit !important;
  }
  #pictureNews {
    width: 180px;
    height: 120px;
  }
  .flexboxCenter {
    font-size: 1.5em;
  }
  .admin-menu {
    width: 360px;
  }
  .match-logo-name {
    font-size: 1em;
  }
  .pictureMatch {
    height: 64px;
    width: 64px;
  }
  .match-header-away, .match-header-home {
    display: none;
  }
  .member-item img {
    height: 72px !important;
    width: 72px !important;
  }
  #pictureList {
    width: 72px;
    height: 72px;
  }
  #table-stats table tr.penaltyVisible {
    display: none;
  }
  .match-logo-name {
    font-size: 1.2em;
  }
  .table-stats-players-home {
    float: left;
    width: 100%;
  }
  .table-stats-players-home h5.title, .table-stats-players-away h5.title {
    display: block;
  }
  .table-stats-players-away {
    float: left;
    width: 100%;
  }
  .fixture-metadata {
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin: 12px;
  }
  .fixture-small {
    display: block;
  }
  .fixture td.local, .fixture td.result,
  .fixture td.away, .fixture td.metadata {
    display: none;
  }
  .table-mobile-metadata {
    display: table !important;
  }
  .admin-menu a {
    font-size: 0.8rem;
  }
  .statistics img {
    height: 28px;
    margin-left: 12px;
  }
  .statistics p {
    width: 48px;
  }
  .statistics i {
    height: 24px;
    margin: 7px 0 -3px;
  }
  .acount-item-title-container {
    min-width: 140px !important;
  }
  .item-card-filter, .pricing-main-block {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-block-half {
    width: 100%;
  }
  .item-card-filter a {
    margin-top: 16px;
    margin-right: 0;
    margin-left: 0;
  }
  .legend-metadata {
    margin-top: 10px;
    margin-left: 8px;
  }
  .order-item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 100%;
    width: 100%;
  }
  .order-price-item {
    margin: auto 0;
  }
  .cart-checkout {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .cart-checkout a {
    margin: 0 0 0 1rem;
  }
  .widget-footer-logo-div {
    margin-right: 30px;
  }
  #loginButtons {
    max-width: 400px;
  }
  .league-filters {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .rankings-container div.ranking-item {
    width: 100%;
  }
  .standingTeamName {
    min-width: 200px !important;
  }
  .banner-actions-container {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  #venue-view .banner-social {
    justify-content: flex-end !important;
  }
  .banner-social {
    margin: 4px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  section.mainmenu {
    font-size: 1rem;
  }
  section.mainmenu nav ul li {
    font-size: 0.7rem;
  }
  nav.languages {
    margin-right: -230px;
  }
  footer nav.social {
    font-size: 1rem;
  }
  nav.languages ul li a, nav.social ul li a {
    margin: 0 10px;
  }
  .profile-photo img {
    height: 72px;
    padding: 4px;
    width: 72px;
  }
  #profile-personal-info, #profile-player-info,
  #profile-setting-info, .profile-data {
    margin: 0 0 0 90px;
    width: 350px;
  }
  .profile-data {
    width: auto;
  }
  #profile-personal-info h1, .profile-data h1 {
    font-size: 1.5em;
  }
  #profile-personal-info p, #profile-player-info p, #stats p, .profile-data p {
    font-size: 0.9em;
    margin: 4px 0;
  }
  #stats {
    padding-left: 90px;
  }
  .team-item header {
    height: 1.2em;
  }
  .team-item header p {
    font-size: 0.9em;
  }
  .action-list {
    font-size: 0.9em;
  }
  .team-item p.members {
    font-size: 0.8em;
  }
  #table-stats table td.match_place {
    font-size: 1em;
  }
  .tab-list-container img {
    height: 64px;
    width: 64px;
  }
  .stats-item {
    width: 49%;
  }
  .match-group select {
    width: 200px;
  }
  .place-date, .match-group {
    display: inline-block;
  }
  .match-group {
    width: auto;
  }
  .datatable-standard table {
    font-size: 0.9em;
  }
  #form_contact label {
    font-size: 0.8em;
  }
  #privacy p, #faq p, #contact-info p {
    font-size: 0.9em;
  }
  .wp-pagenavi, #pagination, .navigation {
    font-size: 0.9em;
  }
  .match-logo-name {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 575px) and (max-width: 1000px) {
  .enrollment-main {
    margin-top: 46px;
  }
  .enrollment-side-container {
    position: fixed;
    top: 62px;
    right: 4%;
    cursor: pointer;
    width: 256px;
    max-width: 40% !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
  .team-item {
    width: 48%;
  }
}
@media only screen and (min-width: 589px) and (max-width: 768px) {
  .whitelabel-header-menu-content {
    display: none;
  }
  .helpdesk-grid {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .wide-banner-container .banner-actions-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #stores a img {
    display: block;
    margin-bottom: 1rem;
  }
  .order-item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 100%;
    width: 100%;
  }
  .order-quantity-item {
    font-size: 1.2rem;
  }
  .order-price-item {
    font-size: 1.2rem;
    margin: auto 0;
  }
  .cart-checkout {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .cart-checkout a {
    margin: 0 0 0 1rem;
  }
  .form-input-group, .form-select-group {
    width: 50% !important;
  }
}
@media only screen and (min-width: 590px) and (max-width: 767px) {
  .footer-block {
    width: 50% !important;
  }
  .cd-tabs-navigation a {
    padding: 0 1.2em 0 1.2em;
  }
  .flexboxCenter {
    font-size: 1.5em;
  }
  .match-logo-name {
    font-size: 1.2em;
  }
  .pictureMatch {
    height: 60px;
    width: 60px;
  }
  .acount-item-title-container {
    min-width: 140px !important;
  }
}
@media only screen and (max-width: 589px) {
  .helpdesk-grid {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #showPassword {
    left: 90%;
  }
  .wide-banner-container .banner-actions-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 590px) and (max-width: 1024px) {
  .second-block {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .admin-menu-links {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cd-tabs-navigation a {
    padding: 0 0.6em 0 0.6em;
  }
  h1 {
    font-size: 1.8em;
  }
  .left-block {
    width: 39%;
    margin-bottom: 0;
  }
  .right-block {
    width: 59%;
  }
  header img.logo {
    margin: 0 0 0 20px;
  }
  section.mainmenu {
    background: none;
    display: block;
    font-size: 1rem;
    margin: 10px 0 0 25px;
  }
  section.mainmenu nav ul li {
    clear: none;
    float: left;
    font-size: 0.92em;
    margin: 0 5px;
  }
  nav.languages {
    margin-right: -230px;
  }
  footer nav.social {
    font-size: 1rem;
  }
  nav.languages ul li a, nav.social ul li a {
    margin: 0 10px;
  }
  #profile-info {
    float: left;
    margin: 0 20px 30px 0;
    width: auto;
  }
  .profile-photo img {
    height: 96px;
    padding: 5px;
    width: 96px;
  }
  #profile-personal-info, #profile-player-info, #profile-setting-info, .profile-data {
    margin: 0 0 0 130px;
    max-width: 350px;
  }
  #profile-personal-info h1, .profile-data h1 {
    font-size: 1.9rem;
  }
  #profile-personal-info p, #profile-player-info p, #stats p, .profile-data p {
    font-size: 1rem;
    margin: 5px 0;
  }
  #stats {
    border-left: 1px solid #ccc;
    float: left;
    min-width: 20%;
    padding-left: 20px;
  }
  .team-item {
    margin: 0 9px 20px;
  }
  .team-item header {
    height: 1.4rem;
  }
  .team-item header p {
    font-size: 1rem;
  }
  .action-list {
    font-size: 1rem;
  }
  .team-item p.members {
    font-size: 0.9rem;
  }
  .tab-list-container img {
    height: 80px;
    width: 80px;
  }
  .stats-item {
    width: 30%;
  }
  label {
    font-size: 0.9em;
  }
  a.button-small {
    font-size: 0.8em;
    padding: 5px 20px;
  }
  select#idCompetition, select#idTeam, select#idOpponent, select#idModality,
  select#typeFilter, .match-group select {
    font-size: 1rem;
  }
  form p.error {
    font-size: 0.8rem;
  }
  .datatable-standard table {
    font-size: 1rem;
  }
  select#idCompetition, select#idTeam {
    margin: 0 10px;
    width: 47%;
  }
  input#nameFilter, input#surnameFilter, input#cityFilter, input#countryFilter, select#typeFilter {
    width: 28%;
  }
  .match-group select {
    width: 200px;
  }
  .match-group {
    display: inline-block;
    margin-right: 20px;
  }
  .match-group {
    width: auto;
  }
  #form_contact label {
    font-size: 0.8em;
  }
  #privacy p, #faq p, #contact-info p {
    font-size: 1rem;
  }
  .wp-pagenavi, #pagination, .navigation {
    font-size: 1rem;
  }
  .match-logo-name {
    font-size: 1.5em;
  }
  .acount-item-title-container {
    min-width: 140px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .order-item {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-height: 100%;
    width: 100%;
  }
  .order-quantity-item {
    font-size: 1.5rem;
    margin: auto 2rem;
    text-align: center;
  }
  .order-price-item {
    font-size: 1.5rem;
    margin: auto 2rem;
  }
  .cart-checkout {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .cart-checkout a {
    margin: 0 0 0 1rem;
  }
  #stores a img {
    display: block;
    margin-bottom: 1rem;
  }
  .helpdesk-grid {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 850px) {
  .enrollment-summary-col .chip-datatable {
    width: 60px;
  }
}
@media only screen and (min-width: 1000px) {
  .enrollment-side-container > .item-card-container {
    display: flex !important;
  }
}
@media only screen and (max-width: 1000px) {
  .enrollment-side-container > .item-card-container {
    display: none;
  }
  .enrollment-side-container .enrollment-side-container-header {
    pointer-events: auto;
  }
  .enrollment-main-container {
    width: 100%;
  }
  .enrollment-side-container h2.close::after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 600;
    margin-left: 0.5rem;
    font-size: 20px;
  }
  .enrollment-side-container h2::after {
    content: "\f077";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 600;
    margin-left: 0.5rem;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .landingmenubutton {
    display: none;
  }
  #landing-menu-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #landing-buttons {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .competition-summary-content {
    flex-direction: column-reverse;
  }
  .ranking-section, .winners-section {
    margin: 0;
    width: 100%;
  }
  .ranking-section {
    margin-top: 20px;
  }
  #landing-buttons {
    display: none !important;
  }
}
@media only screen and (min-width: 1125px) {
  .team-ranking-container-end img {
    width: 50px !important;
    height: 50px !important;
  }
  .team-ranking-container-end .title {
    font-size: 17px;
  }
}
@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 1.8em;
  }
  .left-block {
    width: 34%;
    margin-bottom: 0;
  }
  .right-block {
    width: 64%;
  }
  header img.logo {
    margin: 0 0 0 0;
  }
  nav.login {
    float: right;
    font-size: 1rem;
    margin: -65px -20px 0 0;
    position: inherit;
  }
  section.mainmenu {
    background: none;
    display: block;
    font-size: 1rem;
    margin: -38px 0 0 25px;
  }
  section.mainmenu nav ul li {
    clear: none;
    float: left;
    margin: 0 10px;
  }
  nav.languages {
    margin-right: -250px;
  }
  footer nav.social {
    font-size: 1rem;
  }
  nav.languages ul li a, nav.social ul li a {
    margin: 0 10px;
  }
  .profile-photo form {
    width: 130px;
  }
  .profile-photo form input {
    width: 130px;
  }
  #profile-info {
    float: left;
    margin: 0 20px 30px 0;
    width: auto;
  }
  .profile-photo img {
    height: 120px;
    margin: 0 30px 0 5px;
    padding: 5px;
    width: 120px;
  }
  #profile-personal-info, #profile-player-info, #profile-setting-info, .profile-data {
    margin: 0 0 10px 170px;
    max-width: 540px;
  }
  #profile-personal-info h1, .profile-data h1 {
    font-size: 1.6em;
  }
  #profile-personal-info p, #profile-player-info p, #stats p, .profile-data p {
    font-size: 1rem;
    margin: 5px 0;
  }
  #league-info p {
    margin: 5px 0 0 0;
  }
  #stats {
    border-left: 1px solid #ccc;
    float: left;
    min-width: 20%;
    padding-left: 20px;
  }
  .team-item {
    margin: 0 4px 20px;
  }
  .team-item header {
    height: 1.4rem;
  }
  .team-item header p {
    font-size: 1rem;
  }
  .action-list {
    font-size: 1rem;
  }
  .team-item p.members {
    font-size: 0.9rem;
  }
  .tab-list-container img {
    height: 60px;
    width: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .stats-item {
    width: 33%;
  }
  a.button-small {
    font-size: 0.8em;
    padding: 5px 20px;
  }
  select#idCompetition, select#idTeam, select#idOpponent, select#idModality,
  select#typeFilter, .match-group select {
    font-size: 0.9rem;
  }
  form p.error {
    font-size: 0.8rem;
  }
  .datatable-standard table {
    font-size: 1rem;
  }
  select#idCompetition, select#idTeam {
    margin: 0 10px;
    width: 47%;
  }
  input#nameFilter, input#surnameFilter, input#cityFilter, input#countryFilter, select#typeFilter {
    width: 30%;
  }
  .match-group select {
    width: 200px;
  }
  .match-group {
    display: inline-block;
    margin-right: 20px;
  }
  .match-group {
    width: auto;
  }
  #form_contact label {
    font-size: 0.8rem;
  }
  #privacy p, #faq p, #contact-info p {
    font-size: 1rem;
  }
  .wp-pagenavi, #pagination, .navigation {
    font-size: 1rem;
  }
  .admin-menu {
    width: 360px;
  }
  .helpdesk-grid {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .cases-referrals {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cases-referrals div {
    margin: 0 1rem;
    width: 300px;
  }
  .cases-referrals div article img {
    height: 128px;
    width: 128px;
  }
  .topnav::before {
    content: none;
  }
  .order-quantity-item {
    font-size: 1.5rem;
    margin: auto 2rem;
  }
  .order-price-item {
    font-size: 1.5rem;
    margin: auto 2rem;
  }
  .cart-checkout {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .cart-checkout a {
    margin: 0 0 0 1rem;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .item-card-filter span.withButton {
    width: 75%;
    display: inline-block;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* 01 - Card Teams */
.grid-card-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1%;
  width: 100%;
  height: 100%;
}

.grid-card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex: 0 1 32.3%;
  position: relative;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  margin-bottom: 16px;
}
.grid-card:hover {
  border: 1px solid rgba(255, 56, 0, 0.8);
  cursor: pointer;
  box-shadow: 1px 1px 2px #8f9a9e;
}
.grid-card .numFollowers {
  margin-top: -32px !important;
  margin-right: 8px !important;
  justify-content: right;
  color: rgba(48, 48, 48, 0.6);
}
.grid-card .numFollowers img {
  filter: brightness(0);
}
.grid-card .line-content {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 8px 0;
}
.grid-card .line-content img {
  width: 16px;
  margin-right: 4px;
  filter: invert(35%) sepia(61%) saturate(6415%) hue-rotate(1deg) brightness(101%) contrast(103%);
}
.grid-card .first-line-content img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(51%) saturate(11%) hue-rotate(184deg) brightness(99%) contrast(62%);
}
.grid-card:not(:has(.card-logo-team)) .numFollowers {
  margin-top: 8px !important;
}

.card-header {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
}

.card-banner-container {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 33%;
  border-radius: 6px 6px 0 0;
}

.card-banner-player-item {
  height: 120px !important;
}

.grid-card-content {
  padding-top: 24px;
}
.grid-card-content h3 {
  word-break: break-word;
}

.card-tag {
  width: auto;
  height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #405BD9;
  border-radius: 8px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  padding: 0 8px;
  right: 8px;
  top: 8px;
  position: absolute;
}

.card-tag-club {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #405BD9;
  border-radius: 8px;
  text-align: center;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  width: 64px;
  height: 30px;
  position: absolute;
}

.card-logo-team {
  width: 65px;
  height: 65px;
  margin-top: -32px;
  margin-left: 8px;
  border: 2px solid #ff3800;
  border-radius: 35px;
  text-align: center;
  background: #fafafa;
}

.card-logo-team img {
  width: 100%;
  height: 100%;
  border-radius: 40px;
}

.card-content-season {
  padding: 6% 4%;
}

.organizer img {
  filter: none !important;
}

.round-image {
  border: 2px solid #ff3800;
  border-radius: 100%;
}

.tooltip-cardevents {
  position: relative;
  display: inline-block;
}

.tooltip-cardevents .tooltip-cardevents-text {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: calc(101% + 120px);
  margin-left: -121px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip-cardevents .tooltip-cardevents-text::after {
  content: "";
  position: absolute;
  top: 38%;
  left: 0%;
  margin-left: -10px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #555 transparent transparent;
}

.tooltip-cardevents:hover .tooltip-cardevents-text {
  visibility: visible;
  opacity: 1;
}

.card-tagsport-icon {
  width: 42px;
  height: 42px;
  border-radius: 0.3rem;
}
.card-tagsport-icon-img {
  background-repeat: no-repeat;
  height: 100%;
}

/* 02 - Card Events */
.card-tag.event {
  background-color: #ad3e22;
}

.card-tagevent {
  background-color: #505050;
  width: auto;
  height: 20px;
  border-radius: 0.3rem;
  color: white;
  padding: 0 3px;
}

.pay-popup {
  color: black;
  font-weight: bold;
}

.ui-widget.ui-widget-content {
  border: none;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3rem;
  top: 42% !important;
  width: 24px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 24px;
}

.ui-button {
  border: none !important;
  background: transparent !important;
  font-weight: normal;
  color: #555555;
}

.ui-button .ui-icon {
  scale: 1.3;
}

.add-team {
  background-color: #ff3800;
  color: #FFF;
  height: 38px;
  width: 200px;
  position: relative;
  border-radius: 3px;
  float: right;
}

.add-team a {
  color: #FFF;
  position: absolute;
  margin: 8px;
}

.no-results-items {
  margin: 10% auto;
}

.no-results-items div img {
  display: block;
  margin: 0 auto;
  width: 125px;
}

.no-results-items h3 {
  color: rgba(48, 48, 48, 0.6) !important;
  text-align: center;
}

.no-results-items h1 {
  color: rgba(48, 48, 48, 0.6) !important;
}

.no-results-items p {
  text-align: center;
  color: rgba(48, 48, 48, 0.6) !important;
}

.add-team-result {
  background-color: #ff3800;
  color: #FFF;
  height: 38px;
  width: 110%;
  position: relative;
  border-radius: 3px;
}

.add-team-result a {
  color: #FFF;
  position: absolute;
  margin: 8px;
}

.search-container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 16px;
}

.card-tag-follow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ff3800;
  border-radius: 8px;
  text-align: center;
  color: #EEE;
  font-size: 12px;
  font-weight: bold;
  width: 80px;
  height: 30px;
  right: 8px;
  top: 8px;
  position: absolute;
}

.card-tag-follow:hover, .card-tag-unfollow:hover {
  opacity: 0.8;
}

.card-tag-follow img {
  width: 17px;
  margin-left: 12px;
  filter: brightness(0) invert(1);
}

.card-tag-follow p {
  position: absolute;
  left: 36px;
}

.card-tag-unfollow img {
  width: 17px;
  margin-left: 12px;
  filter: brightness(0) invert(1);
}

.card-tag-unfollow {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ff3800;
  border-radius: 8px;
  text-align: center;
  color: #EEE;
  font-size: 12px;
  font-weight: bold;
  width: 105px;
  height: 30px;
  right: 8px;
  top: 8px;
  position: absolute;
}
.card-tag-unfollow p {
  position: absolute;
  left: 36px;
}

.new-event {
  width: 190px;
  position: absolute;
  left: 125%;
}

.add-team img {
  width: 20px;
  height: 20px;
  filter: brightness(0) invert(1);
}

.button-labeled {
  padding-left: 0 !important;
}

@media only screen and (min-width: 319px) and (max-width: 400px) {
  .criteria-elements {
    flex-direction: column !important;
  }
  .box-criteria {
    width: 90%;
  }
}
@media only screen and (max-width: 576px) {
  .grid-licenses-container .team-item,
  .grid-card {
    flex: 0 1 100% !important;
  }
}
@media only screen and (min-width: 577px) and (max-width: 992px) {
  .grid-licenses-container .team-item,
  .grid-card {
    flex: 0 1 49% !important;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1919px) {
  .grid-licenses-container .team-item, .grid-card {
    flex: 0 1 32.3% !important;
  }
}
.checkboxes-group {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
  margin-top: 16px;
}

@media only screen and (min-width: 310px) and (max-width: 510px) {
  .checkboxes-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
  }
  .ft-popup > .input-button-container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.input-search-container {
  height: 38px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  border: 1px solid #ADADAD;
  background-color: #fff;
  flex-grow: 1;
  padding-left: 16px;
}

.input-search-container .search-logo {
  height: 16px;
}

.input-search-container input {
  border: 0;
  margin: 0;
}

.filters-container {
  display: none;
  padding: 8px 0;
}

.filters-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1%;
}

.filters-filter {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding-bottom: 8px;
}

.filters-filter .search_clean_filter {
  top: 0;
  right: 30px;
  position: absolute;
  display: none;
}

.filters-filter .search_clean_all_filter {
  display: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.filters-row .filters-filter {
  flex: 0 0 20%;
}

.filters-row.events .filters-filter {
  flex: 0 0 19%;
}

.filters-row select {
  margin-right: 0 !important;
}

.filters-container select,
.filters-container input,
.filters-container select:disabled {
  width: 95%;
  height: 37px;
}

.filters-container input {
  height: 36px;
}

.input-type-select {
  margin: 0 10px 10px 0;
  border-radius: 0.25rem;
  float: left;
  width: auto;
}

.filters-row.enrollment .filters-filter {
  flex: 0 0 16.6%;
}

.filters-row.enrollment .filters-filter:last-child {
  justify-content: end;
}

@media only screen and (max-width: 768px) {
  .filters-row.teams .filters-filter,
  .filters-row.events .filters-filter,
  .filters-row.enrollment .filters-filter {
    flex: 0 1 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .filters-row.teams .filters-filter,
  .filters-row.events .filters-filter,
  .filters-row.enrollment .filters-filter {
    flex: 0 1 49%;
  }
}
.my-title {
  margin: 16px 0 0;
}

.my-title h2 {
  margin-bottom: 8px;
}

section h2 {
  margin: 8px 0;
}

.dropdown-filter {
  min-width: 222px !important;
  margin: 0;
}

.create-btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-right: 8px;
}

.create-btn {
  text-align: right;
}

.create-btn div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.search-notfound-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.search-header-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 45px;
}

.search-header-title h1 {
  padding: 0;
  margin-right: 60px;
}

.search-header-title .numresults {
  color: #ff3800;
}

.search-header-title .input-search-container {
  width: 100%;
}

.card-tagsport-icon-img.football, .card-tagsport-icon-dot-img.football {
  background-image: url("../img/sports-icons/Futbol.svg");
}

.card-tagsport-icon-img.basketball, .card-tagsport-icon-dot-img.basketball {
  background-image: url("../img/sports-icons/Basquetbol.svg");
}

.card-tagsport-icon-img.handball, .card-tagsport-icon-dot-img.handball {
  background-image: url("../img/sports-icons/Futbol.svg");
}

.card-tagsport-icon-img.volleyball, .card-tagsport-icon-dot-img.volleyball {
  background-image: url("../img/sports-icons/Voleybol.svg");
}

.card-tagsport-icon-img.padel, .card-tagsport-icon-dot-img.padel {
  background-image: url("../img/sports-icons/Padel.svg");
}

.card-tagsport-icon-img.tennis, .card-tagsport-icon-dot-img.tennis {
  background-image: url("../img/sports-icons/Padel.svg");
}

.card-tagsport-icon-img.table-tennis, .card-tagsport-icon-dot-img.table-tennis {
  background-image: url("../img/sports-icons/Pingpong.svg");
}

.card-tagsport-icon-img.squash, .card-tagsport-icon-dot-img.squash {
  background-image: url("../img/sports-icons/raquetbol.svg");
}

.card-tagsport-icon-img.badminton, .card-tagsport-icon-dot-img.badminton {
  background-image: url("../img/sports-icons/Badminton.svg");
}

.card-tagsport-icon-img.rugby, .card-tagsport-icon-dot-img.rugby {
  background-image: url("../img/sports-icons/Futbol americano.svg");
}

.card-tagsport-icon-img.hokey, .card-tagsport-icon-dot-img.hokey {
  background-image: url("../img/sports-icons/Hockey.svg");
}

.card-tagsport-icon-img.chess, .card-tagsport-icon-dot-img.chess {
  background-image: url("../img/sports-icons/Ajedrez.svg");
}

.card-tagsport-icon-img.netball, .card-tagsport-icon-dot-img.netball {
  background-image: url("../img/sports-icons/Futbol.svg");
}

.card-tagsport-icon-img.cricket, .card-tagsport-icon-dot-img.cricket {
  background-image: url("../img/sports-icons/Cricket.svg");
}

.card-tagsport-icon-img.eSports, .card-tagsport-icon-dot-img.eSports {
  background-image: url("../img/sports-icons/Gaming.svg");
}

.card-tagsport-icon-img.frisbee, .card-tagsport-icon-dot-img.frisbee {
  background-image: url("../img/sports-icons/Frisbee.svg");
}

.card-tagsport-icon-img.waterpolo, .card-tagsport-icon-dot-img.waterpolo {
  background-image: url("../img/sports-icons/waterpolo.svg");
}

.card-tagsport-icon-img.athletics, .card-tagsport-icon-dot-img.athletics {
  background-image: url("../img/sports-icons/Atletismo.svg");
}

.card-tagsport-icon-img.swimming, .card-tagsport-icon-dot-img.swimming {
  background-image: url("../img/sports-icons/Natación.svg");
}

.card-tagsport-icon-img.ciclism, .card-tagsport-icon-dot-img.ciclism {
  background-image: url("../img/sports-icons/Bicicleta.svg");
}

.card-tagsport-icon-img.bowling, .card-tagsport-icon-dot-img.bowling {
  background-image: url("../img/sports-icons/Bowling.svg");
}

.card-tagsport-icon-img.pool, .card-tagsport-icon-dot-img.pool {
  background-image: url("../img/sports-icons/Billar.svg");
}

.card-tagsport-icon-img.darts, .card-tagsport-icon-dot-img.darts {
  background-image: url("../img/sports-icons/Dardos.svg");
}

.card-tagsport-icon-img.motoring, .card-tagsport-icon-dot-img.motoring {
  background-image: url("../img/sports-icons/Automovilismo.svg");
}

.card-tagsport-icon-img.motocycling, .card-tagsport-icon-dot-img.motocycling {
  background-image: url("../img/sports-icons/Motocicleta.svg");
}

.card-tagsport-icon-img.tablegames, .card-tagsport-icon-dot-img.tablegames {
  background-image: url("../img/sports-icons/Ajedrez.svg");
}

.card-tagsport-icon-img.beisball, .card-tagsport-icon-dot-img.beisball {
  background-image: url("../img/sports-icons/Beisbol.svg");
}

.card-tagsport-icon-img.multisport, .card-tagsport-icon-dot-img.multisport {
  background-image: url("../img/sports-icons/multisport.svg");
}

.card-tagsport-icon-img.american_football, .card-tagsport-icon-dot-img.american_football {
  background-image: url("../img/sports-icons/Futbol americano.svg");
}

.card-tagsport-icon-img.fighting, .card-tagsport-icon-dot-img.fighting {
  background-image: url("../img/sports-icons/Karate.svg");
}

.card-tagsport-icon-img.box, .card-tagsport-icon-dot-img.box {
  background-image: url("../img/sports-icons/Box.tif.svg");
}

.card-tagsport-icon-img.golf, .card-tagsport-icon-dot-img.golf {
  background-image: url("../img/sports-icons/golf.svg");
}

.card-tagsport-icon-img.kayak, .card-tagsport-icon-dot-img.kayak {
  background-image: url("../img/sports-icons/Kayak.svg");
}

.card-tagsport-icon-img.tags, .card-tagsport-icon-dot-img.tags {
  background-image: url("../img/pages/tags-solid.svg");
}

/*CARDS PLAYER */
.img-player {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 22%;
  left: 4%;
  border: 2px solid #ff3800;
  border-radius: 35px;
  text-align: center;
  background: #FFF;
}
.img-player img {
  width: 100%;
  height: 100%;
  border-radius: 85px;
}

.grid-player-content {
  padding-top: 15px;
}
.grid-player-content h3 img {
  filter: invert(0.4) sepia(1) hue-rotate(5deg) saturate(1042%);
}
.grid-player-content h3:first-of-type {
  color: #14191D !important;
  font-weight: bold !important;
  width: 90%;
  word-break: break-word;
}
.grid-player-content h3:last-of-type {
  color: #ff3800;
  font-weight: 500 !important;
}

.card-content-player {
  margin-left: 92px;
}

.infoplayer {
  padding: 15px 8px 8px;
}
.infoplayer div:nth-child(odd) {
  color: rgba(48, 48, 48, 0.6);
  padding-top: 4px;
}
.infoplayer div:nth-child(even) {
  color: #14191D !important;
  font-weight: bold !important;
  word-break: break-word;
  width: 90%;
}

.nolinks {
  color: #ADADAD !important;
}
.nolinks img {
  filter: invert(0.7) sepia(0) hue-rotate(323deg) saturate(1042%) !important;
}

.color-table-my-web td {
  padding-bottom: 20px;
}

.menu-mobile {
  color: #ff3800;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  padding: 12px;
  position: fixed;
  margin-left: 12px;
  z-index: 100;
}
.menu-mobile img {
  width: 20px;
  margin-left: 12px;
}

.criteria-elements, .competitions-elements {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-structure-menu-mobile {
  display: none;
  margin-top: 60px;
  width: 245px;
  min-height: 100vh;
  background-color: #14191D;
  position: absolute;
  z-index: 100;
}

.opacity-menu-mobile {
  display: none;
  background: linear-gradient(70deg, white, black);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 95;
  opacity: 0.8;
}

.skillbar {
  position: relative;
  display: block;
  margin-bottom: 15px;
  width: 100%;
  background: #eee;
  height: 35px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -ms-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  background: #6adcfa;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.skillbar-title span {
  display: block;
  background: rgba(0, 0, 0, 0.1);
  height: 35px;
  line-height: 35px;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.skillbar-bar {
  height: 40px;
  width: 0px;
  background: #6adcfa;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.skillbar-bar-percent {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  color: #444;
  color: rgba(0, 0, 0, 0.4);
}

.mergeplayer-image-item {
  position: relative;
}

.mergeplayer-item {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.mergeplayer-item-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
}

.card-tag-inscriptions {
  position: absolute;
  top: 8px;
  left: 8px;
  width: auto;
  height: 30px;
  padding: 0 8px;
  border-radius: 8px;
  background-color: #333;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0.8;
}

.card-sport {
  position: absolute;
  left: 8px;
  top: 8px;
}

.grid-card-circuit {
  flex: 0 1 23%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 8px;
}
.grid-card-circuit-public {
  flex-direction: row !important;
}

.add-quit-point {
  text-align: center;
  font-size: 20px;
  margin-top: -45px;
}
.add-quit-point a {
  font-size: 0.8rem;
}

.circuit-points {
  position: absolute;
  top: 5px;
  left: 90px;
}

#no-licences {
  pointer-events: none;
}

.no-dni a {
  color: #909090;
}

.grid-licenses-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1%;
}
.grid-licenses-container .team-item {
  flex: 0 1 32%;
  margin: 0 0 8px 0 !important;
}

/* PopUp new desing */
.popup-title {
  text-align: center;
}

.popup-left-title {
  text-align: left;
}

.popup-elem-phrase {
  padding-top: 16px;
  padding-bottom: 8px;
}

.popup-elem {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 1%;
  padding-bottom: 16px;
}

.popup-phrase, .popup-buttons,
.popup-title, .popup-left-title {
  padding-top: 16px;
  padding-bottom: 16px;
}

.popup-phrase {
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}

.popup-buttons {
  border-top: 1px solid #CCC;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

.no-padding {
  padding: 0 !important;
}

#docs-container tr td {
  padding: 4px;
  vertical-align: top;
}

.last-child-fullwidth {
  width: 100%;
}

.info-popup {
  border-radius: 5px;
  padding-left: 18px !important;
}

.success-icon {
  color: #38b000;
}

.warning-icon {
  color: #fb5607;
}

.warning-separator {
  background-color: #fb5607;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 !important;
}

.error-icon {
  color: #c60000;
}

.error-separator {
  background-color: #c60000;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 !important;
}

.notification-icon-xl {
  font-size: 90px;
  padding: 16px 0;
}

.admin-content-referee-leagues {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.input-row-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.input-row-multi {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input-column-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.input-column-popup > div {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.input-column-popup label {
  padding-bottom: 8px;
}

.small-label {
  min-width: 48px;
}

.align-no-radio {
  padding-left: 32px;
}

.bannerpage-full-view {
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.5) 50%);
  margin-bottom: 24px;
}
.bannerpage-full-view img {
  width: 100%;
  margin-bottom: -4px;
  background-attachment: inherit;
  background-position: unset;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 100%;
  max-height: 333px;
  object-fit: cover;
  z-index: -1;
}

.cart-table tbody {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cart-item {
  width: 100%;
}
.cart-item tbody {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2%;
}

.form-text-area {
  width: 100%;
  max-width: 450px;
}

.text-area-v-align-top {
  vertical-align: top !important;
}

.extra-photos-container {
  display: flex !important;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 2%;
  cursor: all-scroll;
}
.extra-photos-container input {
  margin-right: 8px !important;
}

.dragabble-icon {
  height: 100%;
}
.dragabble-icon img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: fit-content;
}

.component-editor-container div.section-title {
  padding: 8px !important;
}

.line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #FFF;
}

.icons-container-menu-page .checkbox {
  position: absolute;
  height: 32px;
  width: 32px;
  left: 1rem;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  margin: 0 !important;
}

.line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.line2 {
  transition: transform 0.2s ease-in-out;
}

.line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

input[type=checkbox]:checked ~ .menu-bars-page .line1 {
  transform: rotate(45deg);
}

input[type=checkbox]:checked ~ .menu-bars-page .line2 {
  transform: scaleY(0);
}

input[type=checkbox]:checked ~ .menu-bars-page .line3 {
  transform: rotate(-45deg);
}

.ranking-organiser-header {
  width: 100%;
  height: auto;
  background-color: #fff;
  border: #ccc 1px solid;
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  box-sizing: border-box;
  gap: 2%;
  padding: 8px;
  margin-bottom: 8px;
}
.ranking-organiser-header img {
  border-radius: 50%;
}

.ranking-position {
  padding-bottom: 8px;
}
.ranking-position-competition {
  padding: 8px 0;
}
.ranking-position-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  border-radius: 8px;
  background-color: #ff3800;
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 4px;
}

.banner-grad {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  max-height: 341px;
  background: linear-gradient(rgba(230, 230, 230, 0), rgba(88, 88, 88, 0.4));
}

.banner-wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  max-height: 341px;
  overflow: hidden;
}

.banner-box {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: content-box;
}

.banner-blur {
  display: none;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  max-height: 341px;
  background-image: url("http://localhost/CompetizeWeb/www/brands/competize/img/bannerPlaceholder.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: ease-out 1750ms;
}
.banner-blur:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
}

@media only screen and (min-width: 1024px) {
  .main-structure-content-nologin .banner-blur {
    display: block;
  }
}
@media only screen and (min-width: 1280px) {
  .main-structure-content .banner-blur {
    display: block;
  }
}
.wide-banner-container .crest-picture {
  border-radius: 50%;
}
.wide-banner-container .banner-title {
  color: #ff3800;
  text-shadow: none;
}
.wide-banner-container .banner-actions-container {
  margin-left: 0;
}

.banner-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-repeat: no-repeat;
  width: 100%;
  height: 8px;
  padding-top: 33.33%;
  position: relative;
  margin-bottom: 12px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.banner-container #banner {
  max-height: 341px;
}
.banner-container-menu {
  padding-top: 15.6%;
}
.banner-container-menu #banner {
  max-height: 200px;
}

#banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

.banner-text {
  width: 50%;
  margin: auto;
  color: #FFF;
  text-align: center;
  padding-top: 120px;
  font-size: 0.9rem;
  cursor: pointer;
}

.banner-crest {
  position: relative;
  padding-bottom: 46px;
}
.banner-crest img {
  margin-left: 16px;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: absolute;
  transform: translate(0, -50%);
  border: 4px #ff3800 solid;
  background-color: #fff;
  padding: 4px;
}

.banner-crest div .fileupload {
  height: 0 !important;
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .banner-crest img {
    width: 90px;
    height: 90px;
  }
  .banner-crest {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-crest img {
    width: 120px;
    height: 120px;
  }
  .banner-crest {
    padding-bottom: 76px;
  }
}
.banner-title {
  font-size: 24px;
  color: #ff3800;
}

.banner-title p {
  font-size: 16px;
}

.scalable-image {
  max-width: 100%;
}

.ecommerce-banner {
  width: 100%;
  max-width: 728px;
  height: auto;
  margin: 16px auto;
}

.clickable img {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 4px 8px;
  width: 20px;
  height: 20px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

td.small-image-container {
  min-width: 64px;
}

.small-image {
  height: 48px;
}

.pics-tutorial {
  width: 240px;
}

.slider-message {
  position: absolute;
  color: white;
  font-size: 1.4rem;
  padding: 16px;
  border-radius: 15px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 33%;
}
.slider-message h2 {
  color: white !important;
  font-size: 1.8rem !important;
  border-bottom: none !important;
  margin: 0 !important;
}

.slider-message-0 {
  top: 20%;
  left: 10%;
}

.slider-message-1 {
  top: 20%;
  right: 10%;
}

.slider-message-2 {
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.image-item, .image-item-small {
  border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  -webkit-border-radius: 100% !important;
  float: left;
  height: 80px;
  margin: 5px;
  padding: 0 !important;
  width: 80px;
}

.image-item-small {
  height: 40px;
  width: 40px;
}

.gold-icon {
  color: gold;
}

.silver-icon {
  color: silver;
}

.bronze-icon {
  color: #CD7F32;
}

footer {
  background-color: #0A0A0A !important;
  padding: 12px 0 !important;
  font-size: 0.9rem;
  flex-shrink: 0;
  overflow: hidden;
}

.footer-title {
  color: #ff3800;
}

.footer-link a {
  color: #FFF;
}

.footer-link a:hover, .footer-logged a:hover {
  color: #ff3800;
  opacity: 1;
  text-decoration: none;
}

.footer-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  gap: 2%;
}

.footer-block {
  width: 23%;
  padding-bottom: 16px;
}

.footer-inline {
  margin-bottom: 16px;
}
.footer-inline a {
  margin-right: 16px;
}

.footer-logged {
  margin-top: 8px;
  margin-bottom: 8px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent !important;
  padding: 0 !important;
}

.footer-logged a, .footer-copyright {
  color: #999;
  padding-right: 1.5rem;
}

.footer-copyright-mobile {
  display: none;
}

@media only screen and (max-width: 720px) {
  .footer-copyright {
    display: none;
  }
  .footer-logged {
    justify-content: space-around;
  }
  .footer-logged a {
    padding-right: 0;
  }
  .footer-copyright-mobile {
    color: #999;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}
.landing-app-button:hover {
  opacity: 0.7;
}

.match-item footer {
  background-color: #fff !important;
  border-top: 1px #ccc solid;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  bottom: 0;
  height: 1.4rem;
  position: absolute;
  width: 100%;
  padding: 0 !important;
}

.hiddenContainer {
  display: none !important;
}

.normalContainer {
  display: block !important;
}

.pages-header-container {
  position: relative;
  background: none;
  padding: 0;
}
.pages-header-container.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 100 !important;
}

.pages-header img {
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.page-grid-news-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1%;
}

.page-grid-news-half {
  width: 49%;
  height: auto;
}

.page-grid-news-quarter {
  width: 24%;
  height: auto;
}

.page-grid-news-title {
  display: block;
  font-size: 14px;
  color: #232320;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 10px 15px 4px;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
}

.main-menu {
  background: #14191D;
  color: #FFFFFF;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.secondary-menu {
  background: #fafafa;
  color: #ff3800;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 24px;
}
.secondary-menu a:not(:last-child) {
  border-right: 1px solid #ff3800;
}

.main-menu-container, .menu-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 42px;
  padding: 0;
  overflow: hidden;
}

.menu-banner {
  width: 100%;
  padding-top: 16.5%;
  max-height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-banner img {
  object-fit: cover;
  width: 100%;
}

.page-menu-item, .page-menu-sub-item {
  color: #FFFFFF !important;
  opacity: 0.6;
  padding: 12px 16px 9px;
  white-space: nowrap;
}

.page-menu-item-active {
  border-bottom: 3px solid #FFFFFF;
  opacity: 1 !important;
}

.page-menu-sub-item {
  color: #ff3800 !important;
  padding: 12px 16px 9px;
  font-size: 1.2rem;
  font-weight: 500;
  white-space: nowrap;
}

.page-menu-sub-item-active {
  background-color: #fff !important;
  border-right: none !important;
  opacity: 1 !important;
}

.big-news {
  width: 100%;
  box-sizing: border-box;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1%;
}

.big-news-content {
  width: 48%;
}

.big-news-img-container {
  width: 52%;
  aspect-ratio: 4/3;
}

.small-news-content {
  height: 25vh;
}

.page-news-separator {
  padding: 12px 0;
}

.page-news-layout1, .page-news-layout2, .page-news-layout3 {
  width: 100%;
}

.page-grid-news {
  width: 100%;
  height: auto;
  box-sizing: content-box;
}

.page-grid-news article, .page-grid-news-half article {
  padding: 0 !important;
}

.page-news-layout3 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-news-layout4 {
  width: 48%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-news-layout5 {
  width: 24%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.small-row-new {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 1%;
}

.small-row-img-container {
  width: 120px;
  aspect-ratio: 4/3;
  flex-shrink: 0;
}

.news-card-big-picture {
  width: 100%;
  aspect-ratio: 16/9;
}

.news-card-big-picture img, .small-row-img-container img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-section-news-title {
  width: 100%;
  margin: 24px 0 16px 0;
}

.page-section-news-title span {
  background: #000000;
  color: #fafafa;
  padding: 8px 24px;
  font-size: 1.1rem;
  font-weight: 400;
}

article.news-page-item {
  border: none;
  border-radius: 0;
  overflow: hidden;
  height: auto;
}
article.news-page-item:hover {
  opacity: 0.8;
  cursor: pointer;
}

.small-row-text-container {
  flex-grow: 1;
  min-width: 0;
}

.grid-content-container {
  height: 100%;
}

.editableGridItem {
  cursor: pointer;
}
.editableGridItem img {
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}

.grid-stack-item {
  cursor: move;
}

.pages-news-grid-content {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 1%;
}

.pages-news-grid-container {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  gap: 1%;
}

.page-component-width-1, .page-component-width-2, .page-component-width-third .page-component-width-3,
.page-component-width-4, .page-component-width-fifth {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-component-width-fifth {
  width: 19%;
}

.page-component-width-third {
  width: 32%;
}

.page-component-width-1 {
  width: 24%;
}

.page-component-width-2 {
  width: 49%;
}

.page-component-width-3 {
  width: 74%;
}

.page-component-width-4 {
  width: 100%;
}

.page-component-width-1 img, .page-component-width-2 img,
.page-component-width-3 img, .page-component-width-4 img {
  max-width: 100%;
  height: auto;
}

.page-component-clickable {
  cursor: pointer;
}

.icons-container-menu-page {
  padding: 0 1rem;
}

.menu-bars-page, .icon-menu-page {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.menu-bars-page {
  height: 26px;
  width: 32px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.extra-menu-page-container {
  position: relative;
  z-index: 5;
}

.extra-menu-page-formater {
  position: absolute;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  padding: 0;
  gap: 1rem;
  background-color: rgba(51, 51, 51, 0.8);
}

.extra-menu-separator-formater {
  padding: 0 1rem;
  width: 32px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-menu {
  padding: 8px 16px;
}

.extra-menu-links {
  color: #FFF;
}

.title-menu-links {
  opacity: 1;
  font-size: 1.1rem;
  padding-bottom: 4px;
}

.text-menu-links {
  opacity: 0.8;
  font-size: 1rem;
}

.page-gallery {
  gap: 16px;
}

.page-gallery.default-flex-column .page-grid-news-quarter {
  width: 100%;
}

@media only screen and (min-width: 300px) and (max-width: 425px) {
  .admin-pictures-container div.hover-me {
    width: 100% !important;
  }
  .page-grid-news {
    height: auto;
  }
  .page-news-layout5 {
    width: 100%;
  }
  .big-news {
    flex-direction: column-reverse;
  }
  .big-news-img-container {
    width: 100%;
  }
  .big-news-content {
    width: 100%;
  }
  .page-news-layout2-format {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-grid-news-half {
    width: 100%;
    height: auto;
  }
  .page-grid-four-news {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .page-news-layout3-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-grid-news-quarter {
    width: 100%;
    height: auto;
  }
  .page-news-layout4 {
    width: 100%;
    box-sizing: content-box;
  }
  .page-component-width-1, .page-component-width-2, .page-component-width-3, .page-component-width-third, .page-component-width-fifth {
    width: 100%;
  }
}
@media only screen and (min-width: 426px) and (max-width: 768px) {
  .page-component-width-1, .page-component-width-fifth {
    width: 49%;
  }
  .page-component-width-2, .page-component-width-third {
    width: 100%;
  }
  .page-news-layout4 {
    width: 100%;
  }
  .page-news-layout5 {
    width: 50%;
  }
  .admin-pictures-container div.hover-me {
    width: 49%;
  }
  .big-news {
    flex-direction: column-reverse;
  }
  .big-news-img-container {
    width: 100%;
  }
  .big-news-content {
    width: 100%;
  }
  .page-news-layout2-format {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-grid-news-half {
    width: 100%;
    height: auto;
  }
  .page-grid-four-news {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .page-news-layout3-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-grid-news-quarter {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .page-component-width-fifth {
    width: 32%;
  }
}
.slider-container, .slider-news-container {
  overflow: hidden;
  width: 100%;
  box-sizing: content-box;
  padding-top: revert;
}

.carrousel-slider-image {
  width: 100%;
  height: auto;
  margin: auto;
  object-fit: cover;
  object-position: center;
}

.carrousel-slider-next {
  display: none;
}

.html-content {
  width: 100%;
}

.html-content ul {
  overflow: auto;
}

.clip-container {
  height: 100%;
  min-height: 400px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 16px 0;
}

.container-cliped-content {
  width: 49%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 8px 16px;
}

.clip-container-height-top {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  height: 60px;
  margin-top: -1px;
}

.clip-container-height-bot {
  clip-path: polygon(100% 100%, 100% 0%, 0 100%);
  height: 60px;
  margin-bottom: -1px;
}

.condensed-news-container article {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.primary-ranking-container {
  padding: 2rem;
}

.secondary-ranking-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1%;
}

.ranking-grid-item {
  margin-bottom: 48px;
  overflow: hidden;
}

.ranking-top-profile {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #333;
  height: 375px;
  gap: 2%;
}

.rankings-slider .slick-dots {
  margin-top: -5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  justify-content: center;
}
.rankings-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  width: auto;
}
.rankings-slider .slick-dots li div {
  font-size: 16px;
  color: #333;
  background: none;
  padding: 10px;
  border-radius: 4px;
}
.rankings-slider .slick-dots li div:hover {
  background: #333;
  color: #fff;
  opacity: 0.6;
}
.rankings-slider .slick-dots li.slick-active div {
  background: #333;
  color: #fff;
  border-color: #333;
}
.rankings-slider .slick-dots li button:before {
  content: "";
}

.rankings-slider .slick-prev, .rankings-slider .slick-next {
  background: none;
  border: none;
  font-size: 24px;
  color: #333;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.rankings-slider .slick-prev:before, .rankings-slider .slick-next:before {
  content: none !important;
}

.rankings-slider .slick-prev {
  left: -30px !important;
}

.rankings-slider .slick-next {
  right: -30px !important;
}

.rankings-slider .slick-prev:hover, .rankings-slider .slick-next:hover {
  color: #000;
}

.slick-number {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
  margin: -5px;
  background: none;
  width: 40px;
  height: 40px;
}

.ranking-big-image {
  border-bottom: 1px solid;
  text-align: center;
  padding: 0 24px;
  width: 100%;
  height: 275px;
  object-position: bottom;
  vertical-align: bottom;
  object-fit: contain;
}

.ranking-big-image-side {
  padding: 0 24px;
  width: 40%;
}

.ranking-big-image-side img {
  max-height: 275px;
  width: 100%;
  object-position: bottom;
  vertical-align: bottom;
  object-fit: contain;
}

.ranking-left-side {
  width: 58%;
}

.ranking-left-side {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
}
.ranking-left-side .ranking-left-side-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ranking-left-side .ranking-left-side-info .ranking-position {
  font-weight: 400;
  font-size: 12rem;
  margin-right: 1rem;
}
.ranking-left-side .ranking-left-side-info .ranking-name {
  font-weight: 300;
  font-size: 4.5rem;
  line-height: 4.5rem;
  max-height: 9rem;
  overflow: hidden;
}
.ranking-left-side .ranking-left-side-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 90%;
  font-size: 1.5rem;
  border: 1px solid;
}
.ranking-left-side .ranking-left-side-box .ranking-footer-box-nation {
  border-right: 1px solid;
  width: 40%;
  padding-left: 16px;
}
.ranking-left-side .ranking-left-side-box .ranking-footer-box-points {
  width: 60%;
  padding-left: 16px;
}

.ranking-footer {
  padding: 10px;
}
.ranking-footer .ranking-footer-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ranking-footer .ranking-footer-info .ranking-position {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
}
.ranking-footer .ranking-footer-info .ranking-name {
  padding-left: 4px;
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
}
.ranking-footer .ranking-footer-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid;
}
.ranking-footer .ranking-footer-box .ranking-footer-box-nation {
  border-right: 1px solid;
  width: 40%;
  padding-left: 16px;
}
.ranking-footer .ranking-footer-box .ranking-footer-box-points {
  width: 60%;
  padding-left: 16px;
}

/* POPUP CARDS */
.popup-list-cards {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 320px;
  overflow-y: scroll;
  border: 1px solid #D1D1D1;
  padding: 8px;
}

.popup-item-card {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 110px;
  padding: 8px;
  border: 1px solid #D1D1D1;
  margin-bottom: 8px;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
}
.popup-item-card .card-tagsport-icon {
  height: 48px;
  width: 48px;
}
.popup-item-card .card-tagsport-icon-img {
  background-size: 45px 45px;
}
.popup-item-card:hover, .popup-item-card.selected {
  background-color: rgba(255, 56, 0, 0.4);
}

.popupcard-content-title {
  flex: 1 0 30%;
  padding-left: 16px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-enrollment-info div {
  flex: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-content-info, .popup-enrollment-info {
  flex: 1 0 50%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.popup-content-info div {
  flex: 1 0 26%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popup-content-info-title {
  color: rgba(48, 48, 48, 0.6);
  font-size: 10px;
}

.popupcard-content-title,
.popup-content-info-value {
  font-size: 12px;
  font-weight: bold;
}

.popup-content-name {
  font-size: 14px;
  max-width: 220px;
}
.popup-content-name a {
  word-break: break-word;
}

.popup-city {
  padding: 8px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 2%;
}

.chip-enrollment-container {
  min-width: 90px;
}

#create-enrollment-popup h1,
#create-enrollment-popup p {
  text-align: center;
}

.popup-subtitle {
  font-size: 12px;
}

.popup-card-chip {
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 12px;
  height: 20px;
  position: absolute;
  top: 14px;
  right: 14px;
  color: #FFF;
  font-size: 12px;
}
.popup-card-chip * {
  vertical-align: center;
  text-align: center;
}

.popup-enrollment-dialog .ui-dialog-titlebar {
  background: none;
  border-radius: 6px;
}

#tabs {
  z-index: 15 !important;
}

h1 {
  color: #14191D;
  font-size: 1.75rem !important;
  font-weight: 700 !important;
}

h2 {
  color: #14191D;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
}

h3 {
  color: #14191D;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

.body-title {
  color: #ff3800;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
}

.regular-text {
  font-size: 0.875rem;
  color: #14191D;
}

.header-title {
  font-weight: 800 !important;
}

.mfp-counter {
  padding-top: 8px;
  padding-right: 0;
  padding-left: 8px;
  color: #000000;
  left: 0;
  width: 25%;
}

.mfp-bottom-bar {
  background: #fff;
  padding: 16px 0;
}

.mfp-title {
  text-align: right;
  padding: 0;
}

.tr-text-format {
  white-space: unset !important;
  word-break: break-all;
}

main:has(.main-structure-content-nologin),
main:not(:has(#landing-header:first-child)):not(:has(.main-structure-menu-mobile)) {
  padding-top: 78px;
}
@media only screen and (max-width: 768px) {
  main:has(.main-structure-content-nologin),
  main:not(:has(#landing-header:first-child)):not(:has(.main-structure-menu-mobile)) {
    padding-top: 59px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  main:has(.main-structure-content-nologin),
  main:not(:has(#landing-header:first-child)):not(:has(.main-structure-menu-mobile)) {
    padding-top: 83px;
  }
}

.main-structure-content-nologin .mobile-popup {
  margin-top: -24px;
}

/* MENU */
.main-structure {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main-structure-menu {
  width: 245px;
  min-height: 100vh;
  background-color: #14191D;
  transition: width 0.3s ease-out;
  position: relative;
  z-index: 100;
}
.main-structure-menu.collapsed {
  width: 88px;
  transition: width 0.3s ease-out;
}
.main-structure-content {
  width: calc(100% - 245px);
  box-sizing: border-box;
  transition: width 0.3s ease-out;
  padding: 62px 24px 8px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: auto;
}
.main-structure-content.collapsedstructure {
  width: calc(100% - 88px);
  transition: width 0.3s ease-out;
}
.main-structure-content .content {
  position: relative;
}
.main-structure-content-nologin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 24px 24px 8px;
}
.main-structure-content-pages {
  width: 100%;
  box-sizing: border-box;
}

.post-header {
  margin-top: 0px !important;
  padding: 8px;
}

nav.alerts {
  float: right;
  position: relative;
  padding: 0;
  right: 0;
}

.collapse-menu {
  position: fixed;
  top: 100px;
  left: calc(245px - 10px);
  cursor: pointer;
  transition: 0.3s ease-out;
}
.collapse-menu:after {
  content: url("../img/mainpage/left.svg");
}
.collapse-menu.collapsed {
  left: calc(88px - 10px);
}
.collapse-menu.collapsed:after {
  content: url("../img/mainpage/right.svg");
}

.side-menu-container {
  position: fixed;
  overflow-y: scroll;
  width: 245px;
  top: 0px;
  bottom: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #14191D;
}
.side-menu-container h1:hover {
  opacity: 0.8;
}
.side-menu-container a {
  color: #FFFFFF;
}
.side-menu-container::-webkit-scrollbar {
  display: none;
}

.main-structure-menu.collapsed .side-menu-container {
  width: 88px;
}
.main-structure-menu.collapsed .menu-avatar {
  transition: 0.3s ease-out;
}
.main-structure-menu.collapsed .menu-avatar img {
  width: 32px !important;
  height: 32px !important;
  transition: 0.3s ease-out;
}
.main-structure-menu .menu-avatar {
  transition: 0.3s ease-out;
}
.main-structure-menu .menu-avatar img {
  border-radius: 100%;
  background-color: #fff !important;
  transition: 0.3s ease-out;
  margin: 0 !important;
  float: none !important;
  width: 120px;
  border: 4px solid #ff3800;
}
.main-structure-menu .menu-avatar .picture-tip {
  left: 25%;
}

.menu-avatar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 12px;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}
.menu-avatar h4 {
  color: #FFFFFF;
}
.menu-avatar div {
  color: #FFF;
  font-size: 14px;
  cursor: pointer;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.menu-nav {
  margin-top: 62px;
}
.menu-nav ul li {
  padding: 8px 16px 8px 16px;
  color: #FFFFFF;
  cursor: pointer;
}
.menu-nav ul li.active {
  color: #ff3800;
}
.menu-nav ul li.active img {
  -webkit-filter: invert(35%) sepia(61%) saturate(6415%) hue-rotate(1deg) brightness(101%) contrast(103%);
  filter: invert(35%) sepia(61%) saturate(6415%) hue-rotate(1deg) brightness(101%) contrast(103%);
}
.menu-nav ul li.active:before {
  background-color: #ff3800;
}
.menu-nav ul li.active:hover {
  color: #FFFFFF;
}
.menu-nav ul li.active:hover::before {
  background-color: #FFFFFF;
  color: #FFFFFF;
}
.menu-nav ul li:before {
  background-color: transparent;
  color: transparent;
  content: "|";
  font-size: 1.2rem;
  margin-right: 16px;
  width: 8px;
}
.menu-nav ul li:hover {
  background-color: rgba(255, 56, 0, 0.7);
}

.menu-nav ul li img, .menu-nav ul li.active:hover img {
  width: 14px;
  vertical-align: middle;
  margin-right: 4px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.nav.help {
  margin-left: 18px;
  margin-top: 100px;
  padding-bottom: 8px;
  padding-top: 8px;
  cursor: pointer;
}

.main-structure-menu.collapsed span,
.main-structure-menu.collapsed .nav.active:after,
.main-structure-menu.collapsed .menu-avatar div {
  display: none;
}

.menu-plans {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

.box-paymentplan {
  width: 204pt;
  height: auto;
  border: 1px solid transparent;
  border-radius: 6px;
  position: relative;
  padding: 12.4pt;
  margin: 16px;
  background-color: #536674;
}
.box-paymentplan p {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 12px;
  width: 50%;
}
.box-paymentplan.active {
  background-color: #536674;
  border-color: #ff3800;
}
.box-paymentplan.free {
  height: 85pt;
  padding: 12.5pt;
}
.box-paymentplan .shortname {
  display: none;
}
.box-paymentplan .number-competitions {
  color: #F7F7F7;
  font-size: 10px;
}
.box-paymentplan:hover {
  background-color: #2B353C;
}

.main-structure-menu.collapsed .box-paymentplan {
  width: 42pt;
  height: 42pt;
  text-align: center;
  padding: 0;
}

.main-structure-menu.collapsed .box-paymentplan .shortname {
  font-size: 16px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0;
  margin: auto;
}

.chip-regular {
  background-color: #ff3800;
  color: #EEE;
  position: absolute;
  top: 6px;
  right: 7px;
  text-align: center;
  border-radius: 16px;
  font-size: 12px;
  padding: 4px 12px 4px 12px;
}

.chip-plan {
  background-color: #ff3800;
  color: #E2E2E2;
  position: absolute;
  top: 8px;
  right: 7px;
  width: 84px;
  height: 18px;
  text-align: center;
  border-radius: 150pt;
  font-size: 12px;
  padding: 4px;
}

.get-another-plan {
  color: #F7F7F7;
  font-size: 12px;
}
.get-another-plan:after {
  content: ">";
  margin-left: 10px;
}

.menu-plan-date {
  color: #F7F7F7;
  font-size: 0.8rem;
  margin: 12px 0;
  line-height: 3;
}
.menu-plan-date p {
  font-weight: 600;
}

.menu-update-plan:after {
  content: ">";
  padding-left: 12px;
}

.main-structure-menu.collapsed .box-paymentplan .name {
  display: none;
}

@media (min-width: 1920px) {
  .wide-banner-container .banner-grad.largescreen-banner {
    filter: blur(12px);
    -webkit-filter: blur(12px);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #banner.largescreen-banner {
    max-width: 1440px;
    height: 340px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 20px;
  }
}
.secondary-text-color {
  color: #FFF;
  text-align: center;
}

.title-menu {
  font: 28px "Commando", Arial, Sans-Serif;
  transition: 0.3s ease-out;
}
.title-menu img {
  margin-top: 16px;
  width: 90%;
  vertical-align: middle;
}
.title-menu:hover {
  cursor: pointer;
}

.main-structure-menu.collapsed .title-menu span {
  display: none;
  transition: 0.3s ease-out;
}

.header-bar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  right: 0;
  top: 0px;
  padding: 12px 12px 0 12px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 95;
}
.header-bar > * {
  margin-right: 16px;
}
.header-bar a {
  color: #999;
}
.header-bar a:hover {
  color: #ff3800;
}
.header-bar #notification-button-container a {
  color: #EEE !important;
}
.header-bar .account-menu {
  margin-top: 4px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 52px;
}
.header-bar .role {
  font-size: 14px;
  color: rgba(48, 48, 48, 0.8);
  cursor: pointer;
  position: relative;
  font-weight: bold;
  padding: 8px;
}
.header-bar .role:after {
  padding-left: 4px;
  content: "\f107";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 600;
}
.header-bar .role-menu {
  right: 164px;
}
.header-bar .selected {
  color: #ff3800 !important;
}

.header-bar-bg {
  position: fixed;
  right: 0;
  top: 0px;
  height: 62px;
  background-color: #fafafa;
  z-index: 6;
  width: 100%;
}

.avatar-account-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
}
.avatar-account-menu img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
  border: 4px solid #ff3800 !important;
  background: transparent;
  margin: 0 !important;
  float: none !important;
}
.avatar-account-menu #picture:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.avatar-account-menu:hover:after, .avatar-account-menu.active:after {
  color: #ff3800;
}
.avatar-account-menu #pictureOverlay {
  vertical-align: middle;
}
.avatar-account-menu:after {
  padding-left: 4px;
  content: "\f107";
  font-family: "Font Awesome 6 Pro", sans-serif;
  font-weight: 600;
}
.avatar-account-menu:hover {
  cursor: pointer;
}

.account-menu {
  background-color: #fafafa;
  display: none;
  margin: 15px 22px 0 0;
  padding: 5px 15px 15px;
  list-style-type: none;
  width: 240px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 6px;
}
.account-menu li {
  clear: right;
  font-size: 0.9rem;
  padding: 4px 4px 8px 8px;
}
.account-menu li a {
  color: #999;
  display: block;
}
.account-menu li a:hover {
  color: #ff3800;
}
.account-menu li i {
  margin-right: 4px;
}

.account-menu-picture {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 8px;
}
.account-menu-picture img {
  background-color: transparent;
  border: 4px solid #ff3800;
  border-radius: 100%;
  width: 42px;
  height: 42px;
}
.account-menu-picture div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 8px;
}

.wrap {
  padding-right: 16px;
  padding-left: 16px;
  box-sizing: border-box;
}

.side-menu-icon {
  filter: brightness(0) invert(1);
}

#standings-ready-popup {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .main-structure-content, .main-structure-content.collapsedstructure {
    width: 100%;
    padding: 62px 0 8px 0;
  }
  .main-structure-menu, .role-menu-button, .collapse-menu {
    display: none !important;
  }
  .menu-mobile {
    display: block;
  }
}
@media only screen and (min-width: 769px) {
  .onboarding-header-search {
    width: 60%;
  }
  .main-structure-menu-mobile, .opacity-menu-mobile, .menu-mobile {
    display: none !important;
  }
}
.vertical-centered-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.side-menu {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.side-menu img {
  margin-right: 16px !important;
}

.pages-header-container {
  background-color: rgba(51, 51, 51, 0.9);
}
.pages-header-container:has(.pre-header) .row-formater {
  margin-top: 32px;
}
.pages-header-container .row-formater {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-block: 10px;
}
.pages-header-container .row-formater-secondary {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: rgba(51, 51, 51, 0.9);
}

header:has(.pre-header) + main .main-structure-content,
header:has(.pre-header) ~ main .main-structure-content {
  padding: 62px 24px 8px;
}

:root {
  --background-color: #FFFFFF;
  --background-color-black: #474747;
  --primary-color: #FF3800;
  --text-color: #F9FAFB;
  --background-register-button: #FF3800;
  --background-register-button-hover: #FF7E4A;
  --background-login-button: #F9FAFB;
  --background-login-button-hover: #F9FAFB;
  --background-sidebar: #F9FAFB;
  --background-sidebar-black: #111827;
  --text-white: #FFFFFF;
  --text-black: #1F2937;
  --text-dark: #374151;
  --margin-top-lg: 25px;
  --padding-vertical: 16px;
  --spacing-10: 10px;
  --spacing-16: 16px;
  --spacing-24: 24px;
  --padding-x-text: 24px;
  --padding-y-text: 12px;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-weight-500: 500;
  --font-weight-600: 600;
  --font-weight-700: 700;
  --raidus-large: 30px;
}

.no-scroll {
  overflow: hidden;
  touch-action: none;
}

.site-header {
  position: fixed;
  width: 100%;
  background-color: var(--background-color);
  padding: 0;
  box-shadow: 0 2px 2px -1px rgba(27, 36, 44, 0.0392156863);
  z-index: 100;
}

.site-header .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--padding-vertical) 30px;
}

.site-header .navbar:before, .site-header .navbar:after {
  content: none;
}

.site-header .container-hamburguer {
  display: none;
}

.site-header .container-hamburguer i {
  font-size: 20px;
}

.site-header .container-hamburguer .hamburguer-icon {
  color: var(--text-black);
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.site-header .container-hamburguer .sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: calc(100dvh - var(--sidebar-offset, 0px));
  margin-top: var(--sidebar-offset, 0px);
  background-color: var(--background-sidebar);
  visibility: hidden;
  transform: translateX(-100%);
  transition: transform 500ms, visibility 0ms 500ms;
  z-index: 1;
}

.site-header .container-hamburguer .sidebar.active {
  visibility: visible;
  transform: translateX(0);
  transition: transform 500ms;
}

.site-header .container-hamburguer .sidebar .sidebar-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-menus {
  flex: 1;
  overflow-y: auto;
  padding-top: 10px;
  padding-inline: 20px;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-menus::-webkit-scrollbar {
  display: none;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav {
  display: grid;
  gap: 6px 0;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav li {
  position: relative;
  padding: 10px 0;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav a {
  color: var(--text-black);
  font-style: normal;
  font-weight: var(--font-weight-500);
  font-size: var(--font-size-14);
  line-height: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.3s ease-in-out;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav a:hover {
  background-color: var(--hover-background);
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav .dropdown-toggle i {
  transition: transform 0.3s ease-in-out;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav .dropdown-toggle.active i {
  transform: rotate(180deg);
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav .dropdown-link i:before {
  content: "+";
  transition: transform 0.3s ease-in-out;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav .dropdown-link.active i:before {
  content: "\f068";
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu,
.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu-link {
  position: relative;
  max-height: 0;
  margin-top: 0;
  padding-left: 15px;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu.show,
.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu-link.show {
  margin-top: 10px;
  max-height: 500px;
  opacity: 1;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-nav .sub-menu-link.show {
  max-height: 300px;
  opacity: 1;
  margin-top: 8px;
}

.site-header .container-hamburguer .sidebar .sidebar-inner .sidebar-oauth {
  display: grid;
  gap: var(--spacing-16) 0;
  border-top: 1px solid #D1D5DB;
  text-align: center;
  padding: 24px 20px;
}

.site-header .container-hamburguer .sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: var(--sidebar-offset, 0px);
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  z-index: 0;
}

.site-header .container-hamburguer .sidebar.active + .sidebar-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.site-header .container-logo img {
  width: 287px;
  height: 40px;
  object-fit: contain;
}

.site-header .container-menus {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
}

.site-header .container-menus ul {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  gap: 0 var(--spacing-16);
  text-align: center;
}

.site-header .container-menus ul li {
  padding: 0 var(--padding-x-text);
}

.site-header .container-menus ul a {
  font-style: normal;
  font-weight: var(--font-weight-700);
  font-size: var(--font-size-16);
  line-height: 18px;
  color: var(--text-black);
}

.site-header .container-menus .dropdown {
  display: inline-block;
}

.site-header .container-menus .dropdown-content {
  display: flex !important;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--background-color);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding: var(--padding-y-text) var(--padding-x-text);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1;
}

.site-header .container-menus .dropdown-content .dropdown-sections {
  display: grid;
  grid-auto-flow: column;
  gap: 0 100px;
  max-width: 1440px;
}

.site-header .container-menus .dropdown-content .dropdown-section {
  display: grid;
  grid-template-rows: 0fr;
  text-align: left;
  gap: var(--padding-y-text) 0;
}

.site-header .container-menus .dropdown-content .title-section {
  font-style: normal;
  font-weight: var(--font-weight-600) !important;
  font-size: var(--font-size-16) !important;
  color: var(--primary-color);
}

.site-header .container-menus .dropdown-content .options-section {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: var(--padding-y-text) 0;
  white-space: nowrap;
  padding-left: 10px;
}

.site-header .container-menus .dropdown-content .options-section li {
  padding: 0;
}

.site-header .container-menus .dropdown-content a {
  font-style: normal;
  font-weight: var(--font-weight-500);
  font-size: var(--font-size-14);
  color: var(--text-black);
}

.site-header .container-menus .show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-header .container-menus .dropdown:has(.dropdown-content.show) .dropbtn {
  color: var(--primary-color);
}

.site-header .container-menus .divider {
  width: 48px;
  border-color: var(--text-black);
  transform: rotate(90deg);
}

.site-header .container-menus .buttons-oauth {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  gap: 0 var(--spacing-10);
}

.site-header .button-register,
.site-header .button-login {
  align-content: center;
  font-style: normal;
  font-weight: var(--font-weight-700);
  font-size: var(--font-size-16);
  line-height: 18px;
  border-radius: var(--raidus-large);
  padding: var(--padding-y-text) var(--padding-x-text);
  border: none;
  outline: none;
}

.site-header .button-register:hover,
.site-header .button-login:hover {
  cursor: pointer;
}

.site-header .button-register {
  color: var(--text-white);
  background-color: #0C6FF9;
}

.site-header .button-register:hover {
  background-color: rgba(12, 111, 249, 0.9019607843);
  opacity: 1;
}

.site-header .button-login {
  color: var(--text-black);
  border: 2px solid #D1D5DB;
}

.site-header .button-login:hover {
  border-color: rgba(209, 213, 219, 0.9019607843);
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .site-header .navbar {
    justify-content: initial;
    gap: 0 var(--spacing-16);
    padding: 16px 16px;
  }
  .site-header .container-hamburguer {
    display: flex;
  }
  .site-header .container-logo img {
    width: 173px;
    height: 24px;
  }
  .site-header .container-menus {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .site-header .navbar {
    justify-content: initial;
    gap: 0 var(--spacing-24);
    padding: 20px var(--padding-x-text);
  }
  .site-header .container-hamburguer {
    display: flex;
  }
  .site-header .container-hamburguer .sidebar-inner {
    max-height: calc(100vh - 68px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .site-header .container-menus {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .site-header .container-menus ul li {
    padding: 0;
  }
  .site-header .container-menus .dropdown-content {
    right: 0;
    left: auto;
  }
  .site-header .container-menus .divider {
    width: 28px;
  }
  .site-header .container-menus .buttons-oauth {
    gap: 0 5px;
  }
}
:root {
  /* Brand Colors */
  --primary-color-orange-500: #FF3800;
  --primary-color-orange-400: #FF7E4A;
  --primary-color-orange-300: #FFAF70;
  --primary-color-orange-200: #FFE3C7;
  /* Secondary Colors */
  --secondary-color-blue-500: #0C6FF9;
  --secondary-color-blue-400: #3FAFFD;
  --secondary-color-blue-300: #9ECFFF;
  --secondary-color-blue-200: #CFEFFF;
  /* Neutral Colors Base */
  --neutral-color-black: #000000;
  --neutral-color-white: #FFFFFF;
  /* Neutral Colors Gray */
  --neutral-color-950: #030712;
  --neutral-color-900: #111827;
  --neutral-color-800: #1F2937;
  --neutral-color-700: #374151;
  --neutral-color-600: #4B5563;
  --neutral-color-500: #6B7280;
  --neutral-color-400: #9CA3AF;
  --neutral-color-300: #D1D5DB;
  --neutral-color-200: #E5E7EB;
  --neutral-color-100: #F3F4F6;
  --neutral-color-50: #F3F4F6;
  /* Extra Colors */
  --blue-color: #0C6FF9;
  --yellow-color: #FFC600;
  --border-color: #aaa;
  /* Common */
  --font-family-base: "Open Sans Variable", sans-serif;
  --font-style-base: normal;
  --font-size-body-xs: 12px;
  --font-size-body-sm: 14px;
  --font-size-body-md: 16px;
  --font-size-body-lg: 18px;
  --font-weight-normal: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --line-height-body-xs: 14px;
  --line-height-body-sm: 16px;
  --line-height-body-md: 20px;
  /* Web */
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --line-height-body-lg-web: 24px;
  --line-height-h1: 48px;
  --line-height-h2: 40px;
  --line-height-h3: 32px;
  /* Mobile */
  --font-size-h1-mobile: 24px;
  --font-size-h2-mobile: 22px;
  --font-size-h3-mobile: 20px;
  --line-height-body-lg-mobile: 22px;
  --line-height-h1-mobile: 28px;
  --line-height-h2-mobile: 26px;
  --line-height-h3-mobile: 24px;
  --spacing-2px: 2px;
  --spacing-4px: 4px;
  --spacing-8px: 8px;
  --spacing-12px: 12px;
  --spacing-16px: 16px;
  --spacing-24px: 24px;
  --spacing-32px: 32px;
  --spacing-48px: 48px;
  --spacing-64px: 64px;
  --spacing-96px: 96px;
  --spacing-160px: 160px;
  --spacing-xs: 5px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 20px;
  --spacing-xl: 25px;
  --spacing-xxl: 30px;
  --border-width-sm: 0.5px;
  --border-width-md: 1px;
  --border-width-lg: 2px;
  --border-width-xl: 4px;
  --border-radius-xs: 4px;
  --border-radius-sm: 8px;
  --border-radius-md: 25px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --border-radius-full: 100%;
  --top-sm-shadow: 0 -1px 2px 0 #1B242C1F;
  --top-md-shadow: 0 -2px 8px -1px #1B242C14;
  --top-lg-box-shadow: 0 -8px 16px -2px #1B242C1F;
  --top-xl-box-shadow: 0 -16px 24px -6px #1B242C29;
  --bottom-sm-shadow: 0 1px 2px 0 #1B242C1F;
  --bottom-md-shadow: 0 2px 8px -1px #1B242C14;
  --bottom-lg-box-shadow: 0 8px 16px -2px #1B242C1F;
  --bottom-xl-box-shadow: 0 16px 24px -6px #1B242C29;
  --bottom-md-box-shadow-hover: 0 2px 2px -1px #1B242C0A;
  --bottom-lg-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --bottom-xl-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --top-md-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-lg-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-xl-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  /* Primary */
  --btn-primary-color: var(--neutral-color-white);
  --btn-primary-bg: var(--blue-color);
  --btn-primary-color-hover: var(--neutral-color-white);
  --btn-primary-bg-hover: #79ADFF;
  --btn-primary-bg-disabled: var(--neutral-color-200);
  --btn-primary-color-disabled: var(--neutral-color-400);
  --btn-primary-focus-shadow: #79ADFF80;
  --btn-primary-border: none;
  /* Secondary */
  --btn-secondary-color: var(--neutral-color-800);
  --btn-secondary-bg: var(--neutral-color-white);
  --btn-secondary-color-hover: var(--neutral-color-800);
  --btn-secondary-bg-hover: var(--neutral-color-100);
  --btn-secondary-bg-disabled: var(--neutral-color-100);
  --btn-secondary-color-disabled: var(--neutral-color-400);
  --btn-secondary-focus-shadow: var(--neutral-color-100);
  --btn-secondary-border: var(--border-width-lg) solid var(--neutral-color-300);
  /* Tertiary */
  --btn-tertiary-color: var(--neutral-color-white);
  --btn-tertiary-bg: #393938;
  --btn-tertiary-color-hover: var(--neutral-color-white);
  --btn-tertiary-bg-hover: #828281;
  --btn-tertiary-bg-disabled: var(--neutral-color-200);
  --btn-tertiary-color-disabled: var(--neutral-color-400);
  --btn-tertiary-focus-shadow: #82828180;
  --btn-tertiary-border: none;
  /* Hero */
  --btn-hero-color: var(--neutral-color-white);
  --btn-hero-bg: var(--primary-color-orange-500);
  --btn-hero-color-hover: var(--primary-color-orange-500);
  --btn-hero-bg-hover: var(--primary-color-orange-200);
  --btn-hero-bg-disabled: var(--neutral-color-100);
  --btn-hero-color-disabled: var(--neutral-color-400);
  --btn-hero-focus-shadow: var(--primary-color-orange-200);
  --btn-hero-border: none;
  /* Small */
  --btn-icon-small-icon-size: 16px;
  --btn-icon-small-font-size: var(--font-size-body-xs);
  /* Medium */
  --btn-icon-medium-icon-size: 24px;
  --btn-icon-medium-font-size: var(--font-size-body-sm);
  /* Large */
  --btn-icon-large-icon-size: 32px;
  --btn-icon-large-font-size: var(--font-size-body-lg);
  /* Primary */
  --link-primary-color: var(--primary-color-orange-500);
  --link-primary-color-hover: var(--primary-color-orange-400);
  --link-primary-weight: var(--font-weight-bold);
  /* Secondary */
  --link-secondary-color: var(--primary-color-orange-400);
  --link-secondary-color-hover: var(--primary-color-orange-300);
  --link-secondary-weight: var(--font-weight-semibold);
  /* Tertiary */
  --link-tertiary-color: var(--neutral-color-800);
  --link-tertiary-color-hover: var(--neutral-color-500);
  --link-tertiary-weight: var(--font-weight-semibold);
  --wrapper-max-width: 1280px;
  --main-content-nologin-padding-top: 24px;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
:root {
  /* Brand Colors */
  --primary-color-orange-500: #FF3800;
  --primary-color-orange-400: #FF7E4A;
  --primary-color-orange-300: #FFAF70;
  --primary-color-orange-200: #FFE3C7;
  /* Secondary Colors */
  --secondary-color-blue-500: #0C6FF9;
  --secondary-color-blue-400: #3FAFFD;
  --secondary-color-blue-300: #9ECFFF;
  --secondary-color-blue-200: #CFEFFF;
  /* Neutral Colors Base */
  --neutral-color-black: #000000;
  --neutral-color-white: #FFFFFF;
  /* Neutral Colors Gray */
  --neutral-color-950: #030712;
  --neutral-color-900: #111827;
  --neutral-color-800: #1F2937;
  --neutral-color-700: #374151;
  --neutral-color-600: #4B5563;
  --neutral-color-500: #6B7280;
  --neutral-color-400: #9CA3AF;
  --neutral-color-300: #D1D5DB;
  --neutral-color-200: #E5E7EB;
  --neutral-color-100: #F3F4F6;
  --neutral-color-50: #F3F4F6;
  /* Extra Colors */
  --blue-color: #0C6FF9;
  --yellow-color: #FFC600;
  --border-color: #aaa;
  /* Common */
  --font-family-base: "Open Sans Variable", sans-serif;
  --font-style-base: normal;
  --font-size-body-xs: 12px;
  --font-size-body-sm: 14px;
  --font-size-body-md: 16px;
  --font-size-body-lg: 18px;
  --font-weight-normal: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --line-height-body-xs: 14px;
  --line-height-body-sm: 16px;
  --line-height-body-md: 20px;
  /* Web */
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --line-height-body-lg-web: 24px;
  --line-height-h1: 48px;
  --line-height-h2: 40px;
  --line-height-h3: 32px;
  /* Mobile */
  --font-size-h1-mobile: 24px;
  --font-size-h2-mobile: 22px;
  --font-size-h3-mobile: 20px;
  --line-height-body-lg-mobile: 22px;
  --line-height-h1-mobile: 28px;
  --line-height-h2-mobile: 26px;
  --line-height-h3-mobile: 24px;
  --spacing-2px: 2px;
  --spacing-4px: 4px;
  --spacing-8px: 8px;
  --spacing-12px: 12px;
  --spacing-16px: 16px;
  --spacing-24px: 24px;
  --spacing-32px: 32px;
  --spacing-48px: 48px;
  --spacing-64px: 64px;
  --spacing-96px: 96px;
  --spacing-160px: 160px;
  --spacing-xs: 5px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 20px;
  --spacing-xl: 25px;
  --spacing-xxl: 30px;
  --border-width-sm: 0.5px;
  --border-width-md: 1px;
  --border-width-lg: 2px;
  --border-width-xl: 4px;
  --border-radius-xs: 4px;
  --border-radius-sm: 8px;
  --border-radius-md: 25px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --border-radius-full: 100%;
  --top-sm-shadow: 0 -1px 2px 0 #1B242C1F;
  --top-md-shadow: 0 -2px 8px -1px #1B242C14;
  --top-lg-box-shadow: 0 -8px 16px -2px #1B242C1F;
  --top-xl-box-shadow: 0 -16px 24px -6px #1B242C29;
  --bottom-sm-shadow: 0 1px 2px 0 #1B242C1F;
  --bottom-md-shadow: 0 2px 8px -1px #1B242C14;
  --bottom-lg-box-shadow: 0 8px 16px -2px #1B242C1F;
  --bottom-xl-box-shadow: 0 16px 24px -6px #1B242C29;
  --bottom-md-box-shadow-hover: 0 2px 2px -1px #1B242C0A;
  --bottom-lg-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --bottom-xl-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --top-md-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-lg-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-xl-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  /* Primary */
  --btn-primary-color: var(--neutral-color-white);
  --btn-primary-bg: var(--blue-color);
  --btn-primary-color-hover: var(--neutral-color-white);
  --btn-primary-bg-hover: #79ADFF;
  --btn-primary-bg-disabled: var(--neutral-color-200);
  --btn-primary-color-disabled: var(--neutral-color-400);
  --btn-primary-focus-shadow: #79ADFF80;
  --btn-primary-border: none;
  /* Secondary */
  --btn-secondary-color: var(--neutral-color-800);
  --btn-secondary-bg: var(--neutral-color-white);
  --btn-secondary-color-hover: var(--neutral-color-800);
  --btn-secondary-bg-hover: var(--neutral-color-100);
  --btn-secondary-bg-disabled: var(--neutral-color-100);
  --btn-secondary-color-disabled: var(--neutral-color-400);
  --btn-secondary-focus-shadow: var(--neutral-color-100);
  --btn-secondary-border: var(--border-width-lg) solid var(--neutral-color-300);
  /* Tertiary */
  --btn-tertiary-color: var(--neutral-color-white);
  --btn-tertiary-bg: #393938;
  --btn-tertiary-color-hover: var(--neutral-color-white);
  --btn-tertiary-bg-hover: #828281;
  --btn-tertiary-bg-disabled: var(--neutral-color-200);
  --btn-tertiary-color-disabled: var(--neutral-color-400);
  --btn-tertiary-focus-shadow: #82828180;
  --btn-tertiary-border: none;
  /* Hero */
  --btn-hero-color: var(--neutral-color-white);
  --btn-hero-bg: var(--primary-color-orange-500);
  --btn-hero-color-hover: var(--primary-color-orange-500);
  --btn-hero-bg-hover: var(--primary-color-orange-200);
  --btn-hero-bg-disabled: var(--neutral-color-100);
  --btn-hero-color-disabled: var(--neutral-color-400);
  --btn-hero-focus-shadow: var(--primary-color-orange-200);
  --btn-hero-border: none;
  /* Small */
  --btn-icon-small-icon-size: 16px;
  --btn-icon-small-font-size: var(--font-size-body-xs);
  /* Medium */
  --btn-icon-medium-icon-size: 24px;
  --btn-icon-medium-font-size: var(--font-size-body-sm);
  /* Large */
  --btn-icon-large-icon-size: 32px;
  --btn-icon-large-font-size: var(--font-size-body-lg);
  /* Primary */
  --link-primary-color: var(--primary-color-orange-500);
  --link-primary-color-hover: var(--primary-color-orange-400);
  --link-primary-weight: var(--font-weight-bold);
  /* Secondary */
  --link-secondary-color: var(--primary-color-orange-400);
  --link-secondary-color-hover: var(--primary-color-orange-300);
  --link-secondary-weight: var(--font-weight-semibold);
  /* Tertiary */
  --link-tertiary-color: var(--neutral-color-800);
  --link-tertiary-color-hover: var(--neutral-color-500);
  --link-tertiary-weight: var(--font-weight-semibold);
  --wrapper-max-width: 1280px;
  --main-content-nologin-padding-top: 24px;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@font-face {
  font-family: "Open Sans Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 800;
  font-stretch: 75% 100%;
  src: url(https://cdn.jsdelivr.net/fontsource/fonts/open-sans:vf@latest/latin-wdth-normal.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Headings */
h1 {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h1);
  line-height: var(--line-height-h1);
}

@media only screen and (max-width: 768px) {
  h1 {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-h1-mobile);
    line-height: var(--line-height-h1-mobile);
  }
}
h2 {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h2);
  line-height: var(--line-height-h2);
}

@media only screen and (max-width: 768px) {
  h2 {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-h2-mobile);
    line-height: var(--line-height-h2-mobile);
  }
}
h3 {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
}

@media only screen and (max-width: 768px) {
  h3 {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-h3-mobile);
    line-height: var(--line-height-h3-mobile);
  }
}
body {
  background-color: var(--neutral-color-white);
  font-family: var(--font-family-base), sans-serif;
}

/* Componentes comunes */
h2 {
  margin: 0 !important;
}

button:hover {
  cursor: pointer;
  opacity: 0.6;
}

input[type=search]::-webkit-search-cancel-button:hover {
  cursor: pointer;
  opacity: 0.6;
}

i:is(.fa-solid.fa-heart) {
  color: #FD1D1D;
}

:root {
  /* Brand Colors */
  --primary-color-orange-500: #FF3800;
  --primary-color-orange-400: #FF7E4A;
  --primary-color-orange-300: #FFAF70;
  --primary-color-orange-200: #FFE3C7;
  /* Secondary Colors */
  --secondary-color-blue-500: #0C6FF9;
  --secondary-color-blue-400: #3FAFFD;
  --secondary-color-blue-300: #9ECFFF;
  --secondary-color-blue-200: #CFEFFF;
  /* Neutral Colors Base */
  --neutral-color-black: #000000;
  --neutral-color-white: #FFFFFF;
  /* Neutral Colors Gray */
  --neutral-color-950: #030712;
  --neutral-color-900: #111827;
  --neutral-color-800: #1F2937;
  --neutral-color-700: #374151;
  --neutral-color-600: #4B5563;
  --neutral-color-500: #6B7280;
  --neutral-color-400: #9CA3AF;
  --neutral-color-300: #D1D5DB;
  --neutral-color-200: #E5E7EB;
  --neutral-color-100: #F3F4F6;
  --neutral-color-50: #F3F4F6;
  /* Extra Colors */
  --blue-color: #0C6FF9;
  --yellow-color: #FFC600;
  --border-color: #aaa;
  /* Common */
  --font-family-base: "Open Sans Variable", sans-serif;
  --font-style-base: normal;
  --font-size-body-xs: 12px;
  --font-size-body-sm: 14px;
  --font-size-body-md: 16px;
  --font-size-body-lg: 18px;
  --font-weight-normal: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --line-height-body-xs: 14px;
  --line-height-body-sm: 16px;
  --line-height-body-md: 20px;
  /* Web */
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --line-height-body-lg-web: 24px;
  --line-height-h1: 48px;
  --line-height-h2: 40px;
  --line-height-h3: 32px;
  /* Mobile */
  --font-size-h1-mobile: 24px;
  --font-size-h2-mobile: 22px;
  --font-size-h3-mobile: 20px;
  --line-height-body-lg-mobile: 22px;
  --line-height-h1-mobile: 28px;
  --line-height-h2-mobile: 26px;
  --line-height-h3-mobile: 24px;
  --spacing-2px: 2px;
  --spacing-4px: 4px;
  --spacing-8px: 8px;
  --spacing-12px: 12px;
  --spacing-16px: 16px;
  --spacing-24px: 24px;
  --spacing-32px: 32px;
  --spacing-48px: 48px;
  --spacing-64px: 64px;
  --spacing-96px: 96px;
  --spacing-160px: 160px;
  --spacing-xs: 5px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 20px;
  --spacing-xl: 25px;
  --spacing-xxl: 30px;
  --border-width-sm: 0.5px;
  --border-width-md: 1px;
  --border-width-lg: 2px;
  --border-width-xl: 4px;
  --border-radius-xs: 4px;
  --border-radius-sm: 8px;
  --border-radius-md: 25px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --border-radius-full: 100%;
  --top-sm-shadow: 0 -1px 2px 0 #1B242C1F;
  --top-md-shadow: 0 -2px 8px -1px #1B242C14;
  --top-lg-box-shadow: 0 -8px 16px -2px #1B242C1F;
  --top-xl-box-shadow: 0 -16px 24px -6px #1B242C29;
  --bottom-sm-shadow: 0 1px 2px 0 #1B242C1F;
  --bottom-md-shadow: 0 2px 8px -1px #1B242C14;
  --bottom-lg-box-shadow: 0 8px 16px -2px #1B242C1F;
  --bottom-xl-box-shadow: 0 16px 24px -6px #1B242C29;
  --bottom-md-box-shadow-hover: 0 2px 2px -1px #1B242C0A;
  --bottom-lg-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --bottom-xl-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --top-md-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-lg-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-xl-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  /* Primary */
  --btn-primary-color: var(--neutral-color-white);
  --btn-primary-bg: var(--blue-color);
  --btn-primary-color-hover: var(--neutral-color-white);
  --btn-primary-bg-hover: #79ADFF;
  --btn-primary-bg-disabled: var(--neutral-color-200);
  --btn-primary-color-disabled: var(--neutral-color-400);
  --btn-primary-focus-shadow: #79ADFF80;
  --btn-primary-border: none;
  /* Secondary */
  --btn-secondary-color: var(--neutral-color-800);
  --btn-secondary-bg: var(--neutral-color-white);
  --btn-secondary-color-hover: var(--neutral-color-800);
  --btn-secondary-bg-hover: var(--neutral-color-100);
  --btn-secondary-bg-disabled: var(--neutral-color-100);
  --btn-secondary-color-disabled: var(--neutral-color-400);
  --btn-secondary-focus-shadow: var(--neutral-color-100);
  --btn-secondary-border: var(--border-width-lg) solid var(--neutral-color-300);
  /* Tertiary */
  --btn-tertiary-color: var(--neutral-color-white);
  --btn-tertiary-bg: #393938;
  --btn-tertiary-color-hover: var(--neutral-color-white);
  --btn-tertiary-bg-hover: #828281;
  --btn-tertiary-bg-disabled: var(--neutral-color-200);
  --btn-tertiary-color-disabled: var(--neutral-color-400);
  --btn-tertiary-focus-shadow: #82828180;
  --btn-tertiary-border: none;
  /* Hero */
  --btn-hero-color: var(--neutral-color-white);
  --btn-hero-bg: var(--primary-color-orange-500);
  --btn-hero-color-hover: var(--primary-color-orange-500);
  --btn-hero-bg-hover: var(--primary-color-orange-200);
  --btn-hero-bg-disabled: var(--neutral-color-100);
  --btn-hero-color-disabled: var(--neutral-color-400);
  --btn-hero-focus-shadow: var(--primary-color-orange-200);
  --btn-hero-border: none;
  /* Small */
  --btn-icon-small-icon-size: 16px;
  --btn-icon-small-font-size: var(--font-size-body-xs);
  /* Medium */
  --btn-icon-medium-icon-size: 24px;
  --btn-icon-medium-font-size: var(--font-size-body-sm);
  /* Large */
  --btn-icon-large-icon-size: 32px;
  --btn-icon-large-font-size: var(--font-size-body-lg);
  /* Primary */
  --link-primary-color: var(--primary-color-orange-500);
  --link-primary-color-hover: var(--primary-color-orange-400);
  --link-primary-weight: var(--font-weight-bold);
  /* Secondary */
  --link-secondary-color: var(--primary-color-orange-400);
  --link-secondary-color-hover: var(--primary-color-orange-300);
  --link-secondary-weight: var(--font-weight-semibold);
  /* Tertiary */
  --link-tertiary-color: var(--neutral-color-800);
  --link-tertiary-color-hover: var(--neutral-color-500);
  --link-tertiary-weight: var(--font-weight-semibold);
  --wrapper-max-width: 1280px;
  --main-content-nologin-padding-top: 24px;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.container-tabs {
  align-self: flex-start;
  position: sticky;
  top: var(--sticky-top-offset-1, 0px);
  z-index: 90;
  background-color: var(--main-bg-color);
  padding-top: var(--spacing-xl);
}

.container-tabs:nth-child(1) {
  display: grid;
  grid-auto-columns: min-content;
}

@media only screen and (max-width: 768px) {
  .container-tabs:nth-child(1) {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container-tabs:nth-child(1) {
    display: none;
  }
}
.container-tabs:nth-child(2) {
  display: none;
}

@media only screen and (max-width: 768px) {
  .container-tabs:nth-child(2) {
    display: grid;
    padding-top: initial;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .container-tabs:nth-child(2) {
    display: grid;
    padding-top: initial;
  }
}
/* Side tabs */
.list-tabs {
  list-style: none;
  padding-left: var(--spacing-lg);
}

@media only screen and (max-width: 768px) {
  .list-tabs {
    display: flex;
    align-items: center;
    gap: 0 var(--spacing-lg);
    padding-left: 0;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0;
  }
  .list-tabs::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .list-tabs {
    display: flex;
    align-items: center;
    gap: 0 var(--spacing-lg);
    padding-left: 0;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0;
  }
  .list-tabs::-webkit-scrollbar {
    display: none;
  }
}
.tab {
  border-left: var(--border-width-lg) solid var(--neutral-color-300);
  padding: var(--spacing-12px) var(--spacing-24px);
  margin-left: -22px;
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .tab:hover {
    border-left: var(--border-width-lg) solid var(--neutral-color-200);
  }
  .tab.active {
    border-left: var(--border-width-lg) solid var(--primary-color-orange-500);
  }
}
@media only screen and (min-width: 1280px) {
  .tab:hover {
    border-left: var(--border-width-lg) solid var(--neutral-color-200);
  }
  .tab.active {
    border-left: var(--border-width-lg) solid var(--primary-color-orange-500);
  }
}
@media only screen and (max-width: 768px) {
  .tab {
    border-left: none;
    padding: var(--spacing-sm) var(--spacing-lg);
    margin-left: 0;
  }
  .tab:hover {
    border-bottom: var(--border-width-lg) solid var(--neutral-color-200);
  }
  .tab.active {
    border-bottom: var(--border-width-lg) solid var(--primary-color-orange-500);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .tab {
    border-left: none;
    padding: var(--spacing-sm) var(--spacing-lg);
    margin-left: 0;
  }
  .tab:hover {
    border-bottom: var(--border-width-lg) solid var(--neutral-color-200);
  }
  .tab.active {
    border-bottom: var(--border-width-lg) solid var(--primary-color-orange-500);
  }
}
/* Encabezados de sección */
.header-content {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 0 30px;
  position: sticky;
  top: var(--sticky-top-offset-2, 0px);
  z-index: 90;
  background-color: var(--main-bg-color);
}

@media only screen and (max-width: 768px) {
  .header-content {
    grid-template-columns: auto;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .header-content {
    grid-template-columns: 3fr 1fr;
  }
}
.header-content:has(.banner-social) {
  gap: 15px 30px;
}

.header-content:has(.banner-social) .banner-social {
  grid-row-start: 1;
  grid-column-start: 2;
  justify-content: flex-end;
}

.header-content:has(.banner-social) .banner-social a {
  margin: 0;
}

.header-content:has(.banner-social) .header-title,
.header-content:has(.banner-social) .header-buttons {
  grid-row-start: 2;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .header-content:has(.banner-social):has(.banner-social) .banner-social {
    grid-column-start: 3;
  }
  .header-content:has(.banner-social):has(.banner-social) .header-title {
    grid-row-start: 2;
    grid-column: span 3;
  }
  .header-content:has(.banner-social):has(.banner-social) .header-buttons {
    grid-row-start: 3;
    grid-column: span 3;
  }
}
.header-content .header-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  color: #000000;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h1) !important;
  line-height: var(--line-height-h1);
  padding: 0;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .header-content .header-title {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold) !important;
    font-size: var(--font-size-h1-mobile) !important;
    line-height: var(--line-height-h1-mobile);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-content .header-title {
    align-self: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .header-content .header-title {
    align-self: center;
  }
}
.header-content .header-buttons {
  display: flex;
  justify-self: end;
  align-self: flex-start;
  align-items: center;
  gap: 0 var(--spacing-sm);
}

@media only screen and (max-width: 768px) {
  .header-content .header-buttons {
    justify-self: center;
    align-self: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-content .header-buttons {
    align-self: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .header-content .header-buttons {
    align-self: center;
  }
}
.filters {
  display: grid;
  grid-auto-rows: 36px;
  gap: 0 var(--spacing-md);
}

@media only screen and (max-width: 768px) {
  .filters {
    gap: var(--spacing-md) 0;
  }
  .filters:has(> :nth-child(6)) {
    gap: var(--spacing-md);
  }
}
.filters .button-filter {
  box-sizing: border-box;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 100%;
  border: 2px solid #D1D5DB;
  border-radius: 12px;
  color: var(--neutral-color-800);
  background-color: var(--neutral-color-white);
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  align-content: center;
  padding-inline: 16px;
  user-select: none;
  outline: none;
}

.filters .button-filter:hover {
  cursor: pointer;
  opacity: 0.6;
}

.filters label[for=toggleDrawer] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23666' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
  background-repeat: no-repeat !important;
  background-size: 14px !important;
}

.filters label[for=toggleDrawer] {
  background-position: right 12px center;
}

.filters #toggleDrawer:checked + label[for=toggleDrawer] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23666' d='M278.6 105.4c-12.5-12.5-32.8-12.5-45.3 0l-192 192c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L256 173.3l169.4 169.4c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-192-192z'/%3E%3C/svg%3E");
}

.filters .button-filter[data-filters]:not([data-filters=""]):not([data-filters="0"])::after {
  content: "(" attr(data-filters) ")";
  margin-left: 4px;
}

.competitions-content {
  grid-template-rows: 1fr;
}

.competitions-content .filters {
  grid-template-columns: 115px 297px;
}

.competitions-content .filters:has(> :nth-child(6)) {
  grid-template-columns: 115px 180px 297px;
}

@media only screen and (max-width: 768px) {
  .competitions-content .filters:has(> :nth-child(6)) {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .competitions-content .filters:has(> :nth-child(6)) {
    grid-auto-flow: dense;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: var(--spacing-md);
  }
  .competitions-content .filters:has(> :nth-child(6)) .button-filter {
    max-width: 100%;
  }
  .competitions-content .filters:has(> :nth-child(6)) .custom-dropdown-selector {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .competitions-content .filters {
    grid-template-columns: 1fr;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .competitions-content .filters {
    grid-auto-flow: dense;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
    gap: var(--spacing-md) 0;
  }
  .competitions-content .filters .search-competitions,
  .competitions-content .filters .search-competitions_table {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
  .competitions-content .filters .search-competitions .search-input-competitions,
  .competitions-content .filters .search-competitions .search-input-competitions_table,
  .competitions-content .filters .search-competitions_table .search-input-competitions,
  .competitions-content .filters .search-competitions_table .search-input-competitions_table {
    width: 100%;
  }
}
.competitions-content .filters .button-filter {
  max-width: 115px;
}

@media only screen and (max-width: 768px) {
  .competitions-content .filters .button-filter {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 980px) {
  .competitions-content .filters .button-filter {
    max-width: 100%;
  }
}
.competitions-content .filters .custom-dropdown-selector {
  max-width: 180px;
}

@media only screen and (max-width: 768px) {
  .competitions-content .filters .custom-dropdown-selector {
    max-width: 100%;
  }
}
.custom-dropdown-wrapper {
  position: relative;
}

.custom-dropdown-wrapper:first-child .custom-dropdown-content .dropdown-option:has(> i:first-child) {
  grid-template-columns: 24px 1fr 20px;
}

.custom-dropdown-wrapper:disabled .custom-dropdown-selector {
  background-color: var(--neutral-color-100);
}

.custom-dropdown-wrapper:disabled .custom-dropdown-selector span,
.custom-dropdown-wrapper:disabled .custom-dropdown-selector i {
  color: var(--neutral-color-400);
}

.hidden-select {
  display: none;
}

.dropdown-toggle-checkbox {
  display: none;
}

.dropdown-toggle-checkbox:checked ~ .custom-dropdown-content {
  display: flex;
}

.dropdown-toggle-checkbox:checked ~ .custom-dropdown-selector {
  background-color: #FFF2E5;
  border-color: var(--primary-color-orange-500);
}

.dropdown-toggle-checkbox:checked ~ .custom-dropdown-selector span {
  color: var(--primary-color-orange-500);
}

.dropdown-toggle-checkbox:checked + .custom-dropdown-selector .fa-chevron-down {
  transform: rotateX(180deg);
}

.custom-dropdown-selector {
  box-sizing: border-box;
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0 var(--spacing-8px);
  width: -webkit-fill-available;
  width: -moz-available;
  height: 100%;
  background-color: var(--neutral-color-white);
  border: var(--border-width-lg) solid var(--neutral-color-300);
  border-radius: 12px;
  padding-inline: var(--spacing-16px);
  user-select: none;
  text-align: center;
  cursor: pointer;
}

.custom-dropdown-selector:hover {
  background-color: var(--neutral-color-100);
}

.custom-dropdown-selector:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--neutral-color-100);
}

.custom-dropdown-selector:active span {
  color: var(--primary-color-orange-500);
}

.custom-dropdown-selector span {
  color: var(--neutral-color-800);
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.custom-dropdown-selector i {
  width: 24px;
  height: 24px;
  font-size: var(--font-size-body-sm);
  align-content: center;
  color: var(--neutral-color-black);
}

.custom-dropdown-selector .fa-chevron-down {
  transform: rotateX(0deg);
  transition: transform 0.3s ease;
}

.custom-dropdown-content {
  display: none;
  position: absolute;
  max-width: 295px;
  background-color: var(--neutral-color-white);
  border: var(--border-width-md) solid var(--neutral-color-300);
  border-radius: var(--border-radius-sm);
  padding-block: var(--spacing-32px);
  padding-inline: var(--spacing-24px) var(--spacing-16px);
  box-shadow: var(--bottom-lg-box-shadow);
  overflow: hidden;
  z-index: 90;
}

.dropdown-scroll-container {
  display: grid;
  grid-auto-columns: max-content;
  grid-template-rows: repeat(auto-fit, minmax(24px, 1fr));
  gap: var(--spacing-24px) 0;
  max-height: 244px;
  padding-right: 20px;
  overflow: hidden auto;
}

.dropdown-scroll-container::-webkit-scrollbar {
  width: 11px;
  background-color: transparent;
}

.dropdown-scroll-container::-webkit-scrollbar-thumb {
  background-color: var(--neutral-color-black);
  border-radius: 20px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.dropdown-scroll-container::-webkit-scrollbar-track {
  background-color: #E6E6E6;
  border-radius: 20px;
}

.dropdown-option {
  display: grid;
  grid-template-columns: 1fr auto;
  place-items: center flex-start;
  place-content: center;
  gap: 0 var(--spacing-8px);
  max-width: 255px;
  cursor: pointer;
}

.dropdown-option i {
  color: var(--neutral-color-950);
  width: 24px;
  height: 24px;
  font-size: var(--font-size-body-sm);
  align-content: center;
}

.dropdown-option span {
  color: var(--neutral-color-950);
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: 15px;
  line-height: 100%;
}

.dropdown-option.selected {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.option-indicator {
  width: 18px;
  height: 18px;
  border: var(--border-width-lg) solid var(--primary-color-orange-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.option-indicator::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color-orange-500);
  opacity: 0;
  transition: opacity 0.2s;
}

.dropdown-option.selected .option-indicator::after {
  opacity: 1;
}

body:has(#toggleDrawer:checked) {
  overflow: hidden;
  touch-action: none;
}

#toggleDrawer {
  display: none;
}

#toggleDrawer:checked ~ .drawer-filters {
  right: 0;
}

.drawer-filters {
  position: fixed;
  top: 0;
  right: -550px;
  display: grid;
  grid-auto-rows: auto 1fr auto;
  width: 550px;
  height: 100%;
  background-color: white;
  box-shadow: 0 -2px 8px -1px rgba(27, 36, 44, 0.0784313725);
  transition: right 0.3s ease;
  box-sizing: border-box;
  z-index: 101;
}

@media only screen and (max-width: 768px) {
  .drawer-filters {
    right: -100%;
    width: 100%;
  }
}
.drawer-filters .drawer-header {
  display: grid;
  gap: 16px 0;
  border-bottom: 1px solid #9D9D9D;
  padding: 24px;
}

.drawer-filters .drawer-header .close-drawer {
  justify-self: flex-end;
}

.drawer-filters .drawer-header .close-drawer i {
  font-size: 16px;
  align-content: center;
  text-align: center;
  color: #000000;
}

.drawer-filters .drawer-header .close-drawer i:hover {
  cursor: pointer;
  opacity: 0.6;
}

.drawer-filters .drawer-header .drawer-title {
  color: #000000;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-lg);
  line-height: var(--line-height-body-lg-web);
  justify-self: center;
}

.drawer-filters .drawer-body {
  display: grid;
  grid-auto-rows: min-content;
  gap: 24px 0;
  padding-block: 32px;
  padding-inline: 38px;
  overflow-y: auto;
}

.drawer-filters .drawer-body label {
  color: #111827;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.drawer-filters .drawer-body .drawer-selector {
  display: grid;
  gap: 8px 0;
  border-bottom: 1px solid #D1D5DB;
}

.drawer-filters .drawer-body select {
  border: 0;
  margin: 0;
}

.drawer-filters .drawer-body .drawer-search-input {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  border: 2px solid #D1D5DB;
  border-radius: 8px;
  padding-block: 4px;
  padding-inline: 12px;
  margin: 0;
}

.drawer-filters .drawer-body .drawer-search-input::placeholder {
  color: #565E6E;
}

.drawer-filters .drawer-body .drawer-search-input:focus {
  outline: none;
  border: 2px solid #0C6FF9;
}

.drawer-filters .drawer-body .drawer-input {
  display: grid;
  gap: 8px 0;
}

.drawer-filters .drawer-body .drawer-input .drawer-search {
  position: relative;
  display: inline-block;
  color: #16191D;
}

.drawer-filters .drawer-body .drawer-input .drawer-search i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  padding-left: 12px;
}

.drawer-filters .drawer-body .drawer-input .drawer-search:has(.drawer-search-input) .drawer-search-input {
  padding-inline: 32px 12px;
}

.drawer-filters .drawer-body .drawer-dates {
  display: grid;
  gap: 8px 0;
}

.drawer-filters .drawer-body .drawer-dates .drawer-dates-groups {
  display: grid;
  gap: 10px 0;
}

.drawer-filters .drawer-body .drawer-dates .drawer-dates-groups .drawer-dates-group {
  display: grid;
  grid-auto-flow: column;
  gap: 0 10px;
}

.drawer-filters .drawer-body .drawer-dates .drawer-dates-groups .drawer-dates-group .drawer-dates-group-left,
.drawer-filters .drawer-body .drawer-dates .drawer-dates-groups .drawer-dates-group .drawer-dates-group-right {
  display: grid;
  gap: 8px 0;
}

.drawer-filters .drawer-footer {
  display: grid;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #9D9D9D;
  padding: 24px;
}

.drawer-filters .drawer-footer .cancel-filters,
.drawer-filters .drawer-footer .apply-filters {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  border-radius: 30px;
  padding: 12px 24px;
}

.drawer-filters .drawer-footer .cancel-filters {
  color: #1F2937;
  background-color: white;
  border: 2px solid #D1D5DB;
}

.drawer-filters .drawer-footer .apply-filters {
  color: white;
  background-color: #0C6FF9;
  border: 0;
}

.drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  z-index: 0;
}

#toggleDrawer:checked ~ .drawer-filters + .drawer-overlay {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.main-structure-content .store-banner {
  flex-wrap: wrap;
  margin-inline: -24px;
}

.main-structure-content-nologin .store-banner {
  opacity: 0;
  margin-inline: -24px;
}

.main-structure-content-nologin .store-banner.ready {
  opacity: 1;
  transition: opacity 0.3s;
  margin-top: calc(-1 * var(--main-content-nologin-padding-top, 0px));
}

.store-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: var(--yellow-color);
  padding-block: 11px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 768px) {
  .store-banner:has(.photos-section-banner:only-child) .data-banner span, .store-banner:has(.products-section-banner:only-child) .data-banner span {
    display: inline-block;
  }
}
@media only screen and (max-width: 768px) {
  .store-banner {
    padding-inline: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .store-banner {
    padding-inline: 16px;
  }
}
.store-banner .photos-section-banner,
.store-banner .products-section-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
}

.store-banner .photos-section-banner i {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-lg);
  line-height: var(--line-height-body-lg-web);
  color: var(--neutral-color-900);
}

@media only screen and (max-width: 768px) {
  .store-banner .photos-section-banner i {
    display: none;
  }
}
.store-banner .data-banner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.store-banner .data-banner span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-lg);
  line-height: var(--line-height-body-lg-web);
  color: var(--neutral-color-900);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .store-banner .data-banner span {
    display: none;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-md);
    line-height: var(--line-height-body-md);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .store-banner .data-banner span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-md);
    line-height: var(--line-height-body-md);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .store-banner .data-banner span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-md);
    line-height: var(--line-height-body-md);
  }
}
.store-banner .banner-button {
  box-sizing: border-box;
  color: var(--btn-#393938-color);
  background-color: var(--btn-#393938-bg);
  width: max-content;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  border-radius: 30px;
  align-content: center;
  padding-inline: var(--spacing-24px);
  user-select: none;
  border: none;
  text-align: center;
}

.store-banner .banner-button:hover {
  color: var(--btn-#393938-color-hover);
  background-color: var(--btn-#393938-bg-hover);
  opacity: revert;
}

.store-banner .banner-button:disabled, .store-banner .banner-button.disabled {
  color: var(--btn-#393938-color-disabled);
  background-color: var(--btn-#393938-bg-disabled);
}

.store-banner .banner-button:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--btn-#393938-focus-shadow);
}

.subscribe-button {
  height: 48px;
  box-sizing: border-box;
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg);
  width: max-content;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  border-radius: 30px;
  align-content: center;
  padding-inline: var(--spacing-24px);
  user-select: none;
  border: none;
}

.subscribe-button:hover {
  color: var(--btn-primary-color-hover);
  background-color: var(--btn-primary-bg-hover);
  opacity: revert;
}

.subscribe-button:disabled, .subscribe-button.disabled {
  color: var(--btn-primary-color-disabled);
  background-color: var(--btn-primary-bg-disabled);
}

.subscribe-button:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--btn-primary-focus-shadow);
}

.subscribe-button.active {
  color: var(--blue-color);
  background-color: var(--neutral-color-white);
  border: var(--border-width-lg) solid var(--blue-color);
}

.header-buttons:has(.header-icon-button) .header-icon-button {
  color: var(--btn-secondary-color);
  background-color: var(--btn-secondary-bg);
  border: var(--btn-secondary-border);
  border-radius: var(--border-radius-md, 30px);
  padding: var(--spacing-8px, 9px);
  text-align: center;
  cursor: pointer;
}

.header-buttons:has(.header-icon-button) .header-icon-button:hover {
  background-color: var(--btn-secondary-bg-hover);
  opacity: revert;
}

.header-buttons:has(.header-icon-button) .header-icon-button:disabled, .header-buttons:has(.header-icon-button) .header-icon-button.disabled {
  color: var(--btn-secondary-color-disabled);
  background-color: var(--btn-secondary-bg-disabled);
}

.header-buttons:has(.header-icon-button) .header-icon-button:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--btn-secondary-focus-shadow);
}

.header-buttons:has(.header-icon-button) .header-icon-button i {
  width: var(--btn-icon-medium-icon-size, 24px);
  height: var(--btn-icon-medium-icon-size, 24px);
  font-size: var(--btn-icon-medium-font-size, 14px);
  align-content: center;
}

.button-seeMore {
  height: 36px;
  box-sizing: border-box;
  color: var(--btn-secondary-color);
  background-color: var(--btn-secondary-bg);
  width: max-content;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  border-radius: 30px;
  align-content: center;
  padding-inline: var(--spacing-24px);
  user-select: none;
  border: var(--btn-secondary-border);
}

.button-seeMore:hover {
  color: var(--btn-secondary-color-hover);
  background-color: var(--btn-secondary-bg-hover);
  opacity: revert;
}

.button-seeMore:disabled, .button-seeMore.disabled {
  color: var(--btn-secondary-color-disabled);
  background-color: var(--btn-secondary-bg-disabled);
}

.button-seeMore:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--btn-secondary-focus-shadow);
}

.hero-button {
  height: 42px;
  box-sizing: border-box;
  color: var(--btn-hero-color);
  background-color: var(--btn-hero-bg);
  width: max-content;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  border-radius: 30px;
  align-content: center;
  padding-inline: var(--spacing-24px);
  user-select: none;
  border: none;
}

.hero-button:hover {
  color: var(--btn-hero-color-hover);
  background-color: var(--btn-hero-bg-hover);
  opacity: revert;
}

.hero-button:disabled, .hero-button.disabled {
  color: var(--btn-hero-color-disabled);
  background-color: var(--btn-hero-bg-disabled);
}

.hero-button:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--btn-hero-focus-shadow);
}

.block-right-info-button,
.block-left-info-button {
  height: 42px;
  box-sizing: border-box;
  color: var(--btn-primary-color);
  background-color: var(--btn-primary-bg);
  width: max-content;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  border-radius: 30px;
  align-content: center;
  padding-inline: var(--spacing-24px);
  user-select: none;
  border: none;
}

.block-right-info-button:hover,
.block-left-info-button:hover {
  color: var(--btn-primary-color-hover);
  background-color: var(--btn-primary-bg-hover);
  opacity: revert;
}

.block-right-info-button:disabled, .block-right-info-button.disabled,
.block-left-info-button:disabled,
.block-left-info-button.disabled {
  color: var(--btn-primary-color-disabled);
  background-color: var(--btn-primary-bg-disabled);
}

.block-right-info-button:focus,
.block-left-info-button:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--btn-primary-focus-shadow);
}

.banner-button {
  height: 42px;
  box-sizing: border-box;
  color: var(--btn-tertiary-color);
  background-color: var(--btn-tertiary-bg);
  width: max-content;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  border-radius: 30px;
  align-content: center;
  padding-inline: var(--spacing-24px);
  user-select: none;
  border: none;
  text-align: center;
}

.banner-button:hover {
  color: var(--btn-tertiary-color-hover);
  background-color: var(--btn-tertiary-bg-hover);
  opacity: revert;
}

.banner-button:disabled, .banner-button.disabled {
  color: var(--btn-tertiary-color-disabled);
  background-color: var(--btn-tertiary-bg-disabled);
}

.banner-button:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--btn-tertiary-focus-shadow);
}

.follow-popup {
  gap: 24px 0;
  max-width: 682px;
  max-height: 492px;
  background-color: white;
  border: none;
  border-radius: 8px;
}

.follow-popup:modal {
  display: grid;
}

.follow-popup .popup-header {
  display: grid;
  border-bottom: 1px solid #030712;
}

.follow-popup .popup-header .close-popup {
  justify-self: end;
  background-color: transparent;
  border: none;
  outline: none;
  width: 24px;
  height: 24px;
}

.follow-popup .popup-header .close-popup i {
  font-size: 16px;
  color: black;
}

.follow-popup .popup-header .title-popup {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  text-align: center;
  color: #000000;
  max-width: 90%;
  justify-self: center;
  margin-bottom: 15px;
}

.follow-popup .popup-body {
  display: grid;
  gap: 24px 0;
  text-align: center;
}

.follow-popup .popup-body .follow-text {
  color: #191919;
  font-style: var(--font-style-base);
  font-weight: 500;
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.follow-popup .popup-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.follow-popup .popup-footer .close-btn-popup {
  background-color: white;
  border: 2px solid #D1D5DB;
  border-radius: 30px;
  padding: 10px 24px;
}

.follow-popup .popup-footer .popup-btn-primary {
  background-color: #0C6FF9;
  color: white;
  border-radius: 30px;
  padding: 10px 24px;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.follow-popup[open] ~ body,
.follow-popup:modal ~ body,
:has(.follow-popup[open]) body,
body:has(.follow-popup[open]) {
  overflow: hidden;
  touch-action: none;
}

.link-encapsulated {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.link-primary {
  color: var(--link-primary-color);
  font-style: var(--font-style-base);
  font-weight: var(--link-primary-weight);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  text-decoration: none;
}

.link-primary:hover {
  color: var(--link-primary-color-hover);
}

.link-secondary {
  color: var(--link-secondary-color);
  font-style: var(--font-style-base);
  font-weight: var(--link-secondary-weight);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  text-decoration: none;
}

.link-secondary:hover {
  color: var(--link-secondary-color-hover);
}

.link-tertiary {
  color: var(--link-tertiary-color);
  font-style: var(--font-style-base);
  font-weight: var(--link-tertiary-weight);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  text-decoration: none;
}

.link-tertiary:hover {
  color: var(--link-tertiary-color-hover);
}

:root {
  /* Brand Colors */
  --primary-color-orange-500: #FF3800;
  --primary-color-orange-400: #FF7E4A;
  --primary-color-orange-300: #FFAF70;
  --primary-color-orange-200: #FFE3C7;
  /* Secondary Colors */
  --secondary-color-blue-500: #0C6FF9;
  --secondary-color-blue-400: #3FAFFD;
  --secondary-color-blue-300: #9ECFFF;
  --secondary-color-blue-200: #CFEFFF;
  /* Neutral Colors Base */
  --neutral-color-black: #000000;
  --neutral-color-white: #FFFFFF;
  /* Neutral Colors Gray */
  --neutral-color-950: #030712;
  --neutral-color-900: #111827;
  --neutral-color-800: #1F2937;
  --neutral-color-700: #374151;
  --neutral-color-600: #4B5563;
  --neutral-color-500: #6B7280;
  --neutral-color-400: #9CA3AF;
  --neutral-color-300: #D1D5DB;
  --neutral-color-200: #E5E7EB;
  --neutral-color-100: #F3F4F6;
  --neutral-color-50: #F3F4F6;
  /* Extra Colors */
  --blue-color: #0C6FF9;
  --yellow-color: #FFC600;
  --border-color: #aaa;
  /* Common */
  --font-family-base: "Open Sans Variable", sans-serif;
  --font-style-base: normal;
  --font-size-body-xs: 12px;
  --font-size-body-sm: 14px;
  --font-size-body-md: 16px;
  --font-size-body-lg: 18px;
  --font-weight-normal: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --line-height-body-xs: 14px;
  --line-height-body-sm: 16px;
  --line-height-body-md: 20px;
  /* Web */
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --line-height-body-lg-web: 24px;
  --line-height-h1: 48px;
  --line-height-h2: 40px;
  --line-height-h3: 32px;
  /* Mobile */
  --font-size-h1-mobile: 24px;
  --font-size-h2-mobile: 22px;
  --font-size-h3-mobile: 20px;
  --line-height-body-lg-mobile: 22px;
  --line-height-h1-mobile: 28px;
  --line-height-h2-mobile: 26px;
  --line-height-h3-mobile: 24px;
  --spacing-2px: 2px;
  --spacing-4px: 4px;
  --spacing-8px: 8px;
  --spacing-12px: 12px;
  --spacing-16px: 16px;
  --spacing-24px: 24px;
  --spacing-32px: 32px;
  --spacing-48px: 48px;
  --spacing-64px: 64px;
  --spacing-96px: 96px;
  --spacing-160px: 160px;
  --spacing-xs: 5px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 20px;
  --spacing-xl: 25px;
  --spacing-xxl: 30px;
  --border-width-sm: 0.5px;
  --border-width-md: 1px;
  --border-width-lg: 2px;
  --border-width-xl: 4px;
  --border-radius-xs: 4px;
  --border-radius-sm: 8px;
  --border-radius-md: 25px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --border-radius-full: 100%;
  --top-sm-shadow: 0 -1px 2px 0 #1B242C1F;
  --top-md-shadow: 0 -2px 8px -1px #1B242C14;
  --top-lg-box-shadow: 0 -8px 16px -2px #1B242C1F;
  --top-xl-box-shadow: 0 -16px 24px -6px #1B242C29;
  --bottom-sm-shadow: 0 1px 2px 0 #1B242C1F;
  --bottom-md-shadow: 0 2px 8px -1px #1B242C14;
  --bottom-lg-box-shadow: 0 8px 16px -2px #1B242C1F;
  --bottom-xl-box-shadow: 0 16px 24px -6px #1B242C29;
  --bottom-md-box-shadow-hover: 0 2px 2px -1px #1B242C0A;
  --bottom-lg-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --bottom-xl-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --top-md-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-lg-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-xl-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  /* Primary */
  --btn-primary-color: var(--neutral-color-white);
  --btn-primary-bg: var(--blue-color);
  --btn-primary-color-hover: var(--neutral-color-white);
  --btn-primary-bg-hover: #79ADFF;
  --btn-primary-bg-disabled: var(--neutral-color-200);
  --btn-primary-color-disabled: var(--neutral-color-400);
  --btn-primary-focus-shadow: #79ADFF80;
  --btn-primary-border: none;
  /* Secondary */
  --btn-secondary-color: var(--neutral-color-800);
  --btn-secondary-bg: var(--neutral-color-white);
  --btn-secondary-color-hover: var(--neutral-color-800);
  --btn-secondary-bg-hover: var(--neutral-color-100);
  --btn-secondary-bg-disabled: var(--neutral-color-100);
  --btn-secondary-color-disabled: var(--neutral-color-400);
  --btn-secondary-focus-shadow: var(--neutral-color-100);
  --btn-secondary-border: var(--border-width-lg) solid var(--neutral-color-300);
  /* Tertiary */
  --btn-tertiary-color: var(--neutral-color-white);
  --btn-tertiary-bg: #393938;
  --btn-tertiary-color-hover: var(--neutral-color-white);
  --btn-tertiary-bg-hover: #828281;
  --btn-tertiary-bg-disabled: var(--neutral-color-200);
  --btn-tertiary-color-disabled: var(--neutral-color-400);
  --btn-tertiary-focus-shadow: #82828180;
  --btn-tertiary-border: none;
  /* Hero */
  --btn-hero-color: var(--neutral-color-white);
  --btn-hero-bg: var(--primary-color-orange-500);
  --btn-hero-color-hover: var(--primary-color-orange-500);
  --btn-hero-bg-hover: var(--primary-color-orange-200);
  --btn-hero-bg-disabled: var(--neutral-color-100);
  --btn-hero-color-disabled: var(--neutral-color-400);
  --btn-hero-focus-shadow: var(--primary-color-orange-200);
  --btn-hero-border: none;
  /* Small */
  --btn-icon-small-icon-size: 16px;
  --btn-icon-small-font-size: var(--font-size-body-xs);
  /* Medium */
  --btn-icon-medium-icon-size: 24px;
  --btn-icon-medium-font-size: var(--font-size-body-sm);
  /* Large */
  --btn-icon-large-icon-size: 32px;
  --btn-icon-large-font-size: var(--font-size-body-lg);
  /* Primary */
  --link-primary-color: var(--primary-color-orange-500);
  --link-primary-color-hover: var(--primary-color-orange-400);
  --link-primary-weight: var(--font-weight-bold);
  /* Secondary */
  --link-secondary-color: var(--primary-color-orange-400);
  --link-secondary-color-hover: var(--primary-color-orange-300);
  --link-secondary-weight: var(--font-weight-semibold);
  /* Tertiary */
  --link-tertiary-color: var(--neutral-color-800);
  --link-tertiary-color-hover: var(--neutral-color-500);
  --link-tertiary-weight: var(--font-weight-semibold);
  --wrapper-max-width: 1280px;
  --main-content-nologin-padding-top: 24px;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
/* Contenedores */
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  body:has(.main-structure-content) .custom-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 25px 0;
  }
  body:has(.main-structure-content) .container-tabs:nth-child(1) {
    display: none;
  }
  body:has(.main-structure-content) .container-tabs:nth-child(2) {
    display: grid;
    padding-top: initial;
  }
  body:has(.main-structure-content) .list-tabs {
    display: flex;
    align-items: center;
    gap: 0 var(--spacing-lg);
    padding-left: 0;
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-padding: 0;
  }
  body:has(.main-structure-content) .list-tabs::-webkit-scrollbar {
    display: none;
  }
  body:has(.main-structure-content) .tab {
    border-left: none;
    padding: var(--spacing-sm) var(--spacing-lg);
    margin-left: 0;
  }
  body:has(.main-structure-content) .tab:hover, body:has(.main-structure-content) .tab.active {
    border-bottom: 2px solid var(--primary-color-orange-500);
  }
}
.custom-container {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr;
  gap: 0 100px;
}

@media only screen and (max-width: 768px) {
  .custom-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 25px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 25px 0;
  }
}
.custom-container-content {
  display: grid;
  grid-auto-flow: revert;
  grid-template-columns: revert;
  gap: revert;
  padding: revert;
}

@media only screen and (max-width: 768px) {
  .custom-container-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom-container-content {
    gap: 16px 0;
  }
}
.custom-container-content > :nth-child(n+3) {
  margin-top: var(--spacing-xl);
}

@media only screen and (max-width: 768px) {
  .custom-container-content > :nth-child(n+3) {
    margin-top: initial;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .custom-container-content > :nth-child(n+3) {
    margin-top: initial;
  }
}
.wrapper {
  max-width: var(--wrapper-max-width);
}

:root {
  /* Brand Colors */
  --primary-color-orange-500: #FF3800;
  --primary-color-orange-400: #FF7E4A;
  --primary-color-orange-300: #FFAF70;
  --primary-color-orange-200: #FFE3C7;
  /* Secondary Colors */
  --secondary-color-blue-500: #0C6FF9;
  --secondary-color-blue-400: #3FAFFD;
  --secondary-color-blue-300: #9ECFFF;
  --secondary-color-blue-200: #CFEFFF;
  /* Neutral Colors Base */
  --neutral-color-black: #000000;
  --neutral-color-white: #FFFFFF;
  /* Neutral Colors Gray */
  --neutral-color-950: #030712;
  --neutral-color-900: #111827;
  --neutral-color-800: #1F2937;
  --neutral-color-700: #374151;
  --neutral-color-600: #4B5563;
  --neutral-color-500: #6B7280;
  --neutral-color-400: #9CA3AF;
  --neutral-color-300: #D1D5DB;
  --neutral-color-200: #E5E7EB;
  --neutral-color-100: #F3F4F6;
  --neutral-color-50: #F3F4F6;
  /* Extra Colors */
  --blue-color: #0C6FF9;
  --yellow-color: #FFC600;
  --border-color: #aaa;
  /* Common */
  --font-family-base: "Open Sans Variable", sans-serif;
  --font-style-base: normal;
  --font-size-body-xs: 12px;
  --font-size-body-sm: 14px;
  --font-size-body-md: 16px;
  --font-size-body-lg: 18px;
  --font-weight-normal: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --line-height-body-xs: 14px;
  --line-height-body-sm: 16px;
  --line-height-body-md: 20px;
  /* Web */
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --line-height-body-lg-web: 24px;
  --line-height-h1: 48px;
  --line-height-h2: 40px;
  --line-height-h3: 32px;
  /* Mobile */
  --font-size-h1-mobile: 24px;
  --font-size-h2-mobile: 22px;
  --font-size-h3-mobile: 20px;
  --line-height-body-lg-mobile: 22px;
  --line-height-h1-mobile: 28px;
  --line-height-h2-mobile: 26px;
  --line-height-h3-mobile: 24px;
  --spacing-2px: 2px;
  --spacing-4px: 4px;
  --spacing-8px: 8px;
  --spacing-12px: 12px;
  --spacing-16px: 16px;
  --spacing-24px: 24px;
  --spacing-32px: 32px;
  --spacing-48px: 48px;
  --spacing-64px: 64px;
  --spacing-96px: 96px;
  --spacing-160px: 160px;
  --spacing-xs: 5px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 20px;
  --spacing-xl: 25px;
  --spacing-xxl: 30px;
  --border-width-sm: 0.5px;
  --border-width-md: 1px;
  --border-width-lg: 2px;
  --border-width-xl: 4px;
  --border-radius-xs: 4px;
  --border-radius-sm: 8px;
  --border-radius-md: 25px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --border-radius-full: 100%;
  --top-sm-shadow: 0 -1px 2px 0 #1B242C1F;
  --top-md-shadow: 0 -2px 8px -1px #1B242C14;
  --top-lg-box-shadow: 0 -8px 16px -2px #1B242C1F;
  --top-xl-box-shadow: 0 -16px 24px -6px #1B242C29;
  --bottom-sm-shadow: 0 1px 2px 0 #1B242C1F;
  --bottom-md-shadow: 0 2px 8px -1px #1B242C14;
  --bottom-lg-box-shadow: 0 8px 16px -2px #1B242C1F;
  --bottom-xl-box-shadow: 0 16px 24px -6px #1B242C29;
  --bottom-md-box-shadow-hover: 0 2px 2px -1px #1B242C0A;
  --bottom-lg-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --bottom-xl-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --top-md-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-lg-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-xl-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  /* Primary */
  --btn-primary-color: var(--neutral-color-white);
  --btn-primary-bg: var(--blue-color);
  --btn-primary-color-hover: var(--neutral-color-white);
  --btn-primary-bg-hover: #79ADFF;
  --btn-primary-bg-disabled: var(--neutral-color-200);
  --btn-primary-color-disabled: var(--neutral-color-400);
  --btn-primary-focus-shadow: #79ADFF80;
  --btn-primary-border: none;
  /* Secondary */
  --btn-secondary-color: var(--neutral-color-800);
  --btn-secondary-bg: var(--neutral-color-white);
  --btn-secondary-color-hover: var(--neutral-color-800);
  --btn-secondary-bg-hover: var(--neutral-color-100);
  --btn-secondary-bg-disabled: var(--neutral-color-100);
  --btn-secondary-color-disabled: var(--neutral-color-400);
  --btn-secondary-focus-shadow: var(--neutral-color-100);
  --btn-secondary-border: var(--border-width-lg) solid var(--neutral-color-300);
  /* Tertiary */
  --btn-tertiary-color: var(--neutral-color-white);
  --btn-tertiary-bg: #393938;
  --btn-tertiary-color-hover: var(--neutral-color-white);
  --btn-tertiary-bg-hover: #828281;
  --btn-tertiary-bg-disabled: var(--neutral-color-200);
  --btn-tertiary-color-disabled: var(--neutral-color-400);
  --btn-tertiary-focus-shadow: #82828180;
  --btn-tertiary-border: none;
  /* Hero */
  --btn-hero-color: var(--neutral-color-white);
  --btn-hero-bg: var(--primary-color-orange-500);
  --btn-hero-color-hover: var(--primary-color-orange-500);
  --btn-hero-bg-hover: var(--primary-color-orange-200);
  --btn-hero-bg-disabled: var(--neutral-color-100);
  --btn-hero-color-disabled: var(--neutral-color-400);
  --btn-hero-focus-shadow: var(--primary-color-orange-200);
  --btn-hero-border: none;
  /* Small */
  --btn-icon-small-icon-size: 16px;
  --btn-icon-small-font-size: var(--font-size-body-xs);
  /* Medium */
  --btn-icon-medium-icon-size: 24px;
  --btn-icon-medium-font-size: var(--font-size-body-sm);
  /* Large */
  --btn-icon-large-icon-size: 32px;
  --btn-icon-large-font-size: var(--font-size-body-lg);
  /* Primary */
  --link-primary-color: var(--primary-color-orange-500);
  --link-primary-color-hover: var(--primary-color-orange-400);
  --link-primary-weight: var(--font-weight-bold);
  /* Secondary */
  --link-secondary-color: var(--primary-color-orange-400);
  --link-secondary-color-hover: var(--primary-color-orange-300);
  --link-secondary-weight: var(--font-weight-semibold);
  /* Tertiary */
  --link-tertiary-color: var(--neutral-color-800);
  --link-tertiary-color-hover: var(--neutral-color-500);
  --link-tertiary-weight: var(--font-weight-semibold);
  --wrapper-max-width: 1280px;
  --main-content-nologin-padding-top: 24px;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.no-results {
  display: flex;
  justify-content: center;
  align-items: center;
}

.separator {
  width: 100%;
  height: auto;
  margin: 0;
}

.separator-dot {
  margin-top: -8px;
}

:root {
  /* Brand Colors */
  --primary-color-orange-500: #FF3800;
  --primary-color-orange-400: #FF7E4A;
  --primary-color-orange-300: #FFAF70;
  --primary-color-orange-200: #FFE3C7;
  /* Secondary Colors */
  --secondary-color-blue-500: #0C6FF9;
  --secondary-color-blue-400: #3FAFFD;
  --secondary-color-blue-300: #9ECFFF;
  --secondary-color-blue-200: #CFEFFF;
  /* Neutral Colors Base */
  --neutral-color-black: #000000;
  --neutral-color-white: #FFFFFF;
  /* Neutral Colors Gray */
  --neutral-color-950: #030712;
  --neutral-color-900: #111827;
  --neutral-color-800: #1F2937;
  --neutral-color-700: #374151;
  --neutral-color-600: #4B5563;
  --neutral-color-500: #6B7280;
  --neutral-color-400: #9CA3AF;
  --neutral-color-300: #D1D5DB;
  --neutral-color-200: #E5E7EB;
  --neutral-color-100: #F3F4F6;
  --neutral-color-50: #F3F4F6;
  /* Extra Colors */
  --blue-color: #0C6FF9;
  --yellow-color: #FFC600;
  --border-color: #aaa;
  /* Common */
  --font-family-base: "Open Sans Variable", sans-serif;
  --font-style-base: normal;
  --font-size-body-xs: 12px;
  --font-size-body-sm: 14px;
  --font-size-body-md: 16px;
  --font-size-body-lg: 18px;
  --font-weight-normal: 400;
  --font-weight-semibold: 500;
  --font-weight-bold: 700;
  --line-height-body-xs: 14px;
  --line-height-body-sm: 16px;
  --line-height-body-md: 20px;
  /* Web */
  --font-size-h1: 40px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --line-height-body-lg-web: 24px;
  --line-height-h1: 48px;
  --line-height-h2: 40px;
  --line-height-h3: 32px;
  /* Mobile */
  --font-size-h1-mobile: 24px;
  --font-size-h2-mobile: 22px;
  --font-size-h3-mobile: 20px;
  --line-height-body-lg-mobile: 22px;
  --line-height-h1-mobile: 28px;
  --line-height-h2-mobile: 26px;
  --line-height-h3-mobile: 24px;
  --spacing-2px: 2px;
  --spacing-4px: 4px;
  --spacing-8px: 8px;
  --spacing-12px: 12px;
  --spacing-16px: 16px;
  --spacing-24px: 24px;
  --spacing-32px: 32px;
  --spacing-48px: 48px;
  --spacing-64px: 64px;
  --spacing-96px: 96px;
  --spacing-160px: 160px;
  --spacing-xs: 5px;
  --spacing-sm: 10px;
  --spacing-md: 15px;
  --spacing-lg: 20px;
  --spacing-xl: 25px;
  --spacing-xxl: 30px;
  --border-width-sm: 0.5px;
  --border-width-md: 1px;
  --border-width-lg: 2px;
  --border-width-xl: 4px;
  --border-radius-xs: 4px;
  --border-radius-sm: 8px;
  --border-radius-md: 25px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --border-radius-full: 100%;
  --top-sm-shadow: 0 -1px 2px 0 #1B242C1F;
  --top-md-shadow: 0 -2px 8px -1px #1B242C14;
  --top-lg-box-shadow: 0 -8px 16px -2px #1B242C1F;
  --top-xl-box-shadow: 0 -16px 24px -6px #1B242C29;
  --bottom-sm-shadow: 0 1px 2px 0 #1B242C1F;
  --bottom-md-shadow: 0 2px 8px -1px #1B242C14;
  --bottom-lg-box-shadow: 0 8px 16px -2px #1B242C1F;
  --bottom-xl-box-shadow: 0 16px 24px -6px #1B242C29;
  --bottom-md-box-shadow-hover: 0 2px 2px -1px #1B242C0A;
  --bottom-lg-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --bottom-xl-box-shadow-hover: 0 2px 2px -1px #1B232C0A;
  --top-md-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-lg-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  --top-xl-box-shadow-hover: 0 -2px 2px -1px #1B232C0A;
  /* Primary */
  --btn-primary-color: var(--neutral-color-white);
  --btn-primary-bg: var(--blue-color);
  --btn-primary-color-hover: var(--neutral-color-white);
  --btn-primary-bg-hover: #79ADFF;
  --btn-primary-bg-disabled: var(--neutral-color-200);
  --btn-primary-color-disabled: var(--neutral-color-400);
  --btn-primary-focus-shadow: #79ADFF80;
  --btn-primary-border: none;
  /* Secondary */
  --btn-secondary-color: var(--neutral-color-800);
  --btn-secondary-bg: var(--neutral-color-white);
  --btn-secondary-color-hover: var(--neutral-color-800);
  --btn-secondary-bg-hover: var(--neutral-color-100);
  --btn-secondary-bg-disabled: var(--neutral-color-100);
  --btn-secondary-color-disabled: var(--neutral-color-400);
  --btn-secondary-focus-shadow: var(--neutral-color-100);
  --btn-secondary-border: var(--border-width-lg) solid var(--neutral-color-300);
  /* Tertiary */
  --btn-tertiary-color: var(--neutral-color-white);
  --btn-tertiary-bg: #393938;
  --btn-tertiary-color-hover: var(--neutral-color-white);
  --btn-tertiary-bg-hover: #828281;
  --btn-tertiary-bg-disabled: var(--neutral-color-200);
  --btn-tertiary-color-disabled: var(--neutral-color-400);
  --btn-tertiary-focus-shadow: #82828180;
  --btn-tertiary-border: none;
  /* Hero */
  --btn-hero-color: var(--neutral-color-white);
  --btn-hero-bg: var(--primary-color-orange-500);
  --btn-hero-color-hover: var(--primary-color-orange-500);
  --btn-hero-bg-hover: var(--primary-color-orange-200);
  --btn-hero-bg-disabled: var(--neutral-color-100);
  --btn-hero-color-disabled: var(--neutral-color-400);
  --btn-hero-focus-shadow: var(--primary-color-orange-200);
  --btn-hero-border: none;
  /* Small */
  --btn-icon-small-icon-size: 16px;
  --btn-icon-small-font-size: var(--font-size-body-xs);
  /* Medium */
  --btn-icon-medium-icon-size: 24px;
  --btn-icon-medium-font-size: var(--font-size-body-sm);
  /* Large */
  --btn-icon-large-icon-size: 32px;
  --btn-icon-large-font-size: var(--font-size-body-lg);
  /* Primary */
  --link-primary-color: var(--primary-color-orange-500);
  --link-primary-color-hover: var(--primary-color-orange-400);
  --link-primary-weight: var(--font-weight-bold);
  /* Secondary */
  --link-secondary-color: var(--primary-color-orange-400);
  --link-secondary-color-hover: var(--primary-color-orange-300);
  --link-secondary-weight: var(--font-weight-semibold);
  /* Tertiary */
  --link-tertiary-color: var(--neutral-color-800);
  --link-tertiary-color-hover: var(--neutral-color-500);
  --link-tertiary-weight: var(--font-weight-semibold);
  --wrapper-max-width: 1280px;
  --main-content-nologin-padding-top: 24px;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
.banner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.event-summary-results:not(:has(.event-summary-group)), .event-summary-results:has(.event-summary-group) .event-summary-group-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 var(--spacing-16px);
}

@media only screen and (max-width: 768px) {
  .event-summary-results:not(:has(.event-summary-group)), .event-summary-results:has(.event-summary-group) .event-summary-group-results {
    align-items: stretch;
    gap: var(--spacing-16px) 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .event-summary-results:not(:has(.event-summary-group)), .event-summary-results:has(.event-summary-group) .event-summary-group-results {
    justify-content: center;
    gap: var(--spacing-16px);
  }
}
.subheader-content {
  display: grid;
  background-color: white;
  border-radius: var(--border-radius-md);
  padding: var(--spacing-md) var(--spacing-lg);
  box-shadow: 0 2px 8px -1px rgba(27, 36, 44, 0.0784313725);
}

.subheader-content .items-subheader {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .subheader-content .items-subheader {
    display: grid;
    gap: 8px 0;
  }
}
.subheader-content .items-subheader .item-subheader {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 0 var(--spacing-sm);
}

.subheader-content .items-subheader .item-subheader i,
.subheader-content .items-subheader .item-subheader svg {
  align-content: center;
  border-radius: var(--border-radius-sm);
}

@media only screen and (max-width: 768px) {
  .subheader-content .items-subheader .item-subheader i,
  .subheader-content .items-subheader .item-subheader svg {
    background-color: transparent !important;
  }
}
.subheader-content .items-subheader .item-subheader i {
  width: 44px;
  height: 44px;
  font-size: 18px;
  text-align: center;
}

.subheader-content .items-subheader .item-subheader svg {
  max-width: 100%;
  width: 34px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 16/9;
  mix-blend-mode: multiply;
  padding: 12.5px 5px;
}

.subheader-content .items-subheader .item-subheader span,
.subheader-content .items-subheader .item-subheader a {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.subheader-content .items-subheader .item-subheader a {
  color: inherit;
}

.subheader-content .items-subheader .item-subheader:nth-child(1) svg,
.subheader-content .items-subheader .item-subheader:nth-child(4) i {
  background-color: #FFF1E3;
  color: var(--primary-color-orange-500);
}

.subheader-content .items-subheader .item-subheader:nth-child(2) i {
  background-color: #E7F7FF;
  color: var(--blue-color);
}

.subheader-content .items-subheader .item-subheader:nth-child(3) i {
  background-color: #FFFAE0;
  color: var(--yellow-color);
}

/* Contenedor de los patrocinadores */
.about-content + .partners,
.about-content ~ .partners {
  display: grid;
  gap: 32px 0;
}

@media only screen and (max-width: 768px) {
  .about-content + .partners,
  .about-content ~ .partners {
    gap: 16px 0;
  }
}
.about-content + .partners .partners-header,
.about-content ~ .partners .partners-header {
  display: grid;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .about-content + .partners .partners-header,
  .about-content ~ .partners .partners-header {
    gap: 8px 0;
  }
}
.about-content + .partners .partners-header .partners-title,
.about-content ~ .partners .partners-header .partners-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

@media only screen and (max-width: 768px) {
  .about-content + .partners .partners-header .partners-title,
  .about-content ~ .partners .partners-header .partners-title {
    font-size: 18px !important;
    line-height: 24px;
  }
}
.about-content + .partners .partners-content,
.about-content ~ .partners .partners-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 32px;
}

@media only screen and (max-width: 768px) {
  .about-content + .partners .partners-content,
  .about-content ~ .partners .partners-content {
    gap: 24px;
  }
}
.about-content + .partners .partners-content:has(a) a,
.about-content ~ .partners .partners-content:has(a) a {
  flex: 0 0 calc((100% - 160px) / 6);
  height: 98px;
}

@media only screen and (max-width: 768px) {
  .about-content + .partners .partners-content:has(a) a,
  .about-content ~ .partners .partners-content:has(a) a {
    flex-basis: calc((100% - 48px) / 3);
    height: 77px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .about-content + .partners .partners-content:has(a) a,
  .about-content ~ .partners .partners-content:has(a) a {
    flex-basis: calc((100% - 96px) / 4);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .about-content + .partners .partners-content:has(a) a,
  .about-content ~ .partners .partners-content:has(a) a {
    flex-basis: calc((100% - 128px) / 5);
  }
}
.about-content + .partners .partners-content img,
.about-content ~ .partners .partners-content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 4/3;
  mix-blend-mode: multiply;
}

/* Contenedor de la Subheader */
@media only screen and (max-width: 768px) {
  .subheader-content {
    display: none;
  }
}
/* Contenedor de la información */
.about-content {
  display: grid;
  gap: 32px 0;
}

@media only screen and (max-width: 768px) {
  .about-content {
    gap: 16px 0;
  }
}
.about-content .about-info-header {
  display: grid;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .about-content .about-info-header {
    display: none;
  }
}
.about-content .about-info-header .about-info-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

.about-content .about-info-content:has(p) p {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  color: #111827;
}

.about-content .about-info-content:has(img) img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.search-competitions_table {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .search-competitions_table {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
}
.search-competitions_table i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #6B7280;
  pointer-events: none;
  font-size: 17px;
  padding-left: 16px;
}

.search-input-competitions_table {
  padding-inline: 40px 16px;
  width: 297px;
  height: 100%;
  background-color: #F9FAFB;
  border: 2px solid #D1D5DB;
  border-radius: 12px;
  margin: 0;
}

.search-input-competitions_table:active, .search-input-competitions_table:focus {
  border-radius: 12px;
}

@media only screen and (max-width: 768px) {
  .search-input-competitions_table {
    width: 100%;
  }
}
.search-input-competitions_table::placeholder {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  color: #111827;
}

table.dataTable.competitions-table, table.dataTable.competitions-table thead, table.dataTable.competitions-table tbody, table.dataTable.competitions-table tr, table.dataTable.competitions-table th, table.dataTable.competitions-table td {
  all: revert;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  box-sizing: border-box !important;
}

.dataTables_wrapper {
  display: grid;
  gap: 12px 32px;
}

@media only screen and (max-width: 768px) {
  .dataTables_wrapper {
    gap: 8px;
  }
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  position: static !important;
  float: none !important;
  text-align: left !important;
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  margin: 0.5rem 0 !important;
}

.dataTables_wrapper .dataTables_length label {
  margin-left: 0;
}

/* Contenedor de las competiciones */
.competitions-content {
  display: grid;
  gap: 24px 0;
  /* Contenedor de la Tabla Competiciones */
}

@media only screen and (max-width: 768px) {
  .competitions-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .competitions-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .competitions-content {
    gap: 16px 0;
  }
}
.competitions-content .competitions-header {
  display: grid;
  grid-auto-rows: min-content;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .competitions-content .competitions-header {
    display: none;
  }
}
.competitions-content .competitions-header .competitions-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

@media only screen and (max-width: 768px) {
  .competitions-content .competitions-table-content {
    width: 100%;
    overflow-x: auto;
  }
}
.competitions-content table.dataTable.competitions-table {
  display: grid;
  grid-column: span 2/span 2;
  border-radius: 8px;
  box-shadow: 0 2px 8px -1px rgba(27, 36, 44, 0.0784313725);
}

@media only screen and (max-width: 768px) {
  .competitions-content table.dataTable.competitions-table {
    position: relative;
    display: block;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow-x: auto;
  }
}
.competitions-content table.dataTable.competitions-table tr {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 244px 140px 220px 154px 154px;
  place-items: center;
}

@media only screen and (max-width: 768px) {
  .competitions-content table.dataTable.competitions-table tr {
    grid-template-columns: repeat(5, 170px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .competitions-content table.dataTable.competitions-table tr {
    grid-template-columns: clamp(170px, 24vw, 244px) clamp(100px, 12vw, 140px) clamp(90px, 18vw, 220px) clamp(100px, 13vw, 154px) clamp(90px, 12vw, 154px);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .competitions-content table.dataTable.competitions-table tr {
    grid-template-columns: clamp(170px, 24vw, 244px) clamp(100px, 12vw, 140px) clamp(90px, 18vw, 220px) clamp(100px, 13vw, 154px) clamp(90px, 12vw, 154px);
  }
}
.competitions-content table.dataTable.competitions-table tr th,
.competitions-content table.dataTable.competitions-table tr td {
  padding-block: 20px !important;
  padding-inline: 20px;
}

@media only screen and (max-width: 768px) {
  .competitions-content table.dataTable.competitions-table tr th,
  .competitions-content table.dataTable.competitions-table tr td {
    padding-block: 12px !important;
    padding-inline: 12px;
  }
  .competitions-content table.dataTable.competitions-table tr th:first-child,
  .competitions-content table.dataTable.competitions-table tr td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    width: -webkit-fill-available;
    width: -moz-available;
  }
}
.competitions-content table.dataTable.competitions-table .competitions-table-header {
  color: white;
  background-color: #1F2937;
  border-bottom: 1px solid white !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.competitions-content table.dataTable.competitions-table .competitions-table-header th {
  position: relative;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  text-align: start;
}

.competitions-content table.dataTable.competitions-table .competitions-table-header th::before, .competitions-content table.dataTable.competitions-table .competitions-table-header th::after {
  cursor: pointer;
}

.competitions-content table.dataTable.competitions-table .competitions-table-header th::before, .competitions-content table.dataTable.competitions-table .competitions-table-header th::after {
  color: var(--primary-color-orange-200);
  left: 6px;
}

.competitions-content table.dataTable.competitions-table .competitions-table-header th::after, .competitions-content table.dataTable.competitions-table .competitions-table-header th.sorting_desc::before {
  top: 23px;
}

@media only screen and (max-width: 768px) {
  .competitions-content table.dataTable.competitions-table .competitions-table-header th::after, .competitions-content table.dataTable.competitions-table .competitions-table-header th.sorting_desc::before {
    top: 15px;
  }
}
.competitions-content table.dataTable.competitions-table .competitions-table-header th::before, .competitions-content table.dataTable.competitions-table .competitions-table-header th.sorting_desc::after {
  top: 32px;
}

@media only screen and (max-width: 768px) {
  .competitions-content table.dataTable.competitions-table .competitions-table-header th::before, .competitions-content table.dataTable.competitions-table .competitions-table-header th.sorting_desc::after {
    top: 24px;
  }
}
.competitions-content table.dataTable.competitions-table .competitions-table-header th.sorting_asc::after, .competitions-content table.dataTable.competitions-table .competitions-table-header th.sorting_desc::after {
  color: var(--primary-color-orange-500);
}

@media only screen and (max-width: 768px) {
  .competitions-content table.dataTable.competitions-table .competitions-table-header th {
    position: sticky;
    top: 0;
    z-index: 2;
  }
  .competitions-content table.dataTable.competitions-table .competitions-table-header th:first-child {
    background-color: #1F2937 !important;
    text-align: start;
    z-index: 3;
  }
}
.competitions-content table.dataTable.competitions-table .competitions-table-body {
  color: #333333;
}

.competitions-content table.dataTable.competitions-table .competitions-table-body tr:not(:last-child) {
  border-bottom: 1px solid rgba(4, 102, 248, 0.1490196078) !important;
}

.competitions-content table.dataTable.competitions-table .competitions-table-body tr:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.competitions-content table.dataTable.competitions-table .competitions-table-body td {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

@media only screen and (max-width: 768px) {
  .competitions-content table.dataTable.competitions-table .competitions-table-body td:first-child {
    border-right: 1px solid #374151 !important;
  }
}
.competitions-content table.dataTable.competitions-table .competitions-table-body td a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
}

.competitions-content table.dataTable.competitions-table .competitions-table-body .parent-competition {
  background-color: #F9FAFB !important;
}

@media only screen and (max-width: 768px) {
  .competitions-content table.dataTable.competitions-table .competitions-table-body .parent-competition td:first-child {
    background-color: #f9fafb;
  }
}
.competitions-content table.dataTable.competitions-table .competitions-table-body .parent-competition td:first-child a {
  color: var(--primary-color-orange-500);
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.competitions-content table.dataTable.competitions-table .competitions-table-body .child-competition {
  background-color: #FFFFFF !important;
}

.competitions-content table.dataTable.competitions-table .competitions-table-body .child-competition td:first-child {
  padding-inline-start: 40px;
}

@media only screen and (max-width: 768px) {
  .competitions-content table.dataTable.competitions-table .competitions-table-body .child-competition td:first-child {
    background-color: #FFFFFF;
    padding-inline-start: 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .competitions-content table.dataTable.competitions-table .competitions-table-body .child-competition td:first-child {
    padding-inline-start: 32px;
  }
}
.competitions-content table.dataTable.competitions-table .competitions-table-body .child-competition td:first-child a {
  color: #6B7280;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.competitions-content .dt-controls-top,
.competitions-content .dt-controls-bottom {
  grid-row-start: 2;
}

.competitions-content .dt-controls-top {
  grid-column-start: 2;
  place-content: center;
}

.competitions-content .dt-controls-bottom {
  grid-column-start: 1;
  place-content: center;
  place-items: flex-end;
}

.competitions-content .dataTables_wrapper .pagination-content {
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  place-content: center;
  gap: 0 8px;
}

.competitions-content .dataTables_wrapper .pagination-content .pagination-button {
  background-color: white;
  border: 1px solid #D1D5DB !important;
  border-radius: 8px;
  padding: 6px 12px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.0509803922);
}

.competitions-content .dataTables_wrapper .pagination-content .pagination-button:hover {
  background-color: white !important;
}

@media only screen and (max-width: 768px) {
  .competitions-content .dataTables_wrapper .pagination-content .pagination-button {
    padding: 4px 8px;
  }
}
.competitions-content .dataTables_wrapper .pagination-content .pagination-button i {
  width: 16px;
  height: 16px;
  align-content: center;
  color: #4B5563 !important;
}

@media only screen and (max-width: 768px) {
  .competitions-content .dataTables_wrapper .pagination-content .pagination-button i {
    width: 12px;
    height: 12px;
  }
}
.competitions-content .dataTables_wrapper .pagination-content .pagination-pages {
  display: grid;
  grid-auto-flow: column;
}

.competitions-content .dataTables_wrapper .pagination-content .pagination-pages .button-page {
  background-color: transparent !important;
  border: 0;
  border-radius: 8px;
  padding: 8px 12px;
  color: #6B7280 !important;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.competitions-content .dataTables_wrapper .pagination-content .pagination-pages .button-page.current {
  background-color: #F3F4F6 !important;
}

@media only screen and (max-width: 768px) {
  .competitions-content .dataTables_wrapper .pagination-content .pagination-pages .button-page {
    padding: 4px 8px;
  }
  .competitions-content .dataTables_wrapper .pagination-content .pagination-pages .button-page:not(:first-child):not(:nth-last-child(2)):not(:last-child) {
    display: none;
  }
}
.competitions-content .dataTables_wrapper .pagination-selector {
  color: #6B7280 !important;
  border: 0;
  background-color: transparent !important;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  margin: 0;
}

.scrollHorizontal {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
  border-radius: 1px;
}

.scrollHorizontal:first-child {
  left: 0;
}

.scrollHorizontal:last-child {
  right: 0;
}

.scrollHorizontal .left,
.scrollHorizontal .right {
  position: inherit;
  top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: none;
  border-radius: 30px;
  box-shadow: var(--bottom-md-shadow);
  padding: 24px;
  z-index: 1;
}

.scrollHorizontal .left {
  left: 0;
}

@media only screen and (max-width: 768px) {
  .scrollHorizontal .left {
    left: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .scrollHorizontal .left {
    left: -20px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .scrollHorizontal .left {
    left: -25px;
  }
}
.scrollHorizontal .right {
  right: 0;
}

@media only screen and (max-width: 768px) {
  .scrollHorizontal .right {
    right: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .scrollHorizontal .right {
    right: -20px;
  }
}
.scrollHorizontal i {
  align-content: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
}

@media only screen and (min-width: 769px) and (max-width: 980px) {
  .main-structure-content .header-content {
    grid-template-columns: auto;
    gap: 16px 0;
  }
  .main-structure-content .header-content .header-buttons {
    justify-self: center;
  }
  .main-structure-content .items-subheader {
    display: grid;
    gap: 8px 0;
  }
}
.skeleton-competitions-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}

.skeleton-competitions-container .skeleton-card {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 calc((100% - 64px) / 3);
  max-width: 100%;
  height: 361px;
}

.skeleton-competitions-container .skeleton-card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
}

.skeleton-competitions-container .skeleton-card .skeleton-image {
  height: 60%;
  background: #e0e0e0;
}

.skeleton-competitions-container .skeleton-card .skeleton-content {
  padding: 15px;
}

.skeleton-competitions-container .skeleton-card .skeleton-title {
  height: 24px;
  margin-bottom: 12px;
  background: #e0e0e0;
  border-radius: 4px;
}

.skeleton-competitions-container .skeleton-card .skeleton-subtitle {
  height: 16px;
  margin-bottom: 8px;
  background: #e0e0e0;
  width: 80%;
  border-radius: 4px;
}

.skeleton-competitions-container .skeleton-card .skeleton-subtitle:last-of-type {
  width: 60%;
}

.skeleton-competitions-container .skeleton-card .skeleton-badge {
  height: 24px;
  width: 80px;
  margin-top: 16px;
  background: #e0e0e0;
  border-radius: 12px;
}

@media only screen and (max-width: 768px) {
  .skeleton-competitions-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .skeleton-competitions-container .skeleton-card {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    flex: 0 0 calc((100% - 32px) / 1);
    max-width: 100%;
    height: 145px;
  }
  .skeleton-competitions-container .skeleton-card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 2s infinite;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-image {
    height: 60%;
    background: #e0e0e0;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-content {
    padding: 15px;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-title {
    height: 24px;
    margin-bottom: 12px;
    background: #e0e0e0;
    border-radius: 4px;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-subtitle {
    height: 16px;
    margin-bottom: 8px;
    background: #e0e0e0;
    width: 80%;
    border-radius: 4px;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-subtitle:last-of-type {
    width: 60%;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-badge {
    height: 24px;
    width: 80px;
    margin-top: 16px;
    background: #e0e0e0;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .skeleton-competitions-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .skeleton-competitions-container .skeleton-card {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    flex: 0 0 calc((100% - 32px) / 2);
    max-width: 100%;
    height: 145px;
  }
  .skeleton-competitions-container .skeleton-card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 2s infinite;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-image {
    height: 60%;
    background: #e0e0e0;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-content {
    padding: 15px;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-title {
    height: 24px;
    margin-bottom: 12px;
    background: #e0e0e0;
    border-radius: 4px;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-subtitle {
    height: 16px;
    margin-bottom: 8px;
    background: #e0e0e0;
    width: 80%;
    border-radius: 4px;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-subtitle:last-of-type {
    width: 60%;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-badge {
    height: 24px;
    width: 80px;
    margin-top: 16px;
    background: #e0e0e0;
    border-radius: 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .skeleton-competitions-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
  }
  .skeleton-competitions-container .skeleton-card {
    position: relative;
    background-color: #f0f0f0;
    border-radius: 16px;
    overflow: hidden;
    flex: 0 0 calc((100% - 64px) / 2);
    max-width: 100%;
    height: 216px;
  }
  .skeleton-competitions-container .skeleton-card::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 2s infinite;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-image {
    height: 60%;
    background: #e0e0e0;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-content {
    padding: 15px;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-title {
    height: 24px;
    margin-bottom: 12px;
    background: #e0e0e0;
    border-radius: 4px;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-subtitle {
    height: 16px;
    margin-bottom: 8px;
    background: #e0e0e0;
    width: 80%;
    border-radius: 4px;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-subtitle:last-of-type {
    width: 60%;
  }
  .skeleton-competitions-container .skeleton-card .skeleton-badge {
    height: 24px;
    width: 80px;
    margin-top: 16px;
    background: #e0e0e0;
    border-radius: 12px;
  }
}
.skeleton-matches-container {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: min-content;
  gap: 0 24px;
  padding-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
}

.skeleton-matches-container::-webkit-scrollbar {
  display: none;
}

.skeleton-matches-container .skeleton-card {
  position: relative;
  background-color: #f0f0f0;
  border-radius: 16px;
  overflow: hidden;
  width: 296px;
  scroll-snap-align: start;
}

.skeleton-matches-container .skeleton-card::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shimmer 2s infinite;
}

.skeleton-matches-container .skeleton-card .skeleton-image {
  height: 60%;
  background: #e0e0e0;
}

.skeleton-matches-container .skeleton-card .skeleton-content {
  padding: 15px;
}

.skeleton-matches-container .skeleton-card .skeleton-title {
  height: 24px;
  margin-bottom: 12px;
  background: #e0e0e0;
  border-radius: 4px;
}

.skeleton-matches-container .skeleton-card .skeleton-subtitle {
  height: 16px;
  margin-bottom: 8px;
  background: #e0e0e0;
  width: 80%;
  border-radius: 4px;
}

.skeleton-matches-container .skeleton-card .skeleton-subtitle:last-of-type {
  width: 60%;
}

.skeleton-matches-container .skeleton-card .skeleton-badge {
  height: 24px;
  width: 80px;
  margin-top: 16px;
  background: #e0e0e0;
  border-radius: 12px;
}

.search-competitions {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .search-competitions {
    grid-column: span 2/span 2;
    grid-row-start: 2;
  }
}
.search-competitions i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #6B7280;
  pointer-events: none;
  font-size: 17px;
  padding-left: 16px;
}

.search-input-competitions {
  padding-inline: 40px 16px;
  width: 297px;
  height: 100%;
  background-color: #F9FAFB;
  border: 2px solid #D1D5DB;
  border-radius: 12px;
  margin: 0;
}

.search-input-competitions:active, .search-input-competitions:focus {
  border-radius: 12px;
}

@media only screen and (max-width: 768px) {
  .search-input-competitions {
    width: 100%;
  }
}
.search-input-competitions::placeholder {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  color: #111827;
}

@-webkit-keyframes partnerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes partnerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.animation-auto-scroll {
  -webkit-animation: 30s linear 0s infinite normal none running partnerScroll;
  animation: 30s linear 0s infinite normal none running partnerScroll;
}

/* Componentes comunes */
.event-summary-title,
.competitions-title,
.matches-title,
.event-about-title,
.venues-title,
.news-event-title,
.media-title,
.media-photo-content-title,
.media-video-content-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  margin: 0;
}

.media-photo-content-title,
.media-video-content-title {
  font-size: 20px !important;
}

.view-all {
  width: 152px !important;
  background-color: white;
}

.view-all a {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: #111827;
  width: inherit;
  height: 100%;
  align-content: center;
  text-align: center;
}

/* Banner */
.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
}

/* Encabezados de sección */
@media only screen and (max-width: 768px) {
  .header-content {
    gap: 16px 0;
    padding-block: var(--spacing-xl);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header-content {
    padding-block: var(--spacing-xl);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .header-content {
    padding-block: var(--spacing-xl);
  }
}
@media only screen and (min-width: 1280px) {
  .header-content {
    padding-block: var(--spacing-xl);
  }
}
/* Componente de resumen competiciones */
.event-summary {
  display: grid;
  gap: var(--spacing-8px) 0;
}

.event-summary-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: var(--neutral-color-700);
}

.event-summary-targets {
  display: grid;
  gap: var(--spacing-16px) 0;
}

.event-summary-content {
  display: grid;
  gap: var(--spacing-lg) 0;
  grid-template-rows: 1fr;
}

.event-summary-content .filters {
  grid-template-columns: 286px;
}

@media only screen and (max-width: 768px) {
  .event-summary-content .filters {
    grid-template-columns: 0.5fr;
  }
}
.event-summary-results {
  background-color: var(--neutral-color-100);
  padding: var(--spacing-16px);
  border-radius: var(--border-radius-sm);
}

.event-summary-results:has(.event-summary-group) {
  display: grid;
  gap: var(--spacing-32px) 0;
}

.event-summary-results:has(.event-summary-group) .event-summary-group {
  display: grid;
  gap: var(--spacing-16px) 0;
}

.event-summary-results:has(.event-summary-group) .event-summary-group-title {
  color: var(--neutral-color-800);
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.event-summary-group-results {
  display: grid;
  gap: var(--spacing-16px) 0;
}

.event-summary .event-item-summary-result {
  flex: 0 0 calc((100% - 2 * var(--spacing-16px) - 2 * var(--spacing-16px)) / 3);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-24px) 0;
  max-width: 270px;
  width: 100%;
  max-height: 178px;
  height: 178px;
  background-color: var(--neutral-color-white);
  border: var(--border-width-lg) solid var(--neutral-color-300);
  border-radius: var(--border-radius-sm);
  padding-block: var(--spacing-24px);
  box-shadow: var(--bottom-sm-shadow);
  box-sizing: border-box;
}

.event-summary .event-item-summary-result[data-position="1"] {
  order: 2;
  max-height: 229px;
  height: 229px;
  border-color: var(--yellow-color);
}

.event-summary .event-item-summary-result[data-position="2"] {
  order: 1;
  max-height: 208px;
  height: 208px;
  border-color: var(--neutral-color-300);
}

.event-summary .event-item-summary-result[data-position="3"] {
  order: 3;
  border-color: var(--primary-color-orange-400);
}

.event-summary .event-item-summary-result:nth-last-child(2):nth-child(1)[data-position="1"] {
  order: 1;
}

.event-summary .event-item-summary-result:nth-last-child(1):nth-child(2)[data-position="2"] {
  order: 2;
}

@media only screen and (max-width: 768px) {
  .event-summary .event-item-summary-result {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
  .event-summary .event-item-summary-result[data-position="2"] {
    order: 2;
    max-height: 100%;
    height: auto;
  }
  .event-summary .event-item-summary-result[data-position="1"] {
    order: 1;
    max-height: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .event-summary .event-item-summary-result {
    flex: 0 0 calc((100% - var(--spacing-16px) - var(--spacing-24px)) / 2);
  }
}
.event-summary .event-item-summary-result-rank {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.event-summary .event-item-summary-result-rank span {
  position: absolute;
  bottom: -16px;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: var(--neutral-color-white);
  padding: 6px 10px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.event-summary .event-item-summary-result-rank .event-summary-photo {
  width: 48px;
  height: 48px;
  font-size: 28px;
  align-content: center;
  text-align: center;
  padding: 6px;
  border-width: var(--border-width-xl);
  border-style: solid;
  border-radius: var(--border-radius-full);
}

.event-summary .event-item-summary-result:nth-child(1) .event-item-summary-result-rank span {
  background-color: var(--yellow-color);
}

.event-summary .event-item-summary-result:nth-child(1) .event-item-summary-result-rank .event-summary-photo {
  border-color: var(--yellow-color);
}

.event-summary .event-item-summary-result:nth-child(2) .event-item-summary-result-rank span {
  background-color: var(--neutral-color-300);
}

.event-summary .event-item-summary-result:nth-child(2) .event-item-summary-result-rank .event-summary-photo {
  border-color: var(--neutral-color-300);
}

.event-summary .event-item-summary-result:nth-child(3) .event-item-summary-result-rank span {
  background-color: var(--primary-color-orange-400);
}

.event-summary .event-item-summary-result:nth-child(3) .event-item-summary-result-rank .event-summary-photo {
  border-color: var(--primary-color-orange-400);
}

.event-summary .event-item-summary-result-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  max-width: 154px;
}

.event-summary .event-item-summary-result-team span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  text-align: center;
}

.event-summary .event-item-summary-result-team .event-summary-points {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: var(--neutral-color-600);
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-4px) var(--spacing-8px);
}

.event-summary .event-item-summary-result:nth-child(1) .event-summary-points {
  background-color: #FFF3B3;
}

.event-summary .event-item-summary-result:nth-child(2) .event-summary-points {
  background-color: var(--neutral-color-100);
}

.event-summary .event-item-summary-result:nth-child(3) .event-summary-points {
  background-color: var(--primary-color-orange-200);
}

/* Componentes de competición y partidos */
.competitions,
.matches {
  display: grid;
  gap: var(--spacing-sm) 0;
}

.competitions .competitions-content,
.competitions .matches-content,
.matches .competitions-content,
.matches .matches-content {
  display: grid;
  gap: var(--spacing-lg) 0;
}

.competitions .competitions-content .competitions-container,
.competitions .competitions-content .competitions-container .card-wrapper {
  display: flex;
  gap: 32px;
}

@media only screen and (max-width: 768px) {
  .competitions .competitions-content .competitions-container,
  .competitions .competitions-content .competitions-container .card-wrapper {
    gap: 16px;
  }
}
.competitions .competitions-content .competitions-container {
  flex-direction: column;
}

.competitions .competitions-content .competitions-container .card-wrapper {
  flex-wrap: wrap;
}

.competitions .competitions-content .competitions-container .card-wrapper .competition-card {
  position: relative;
  flex: 0 0 calc((100% - 64px) / 3);
  max-width: 100%;
  height: 361px;
  border-radius: 16px;
  overflow: hidden;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .competitions .competitions-content .competitions-container .card-wrapper .competition-card {
    flex-basis: 100%;
    height: 145px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .competitions .competitions-content .competitions-container .card-wrapper .competition-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .competitions .competitions-content .competitions-container .card-wrapper .competition-card {
    flex-basis: calc((100% - 32px) / 2);
    height: 216px;
  }
}
.competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-link {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-header {
  position: absolute;
  inset: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  mix-blend-mode: multiply;
}

.competitions .competitions-content .competitions-container .card-wrapper .competition-card .mask-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(24, 28, 38, 0.2) 0%, rgba(61, 87, 141, 0) 100%);
}

.competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content {
  position: absolute;
  left: 0;
  bottom: 0;
  display: grid;
  grid-template-rows: 1fr;
  gap: 10px 0;
  padding: 16px;
}

@media only screen and (max-width: 768px) {
  .competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content {
    padding: 12px;
  }
}
.competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content .competition-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  font-stretch: extra-condensed;
  text-transform: uppercase;
  color: white;
  margin: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content .competition-title {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold) !important;
    font-size: var(--font-size-h3-mobile) !important;
    line-height: var(--line-height-h3-mobile);
  }
}
.competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content .competition-subtitle {
  display: grid;
  gap: 10px 0;
}

.competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content .competition-subtitle span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: #F9FAFB;
}

@media only screen and (max-width: 768px) {
  .competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content .competition-subtitle span {
    font-size: 13px;
    line-height: 15px;
  }
}
.competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content .competition-badge {
  width: fit-content;
  background-color: #F3F4F6;
  border-radius: 6px;
  padding-block: 0.5%;
  padding-inline: 2.5%;
}

.competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content .competition-badge span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-body-xs);
  line-height: 150%;
  color: #111928;
}

@media only screen and (max-width: 768px) {
  .competitions .competitions-content .competitions-container .card-wrapper .competition-card .competition-card-content .competition-badge span {
    font-size: 11px;
  }
}
/* Partidos */
.matches-content .filters {
  grid-template-columns: 165px;
}

@media only screen and (max-width: 768px) {
  .matches-content .filters {
    grid-template-columns: 0.5fr;
  }
}
.matches-content .filters .custom-dropdown-selector {
  max-width: 165px;
}

@media only screen and (max-width: 768px) {
  .matches-content .filters .custom-dropdown-selector {
    max-width: 100%;
  }
}
#matches-targets:has(.skeleton-matches-container) {
  display: grid;
}

.matches .matches-content .carousel-matches {
  position: relative;
  display: grid;
  grid-auto-flow: column;
}

.matches .matches-content .matches-cards-content {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  gap: 0 16px;
  padding-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
}

.matches .matches-content .matches-cards-content::-webkit-scrollbar {
  display: none;
}

.matches .matches-content .matches-cards-content .matches-card {
  position: relative;
  display: grid;
  grid-template-rows: 129px 1fr;
  border-radius: 12px;
  width: 296px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
  word-break: break-word;
}

.matches .matches-content .matches-cards-content .matches-card:hover {
  cursor: pointer;
  box-shadow: 0 2px 2px -1px rgba(27, 35, 44, 0.0392156863);
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px 0;
  padding: 12px;
  background-color: #9CA3AF;
}

.matches .matches-content .matches-cards-content .matches-card.active .matches-card-header {
  background-color: #F3F4F6;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: 100%;
  place-items: center;
  gap: 0 5px;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams-results {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams-results:first-child {
  justify-self: flex-end;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams-results:last-child {
  justify-self: flex-start;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams-results img {
  width: 51px;
  height: 51px;
  user-select: none;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-h3);
  line-height: var(--line-height-h3);
  color: #4B5563;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-scoreboard {
  display: flex;
  gap: 0 5px;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams-versus {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: #FFFFFF;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams-info {
  align-items: center;
  width: 100%;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: 0 16px;
  overflow: hidden;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams-info-text {
  display: grid;
  width: 124px;
  text-align: center;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams-info-text:last-child {
  transform: translateX(3%);
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-header .matches-card-header-teams-info-text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-xs);
  line-height: var(--line-height-body-xs);
  color: white;
}

.matches .matches-content .matches-cards-content .matches-card.active .matches-card-header .matches-card-header-teams-info-text span {
  color: #111827;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-content {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: max-content;
  gap: 16px 0;
  padding: 12px;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-content .matches-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: #111827;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-content .matches-card-subtitle {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: #9CA3AF;
  max-height: fit-content;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-content .matches-card-extra {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 16px 1fr;
  align-items: center;
  gap: 0 8px;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-content .matches-card-extra i {
  font-size: 16px;
  color: #FF7E4A;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-content .matches-card-extra span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: #9CA3AF;
}

.matches .matches-content .matches-cards-content .matches-card .matches-card-content .matches-card-extra:last-child span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
}

/* Sección Sobre el Evento */
.event-about {
  display: grid;
  gap: var(--spacing-sm) 0;
}

.event-about .event-about-content:has(p) p {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: #111827;
  line-height: 20px;
  text-align: justify;
}

.event-about .event-about-content:has(img) img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.event-about > *:nth-last-child(2) {
  margin-bottom: calc(24px - var(--spacing-sm));
}

/* Sección de Partners */
.event-about + .partners,
.event-about ~ .partners {
  display: grid;
  gap: var(--spacing-sm) 0;
}

.event-about + .partners .partners-content,
.event-about ~ .partners .partners-content {
  display: flex;
  gap: 0 32px;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .event-about + .partners .partners-content,
  .event-about ~ .partners .partners-content {
    gap: 0 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .event-about + .partners .partners-content,
  .event-about ~ .partners .partners-content {
    gap: 0 24px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .event-about + .partners .partners-content,
  .event-about ~ .partners .partners-content {
    gap: 0 24px;
  }
}
.event-about + .partners .partners-content .partners-content-track,
.event-about ~ .partners .partners-content .partners-content-track {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 32px;
}

@media only screen and (max-width: 768px) {
  .event-about + .partners .partners-content .partners-content-track,
  .event-about ~ .partners .partners-content .partners-content-track {
    gap: 0 24px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .event-about + .partners .partners-content .partners-content-track,
  .event-about ~ .partners .partners-content .partners-content-track {
    gap: 0 24px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .event-about + .partners .partners-content .partners-content-track,
  .event-about ~ .partners .partners-content .partners-content-track {
    gap: 0 24px;
  }
}
.event-about + .partners .partners-content .partner,
.event-about ~ .partners .partners-content .partner {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  min-width: 150px;
  max-width: 200px;
}

.partners .partners-content .partners-content-track .partner img {
  max-width: 100%;
  width: 100%;
  max-height: 114px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 3/2;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 768px) {
  .partners .partners-content .partners-content-track .partner img {
    width: 102px;
    height: 88px;
  }
}
/* Sección de Venues */
.venues {
  display: grid;
  gap: var(--spacing-sm) 0;
}

.venues .carousel-venues {
  position: relative;
  display: grid;
  grid-auto-flow: column;
}

.venues .venues-content {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  gap: 0 16px;
  padding-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
}

.venues .venues-content::-webkit-scrollbar {
  display: none;
}

.venues .venues-content .venue-card {
  position: relative;
  display: grid;
  grid-template-rows: 108px 1fr;
  width: 241px;
  background-color: white;
  border-radius: var(--border-radius-sm);
  box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
  overflow: hidden;
  scroll-snap-align: start;
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .venues .venues-content .venue-card {
    width: 225px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .venues .venues-content .venue-card {
    min-width: 225px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .venues .venues-content .venue-card {
    min-width: 240px;
  }
}
.venues .venues-content .venue-card:not(.view-all):nth-child(n+11) {
  display: none;
}

.venues .venues-content .venue-card:hover {
  cursor: pointer;
  box-shadow: 0 2px 2px -1px rgba(27, 35, 44, 0.0392156863);
}

.venues .venues-content .venue-card .venue-card-image {
  width: 100%;
  max-height: 108px;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: var(--border-radius-sm);
  border-top-right-radius: var(--border-radius-sm);
}

.venues .venues-content .venue-card .venue-card-image:has(i) {
  background-color: var(--neutral-color-300);
}

.venues .venues-content .venue-card .venue-card-image:has(i) i {
  color: var(--neutral-color-100);
  font-size: 50px;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  align-content: center;
  text-align: center;
}

.venues .venues-content .venue-card .venue-card-content {
  display: grid;
  gap: 8px 0;
  padding: 12px;
}

.venues .venues-content .venue-card .venue-card-content .venue-card-title {
  color: #121212;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-body-sm) !important;
  line-height: var(--line-height-body-sm);
}

.venues .venues-content .venue-card .venue-card-content .venue-card-location {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: var(--spacing-sm);
}

.venues .venues-content .venue-card .venue-card-content .venue-card-location i {
  color: var(--primary-color-orange-400);
  font-size: 16px;
}

.venues .venues-content .venue-card .venue-card-content .venue-card-location span {
  color: #9CA3AF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

/* Sección de Noticias */
.news-event {
  display: grid;
  gap: var(--spacing-sm) 0;
}

.news-event .news-event-content {
  display: grid;
  gap: var(--spacing-lg) 0;
}

.news-event .news-event-content .carousel-news {
  position: relative;
  display: grid;
  grid-auto-flow: column;
}

.news-event .news-event-content .carousel-news .news-event-cards-content {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  gap: 0 16px;
  padding-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
}

.news-event .news-event-content .carousel-news .news-event-cards-content::-webkit-scrollbar {
  display: none;
}

.news-event .news-event-content .carousel-news .news-event-card {
  position: relative;
  display: grid;
  grid-template-rows: 222px 1fr;
  width: 296px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
  gap: 0 16px;
  overflow: hidden;
  scroll-snap-align: start;
  word-break: break-word;
}

.news-event .news-event-content .carousel-news .news-event-card:not(.view-all):nth-child(n+11) {
  display: none;
}

.news-event .news-event-content .carousel-news .news-event-card:hover {
  cursor: pointer;
  box-shadow: 0 2px 2px -1px rgba(27, 35, 44, 0.0392156863);
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-box-image {
  position: relative;
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-box-image .news-event-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-top-left-radius: var(--border-radius-sm);
  border-top-right-radius: var(--border-radius-sm);
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-box-image .news-event-card-image:has(i) {
  background-color: var(--neutral-color-300);
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-box-image .news-event-card-image:has(i) i {
  color: var(--neutral-color-100);
  font-size: 50px;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  align-content: center;
  text-align: center;
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-box-image .news-event-box-counters {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0 5px;
  margin-top: 8px;
  margin-right: 8px;
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-box-image .news-event-box-counters .box-image-counter,
.news-event .news-event-content .carousel-news .news-event-card .news-event-box-image .news-event-box-counters .box-documents-counter {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  padding: 5px 10px;
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-box-image .news-event-box-counters .box-image-counter span,
.news-event .news-event-content .carousel-news .news-event-card .news-event-box-image .news-event-box-counters .box-documents-counter span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-card-content {
  display: grid;
  gap: 8px 0;
  padding: 12px;
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-card-content .news-event-card-data-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  color: #121212;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-body-sm) !important;
  line-height: var(--line-height-body-sm);
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-card-content .news-event-card-text {
  color: #9CA3AF;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-card-content .news-event-card-data-info {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-card-content .news-event-card-data-action {
  display: flex;
  align-items: center;
  gap: 0 4px;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  padding: 4px 8px;
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-card-content .news-event-card-data-action i {
  font-size: 16px;
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-card-content .news-event-card-data-action span {
  color: #9CA3AF;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.news-event .news-event-content .carousel-news .news-event-card .news-event-card-content .news-event-card-data-info span {
  color: #9CA3AF;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

/* Sección de Media */
.media {
  display: grid;
  gap: var(--spacing-sm) 0;
}

.media .media-content {
  display: grid;
  gap: var(--spacing-xl) 0;
  /* Media - Fotos */
}

.media .media-content .media-photo-content {
  display: grid;
  grid-template-rows: 1fr;
  place-items: flex-start;
  gap: var(--spacing-lg) 0;
}

.media .media-content .media-photo-content .media-photo-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--spacing-xl);
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .media .media-content .media-photo-content .media-photo-cards {
    gap: 16px;
  }
}
.media .media-content .media-photo-content .media-photo-cards .media-photo-card {
  flex: 0 0 calc((100% - 50px) / 3);
  height: 222px;
  box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
  border-radius: var(--border-radius-sm);
}

.media .media-content .media-photo-content .media-photo-cards .media-photo-card:nth-child(n+4) {
  display: none;
}

@media only screen and (max-width: 768px) {
  .media .media-content .media-photo-content .media-photo-cards .media-photo-card {
    flex-basis: 100%;
  }
  .media .media-content .media-photo-content .media-photo-cards .media-photo-card:first-child:nth-last-child(n+3):first-child, .media .media-content .media-photo-content .media-photo-cards .media-photo-card:first-child:nth-last-child(n+3) ~ .media-photo-card:first-child {
    flex-basis: 100%;
    height: 267px;
  }
  .media .media-content .media-photo-content .media-photo-cards .media-photo-card:first-child:nth-last-child(n+3):not(:first-child), .media .media-content .media-photo-content .media-photo-cards .media-photo-card:first-child:nth-last-child(n+3) ~ .media-photo-card:not(:first-child) {
    flex-basis: calc((100% - 16px) / 2);
    height: 127px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .media .media-content .media-photo-content .media-photo-cards .media-photo-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}
.media .media-content .media-photo-content .media-photo-cards .media-photo-card:hover {
  box-shadow: 0 2px 2px -1px rgba(27, 35, 44, 0.0392156863);
}

.media .media-content .media-photo-content .media-photo-cards .media-photo-card .media-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-radius: var(--border-radius-sm);
}

/* Media - Videos */
.media .media-content .media-video-content {
  display: grid;
  grid-template-rows: 1fr;
  place-items: flex-start;
  gap: var(--spacing-lg) 0;
}

.media .media-content .media-video-content .media-video-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--spacing-xl);
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .media .media-content .media-video-content .media-video-cards {
    gap: 16px;
  }
}
.media .media-content .media-video-content .media-video-cards .media-video-card {
  flex: 0 0 calc((100% - 50px) / 3);
  height: 167px;
  box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
  border-radius: var(--border-radius-sm);
}

.media .media-content .media-video-content .media-video-cards .media-video-card:nth-child(n+4) {
  display: none;
}

@media only screen and (max-width: 768px) {
  .media .media-content .media-video-content .media-video-cards .media-video-card {
    flex-basis: 100%;
  }
  .media .media-content .media-video-content .media-video-cards .media-video-card:first-child:nth-last-child(n+3):first-child, .media .media-content .media-video-content .media-video-cards .media-video-card:first-child:nth-last-child(n+3) ~ .media-video-card:first-child {
    flex-basis: 100%;
    height: 267px;
  }
  .media .media-content .media-video-content .media-video-cards .media-video-card:first-child:nth-last-child(n+3):not(:first-child), .media .media-content .media-video-content .media-video-cards .media-video-card:first-child:nth-last-child(n+3) ~ .media-video-card:not(:first-child) {
    flex-basis: calc((100% - 16px) / 2);
    height: 127px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .media .media-content .media-video-content .media-video-cards .media-video-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}
.media .media-content .media-video-content .media-video-cards .media-video-card:hover {
  cursor: pointer;
  box-shadow: 0 2px 2px -1px rgba(27, 35, 44, 0.0392156863);
}

.media .media-content .media-video-content .media-video-cards .media-video-card .media-video-card-player-image {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-sm);
}

.custom-container-content:has(.gallery-content) {
  grid-template-rows: max-content;
}

/* Contenedor de las fotos */
.gallery-content {
  display: grid;
  gap: 24px 0;
}

@media only screen and (max-width: 768px) {
  .gallery-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .gallery-content {
    gap: 16px 0;
  }
}
.gallery-content .gallery-header {
  display: grid;
  grid-auto-rows: min-content;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .gallery-content .gallery-header {
    display: none;
  }
}
.gallery-content .gallery-header .gallery-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

.gallery-content .gallery {
  display: none;
}

.gallery-content .gallery .grid-sizer-gallery,
.gallery-content .gallery .gallery-item {
  width: calc(33.33% - 11px);
}

@media only screen and (max-width: 768px) {
  .gallery-content .gallery .grid-sizer-gallery,
  .gallery-content .gallery .gallery-item {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .gallery-content .gallery .grid-sizer-gallery,
  .gallery-content .gallery .gallery-item {
    width: calc(50% - 8px);
  }
}
.gallery-content .gallery .gallery-item {
  margin-bottom: 16px;
  border-radius: 12px;
  box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
  overflow: hidden;
}

.gallery-content .gallery .gallery-item.vertical {
  aspect-ratio: 3/4;
}

.gallery-content .gallery .gallery-item.horizontal {
  aspect-ratio: 4/3;
}

.gallery-content .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-content .gallery-loaded {
  display: block;
}

.skeleton-rounds-container {
  display: grid;
  grid-auto-columns: 1fr;
  gap: 24px 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) {
  display: grid;
  gap: 16px 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-header {
  background-color: #e0e0e0;
  border-radius: 8px;
  height: 40px;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content {
  display: grid;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:nth-child(1) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:nth-child(2) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:nth-child(3) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:nth-child(4) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:nth-child(5) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(1) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) {
  display: grid;
  gap: 16px 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-header {
  background-color: #e0e0e0;
  border-radius: 8px;
  height: 40px;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content {
  display: grid;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:nth-child(1) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:nth-child(2) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:nth-child(3) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:nth-child(4) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:nth-child(5) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(2) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) {
  display: grid;
  gap: 16px 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-header {
  background-color: #e0e0e0;
  border-radius: 8px;
  height: 40px;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content {
  display: grid;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:nth-child(1) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:nth-child(2) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:nth-child(3) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:nth-child(4) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:nth-child(5) {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 27% 1fr;
  height: 60px;
  background-color: #e0e0e0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:first-child {
  border-radius: 4px 4px 0 0;
}

.skeleton-rounds-container .skeleton-round:nth-child(3) .skeleton-round-content .skeleton-match-round:last-child {
  border-radius: 0 0 4px 4px;
}

@media only screen and (max-width: 768px) {
  .separator {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .separator {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .separator {
    display: none;
  }
}
.filter-wrapper select {
  all: revert;
}

/* Contenedor de los partidos */
.matches-content {
  display: grid;
  gap: 24px 0;
  /* Contenedor de las jornadas */
}

@media only screen and (max-width: 768px) {
  .matches-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content {
    gap: 16px 0;
  }
}
.matches-content .matches-header {
  display: grid;
  grid-auto-rows: min-content;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-header {
    display: none;
  }
}
.matches-content .matches-header .matches-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

.matches-content .matches-filters {
  display: flex;
  height: 100%;
  max-height: 48px;
  gap: 0 16px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  padding-bottom: 5px;
}

.matches-content .matches-filters::-webkit-scrollbar {
  display: none;
}

.matches-content .matches-filters .filter-wrapper {
  position: static;
  min-width: 118px;
  max-width: calc(100% / var(--visible-filters, 6));
  flex: 1 0 min-content;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-filters .filter-wrapper {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-filters .filter-wrapper {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-filters .filter-wrapper {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-filters .filter-wrapper {
    max-width: calc(100% / min(var(--visible-filters, 2), 2));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-filters .filter-wrapper {
    max-width: calc(100% / min(var(--visible-filters, 4), 4));
  }
}
.matches-content .matches-filters .filter-wrapper .match-filter,
.matches-content .matches-filters .filter-wrapper .clear-filters {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  border-radius: 12px;
  padding-inline: 16px;
}

.matches-content .matches-filters .filter-wrapper .dropdown-filter-toggle {
  display: none;
}

.matches-content .matches-filters .filter-wrapper:first-child .match-filter > i:first-child,
.matches-content .matches-filters .filter-wrapper:first-child .match-filter > span {
  color: var(--primary-color-orange-500);
}

.matches-content .matches-filters .filter-wrapper .match-filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 100%;
  background-color: white;
  border: 2px solid #D1D5DB;
  user-select: none;
  text-align: center;
  gap: 0 8px;
}

.matches-content .matches-filters .filter-wrapper .match-filter:hover {
  cursor: pointer;
}

.matches-content .matches-filters .filter-wrapper .match-filter span {
  color: #1F2937;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.matches-content .matches-filters .filter-wrapper .match-filter i {
  width: 24px;
  height: 24px;
  font-size: 14px;
  align-content: center;
  color: #000000;
}

.matches-content .matches-filters .filter-wrapper .match-filter .fa-chevron-down {
  transform: rotateX(0deg);
  transition: transform 0.3s ease;
}

.matches-content .matches-filters .filter-wrapper .dropdown-filter-content {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  grid-template-rows: repeat(auto-fit, minmax(24px, 1fr));
  gap: 24px 0;
  max-width: 295px;
  max-height: 232px;
  background-color: white;
  border: 1px solid #D1D5DB;
  border-radius: 8px;
  padding-block: 32px;
  padding-inline: 24px 16px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.2509803922);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 89;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-filters .filter-wrapper .dropdown-filter-content {
    grid-auto-columns: auto;
  }
  .matches-content .matches-filters .filter-wrapper .dropdown-filter-content::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-filters .filter-wrapper .dropdown-filter-content {
    grid-auto-columns: auto;
  }
  .matches-content .matches-filters .filter-wrapper .dropdown-filter-content::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-filters .filter-wrapper .dropdown-filter-content {
    grid-auto-columns: auto;
  }
  .matches-content .matches-filters .filter-wrapper .dropdown-filter-content::-webkit-scrollbar {
    display: none;
  }
}
.matches-content .matches-filters .filter-wrapper .dropdown-filter-item {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr auto;
  place-items: flex-start;
  place-content: center;
  align-items: center;
  gap: 0 8px;
}

.matches-content .matches-filters .filter-wrapper .dropdown-filter-item i {
  color: #030712;
  width: 24px;
  height: 24px;
  font-size: 14px;
  align-content: center;
}

.matches-content .matches-filters .filter-wrapper .dropdown-filter-item span {
  color: #030712;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.matches-content .matches-filters .filter-wrapper .dropdown-filter-item:hover {
  cursor: pointer;
}

.matches-content .matches-filters .filter-wrapper .radio-toggle {
  width: 18px;
  height: 18px;
  border: 2px solid var(--primary-color-orange-500);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.matches-content .matches-filters .filter-wrapper .radio-toggle::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--primary-color-orange-500);
  opacity: 0;
  transition: opacity 0.2s;
}

.matches-content .matches-filters .filter-wrapper .dropdown-filter-item.selected .radio-toggle::after {
  opacity: 1;
}

.matches-content .matches-filters .filter-wrapper:first-child .match-filter {
  grid-template-columns: 1fr auto 1fr;
  place-content: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-filters .filter-wrapper:first-child .match-filter {
    grid-template-columns: 1fr 94px 1fr;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-filters .filter-wrapper:first-child .match-filter {
    grid-template-columns: 1fr 94px 1fr;
  }
}
.matches-content .matches-filters .dropdown-filter-toggle:checked ~ .dropdown-filter-content {
  display: grid;
}

.matches-content .matches-filters .dropdown-filter-toggle:checked + .match-filter .fa-chevron-down {
  transform: rotateX(180deg);
  transition: transform 0.3s ease;
}

.matches-content .matches-filters .filter-wrapper:first-child .dropdown-filter-content .dropdown-filter-item {
  grid-template-columns: 24px 1fr 20px;
}

.matches-content .matches-filters .clear-filters {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 8px;
  background-color: transparent;
  border: 0;
  outline: none;
}

.matches-content .matches-filters .clear-filters i {
  font-size: 14px;
  color: black;
}

.matches-content .matches-filters .clear-filters span {
  color: #1F2937;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.matches-content .matches-rounds,
.matches-content .matches-round {
  display: grid;
  grid-auto-columns: 1fr;
  gap: 24px 0;
}

.matches-content .matches-rounds .matches-round .matches-round-header {
  background-color: #111827;
  border-radius: 8px;
  padding: 8px 16px;
}

.matches-content .matches-rounds .matches-round .matches-round-header .matches-round-title {
  color: #F9FAFB;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-body-lg) !important;
  line-height: var(--line-height-body-lg-web);
}

.matches-content .matches-rounds .matches-round .matches-round-content {
  display: grid;
  background-color: white;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  box-shadow: 0 2px 8px -1px rgba(27, 36, 44, 0.0784313725);
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round {
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: -webkit-fill-available;
  width: -moz-available;
  gap: clamp(10px, 2vw, 16px);
  padding: clamp(12px, 3vw, 20px);
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round {
    flex-direction: column;
    gap: 8px 0;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data:has(.match-round-matchday) {
  max-width: 395px;
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data:has(.match-round-matchday) .match-round-info {
  max-width: 63px;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data:has(.match-round-matchday) .match-round-info {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data:has(.match-round-matchday) .match-round-info {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data:has(.match-round-matchday) .match-round-info {
    max-width: 100%;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data:has(.match-round-matchday) ~ .match-round-teams {
  max-width: 516px;
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data:has(.match-round-matchday) ~ .match-round-teams .match-round-team {
  max-width: 218px;
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round:not(:last-child) {
  border-bottom: 1px solid rgba(4, 102, 248, 0.1490196078);
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data {
  min-width: 0;
  max-width: 351px;
  flex: 1 0 auto;
  display: flex;
  align-items: center;
  gap: 0 clamp(5px, 1vw, 10px);
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data {
    max-width: 100%;
    flex: none;
    text-align: revert;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px 0;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info {
  min-width: 0;
  max-width: 110px;
  width: 100%;
  max-height: max-content;
  display: grid;
  place-items: center;
  gap: 2px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info {
    grid-auto-flow: column;
    max-width: 100%;
    gap: 0 6px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info {
    grid-auto-flow: column;
    max-width: 100%;
    gap: 0 6px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info {
    grid-auto-flow: column;
    max-width: 100%;
    gap: 0 6px;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info {
    grid-template-columns: auto 1fr;
    place-items: flex-start;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info {
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info {
    justify-content: center;
    align-items: center;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span {
  color: #111827;
  line-height: 16px;
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(1) {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(1) {
    color: #9CA3AF;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(1)::after {
    content: ",";
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(1) {
    color: #9CA3AF;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(1)::after {
    content: ",";
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(1) {
    color: #9CA3AF;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(1)::after {
    content: ",";
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(2) {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-xs);
  line-height: var(--line-height-body-xs);
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(2) {
    color: #9CA3AF;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(2) {
    color: #9CA3AF;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-info span:nth-child(2) {
    color: #9CA3AF;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-matchday,
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-competition,
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-venue {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-xs);
  line-height: var(--line-height-body-sm);
  word-break: break-word;
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-matchday {
  min-width: 0;
  max-width: 91px;
  width: 100%;
  color: var(--neutral-color-900);
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-matchday {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-matchday {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-matchday {
    max-width: 100%;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-competition {
  min-width: 0;
  max-width: 91px;
  width: 100%;
  color: var(--neutral-color-900);
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-competition {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-competition {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-competition {
    max-width: 100%;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-venue {
  min-width: 0;
  max-width: 150px;
  width: 100%;
  color: #9CA3AF;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-venue {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-venue {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data .match-round-venue {
    max-width: 100%;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-data > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams {
  min-width: 0;
  max-width: 560px;
  flex: 1 0 auto;
  display: flex;
  place-items: center;
  gap: 0 clamp(10px, 3vw, 20px);
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams {
    max-width: 100%;
    flex: none;
    grid-template-columns: 1fr 90px;
    gap: 0 5px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams {
    display: grid;
    grid-auto-flow: row;
    place-content: center;
    margin: revert;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams {
    display: grid;
    grid-auto-flow: row;
    place-content: center;
    margin: revert;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams {
    display: grid;
    grid-auto-flow: row;
    place-content: center;
    margin: revert;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams {
    grid-template-columns: 1fr 0.25fr;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams {
    grid-template-columns: 1fr 0.25fr;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team {
  min-width: 0;
  max-width: 240px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 clamp(5px, 2vw, 10px);
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 1fr;
    justify-self: flex-start;
    max-width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    border-right: 1px solid #E5E7EB;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 1fr;
    justify-self: flex-start;
    max-width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    border-right: 1px solid #E5E7EB;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto 1fr;
    justify-self: flex-start;
    max-width: 100%;
    width: -webkit-fill-available;
    width: -moz-available;
    border-right: 1px solid #E5E7EB;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team.local {
  justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team.local {
    justify-content: revert;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team.local {
    justify-content: revert;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team.local {
    justify-content: revert;
    padding-bottom: 8px;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team.away {
  justify-content: flex-start;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team.away {
    justify-content: revert;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team.away {
    justify-content: revert;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team.away {
    justify-content: revert;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team .match-round-team-name {
  color: #374151;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  word-break: break-word;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team .match-round-team-name {
    grid-column-start: 2;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-sm);
    text-align: initial;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team .match-round-team-name {
    grid-column-start: 2;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-sm);
    text-align: initial;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team .match-round-team-name {
    grid-column-start: 2;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-sm);
    text-align: initial;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team .match-round-team-logo {
  width: clamp(25px, 5vw, 30px);
  height: clamp(25px, 5vw, 30px);
  object-fit: cover;
  aspect-ratio: 16/9;
  mix-blend-mode: multiply;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team .match-round-team-logo {
    grid-column-start: 1;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team .match-round-team-logo {
    grid-column-start: 1;
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-team .match-round-team-logo {
    grid-column-start: 1;
    width: 30px;
    height: 30px;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score {
  min-width: 0;
  max-width: 80px;
  width: 100%;
  display: grid;
  place-items: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score {
    grid-row: span 2/span 2;
    max-width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score {
    grid-row: span 2/span 2;
    max-width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score {
    grid-row: span 2/span 2;
    max-width: 100%;
    height: 100%;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard {
  display: flex;
  gap: 0 clamp(5px, 1.5vw, 10px);
}

.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard span:nth-child(2)::before {
  content: ":";
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard {
    display: grid;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard span:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard {
    display: grid;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard span:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard {
    display: grid;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard span:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard {
    place-items: center;
    height: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard {
    place-items: center;
    height: 100%;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score .match-round-scoreboard {
    place-items: center;
    height: 100%;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score span {
  color: #6B7280;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score span {
    color: #9CA3AF;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-md);
    line-height: var(--line-height-h3);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score span {
    color: #9CA3AF;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-md);
    line-height: var(--line-height-h3);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round .match-round-teams .match-round-score span {
    color: #9CA3AF;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-md);
    line-height: var(--line-height-h3);
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score span:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score span:nth-child(2) {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score span:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score .match-round-scoreboard {
    grid-auto-rows: 1fr auto 1fr;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score .match-round-scoreboard span {
    display: block;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score .match-round-scoreboard span:nth-child(2)::before {
    content: "en juego";
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score .match-round-scoreboard {
    grid-auto-rows: 1fr auto 1fr;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score .match-round-scoreboard span {
    display: block;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score .match-round-scoreboard span:nth-child(2)::before {
    content: "en juego";
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score .match-round-scoreboard {
    grid-auto-rows: 1fr auto 1fr;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score .match-round-scoreboard span {
    display: block;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active) .match-round-teams .match-round-score .match-round-scoreboard span:nth-child(2)::before {
    content: "en juego";
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams {
    grid-template-columns: 1fr;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams .match-round-team {
    border: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams {
    grid-template-columns: 1fr;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams .match-round-team {
    border: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams {
    grid-template-columns: 1fr;
  }
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams .match-round-team {
    border: none;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams .match-round-score {
  visibility: hidden;
  user-select: none;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams .match-round-score {
    display: none;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams .match-round-score {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.inactive) .match-round-teams .match-round-score {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active, .delayed, .cancelled, .day-off, .review, .dispute, .missing-team) .match-round-teams .match-round-score {
    place-content: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active, .delayed, .cancelled, .day-off, .review, .dispute, .missing-team) .match-round-teams .match-round-score {
    place-content: center;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active, .delayed, .cancelled, .day-off, .review, .dispute, .missing-team) .match-round-teams .match-round-score {
    place-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active, .delayed, .cancelled, .day-off, .review, .dispute, .missing-team) .match-round-teams .match-round-score span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active, .delayed, .cancelled, .day-off, .review, .dispute, .missing-team) .match-round-teams .match-round-score span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round:is(.active, .delayed, .cancelled, .day-off, .review, .dispute, .missing-team) .match-round-teams .match-round-score span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-xs);
    line-height: var(--line-height-body-xs);
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score {
    height: max-content;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score {
    height: max-content;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score {
    height: max-content;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score .match-round-scoreboard {
    gap: 8px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score .match-round-scoreboard {
    gap: 8px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score .match-round-scoreboard {
    gap: 8px 0;
  }
}
@media only screen and (max-width: 768px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score .match-round-scoreboard {
    height: max-content;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score .match-round-scoreboard {
    height: max-content;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score .match-round-scoreboard {
    height: max-content;
  }
}
.matches-content .matches-rounds .matches-round .matches-round-content .match-round.active .match-round-teams .match-round-score > span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: 10px;
  line-height: 12px;
}

.empty-results-box {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 14px 0;
  text-align: center;
  padding-block: 24px;
}

.empty-results-box .empty-image-box {
  background-color: #F3F4F6;
  border-radius: 100%;
  padding: 25px 30px;
}

.empty-results-box .empty-image-box .empty-message-image {
  max-width: 100%;
  width: 114px;
  height: auto;
  object-fit: cover;
  mix-blend-mode: luminosity;
}

.empty-results-box .empty-message-text {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-lg);
  line-height: var(--line-height-body-lg-web);
  max-width: 768px;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .empty-results-box .empty-message-text {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-body-md);
    line-height: var(--line-height-body-md);
  }
}
.empty-results-box .empty-link {
  font-weight: 600;
  text-decoration: underline;
}

.empty-results-box.show {
  display: flex !important;
}

/* Contenido de las noticias */
.news-content {
  display: grid;
  gap: 24px 0;
}

.news-content .header-news {
  display: grid;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .news-content .header-news {
    display: none;
  }
}
.news-content .header-news .news-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

.news-content .list-news {
  display: grid;
  gap: 24px 0;
}

@media only screen and (max-width: 768px) {
  .news-content .list-news {
    gap: 16px 0;
  }
}
.news-content .list-news .card-new {
  position: relative;
  display: flex;
  gap: 0 32px;
}

.news-content .list-news .card-new:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  .news-content .list-news .card-new {
    display: grid;
    border-radius: 8px;
    box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
  }
}
.news-content .list-news .card-new .new-box-image {
  position: relative;
}

.news-content .list-news .card-new .new-box-image .new-image {
  width: 298px;
  height: 224px;
  object-fit: cover;
  border-radius: 12px;
}

.news-content .list-news .card-new .new-box-image .new-image:has(i) {
  background-color: var(--neutral-color-300);
}

.news-content .list-news .card-new .new-box-image .new-image:has(i) i {
  color: var(--neutral-color-100);
  font-size: 50px;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  align-content: center;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .news-content .list-news .card-new .new-box-image .new-image {
    width: 100%;
    border-radius: initial;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.news-content .list-news .card-new .new-box-image .news-box-counters {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0 5px;
  margin-top: 8px;
  margin-right: 8px;
}

.news-content .list-news .card-new .new-box-image .news-box-counters .box-image-counter,
.news-content .list-news .card-new .new-box-image .news-box-counters .box-documents-counter {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  padding: 5px 10px;
}

.news-content .list-news .card-new .new-box-image .news-box-counters .box-image-counter span,
.news-content .list-news .card-new .new-box-image .news-box-counters .box-documents-counter span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.news-content .list-news .card-new .new-data {
  flex: 1 0 calc((100% - 16px) / 2);
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .news-content .list-news .card-new .new-data {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 8px 0;
    padding: 16px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .news-content .list-news .card-new .new-data {
    grid-template-rows: max-content;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .news-content .list-news .card-new .new-data {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto 1fr;
    gap: 8px 0;
  }
}
.news-content .list-news .card-new .new-data .new-data-header {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.news-content .list-news .card-new .new-data .new-data-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold) !important;
  font-size: var(--font-size-body-lg) !important;
  line-height: var(--line-height-body-lg-web);
  color: #111827;
}

@media only screen and (max-width: 768px) {
  .news-content .list-news .card-new .new-data .new-data-title {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold) !important;
    font-size: var(--font-size-body-sm) !important;
    line-height: var(--line-height-body-sm);
    color: #121212;
  }
}
.news-content .list-news .card-new .new-data .new-data-author {
  color: #9CA3AF;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.news-content .list-news .card-new .new-data .new-data-actions {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  justify-content: flex-end;
  align-items: baseline;
  gap: 0 8px;
}

@media only screen and (max-width: 768px) {
  .news-content .list-news .card-new .new-data .new-data-actions {
    grid-row-start: 3;
    justify-self: flex-start;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .news-content .list-news .card-new .new-data .new-data-actions {
    grid-column: span 2/span 2;
    justify-self: flex-start;
  }
}
.news-content .list-news .card-new .new-data .new-data-actions span {
  color: #9CA3AF;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

@media only screen and (max-width: 768px) {
  .news-content .list-news .card-new .new-data .new-data-actions span {
    grid-column-start: 3;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .news-content .list-news .card-new .new-data .new-data-actions span {
    grid-column-start: 3;
  }
}
.news-content .list-news .card-new .new-data .new-data-content {
  grid-column: span 2/span 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  color: #111827;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .news-content .list-news .card-new .new-data .new-data-content {
    grid-column: auto;
    -webkit-line-clamp: 2;
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-semibold);
    font-size: var(--font-size-body-sm);
    line-height: var(--line-height-body-sm);
    color: #9CA3AF;
  }
}
/* Contenido de la noticia */
.new-content {
  display: grid;
  gap: 24px 0;
}

.new-content .header-article {
  display: grid;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .new-content .header-article {
    grid-row-start: 2;
  }
}
.new-content .header-article .article-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

.new-content .media-article img,
.new-content .media-article object,
.new-content .media-article .custom-image {
  width: 100%;
  max-height: 714px;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: fill;
  border-radius: 12px;
  box-shadow: 0 2px 8px -1px rgba(27, 36, 44, 0.0784313725);
}

@media only screen and (max-width: 768px) {
  .new-content .media-article img,
  .new-content .media-article object,
  .new-content .media-article .custom-image {
    grid-row-start: 1;
  }
}
.new-content .media-article .custom-image {
  position: relative;
  background-color: var(--neutral-color-300);
}

.new-content .media-article .custom-image i {
  color: var(--neutral-color-100);
  font-size: 100px;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  align-content: center;
  text-align: center;
}

.new-content .content-article {
  display: grid;
  gap: 32px 0;
}

@media only screen and (max-width: 768px) {
  .new-content .content-article {
    gap: 16px 0;
  }
}
.new-content .content-article .shortcontent-article,
.new-content .content-article .description-article {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  text-align: justify;
  color: #111827;
}

.new-content .content-article .description-article:has(img) img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.new-content .content-article .documents-article {
  display: grid;
  gap: 16px 0;
}

.new-content .content-article .documents-article .documents-header {
  display: grid;
  gap: 8px 0;
}

.new-content .content-article .documents-article .documents-header .documents-title {
  color: #374151;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
}

.new-content .content-article .documents-article .documents-content {
  display: grid;
  gap: 16px 0;
}

.new-content .content-article .documents-article .documents-content .document-link {
  color: #111827;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.new-content .content-article .photos-article {
  display: grid;
  gap: 16px 0;
}

.new-content .content-article .photos-article .header-photos {
  display: grid;
  gap: 8px 0;
}

.new-content .content-article .photos-article .header-photos .photos-title {
  color: #374151;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
}

.new-content .content-article .photos-article .photos-content {
  display: none;
}

.new-content .content-article .photos-article .photos-content .grid-sizer-photos,
.new-content .content-article .photos-article .photos-content .photo-item {
  width: calc(33.33% - 11px);
}

@media only screen and (max-width: 768px) {
  .new-content .content-article .photos-article .photos-content .grid-sizer-photos,
  .new-content .content-article .photos-article .photos-content .photo-item {
    width: calc(50% - 8px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .new-content .content-article .photos-article .photos-content .grid-sizer-photos,
  .new-content .content-article .photos-article .photos-content .photo-item {
    width: calc(50% - 8px);
  }
}
.new-content .content-article .photos-article .photos-content .photo-item {
  margin-bottom: 16px;
  border-radius: 12px;
  box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
  overflow: hidden;
}

.new-content .content-article .photos-article .photos-content .photo-item.vertical {
  aspect-ratio: 3/4;
}

.new-content .content-article .photos-article .photos-content .photo-item.horizontal {
  aspect-ratio: 4/3;
}

.new-content .content-article .photos-article .photos-content .photo-src {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-content .content-article .photos-article .photos-loaded {
  display: block;
}

.new-content .content-article .extras-article {
  display: flex;
  gap: 8px;
}

.new-content .content-article .extras-article:not(:has(.data-action.author)) > .data-action {
  border: revert;
  border-radius: revert;
  padding: revert;
}

@media only screen and (max-width: 768px) {
  .new-content .content-article .extras-article:has(.data-action.author) {
    flex-direction: column;
  }
}
.new-content .content-article .extras-article:has(.data-action.author) .data-action.author {
  all: revert;
  display: flex;
  align-items: center;
  gap: 5px;
}

@media only screen and (max-width: 768px) {
  .new-content .content-article .extras-article:has(.data-action.author) .data-action.author {
    order: 3;
  }
}
.new-content .content-article .extras-article .data-action-group {
  display: flex;
  gap: 8px;
}

.new-content .content-article .extras-article span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  color: #9CA3AF;
}

@media only screen and (max-width: 768px) {
  .new-content .content-article .extras-article span {
    grid-column-start: 3;
  }
}
.new-content .content-article .extras-article .tag {
  color: var(--neutral-color-white);
  background-color: var(--background-tag);
  border-radius: var(--border-radius-xl);
  padding: var(--spacing-4px) var(--spacing-8px);
  user-select: none;
}

.new-content .content-article .comments-article {
  position: relative;
  display: inline-block;
}

.new-content .content-article .comments-article i {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  pointer-events: none;
  padding-left: 8px;
  font-size: 17px;
  color: #9CA3AF;
}

.new-content .content-article .comments-article .comment-input {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  color: #9CA3AF;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  margin: 0;
  padding-block: 4px;
  padding-inline: 32px 8px;
}

.new-content .content-article .comments-article .comment-input:is(.inactive) {
  caret-color: transparent;
  cursor: pointer;
}

.new-content .content-article .comments-article .comment-input::placeholder {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: #9CA3AF;
}

.new-content .comments-list {
  display: grid;
  gap: 16px 0;
}

.new-content .comments-list .comment-item {
  display: flex;
  gap: 0 10px;
  padding-inline: 8px;
}

.new-content .comments-list .comment-item .avatar-comment {
  max-width: 36px;
  width: 100%;
  max-height: 36px;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.new-content .comments-list .comment-item .avatar-comment:has(i) {
  background-color: #D8D8D8;
}

.new-content .comments-list .comment-item .avatar-comment:has(i) i {
  color: white;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  align-content: center;
  text-align: center;
}

.new-content .comments-list .comment-item .comment-content {
  all: revert;
  display: grid;
  gap: 4px 0;
  color: #9CA3AF;
}

.new-content .comments-list .comment-item .comment-content .comment-data {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.new-content .comments-list .comment-item .comment-content .comment-data .comment-user-title,
.new-content .comments-list .comment-item .separator-dot,
.new-content .comments-list .comment-item .comment-content .comment-data .comment-date,
.new-content .comments-list .comment-item .comment-content .comment-text {
  color: #9CA3AF;
}

.new-content .comments-list .comment-item .comment-content .comment-data .comment-user-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold) !important;
  font-size: var(--font-size-body-sm) !important;
  line-height: var(--line-height-body-sm);
}

.new-content .comments-list .comment-item .comment-content .comment-data .comment-date,
.new-content .comments-list .comment-item .comment-content .comment-text {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

/* Contenido de mas noticias */
.new-content .more-content-article {
  display: grid;
  gap: 24px 0;
}

.new-content .more-content-article .header-more-article {
  display: grid;
  gap: 8px 0;
}

.new-content .more-content-article .header-more-article .more-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

.new-content .more-content-article .content-more-article {
  position: relative;
  display: grid;
  grid-auto-flow: column;
}

.new-content .more-content-article .content-more-article .more-content-grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  gap: 0 16px;
  padding-bottom: 20px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
}

.new-content .more-content-article .content-more-article .more-content-grid::-webkit-scrollbar {
  display: none;
}

.new-content .more-content-article .content-more-article .more-content-grid .more-content-card {
  position: relative;
  display: grid;
  grid-template-rows: 222px 1fr;
  width: 296px;
  border-radius: 12px;
  overflow: hidden;
  scroll-snap-align: start;
  box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
}

.new-content .more-content-article .content-more-article .more-content-grid .more-content-card:hover {
  cursor: pointer;
  box-shadow: 0 2px 2px -1px rgba(27, 35, 44, 0.0392156863);
}

.new-content .more-content-article .content-more-article .more-content-grid .more-content-box-image {
  position: relative;
}

.new-content .more-content-article .content-more-article .more-content-grid .image-more-content {
  width: 100%;
  height: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.new-content .more-content-article .content-more-article .more-content-grid .image-more-content:has(i) {
  background-color: var(--neutral-color-300);
}

.new-content .more-content-article .content-more-article .more-content-grid .image-more-content:has(i) i {
  color: var(--neutral-color-100);
  font-size: 50px;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  align-content: center;
  text-align: center;
}

.new-content .more-content-article .content-more-article .more-content-grid .more-content-box-counters {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  gap: 0 5px;
  margin-top: 8px;
  margin-right: 8px;
}

.new-content .more-content-article .content-more-article .more-content-grid .more-content-box-counters .box-image-counter,
.new-content .more-content-article .content-more-article .more-content-grid .more-content-box-counters .box-documents-counter {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 8px;
  padding: 5px 10px;
}

.new-content .more-content-article .content-more-article .more-content-grid .more-content-box-counters .box-image-counter span,
.new-content .more-content-article .content-more-article .more-content-grid .more-content-box-counters .box-documents-counter span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.new-content .more-content-article .content-more-article .more-content-grid .more-content-card-content {
  display: grid;
  gap: 16px 0;
  padding: 16px;
}

.new-content .more-content-article .content-more-article .more-content-grid .card-content-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-body-sm) !important;
  line-height: var(--line-height-body-sm);
  color: #121212;
}

.new-content .more-content-article .content-more-article .more-content-grid .card-content-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  color: #9CA3AF;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.new-content .more-content-article .content-more-article .more-content-grid .card-content-data {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.new-content .more-content-article .content-more-article .more-content-grid .card-content-data span {
  color: #9CA3AF;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.data-action {
  display: flex;
  align-items: center;
  gap: 0 4px;
  border: 1px solid #E5E7EB;
  border-radius: 24px;
  padding: 4px 8px;
}

.data-action:is(.tags) {
  border: none;
  border-radius: 0;
  padding: 0;
}

.data-action i {
  font-size: 16px;
  color: #9CA3AF;
}

.data-action i:is(.active) {
  color: #FD1D1D;
}

.data-action i:is(.inactive) {
  color: #9ca3af;
}

.data-action span {
  color: #9CA3AF;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

/* Componentes comunes */
h1 {
  padding: 0;
}

.custom-container-content.services {
  padding-inline: 16px;
  gap: 80px 0;
}

@media only screen and (min-width: 768px) {
  .custom-container-content.services {
    padding-inline: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-container-content.services {
    padding-top: 80px;
  }
}
/* Hero Section */
.hero-section {
  display: grid;
  place-items: center;
  gap: 32px 0;
}

.hero-section .hero-title {
  color: #1F2937;
  font-style: var(--font-style-base);
  font-weight: 800 !important;
  font-size: var(--font-size-h2) !important;
  line-height: var(--line-height-h2);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .hero-section .hero-title {
    font-style: var(--font-style-base);
    font-weight: 800 !important;
    font-size: 44px !important;
    line-height: 52px;
  }
}
@media only screen and (min-width: 1024px) {
  .hero-section .hero-title {
    font-style: var(--font-style-base);
    font-weight: 800 !important;
    font-size: 56px !important;
    line-height: 64px;
  }
}
.hero-section .hero-description {
  color: #1F2937;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-lg);
  line-height: var(--line-height-body-lg-web);
  text-align: center;
}

.hero-section .hero-button {
  box-sizing: border-box;
  color: var(--btn-var(--primary-color-orange-500)-color);
  background-color: var(--btn-var(--primary-color-orange-500)-bg);
  width: max-content;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  border-radius: 30px;
  align-content: center;
  padding-inline: var(--spacing-24px);
  user-select: none;
  border: none;
}

.hero-section .hero-button:hover {
  color: var(--btn-var(--primary-color-orange-500)-color-hover);
  background-color: var(--btn-var(--primary-color-orange-500)-bg-hover);
  opacity: revert;
}

.hero-section .hero-button:disabled, .hero-section .hero-button.disabled {
  color: var(--btn-var(--primary-color-orange-500)-color-disabled);
  background-color: var(--btn-var(--primary-color-orange-500)-bg-disabled);
}

.hero-section .hero-button:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--btn-var(--primary-color-orange-500)-focus-shadow);
}

/* Feature Section */
.features-section {
  display: grid;
  gap: 48px 0;
}

@media only screen and (min-width: 1024px) {
  .features-section {
    grid-auto-flow: column;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 64px;
  }
}
.features-section .feature-container {
  display: grid;
  place-items: center;
  gap: 16px;
}

.features-section .feature-container .feature-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 56px;
  border-radius: 100%;
  padding: 16px;
}

.features-section .feature-container .feature-icon i {
  font-size: 48px;
}

.features-section .feature-container:nth-child(1) .feature-icon {
  background-color: #FFF1E3;
}

.features-section .feature-container:nth-child(1) .feature-icon i {
  color: var(--primary-color-orange-500);
}

.features-section .feature-container:nth-child(2) .feature-icon {
  background-color: #E7F7FF;
}

.features-section .feature-container:nth-child(2) .feature-icon i {
  color: var(--secondary-color-blue-500);
}

.features-section .feature-container:nth-child(3) .feature-icon {
  background-color: #FFFAE0;
}

.features-section .feature-container:nth-child(3) .feature-icon i {
  color: var(--yellow-color);
}

.features-section .feature-container .feature-title {
  color: #1F2937;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-lg);
  line-height: var(--line-height-body-lg-web);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .features-section .feature-container .feature-title {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-h3);
    line-height: var(--line-height-h2);
  }
}
.features-section .feature-container .feature-description {
  color: #1F2937;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  text-align: center;
}

/* Bloque con imagen derecha y bloque con imagen izquierda */
.block-right-section,
.block-left-section {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4vw;
}

@media only screen and (min-width: 1280px) {
  .block-right-section,
  .block-left-section {
    grid-auto-flow: column;
  }
}
.block-right-section .block-right-container,
.block-right-section .block-left-container,
.block-left-section .block-right-container,
.block-left-section .block-left-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media only screen and (min-width: 768px) {
  .block-right-section .block-right-container,
  .block-right-section .block-left-container,
  .block-left-section .block-right-container,
  .block-left-section .block-left-container {
    gap: 48px;
  }
}
.block-right-section .block-right-container .block-right-header,
.block-right-section .block-right-container .block-left-header,
.block-right-section .block-left-container .block-right-header,
.block-right-section .block-left-container .block-left-header,
.block-left-section .block-right-container .block-right-header,
.block-left-section .block-right-container .block-left-header,
.block-left-section .block-left-container .block-right-header,
.block-left-section .block-left-container .block-left-header {
  display: grid;
  gap: 24px;
}

.block-right-section .block-right-container .block-right-header .block-right-title,
.block-right-section .block-right-container .block-right-header .block-left-title,
.block-right-section .block-right-container .block-left-header .block-right-title,
.block-right-section .block-right-container .block-left-header .block-left-title,
.block-right-section .block-left-container .block-right-header .block-right-title,
.block-right-section .block-left-container .block-right-header .block-left-title,
.block-right-section .block-left-container .block-left-header .block-right-title,
.block-right-section .block-left-container .block-left-header .block-left-title,
.block-left-section .block-right-container .block-right-header .block-right-title,
.block-left-section .block-right-container .block-right-header .block-left-title,
.block-left-section .block-right-container .block-left-header .block-right-title,
.block-left-section .block-right-container .block-left-header .block-left-title,
.block-left-section .block-left-container .block-right-header .block-right-title,
.block-left-section .block-left-container .block-right-header .block-left-title,
.block-left-section .block-left-container .block-left-header .block-right-title,
.block-left-section .block-left-container .block-left-header .block-left-title {
  font-style: var(--font-style-base);
  font-weight: 800 !important;
  font-size: var(--font-size-h1-mobile) !important;
  line-height: var(--line-height-h1-mobile);
  color: #1F2937;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .block-right-section .block-right-container .block-right-header .block-right-title,
  .block-right-section .block-right-container .block-right-header .block-left-title,
  .block-right-section .block-right-container .block-left-header .block-right-title,
  .block-right-section .block-right-container .block-left-header .block-left-title,
  .block-right-section .block-left-container .block-right-header .block-right-title,
  .block-right-section .block-left-container .block-right-header .block-left-title,
  .block-right-section .block-left-container .block-left-header .block-right-title,
  .block-right-section .block-left-container .block-left-header .block-left-title,
  .block-left-section .block-right-container .block-right-header .block-right-title,
  .block-left-section .block-right-container .block-right-header .block-left-title,
  .block-left-section .block-right-container .block-left-header .block-right-title,
  .block-left-section .block-right-container .block-left-header .block-left-title,
  .block-left-section .block-left-container .block-right-header .block-right-title,
  .block-left-section .block-left-container .block-right-header .block-left-title,
  .block-left-section .block-left-container .block-left-header .block-right-title,
  .block-left-section .block-left-container .block-left-header .block-left-title {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: 32px !important;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-right-section .block-right-container .block-right-header .block-right-title,
  .block-right-section .block-right-container .block-right-header .block-left-title,
  .block-right-section .block-right-container .block-left-header .block-right-title,
  .block-right-section .block-right-container .block-left-header .block-left-title,
  .block-right-section .block-left-container .block-right-header .block-right-title,
  .block-right-section .block-left-container .block-right-header .block-left-title,
  .block-right-section .block-left-container .block-left-header .block-right-title,
  .block-right-section .block-left-container .block-left-header .block-left-title,
  .block-left-section .block-right-container .block-right-header .block-right-title,
  .block-left-section .block-right-container .block-right-header .block-left-title,
  .block-left-section .block-right-container .block-left-header .block-right-title,
  .block-left-section .block-right-container .block-left-header .block-left-title,
  .block-left-section .block-left-container .block-right-header .block-right-title,
  .block-left-section .block-left-container .block-right-header .block-left-title,
  .block-left-section .block-left-container .block-left-header .block-right-title,
  .block-left-section .block-left-container .block-left-header .block-left-title {
    font-style: var(--font-style-base);
    font-weight: 800 !important;
    font-size: var(--font-size-h1) !important;
    line-height: var(--line-height-h1);
  }
}
@media only screen and (min-width: 1280px) {
  .block-right-section .block-right-container .block-right-header .block-right-title,
  .block-right-section .block-right-container .block-right-header .block-left-title,
  .block-right-section .block-right-container .block-left-header .block-right-title,
  .block-right-section .block-right-container .block-left-header .block-left-title,
  .block-right-section .block-left-container .block-right-header .block-right-title,
  .block-right-section .block-left-container .block-right-header .block-left-title,
  .block-right-section .block-left-container .block-left-header .block-right-title,
  .block-right-section .block-left-container .block-left-header .block-left-title,
  .block-left-section .block-right-container .block-right-header .block-right-title,
  .block-left-section .block-right-container .block-right-header .block-left-title,
  .block-left-section .block-right-container .block-left-header .block-right-title,
  .block-left-section .block-right-container .block-left-header .block-left-title,
  .block-left-section .block-left-container .block-right-header .block-right-title,
  .block-left-section .block-left-container .block-right-header .block-left-title,
  .block-left-section .block-left-container .block-left-header .block-right-title,
  .block-left-section .block-left-container .block-left-header .block-left-title {
    text-align: unset;
  }
}
.block-right-section .block-right-container .block-right-header .block-right-description,
.block-right-section .block-right-container .block-right-header .block-left-description,
.block-right-section .block-right-container .block-left-header .block-right-description,
.block-right-section .block-right-container .block-left-header .block-left-description,
.block-right-section .block-left-container .block-right-header .block-right-description,
.block-right-section .block-left-container .block-right-header .block-left-description,
.block-right-section .block-left-container .block-left-header .block-right-description,
.block-right-section .block-left-container .block-left-header .block-left-description,
.block-left-section .block-right-container .block-right-header .block-right-description,
.block-left-section .block-right-container .block-right-header .block-left-description,
.block-left-section .block-right-container .block-left-header .block-right-description,
.block-left-section .block-right-container .block-left-header .block-left-description,
.block-left-section .block-left-container .block-right-header .block-right-description,
.block-left-section .block-left-container .block-right-header .block-left-description,
.block-left-section .block-left-container .block-left-header .block-right-description,
.block-left-section .block-left-container .block-left-header .block-left-description {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  color: #1F2937;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .block-right-section .block-right-container .block-right-header .block-right-description,
  .block-right-section .block-right-container .block-right-header .block-left-description,
  .block-right-section .block-right-container .block-left-header .block-right-description,
  .block-right-section .block-right-container .block-left-header .block-left-description,
  .block-right-section .block-left-container .block-right-header .block-right-description,
  .block-right-section .block-left-container .block-right-header .block-left-description,
  .block-right-section .block-left-container .block-left-header .block-right-description,
  .block-right-section .block-left-container .block-left-header .block-left-description,
  .block-left-section .block-right-container .block-right-header .block-right-description,
  .block-left-section .block-right-container .block-right-header .block-left-description,
  .block-left-section .block-right-container .block-left-header .block-right-description,
  .block-left-section .block-right-container .block-left-header .block-left-description,
  .block-left-section .block-left-container .block-right-header .block-right-description,
  .block-left-section .block-left-container .block-right-header .block-left-description,
  .block-left-section .block-left-container .block-left-header .block-right-description,
  .block-left-section .block-left-container .block-left-header .block-left-description {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-right-section .block-right-container .block-right-header .block-right-description,
  .block-right-section .block-right-container .block-right-header .block-left-description,
  .block-right-section .block-right-container .block-left-header .block-right-description,
  .block-right-section .block-right-container .block-left-header .block-left-description,
  .block-right-section .block-left-container .block-right-header .block-right-description,
  .block-right-section .block-left-container .block-right-header .block-left-description,
  .block-right-section .block-left-container .block-left-header .block-right-description,
  .block-right-section .block-left-container .block-left-header .block-left-description,
  .block-left-section .block-right-container .block-right-header .block-right-description,
  .block-left-section .block-right-container .block-right-header .block-left-description,
  .block-left-section .block-right-container .block-left-header .block-right-description,
  .block-left-section .block-right-container .block-left-header .block-left-description,
  .block-left-section .block-left-container .block-right-header .block-right-description,
  .block-left-section .block-left-container .block-right-header .block-left-description,
  .block-left-section .block-left-container .block-left-header .block-right-description,
  .block-left-section .block-left-container .block-left-header .block-left-description {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-body-lg);
    line-height: var(--line-height-body-lg-web);
  }
}
@media only screen and (min-width: 1280px) {
  .block-right-section .block-right-container .block-right-header .block-right-description,
  .block-right-section .block-right-container .block-right-header .block-left-description,
  .block-right-section .block-right-container .block-left-header .block-right-description,
  .block-right-section .block-right-container .block-left-header .block-left-description,
  .block-right-section .block-left-container .block-right-header .block-right-description,
  .block-right-section .block-left-container .block-right-header .block-left-description,
  .block-right-section .block-left-container .block-left-header .block-right-description,
  .block-right-section .block-left-container .block-left-header .block-left-description,
  .block-left-section .block-right-container .block-right-header .block-right-description,
  .block-left-section .block-right-container .block-right-header .block-left-description,
  .block-left-section .block-right-container .block-left-header .block-right-description,
  .block-left-section .block-right-container .block-left-header .block-left-description,
  .block-left-section .block-left-container .block-right-header .block-right-description,
  .block-left-section .block-left-container .block-right-header .block-left-description,
  .block-left-section .block-left-container .block-left-header .block-right-description,
  .block-left-section .block-left-container .block-left-header .block-left-description {
    text-align: unset;
  }
}
.block-right-section .block-right-container .block-right-content,
.block-right-section .block-right-container .block-left-content,
.block-right-section .block-left-container .block-right-content,
.block-right-section .block-left-container .block-left-content,
.block-left-section .block-right-container .block-right-content,
.block-left-section .block-right-container .block-left-content,
.block-left-section .block-left-container .block-right-content,
.block-left-section .block-left-container .block-left-content {
  display: grid;
  grid-template-columns: repeat(2, minmax(82px, 1fr));
  gap: 32px;
}

@media only screen and (min-width: 768px) {
  .block-right-section .block-right-container .block-right-content,
  .block-right-section .block-right-container .block-left-content,
  .block-right-section .block-left-container .block-right-content,
  .block-right-section .block-left-container .block-left-content,
  .block-left-section .block-right-container .block-right-content,
  .block-left-section .block-right-container .block-left-content,
  .block-left-section .block-left-container .block-right-content,
  .block-left-section .block-left-container .block-left-content {
    grid-template-columns: repeat(2, minmax(250px, 1fr));
    gap: 48px;
  }
}
.block-right-section .block-right-container .block-right-content .block-right-content-item,
.block-right-section .block-right-container .block-right-content .block-left-content-item,
.block-right-section .block-right-container .block-left-content .block-right-content-item,
.block-right-section .block-right-container .block-left-content .block-left-content-item,
.block-right-section .block-left-container .block-right-content .block-right-content-item,
.block-right-section .block-left-container .block-right-content .block-left-content-item,
.block-right-section .block-left-container .block-left-content .block-right-content-item,
.block-right-section .block-left-container .block-left-content .block-left-content-item,
.block-left-section .block-right-container .block-right-content .block-right-content-item,
.block-left-section .block-right-container .block-right-content .block-left-content-item,
.block-left-section .block-right-container .block-left-content .block-right-content-item,
.block-left-section .block-right-container .block-left-content .block-left-content-item,
.block-left-section .block-left-container .block-right-content .block-right-content-item,
.block-left-section .block-left-container .block-right-content .block-left-content-item,
.block-left-section .block-left-container .block-left-content .block-right-content-item,
.block-left-section .block-left-container .block-left-content .block-left-content-item {
  display: grid;
  grid-auto-rows: auto 1fr;
  gap: 16px;
}

.block-right-section .block-right-container .block-right-content .block-right-content-item i,
.block-right-section .block-right-container .block-right-content .block-left-content-item i,
.block-right-section .block-right-container .block-left-content .block-right-content-item i,
.block-right-section .block-right-container .block-left-content .block-left-content-item i,
.block-right-section .block-left-container .block-right-content .block-right-content-item i,
.block-right-section .block-left-container .block-right-content .block-left-content-item i,
.block-right-section .block-left-container .block-left-content .block-right-content-item i,
.block-right-section .block-left-container .block-left-content .block-left-content-item i,
.block-left-section .block-right-container .block-right-content .block-right-content-item i,
.block-left-section .block-right-container .block-right-content .block-left-content-item i,
.block-left-section .block-right-container .block-left-content .block-right-content-item i,
.block-left-section .block-right-container .block-left-content .block-left-content-item i,
.block-left-section .block-left-container .block-right-content .block-right-content-item i,
.block-left-section .block-left-container .block-right-content .block-left-content-item i,
.block-left-section .block-left-container .block-left-content .block-right-content-item i,
.block-left-section .block-left-container .block-left-content .block-left-content-item i {
  font-size: 40px;
  align-content: center;
}

@media only screen and (min-width: 768px) {
  .block-right-section .block-right-container .block-right-content .block-right-content-item i,
  .block-right-section .block-right-container .block-right-content .block-left-content-item i,
  .block-right-section .block-right-container .block-left-content .block-right-content-item i,
  .block-right-section .block-right-container .block-left-content .block-left-content-item i,
  .block-right-section .block-left-container .block-right-content .block-right-content-item i,
  .block-right-section .block-left-container .block-right-content .block-left-content-item i,
  .block-right-section .block-left-container .block-left-content .block-right-content-item i,
  .block-right-section .block-left-container .block-left-content .block-left-content-item i,
  .block-left-section .block-right-container .block-right-content .block-right-content-item i,
  .block-left-section .block-right-container .block-right-content .block-left-content-item i,
  .block-left-section .block-right-container .block-left-content .block-right-content-item i,
  .block-left-section .block-right-container .block-left-content .block-left-content-item i,
  .block-left-section .block-left-container .block-right-content .block-right-content-item i,
  .block-left-section .block-left-container .block-right-content .block-left-content-item i,
  .block-left-section .block-left-container .block-left-content .block-right-content-item i,
  .block-left-section .block-left-container .block-left-content .block-left-content-item i {
    font-size: 44px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-right-section .block-right-container .block-right-content .block-right-content-item i,
  .block-right-section .block-right-container .block-right-content .block-left-content-item i,
  .block-right-section .block-right-container .block-left-content .block-right-content-item i,
  .block-right-section .block-right-container .block-left-content .block-left-content-item i,
  .block-right-section .block-left-container .block-right-content .block-right-content-item i,
  .block-right-section .block-left-container .block-right-content .block-left-content-item i,
  .block-right-section .block-left-container .block-left-content .block-right-content-item i,
  .block-right-section .block-left-container .block-left-content .block-left-content-item i,
  .block-left-section .block-right-container .block-right-content .block-right-content-item i,
  .block-left-section .block-right-container .block-right-content .block-left-content-item i,
  .block-left-section .block-right-container .block-left-content .block-right-content-item i,
  .block-left-section .block-right-container .block-left-content .block-left-content-item i,
  .block-left-section .block-left-container .block-right-content .block-right-content-item i,
  .block-left-section .block-left-container .block-right-content .block-left-content-item i,
  .block-left-section .block-left-container .block-left-content .block-right-content-item i,
  .block-left-section .block-left-container .block-left-content .block-left-content-item i {
    font-size: 48px;
  }
}
.block-right-section .block-right-container .block-right-content .block-right-content-item .block-right-content-item-text,
.block-right-section .block-right-container .block-right-content .block-left-content-item .block-left-content-item-text,
.block-right-section .block-right-container .block-left-content .block-right-content-item .block-right-content-item-text,
.block-right-section .block-right-container .block-left-content .block-left-content-item .block-left-content-item-text,
.block-right-section .block-left-container .block-right-content .block-right-content-item .block-right-content-item-text,
.block-right-section .block-left-container .block-right-content .block-left-content-item .block-left-content-item-text,
.block-right-section .block-left-container .block-left-content .block-right-content-item .block-right-content-item-text,
.block-right-section .block-left-container .block-left-content .block-left-content-item .block-left-content-item-text,
.block-left-section .block-right-container .block-right-content .block-right-content-item .block-right-content-item-text,
.block-left-section .block-right-container .block-right-content .block-left-content-item .block-left-content-item-text,
.block-left-section .block-right-container .block-left-content .block-right-content-item .block-right-content-item-text,
.block-left-section .block-right-container .block-left-content .block-left-content-item .block-left-content-item-text,
.block-left-section .block-left-container .block-right-content .block-right-content-item .block-right-content-item-text,
.block-left-section .block-left-container .block-right-content .block-left-content-item .block-left-content-item-text,
.block-left-section .block-left-container .block-left-content .block-right-content-item .block-right-content-item-text,
.block-left-section .block-left-container .block-left-content .block-left-content-item .block-left-content-item-text {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-lg);
  line-height: var(--line-height-body-lg-web);
  color: #1F2937;
}

@media only screen and (min-width: 768px) {
  .block-right-section .block-right-container .block-right-content .block-right-content-item .block-right-content-item-text,
  .block-right-section .block-right-container .block-right-content .block-left-content-item .block-left-content-item-text,
  .block-right-section .block-right-container .block-left-content .block-right-content-item .block-right-content-item-text,
  .block-right-section .block-right-container .block-left-content .block-left-content-item .block-left-content-item-text,
  .block-right-section .block-left-container .block-right-content .block-right-content-item .block-right-content-item-text,
  .block-right-section .block-left-container .block-right-content .block-left-content-item .block-left-content-item-text,
  .block-right-section .block-left-container .block-left-content .block-right-content-item .block-right-content-item-text,
  .block-right-section .block-left-container .block-left-content .block-left-content-item .block-left-content-item-text,
  .block-left-section .block-right-container .block-right-content .block-right-content-item .block-right-content-item-text,
  .block-left-section .block-right-container .block-right-content .block-left-content-item .block-left-content-item-text,
  .block-left-section .block-right-container .block-left-content .block-right-content-item .block-right-content-item-text,
  .block-left-section .block-right-container .block-left-content .block-left-content-item .block-left-content-item-text,
  .block-left-section .block-left-container .block-right-content .block-right-content-item .block-right-content-item-text,
  .block-left-section .block-left-container .block-right-content .block-left-content-item .block-left-content-item-text,
  .block-left-section .block-left-container .block-left-content .block-right-content-item .block-right-content-item-text,
  .block-left-section .block-left-container .block-left-content .block-left-content-item .block-left-content-item-text {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: 19px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-right-section .block-right-container .block-right-content .block-right-content-item .block-right-content-item-text,
  .block-right-section .block-right-container .block-right-content .block-left-content-item .block-left-content-item-text,
  .block-right-section .block-right-container .block-left-content .block-right-content-item .block-right-content-item-text,
  .block-right-section .block-right-container .block-left-content .block-left-content-item .block-left-content-item-text,
  .block-right-section .block-left-container .block-right-content .block-right-content-item .block-right-content-item-text,
  .block-right-section .block-left-container .block-right-content .block-left-content-item .block-left-content-item-text,
  .block-right-section .block-left-container .block-left-content .block-right-content-item .block-right-content-item-text,
  .block-right-section .block-left-container .block-left-content .block-left-content-item .block-left-content-item-text,
  .block-left-section .block-right-container .block-right-content .block-right-content-item .block-right-content-item-text,
  .block-left-section .block-right-container .block-right-content .block-left-content-item .block-left-content-item-text,
  .block-left-section .block-right-container .block-left-content .block-right-content-item .block-right-content-item-text,
  .block-left-section .block-right-container .block-left-content .block-left-content-item .block-left-content-item-text,
  .block-left-section .block-left-container .block-right-content .block-right-content-item .block-right-content-item-text,
  .block-left-section .block-left-container .block-right-content .block-left-content-item .block-left-content-item-text,
  .block-left-section .block-left-container .block-left-content .block-right-content-item .block-right-content-item-text,
  .block-left-section .block-left-container .block-left-content .block-left-content-item .block-left-content-item-text {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: 20px;
    line-height: 28px;
  }
}
.block-right-section .block-right-image-container,
.block-right-section .block-left-image-container,
.block-left-section .block-right-image-container,
.block-left-section .block-left-image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.block-right-section .block-right-image-container .image-block-right-mask,
.block-right-section .block-right-image-container .image-block-left-mask,
.block-right-section .block-left-image-container .image-block-right-mask,
.block-right-section .block-left-image-container .image-block-left-mask,
.block-left-section .block-right-image-container .image-block-right-mask,
.block-left-section .block-right-image-container .image-block-left-mask,
.block-left-section .block-left-image-container .image-block-right-mask,
.block-left-section .block-left-image-container .image-block-left-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.block-right-section .block-right-image-container .image-block-right,
.block-right-section .block-right-image-container .image-block-left,
.block-right-section .block-left-image-container .image-block-right,
.block-right-section .block-left-image-container .image-block-left,
.block-left-section .block-right-image-container .image-block-right,
.block-left-section .block-right-image-container .image-block-left,
.block-left-section .block-left-image-container .image-block-right,
.block-left-section .block-left-image-container .image-block-left {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media only screen and (min-width: 1280px) {
  .block-right-section .block-right-image-container .image-block-right,
  .block-right-section .block-right-image-container .image-block-left,
  .block-right-section .block-left-image-container .image-block-right,
  .block-right-section .block-left-image-container .image-block-left,
  .block-left-section .block-right-image-container .image-block-right,
  .block-left-section .block-right-image-container .image-block-left,
  .block-left-section .block-left-image-container .image-block-right,
  .block-left-section .block-left-image-container .image-block-left {
    object-fit: none;
  }
}
@media only screen and (min-width: 1280px) {
  .block-right-section {
    grid-template-columns: 50% 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .block-left-section {
    grid-template-columns: 1fr 50%;
  }
}
.block-right-section:nth-of-type(1) .block-right-container .block-right-content .block-right-content-item i {
  color: var(--primary-color-orange-500);
}

.block-right-section:nth-of-type(1) .block-right-image-container .image-block-right-mask {
  background-image: url("../img/clients/vector-creations.png");
}

.block-left-section:nth-of-type(2) .block-left-container .block-left-content .block-left-content-item i {
  color: var(--secondary-color-blue-500);
}

.block-left-section:nth-of-type(2) .block-left-image-container .image-block-left-mask {
  background-image: url("../img/clients/vector-prices.png");
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .block-left-section:nth-of-type(2) .block-left-image-container .image-block-left-mask {
    background-position: top;
  }
}
@media only screen and (min-width: 1024px) {
  .block-left-section:nth-of-type(2) .block-left-image-container .image-block-left-mask {
    background-position: top;
  }
}
@media only screen and (min-width: 1280px) {
  .block-left-section:nth-of-type(2) .block-left-image-container .image-block-left-mask {
    background-position: top;
  }
}
.block-left-section:nth-of-type(2) .block-left-image-container .image-block-left {
  transform: translate(15px, 40px);
}

@media only screen and (min-width: 768px) {
  .block-left-section:nth-of-type(2) .block-left-image-container .image-block-left {
    transform: translate(30px, 100px);
  }
}
@media only screen and (min-width: 1024px) {
  .block-left-section:nth-of-type(2) .block-left-image-container .image-block-left {
    transform: translate(40px, 150px);
  }
}
@media only screen and (min-width: 1280px) {
  .block-left-section:nth-of-type(2) .block-left-image-container .image-block-left {
    transform: translate(0, 40px);
  }
}
.block-right-section:nth-of-type(3) .block-right-container .block-right-content .block-right-content-item i {
  color: var(--yellow-color);
}

.block-right-section:nth-of-type(3) .block-right-image-container .image-block-right-mask {
  background-image: url("../img/clients/vector-support.png");
}

.block-right-section:nth-of-type(3) .block-right-image-container .image-block-right {
  transform: unset;
}

@media only screen and (min-width: 768px) {
  .block-right-section:nth-of-type(3) .block-right-image-container .image-block-right {
    transform: translate(30px, -20px);
  }
}
@media only screen and (min-width: 1280px) {
  .block-right-section:nth-of-type(3) .block-right-image-container .image-block-right {
    transform: translate(20px, -10px);
  }
}
.block-right-info-section,
.block-left-info-section {
  display: grid;
  place-items: center;
  gap: 32px;
}

.block-right-info-section .block-right-info-title,
.block-right-info-section .block-left-info-title,
.block-left-info-section .block-right-info-title,
.block-left-info-section .block-left-info-title {
  font-style: var(--font-style-base);
  font-weight: 800 !important;
  font-size: var(--font-size-body-lg) !important;
  line-height: var(--line-height-body-lg-web);
  text-align: center;
  color: #1F2937;
}

@media only screen and (min-width: 768px) {
  .block-right-info-section .block-right-info-title,
  .block-right-info-section .block-left-info-title,
  .block-left-info-section .block-right-info-title,
  .block-left-info-section .block-left-info-title {
    font-style: var(--font-style-base);
    font-weight: 800 !important;
    font-size: 25px !important;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-right-info-section .block-right-info-title,
  .block-right-info-section .block-left-info-title,
  .block-left-info-section .block-right-info-title,
  .block-left-info-section .block-left-info-title {
    font-style: var(--font-style-base);
    font-weight: 800 !important;
    font-size: var(--font-size-h2) !important;
    line-height: var(--line-height-h2);
  }
}
.block-right-info-section .block-right-info-content,
.block-right-info-section .block-left-info-content,
.block-left-info-section .block-right-info-content,
.block-left-info-section .block-left-info-content {
  display: grid;
  gap: 16px;
}

.block-right-info-section .block-right-info-content .block-right-info-content-item,
.block-right-info-section .block-right-info-content .block-left-info-content-item,
.block-right-info-section .block-left-info-content .block-right-info-content-item,
.block-right-info-section .block-left-info-content .block-left-info-content-item,
.block-left-info-section .block-right-info-content .block-right-info-content-item,
.block-left-info-section .block-right-info-content .block-left-info-content-item,
.block-left-info-section .block-left-info-content .block-right-info-content-item,
.block-left-info-section .block-left-info-content .block-left-info-content-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.block-right-info-section .block-right-info-content .block-right-info-content-item i,
.block-right-info-section .block-right-info-content .block-left-info-content-item i,
.block-right-info-section .block-left-info-content .block-right-info-content-item i,
.block-right-info-section .block-left-info-content .block-left-info-content-item i,
.block-left-info-section .block-right-info-content .block-right-info-content-item i,
.block-left-info-section .block-right-info-content .block-left-info-content-item i,
.block-left-info-section .block-left-info-content .block-right-info-content-item i,
.block-left-info-section .block-left-info-content .block-left-info-content-item i {
  font-size: 18px;
  color: #1E0E62;
}

.block-right-info-section .block-right-info-content .block-right-info-content-item:not(:last-child) span,
.block-right-info-section .block-right-info-content .block-left-info-content-item:not(:last-child) span,
.block-right-info-section .block-left-info-content .block-right-info-content-item:not(:last-child) span,
.block-right-info-section .block-left-info-content .block-left-info-content-item:not(:last-child) span,
.block-left-info-section .block-right-info-content .block-right-info-content-item:not(:last-child) span,
.block-left-info-section .block-right-info-content .block-left-info-content-item:not(:last-child) span,
.block-left-info-section .block-left-info-content .block-right-info-content-item:not(:last-child) span,
.block-left-info-section .block-left-info-content .block-left-info-content-item:not(:last-child) span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  color: #1F2937;
}

@media only screen and (min-width: 768px) {
  .block-right-info-section .block-right-info-content .block-right-info-content-item:not(:last-child) span,
  .block-right-info-section .block-right-info-content .block-left-info-content-item:not(:last-child) span,
  .block-right-info-section .block-left-info-content .block-right-info-content-item:not(:last-child) span,
  .block-right-info-section .block-left-info-content .block-left-info-content-item:not(:last-child) span,
  .block-left-info-section .block-right-info-content .block-right-info-content-item:not(:last-child) span,
  .block-left-info-section .block-right-info-content .block-left-info-content-item:not(:last-child) span,
  .block-left-info-section .block-left-info-content .block-right-info-content-item:not(:last-child) span,
  .block-left-info-section .block-left-info-content .block-left-info-content-item:not(:last-child) span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-right-info-section .block-right-info-content .block-right-info-content-item:not(:last-child) span,
  .block-right-info-section .block-right-info-content .block-left-info-content-item:not(:last-child) span,
  .block-right-info-section .block-left-info-content .block-right-info-content-item:not(:last-child) span,
  .block-right-info-section .block-left-info-content .block-left-info-content-item:not(:last-child) span,
  .block-left-info-section .block-right-info-content .block-right-info-content-item:not(:last-child) span,
  .block-left-info-section .block-right-info-content .block-left-info-content-item:not(:last-child) span,
  .block-left-info-section .block-left-info-content .block-right-info-content-item:not(:last-child) span,
  .block-left-info-section .block-left-info-content .block-left-info-content-item:not(:last-child) span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-body-lg);
    line-height: var(--line-height-body-lg-web);
  }
}
.block-right-info-section .block-right-info-content .block-right-info-content-item:last-child span,
.block-right-info-section .block-right-info-content .block-left-info-content-item:last-child span,
.block-right-info-section .block-left-info-content .block-right-info-content-item:last-child span,
.block-right-info-section .block-left-info-content .block-left-info-content-item:last-child span,
.block-left-info-section .block-right-info-content .block-right-info-content-item:last-child span,
.block-left-info-section .block-right-info-content .block-left-info-content-item:last-child span,
.block-left-info-section .block-left-info-content .block-right-info-content-item:last-child span,
.block-left-info-section .block-left-info-content .block-left-info-content-item:last-child span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
  color: #1F2937;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .block-right-info-section .block-right-info-content .block-right-info-content-item:last-child span,
  .block-right-info-section .block-right-info-content .block-left-info-content-item:last-child span,
  .block-right-info-section .block-left-info-content .block-right-info-content-item:last-child span,
  .block-right-info-section .block-left-info-content .block-left-info-content-item:last-child span,
  .block-left-info-section .block-right-info-content .block-right-info-content-item:last-child span,
  .block-left-info-section .block-right-info-content .block-left-info-content-item:last-child span,
  .block-left-info-section .block-left-info-content .block-right-info-content-item:last-child span,
  .block-left-info-section .block-left-info-content .block-left-info-content-item:last-child span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .block-right-info-section .block-right-info-content .block-right-info-content-item:last-child span,
  .block-right-info-section .block-right-info-content .block-left-info-content-item:last-child span,
  .block-right-info-section .block-left-info-content .block-right-info-content-item:last-child span,
  .block-right-info-section .block-left-info-content .block-left-info-content-item:last-child span,
  .block-left-info-section .block-right-info-content .block-right-info-content-item:last-child span,
  .block-left-info-section .block-right-info-content .block-left-info-content-item:last-child span,
  .block-left-info-section .block-left-info-content .block-right-info-content-item:last-child span,
  .block-left-info-section .block-left-info-content .block-left-info-content-item:last-child span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-bold);
    font-size: var(--font-size-body-lg);
    line-height: var(--line-height-body-lg-web);
  }
}
.block-right-info-section .block-right-info-button,
.block-right-info-section .block-left-info-button,
.block-left-info-section .block-right-info-button,
.block-left-info-section .block-left-info-button {
  box-sizing: border-box;
  color: var(--btn-var(--secondary-color-blue-500)-color);
  background-color: var(--btn-var(--secondary-color-blue-500)-bg);
  width: max-content;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  border-radius: 30px;
  align-content: center;
  padding-inline: var(--spacing-24px);
  user-select: none;
  border: none;
}

.block-right-info-section .block-right-info-button:hover,
.block-right-info-section .block-left-info-button:hover,
.block-left-info-section .block-right-info-button:hover,
.block-left-info-section .block-left-info-button:hover {
  color: var(--btn-var(--secondary-color-blue-500)-color-hover);
  background-color: var(--btn-var(--secondary-color-blue-500)-bg-hover);
  opacity: revert;
}

.block-right-info-section .block-right-info-button:disabled, .block-right-info-section .block-right-info-button.disabled,
.block-right-info-section .block-left-info-button:disabled,
.block-right-info-section .block-left-info-button.disabled,
.block-left-info-section .block-right-info-button:disabled,
.block-left-info-section .block-right-info-button.disabled,
.block-left-info-section .block-left-info-button:disabled,
.block-left-info-section .block-left-info-button.disabled {
  color: var(--btn-var(--secondary-color-blue-500)-color-disabled);
  background-color: var(--btn-var(--secondary-color-blue-500)-bg-disabled);
}

.block-right-info-section .block-right-info-button:focus,
.block-right-info-section .block-left-info-button:focus,
.block-left-info-section .block-right-info-button:focus,
.block-left-info-section .block-left-info-button:focus {
  box-shadow: 0 0 0 var(--spacing-4px) var(--btn-var(--secondary-color-blue-500)-focus-shadow);
}

.block-right-info-section .block-right-info-button:hover,
.block-right-info-section .block-left-info-button:hover,
.block-left-info-section .block-right-info-button:hover,
.block-left-info-section .block-left-info-button:hover {
  opacity: 0.6;
}

/* Sponsors Section */
.clients-section {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 48px 0;
}

@media only screen and (min-width: 1024px) {
  .clients-section {
    gap: 80px 0;
  }
}
.clients-section .clients-title {
  color: #1F2937;
  font-style: var(--font-style-base);
  font-weight: 800 !important;
  font-size: var(--font-size-h1-mobile) !important;
  line-height: var(--line-height-h1-mobile);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .clients-section .clients-title {
    font-style: var(--font-style-base);
    font-weight: 800 !important;
    font-size: 32px !important;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  .clients-section .clients-title {
    font-style: var(--font-style-base);
    font-weight: 800 !important;
    font-size: var(--font-size-h1) !important;
    line-height: var(--line-height-h1);
  }
}
.clients-section .clients-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(132px, 1fr));
  place-items: center;
  gap: 32px 16px;
}

@media only screen and (min-width: 768px) {
  .clients-section .clients-container {
    grid-template-columns: repeat(3, minmax(132px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  .clients-section .clients-container {
    grid-template-columns: repeat(4, minmax(132px, 1fr));
  }
}
@media only screen and (min-width: 1280px) {
  .clients-section .clients-container {
    display: flex;
    justify-content: space-between;
    gap: 0 32px;
  }
}
.clients-section .clients-container .image-client {
  width: 100px;
  height: 50px;
  object-fit: contain;
  aspect-ratio: 16/9;
  mix-blend-mode: multiply;
}

/* Testimonials Section */
.testimonials-section {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 48px 0;
}

@media only screen and (min-width: 1024px) {
  .testimonials-section {
    gap: 80px 0;
  }
}
.testimonials-section .testimonials-title {
  color: #1F2937;
  font-style: var(--font-style-base);
  font-weight: 800 !important;
  font-size: var(--font-size-h1-mobile) !important;
  line-height: var(--line-height-h1-mobile);
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .testimonials-section .testimonials-title {
    font-style: var(--font-style-base);
    font-weight: 800 !important;
    font-size: 32px !important;
    line-height: 38px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-section .testimonials-title {
    font-style: var(--font-style-base);
    font-weight: 800 !important;
    font-size: var(--font-size-h1) !important;
    line-height: var(--line-height-h1);
  }
}
.testimonials-section .testimonials-carousel {
  position: relative;
  display: grid;
  grid-auto-flow: column;
}

.testimonials-section .testimonials-carousel .testimonials-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min-content;
  gap: 0 24px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-padding: 0;
  padding-bottom: 20px;
}

.testimonials-section .testimonials-carousel .testimonials-container::-webkit-scrollbar {
  display: none;
}

.testimonials-section .testimonials-carousel .testimonials-container .testimonials-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px 0;
  width: 300px;
  background-color: #FFFFFF;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 0px 6px rgba(0, 0, 0, 0.07);
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

@media only screen and (min-width: 768px) {
  .testimonials-section .testimonials-carousel .testimonials-container .testimonials-item {
    width: 356px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-section .testimonials-carousel .testimonials-container .testimonials-item {
    width: 412px;
  }
}
.testimonials-section .testimonials-carousel .testimonials-container .testimonials-item-text {
  color: #1F2937;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

@media only screen and (min-width: 768px) {
  .testimonials-section .testimonials-carousel .testimonials-container .testimonials-item-text {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-section .testimonials-carousel .testimonials-container .testimonials-item-text {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-body-lg);
    line-height: var(--line-height-body-lg-web);
  }
}
.testimonials-section .testimonials-carousel .testimonials-container .testimonials-item-author {
  display: flex;
  align-items: center;
  padding-top: 16px;
  gap: 0 16px;
}

.testimonials-section .testimonials-carousel .testimonials-container .testimonials-item-author .testimonial-item-author-avatar {
  width: 64px;
  height: 64px;
  object-fit: contain;
  aspect-ratio: 16/9;
  mix-blend-mode: multiply;
  border-radius: 100%;
}

.testimonials-section .testimonials-carousel .testimonials-container .testimonials-item-author .testimonial-item-author-data {
  display: flex;
  flex-direction: column;
}

.testimonials-section .testimonials-carousel .testimonials-container .testimonials-item-author .testimonial-item-author-data span {
  color: #1F2937;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

@media only screen and (min-width: 768px) {
  .testimonials-section .testimonials-carousel .testimonials-container .testimonials-item-author .testimonial-item-author-data span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: 17px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-section .testimonials-carousel .testimonials-container .testimonials-item-author .testimonial-item-author-data span {
    font-style: var(--font-style-base);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-body-lg);
    line-height: var(--line-height-body-lg-web);
  }
}
.testimonials-section .testimonials-buttons {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.testimonials-section .testimonials-buttons button {
  width: 48px;
  height: 48px;
  background-color: var(--neutral-color-200);
  border: none;
  border-radius: 100%;
}

@media only screen and (min-width: 768px) {
  .testimonials-section .testimonials-buttons button {
    width: 62px;
    height: 62px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-section .testimonials-buttons button {
    width: 75px;
    height: 75px;
  }
}
.testimonials-section .testimonials-buttons button:hover {
  opacity: 0.6;
}

.testimonials-section .testimonials-buttons button i {
  font-size: 19px;
}

@media only screen and (min-width: 768px) {
  .testimonials-section .testimonials-buttons button i {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-section .testimonials-buttons button i {
    font-size: 29px;
  }
}
@media only screen and (max-width: 768px) {
  .header-content {
    gap: 20px 0;
  }
}
.filters .selector-filter {
  width: 259px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (max-width: 768px) {
  .filters .selector-filter {
    width: 226px;
  }
}
.summary-content {
  display: grid;
  gap: var(--spacing-lg) 0;
}

.summary-content .summary-results {
  display: grid;
}

.summary-content .summary-header .summary-title {
  color: var(--neutral-color-700);
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
}

.summary-content .summary-leaderboards {
  display: grid;
  gap: var(--spacing-24px) 0;
}

.summary-content .summary-leaderboards:has(> .summary-group) .summary-group {
  display: grid;
  gap: var(--spacing-24px) 0;
}

.summary-content .summary-leaderboards:has(> .summary-group) .summary-leaders {
  display: grid;
  gap: var(--spacing-16px) 0;
  background-color: var(--neutral-color-100);
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-16px);
}

.summary-content .summary-leaderboards:has(> .summary-group) .summary-group-title {
  color: var(--neutral-color-800);
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-md);
  line-height: var(--line-height-body-md);
}

.summary-content .summary-leaderboards:has(> .summary-group) .summary-group-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media only screen and (max-width: 768px) {
  .summary-content .summary-leaderboards:has(> .summary-group) .summary-group-results {
    gap: var(--spacing-16px) 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .summary-content .summary-leaderboards:has(> .summary-group) .summary-group-results {
    justify-content: center;
    gap: var(--spacing-16px);
  }
}
.summary-content .summary-leaderboards:not(:has(> .summary-group)) .summary-leaders {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  background-color: var(--neutral-color-100);
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-16px);
}

@media only screen and (max-width: 768px) {
  .summary-content .summary-leaderboards:not(:has(> .summary-group)) .summary-leaders {
    gap: var(--spacing-16px) 0;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .summary-content .summary-leaderboards:not(:has(> .summary-group)) .summary-leaders {
    justify-content: center;
    gap: var(--spacing-16px);
  }
}
.summary-content .summary-leaderboards .item-summary-result {
  flex: 0 0 calc((100% - 2 * var(--spacing-16px) - 2 * var(--spacing-16px)) / 3);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-24px) 0;
  max-width: 270px;
  width: 100%;
  max-height: 178px;
  height: 178px;
  background-color: var(--neutral-color-white);
  border: var(--border-width-lg) solid var(--neutral-color-300);
  border-radius: var(--border-radius-sm);
  padding-block: var(--spacing-24px);
  box-shadow: var(--bottom-sm-shadow);
  box-sizing: border-box;
}

.summary-content .summary-leaderboards .item-summary-result[data-position="1"] {
  order: 2;
  max-height: 229px;
  height: 229px;
  border-color: var(--yellow-color);
}

.summary-content .summary-leaderboards .item-summary-result[data-position="2"] {
  order: 1;
  max-height: 208px;
  height: 208px;
  border-color: var(--neutral-color-300);
}

.summary-content .summary-leaderboards .item-summary-result[data-position="3"] {
  order: 3;
  border-color: var(--primary-color-orange-400);
}

.summary-content .summary-leaderboards .item-summary-result:nth-last-child(2):nth-child(1)[data-position="1"] {
  order: 1;
}

.summary-content .summary-leaderboards .item-summary-result:nth-last-child(1):nth-child(2)[data-position="2"] {
  order: 2;
}

@media only screen and (max-width: 768px) {
  .summary-content .summary-leaderboards .item-summary-result {
    flex: 0 0 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
  .summary-content .summary-leaderboards .item-summary-result[data-position="2"] {
    order: 2;
    max-height: 100%;
    height: auto;
  }
  .summary-content .summary-leaderboards .item-summary-result[data-position="1"] {
    order: 1;
    max-height: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .summary-content .summary-leaderboards .item-summary-result {
    flex: 0 0 calc((100% - var(--spacing-16px) - var(--spacing-24px)) / 2);
  }
}
.summary-content .summary-leaderboards .item-summary-result-rank {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.summary-content .summary-leaderboards .item-summary-result-rank span {
  position: absolute;
  bottom: -16px;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: var(--neutral-color-white);
  padding: 6px 10px;
  border-radius: 0 40px 40px 40px;
}

.summary-content .summary-leaderboards .item-summary-result-rank .summary-photo {
  width: 48px;
  height: 48px;
  font-size: 28px;
  align-content: center;
  text-align: center;
  padding: 6px;
  border-width: var(--border-width-xl);
  border-style: solid;
  border-radius: var(--border-radius-full);
  line-height: 1;
}

.summary-content .summary-leaderboards .item-summary-result:nth-child(1) .item-summary-result-rank span {
  background-color: var(--yellow-color);
}

.summary-content .summary-leaderboards .item-summary-result:nth-child(1) .item-summary-result-rank .summary-photo {
  border-color: var(--yellow-color);
}

.summary-content .summary-leaderboards .item-summary-result:nth-child(2) .item-summary-result-rank span {
  background-color: var(--neutral-color-300);
}

.summary-content .summary-leaderboards .item-summary-result:nth-child(2) .item-summary-result-rank .summary-photo {
  border-color: var(--neutral-color-300);
}

.summary-content .summary-leaderboards .item-summary-result:nth-child(3) .item-summary-result-rank span {
  background-color: var(--primary-color-orange-400);
}

.summary-content .summary-leaderboards .item-summary-result:nth-child(3) .item-summary-result-rank .summary-photo {
  border-color: var(--primary-color-orange-400);
}

.summary-content .summary-leaderboards .item-summary-result-team {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px 0;
  max-width: 154px;
}

.summary-content .summary-leaderboards .item-summary-result-team span {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  text-align: center;
}

.summary-content .summary-leaderboards .item-summary-result-team .points {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  color: var(--neutral-color-600);
  border-radius: var(--border-radius-sm);
  padding: var(--spacing-4px) var(--spacing-8px);
}

.summary-content .summary-leaderboards .item-summary-result:nth-child(1) .points {
  background-color: #FFF3B3;
}

.summary-content .summary-leaderboards .item-summary-result:nth-child(2) .points {
  background-color: var(--neutral-color-100);
}

.summary-content .summary-leaderboards .item-summary-result:nth-child(3) .points {
  background-color: var(--primary-color-orange-200);
}

.summary-content .summary-leaderboards .summary-grid {
  display: grid;
  background-color: var(--neutral-color-white);
  border: 1px solid var(--neutral-color-200);
  border-radius: var(--border-radius-sm);
  overflow: hidden;
  box-sizing: border-box;
}

.summary-content .summary-leaderboards .summary-grid-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 var(--spacing-8px);
  padding-block: var(--spacing-8px);
}

.summary-content .summary-leaderboards .summary-grid-item:nth-child(even) {
  background-color: var(--neutral-color-white);
}

.summary-content .summary-leaderboards .summary-grid-item:nth-child(odd) {
  background-color: var(--neutral-color-100);
}

.summary-content .summary-leaderboards .summary-grid-item:not(:last-child) {
  border-bottom: 1px solid rgba(4, 102, 248, 0.1490196078);
}

.summary-content .summary-leaderboards .summary-grid-item:has(> :nth-child(2)):not(:has(> :nth-child(3))) .summary-grid-item-stack {
  flex: 0 0 calc((100% - var(--spacing-8px)) / 2);
}

.summary-content .summary-leaderboards .summary-grid-item:has(> :nth-child(2)):not(:has(> :nth-child(3))) .summary-grid-item-name {
  flex: 1 0 calc((100% - var(--spacing-8px)) / 2);
  max-width: 100%;
}

.summary-content .summary-leaderboards .summary-grid-item:has(> :nth-child(3)) .summary-grid-item-stack {
  flex: 0 0 calc((100% - 2 * var(--spacing-8px)) / 3);
}

.summary-content .summary-leaderboards .summary-grid-item:has(> :nth-child(3)) .summary-grid-item-name {
  flex: 1 0 calc((100% - 2 * var(--spacing-8px)) / 3);
  max-width: 738px;
}

@media only screen and (max-width: 768px) {
  .summary-content .summary-leaderboards .summary-grid-item:has(> :nth-child(3)) .summary-grid-item-name {
    max-width: 210px;
  }
}
.summary-content .summary-leaderboards .summary-grid-item:has(> :nth-child(3)) .summary-grid-item-points {
  flex: 0 0 calc((100% - 2 * var(--spacing-8px)) / 3);
  max-width: 114px;
}

@media only screen and (max-width: 768px) {
  .summary-content .summary-leaderboards .summary-grid-item:has(> :nth-child(3)) .summary-grid-item-points {
    max-width: 120px;
  }
}
.summary-content .summary-leaderboards .summary-grid-item-stack {
  min-width: 0;
  max-width: 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 var(--spacing-8px);
}

@media only screen and (max-width: 768px) {
  .summary-content .summary-leaderboards .summary-grid-item-stack {
    max-width: 84px;
  }
}
.summary-content .summary-leaderboards .summary-grid-item-stack-position {
  background-color: var(--neutral-color-600);
  padding: 6px 10px;
  border-radius: 0 40px 40px 40px;
}

.summary-content .summary-leaderboards .summary-grid-item-stack-number {
  color: var(--neutral-color-white);
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.summary-content .summary-leaderboards .summary-grid-item-stack-photo {
  max-width: 100%;
  width: 36px;
  height: auto;
  object-fit: contain;
  aspect-ratio: 1/1;
  mix-blend-mode: multiply;
}

.summary-content .summary-leaderboards .summary-grid-item-name {
  min-width: 0;
  align-self: center;
  color: var(--neutral-color-700);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

.summary-content .summary-leaderboards .summary-grid-item-points {
  min-width: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--neutral-color-500);
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
  word-break: break-word;
}

/* Contenedor de las sedes */
.venues-content {
  display: grid;
  gap: 24px 0;
}

@media only screen and (max-width: 768px) {
  .venues-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .venues-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .venues-content {
    gap: 16px 0;
  }
}
.venues-content .venues-header {
  display: grid;
  grid-auto-rows: min-content;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .venues-content .venues-header {
    display: none;
  }
}
.venues-content .venues-header .venues-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

.venues-content .venues-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

@media only screen and (max-width: 768px) {
  .venues-content .venues-cards {
    gap: 16px;
  }
}
.venues-content .venues-cards .venue-card {
  position: relative;
  flex: 0 0 calc((100% - 64px) / 3);
  display: grid;
  grid-template-rows: 133px 1fr;
  border-radius: 8px;
  box-shadow: 0 8px 16px -2px rgba(27, 36, 44, 0.1215686275);
  word-break: break-word;
}

@media only screen and (max-width: 768px) {
  .venues-content .venues-cards .venue-card {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .venues-content .venues-cards .venue-card {
    flex-basis: calc((100% - 16px) / 2);
  }
}
.venues-content .venues-cards .venue-card:hover {
  cursor: pointer;
  box-shadow: 0 2px 2px -1px rgba(27, 35, 44, 0.0392156863);
}

.venues-content .venues-cards .venue-card .venue-card-image {
  width: 100%;
  max-height: 133px;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4/3;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.venues-content .venues-cards .venue-card .venue-card-image:has(i) {
  background-color: var(--neutral-color-300);
}

.venues-content .venues-cards .venue-card .venue-card-image:has(i) i {
  color: var(--neutral-color-100);
  font-size: 50px;
  width: 100%;
  height: -webkit-fill-available;
  height: -moz-available;
  align-content: center;
  text-align: center;
}

.venues-content .venues-cards .venue-card .venue-card-content {
  display: grid;
  gap: 8px 0;
  padding: 12px;
}

@media only screen and (max-width: 768px) {
  .venues-content .venues-cards .venue-card .venue-card-content {
    padding-block: 16px;
    gap: 12px 0;
  }
}
.venues-content .venues-cards .venue-card .venue-card-content .venue-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-body-sm) !important;
  line-height: var(--line-height-body-sm);
  color: #121212;
}

.venues-content .venues-cards .venue-card .venue-card-content .venue-card-location {
  display: flex;
  align-items: center;
  gap: 0 8px;
}

.venues-content .venues-cards .venue-card .venue-card-content .venue-card-location i {
  color: var(--primary-color-orange-400);
  font-size: 16px;
}

.venues-content .venues-cards .venue-card .venue-card-content .venue-card-location span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: fit-content;
  padding-bottom: 2px;
  overflow: hidden;
  color: #9CA3AF;
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-semibold);
  font-size: var(--font-size-body-sm);
  line-height: var(--line-height-body-sm);
}

/* Contenedor de los videos */
.video-content {
  display: grid;
  gap: 24px 0;
}

@media only screen and (max-width: 768px) {
  .video-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .video-content {
    gap: 16px 0;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .video-content {
    gap: 16px 0;
  }
}
.video-content .video-header {
  display: grid;
  grid-auto-rows: min-content;
  gap: 16px 0;
}

@media only screen and (max-width: 768px) {
  .video-content .video-header {
    display: none;
  }
}
.video-content .video-header .video-title {
  font-style: var(--font-style-base);
  font-weight: var(--font-weight-bold) !important;
  font-size: var(--font-size-h3) !important;
  line-height: var(--line-height-h3);
  color: #374151;
}

.video-content .video-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(calc((100% - 64px) / 3), 1fr));
  gap: 32px;
}

@media only screen and (max-width: 768px) {
  .video-content .video-cards {
    gap: 16px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .video-content .video-cards {
    gap: 16px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .video-content .video-cards {
    gap: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .video-content .video-cards {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .video-content .video-cards {
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 16px) / 2), 1fr));
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .video-content .video-cards {
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 16px) / 2), 1fr));
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .video-content .video-cards {
    grid-template-columns: repeat(auto-fill, minmax(calc((100% - 16px) / 2), 1fr));
  }
}
.video-content .video-cards .video-card {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 12px;
}

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