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

.main-content {
  padding: 0;
}
.main-content .head-2-head {
  margin-top: 4rem;
}
.main-content .head-2-head .intro-content {
  margin-bottom: 2rem;
}
.main-content .head-2-head .intro-content .intro-content-left {
  width: 100%;
}
.main-content .head-2-head .intro-content .intro-content-left .intro-content-left-text .bold, .main-content .head-2-head .intro-content .intro-content-left .intro-content-left-text strong {
  font-family: "Poppins-Bold";
}
.main-content .head-2-head .h2h-soccer-stats > header {
  padding: 0.6rem 1.5rem;
  background-color: #149688;
}
.main-content .head-2-head .h2h-soccer-stats > header h3 {
  color: #fff;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container {
  display: flex;
  gap: 5.3rem;
  justify-content: center;
  align-items: center;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div {
  margin: 1.4rem 0 2.3rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div label {
  font-family: "Poppins-Bold";
  margin-bottom: 0.7rem;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div input {
  width: 20rem;
  border: none;
  border-radius: 0.7rem;
  padding: 0.4rem 1rem;
  padding-right: 2.5rem;
  background-color: var(--white-gray-light-bkg);
  background-image: url("../../img/icons/search.svg");
  background-size: auto 1.2rem;
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  -webkit-box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  color: var(--text-white);
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div input::placeholder {
  color: var(--light-white);
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div input:focus {
  outline: 0.0625rem solid #149688;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown {
  position: absolute;
  top: 5rem;
  left: 0;
  width: 100%;
  border: 0.0625rem solid #149688;
  border-radius: 0.6rem;
  background: var(--white-gray-light-bkg);
  padding: 0 1.5rem 0 1.3rem;
  z-index: 10;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown .input-dropdown-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 0 0.6rem 0;
  border-bottom: 0.0625rem solid var(--light-gray-border);
  cursor: pointer;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown .input-dropdown-item:hover {
  color: #149688;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown .input-dropdown-item:last-of-type {
  border-bottom: none;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown .input-dropdown-item .dropdown-team-info {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  width: 100%;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown .input-dropdown-item .team-crest {
  height: 1.4rem;
  width: 1.4rem;
  object-fit: contain;
  flex-shrink: 0;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown .input-dropdown-item .dropdown-team-text {
  display: flex;
  flex-direction: column;
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown .input-dropdown-item .dropdown-team-name {
  font-family: "Poppins-Bold";
  font-size: 0.9rem;
  color: var(--text-white);
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown .input-dropdown-item .dropdown-team-league {
  font-size: 0.75rem;
  color: var(--light-white);
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .input-dropdown .input-dropdown-item.keyboard-active {
  color: #149688;
  background-color: var(--light-gray-bkg);
}
.main-content .head-2-head .h2h-soccer-stats .inputs-container > div .hidden {
  display: none;
}
.main-content .head-2-head .h2h-soccer-stats .btn-green-border {
  margin: 0 auto 2.3rem;
  padding: 0.7rem 3rem;
  min-width: 20rem;
  display: block;
}
.main-content .head-2-head .h2h-soccer-stats .btn-green-border:disabled,
.main-content .head-2-head .h2h-soccer-stats .btn-green-border.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.main-content .head-2-head .h2h-soccer-stats .h2h-comparison {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--light-gray-border);
  padding: 1.8rem 1rem 3rem;
  margin-bottom: 1.5rem;
}
.main-content .head-2-head .h2h-soccer-stats .h2h-comparison img {
  height: 3.5rem;
  margin-bottom: 1.3rem;
}
.main-content .head-2-head .h2h-soccer-stats .h2h-comparison h4 {
  margin-bottom: 0.5rem;
}
.main-content .head-2-head .worlds-live-sportsbook {
  margin-bottom: 2.5rem;
}
.main-content .head-2-head .nav-tabs {
  position: relative;
  font-family: "Poppins-Bold";
  line-height: 1.5625rem;
  border: none;
  display: flex;
  justify-content: space-between;
}
.main-content .head-2-head .nav-tabs li {
  flex: 1;
  background: var(--light-gray-border);
}
.main-content .head-2-head .nav-tabs li .nav-link {
  border: none;
  border-radius: 0;
  color: var(--text-white);
  border-top: 0.225rem solid #149688;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-content .head-2-head .nav-tabs li .nav-link.active {
  position: relative;
  background: #149688;
  color: #fff;
}
.main-content .head-2-head .nav-tabs li .nav-link.active img {
  filter: invert(100%) brightness(1000%);
}
.main-content .head-2-head .nav-tabs li .nav-link.active::after {
  content: "";
  position: absolute;
  top: 2.5rem;
  width: 0.8rem;
  height: 0.8rem;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.6rem solid #149688;
}
.main-content .head-2-head .tab-pane {
  padding: 1.7rem 0 0;
}
.main-content .head-2-head .tab-pane .team-stats {
  margin-bottom: 1.9rem;
}
.main-content .head-2-head .tab-pane .team-stats > header {
  margin-bottom: 0.1rem;
  padding: 0.5rem 1.5rem;
  background-color: #149688;
}
.main-content .head-2-head .tab-pane .team-stats > header h3 {
  color: #fff;
  text-transform: uppercase;
  padding-top: 0.2rem;
}
.main-content .head-2-head .tab-pane .team-stats .teams {
  gap: 0.5rem;
  align-items: stretch;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team {
  background-color: var(--white-gray-light-bkg);
  text-align: center;
  flex: 1;
  -webkit-box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0.0625rem 0.375rem 0 rgba(0, 0, 0, 0.16);
}
.main-content .head-2-head .tab-pane .team-stats .teams .team header {
  background-color: var(--light-gray-bkg);
  padding: 0.6rem;
  margin-bottom: 1.2rem;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .team-logo {
  margin: 0 auto;
  height: 9.2rem;
  width: 9.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .ppg {
  padding: 0.9rem 0 0.4rem;
  margin: 0 1.7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.0625rem solid #149688;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .ppg span {
  background-color: #149688;
  padding: 0.2rem 1.5rem;
  color: #fff;
  border-radius: 0.6rem;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .ppg span.defeated-team {
  background-color: rgba(20, 150, 136, 0.7);
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .last-matches {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 1.7rem 2.6rem;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .last-matches span {
  font-size: 0.875rem;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .last-matches .form-container {
  display: flex;
  gap: 0.1rem;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .last-matches .form-container > div {
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .last-matches .form-container .form-w {
  background-color: #149688;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .last-matches .form-container .form-l {
  background-color: red;
}
.main-content .head-2-head .tab-pane .team-stats .teams .team .last-matches .form-container .form-d {
  background-color: #F3DE1C;
}
.main-content .head-2-head .tab-pane .h2h-stats {
  margin-top: 1.9rem;
  background: linear-gradient(0deg, rgba(var(--table-bg), 0.5) 30%, rgba(255, 255, 255, 0) 50%);
}
.main-content .head-2-head .tab-pane .h2h-stats header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.main-content .head-2-head .tab-pane .h2h-stats .progress {
  --bs-progress-height: 0.75rem;
  --bs-progress-bg:var(--dark-gray);
  --bs-progress-border-radius:1rem;
}
.main-content .head-2-head .tab-pane .h2h-stats .progress .progress-bar {
  --bs-progress-bar-bg:#149688;
}
.main-content .head-2-head .tab-pane .h2h-stats .stats-summary {
  padding: 2.4rem 0 1.4rem;
  gap: 5.7rem;
}
.main-content .head-2-head .tab-pane .h2h-stats .stats-summary .stat-item {
  text-align: center;
  flex: 1;
  padding: 0 0.7rem;
}
.main-content .head-2-head .tab-pane .h2h-stats .stats-summary .stat-item .progress-title, .main-content .head-2-head .tab-pane .h2h-stats .stats-summary .stat-item .progress-percentage {
  font-family: "Poppins-SemiBold";
}
.main-content .head-2-head .tab-pane .h2h-stats .stats-summary .stat-item .progress-title {
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.main-content .head-2-head .tab-pane .h2h-stats .stats-summary .stat-item .progress-info {
  margin-top: 0.8rem;
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats {
  padding-bottom: 2.3rem;
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item {
  padding: 1.7rem 0 0.8rem;
  border-top: 0.125rem solid var(--light-gray-border);
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item:first-of-type {
  border-top: none;
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item.hidden-row {
  display: none;
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item .progress-wrapper {
  display: flex;
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item .progress-wrapper .progress-container {
  flex: 1;
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item .progress-wrapper .progress-container .progress-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1rem;
  margin-bottom: 0.3rem;
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item .progress-wrapper .progress-container .progress-title span {
  padding: 0 0.3rem;
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item .progress-wrapper .progress-container .progress-title .progress-title-main {
  margin-bottom: 0.5rem;
  font-family: "Poppins-SemiBold";
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item .progress-wrapper .progress-info {
  width: 8.5%;
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item .progress-wrapper .progress-info .progress-percentage {
  font-family: "Poppins-SemiBold";
}
.main-content .head-2-head .tab-pane .h2h-stats .additional-stats .btn-show-more {
  width: fit-content;
  margin: 0 auto;
  padding: 0.7rem 1.4rem;
  border: 0.0625rem solid #149688;
  color: #149688;
  border-radius: 1.4375rem;
  display: flex;
  gap: 0.5rem;
  font-family: "Poppins-Bold";
  transition: 0.5s;
  text-align: center;
}
.main-content .head-2-head .tab-pane .gray-table {
  margin: 0;
}
.main-content .head-2-head .tab-pane .gray-table .highlighted {
  background-color: rgba(20, 150, 136, 0.2);
}
.main-content .head-2-head .tab-pane .gray-table th, .main-content .head-2-head .tab-pane .gray-table td {
  text-align: center;
  vertical-align: middle;
  border: none;
}
.main-content .head-2-head .tab-pane .gray-table th {
  font-family: "Poppins-SemiBold";
  padding: 0rem 0.5rem;
  color: var(--text-white);
}
.main-content .head-2-head .tab-pane .gray-table th .crest-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
.main-content .head-2-head .tab-pane .gray-table th .crest-header img {
  height: 2.5rem;
}
.main-content .head-2-head .tab-pane .gray-table td {
  border-collapse: separate;
  border-spacing: 0.3rem 0.7rem;
  padding: 0.2rem 0.5rem;
  background-color: var(--light-gray-border);
}
.main-content .head-2-head .tab-pane .stats-tables {
  margin-top: 2rem;
}
.main-content .head-2-head .tab-pane .stats-tables .gray-table {
  border-collapse: separate;
  border-spacing: 0.3rem 0.7rem;
}
.main-content .head-2-head .tab-pane .stats-tables .gray-table th, .main-content .head-2-head .tab-pane .stats-tables .gray-table td {
  width: 33%;
}
.main-content .head-2-head .tab-pane .stats-tables .gray-table th:nth-child(2) {
  color: #149688;
}
.main-content .head-2-head .tab-pane .head-to-head h1,
.main-content .head-2-head .tab-pane .head-to-head h2 {
  margin-top: 0;
  text-transform: none;
}
.main-content .head-2-head .tab-pane .head-to-head header {
  background-color: #149688;
  text-align: center;
  padding: 0.7rem;
}
.main-content .head-2-head .tab-pane .head-to-head header h1,
.main-content .head-2-head .tab-pane .head-to-head header h2 {
  color: #fff;
}
.main-content .head-2-head .tab-pane .head-to-head .teams-container {
  margin: 2.2rem 0 2.6rem;
}
.main-content .head-2-head .tab-pane .head-to-head .teams-container h1,
.main-content .head-2-head .tab-pane .head-to-head .teams-container h2 {
  letter-spacing: 0;
}
.main-content .head-2-head .tab-pane .head-to-head .teams-container .team {
  margin: 0 3.4rem;
}
.main-content .head-2-head .tab-pane .head-to-head .teams-container .team img {
  height: 9rem;
}
.main-content .head-2-head .tab-pane .head-to-head .table-heading {
  border-bottom: 0.125rem solid #149688;
  margin-bottom: 0.4rem;
}
.main-content .head-2-head .tab-pane .head-to-head .gray-table {
  border-collapse: separate;
  border-spacing: 0.3rem 0.2rem;
}
.main-content .head-2-head .tab-pane .head-to-head .gray-table th, .main-content .head-2-head .tab-pane .head-to-head .gray-table td {
  width: 25%;
  font-family: "Poppins-SemiBold";
  padding: 0.4rem 0.5rem;
}
.main-content .head-2-head .tab-pane .head-to-head .gray-table tbody tr td:first-of-type {
  text-align: left;
}
.main-content .head-2-head .tab-pane .head-to-head .gray-table tbody tr:nth-of-type(even) td {
  background-color: var(--white-gray-bkg);
}
.main-content .head-2-head .tab-pane .head-to-head .gray-table tbody tr:last-of-type td {
  background-color: #149688;
  color: #fff;
}
.main-content .head-2-head .tab-pane .head-to-head .white-table td {
  width: 33%;
  font-family: "Poppins-SemiBold";
  padding: 0.75rem 0.5rem;
}
.main-content .head-2-head .tab-pane .head-to-head .white-table td:first-of-type {
  text-align: right;
}
.main-content .head-2-head .tab-pane .head-to-head .white-table td:nth-last-of-type(2) {
  text-align: center;
}
.main-content .head-2-head .tab-pane .head-to-head .white-table td span {
  background-color: rgba(20, 150, 136, 0.2);
  padding: 0.2rem 1.15rem;
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row {
  grid-template-columns: repeat(24, 1fr);
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row .table-league {
  position: relative;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  grid-area: 1/1/2/5;
}
.main-content .head-2-head .tab-pane .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 .head-2-head .tab-pane .match-center-table .match-center-table-row .table-time {
  background: var(--light-gray-border);
  margin: 0.2rem;
  font-size: 1rem;
  padding: 0.41rem 0.6rem;
  grid-area: 1/5/2/9;
  height: calc(100% - 0.4rem);
  align-items: center;
  justify-content: center;
  display: flex;
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row .table-teams {
  font-size: 0.875rem;
  grid-area: 1/9/2/19;
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row .table-teams span {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row .table-teams span > img {
  height: 1.2rem;
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row .table-teams span:first-child {
  width: 41.5%;
  justify-content: end;
  text-decoration: underline;
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row .table-teams span:nth-child(2) {
  width: 17%;
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row .table-teams span:last-child {
  width: 41.5%;
  text-decoration: underline;
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row .table-teams .results {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
}
.main-content .head-2-head .tab-pane .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 .head-2-head .tab-pane .match-center-table .match-center-table-row .match-center-table-btn {
  grid-area: 1/19/3/25;
}
.main-content .head-2-head .tab-pane .match-center-table .match-center-table-row .table-quote-hidden-content {
  grid-area: 2/1/3/19;
}
.main-content .head-2-head .tab-pane .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 .head-2-head .tab-pane .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 .head-2-head .tab-pane .match-center-table .more-matches-btn i {
  margin-left: 0.7rem;
}
.main-content .head-2-head .descriptive-cards-section .content-header {
  margin-bottom: 3.2rem;
}
.main-content .head-2-head .descriptive-cards-section .content-header h3 {
  margin-top: 3rem;
}
.main-content .head-2-head .soccer-betting-resources {
  margin-top: 2.3rem;
}
.main-content .right-column {
  padding-top: 7rem;
}
.main-content .right-column .teams-table .teams-header {
  text-align: center;
  background-color: #149688;
  color: white;
  padding: 0.4rem 0;
}
.main-content .right-column .teams-table .teams-header h3 {
  font-family: "LeagueSpartan-Bold", sans-serif;
  font-size: 22px;
  line-height: 26.4px;
  font-weight: 600;
  font-style: normal;
  padding-top: 0.3rem;
}
.main-content .right-column .teams-table .team-list {
  border: 0.125rem solid var(--light-gray-border);
  border-top: none;
  list-style: none;
  padding: 0 0.7rem;
  padding-bottom: 1.1rem;
  margin: 0;
}
.main-content .right-column .teams-table .team-list .team-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 0.5rem;
  border-bottom: 0.0625rem solid var(--light-gray-border);
}
.main-content .right-column .teams-table .team-list .team-item:last-child {
  border-bottom: none;
}
.main-content .right-column .teams-table .team-list .team-item .team-name {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.875rem;
}
.main-content .right-column .teams-table .team-list .team-item .team-name img {
  width: 1.4rem;
  height: 1.4rem;
}
.main-content .right-column .teams-table .team-list .team-item .team-buttons {
  display: flex;
  gap: 0.25rem;
}
.main-content .right-column .teams-table .team-list .team-item .team-buttons .green-btn {
  border-radius: 0.2rem;
  padding: 0.1rem 0.4rem;
  font-size: 0.75rem;
  line-height: 1.1875rem;
  font-family: "Poppins-Regular";
}

@media (max-width: 767px) {
  .main-content .head-2-head .h2h-soccer-stats .inputs-container {
    flex-direction: column;
    gap: 0;
  }
  .main-content .head-2-head .h2h-soccer-stats .btn-green-border {
    padding: 0.7rem 1.6rem;
  }
  .main-content .head-2-head .tab-pane .h2h-stats .additional-stats .stat-item .progress-wrapper .progress-info {
    width: 15%;
  }
  .main-content .head-2-head .tab-pane .h2h-stats .stats-summary {
    gap: 2rem;
  }
  .main-content .head-2-head .tab-pane .h2h-stats .additional-stats {
    gap: 2rem;
  }
}

.main-content .head-2-head .h2h-stats .dropdown-checkbox { display: none; }
.main-content .head-2-head .h2h-stats .dropdown-checkbox.open { display: block; }
.main-content .head-2-head .h2h-stats .dropdown-checkbox ul { list-style: none; padding: 0.5rem 0; margin: 0; }
.main-content .head-2-head .h2h-stats .dropdown-checkbox ul li { padding: 0; }
.main-content .head-2-head .h2h-stats .dropdown-checkbox .h2h-category-btn {
  display: block;
  width: 100%;
  padding: 0.4rem 1rem;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 0.9rem;
}
.main-content .head-2-head .h2h-stats .dropdown-checkbox .h2h-category-btn:hover,
.main-content .head-2-head .h2h-stats .dropdown-checkbox .h2h-category-btn.active {
  background: #f0f0f0;
  font-family: 'Poppins-SemiBold', sans-serif;
}
.main-content .head-2-head .h2h-stats .stats-summary .no-category-data {
  padding: 1rem;
  color: #888;
  font-style: italic;
}

.main-content .head-2-head .h2h-matches-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 1.2rem 0;
}
.main-content .head-2-head .h2h-matches-filters .h2h-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 1rem;
  border: 1px solid #00a878;
  border-radius: 2rem;
  background: transparent;
  color: #00a878;
  font-family: 'Poppins-SemiBold', sans-serif;
  font-size: 0.85rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.main-content .head-2-head .h2h-matches-filters .h2h-filter-btn .filter-count {
  background: #00a878;
  color: #fff;
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
}
.main-content .head-2-head .h2h-matches-filters .h2h-filter-btn.active,
.main-content .head-2-head .h2h-matches-filters .h2h-filter-btn:hover {
  background: #00a878;
  color: #fff;
}
.main-content .head-2-head .h2h-matches-filters .h2h-filter-btn.active .filter-count,
.main-content .head-2-head .h2h-matches-filters .h2h-filter-btn:hover .filter-count {
  background: #fff;
  color: #00a878;
}
.main-content .head-2-head .h2h-no-filter-results {
  text-align: center;
  padding: 2rem;
  color: #888;
}

/*# sourceMappingURL=head-to-head.css.map */
