@charset "UTF-8";
:root {
  --selected-color: #37AE4A;
  --legend-second-color: #323ca8;
  --primary-color-40: rgba(55, 174, 74, 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 #37AE4A;
  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: rgba(48, 48, 48, 0.8);
}
nav.login ul li a:hover {
  color: #37AE4A;
  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: #37AE4A;
}

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", Verdana, Arial, 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 #37AE4A !important;
}
.news-card h2 {
  color: rgba(55, 174, 74, 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: #37AE4A;
  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: #37AE4A;
  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 #37AE4A;
  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: #37AE4A;
  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(55, 174, 74, 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;
  }
}
/* 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(55, 174, 74, 0.4);
  border: 1px solid #37AE4A;
  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: #37AE4A;
}
.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 #37AE4A;
  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-disponibility-card {
  min-width: 130px;
  background-color: #37AE4A;
  padding: 8px;
  border-radius: 20px;
}
.enrollment-disponibility-card.enrollment-selected-field {
  background-color: rgba(55, 174, 74, 0.6);
}
.enrollment-disponibility-card .chips-button {
  margin-right: 0;
}

.enrollment-disponibility-pitch {
  font-size: 16px;
  color: rgba(48, 48, 48, 0.8);
}
.enrollment-disponibility-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: #37AE4A;
  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: #37AE4A;
  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 #37AE4A;
}

.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: #37AE4A;
  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: #37AE4A;
  -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 #37AE4A;
  border-bottom: 1px solid #37AE4A;
  background: #37AE4A;
}

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

.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: #37AE4A;
}

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

.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(55, 174, 74, 0.1);
}

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

.roundVs {
  padding: 0;
}

.knockout-winner {
  font-weight: bold;
}
.knockout-winner .roundResult {
  background-color: #37AE4A;
  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 #37AE4A;
  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 #37AE4A;
  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: #37AE4A;
}

.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: #37AE4A;
}

.podium-honours2 {
  height: 55%;
  background-color: rgba(55, 174, 74, 0.6);
}

.podium-honours3 {
  height: 35%;
  background-color: rgba(55, 174, 74, 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: #37AE4A;
}

.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: #37AE4A;
  border-color: #37AE4A;
}

.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", Verdana, Arial, sans-serif;
}

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

.switch-text-on, .switch-text-off {
  line-height: 1.5rem;
  font-size: 0.9rem;
  font-family: "Open Sans", Verdana, Arial, 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: #37AE4A;
}

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

.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: #37AE4A;
  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;
}

.landingmenubutton:hover {
  color: #37AE4A;
}

#landing-header .calltoaction-button {
  position: relative;
}

#landing-header h3 {
  color: #fff;
  font-size: 1.1rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  top: -50px;
  font-weight: normal;
}

.landing-block h1, #landing-feature2 h1,
.landing-block h2, #landing-feature2 h2 {
  border: none;
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.landing-block p {
  color: #fff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

#landing-feature2 {
  position: relative;
}

#landing-feature2 h2, #landing-feature2 p {
  color: #333;
}

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

#landing-feature1 .wrap div, #landing-feature3 .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;
  margin: 0 0 0 auto;
  max-width: 500px;
}

#landing-feature2 .wrap div {
  align-self: center;
  margin: 0 auto 0 0;
}

.landing-headphone {
  height: 0;
  text-align: right;
}

.landing-headphone img {
  position: relative;
  top: -220px;
  width: 300px;
}

#landing-referrals {
  margin: 4rem 0;
}

#landing-referrals h2 {
  border: none;
  color: #333;
  font-size: 2rem;
  text-align: center;
}

.landing-referrals {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
}

.landing-referrals article {
  background-color: #37AE4A;
  color: #fff;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  text-align: center;
  font-size: 1rem;
  margin: 1rem;
  padding: 1rem;
  height: auto;
}

.landing-referrals article img {
  background-color: #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  margin: 1rem auto;
  height: 64px;
  width: 64px;
}

.landing-referrals article h4 {
  color: #fff;
  font-size: 1.1rem;
  margin: 0;
}

.landing-referrals article p {
  color: #fff;
  margin-top: 2rem;
  overflow: hidden;
  white-space: normal;
  text-align: center;
}

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

.landing-logos {
  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;
  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;
}

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

.landing-header-wrapper {
  width: auto;
  line-height: 40px;
}

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

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

.landing-button-container div a {
  margin-top: 0;
}

.landing-header-wrapper div.cssmenu {
  margin-top: 0;
}

.landing-title-container a {
  color: #FFF;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

.landing-title-container h2 {
  border-bottom: none;
  color: white !important;
  text-align: left !important;
}

.landing-title-container div {
  text-align: left !important;
  color: white !important;
  opacity: 0.9;
  font-weight: 400;
}

#landing-search-clean {
  position: absolute;
  top: 8px;
  right: 44px;
  width: 16px;
  cursor: pointer;
}

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

#landing-search-go img {
  margin: 8px;
  height: 26px;
  width: 26px;
}

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

#landing-search:-moz-placeholder { /* Firefox 18- */
  text-align: center;
}

#landing-search::-moz-placeholder { /* Firefox 19+ */
  text-align: center;
}

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

#landing-menu-content {
  display: none;
}

.landing .wrap {
  padding: 0 1rem;
}

.landing-fixed-header {
  background-color: transparent;
  position: fixed;
  color: rgba(48, 48, 48, 0.8);
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 600;
}

.landing-fixed-header-background {
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 500;
}

