@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Bootstrap
# Blocks


--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
/* Aneto z-index dropdown issue */
.swiper-button-next, .swiper-button-prev {
  z-index: 1 !important;
}

.anwp-fl-matches-scoreboard .swiper-button-next, .anwp-fl-matchweek-nav-slides .swiper-button-next, .anwp-fl-matches-scoreboard .swiper-button-prev, .anwp-fl-matchweek-nav-slides .swiper-button-prev {
  background-image: none !important;
}

.anwp-fl-calendar-slider__swiper-container-outer {
  position: relative;
}

.anwp-fl-calendar-slider__swiper-container {
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.anwp-fl-calendar-slider__swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.anwp-fl-calendar-slider__swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  text-align: center;
  margin-bottom: 0;
  background-color: #f6f7f8;
  cursor: pointer;
  border-right: 1px solid #ddd;
}

.anwp-fl-calendar-slider__swiper-slide.swiper-slide-active {
  background-color: #dcecdf;
}

.anwp-fl-calendar-slider__swiper-button-prev, .anwp-fl-calendar-slider__swiper-button-next {
  position: absolute;
  bottom: 0;
  top: 0;
  font-weight: 800;
  background-color: #b5b5b5;
  cursor: pointer;
  color: #fff;
  outline: none;
}

.anwp-fl-calendar-slider__swiper-button-prev.swiper-button-disabled, .anwp-fl-calendar-slider__swiper-button-next.swiper-button-disabled {
  color: #cbcbcb;
}

.anwp-fl-calendar-slider__swiper-button-prev {
  left: 0;
  width: 24px;
}

.anwp-fl-calendar-slider__swiper-button-next {
  right: 0;
  width: 24px;
}

.anwp-fl-calendar-slider__day {
  font-size: 32px;
  line-height: 1.3;
}

.anwp-fl-calendar-slider__day-text {
  font-size: 12px;
  opacity: 0.9;
  position: absolute;
  top: 0;
  right: 3px;
}

.anwp-fl-calendar-slider__month-text {
  font-size: 18px;
  line-height: 1.3;
}

.anwp-fl-calendar-slider .anwp-fl-loader {
  position: static;
  margin: 30px auto;
  display: block;
}

.anwp-fl-matches-scoreboard {
  position: relative;
}

.anwp-fl-matches-scoreboard__swiper-container {
  margin-left: 24px;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.anwp-fl-matches-scoreboard__swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.anwp-fl-matches-scoreboard .match-card {
  border-right: 1px solid #ddd;
}

.anwp-fl-matches-scoreboard__swiper-button-prev, .anwp-fl-matches-scoreboard__swiper-button-next {
  position: absolute;
  bottom: 0;
  top: 0;
  font-weight: 800;
  background-color: #b5b5b5;
  cursor: pointer;
  color: #fff;
  outline: none;
}

.anwp-fl-matches-scoreboard__swiper-button-prev.swiper-button-disabled, .anwp-fl-matches-scoreboard__swiper-button-next.swiper-button-disabled {
  color: #cbcbcb;
}

.anwp-fl-matches-scoreboard__swiper-button-prev {
  left: 0;
  width: 24px;
}

.anwp-fl-matches-scoreboard__swiper-button-next {
  right: 0;
  width: 24px;
}

.anwp-fl-matchweek-slides__swiper-container {
  overflow: hidden;
  width: 100%;
  margin-top: 12px;
}

.anwp-fl-matchweek-slides__swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  padding-right: 1px;
}

.anwp-fl-matchweek-nav-slides__swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.anwp-fl-matchweek-nav-slides__swiper-outer-container {
  margin: 0 25px;
  position: relative;
}

.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-next, .anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-prev {
  top: 0;
  width: 22px;
  height: 22px;
  color: #fff;
  background-color: #ccc;
  margin-top: 0;
  outline: none;
}

.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-next:after, .anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-prev:after {
  font-size: 18px;
  line-height: 1;
  content: '';
  min-width: 8px;
  min-height: 16px;
  background-repeat: no-repeat;
}

.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-next:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%2016%22%20width%3D%228%22%20height%3D%2216%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%208l-5%205L1%2011.5%204.75%208%201%204.5%202.5%203l5%205z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.anwp-fl-matchweek-nav-slides__swiper-outer-container .swiper-button-prev:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%208%2016%22%20width%3D%228%22%20height%3D%2216%22%20fill%3D%22%23ffffff%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M5.5%203L7%204.5%203.25%208%207%2011.5%205.5%2013l-5-5%205-5z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.anwp-fl-matchweek-nav-slides__prev {
  left: -25px !important;
}

.anwp-fl-matchweek-nav-slides__next {
  right: -25px !important;
}

.anwp-fl-matchweek-nav-slides__swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 22px;
  line-height: 22px;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  text-align: center;
  margin-bottom: 0;
  background-color: #f6f7f8;
  cursor: pointer;
}

.anwp-fl-matchweek-nav-slides__swiper-slide.swiper-slide-active {
  background-color: #dcecdf;
}

body.ie span.flatpickr-weekday {
  display: inline-block;
  width: 14.2857143%;
  max-width: 14.2857143%;
  min-width: 14.2857143%;
}

body.ie span.flatpickr-day {
  width: 14.2857143%;
  max-width: 14.2857143%;
  min-width: 14.2857143%;
  margin: 0 !important;
}

@media screen and (min-width: 0\0) {
  body.ie div.flatpickr-current-month {
    padding-top: 0 !important;
  }
}

body.ie .flatpickr-rContainer {
  min-width: 100%;
}

.anwp-fl-calendar-widget-wrap-outer .flatpickr-calendar:before, .anwp-fl-calendar-widget-wrap-outer .flatpickr-calendar:after {
  margin: 0;
  border-width: 0;
}

.anwp-fl-calendar-widget-wrap-outer .dayContainer {
  max-width: 100%;
  min-width: 100%;
}

.anwp-fl-calendar-widget-wrap-outer .flatpickr-days, .anwp-fl-calendar-widget-wrap-outer .flatpickr-rContainer, .anwp-fl-calendar-widget-wrap-outer .flatpickr-calendar {
  max-width: 100%;
}

.anwp-fl-calendar-widget-wrap-outer .flatpickr-current-month .cur-month {
  font-size: 0.9rem;
}

.anwp-fl-calendar-widget-wrap-outer .flatpickr-calendar {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dee2e6;
}

.anwp-fl-calendar-widget-wrap-outer .flatpickr-current-month {
  padding-top: 3px;
}

.anwp-fl-calendar-widget-wrap-outer svg.icon__ball {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 1px;
  right: 0;
  fill: #444;
}

.anwp-fl-calendar-widget-wrap-outer .anwp-calendar-day-has-matches {
  background-color: rgba(108, 169, 122, 0.1);
}

.anwp-b-wrap .anwp-is-loading + .anwp-calendar-loading {
  display: block !important;
}

.anwp-b-wrap .flatpickr-current-month > select, .anwp-b-wrap .flatpickr-current-month > input {
  display: inline-block;
}

.anwp-b-wrap .flatpickr-current-month input.cur-year {
  padding: 0 0 0 0.5ch;
}

.anwp-fl-calendar-matches-wrapper .anwp-block-header:first-child {
  margin-top: 5px !important;
}

.anwp-b-wrap .flatpickr-calendar {
  width: auto;
}

.anwp-b-wrap .flatpickr-calendar .dayContainer {
  width: auto;
  min-width: 100%;
  max-width: 100%;
}

