@charset "UTF-8";
body {
  --light-gray-black: #efefef;
  --light-gray-border: #efefef;
  --gray-light-color:#292a2d;
  --white-gray-bkg:#fff;
  --text-white: #040504;
  --white-gray-light-bkg: #fff;
  --light-gray-bkg: #efefef;
  --light-gray-bkg-rgb: 239,239,239;
  --black-white: #fff;
  --white-black-rgb: 255,255,255;
  --black-white-rgb: 4,5,4;
  --light-white: #9a9999;
  --stars-border:#e1e1e1;
  --white-green:#fff;
  --green-white:#149688;
  --table-bg: 239,239,239;
  --dark-gray:#b9b8b8;
  --black-gray: #040504;
  --footer-gray-color: #b9b8b8;
}

body.dark {
  --light-gray-black: #040504;
  --light-gray-border: #2a2a2d;
  --gray-light-color: #efefef;
  --white-gray-bkg: #040504;
  --text-white: #dedada;
  --white-gray-light-bkg: #2a2a2d;
  --light-gray-bkg: #474545;
  --light-gray-bkg-rgb: 71,69,69;
  --black-white: #040504;
  --white-black-rgb: 4,5,4;
  --black-white-rgb: 255,255,255;
  --light-white: #fff;
  --stars-border:#f2f1f1;
  --white-green:#149688;
  --green-white:#fff;
  --table-bg: 20,20,20;
  --dark-gray:#474545;
  --black-gray: #4c4c4c;
  --footer-gray-color: #2a2a2d;
}

.dark .arrivals-deparatures .tabs-pair li .nav-link img {
  filter: invert(0%) brightness(1000%);
}
.dark .arrivals-deparatures .tab-pane table thead tr th img {
  filter: invert(0%) brightness(1000%);
}
.dark .top-scorers-and-assists .tabs-pair li:last-of-type img {
  filter: invert(0%) brightness(1000%);
}