.landing-fixed-header .wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.landing-fixed-header h2 {
  font: 1.5em "Commando", Arial, Sans-Serif;
  border-bottom: none;
  margin: 0;
  padding-top: 4px;
}

.landing-fixed-header h2 a {
  color: #c3c2b9;
}

.landing-fixed-header h2 a:hover {
  text-decoration: none;
}

.landing-action-buttons a {
  white-space: nowrap;
}

.landing-action-buttons-bottom {
  display: none;
}

.landing-menu {
  color: #37AE4A;
}

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

.landing-action-buttons .calltoaction-button {
  padding: 10px;
}

.landing-subheader {
  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;
  top: -120px;
  position: relative;
  height: 280px;
}

.landing-subheader-organiser {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  top: -140px;
  position: relative;
  height: 180px;
}

#landing-features-summary {
  top: 20px;
  position: relative;
}

.landing-screens {
  text-align: center;
}

.landing-screens img {
  width: 250px;
}

.landing-news-container {
  height: 626px !important;
}

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

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

.landing-block1 {
  background-color: #fff;
  background-image: url("../img/landing/picture3.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.5) 50%), url("../img/landing/picture3.jpg");
}

.landing-block2 {
  background-color: #fff;
  background-image: url("../img/landing/picture4.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.5) 50%), url("../img/landing/picture4.jpg");
}

.landing-block3 {
  background-color: #fff;
  background-image: url("../img/landing/banner-contacto.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.5) 70%), url("../img/landing/banner-contacto.jpg");
}

.landing-block4 {
  background-color: #919191;
  background-image: url("../img/landing/picture4.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.5) 70%), url("../img/landing/picture4.jpg");
}

#landing-features-summary h2 {
  border: none;
  color: #333;
  font-size: 1.6rem;
  text-align: center;
}

.landing-features {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2rem 0 4rem;
  text-align: center;
  width: 100%;
}

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

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

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

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

.landing-grid {
  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;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2rem 0 2rem;
  text-align: center;
  width: 100%;
}

.landing-grid article {
  border: none;
  text-align: center;
  margin: 1rem;
  width: 100px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#landing-header h1 {
  color: #fff;
  font-size: 1.8rem;
}

.landing-block10 {
  background-color: #fff;
  background-image: url("../img/landing/Hero1.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/landing/Hero1.jpg");
  height: 700px;
}

.landing-block11 {
  background-color: #fff;
  background-image: url("../img/landing/Hero2.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/landing/Hero2.jpg");
  height: 700px;
}

.landing-block12 {
  background-color: #fff;
  background-image: url("../img/landing/Hero3.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/landing/Hero3.jpg");
  height: 700px;
}

.landing-block13 {
  background-color: #fff;
  background-image: url("../img/landing/Hero4.jpg");
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("../img/landing/Hero4.jpg");
  height: 700px;
}

.landing-block2 {
  background-color: #fff;
  background-image: url("../img/landing/picture4.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.5) 50%), url("../img/landing/picture4.jpg");
}

#landing-section {
  height: 100% !important;
  padding: 200px 0 !important;
  background-color: #fff;
  background-image: url("../img/landing/banner-contacto.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0.5) 50%), url("../img/landing/banner-contacto.jpg");
}

.feature-landing-block-text > h1, .feature-landing-block-text > h3 {
  color: #fafafa;
}

#landing-nba {
  margin-top: 120px;
  margin-bottom: 120px;
}

#landing-logos h2 {
  border: none;
  color: #37AE4A;
  font-size: 1.5rem;
  font-weight: 800;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.landing-contact {
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.landing-contact input, .landing-contact textarea {
  border: 1px solid #ccc;
}

#landing-search {
  max-width: 320px;
  height: 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0 solid;
  padding: 8px 44px 8px 8px;
}

.landingmenubutton {
  color: #37AE4A;
  cursor: pointer;
}

#landing-menu-actions {
  display: none;
  -ms-flex: 1 0 auto;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: visible;
}

#landing-buttons {
  display: none;
}

.landing-content {
  flex: 1 0 auto;
}

.landing-title-container {
  margin: 0 auto;
  max-width: 90%;
  text-align: center;
  font-weight: 700;
}

.landing-partners img {
  display: block;
  margin: 0 auto;
}

.landing-events {
  min-height: 300px;
}

.logo-container img {
  width: 60px;
  margin-right: 16px;
}

.calltoaction-button {
  background-color: #37AE4A;
  border: 2px solid #37AE4A !important;
  -moz-border: 2px solid #37AE4A;
  color: #fafafa;
  padding: 8px 15px;
  text-transform: uppercase;
  text-align: center;
  width: 200px;
  margin: auto;
  border-radius: 0.25rem;
}

.calltoaction-button-reverse {
  background-color: transparent !important;
  border: 2px solid #37AE4A !important;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #37AE4A;
  padding: 15px 20px;
  margin-right: 20px;
  border-radius: 0.25rem;
}

.circle-icon {
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px !important;
  vertical-align: middle;
  padding: 10px;
}

.circle-icon-border {
  border: 1px solid #ccc;
  background: #ffffff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  vertical-align: middle;
  padding: 10px;
}

.footer-link a {
  color: rgba(48, 48, 48, 0.8) !important;
  opacity: 1 !important;
}

.footer-link a i {
  color: #FFFFFF !important;
}

.footer-link a:hover {
  color: #37AE4A !important;
  opacity: 0.9;
  text-decoration: none;
}

.footer-link a i:hover {
  color: #37AE4A !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;
}

.social-header-block a {
  margin-right: 16px;
}

.fill-space-container {
  flex-grow: 1;
}

.logo-container {
  margin-right: 20px;
}

header img.logo {
  float: left;
  margin: 0 0 0 60px;
  height: 45px;
}

.sort-container {
  padding: 8px;
  font-size: 0.9rem;
  cursor: pointer;
}

.sort-container-selected {
  background: #37AE4A;
  color: white;
}

.card-square {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.header-item > img {
  width: 20px;
  height: 20px;
}

.header-item > span {
  line-height: 25px;
  vertical-align: top;
}

.rrss-footer {
  display: flex;
  gap: 2%;
  align-items: center;
  padding-top: 8px;
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .landing-headphone {
    display: none;
  }
  .landing-title-container {
    max-width: 100%;
  }
  .landing-fixed-header h2 {
    font: 1.5em "Commando", Arial, Sans-Serif;
  }
  .social-header-block {
    width: 100%;
  }
  #landing-feature2 {
    position: relative;
  }
}
@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;
  }
  .landing-action-buttons {
    margin-top: 0.5rem;
  }
  .landing-subheader-organiser {
    height: 120px;
    top: -220px;
  }
  .landing-subheader {
    top: -120px;
  }
  #landing-search-container {
    width: 400px;
  }
  #landing-search {
    max-width: 400px;
  }
  .landing-screens img {
    width: 300px;
  }
  .landing-headphone {
    height: 0;
    display: none;
  }
  .landing-headphone img {
    top: -280px;
    width: 300px;
  }
  .landing-block1 {
    height: 600px;
  }
  .landing-action-buttons {
    margin-top: 0.5rem;
  }
  .landing-subheader-organiser {
    height: 120px;
    top: -220px;
  }
  .landing-subheader {
    top: -120px;
  }
  #landing-search-container {
    width: 400px;
  }
  #landing-search {
    max-width: 400px;
  }
  .landing-screens img {
    width: 300px;
  }
  .landing-headphone {
    height: 0;
    display: none;
  }
  .landing-headphone img {
    top: -280px;
    width: 300px;
  }
  .social-header-block {
    width: 50%;
  }
}
@media only screen and (min-width: 589px) and (max-width: 768px) {
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-fixed-header h2 {
    font: 1.5em "Commando", Arial, Sans-Serif;
  }
  .landing-action-buttons {
    margin-top: 0.5rem;
  }
  .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;
  }
  #landing-search-container {
    width: 460px;
  }
  #landing-search {
    max-width: 460px;
  }
  .landing-subheader-organiser {
    height: 60px;
    top: -220px;
  }
  .landing-subheader {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    top: -120px;
    height: 120px;
  }
  .landing-screens {
    text-align: right;
  }
  .landing-screens img {
    width: 400px;
  }
  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-features article {
    width: 33.3%;
  }
  .landing-headphone {
    height: 0;
  }
  .landing-headphone img {
    top: -380px;
    width: 350px;
  }
  .landing-referrals article img {
    height: 128px;
    width: 128px;
  }
  .landing-logos {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-fixed-header h2 {
    font: 1.5em "Commando", Arial, Sans-Serif;
  }
  .landing-action-buttons {
    margin-top: 0.5rem;
  }
  .landing-block1, .cases-block1 {
    height: 600px;
  }
  .landing-grid {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .landing-grid {
    width: 600px;
    margin: 0 auto;
  }
  #landing-search-container {
    width: 460px;
  }
  #landing-search {
    max-width: 460px;
  }
  .landing-subheader-organiser {
    height: 60px;
    top: -220px;
  }
  .landing-subheader {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    top: -120px;
    height: 120px;
  }
  .landing-screens {
    text-align: right;
  }
  .landing-screens img {
    width: 400px;
  }
  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-features article {
    width: 33.3%;
  }
  .landing-headphone {
    height: 0;
  }
  .landing-headphone img {
    top: -380px;
    width: 350px;
  }
  .landing-referrals article img {
    height: 128px;
    width: 128px;
  }
  .landing-logos {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .social-header-block {
    width: 50%;
  }
  .landing-news-container {
    height: 1232px !important;
  }
  .landing-grid-card-container {
    flex-wrap: wrap;
  }
  .landing-grid-cards {
    width: 48%;
    flex: 0 1 48%;
  }
  .grid-card {
    flex: 0 1 49%;
  }
  .news-card {
    height: auto;
  }
}
@media only screen and (min-width: 768px) {
  .landingmenubutton {
    display: none;
  }
  .landing-pics-actions {
    margin: 2rem 0;
  }
  .landing-pics-actions a:hover {
    text-decoration: none;
  }
  .landing-pics-competition {
    margin: 0 0 2rem;
  }
  .landing-pics-teams {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-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;
  }
  .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;
  }
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .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-header .calltoaction-button {
    top: 40px;
  }
  #landing-search-container {
    width: 460px;
  }
  #landing-search {
    max-width: 460px;
  }
  .landing-subheader-organiser {
    height: 200px;
    top: -220px;
  }
  .landing-subheader {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    top: -140px;
    height: 240px;
  }
  .landing-screens {
    text-align: right;
    height: 20px;
  }
  .landing-screens img {
    width: 500px;
  }
  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-features article {
    width: 33.3%;
  }
  .landing-headphone {
    height: 0;
  }
  .landing-headphone img {
    top: -400px;
    width: 400px;
  }
  .landing-referrals article img {
    height: 128px;
    width: 128px;
  }
  .landing-logos {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #landing-buttons {
    display: block;
  }
  #landing-menu-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-block1 {
    height: 500px;
  }
  #landing-header h3 {
    top: -40px;
  }
  #landing-header .calltoaction-button {
    top: 40px;
  }
  #landing-search-container {
    width: 460px;
  }
  #landing-search {
    max-width: 460px;
  }
  .landing-subheader-organiser {
    height: 200px;
    top: -220px;
  }
  .landing-subheader {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    top: -140px;
    height: 240px;
  }
  .landing-screens {
    text-align: right;
    height: 20px;
  }
  .landing-screens img {
    width: 500px;
  }
  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-features article {
    width: 33.3%;
  }
  .landing-headphone {
    height: 0;
  }
  .landing-headphone img {
    top: -400px;
    width: 400px;
  }
  .landing-referrals article img {
    height: 128px;
    width: 128px;
  }
  .landing-logos {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media only screen and (min-width: 960px) {
  .landing .wrap {
    padding: 0;
  }
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #landing-header h1 {
    font-size: 2.5rem;
  }
  #landing-header h1 {
    font-size: 2rem;
  }
  #landing-header h3 {
    font-size: 1.3rem;
  }
  #landing-header .calltoaction-button {
    top: 40px;
  }
  #landing-search-container {
    width: 460px;
  }
  #landing-search {
    max-width: 460px;
  }
  .landing-subheader-organiser {
    height: 200px;
    top: -220px;
  }
  .landing-subheader {
    flex-direction: row;
    top: -120px;
    height: 240px;
  }
  .landing-screens img {
    width: 600px;
  }
  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-features article {
    width: 33.3%;
  }
  .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;
  }
  .landing-headphone {
    height: 0;
  }
  .landing-headphone img {
    top: -600px;
    width: auto;
  }
  .landing-referrals {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-referrals article {
    margin: 0 1rem;
    width: 250px;
  }
  .landing-referrals article img {
    height: 128px;
    width: 128px;
  }
  .landing-logos {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #landing-buttons {
    display: block;
  }
  #landing-menu-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .landing .wrap {
    padding: 0;
  }
  .landing-fixed-header .wrap {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-block1 {
    height: 700px;
  }
  #landing-header h1 {
    font-size: 2.5rem;
  }
  #landing-header h3 {
    font-size: 1.3rem;
  }
  #landing-header .calltoaction-button {
    top: 40px;
  }
  #landing-search-container {
    width: 460px;
  }
  #landing-search {
    max-width: 460px;
  }
  .landing-subheader-organiser {
    height: 200px;
    top: -220px;
  }
  .landing-subheader {
    flex-direction: row;
    top: -120px;
    height: 240px;
  }
  .landing-screens img {
    width: 600px;
  }
  .landing-features {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-features article {
    width: 33.3%;
  }
  .landing-headphone {
    height: 0;
  }
  .landing-headphone img {
    top: -600px;
    width: auto;
  }
  .landing-referrals, .cases-referrals {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .landing-referrals article {
    margin: 0 1rem;
    width: 250px;
  }
  .landing-referrals article img {
    height: 128px;
    width: 128px;
  }
  .landing-logos {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.row-formater {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.row-formater-secondary {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background-color: rgb(230, 230, 230);
}

header {
  background-color: #333;
  padding: 0 !important;
}

article {
  background-color: transparent !important;
}

.landing-block-central {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.maxed-width {
  width: 90%;
}

.landing-block-central h1 {
  color: #37AE4A !important;
}

.landing-block-central div {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.landing-block-central p {
  width: fit-content;
}

.accent-color {
  font-size: 3rem !important;
  color: #16a085 !important;
}

.landing-text {
  padding: 48px 0;
}

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

.slider-container {
  padding-top: 76px;
  overflow: hidden;
}

.hero-slider-image {
  width: 100%;
  height: auto;
  max-height: 700px;
  margin: auto;
  object-fit: cover;
  object-position: center;
}

.extra-container {
  background: black;
  color: white;
}

.extra-container img {
  width: 160px;
  padding: 16px 0;
}

.extra-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row-wrap-container {
  display: flex;
  flex-direction: row !important;
}

.row-wrap-container div {
  height: 130px;
  gap: 2%;
}

.row-gap-container {
  display: flex;
  flex-direction: row !important;
  gap: 2%;
}

.white-yellow {
  font-size: 1.5rem;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 320px) and (max-width: 924px) {
  .row-wrap-container {
    flex-direction: column !important;
  }
  .row-gap-container {
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
  .landing-grid-events-card, .container-advice article {
    flex: 0 1 90% !important;
  }
  .landing-grid-card-container div:nth-child(n+2) {
    display: none;
  }
  .no-mobile {
    display: none;
  }
  .landing-news-item-content {
    -webkit-line-clamp: 6;
  }
  .pages-news-grid-content {
    height: auto;
  }
  .page-news-layout3 {
    flex-wrap: nowrap !important;
    flex-direction: column;
  }
  .page-grid-news-quarter {
    padding-bottom: 24px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .landing-grid-events-card, .container-advice article {
    flex: 0 1 45%;
  }
  .landing-grid-card-container div:nth-child(n+3) {
    display: none;
  }
  .pages-news-grid-content {
    height: auto;
  }
  .page-news-layout3 {
    flex-wrap: nowrap !important;
    flex-direction: column;
  }
  .page-grid-news-quarter {
    padding-bottom: 24px;
  }
  .sponsor-img {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }
  .grey-container {
    width: 49%;
    margin: 0 !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .landing-grid-events-card, .container-advice article {
    flex: 0 1 32%;
  }
  .landing-grid-card-container div:nth-child(n+4) {
    display: none;
  }
  .landing-news-item-content {
    -webkit-line-clamp: 5;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-grid-events-card, .container-advice article {
    flex: 0 1 23%;
  }
  .federation-card {
    flex: 0 1 23%;
  }
  .landing-news-item-content {
    -webkit-line-clamp: 3;
  }
}
.landing-grid-card-container {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin: 32px 0;
}

#featured-events {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  margin: 32px 0;
}

.landing-grid-events-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1%;
  width: 100%;
  height: 100%;
}

.landing-grid-events-card {
  flex: 0 1 24%;
  border: 1px solid #D1D1D1;
  border-radius: 6px;
  height: 300px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 8px;
}

.content-card {
  height: 60%;
}

.button-card-content {
  padding-bottom: 24px;
}

#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", Verdana, Arial, 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: #37AE4A !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 #37AE4A;
  color: #37AE4A;
}
.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 #37AE4A;
}
.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 {
  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", Verdana, Arial, sans-serif;
  width: 100%;
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 100vh;
}

*[data-href] {
  cursor: pointer;
}
*[data-href]:hover {
  background-color: rgba(55, 174, 74, 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: 1024px;
  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: #37AE4A;
  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: #37AE4A;
  color: #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
  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(55, 174, 74, 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", Verdana, Arial, 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: #37AE4A;
  border-color: #37AE4A;
  text-align: center;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
  opacity: 0.6;
}
.btn-primary .disabled, .btn-primary:disabled {
  background-color: #37AE4A;
  border-color: #37AE4A;
}
.btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #37AE4A;
  background-image: none;
  border-color: #37AE4A;
}

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

.btn-secondary {
  color: #37AE4A;
  background-color: #fafafa;
  border-color: #37AE4A;
}
.btn-secondary:hover {
  opacity: 0.6;
  background-color: #37AE4A;
  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: #37AE4A;
  cursor: pointer;
  font-family: "Open Sans", Verdana, Arial, 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: 1px;
  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: #37AE4A;
  color: #EEE;
  cursor: pointer;
  font-size: 0.9em;
  white-space: nowrap;
  padding: 8px 16px 8px 16px;
  text-decoration: none;
  font-family: "Open Sans", Verdana, Arial, 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 {
  margin: 12px 0;
}
.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;
}

.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: #37AE4A !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: #37AE4A;
}

.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: #37AE4A;
  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: #37AE4A;
  -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: #37AE4A;
}

.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: #37AE4A;
}

.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: #37AE4A;
  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: #37AE4A;
}
.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: #37AE4A;
  color: #EEE;
  cursor: pointer;
  font-size: 1rem;
  padding: 8px;
  text-decoration: none;
  width: 12px;
  height: 12px;
}
.module-menu i:hover {
  background-color: #37AE4A;
}
.module-menu-list:before {
  content: "";
  position: relative;
  border-style: solid;
  border-width: 0 10px 10px;
  border-color: #37AE4A 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: #37AE4A;
}
.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: #37AE4A;
}

.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: #37AE4A;
  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: #37AE4A;
}
.admin-menu-links a {
  color: rgba(48, 48, 48, 0.8);
  margin: 0 0.5rem;
}
.admin-menu-links a.active {
  color: #37AE4A;
  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: #37AE4A;
  border: 1px solid #37AE4A !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", Verdana, Arial, sans-serif;
}
a.button-small:hover {
  cursor: pointer;
  opacity: 0.6;
}