.anwp-b-wrap .flatpickr-calendar .flatpickr-days {
  width: auto;
}

.anwp-b-wrap .flatpickr-calendar .flatpickr-day {
  max-width: initial;
  height: 39px;
  line-height: 39px;
}

.anwp-b-wrap .anwp-icon.anwpfl-icon--shirt {
  width: 50px;
  height: 40px;
  stroke-width: 0;
  position: absolute;
  margin-left: -25px;
  left: 50%;
}

.modaal-wrapper.modaal-fullscreen {
  z-index: 100050;
}

.modaal-fullscreen .anwp-hide-full-modaal {
  display: none;
}

.modaal-fullscreen .modaal-close {
  z-index: 2;
  border-radius: 100%;
}

.anwp-fl-builder-block {
  margin-bottom: 30px;
}

.anwp-block-content > p:last-child {
  margin-bottom: 0;
}

.anwp-fl-builder__tab:nth-child(n+2):not(.anwp-fl-builder-data-table-adjusted) .anwp-fl-stats-match-players {
  visibility: hidden;
}

.anwp-fl-builder__tab:nth-child(n+2):not(.anwp-fl-builder-data-table-adjusted) .shortcode-stats_players.stats-players {
  visibility: hidden;
}

.anwp-fl-builder__tabs .anwp-navbar__item:last-child {
  margin-right: 0 !important;
}

.anwp-navbar__content.anwp-fl-builder__tab.row > .anwp-fl-builder-block:first-child > .anwp-block-header:first-child {
  margin-top: 0;
}

.anwp-fl-builder .anwp-block-header {
  margin-bottom: 0.5rem;
}

.anwp-b-wrap .anwp-stats-table.table td {
  padding: 3px 8px;
}

.anwp-b-wrap .anwp-stats-table.table th {
  padding: 3px 16px;
}

.anwp-b-wrap .anwp-stats-table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
  padding: 3px 16px;
}

.anwp-b-wrap .anwp-stats-table .anwp-club-title-column.anwp-has-logo {
  padding-left: 36px !important;
  position: relative;
  min-height: 24px;
}

.anwp-b-wrap .anwp-stats-table .anwp-club-title-column.anwp-has-logo img {
  left: 8px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  top: 2px !important;
  right: 1px !important;
  line-height: 1;
  font-size: 11px;
  content: "▲" !important;
  color: #8c8c8c;
  /*rtl:raw:
	right: auto !important;
	*/
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  top: 12px !important;
  right: 1px !important;
  line-height: 1;
  font-size: 11px;
  content: "▼" !important;
  color: #8c8c8c;
  /*rtl:raw:
	right: auto !important;
	*/
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  opacity: .2 !important;
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 1 !important;
}

/*
 * Control feature layout
 */
.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_length select {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  padding: 4px;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 5px;
  background-color: transparent;
  margin-left: 3px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#dcdcdc));
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  -webkit-box-shadow: inset 0 0 3px #111;
          box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

.anwp-fl-stats-match-players .dt-buttons.btn-group {
  float: left;
  margin: 8px 0;
}

.anwp-fl-stats-match-players .dt-buttons.btn-group .dt-button-collection.dropdown-menu {
  font-size: 12px;
}

.anwp-fl-stats-match-players .dt-buttons.btn-group .dt-button-collection.dropdown-menu .dt-button.dropdown-item {
  padding-left: 8px;
  padding-right: 3px;
}

.anwp-fl-stats-match-players .dt-buttons.btn-group > button.dropdown-toggle.btn {
  background: none;
  border: none;
  color: #444;
  font-size: 12px;
  border-bottom: 1px solid #777;
  padding: 2px;
  line-height: 1.2;
  border-radius: 0;
  margin-right: 20px;
  letter-spacing: initial;
}

.anwp-fl-stats-match-players .dt-buttons.btn-group > button.dropdown-toggle.btn:active {
  background: none;
  color: #444;
}

.anwp-fl-stats-match-players .dt-buttons.btn-group > button.dropdown-toggle.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.anwp-fl-stats-match-players .dataTables_filter {
  float: right;
}

.anwp-fl-stats-match-players div.dt-button-collection-title {
  display: none;
}

.anwp-fl-stats-match-players .dt-button-collection.dropdown-menu {
  padding: 0;
}

.anwp-fl-stats-match-players .dataTables_scrollFoot select {
  padding: 2px;
  height: auto;
}

.anwp-fl-stats-match-players .anwp-stats-number {
  text-align: center;
}

.anwp-fl-stats-match-players .dataTables_empty {
  font-size: 0.8rem;
  opacity: 0.7;
  padding-top: 7px;
}

.anwp-fl-stats-match-players .table-secondary, .anwp-fl-stats-match-players .table-secondary > th, .anwp-fl-stats-match-players .table-secondary > td {
  background-color: #fbfcfd !important;
}

/*--------------------------------------------------------------
# Libs
--------------------------------------------------------------*/
/* -------------------------------------------------------------------------- *\
 * vue-multiselect
 * - https://github.com/shentao/vue-multiselect/blob/master/dist/vue-multiselect.min.css
 * -------------------------------------------------------------------------- */
/* Compatibility MOD */
.multiselect__input {
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.anwp-players-selector .multiselect__placeholder {
  line-height: 1.2;
}

.anwp-fl-admin-metabox .multiselect__tags {
  min-height: 32px;
  padding: 4px 40px 0 8px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
  line-height: 1;
}

.anwp-fl-admin-metabox .multiselect__tags .multiselect__tag {
  margin-bottom: 1px;
  margin-right: 3px;
  background: #cfd8dc;
  color: #606e76;
}

.anwp-fl-admin-metabox .multiselect__tag-icon:focus, .anwp-fl-admin-metabox .multiselect__tag-icon:hover {
  background: #606e76;
}

.anwp-fl-admin-metabox .multiselect__tag-icon:after {
  color: #606e76;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.anwp-fl-admin-metabox .multiselect__tag-icon {
  line-height: 20px;
}

.anwp-fl-admin-metabox .multiselect__select {
  height: 28px;
  width: 32px;
  padding: 4px;
}

.anwp-fl-admin-metabox .multiselect__select:before {
  top: 16px;
}

.anwp-fl-admin-metabox .multiselect__placeholder {
  margin-bottom: 3px;
}

.anwp-fl-admin-metabox .multiselect__option {
  padding: 8px 12px;
  min-height: 32px;
  line-height: 16px;
}

.anwp-fl-admin-metabox .multiselect__content {
  margin-bottom: 0;
}

.anwp-fl-admin-metabox .multiselect__content li {
  margin-bottom: 0;
  border-bottom: 1px dotted #ccc;
  font-size: 14px;
  line-height: 1.2;
}

.anwp-fl-admin-metabox .multiselect__single {
  margin-bottom: 0;
  font-size: 14px;
  margin-top: 1px;
}

.anwp-fl-admin-metabox .multiselect__content-wrapper {
  border-radius: 0;
}

/* ORIGINAL STYLES */
fieldset[disabled] .multiselect {
  pointer-events: none;
}

.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}

.multiselect__spinner:after, .multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #41b883 transparent transparent;
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: 0 0 0 1px transparent;
          box-shadow: 0 0 0 1px transparent;
}

