body {
  background: #0E0E10;
}
.header {
  background: #212121;
}
.header a {
  color: #05d890;
}
.header a:hover {
  color: #FFF;
}
.login-icon:hover {
  opacity: 0.6;
}
.club-icon {
  width: 15px;
  height: 15px;
}
.player-card__country {
  height: 10px;
}
.player-grid__country img {
  width: 15px;
}
.player-grid__club a {
  font-size: 12px;
  font-weight: 400;
  color: #05d890;
}
.player-grid__club a:hover {
  color: #fff;
}
.player-card-grid {
  font-size: 14px;
  color: #fff;
}
.player-card-grid {
  background: #171717;
}
.player-card__name a {
  font-size: 14px;
  color: #05d890;
}
.player-card__name a:hover {
  color: #fff;
}
.player-card__position {
  font-size: var(--text-s) !important;
  color: rgba(255, 255, 255, 0.6);
}
.player-grid__status {
  border-radius: 100px;
  padding: 2px 7px;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.01em;
  color: #0e9655;
  text-transform: capitalize;
}
.fr {
  border: 1px solid #704ED8;
  color: #704ED8;
  background-color: rgba(112, 78, 216, 0.1);
}
.ot {
  border: 1px solid #26E6F5;
  color: #26E6F5;
  background-color: rgba(38, 230, 245, 0.1);
}
.ln {
  border: 1px solid #01A83F;
  color: #01A83F;
  background-color: rgba(1, 168, 63, 0.1);
}
.lb {
  border: 1px solid #7EAE00;
  color: #7EAE00;
  background-color: rgba(126, 174, 0, 0.1);
}
.tbd {
  border: 1px solid #D0A000;
  color: #D0A000;
  background-color: rgba(208, 160, 0, 0.1);
}
.ce {
  border: 1px solid #C97400;
  color: #C97400;
  background-color: rgba(201, 116, 0, 0.1);
}
.player-grid__header {
  color: #FFF;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 13px;
}
@media (max-width: 991px) {
  .player-grid__header {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .filter-toggle-button {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sidebar-sort {
    display: none !important;
  }
}
.wpgb-facet-title {
  font-size: 18px;
  line-height: 1 !important;
  padding: 0 !important;
  margin: 0 0 18px 0 !important;
  color: #fff !important;
}
.wpgb-select-placeholder input[type="text"] {
  font-size: var(--text-m) !important;
}
.wpgb-facet .wpgb-input, .wpgb-facet .wpgb-select, .wpgb-facet .wpgb-button:not(button), .wpgb-facet .wpgb-radio .wpgb-radio-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control, .wpgb-facet .wpgb-checkbox .wpgb-checkbox-control:before {
  background-color: none !important;
  color: #fff !important;
  border-color: rgba(216, 216, 216, 0.3) !important;
}
.wpgb-checkbox-control:hover {
  order-color: #05d890 !important;
}
.wpgb-facet select.wpgb-select, .wpgb-facet .wpgb-search-facet input[type="search"], .wpgb-facet .wpgb-autocomplete-facet input[type="search"] {
  font-size: var(--text-m) !important;
}
.wpgb-facet .wpgb-button[aria-pressed="true"] {
  background-color: #000 !important;
  border-color: rgba(216, 216, 216, 0.3) !important;
  color: #000 !important;
}
.wpgb-facet .wpgb-radio-label, .wpgb-facet .wpgb-button-label, .wpgb-facet .wpgb-rating-label, .wpgb-facet .wpgb-az-index-label, .wpgb-facet .wpgb-checkbox-label, .wpgb-facet .wpgb-hierarchy-label {
  font-size: var(--text-m) !important;
  color: #fff !important;
}
.wpgb-facet > fieldset:last-child {
  margin-bottom: 0 !important;
}
.wpgb-facet .wpgb-checkbox-facet .wpgb-checkbox[aria-pressed="true"] .wpgb-checkbox-control {
  border-color: rgba(216, 216, 216, 0.3) !important;
  background-color: #05d890 !important;
}
.wpgb-facet .wpgb-input:hover, .wpgb-select:hover {
  border-color: #05d890 !important;
}
.wpgb-facet .wpgb-button[aria-pressed="true"] {
  background-color: #05d890 !important;
  border-color: rgba(216, 216, 216, 0.3) !important;
  color: #000 !important;
}
.player-single__info {
  font-size: var(--text-m);
}
.player-card__position {
  font-size: 13px;
}
.player-card__club a {
  font-weight: 400;
  color: #FFA528;
}
.player-card__club a:hover {
  color: #fff;
}
.player-card__country a {
  font-weight: 400;
  color: #FFA528;
}
.player-card__country a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .player-card__age {
    display: none !important;
  }
  .player-card__foot {
    display: none !important;
  }
}
.player-single__first-name {
  font-size: var(--text-m);
  line-height: 1;
  color: #686868;
}
.player-single__heading {
  font-size: var(--text-l);
  color: #FFA528;
}
.player-single__link a {
  font-size: var(--text-m);
  font-weight: 400;
  color: #FFA528;
}
.player-single__link > a:hover {
  color: #fff;
}
.single-player__info h2 {
  padding: 16px;
  margin: 0;
  font-size: 14px;
  background: linear-gradient(to left, #050617, #1d1e2f);
  color: #fff;
  border-radius: 5px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 700;
  line-height: 100%;
}
.external-link:after {
  display: inline-block;
  content: "";
  -webkit-mask-image: url(https://aow.zct.mybluehost.me/website_788768ef/wp-content/uploads/2023/12/link.svg);
  mask-image: url(https://aow.zct.mybluehost.me/website_788768ef/wp-content/uploads/2023/12/link.svg);
  width: 10px;
  height: 10px;
  margin: 0 3px 0 5px;
  background-color: #FFA528;
}
img {
  max-width: 100%;
}
ul.list-group {
  list-style: none;
  padding: 0;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.truncate {
  width: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 991px) {
  .truncate {
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.wsf-form ul.wsf-group-tabs > li > a {
  color: #FFF !important;
}
.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-checks > li > a:before {
  content: counter(step) !important;
}
.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-success > li > a:before {
  background-color: #171717 !important;
  border: 2px solid #05d890 !important;
  color: #05d890;
}
.wsf-form ul.wsf-group-tabs.wsf-steps.wsf-steps-success > li.wsf-tab-active > a:before {
  color: #FFF !important;
}
.wsf-form ul.wsf-group-tabs.wsf-steps > li.wsf-tab-active ~ li > a:before {
  background-color: #171717 !important;
  border-color: 2px solid #171717 !important;
  color: #171717;
}
.wsf-form ul.wsf-group-tabs.wsf-steps > li.wsf-tab-active ~ li > a:before {
  color: #686868 !important;
  border-color: 2px solid #686868 !important;
}
button.wsf-button {
  background-color: #171717 !important;
  border: 1px solid #05d890 !important;
  font-weight: 900 !important;
  color: #FFF !important;
}
button.wsf-button:hover {
  background-color: #05d890 !important;
}
input[type=text].wsf-field {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: #171717 !important;
  color: #f2f2f2 !important;
}
input[type=text].wsf-field:focus {
  border: 1px solid #05d890 !important;
}
select.wsf-field ~ .select2-container .select2-selection--multiple {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: #171717 !important;
  color: #f2f2f2 !important;
}
select.wsf-field ~ .select2-container .select2-search--inline .select2-search__field {
  color: #f2f2f2 !important;
}
select.wsf-field ~ .select2-container .select2-selection--multiple:focus {
  border: 1px solid #05d890 !important;
}
.wsf-select2-dropdown {
  background-color: #171717 !important;
}
.wsf-select2-dropdown .select2-results .select2-results__option {
  border-top: 1px solid #272727 !important;
  background-color: #272727 !important;
  color: #f2f2f2 !important;
}
.select2-container--open .wsf-select2-dropdown.select2-dropdown--below {
  border: 1px solid #272727 !important;
}
input[type=text].wsf-field ~ .dropzone {
  background-color: #272727 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
input[type=text].wsf-field ~ .dropzone .dz-message {
  color: #f2f2f2 !important;
}
select.wsf-field {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background-color: #171717 !important;
  color: #f2f2f2 !important;
}
select.wsf-field:not([multiple]):not([size]) {
  filter: #f2f2f2 !important;
}
label.wsf-label {
  color: #f2f2f2 !important;
}
.wsf-help {
  color: rgba(255, 255, 255, 0.3) !important;
}
textarea.wsf-field {
  color: #f2f2f2 !important;
  background-color: #272727 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
textarea.wsf-field:focus {
  border: 1px solid #05d890 !important;
}
.wsf-form ul.wsf-group-tabs.wsf-steps {
  overflow: auto;
}
@media (max-width: 991px) {
  .wsf-form ul.wsf-group-tabs > li > a > span {
    display: none;
  }
}
input[type=password].wsf-field {
  color: #f2f2f2 !important;
  background-color: #171717 !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
input[type=password].wsf-field:focus {
  border: 1px solid #05d890 !important;
}
input[type=checkbox].wsf-field + label.wsf-label:before {
  background-color: #272727 !important;
  border: 1px solid #05d890 !important;
}
select option {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: #171717;
  border-radius: 0px !important;
}
.player-position-container {
  color: #ffffff;
}
.player-position-card {
  display: grid;
  grid-template-columns: var(--grid-2);
  justify-content: space-between;
}
.player-positions-list {
  font-size: 14px;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: auto;
}
.player-position-diagram {
  background-color: #333333;
  border-radius: 4px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(6, 1fr);
  width: 170px;
  height: 230px;
  border: 3px solid #464646;
}
.position-marker {
  min-width: 36px;
  min-height: 26px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background-color: #ffffff;
  filter: opacity(0.46);
  position: absolute;
  transform: translate(-50%, -50%);
}
.main-position-marker {
  background-color: #0055A5;
  filter: opacity(1);
  color: #fff !important;
}
.player-positions-list .main-position {
  font-weight: bold;
  margin-bottom: 2px;
}
.player-positions-list .secondary-positions {
  color: #a0a0a0;
}
.field-marking {
  position: absolute;
  border: 3px solid #464646;
}
.center-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.penalty-area {
  width: 108px;
  height: 47px;
  left: 50%;
  transform: translateX(-50%);
}
.penalty-area-top {
  top: 0;
  border-top-width: 0px;
}
.penalty-area-bottom {
  bottom: 0;
  border-bottom-width: 0px;
}
.goal-area {
  width: 50px;
  height: 22px;
  left: 50%;
  transform: translateX(-50%);
}
.goal-area-top {
  top: 0;
  border-top-width: 0px;
}
.goal-area-bottom {
  bottom: 0;
  border-bottom-width: 0px;
}
.halfway-line {
  width: 100%;
  border: 1px solid #464646;
  top: 49%;
  left: 0;
}