a.button-xsmall {
  background-color: #37AE4A;
  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", Verdana, Arial, 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", Verdana, Arial, sans-serif;
}

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

.mobile-popup {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 8px 16px 8px 16px;
  z-index: 9;
  background: black;
  margin-top: 0;
  top: 53px;
}
.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: #37AE4A;
}

.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", Verdana, Arial, sans-serif;
}

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

.numresults {
  color: #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
}
#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: rgba(48, 48, 48, 0.8);
}
#notificationLink.active {
  color: #37AE4A !important;
}
#notificationLink.pendingNotif {
  color: #37AE4A;
}
#notificationLink.pendingNotif:hover {
  color: #EEE;
}
#notificationLink:hover {
  color: #37AE4A;
}

.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: #37AE4A;
  border-radius: 50%;
  border: 1px solid #37AE4A;
  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 #37AE4A;
  overflow: hidden;
  background: #37AE4A;
}
.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: #37AE4A;
}
#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: #37AE4A;
  color: #EEE;
  cursor: pointer;
  font-size: 0.7em;
  padding: 6px 10px 6px 10px;
  text-decoration: none;
  font-family: "Open Sans", Verdana, Arial, 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", Verdana, Arial, 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", Verdana, Arial, 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 #37AE4A;
  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: #37AE4A;
  max-width: 300px;
  border: #37AE4A 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: #37AE4A transparent;
  display: block;
  width: 0;
  z-index: 1;
}