.multiselect__spinner:before {
  -webkit-animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
          animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__spinner:after {
  -webkit-animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
          animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.multiselect__loading-enter-active, .multiselect__loading-leave-active {
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
  opacity: 1;
}

.multiselect__loading-enter, .multiselect__loading-leave-active {
  opacity: 0;
}

.multiselect, .multiselect__input, .multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.multiselect {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #35495e;
}

.multiselect * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.multiselect:focus {
  outline: none;
}

.multiselect--disabled {
  opacity: .6;
}

.multiselect--active {
  z-index: 1;
}

.multiselect--active:not(.multiselect--above) .multiselect__current, .multiselect--active:not(.multiselect--above) .multiselect__input, .multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.multiselect--active .multiselect__select {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.multiselect--above.multiselect--active .multiselect__current, .multiselect--above.multiselect--active .multiselect__input, .multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.multiselect__input, .multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 5px;
  background: #fff;
  padding: 0 0 0 5px;
  width: 100%;
  -webkit-transition: border .1s ease;
  transition: border .1s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}

.multiselect__input:-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::-webkit-input-placeholder {
  color: #35495e;
}

.multiselect__input::-moz-placeholder {
  color: #35495e;
}

.multiselect__input::-ms-input-placeholder {
  color: #35495e;
}

.multiselect__input::placeholder {
  color: #35495e;
}

.multiselect__tag ~ .multiselect__input, .multiselect__tag ~ .multiselect__single {
  width: auto;
}

.multiselect__input:hover, .multiselect__single:hover {
  border-color: #cfcfcf;
}

.multiselect__input:focus, .multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}

.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}

.multiselect__tags-wrap {
  display: inline;
}

.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
  background: #fff;
  font-size: 14px;
}

.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 5px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #41b883;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}

.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 5px;
}

.multiselect__tag-icon:after {
  content: "\D7";
  color: #266d4d;
  font-size: 14px;
}

.multiselect__tag-icon:focus, .multiselect__tag-icon:hover {
  background: #369a6e;
}

.multiselect__tag-icon:focus:after, .multiselect__tag-icon:hover:after {
  color: #fff;
}

.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 5px;
  border: 1px solid #e8e8e8;
}

.multiselect__current, .multiselect__select {
  line-height: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}

.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
}

.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: "";
}

.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}

.multiselect--active .multiselect__placeholder {
  display: none;
}

.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fff;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}

.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}

.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #e8e8e8;
}

.multiselect__content::webkit-scrollbar {
  display: none;
}

.multiselect__element {
  display: block;
}

.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}

.multiselect__option--highlight {
  background: #41b883;
  outline: none;
  color: #fff;
}

.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #41b883;
  color: #fff;
}

.multiselect__option--selected {
  background: #f3f3f3;
  color: #35495e;
  font-weight: 700;
}

.multiselect__option--selected:after {
  content: attr(data-selected);
  color: silver;
}

.multiselect__option--selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}

.multiselect--disabled .multiselect__current, .multiselect--disabled .multiselect__select {
  background: #ededed;
  color: #a6a6a6;
}

.multiselect__option--disabled {
  background: #ededed !important;
  color: #a6a6a6 !important;
  cursor: text;
  pointer-events: none;
}

.multiselect__option--group {
  background: #ededed;
  color: #35495e;
}

.multiselect__option--group.multiselect__option--highlight {
  background: #35495e;
  color: #fff;
}

.multiselect__option--group.multiselect__option--highlight:after {
  background: #35495e;
}

.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}

.multiselect__option--group-selected.multiselect__option--highlight {
  background: #ff6a6a;
  color: #fff;
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #ff6a6a;
  content: attr(data-deselect);
  color: #fff;
}

.multiselect-enter-active, .multiselect-leave-active {
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
}

.multiselect-enter, .multiselect-leave-active {
  opacity: 0;
}

.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}

[dir=rtl] .multiselect {
  text-align: right;
}

[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}

[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}

[dir=rtl] .multiselect__content {
  text-align: right;
}

[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}

[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}

[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(2turn);
            transform: rotate(2turn);
  }
}

/*--------------------------------------------------------------
# Blocks
--------------------------------------------------------------*/
.match__player-rating {
  background-color: #ff8b2b;
  color: #fff;
  min-width: 28px;
  text-align: center;
  font-size: 12px;
  font-family: monospace;
}

.match .match-formation + .anwp-section__lineups-inner {
  margin-top: 1rem;
}

.match .match-scoreboard + .anwp-section {
  margin-top: 3rem;
}

.match .team-stats__value span {
  width: 25px;
  display: inline-block;
}

.match .team-stats__bar {
  max-height: 16px;
  height: 16px;
}

.match .team-stats__bar + .team-stats__bar {
  margin-left: 5px;
}

.match .team-stats__bar-empty {
  background-color: #eee;
}

.match .fl-hide-score-click .fl-show-score-wrapper {
  display: inline-block !important;
}

.match .fl-hide-score-click .match-scoreboard__scores, .match .fl-hide-score-click .match-scoreboard__text-result, .match .fl-hide-score-click .match-scoreboard__goal-wrapper, .match .fl-hide-score-click .match-scoreboard__footer, .match .fl-hide-score-click + .match-timeline {
  display: none !important;
}

.match .fl-hide-score-click ~ div .match__player-wrapper svg.icon__ball {
  display: none;
}

.match .fl-hide-score-click ~ div .club-stats__goals {
  display: none;
}

.match .match-timeline {
  background-color: #f8f9fa;
}

.match .match-timeline .club-logo__cover {
  background-color: #fff;
}

.match .match-timeline__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 16px;
  overflow: hidden;
  font-size: 12px;
  background-color: #e9ecef;
}

.match .match-timeline__progress-filled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #388E3C;
}

.match .match-timeline__progress-filled--extra {
  background-color: #6c757d;
}

.match .match-timeline__item {
  line-height: 1.2;
  margin-left: -8px;
}

.match .match-timeline__item-home {
  top: -38px;
}

.match .match-timeline__item-away {
  top: 1px;
}

.match .match-timeline__item-home ~ .match-timeline__item-home {
  top: -58px;
}

.match .match-timeline__item-home ~ .match-timeline__item-home ~ .match-timeline__item-home {
  top: -78px;
}

.match .match-timeline__item-home ~ .match-timeline__item-home ~ .match-timeline__item-home ~ .match-timeline__item-home {
  display: none !important;
}

.match .match-timeline__item-away ~ .match-timeline__item-away {
  top: 20px;
}

.match .match-timeline__item-away ~ .match-timeline__item-away ~ .match-timeline__item-away {
  top: 40px;
}

.match .match-timeline__item-away ~ .match-timeline__item-away ~ .match-timeline__item-away ~ .match-timeline__item-away {
  display: none !important;
}

.anwp-b-wrap.match .match-timeline__icon, .match .match-timeline__icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  padding: 2px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.anwp-b-wrap.match .match-timeline .icon__ball--own, .match .match-timeline .icon__ball--own {
  fill: #9c3030;
}

.anwp-b-wrap.match .match-timeline .icon__card, .match .match-timeline .icon__card {
  stroke: #aaa !important;
}

.match-formation .fl-formation-away .match-formation__line {
  /*rtl:raw:
		flex-direction: row-reverse !important;
		*/
}

.match-formation .fl-formation-home .match-formation__line {
  /*rtl:raw:
		flex-direction: row !important;
		*/
}

@media (min-width: 768px) {
  .match-formation .fl-formation-away .match-formation__line {
    /*rtl:raw:
			flex-direction: column !important;
			*/
  }
  .match-formation .fl-formation-home .match-formation__line {
    /*rtl:raw:
			flex-direction: column-reverse !important;
			*/
  }
}