.main-content {
  padding: 0;
}
.main-content .club-info > h1,
.main-content .club-info > h2 {
  margin-bottom: 1.9rem;
  margin-top: 2rem;
}
.main-content .club-info > h1 img,
.main-content .club-info > h2 img {
  height: 4.4rem;
}
.main-content .club-info > h1 span,
.main-content .club-info > h2 span {
  padding: 0.5rem 1.2rem 0.3rem 1.2rem;
  border-left: 0.25rem solid #149688;
  margin-left: 1rem;
}
.main-content .club-info .club-info-tabs {
  position: relative;
  border-color: var(--light-gray-border);
  border-width: 0.125rem;
  line-height: 1.5625rem;
  border-bottom: 0.125rem solid var(--light-gray-border);
  gap: 0.03rem;
}
.main-content .club-info .club-info-tabs li {
  background: var(--light-gray-border);
}
.main-content .club-info .club-info-tabs li .nav-link {
  border: none;
  border-radius: 0;
  color: var(--text-white);
  min-width: 7.25rem;
  border-top: 0.125rem solid transparent;
  padding: 0.3rem 1.3rem;
}
.main-content .club-info .club-info-tabs li .nav-link.active {
  color: var(--text-white);
  position: relative;
  background: var(--black-white);
  border-top: 0.125rem solid #149688;
}
.main-content .club-info .club-info-tabs li .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: var(--black-white);
  background-color: var(--black-white);
}
.main-content .club-info .form-container {
  display: flex;
  justify-content: space-between;
}
.main-content .club-info .form-container > div {
  width: 1.9rem;
  height: 1.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main-content .club-info .form-container > div.form-w {
  background-color: #149688;
}
.main-content .club-info .form-container > div.form-l {
  background-color: red;
}
.main-content .club-info .form-container > div.form-d {
  background-color: #C3B3C5;
}
.main-content .club-info #overview {
  margin-bottom: 3.4rem;
}
.main-content .club-info #overview .club-info-table {
  margin-bottom: 2.7rem;
}
.main-content .club-info #overview .club-info-table tbody tr td {
  padding: 1.25rem 0.5rem;
  vertical-align: middle;
}
.main-content .club-info #overview .club-info-table tbody tr td:first-of-type {
  width: 21%;
  font-family: "Poppins-Bold";
  padding-left: 0rem;
}
.main-content .club-info #overview .club-info-table tbody tr td .form-container {
  justify-content: flex-start;
  gap: 0.5rem;
}
.main-content .club-info #overview .club-info-table tbody tr td .progress {
  width: 30%;
  margin: 0.4rem 0 0rem 0;
  --bs-progress-height: 0.4rem;
  --bs-progress-bg:var(--dark-gray);
  --bs-progress-border-radius:1rem;
}
.main-content .club-info #overview .club-info-table tbody tr td .progress .progress-bar {
  --bs-progress-bar-bg:#149688;
}
.main-content .club-info #overview .sort-filter-container {
  gap: 1.35rem;
  margin-top: 1.8rem;
  margin-bottom: 2.6rem;
}
.main-content .club-info #overview .sort-filter-container .reset-filters-btn {
  margin-left: auto;
  margin-right: 1.6rem;
  border: none;
  color: var(--text-white);
}
.main-content .club-info #overview .sort-filter-container .reset-filters-btn img {
  margin-right: 0.5rem;
  height: 1.335rem;
  width: 1.335rem;
}
.main-content .club-info #overview .sort-filter-container .last-update-date {
  margin: 0;
  font-size: 0.875rem;
  padding: 0.5rem 1.7rem;
  margin-left: auto;
}
.main-content .club-info #overview .tables-container .table-button-container {
  display: block;
}
.main-content .club-info #overview .tables-container .table-button-container table tr.green-col {
  background: rgba(20, 150, 136, 0.1) !important;
}
.main-content .club-info #overview .tables-container .table-button-container table tr.green-col td {
  font-family: "Poppins-SemiBold";
  border-bottom: 0.125rem solid #B8B8B8;
}
.main-content .club-info #overview .tables-container .table-button-container table tr td:nth-child(4) {
  font-family: "Poppins-Bold";
}
.main-content .club-info #overview .tables-container .table-button-container table tr td:last-of-type {
  font-family: "Poppins-Regular";
}
.main-content .club-info #results-fixtures .filters-row .dropdown-container:first-child .dropdown-header {
  width: 17rem;
}
.main-content .club-info #results-fixtures .filters-row .last-update-date {
  margin-left: auto;
}
.main-content .club-info #injuries-suspensions .filters-row .last-update-date {
  margin-left: auto;
}
.main-content .club-info .featured-sportsbooks {
  margin-top: 2rem;
  margin-bottom: 1.8rem;
}
.main-content .club-info .featured-sportsbooks .iconized-heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}
.main-content .club-info .featured-sportsbooks .iconized-heading h1,
.main-content .club-info .featured-sportsbooks .iconized-heading h2 {
  margin: 0;
  line-height: 1.875rem;
  padding-top: 0.3rem;
  padding-left: 1.4rem;
  margin-left: 1.2rem;
  border-left: 0.25rem solid #149688;
}
.main-content .club-info .featured-sportsbooks .iconized-heading img {
  height: 3.1rem;
}
.main-content .club-info .premier-league-results {
  margin-top: 1.3rem;
  margin-bottom: 3.1rem;
  display: flex;
  flex-direction: column;
}
.main-content .club-info .premier-league-results .header {
  background-color: #149688;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem 0.55rem 1.5rem;
}
.main-content .club-info .premier-league-results .filters-row {
  display: flex;
  gap: 0.55rem;
  padding: 1.4rem 0 1.9rem 0;
}
.main-content .club-info .premier-league-results .filters-row .select-competition {
  letter-spacing: -0.0375rem;
}
.main-content .club-info .premier-league-results .filters-row .reset-filters-btn {
  border: none;
  margin-left: auto;
  color: var(--text-white);
  width: fit-content;
}
.main-content .club-info .premier-league-results .filters-row .reset-filters-btn img {
  margin-right: 0.5rem;
  height: 0.95rem;
  width: 0.95rem;
}
.main-content .club-info .premier-league-results .filters-row .last-update-date {
  margin: 0;
  margin-left: 1rem;
  font-size: 0.875rem;
  padding: 0.5rem 1.7rem;
}
.main-content .club-info .premier-league-results .league-stats-tabs {
  position: relative;
  font-family: "Poppins-Bold";
  line-height: 1.5625rem;
  border: none;
}
.main-content .club-info .premier-league-results .league-stats-tabs li {
  background: var(--light-gray-border);
  width: 50%;
}
.main-content .club-info .premier-league-results .league-stats-tabs li:first-of-type img {
  height: 1.1875rem;
}
.main-content .club-info .premier-league-results .league-stats-tabs li:last-of-type img {
  height: 1.55rem;
}
.main-content .club-info .premier-league-results .league-stats-tabs li img {
  margin-right: 0.8rem;
}
.main-content .club-info .premier-league-results .league-stats-tabs li .nav-link {
  border: none;
  border-radius: 0;
  color: var(--text-white);
  border-bottom: 0.225rem solid #149688;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content .club-info .premier-league-results .league-stats-tabs li .nav-link.active {
  position: relative;
  background: #149688;
  color: #fff;
}
.main-content .club-info .premier-league-results .league-stats-tabs li .nav-link.active img {
  filter: invert(100%) brightness(1000%);
}
.main-content .club-info .premier-league-results .league-stats-tabs li .nav-link.active::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #149688;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .wrapper .date-container {
  margin-top: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.125rem solid #149688;
  margin-bottom: 0.5rem;
  font-family: "Poppins-Regular";
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .wrapper .date-container .date {
  font-family: "Poppins-Bold";
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .wrapper .date-container .standings-btn {
  border: none;
  text-decoration: underline;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-league {
  position: relative;
  display: flex;
  align-items: center;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-league::after {
  content: "";
  position: absolute;
  width: 0.125rem;
  background-color: #149688;
  height: 75%;
  left: 0;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-teams {
  font-size: 0.875rem;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-teams span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-teams span > img {
  height: 1.2rem;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-teams span:first-child {
  width: 41.5%;
  justify-content: end;
  text-decoration: underline;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-teams span:nth-child(2) {
  width: 17%;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-teams span:last-child {
  width: 41.5%;
  text-decoration: underline;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-teams .results {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-teams .results .result-card {
  background-color: #149688;
  height: 1.35rem;
  width: 1.35rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .match-center-table-row .table-quote-hidden-content .table-quote-hidden-content-name .table-quote-hidden-content-name-teams {
  font-family: "Poppins-Medium";
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .more-matches-btn {
  margin-top: 2rem;
  border: 0.0625rem solid #149688;
  color: #149688;
  border-radius: 1.4375rem;
  padding: 0.7rem 1.9rem;
  display: flex;
  font-family: "Poppins-Bold";
  transition: 0.5s;
  text-align: center;
}
.main-content .club-info .premier-league-results .tab-content .match-center-section .match-center-table .more-matches-btn i {
  margin-left: 0.7rem;
}
.main-content .club-info .premier-league-results .tab-content #fixtures .match-center-table .match-item .match-center-table-row .match-center-table-btn {
  background: #F9C536;
  color: #000;
}
.main-content .club-info .premier-league-results .tab-content #fixtures .match-center-table .match-item .match-center-table-row .match-center-table-btn .bet-btn button {
  background-color: #149688;
  border: none;
}
.main-content .club-info .tables-container {
  width: 100%;
}
.main-content .club-info .tables-container .table-button-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content .club-info .tables-container .table-button-container table {
  margin-bottom: 1.8rem;
  border-bottom: 0.125rem solid #149688;
}
.main-content .club-info .tables-container .table-button-container table tr:nth-of-type(even) {
  background: linear-gradient(90deg, rgba(var(--table-bg), 1) 50%, rgba(255, 255, 255, 0) 100%);
}
.main-content .club-info .tables-container .table-button-container table tr th, .main-content .club-info .tables-container .table-button-container table tr td {
  border: none;
  vertical-align: middle;
  text-align: center;
  width: 23%;
}
.main-content .club-info .tables-container .table-button-container table tr th:first-of-type, .main-content .club-info .tables-container .table-button-container table tr td:first-of-type {
  text-align: left;
}
.main-content .club-info .tables-container .table-button-container table tr th:nth-child(3), .main-content .club-info .tables-container .table-button-container table tr td:nth-child(3) {
  width: 18%;
}
.main-content .club-info .tables-container .table-button-container table tr th:last-of-type, .main-content .club-info .tables-container .table-button-container table tr td:last-of-type {
  width: 18%;
}
.main-content .club-info .tables-container .table-button-container table tr td {
  padding: 0.6rem 0.4rem;
}
.main-content .club-info .tables-container .table-button-container table tr td:nth-of-type(2) > img {
  margin-right: 0.6rem;
}
.main-content .club-info .tables-container .table-button-container table tr td:last-of-type {
  font-family: "Poppins-Bold";
}
.main-content .club-info .tables-container .table-button-container table tr td .player-info {
  display: flex;
  align-items: center;
}
.main-content .club-info .tables-container .table-button-container table tr td .player-info .player-rank {
  height: 1.6rem;
  width: 1.1rem;
  margin-right: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
}
.main-content .club-info .tables-container .table-button-container table tr td .player-info .player-details {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.main-content .club-info .tables-container .table-button-container table tr td .player-info .player-details .player-top-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.main-content .club-info .tables-container .table-button-container table tr td .player-info .player-details .position {
  color: #7d7d7d;
}
.main-content .club-info .tables-container .table-button-container table tr td.team .team-flag {
  height: 1.85rem;
}
.main-content .club-info .tables-container .table-button-container table thead {
  height: 2.9rem;
  background-color: var(--light-gray-border);
  color: var(--text-white);
  border-bottom: 0.125rem solid #149688;
}
.main-content .club-info .tables-container .table-button-container table thead tr th {
  font-family: "Poppins-SemiBold";
}
.main-content .club-info .tables-container .table-button-container table thead tr th:first-of-type {
  padding-left: 3.6rem;
}
.main-content .club-info .tables-container .table-button-container .btn-control {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #149688;
  color: #fff;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
}
.main-content .club-info .tables-container .table-button-container .btn-control.btn-prev {
  margin-left: auto;
  padding-right: 0.2rem;
}
.main-content .club-info .tables-container .table-button-container .btn-control.btn-next {
  padding-left: 0.2rem;
  margin-right: 1.4rem;
  margin-left: 1.1rem;
}
.main-content .club-info .top-scorers-and-assists, .main-content .club-info .arrivals-deparatures {
  margin-top: 2.8rem;
  margin-bottom: 3.4rem;
}
.main-content .club-info .top-scorers-and-assists .sort-filter-container, .main-content .club-info .arrivals-deparatures .sort-filter-container {
  gap: 1.35rem;
  margin-top: 1.8rem;
  margin-bottom: 2.6rem;
}
.main-content .club-info .top-scorers-and-assists .sort-filter-container .reset-filters-btn, .main-content .club-info .arrivals-deparatures .sort-filter-container .reset-filters-btn {
  margin-left: auto;
  margin-right: 1.6rem;
  border: none;
  color: var(--text-white);
}
.main-content .club-info .top-scorers-and-assists .sort-filter-container .reset-filters-btn img, .main-content .club-info .arrivals-deparatures .sort-filter-container .reset-filters-btn img {
  margin-right: 0.5rem;
  height: 1.335rem;
  width: 1.335rem;
}
.main-content .club-info .top-scorers-and-assists .sort-filter-container .last-update-date, .main-content .club-info .arrivals-deparatures .sort-filter-container .last-update-date {
  margin: 0;
  font-size: 0.875rem;
  padding: 0.5rem 1.7rem;
}
.main-content .club-info .top-scorers-and-assists .tabs-pair, .main-content .club-info .arrivals-deparatures .tabs-pair {
  position: relative;
  font-family: "Poppins-Bold";
  line-height: 1.5625rem;
  border: none;
}
.main-content .club-info .top-scorers-and-assists .tabs-pair li, .main-content .club-info .arrivals-deparatures .tabs-pair li {
  background: var(--light-gray-border);
  width: 50%;
}
.main-content .club-info .top-scorers-and-assists .tabs-pair li:first-of-type img, .main-content .club-info .arrivals-deparatures .tabs-pair li:first-of-type img {
  height: 1.1875rem;
}
.main-content .club-info .top-scorers-and-assists .tabs-pair li:last-of-type img, .main-content .club-info .arrivals-deparatures .tabs-pair li:last-of-type img {
  height: 1.55rem;
}
.main-content .club-info .top-scorers-and-assists .tabs-pair li img, .main-content .club-info .arrivals-deparatures .tabs-pair li img {
  margin-right: 0.8rem;
}
.main-content .club-info .top-scorers-and-assists .tabs-pair li .nav-link, .main-content .club-info .arrivals-deparatures .tabs-pair li .nav-link {
  border: none;
  border-radius: 0;
  color: var(--text-white);
  border-bottom: 0.225rem solid #149688;
  width: 100%;
  display: flex;
  align-items: center;
}
.main-content .club-info .top-scorers-and-assists .tabs-pair li .nav-link.active, .main-content .club-info .arrivals-deparatures .tabs-pair li .nav-link.active {
  position: relative;
  background: #149688;
  color: #fff;
}
.main-content .club-info .top-scorers-and-assists .tabs-pair li .nav-link.active img, .main-content .club-info .arrivals-deparatures .tabs-pair li .nav-link.active img {
  filter: invert(100%) brightness(1000%);
}
.main-content .club-info .top-scorers-and-assists .tabs-pair li .nav-link.active::after, .main-content .club-info .arrivals-deparatures .tabs-pair li .nav-link.active::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 50%;
  width: 0.8rem;
  height: 0.8rem;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #149688;
}
.main-content .club-info .arrivals-deparatures .tabs-pair li:first-of-type img {
  height: 1.55rem;
}
.main-content .club-info .arrivals-deparatures .tabs-pair li:last-of-type img {
  height: 1.55rem;
}
.main-content .club-info .arrivals-deparatures .tabs-pair li img {
  margin-right: 1.3rem;
}
.main-content .club-info .arrivals-deparatures .tabs-pair li .nav-link {
  justify-content: center;
}
.main-content .club-info .arrivals-deparatures .tabs-pair li .nav-link.active img {
  filter: invert(0%) brightness(1000%);
}
.main-content .club-info .arrivals-deparatures .tab-pane table {
  margin-bottom: 1.8rem;
  border-bottom: 0.125rem solid var(--light-gray-border);
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr th, .main-content .club-info .arrivals-deparatures .tab-pane table tr td {
  vertical-align: middle;
  text-align: center;
  width: 14.2%;
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr th:nth-child(2), .main-content .club-info .arrivals-deparatures .tab-pane table tr td:nth-child(2) {
  text-align: left;
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr td:nth-of-type(2) > img {
  margin-right: 0.6rem;
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr td:last-of-type {
  font-family: "Poppins-Bold";
  color: #149688;
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr td .player-info {
  display: flex;
  align-items: center;
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr td .player-info .player-rank {
  height: 1.6rem;
  width: 1.1rem;
  margin-right: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins-Bold";
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr td .player-info .player-details {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.875rem;
  font-family: "Poppins-Bold";
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr td .player-info .player-details span img {
  height: 1.5rem;
  margin-left: 0.6rem;
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr td .player-info .player-details .position {
  color: #888888;
  font-family: "Poppins-Regular";
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr td.from {
  font-size: 0.875rem;
}
.main-content .club-info .arrivals-deparatures .tab-pane table tr td.country img {
  height: 1.5rem;
}
.main-content .club-info .arrivals-deparatures .tab-pane table thead {
  height: 2.9rem;
  background-color: var(--light-gray-border);
  color: var(--text-white);
}
.main-content .club-info .arrivals-deparatures .tab-pane table thead tr th {
  font-family: "Poppins-SemiBold";
}
.main-content .club-info .arrivals-deparatures .tab-pane table thead tr th img {
  margin-right: 1rem;
  height: 1.875rem;
}
.main-content .club-info .lastest-injuries-and-bans-accordion-section {
  margin-top: 2rem;
}
.main-content .club-info .lastest-injuries-and-bans-accordion-section .heading-and-dropdown-container {
  gap: 1rem;
  margin-bottom: 0;
  flex-wrap: wrap;
}
.main-content .club-info .premier-league-standings {
  margin-top: 2rem;
}
.main-content .club-info .soccer-betting-resources {
  margin-top: 3rem;
}
.main-content .right-column {
  padding-top: 10.4rem;
}
.main-content .right-column .news-table-container .news-table .new-table-header h3 {
  letter-spacing: 0.05rem;
  text-align: center;
  padding-left: 0;
}
.main-content .right-column .ticket-card {
  margin-top: 2.7rem;
  padding-bottom: 1.3rem;
  border: 0.0625rem solid var(--light-gray-border);
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
.main-content .right-column .ticket-card header {
  background-color: #149688;
  color: #fff;
  text-align: center;
  padding: 0.6rem 2.1rem 0.4rem;
  text-transform: uppercase;
}
.main-content .right-column .ticket-card header h3 {
  font-family: "LeagueSpartan-Bold";
  padding-top: 0.3rem;
}
.main-content .right-column .ticket-card .image-container {
  margin: 0;
}
.main-content .right-column .ticket-card .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.main-content .right-column .ticket-card nav {
  position: relative;
  padding: 1rem 0.1rem;
}
.main-content .right-column .ticket-card nav :before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-box-shadow: inset 0 0 1.875rem 0.5rem rgba(var(--white-black-rgb), 0.5);
  -moz-box-shadow: inset 0 0 1.875rem 0.5rem rgba(var(--white-black-rgb), 0.5);
  box-shadow: inset 0 0 1.875rem 0.5rem rgba(var(--white-black-rgb), 0.5);
  pointer-events: none;
}
.main-content .right-column .ticket-card nav .categories {
  display: flex;
  justify-content: space-evenly;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0 0.5rem;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer/Edge */
}
.main-content .right-column .ticket-card nav .categories:-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.main-content .right-column .ticket-card nav .categories li {
  flex-shrink: 0; /* Sprečava smanjivanje stavki */
}
.main-content .right-column .ticket-card nav .categories li a {
  font-family: "Poppins-Bold";
  text-transform: uppercase;
  text-align: center;
  text-wrap: nowrap;
  text-decoration: none;
  padding: 0.5rem 0;
  display: block;
}
.main-content .right-column .ticket-card nav .categories li a:active {
  color: #149688;
}
.main-content .right-column .ticket-card nav .categories li a:hover {
  z-index: 99;
}
.main-content .right-column .ticket-card footer {
  padding: 0 5rem;
  text-align: center;
}
.main-content .right-column .ticket-card footer .buy-tickets-button {
  text-transform: uppercase;
  padding: 0.7rem 1.1rem 0.7rem 1.7rem;
}
.main-content .right-column .ticket-card footer .buy-tickets-button span {
  text-wrap: nowrap;
}
.main-content .right-column .ticket-card footer .buy-tickets-button i {
  margin-left: 0.8rem;
  width: 1rem;
  height: 1rem;
}

@media (max-width: 1399px) {
  .main-content .club-info .club-info-tabs {
    border: none;
    gap: 0.1rem;
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .main-content .club-info .club-info-tabs li .nav-link {
    width: 100%;
  }
  .main-content .club-info .club-info-tabs li .nav-link.active::after {
    display: none;
  }
  .main-content .club-info .premier-league-results .filters-row {
    flex-wrap: wrap;
  }
  .main-content .club-info .premier-league-results .filters-row .last-update-date {
    margin-left: auto;
  }
  .main-content .club-info .premier-league-results .filters-row .dropdown-container:first-child {
    z-index: 4;
  }
  .main-content .club-info .premier-league-results .filters-row .dropdown-container:nth-child(2) {
    z-index: 2;
  }
  .main-content .club-info .top-scorers-and-assists .sort-filter-container .reset-filters-btn, .main-content .club-info .arrivals-deparatures .sort-filter-container .reset-filters-btn {
    margin-left: 0;
  }
  .main-content .club-info .overview-tab .club-info-table tbody tr td:first-of-type {
    width: auto;
  }
  .main-content .club-info .overview-tab .club-info-table tbody tr td p {
    text-align: left;
  }
  .main-content .club-info .tables-container .table-button-container table tr td.team .team-name {
    display: flex;
  }
  .main-content .club-info .tables-container .table-button-container table tr td.team .team-flag {
    margin: 0;
  }
  .main-content .right-column .ticket-card footer {
    padding: 0;
  }
  .main-content .right-column .ticket-card footer .buy-tickets-button {
    margin: auto;
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .main-content .club-info .club-info-tabs {
    grid-template-columns: auto auto;
  }
  .main-content .club-info .premier-league-results .filters-row {
    justify-content: space-between;
  }
  .main-content .club-info .premier-league-standings .nav-tabs.tabs-count-5 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .main-content .club-info .premier-league-standings .nav-tabs.tabs-count-5 .nav-item:nth-child(1) {
    grid-column: span 2;
  }
  .main-content .club-info .premier-league-standings .nav-tabs.tabs-count-5 .nav-item:nth-child(2) {
    grid-column: span 2;
  }
  .main-content .club-info .premier-league-standings .nav-tabs.tabs-count-5 .nav-item:nth-child(3) {
    grid-column: span 2;
  }
  .main-content .club-info .premier-league-standings .nav-tabs.tabs-count-5 .nav-item:nth-child(4) {
    grid-column: span 3;
  }
  .main-content .club-info .premier-league-standings .nav-tabs.tabs-count-5 .nav-item:nth-child(5) {
    grid-column: span 3;
  }
  .main-content .club-info .premier-league-standings .nav-tabs.tabs-count-6 {
    display: grid;
    grid-template-columns: auto auto auto;
  }
  .main-content .club-info .heading-and-dropdown-container {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .main-content .club-info #transfers .arrivals-deparatures .sort-filter-container {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: center;
  }
  .main-content .club-info #transfers .arrivals-deparatures .sort-filter-container .reset-filters-btn {
    margin-right: 0;
  }
  .main-content .club-info .top-scorers-and-assists .heading-and-dropdown-container .dropdown-container, .main-content .club-info .arrivals-deparatures .heading-and-dropdown-container .dropdown-container {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 460px) {
  .main-content .club-info .top-scorers-and-assists .sort-filter-container, .main-content .club-info .arrivals-deparatures .sort-filter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-content .club-info #transfers .arrivals-deparatures .sort-filter-container {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 430px) {
  .main-content .club-info .premier-league-results .filters-row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 420px) {
  .main-content .club-info .club-info-tabs {
    grid-template-columns: auto;
  }
}

/*# sourceMappingURL=club-info.css.map */