div.popup-players {
  position: absolute;
  cursor: pointer;
  display: none;
  padding: 8px;
  background: #37AE4A;
  max-width: 300px;
  border: #37AE4A 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: #37AE4A;
  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: #37AE4A;
  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%;
}

.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: #37AE4A;
}
.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: #37AE4A !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: #37AE4A;
  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: #37AE4A;
  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 0.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: #37AE4A;
  color: #37AE4A;
  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: #37AE4A;
  color: #37AE4A;
  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", Verdana, Arial, 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: #37AE4A;
  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(55, 174, 74, 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: #37AE4A;
  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: #37AE4A;
}

.loadingContainer {
  margin-top: 10px;
  height: 15px;
  border-radius: 0.5rem;
  border: 1px solid #37AE4A !important;
}

.totalLoader {
  width: 0;
  height: 100%;
  border-radius: 0.5rem;
  background-color: #37AE4A !important;
}

.loadingIndicator {
  width: 0;
  height: 4px;
  border-radius: 0.5rem;
  background-color: #37AE4A !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: #37AE4A;
}

th.sorted {
  cursor: pointer;
}

th.selected {
  color: #37AE4A;
}

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 #37AE4A;
}

.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: #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
}

.chip-container-no-selected {
  background-color: #37AE4A;
}