.match-formation__field {
  height: 400px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .match-formation .match-formation__field {
    height: 880px;
  }
  .match-formation .match-formation__field > div {
    height: 420px;
  }
}

.match-formation__empty {
  min-height: 40px;
}

.match-formation__field-bg {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100% !important;
  width: 100% !important;
}

.match-formation__player_shirt {
  position: relative;
  width: 50px;
  height: 40px;
  margin: 0 auto;
}

.match-formation__player-number {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 38px;
  color: #fff;
  display: block;
  font-weight: 700;
  font-size: 18px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.match-formation__player_shirt--goalkeeper .anwpfl-icon--shirt {
  fill: #444 !important;
  stroke-width: 2px;
}

.match-formation__player_shirt--goalkeeper .match-formation__player-number {
  color: #fff !important;
  text-shadow: none !important;
}

.match-formation__player-name {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 3px;
  right: 3px;
  margin-top: 3px;
  text-align: center;
}

.match-formation__player-name--inner {
  background-color: rgba(46, 46, 46, 0.3);
  color: #fff;
  display: inline-block;
  line-height: 1.2;
  padding: 3px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 10px;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 767.98px) {
  .match-formation__field {
    height: auto;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .match-formation__player-name {
    margin: -18px -15px 0;
  }
  .match-formation__player-number {
    margin-bottom: 20px;
  }
  .match-formation__line {
    height: 70px;
  }
}

.anwp-fl-chart {
  height: 400px;
  color: rgba(255, 255, 255, 0.7);
}

.v--modal-overlay {
  z-index: 100010 !important;
}

.anwp-modal-tooltip {
  display: block !important;
  z-index: 100030;
}

.anwp-modal-tooltip .tooltip-inner {
  background: black;
  color: white;
  border-radius: 16px;
  padding: 5px 10px 4px;
  max-width: unset;
}

.anwp-modal-tooltip input[type="number"] {
  max-width: 70px;
}

.anwp-modal-tooltip .tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  margin: 5px;
  border-color: black;
  z-index: 1;
}

.anwp-modal-tooltip[x-placement^="top"] {
  margin-bottom: 5px;
}

.anwp-modal-tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 5px 5px 0 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  bottom: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.anwp-modal-tooltip[x-placement^="bottom"] {
  margin-top: 5px;
}

.anwp-modal-tooltip[x-placement^="bottom"] .tooltip-arrow {
  border-width: 0 5px 5px 5px;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  top: -5px;
  left: calc(50% - 5px);
  margin-top: 0;
  margin-bottom: 0;
}

.anwp-modal-tooltip[x-placement^="right"] {
  margin-left: 5px;
}

.anwp-modal-tooltip[x-placement^="right"] .tooltip-arrow {
  border-width: 5px 5px 5px 0;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
  left: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.anwp-modal-tooltip[x-placement^="left"] {
  margin-right: 5px;
}

.anwp-modal-tooltip[x-placement^="left"] .tooltip-arrow {
  border-width: 5px 0 5px 5px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  right: -5px;
  top: calc(50% - 5px);
  margin-left: 0;
  margin-right: 0;
}

.anwp-modal-tooltip.popover .popover-inner {
  background: #f9f9f9;
  color: black;
  padding: 18px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.anwp-modal-tooltip.popover .popover-arrow {
  border-color: #989898;
}

.anwp-modal-tooltip[aria-hidden='true'] {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .15s, visibility .15s;
  transition: opacity .15s, visibility .15s;
}

.anwp-modal-tooltip[aria-hidden='false'] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .15s;
  transition: opacity .15s;
}

.anwp-match-edit-modal {
  z-index: 100020 !important;
  overflow-y: auto !important;
}

.anwp-match-edit-modal .anwp-content--accent {
  background-color: #f1f8e9;
}

.anwp-match-edit-modal .anwp-v-modal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: #afb7bc;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  z-index: 1000000000;
}

.anwp-match-edit-modal .anwp-v-modal-close:focus, .anwp-match-edit-modal .anwp-v-modal-close:hover {
  outline: 0;
}

.anwp-match-edit-modal .anwp-v-modal-close:focus:after, .anwp-match-edit-modal .anwp-v-modal-close:focus:before, .anwp-match-edit-modal .anwp-v-modal-close:hover:after, .anwp-match-edit-modal .anwp-v-modal-close:hover:before {
  background: #b93d0c;
}

.anwp-match-edit-modal .anwp-v-modal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.anwp-match-edit-modal .anwp-v-modal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.anwp-match-edit-modal .anwp-v-modal-close:after, .anwp-match-edit-modal .anwp-v-modal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
}

.anwp-match-edit-modal .anwp-match-stats-table td > input[type="number"] {
  text-align: center;
  font-size: 16px;
}

.anwp-match-edit-modal .anwp-match-stats-table td[scope="row"] > input[type="number"] {
  background-color: #f3fafb;
  font-size: 22px;
}

.anwp-match-edit-modal .anwp-match-stats-table td {
  padding: 0 !important;
}

.anwp-match-edit-modal .anwp-players-selector .option__desc {
  line-height: 24px;
}

.anwp-match-edit-modal .anwp-players-selector .multiselect__option {
  padding-left: 5px;
}

.anwp-match-edit-modal .anwp-players-selector .multiselect__option:not(.multiselect__option--highlight) {
  background-color: #f7f7f7;
}

.anwp-match-edit-modal .anwp-players-selector .option__number {
  width: 35px;
  font-weight: bold;
  text-align: center;
}

.anwp-match-edit-modal .anwp-players-selector .option__position {
  padding: 0 10px;
}

.anwp-match-edit-modal .anwp-lineup-selector .player.sortable-ghost {
  background-color: #fffcdd;
}

.anwp-match-edit-modal .anwp-lineup-selector .player__number {
  font-size: 16px;
  font-weight: bold;
  width: 30px;
  min-width: 30px;
  text-align: center;
  cursor: pointer;
  min-height: 30px;
}

.anwp-match-edit-modal .anwp-lineup-selector .player__number-popover .trigger {
  height: 100% !important;
  vertical-align: top;
}

.anwp-match-edit-modal .anwp-lineup-selector .player__name {
  font-size: 16px;
  color: #4D4D4D;
}

.anwp-match-edit-modal .anwp-lineup-selector .player__position {
  font-size: 18px;
  text-transform: uppercase;
  color: #0085ba;
  font-weight: 700;
  width: 30px;
  min-width: 30px;
  text-align: center;
}

.anwp-match-edit-modal .anwp-lineup-selector .player__remove {
  cursor: pointer;
}

.anwp-match-edit-modal .event.sortable-ghost {
  background-color: #fffcdd;
}

.anwp-match-edit-modal .event__minute {
  width: 45px;
  min-width: 45px;
  font-size: 16px;
  font-weight: bold;
}

.anwp-match-edit-modal .event__club {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  padding: 0 5px;
}

.anwp-match-edit-modal .event__type {
  color: #0085ba;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 5px;
}

.anwp-match-edit-modal .event__player {
  padding: 0 5px;
  font-weight: bold;
}

.anwp-match-edit-modal .event__player-in {
  padding: 0 5px;
  font-weight: bold;
}

.anwp-match-edit-modal .event__player-out {
  padding: 0 5px;
  font-weight: bold;
}

.anwp-match-edit-modal .event__assistant {
  padding: 0 5px;
}

.anwp-match-edit-modal .event__goal-params {
  padding: 0 5px;
  color: #aaa;
}

.anwp-match-edit-modal .event__remove {
  cursor: pointer;
}

.anwp-match-edit-modal .event__icon svg {
  width: 18px;
  height: 18px;
}