.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: #37AE4A;
}

#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: #37AE4A;
  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 #37AE4A; /* 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: #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
  opacity: 70%;
}

.mobile-helpdesk-image {
  width: 216px;
  height: 384px;
}

.navigation-menu-text {
  color: #37AE4A;
  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: #37AE4A;
  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", Verdana, Arial, 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", Verdana, Arial, 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: 63px !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: 63px !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: 81px !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: #37AE4A;
}

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: #37AE4A !important;
}

.expanding-right-menu li {
  clear: both;
  font-size: 0.9em;
  padding-left: 15px;
  padding-right: 15px;
  color: rgba(48, 48, 48, 0.8);
  display: block;
}

.expanding-right-menu li:hover a, .actions-menu li:hover span {
  color: #37AE4A;
  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: #37AE4A;
  border-radius: 50%;
  position: absolute;
  right: 2px;
}

.premium-tag {
  color: #37AE4A;
  background-color: rgba(55, 174, 74, 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 #37AE4A;
}
.fullview-venue-ingamematch-item-n-row {
  border-top: 4px solid #37AE4A;
}
.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: #37AE4A;
  border-radius: 4px;
}

.container-popup {
  margin: auto;
  width: 80%;
}

.text-primary {
  color: #37AE4A;
  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 #37AE4A;
  border-radius: 50%;
  padding: 3px;
}

.border-input {
  border: 2px solid #37AE4A;
}

.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 #37AE4A;
  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: #37AE4A;
}

.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: #37AE4A;
}

.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: #37AE4A;
  text-transform: uppercase;
  font-weight: bold !important;
}

p.called {
  text-align: center;
}

p.called a {
  color: black;
}

p.called a:hover {
  color: #37AE4A;
}

.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: #37AE4A;
  min-height: 60px;
}

div.team-ranking-decoration {
  border-top-left-radius: 4px;
  width: 20px;
  display: inline-block;
  background-color: #37AE4A;
  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: none;
}

.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: 63px !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 #37AE4A;
  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(255, 255, 255, 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: grid;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  gap: 0 16px;
  text-align: center;
}
.container-menus ul li {
  padding-inline: 24px;
}
.container-menus ul a {
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  color: #FFF;
}
.container-menus .dropdown {
  display: inline-block;
}
.container-menus .dropdown-content {
  display: flex !important;
  justify-content: center;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  padding-block: 12px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  z-index: 1;
}
.container-menus .dropdown-content .dropdown-sections {
  display: grid;
  grid-auto-flow: column;
  gap: 0 100px;
  max-width: 1024px;
}
.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;
  text-align: left;
  gap: 12px 0;
  white-space: nowrap;
  padding-left: 10px;
}
.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 {
  color: #FFF;
}

.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(55, 174, 74, 0.8);
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.ui-dialog .ui-icon-closethick:hover::after {
  color: rgba(55, 174, 74, 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: #37AE4A;
  background-color: rgba(255, 255, 255, 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: #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
  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;
  }
}
.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: #37AE4A;
}

.ui-widget-content a.btn {
  color: #EEE;
}

.ui-widget-content a.btn-secondary {
  color: #37AE4A;
}

.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(55, 174, 74, 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: #37AE4A;
  color: #EEE;
}

.ui-widget-content a.ui-state-active {
  color: #EEE !important;
  background: #37AE4A !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(55, 174, 74, 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: #37AE4A;
  font-family: "Open Sans", Verdana, Arial, 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: #37AE4A;
  border-color: #37AE4A;
  color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}

.ui-tabs .ui-state-hover {
  background: none;
  background-color: #37AE4A;
  border-color: #37AE4A;
}

.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: #37AE4A;
  color: #EEE;
}

.ui-state-highlight {
  line-height: 1.5em;
  background: rgba(55, 174, 74, 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: #37AE4A;
  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: #37AE4A;
  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: #37AE4A !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: 63px !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 + 63px);
  height: calc(100vh - 140px - 63px);
}

.components-grid-column {
  height: calc(100vh - 140px - 63px);
  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", Verdana, Arial, sans-serif;
  color: #37AE4A !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: #37AE4A !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: #37AE4A !important;
  color: #37AE4A !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 #37AE4A;
  background: #37AE4A;
  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: #37AE4A;
  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 #37AE4A !important;
  color: #37AE4A !important;
}
.select-wrapper-secondary:hover {
  border: 1px solid #fafafa !important;
  background-color: #37AE4A !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: #37AE4A;
}

.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: #37AE4A;
}
.ftcheckbox-container input:checked ~ .ftcheckbox-checkmark {
  background-color: #37AE4A;
  color: #EEE;
  border: solid #37AE4A;
  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(55, 174, 74, 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: #37AE4A;
}
.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(55, 174, 74, 0.3);
  border: 1px solid #37AE4A;
}
.ftradio-container:hover input ~ .ftradio-checkmark:after {
  display: block;
  background-color: #37AE4A;
}