.anwp-match-edit-modal .event .icon__ball--own {
  fill: #9c3030;
}

.anwp-match-edit-modal .event__minute-add {
  bottom: 2px;
  right: 2px;
}

body.v--modal-block-scroll .flatpickr-calendar.open {
  z-index: 100025;
}

body.v--modal-block-scroll .flatpickr-calendar.open .flatpickr-day {
  max-width: none;
  height: auto;
  line-height: 39px;
}

.match-card__competition {
  font-size: 14px;
  line-height: 18px;
  margin-top: 2px;
}

.match-card__scores {
  font-family: monospace;
}

.match-card__stadium {
  font-size: 12px;
  line-height: 14px;
}

.match-card__stadium .anwp-icon {
  margin-top: -2px;
}

.match-card .anwp-match-flip-countdown {
  width: 90%;
}

.match-card .anwp-match-flip-countdown .countdown-container {
  height: 100px;
}

.match-card .anwp-match-flip-countdown .time {
  height: 70px;
  width: 20%;
}

.match-card .anwp-match-flip-countdown .count {
  font-size: 36px;
  line-height: 70px;
  background-color: #656363;
}

.match-card .anwp-match-flip-countdown .label {
  font-size: 0.8rem;
  top: 72px;
  margin-top: 0;
}

.anwp-hide-not-live .competition__match.match-list__item:not(.fl-match-is-live) {
  display: none !important;
}