.ftradio-checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: white;
  border-radius: 50%;
  border: solid #37AE4A;
  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(55, 174, 74, 0.2);
  border: 1px solid #37AE4A;
}

.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: #37AE4A;
  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: #37AE4A;
}
.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: #37AE4A;
}

.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: #37AE4A !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: #37AE4A;
  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 #37AE4A;
  background: rgba(55, 174, 74, 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(55, 174, 74, 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 {
  height: auto;
  background: #333;
  opacity: 0.9;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #EEE;
  padding: 20px 6px;
  font-size: 14px;
  border: 2px solid rgba(48, 48, 48, 0.8);
  display: block;
  position: relative;
  margin: calc(1px - 20px) 0 12px 0;
}
.toast-item p {
  text-align: left;
  margin-left: 50px;
}
.toast-item-close {
  background-size: cover;
  background: url(../img/close-circle.png) no-repeat center center;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 4;
  cursor: pointer;
}
.toast-item-image {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 10px;
}
.toast-item-image-error {
  background: url(../img/error.png);
}
.toast-item-image-notice {
  background: url(../img/notice.png);
}
.toast-item-image-success {
  background: url(../img/success.png);
}
.toast-item-image-warning {
  background: url(../img/warning.png);
}
.toast-item-wrapper {
  margin-top: 24px;
}

/**
 * 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;
}

.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", Verdana, Arial, sans-serif;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.5;
  font: 0.9rem "Open Sans", Verdana, Arial, sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 0.5;
  font: 0.9rem "Open Sans", Verdana, Arial, sans-serif;
}

.datepicker::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  opacity: 0.5;
  font: 0.9rem "Open Sans", Verdana, Arial, sans-serif;
}

.datepicker:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  opacity: 0.5;
  font: 0.9rem "Open Sans", Verdana, Arial, sans-serif;
}

.datepicker::-moz-placeholder { /* Mozilla Firefox 19+ */
  opacity: 0.5;
  font: 0.9rem "Open Sans", Verdana, Arial, sans-serif;
}

.datepicker:-ms-input-placeholder { /* Internet Explorer 10-11 */
  opacity: 0.5;
  font: 0.9rem "Open Sans", Verdana, Arial, 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 #37AE4A !important;
  border-radius: 5px;
  color: #37AE4A !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: #37AE4A;
  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 #37AE4A !important;
  border-radius: 5px;
  color: #37AE4A !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: #37AE4A;
}

.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: #37AE4A;
  border-color: #37AE4A;
  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", Verdana, Arial, 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: #37AE4A !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 #37AE4A;
  background: #fafafa;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #37AE4A;
  font-size: 0.9rem;
  border-radius: 0.25rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #37AE4A !important;
  border: 1px solid #fafafa !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #37AE4A !important;
  color: #FFF !important;
}

.dataTables_length select:hover {
  opacity: 0.8;
  background-color: #37AE4A;
  color: #37AE4A !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #37AE4A !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: #37AE4A;
  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(55, 174, 74, 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(55, 174, 74, 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 {
  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(55, 174, 74, 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(55, 174, 74, 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: #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
  border: 1px solid #37AE4A;
}
.dots li.active .dot-text {
  color: #37AE4A;
}
.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: #37AE4A;
  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: #37AE4A;
}

.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(55, 174, 74, 0.8);
  border: 1px solid rgba(55, 174, 74, 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(55, 174, 74, 0.1);
  border: 1px solid rgba(55, 174, 74, 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(55, 174, 74, 0.4);
  border-color: rgba(55, 174, 74, 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(55, 174, 74, 0.4);
  border-color: rgba(55, 174, 74, 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(55, 174, 74, 0.1);
  border: 1px solid rgba(55, 174, 74, 0.8);
}
.onboarding-body .sport:hover {
  border: 1px solid rgba(55, 174, 74, 0.8);
  border-radius: 6px;
  opacity: 1;
  background-color: rgba(55, 174, 74, 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(55, 174, 74, 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(55, 174, 74, 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: #37AE4A;
  border-bottom: 4px solid #37AE4A;
}

ol.progtrckr li.progtrckr-doing {
  color: #37AE4A;
  border-bottom: 4px solid #37AE4A;
  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: #37AE4A;
  border-radius: 50%;
  color: #EEE;
  font-size: 0.8rem;
  padding: 5px 10px;
  border: 5px solid #37AE4A;
}

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: #37AE4A;
  border-radius: 50%;
  color: #EEE;
  font-size: 0.8rem;
  padding: 5px 10px;
  border: 5px solid #37AE4A;
  z-index: 1;
}

ol.progtrckr li.progtrckr-text {
  margin-top: 20px;
  color: #37AE4A;
}

@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 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: flex-end;
  }
}
@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: #37AE4A;
  }
  .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;
  }
}
@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(55, 174, 74, 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(59%) sepia(22%) saturate(1461%) hue-rotate(78deg) brightness(93%) contrast(80%);
}
.grid-card .first-line-content img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(51%) saturate(11%) hue-rotate(184deg) brightness(99%) contrast(62%);
}

.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 #37AE4A;
  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 #37AE4A;
  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: #37AE4A;
}

.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: #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
}

.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.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 #37AE4A;
  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: #37AE4A;
  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: #37AE4A;
  cursor: pointer;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  padding: 12px;
  position: fixed;
  margin-left: 12px;
  z-index: 9;
}
.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: 9;
}

.opacity-menu-mobile {
  display: none;
  background: linear-gradient(70deg, white, black);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 8;
  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: #37AE4A;
  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: 1024px;
  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("../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: #37AE4A;
  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 #37AE4A 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: #37AE4A;
}

.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: #333 !important;
  padding: 12px 0 !important;
  font-size: 0.9rem;
  flex-shrink: 0;
  overflow: hidden;
}

.footer-title {
  color: #37AE4A;
}

.footer-link a {
  color: #FFF;
}

.footer-link a:hover, .footer-logged a:hover {
  color: #37AE4A;
  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: rgba(48, 48, 48, 0.8);
  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: rgba(48, 48, 48, 0.8);
    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 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: #37AE4A;
  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 #37AE4A;
}

.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: #37AE4A !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-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;
}

.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: 80px;
  flex: 0 0 15%;
}
.popup-item-card .card-tagsport-icon-img {
  background-size: 45px 45px;
}
.popup-item-card:hover, .popup-item-card.selected {
  background-color: rgba(55, 174, 74, 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;
}

footer {
  background-color: #333;
  padding-top: 12px !important;
  font-size: 0.9rem;
  flex-shrink: 0;
  overflow: hidden;
}

.footer-link a {
  color: #37AE4A !important;
}

.footer-link a:hover, .footer-logged a:hover {
  opacity: 0.6 !important;
  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: space-between;
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
}

.footer-block {
  width: 100%;
  padding-bottom: 16px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-block-item {
  width: 32%;
  padding-bottom: 16px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.footer-inline {
  margin-bottom: 16px;
}

.footer-inline a {
  margin-right: 16px;
}

.footer-logged {
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
  flex-wrap: wrap;
  background-color: transparent !important;
  padding: 0 !important;
}

.footer-logged a, .footer-copyright {
  color: rgba(48, 48, 48, 0.8);
  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: rgba(48, 48, 48, 0.8);
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 900px) {
  .footer-block {
    flex-direction: column;
  }
  .footer-block-item {
    width: 100%;
  }
}
.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.4em;
  position: absolute;
  width: 100%;
  padding: 0 !important;
}

.hiddenContainer {
  display: none !important;
}

.normalContainer {
  display: block !important;
}

.invisibleContainer {
  visibility: hidden;
}

.menu-mobile img {
  width: 33px !important;
}

.title-menu img {
  width: 60% !important;
}

.landing-mainmenu {
  position: absolute !important;
  top: 60px !important;
  right: 16px !important;
  margin: 0 auto !important;
  z-index: 50;
}

#landing-menu-actions {
  max-width: 100%;
}

.landing-app-button img {
  filter: grayscale(1) invert(1);
}

footer a {
  color: #37AE4A !important;
}

.poweredBy-container a {
  color: #fff !important;
}

.whitelabel-header-menu-content {
  max-height: 40px !important;
}

.embedded-help {
  display: none !important;
}

.container-menus ul a,
.container-menus .dropdown-content .title-section,
.container-menus .dropdown-content a {
  color: #37AE4A !important;
}

.container-hamburguer i {
  color: #37AE4A;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav a {
  color: #37AE4A;
}
.container-hamburguer .sidebar .sidebar-inner .sidebar-nav .dropdown-toggle i {
  color: #37AE4A;
}

.button-register {
  color: #fafafa;
  background-color: #37AE4A;
}

.button-login {
  color: #37AE4A;
  background-color: transparent;
  border: 2px solid #37AE4A;
}

/* MENU */
.main-structure {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1;
}
.main-structure-menu {
  width: 245px;
  min-height: 100vh;
  background-color: #14191D;
  transition: width 0.3s ease-out;
  position: relative;
  z-index: 9;
}
.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 24px;
  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 {
  width: 100%;
  box-sizing: border-box;
  flex: 1 0 auto;
  padding: 168px 8px 24px 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.main-structure-content-pages {
  width: 100%;
  box-sizing: border-box;
  flex: 1 0 auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.post-header {
  margin-top: 1px !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: 1px;
  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 #37AE4A;
}
.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: #37AE4A;
}
.menu-nav ul li.active img {
  -webkit-filter: invert(59%) sepia(22%) saturate(1461%) hue-rotate(78deg) brightness(93%) contrast(80%);
  filter: invert(59%) sepia(22%) saturate(1461%) hue-rotate(78deg) brightness(93%) contrast(80%);
}
.menu-nav ul li.active:before {
  background-color: #37AE4A;
}
.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(55, 174, 74, 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: #37AE4A;
}
.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: #37AE4A;
  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: #37AE4A;
  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: 1024px;
    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: 1px;
  padding: 12px;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 6;
}
.header-bar > * {
  margin-right: 16px;
}
.header-bar a {
  color: rgba(48, 48, 48, 0.8);
}
.header-bar a:hover {
  color: #37AE4A;
}
.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: #37AE4A !important;
}

.header-bar-bg {
  position: fixed;
  right: 0;
  top: 1px;
  height: 62px;
  background-color: #fafafa;
  z-index: 6;
  width: 100%;
}

.avatar-account-menu img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 100%;
  border: 4px solid #37AE4A !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: #37AE4A;
}
.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: rgba(48, 48, 48, 0.8);
  display: block;
}
.account-menu li a:hover {
  color: #37AE4A;
}
.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 #37AE4A;
  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 !important;
  }
}
@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 {
  -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;
}

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