.anwp-hide-not-live .fl-match-is-live {
  border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.anwp-hide-not-live .fl-match-is-live ~ .fl-match-is-live {
  border-top: none !important;
}

.match-list__item.fl-match-is-live .match-list__time, .match-list__item.fl-match-is-live .match-list__date {
  display: none !important;
}

.match-list__item.fl-match-is-live .match-slim__mobile-scores + .match-list__live-block {
  text-align: center;
  line-height: 1.2;
}

.match-list__item.fl-match-is-live .match-slim__mobile-scores + .match-list__live-block > div:first-child {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.match-list__item.fl-match-is-live .match-list__live-block .match-list__live-label {
  background-color: #e87e10;
  padding: 2px 4px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

.match-list__item.fl-match-is-live .match-list__live-block .match-list__live-time {
  margin-left: 5px;
  color: #e87e10;
  padding: 0 3px;
  font-size: 1rem;
  font-weight: 600;
}

.match-list__item.fl-match-is-live .match-list__live-block .match-list__live-status {
  color: #e87e10;
  font-size: 11px;
  line-height: 1;
  margin-top: 2px;
  font-weight: 600;
}

.match-list__item.fl-match-is-live .match-list__scores--home, .match-list__item.fl-match-is-live .match-list__scores--away {
  background-color: #F57C00;
}

.match-list__item:not(.fl-match-is-live) .match-list__live-block {
  display: none !important;
}

.match-card.match-card--a.fl-match-is-live .match-card__footer {
  display: none !important;
}

.match-card.match-card--a.fl-match-is-live .match-card__live-label {
  background-color: #e87e10;
  padding: 1px 4px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

.match-card.match-card--a.fl-match-is-live .match-card__live-time {
  color: #e87e10;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.match-card.match-card--a.fl-match-is-live .match-card__live-status {
  color: #f57c00;
  font-size: 11px;
}

.match-card.match-card--a.fl-match-is-live .match-card__live-block {
  padding-left: 2px;
  padding-right: 2px;
}

.match-card.match-card--a.fl-match-is-live .match-card__scores {
  color: #f57c00;
}

.match__inner > .anwp-fl-match-edit-panel {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.match__inner:not(.fl-match-is-live--active) .fl-live-match-scores-block--header {
  display: none !important;
}

.match__inner.fl-match-is-live--active .match-scoreboard__countdown, .match__inner.fl-match-is-live--active .anwp-match-flip-countdown, .match__inner.fl-match-is-live--active .match-scoreboard__scores {
  display: none !important;
}

.match__inner .match__header--wrapper .fl-live-match-scores-block--header {
  background-color: #f8f9fa;
}

.match__inner .match__header--wrapper .match-list__live-block > .match-list__live-label, .match__inner .match-scoreboard .match-list__live-block > .match-list__live-label {
  background-color: #e87e10;
  padding: 2px 4px;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}

.match__inner .match__header--wrapper .match-list__live-block > .match-list__live-time, .match__inner .match-scoreboard .match-list__live-block > .match-list__live-time {
  margin-left: 5px;
  color: #e87e10;
  padding: 0 3px;
  font-size: 1rem;
  font-weight: 800;
}

.match__inner .match__header--wrapper .match-list__live-status, .match__inner .match-scoreboard .match-list__live-status {
  margin-left: 5px;
  color: #e87e10;
  font-size: 0.9rem;
  font-weight: 800;
}

.match__inner .match__header--wrapper .match-list__scores--home, .match__inner .match__header--wrapper .match-list__scores--away, .match__inner .match-scoreboard .match-list__scores--home, .match__inner .match-scoreboard .match-list__scores--away {
  background-color: #9e641e;
  min-width: 60px;
  font-size: 48px;
  line-height: 62px;
}

.match__inner .match__header--wrapper .fl-live-match-scheduled-block .match-list__live-label, .match__inner .match-scoreboard .fl-live-match-scheduled-block .match-list__live-label {
  color: #fff;
  padding: 0 3px;
  background-color: #e87e10;
}

.match__inner .match__header--wrapper .fl-live-match-scheduled-block {
  background-color: #f8f9fa;
}

.match__inner.fl-match-is-live--active .fl-live-match-scheduled-block {
  display: none;
}

.anwp-blinking-text {
  -webkit-animation: blinker 1s linear infinite;
          animation: blinker 1s linear infinite;
}

@-webkit-keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

@keyframes blinker {
  50% {
    opacity: 0.5;
  }
}

.match-list__item .anwp-match-slim-btn {
  border: 1px solid #ddd;
  width: 26px;
  height: 26px;
  border-radius: 2px;
  margin-right: 3px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.match-list__item .anwp-match-slim-btn--link {
  position: relative;
  z-index: 2;
}

.match-list__item .anwp-match-slim-btn--link:hover {
  border-color: #888;
}

.match-list__item .anwp-match-slim-btn--link:hover:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(15, 37, 16, 0.2);
  content: '';
}

#anwp-modaal-games-list {
  display: none;
}

.match-scoreboard {
  color: #fff;
}

.match-scoreboard__inner {
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.match-scoreboard__header {
  color: #dedede;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.8rem;
  padding-top: 3px;
  padding-bottom: 3px;
}

.match-scoreboard__header a.anwp-link {
  color: #dedede;
}

.match-scoreboard__footer {
  color: #dedede;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.7rem;
  line-height: 1;
}

.match-scoreboard__footer a.anwp-link {
  color: #dedede;
}

.match-scoreboard__footer span {
  margin-top: 3px;
  margin-bottom: 3px;
  display: inline-block;
}

.match-scoreboard__club-wrapper {
  text-align: center;
  padding: 15px 5px;
}

.match-scoreboard__club-title {
  font-weight: 600;
  font-size: 18px;
}

.match-scoreboard__club-wrapper > .club-logo__cover {
  margin-top: 5px;
  margin-bottom: 15px;
}

.match-scoreboard__scores {
  margin-top: 40px;
  white-space: nowrap;
  font-size: 62px;
  font-weight: 800;
  min-height: 70px;
}

@media (max-width: 575.98px) {
  .match-scoreboard__scores {
    text-align: center;
    margin-top: 0;
    line-height: 1;
    margin-bottom: 20px;
  }
}

.match-scoreboard__text-result {
  font-weight: 600;
}

.match-scoreboard__text-result span {
  border: 1px solid #fff;
  display: inline-block;
}

.match-scoreboard__goal-wrapper {
  font-size: 0.8rem;
  line-height: 1.3;
}

.match-scoreboard__goal-wrapper .match-scoreboard__goal-icon .icon__ball {
  width: 15px;
  height: 15px;
  position: relative;
  top: -2px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  stroke: none;
  padding: 1px;
  fill: #1a1a1a;
}

.match-scoreboard__goal-wrapper .match-scoreboard__goal-icon .icon__ball.icon__ball--own {
  fill: #9c3030;
}

.match-scoreboard__goal-player {
  white-space: nowrap;
}

.match-scoreboard .anwp-words-separator {
  font-size: 8px;
  color: #bdbdbd;
  position: relative;
  top: -2px;
  margin: 0 3px;
}

.match-scoreboard .anwp-words-separator:first-child {
  display: none;
}

.match-scoreboard .club-form {
  z-index: 2;
}

@media (min-width: 768px) {
  .match-commentary__wrapper:before {
    top: 1rem;
    bottom: 1rem;
    position: absolute;
    content: '';
    width: 2px;
    background-color: #dee2e6;
    left: 50%;
    margin-left: -1px;
  }
}

.match-commentary--height-limit {
  position: relative;
  overflow-y: auto;
}

.match-commentary--height-limit .match-commentary__wrapper-shadow {
  height: 12px;
  background: #dddddd;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(221, 221, 221, 0)), to(rgba(221, 221, 221, 0.9)));
  background: linear-gradient(180deg, rgba(221, 221, 221, 0) 0%, rgba(221, 221, 221, 0.9) 100%);
  position: sticky;
  bottom: 0;
  left: 0px;
  width: 100%;
  margin-top: -12px;
}

.match-commentary--slim {
  font-size: 0.8em;
}

.match-commentary--slim .match-commentary__row {
  margin: 10px 0;
}

.match-commentary--slim .match-commentary__block {
  padding: 5px 10px;
}

.match-commentary--slim .match-commentary__minute {
  font-size: 14px;
}

.match-commentary--slim .player__photo-wrapper--list {
  min-width: 40px;
  max-width: 40px;
}

.match-commentary--slim .player__photo-wrapper--list .player-photo__img {
  max-height: 40px;
  width: auto;
}

.match-commentary__row {
  margin: 1.5rem 0;
}

.match-commentary__block {
  background-color: #fff;
  padding: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.match-commentary__block--away {
  border-right: 4px solid;
}

@media (min-width: 768px) {
  .match-commentary__block--away:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.match-commentary__block--home {
  border-left: 4px solid;
}

@media (min-width: 768px) {
  .match-commentary__block--home:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    right: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.match-commentary__minute {
  font-weight: 600;
  font-size: 18px;
  color: #28333e;
  font-family: monospace;
}

.match-commentary__scores {
  padding: 1px 5px;
  line-height: 1.2;
  border: 2px solid #555;
  font-family: monospace;
}

.match-commentary__meta {
  color: #9a9a9a;
  font-size: 90%;
}

.match-commentary__event-icon {
  position: relative;
  top: 8px;
  background-color: #fff;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-left: 15px;
  margin-right: 15px;
}

.match-commentary__event-icon svg {
  width: 18px;
  height: 18px;
}

.match-commentary__event-icon--inner svg {
  width: 18px;
  height: 18px;
}

.match-commentary__event-name {
  color: #1b8e26;
}

.bracket__column {
  margin-right: 40px;
}

.bracket__column:first-child .bracket__item:before {
  display: none;
  border: none;
}

.bracket__club-row {
  min-height: 28px;
}

.bracket__column:last-child {
  margin-right: 0;
}

.bracket__column:last-child .bracket__block:after {
  display: none;
  border: none;
}

.bracket__block {
  position: relative;
}

.bracket__block:after {
  position: absolute;
  border: #dee2e6 2px solid;
  border-left: none;
  top: 25%;
  bottom: 25%;
  left: auto;
  right: -20px;
  width: 20px;
  content: '';
}

.bracket__item {
  padding: 5px 0 5px 5px;
  margin: 5px 0;
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  position: relative;
  min-width: 100px;
}

.bracket__item:before {
  position: absolute;
  border: #dee2e6 1px solid;
  top: 50%;
  bottom: 50%;
  left: -20px;
  right: auto;
  width: 20px;
  content: '';
}

.bracket.bracket--manual .bracket__item {
  padding: 5px 2px 5px 5px;
}

.bracket__final-score {
  font-weight: 600;
  font-size: 16px;
  min-width: 25px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bracket.bracket--manual .bracket__final-score {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: monospace;
  border-left: 1px solid #dfdfdf;
}

.bracket__match-score {
  font-size: 14px;
  color: #6c757d;
  min-width: 18px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.bracket.bracket--manual .bracket__match-score {
  font-family: monospace;
  border-left: 1px solid #dfdfdf;
}

body.ie .bracket__block:after {
  display: none !important;
}

body.ie .bracket__item:before {
  display: none !important;
}

.results-matrix {
  overflow: hidden;
}

.results-matrix__cell-self {
  background: #343a40;
}

.results-matrix__cell {
  font-family: monospace;
  line-height: 1.2;
  font-size: 1rem;
}

.results-matrix.results-matrix__format-single.results-matrix__symmetric-1 .results-matrix__cell {
  height: 100%;
  line-height: 2.4;
}

table.table.results-matrix__table th, table.table.results-matrix__table td {
  white-space: nowrap;
  text-align: center;
  padding: 3px 5px;
  vertical-align: middle;
}

table.table.results-matrix__table .results-matrix__club {
  text-align: left;
}

table.table.results-matrix__table td.results-matrix__club--vertical {
  height: 120px;
  white-space: nowrap;
  overflow: hidden;
}

table.table.results-matrix__table td.results-matrix__club--vertical > div {
  -webkit-transform: translate(0, 35px) rotate(270deg);
          transform: translate(0, 35px) rotate(270deg);
  width: 30px;
}

table.table.results-matrix__table td.results-matrix__club--vertical > div > img {
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.player-stats-panel__header {
  font-weight: 600;
  margin-bottom: 3px;
}

.player-stats-panel__label {
  font-weight: 800;
  color: #777;
  text-align: center;
}

.player-stats-panel__value-major {
  display: inline-block;
  font-size: 48px;
  color: #444444;
}

.player-stats-panel__value-minor {
  display: inline-block;
  white-space: nowrap;
  color: #999999;
  font-size: 18px;
}

.player-stats-panel__values {
  text-align: center;
}

.anwp-data-shortcode-stats_players_custom td, .anwp-data-shortcode-stats_players_custom th {
  vertical-align: middle !important;
}

.anwp-data-shortcode-stats_players_custom td.anwp-cell-with-player-photo {
  white-space: nowrap;
  position: relative;
  padding-left: 40px !important;
  height: 40px;
  vertical-align: middle;
}

.anwp-data-shortcode-stats_players_custom td.anwp-cell-with-player-photo img {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -15px;
}

.anwp-data-shortcode-stats_players_custom .anwp-club-title-column span + img, .anwp-data-shortcode-stats_players_custom .anwp-club-title-column span + span, .anwp-data-shortcode-stats_players_custom .anwp-club-title-column img + img {
  margin-left: 15px;
}

.dataTables_wrapper table {
  margin-bottom: 0 !important;
}

.dataTables_wrapper table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #f7f7f7 !important;
}

.stats-players table.dataTable thead th {
  padding-top: 6px;
  padding-bottom: 6px;
}

.stats-players div.dt-button-collection button.dt-button:active:not(.disabled),
.stats-players div.dt-button-collection button.dt-button.active:not(.disabled),
.stats-players div.dt-button-collection div.dt-button:active:not(.disabled),
.stats-players div.dt-button-collection div.dt-button.active:not(.disabled),
.stats-players div.dt-button-collection a.dt-button:active:not(.disabled),
.stats-players div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #b2c8d0;
  background-image: none;
}

.stats-players table.dataTable tbody td:first-of-type {
  text-align: left;
  white-space: nowrap;
}

.stats-players .dt-buttons {
  float: left;
  margin: 8px 0;
}

.stats-players .dt-buttons .dt-button-collection {
  font-size: 12px;
}

.stats-players .dt-buttons .dt-button-collection .dt-button {
  padding-left: 8px;
  padding-right: 3px;
}

.stats-players .dt-buttons > .dt-button.buttons-collection {
  background: none;
  border: none;
  color: #444;
  font-size: 12px;
  border-bottom: 1px solid #777;
  padding: 2px;
  line-height: 1.2;
  border-radius: 0;
  margin-right: 20px;
  letter-spacing: initial;
}

.stats-players .dt-buttons > .dt-button.buttons-collection:active {
  background: none;
  color: #444;
}

.stats-players .dt-buttons > .dt-button.buttons-collection:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.stats-players .dataTables_wrapper .dataTables_filter label {
  font-size: 0 !important;
}

.stats-players .dataTables_wrapper .dataTables_filter input {
  margin-left: 0;
  font-size: 0.8rem;
}

.stats-players .dataTables_scrollFoot select {
  padding: 2px;
  height: auto;
}

.stats-players .DTFC_LeftBodyLiner {
  overflow-x: hidden;
}

.stats-players .DTFC_LeftBodyWrapper table.DTFC_Cloned thead tr th:before {
  display: none;
}

.stats-players .DTFC_LeftFootWrapper, .stats-players .DTFC_RightWrapper {
  display: none;
}

.stats-players .anwp-stats-number {
  text-align: center;
}

.buttons-colvis.dropdown-toggle:after {
  max-width: 15px;
}

.anwp-b-wrap .dropdown-toggle::after {
  width: auto;
}

.dropdown-toggle.buttons-page-length {
  width: auto;
  height: auto;
}

.anwp-b-wrap .dataTables_wrapper .dataTables_paginate .paginate_button {
  background: none !important;
  padding: 0.2rem 0.6rem;
}

.anwp-b-wrap .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #444 !important;
  border: #444 1px solid;
  background-color: #f3f3f3 !important;
}

#anwp-modaal-stat-players__players:empty {
  display: none !important;
}

.stat-players__clubs img {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}

#anwp-modaal-stat-players {
  display: none !important;
}

.club-navbar__item {
  line-height: 1.2;
  font-size: 13px;
  padding: 8px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.club-navbar .club-navbar__item {
  color: #444;
}

.club-navbar__item:nth-child(n+2) {
  border-left: 1px solid #dee2e6;
}

@media (max-width: 575.98px) {
  .club-navbar__item:nth-child(n+2) {
    border-left: none;
    border-top: 1px solid #dee2e6;
  }
}

.club-navbar__item:hover, .club-navbar__item.anwp-active-tab {
  background-color: #e8e9ea;
}

@media (prefers-reduced-motion: reduce) {
  .club-navbar__item {
    -webkit-transition: none;
    transition: none;
  }
}

.club-navbar__wrapper {
  border: 1px solid #dee2e6;
  background-color: #fbfcfd;
}

.club__stats.club-section .dataTables_info {
  display: none;
}

.club__header .table.options-list th, .club__header .table.options-list td {
  border-top: none;
  border-bottom: 1px solid #dee2e6;
}

.club-trophy img {
  max-width: 100px;
}

.anwp-fl-calendar-club .flatpickr-calendar.arrowTop:before, .anwp-fl-calendar-club .flatpickr-calendar.arrowTop:after {
  display: none !important;
}

.anwp-fl-calendar-club .flatpickr-months .flatpickr-month, .anwp-fl-calendar-club .flatpickr-month {
  color: #3c3f40;
  fill: #3c3f40;
  height: 34px;
}

.anwp-fl-calendar-club .flatpickr-calendar {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  border: 1px solid #dee2e6;
  top: 0 !important;
  background: none;
}

.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:focus, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:hover, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected.prevMonthDay, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected.nextMonthDay {
  border-color: #e9e9e9;
  background: none;
  color: #404848;
  border-right-color: transparent;
}

.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:focus:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected:hover:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected.prevMonthDay:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.selected.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}

.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.today {
  border-color: #e9e9e9;
  background-color: rgba(12, 144, 156, 0.1);
}

.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:hover, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:hover, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:hover, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:focus, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:focus, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:focus {
  cursor: inherit;
  outline: 0;
  background: none;
  border-color: #e9e9e9;
  border-right-color: transparent;
}

.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:hover:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:hover:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:hover:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:focus:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:focus:nth-child(n+8), .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:focus:nth-child(n+8) {
  border-top-color: transparent;
}

.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:hover.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:hover.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:hover.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day:focus.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.prevMonthDay:focus.today, .anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day.nextMonthDay:focus.today {
  background-color: rgba(12, 144, 156, 0.1);
}

.anwp-fl-calendar-club .flatpickr-calendar span.flatpickr-day.today:not(.selected):hover, .anwp-fl-calendar-club .flatpickr-calendar span.flatpickr-day.prevMonthDay.today:not(.selected):hover, .anwp-fl-calendar-club .flatpickr-calendar span.flatpickr-day.nextMonthDay.today:not(.selected):hover {
  border: 1px solid transparent;
  color: inherit;
}

.anwp-fl-calendar-club .flatpickr-months .flatpickr-prev-month, .anwp-fl-calendar-club .flatpickr-months .flatpickr-next-month {
  height: 28px;
  padding: 5px 10px;
}

.anwp-fl-calendar-club .flatpickr-current-month {
  padding-top: 5px;
  font-size: 115%;
}

.anwp-fl-calendar-club .flatpickr-current-month .numInputWrapper {
  margin-left: 5px;
  border: 1px solid #eeeeee;
  width: 7ch;
}

.anwp-fl-calendar-club .flatpickr-current-month .numInputWrapper .input.cur-year {
  padding: 0 10px 0 4px;
}

.anwp-fl-calendar-club .flatpickr-current-month select.flatpickr-monthDropdown-months {
  border: 1px solid #eeeeee;
}

.anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled:hover, .anwp-fl-calendar-club .flatpickr-day.disabled, .anwp-fl-calendar-club .flatpickr-day.disabled:hover {
  cursor: default;
  color: #404848;
  border-color: #e9e9e9;
  pointer-events: auto;
}

.anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled.prevMonthDay, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled.nextMonthDay, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled:hover, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled:hover.prevMonthDay, .anwp-fl-calendar-club .flatpickr-day.flatpickr-disabled:hover.nextMonthDay, .anwp-fl-calendar-club .flatpickr-day.disabled, .anwp-fl-calendar-club .flatpickr-day.disabled.prevMonthDay, .anwp-fl-calendar-club .flatpickr-day.disabled.nextMonthDay, .anwp-fl-calendar-club .flatpickr-day.disabled:hover, .anwp-fl-calendar-club .flatpickr-day.disabled:hover.prevMonthDay, .anwp-fl-calendar-club .flatpickr-day.disabled:hover.nextMonthDay {
  border-right-color: transparent;
}

.anwp-fl-calendar-club .nextMonthDay.flatpickr-day.flatpickr-disabled, .anwp-fl-calendar-club .nextMonthDay.flatpickr-day.flatpickr-disabled:hover, .anwp-fl-calendar-club .nextMonthDay.flatpickr-day.disabled, .anwp-fl-calendar-club .nextMonthDay.flatpickr-day.disabled:hover, .anwp-fl-calendar-club .prevMonthDay.flatpickr-day.flatpickr-disabled, .anwp-fl-calendar-club .prevMonthDay.flatpickr-day.flatpickr-disabled:hover, .anwp-fl-calendar-club .prevMonthDay.flatpickr-day.disabled, .anwp-fl-calendar-club .prevMonthDay.flatpickr-day.disabled:hover {
  color: rgba(64, 72, 72, 0.3);
}

.anwp-fl-calendar-club .flatpickr-calendar {
  width: auto;
}

.anwp-fl-calendar-club .flatpickr-calendar .dayContainer {
  width: auto;
  min-width: 100%;
  max-width: 100%;
}

.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-days {
  width: auto;
}

.anwp-fl-calendar-club .flatpickr-calendar .flatpickr-day {
  max-width: initial;
  height: 39px;
  line-height: 39px;
}

.anwp-fl-calendar-club span.flatpickr-day:nth-child(n+8),
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay:nth-child(n+8),
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay:nth-child(n+8) {
  border-top-color: transparent;
}

.anwp-fl-calendar-club span.flatpickr-day:nth-child(7n-6),
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay:nth-child(7n-6),
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay:nth-child(7n-6) {
  border-left: 0;
}

.anwp-fl-calendar-club span.flatpickr-day:nth-child(n+36),
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay:nth-child(n+36),
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay:nth-child(n+36) {
  border-bottom: 0;
}

.anwp-fl-calendar-club span.flatpickr-day:nth-child(-n+7),
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay:nth-child(-n+7),
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay:nth-child(-n+7) {
  margin-top: 0;
}

.anwp-fl-calendar-club span.flatpickr-day,
.anwp-fl-calendar-club span.flatpickr-day.prevMonthDay,
.anwp-fl-calendar-club span.flatpickr-day.nextMonthDay {
  border-right-color: transparent;
}

.sortable-ghost, .anwp-b-wrap .sortable-ghost {
  background-color: #fffcdd !important;
}

.anwp-fl-td-highlight {
  background-color: rgba(108, 202, 147, 0.2) !important;
}

.anwp-fl-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}

body .anwp-b-wrap .anwp-d-flex-not-important {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.anwp-b-wrap .btn.anwp-btn-subtle {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-style: dotted;
  padding: 2px 8px;
  cursor: pointer;
  min-height: 28px;
  line-height: 1;
}

.anwp-drag-handler {
  cursor: move;
}

.club-form__item-pro {
  font-size: 12px;
  width: 16px;
  height: 16px;
  text-align: center;
  opacity: 0.7;
  line-height: 16px;
  margin-right: 2px;
  cursor: pointer;
}

.club-form__item-pro:hover {
  opacity: 1;
}

.standing--shortcode .standing-table__cell-form {
  opacity: 1;
}

.anwp-text-center {
  text-align: center !important;
}

.anwp-navbar__item {
  line-height: 1.2;
  font-size: 13px;
  padding: 10px 8px;
  cursor: pointer;
  border: 1px solid #ddd;
  border-bottom: none;
  background-color: #ddd;
  -webkit-transition: "all .1s ease-in-out";
  transition: "all .1s ease-in-out";
}

.anwp-navbar .anwp-navbar__item {
  color: #444;
}

.anwp-navbar__item:nth-child(n+2) {
  margin-left: 2px;
}

.anwp-navbar__item:hover {
  background-color: #eee;
}

.anwp-navbar__item.anwp-active-tab {
  background-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .anwp-navbar__item {
    -webkit-transition: none;
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .anwp-navbar__item {
    border-bottom: 1px solid #ddd;
  }
  .anwp-navbar__item:nth-child(n+2) {
    margin-left: 0;
    margin-top: 2px;
  }
}

.anwp-navbar__wrapper {
  background-color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.anwp-navbar__content > .anwp-section:first-child {
  margin-top: 2rem;
}

.player-birthday-card-wide__photo {
  max-height: 70px;
  width: auto;
  margin: 4px;
}

.player-birthday-card-wide__name {
  font-size: 18px;
}

.player-birthday-card-wide__position, .player-birthday-card-wide__club-wrapper, .player-birthday-card-wide__date-wrapper {
  color: #555555;
  font-size: 12px;
}

.player-birthday-card-wide__age {
  font-size: 36px;
  line-height: 36px;
}

.player-birthday-card-wide__date-subtitle:nth-child(n+2) {
  margin-top: 15px;
}

.player-birthday-card-wide__date-subtitle-text {
  font-size: 16px;
}

.player-birthday-card-wide + .player-birthday-card-wide {
  margin-top: -1px;
}

.player-birthday-card-wide-slim__name {
  font-size: 16px;
}

.player-birthday-card-wide-slim__age {
  font-size: 26px;
  line-height: 26px;
}

.player-birthday-card-wide-slim + .player-birthday-card-wide-slim {
  margin-top: -1px;
}

.anwp-fl-tag-posts .updated:not(.published) {
  display: none;
}

.anwp-fl-tag-posts__thumbnail {
  overflow: hidden;
}

.anwp-fl-tag-posts__thumbnail-bg {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.anwp-fl-tag-posts__thumbnail-img {
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.anwp-fl-tag-posts__item:hover .anwp-fl-tag-posts__thumbnail-bg {
  background: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.4s ease-in-out 0s;
  transition: background-color 0.4s ease-in-out 0s;
}

.anwp-fl-tag-posts__item:hover .anwp-fl-tag-posts__thumbnail-img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.anwp-fl-tag-posts__bottom-meta {
  font-size: 11px;
  color: #444;
  text-shadow: none;
}

.anwp-fl-tag-posts__title {
  word-spacing: 1px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.4rem;
  line-height: 1.2rem;
  font-size: 0.9rem;
  margin-top: 10px;
}

.anwp-fl-tag-posts .anwp-fl-tag-posts__thumbnail-img {
  height: 80px;
  width: 80px;
}

.anwp-fl-tag-posts .anwp-fl-tag-posts__thumbnail {
  min-width: 80px;
  max-height: 80px;
}

.anwp-fl-tag-posts__item:hover .anwp-fl-tag-posts__content {
  background-color: #eaf5ff;
}

.anwp-match-widget-shots {
  width: 400px;
  max-width: 100%;
}

.anwp-match-widget-shots__block-on {
  z-index: 3;
}

.anwp-match-widget-shots__block-off {
  z-index: 2;
}

.anwp-match-widget-shots__bg {
  opacity: 0.6;
}

.anwp-match-widget-shots__value {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.anwp-match-widget-shots__block-on {
  border-top: 4px solid #fff;
}

.anwp-match-widget-shots__block-on-home {
  border-left: 4px solid #fff;
}

.anwp-match-widget-shots__block-on-away {
  border-right: 4px solid #fff;
}
