/* Import font */
@import url('https://fonts.googleapis.com/css2?family=Squada+One&family=Poppins:wght@300;400;600&display=swap');

:root {
    font-family: "Squada One";
}

a {
    text-decoration: none;
}

.btn-utama {
    background:linear-gradient(90deg, #C30000 0%, #8D0000 100%) ;
}

header {
    background: linear-gradient(90deg, #C30000 0%, #8D0000 100%);
    padding: 10px 0;
}

.navbar-nav .nav-link { 
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: white;
    transition: color 0.3s ease-in-out;
    font-family: "Squada One";
}

.navbar-nav .nav-link:hover {
    color: #EAFF00;
}

.text-yellow {
    color: #EAFF00 !important;
}

.logo {
    width: 90px;
    height: auto;
}


/* =============================Banner-Hero========================== */
.hero{
    height: 315px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('assets/img/Rectangle\ 2.png');
}


/* ============================Section============================ */
.expo-section {
    padding: 60px 0;
    background-color: #fff;
}

.expo-logo {
    width: auto;
    height: 200px;
}

.expo-title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    border-bottom: 5px solid #C30000;
    display: inline-block;
    padding-bottom: 5px;
    font-family: "Squada One";
}

.logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

.logos-container img {
    height: 50px;
}

.btn-detail-turnamen {
    background-color: #C30000;
    color: #fff;
    padding: 10px 270px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    transition: 0.3s;
    text-decoration: none;
}

.btn-detail-turnamen:hover {
    background-color: #8D0000;
}

.tournament-card {
    /* width: 300px; */
    border: none;
    border-radius: 10px;
    text-align: center;
    background: #fff;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.25);
}

.card-banner {
    width: 100%;
    height: 170px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-logo {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #000;
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-logo img {
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.card-content {
    margin-top: 30px;
    padding: 10px;
}

.card-content h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: "Squada One";
}

.card-content p {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.btn-detail {
    background: linear-gradient(90deg, #C30000 0%, #8D0000 100%);
    color: #fff;
    padding: 8px 60px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    transition: 0.3s;
    cursor: pointer;
}

.btn-detail:hover {
    background: #8D0000;
}


.match-section {
    padding: 50px 0;
    background-color: #fff;
}

.nav-tabs {
    justify-content: center;
    border-bottom: none;
    font-family: "Squada One";
}

.nav-tabs .nav-link {
    font-weight: 500;
    color: #000;
    padding: 10px 15px;
    border: none;
}

@media (max-width:512px) {
    .nav-tabs .nav-link {
        font-size : 12px;
    }
}

.nav-tabs .nav-link.active {
    color: #C30000;
    border-bottom: 3px solid #C30000;
}

.tab-content {
    margin-top: 20px;
}

*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  font-family: var(--heading-font);
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--contrast-color);
  background-color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

.portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -100%;
  z-index: 3;
  transition: all ease-in-out 0.5s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}


.tournament-header {
    padding: 40px 0;
    background-color: #fff;
    text-align: start;
    font-family: "Squada One";
}

.tournament-logo {
    width: 100%;
    max-width: 220px;
    text-align: end;
}

.tournament-title {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.tournament-description {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
}

.tournament-details {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    margin-top: 10px;
}

.tournament-details i {
    color: #C30000;
    margin-right: 5px;
}

.tournament-date {
    margin-left: 20px;
}

.sponsor-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.sponsor-logos img {
    height: 50px;
    transition: transform 0.3s ease-in-out;
}

.sponsor-logos img:hover {
    transform: scale(1.1);
}

.garis-vertikal {
    width: 10px; /* Ubah ketebalan garis */
    height: 160px; /* Atur tinggi garis */
    background: #C30000;
    justify-content: center;
    margin: 2px auto;
  }

  .match-schedule {
    padding: 40px 0;
    background-color: #f8f9fa;
}

.match-date {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    padding: 0 100px;
}

@media(max-width:512px) {
    .match-date {
        padding :0 0;
        font-size :10px;
    }
}

/* Kartu Pertandingan */
.match-card {
    background: white;
    border-radius: 12px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

/* Info Pertandingan */
.match-info {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #777;
    margin-bottom: 10px;
}

/* Tim dengan Nama di Samping Logo */
.team-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0;
}

/* Logo Tim */
.team img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

/* Nama Tim */
.team-name {
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    color: #000;
}

.team-name a {
    color: #000;
}

/* Skor */
.score {
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    right: 70px;
    color: #000;
}

/* Status Pertandingan */
.match-status {
    position: absolute;
    right: 15px;
    top: 60%;
    transform: translateY(-50%);
    color: white;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
}

.bm {
    background: purple;
}
.sm {
    background: rgb(0, 128, 0);
}

.ft {
    background-color: #3F915F;
    font-family: "Poppins";
    padding: 6px 12px;
    font-weight: bold;
    border-radius: 5px;

}

@media (max-width:512px) {
    .team-name {
        font-size: 9px;
    }
    
    .score {
        font-size:12px;
    }
    
    .match-status {
        font-size : 10px;
    }
    
    .match-info {
        font-size : 7px;
    }
    
    .team img {
        width: 30px;
        height: 30px;
    }
}

/* Responsiveness */
@media (max-width: 768px) {
    .match-card {
        width: 100%;
    }
}


.tournament-bracket {
    padding: 40px 0;
    background: #f8f9fa;
    text-align: center;
}

.tournament-bracket .section-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Struktur Bagan */
.tournament-bracket .bracket {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
}

/* Setiap Babak */
.tournament-bracket .round {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

/* Kartu Pertandingan */
.tournament-bracket .match {
    background: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 2px solid #ddd;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 250px;
}

/* Garis Koneksi Bagan */
.tournament-bracket .match::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: black;
    right: -40px;
    top: 50%;
}

.tournament-bracket .round.final .match::after {
    display: none; /* Garis di final tidak perlu lanjut */
}

/* Tim */
.tournament-bracket .team {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 5px 0;
}

.tournament-bracket .team img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

.tournament-bracket .team-name {
    font-size: 16px;
    font-weight: bold;
    flex: 1;
    text-align: left;
}

.tournament-bracket .score {
    font-size: 18px;
    font-weight: bold;
}

/* Responsiveness */
@media (max-width: 768px) {
    .tournament-bracket .bracket {
        flex-direction: column;
        align-items: center;
    }
}


#bracket {
    overflow:hidden;
    background-color: #ffffff00;
    padding-top: 20px;
    font-size: 12px;
    padding: 0  0 60px 0;
}

.container-bracket {
    width: 80%;
    justify-content: center;
    margin: 0 auto;
}

.container-bracket .split {
    display:block;
    float:left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    width: 35%;
    -webkit-flex-direction:row;
    -moz-flex-direction:row;
    flex-direction:row;
}

.container-bracket .champion {
    float:left;
    display:block;
    width: 30%;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-align-self:center;
    align-self:center;
    margin-top: 55px;
    text-align: center;
    padding: 230px 0\9;
} 

.container-bracket .champion i {
    color: #a0a6a8; 
    font-size: 45px;
    padding: 10px 0; 
}

.container-bracket .round {
    display:block;
    float:left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
    -webkit-flex-direction:column;
    flex-direction:column;
    width:95%;
    width:30.8333%\9;
}

.container-bracket .split-two {
    font-family: "Poppins";
}

.container-bracket .split-one .round {
    margin: 0 2.5% 0 0;
}

.container-bracket .split-two .round {
    margin: 0 0 0 2.5%;
}

.container-bracket .matchup {
    margin:0;width: 100%;padding: 10px 0;height:60px;-webkit-transition: all 0.2s;transition: all 0.2s;
}

.container-bracket .score {
    font-size: 11px;text-transform: uppercase;float: right;color: #2C7399;font-weight: bold;font-family: 'Roboto Condensed', sans-serif;position: absolute;right: 5px;
}

.container-bracket .card {
    gap: 15px; /* Jarak antar elemen */
    padding: 10px;
    background: white;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    width: 100%; /* Pastikan elemen melebar */
}

.container-bracket .card .tanding {
    display: flex;
    align-items: center; /* Posisikan elemen di tengah vertikal */
    justify-content: space-between; /* Jarak antar elemen */
    flex-direction: row; /* Atur elemen dalam satu baris */
}

/* Gaya untuk teks skor */
.container-bracket .card h4, .card h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.container-bracket .card p {
    margin: 0 auto;
    color: #777;
}

.container-bracket .card img {
    width: 50px;
    height: 50px;
}

.container-bracket .pemisah {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.round-two .matchup {
    margin:0; height: 60px;padding: 50px 0;
}

.round-three .matchup {
    margin:0; 
    height: 60px; 
    padding: 60px 0;
    background-color: none;
}

.round-details {
    font-family: 'Roboto Condensed', sans-serif; font-size: 13px; color: #2C7399;text-transform: uppercase;text-align: center;height: 40px;
}

.champion li, .round li {
    background-color: #d60000;box-shadow: none; opacity: 0.45;
}

.current li {
    opacity: 1;
}

.current li.team {
    background-color: #d60000;box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);opacity: 1;
}

.vote-options {
    display: block;height: 52px;
}

.share .container {
    margin: 0 auto; text-align: center;
}

.share-icon {
    font-size: 24px; color: #d60000;padding: 25px;
}

.share-wrap {
    max-width: 1100px; text-align: center; margin: 60px auto;
}

.final {
    margin: 4.5em 0;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.group-card {
    width: 354px;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}
.group-title {
    color: #d32f2f;
    font-size: 20px;
    font-weight: bold;
}
.table th, .table td {
    vertical-align: middle;
    font-size: 10px;
}
.klasemen .team-logo {
    width: 25px;
    height: 25px;
}
.klasemen .team-name {
    width: 150px;
}

.player-card {
    margin-bottom: 20px;
}
.player-card img {
    width: 100%;
    height: auto;
}
.player-info {
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 1.2;
    font-family: "Squada One";
}
.player-stats {
    font-size: 1rem;
    font-family: "Squada One";
}

.team-info {
    font-size: 12px;
    color: #777;
    font-weight: 500;
}

#top-skor h2 {
    font-family: "Squada One";
    color: #C30000;
}

@media (max-width: 512px) {
    .player-card {
        margin-bottom: 14px; /* 30% lebih kecil dari 20px */
    }

    .player-card img {
        width: 70%; /* 30% lebih kecil dari 100% */
        height: auto;
        display: block;
        margin: 0 auto; /* Supaya tetap rapi di tengah */
    }

    .player-info {
        font-size: 0.84rem; /* 30% lebih kecil dari 1.2rem */
        line-height: 1.1;
    }

    .player-stats {
        font-size: 0.7rem; /* 30% lebih kecil dari 1rem */
    }

    .team-info {
        font-size: 8.4px; /* 30% lebih kecil dari 12px */
    }

    #top-skor h2 {
        font-size: 1.4rem; /* Menyesuaikan agar lebih proporsional */
    }
}


.match-detail {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}
.team-logo {
    width: 100px;
    height: 100px;
}
.score-detail {
    font-size: 36px;
    font-weight: bold;
}
.ft-detail {
    background-color: #28a745;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 18px;
}
.scorer {
    font-size: 14px;
    color: #666;
}
.scorer i {
    margin-left: 5px;
}
.header-logo {
    margin: 20px auto;
    width: 300px;
}
.team-info {
    display: flex;
    align-items: center;
    width:183px;
}
.team-info div {
    margin-left: 10px;
}

/* Induk utama */
.match-details {
    text-align: center;
    margin-top: 20px;
}

/* === Tab Navigasi === */
.match-details .tab {
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    border-bottom: 3px solid transparent;
    margin: 0 15px;
}

.match-details .tab.active {
    border-bottom: 3px solid red;
}

.match-details .tab-content {
    display: none;
}

.match-details .tab-content.active {
    display: block;
}

/* === Lapangan dan Pemain === */
.match-details .field-img {
    width: 100%;
    max-width: 600px;
}

.match-details .player-info-left {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: start;
}

.match-details .player-info-right {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}

.match-details .player-img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.match-details .player-name {
    font-weight: bold;
}

/* === Statistik === */
.match-details .team-logo {
    width: 80px;
}

.match-details .stat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.match-details .progress-bar {
    width: 60%;
    height: 10px;
    background: lightgray;
    display: flex;
    position: relative;
}

.match-details .progress {
    height: 100%;
    background: green;
}

/* Induk utama */
.match-formation {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

/* === Formasi Pilihan === */
.match-details .formation-options {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.formation-options button {
    padding: 5px 10px;
    border: 1px solid black;
    background: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}

.formation-options button.active {
    background: red;
    color: white;
}

/* === Lapangan Sepak Bola === */
.field-container {
    width: 600px;
    position: relative;
    margin: auto;
}

/* === Gambar Lapangan === */
.field-img {
    width: 100%;
    border-radius: 5px;
}

@media (max-width:512px) {
    .field-container {
        width: 450px;
        margin: 0 0;
    }

    #lineup .row {
        padding-left: 0;
        padding-right: 0;
    }
}


/* === Posisi Pemain === */
.match-formation .player {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Lingkaran Nomor Pemain */
.match-formation .player-number {
    width: 20px;
    height: 20px;
    background: black;
    color: white;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3px;
}

/* Foto Pemain */
.match-formation .player-img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid white;
}

/* Nama Pemain */
.match-formation .player-name {
    font-size: 8px;
    font-weight: bold;
    text-align: center;
    width: 50px;
}

@media (max-width: 512px) {
    /* === Match Detail === */
    .match-detail {
        margin-top: 14px; /* 30% lebih kecil dari 20px */
        font-size: 10px; /* 30% lebih kecil dari 14px */
    }

    .team-logo {
        width: 50px; /* 30% lebih kecil dari 100px */
        height: 50px; /* 30% lebih kecil dari 100px */
    }

    .score-detail {
        font-size: 18px; /* 30% lebih kecil dari 36px */
    }

    .ft-detail {
        font-size: 12px; /* 30% lebih kecil dari 18px */
        padding: 3px 7px; /* Menyesuaikan agar tetap proporsional */
    }

    .scorer {
        font-size: 10px; /* 30% lebih kecil dari 14px */
    }

    .header-logo {
        width: 210px; /* 30% lebih kecil dari 300px */
        margin: 15px auto; /* 30% lebih kecil dari 20px */
    }

    .team-info {
        width: 128px; /* 30% lebih kecil dari 183px */
    }

    .team-info div {
        margin-left: 7px; /* 30% lebih kecil dari 10px */
    }

    /* === Tab Navigasi === */
    .match-details .tab {
        font-size: 12px; /* 30% lebih kecil dari 18px */
        padding: 4px;
        margin: 0 10px;
    }

    .match-details .tab-content {
        padding: 10px; /* Agar kontennya tetap nyaman dibaca */
    }

    /* === Lapangan dan Pemain === */
    .match-details .field-img {
        max-width: 420px; /* 30% lebih kecil dari 600px */
    }

    .match-details .player-img {
        width: 35px; /* 30% lebih kecil dari 50px */
        height: 35px;
    }

    .match-details .player-name {
        font-size: 10px; /* 30% lebih kecil dari default */
    }

    /* === Statistik === */
    .match-details .team-logo {
        width: 56px; /* 30% lebih kecil dari 80px */
    }

    .match-details .stat-item {
        margin-bottom: 7px; /* 30% lebih kecil dari 10px */
    }

    .match-details .progress-bar {
        width: 50%; /* 30% lebih kecil dari 60% */
        height: 7px; /* 30% lebih kecil dari 10px */
    }

    /* === Formasi === */
    .field-container {
        width: 200px; /* 30% lebih kecil dari 600px */
    }

    .match-formation .player-number {
        width: 14px; /* 30% lebih kecil dari 20px */
        height: 14px;
        font-size: 7px; /* 30% lebih kecil dari 10px */
    }

    .match-formation .player-img {
        width: 10px; /* 30% lebih kecil dari 25px */
        height: 10px;
    }

    .match-formation .player-name {
        font-size: 2px; /* 30% lebih kecil dari 8px */
        width: 20px; /* 30% lebih kecil dari 50px */
    }
}


.custom-pagination {
    gap: 8px;
}

.custom-pagination .page-item {
    transition: all 0.3s ease-in-out;
}

.custom-pagination .page-item .page-link {
    width: 30px;
    height: 30px;
    line-height: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    border: none;
    color: #333;
    background-color: #f8f9fa;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.custom-pagination .page-item .page-link:hover {
    background-color: #C30000;
    color: white;
    transform: scale(1.1);
}

.custom-pagination .page-item.active .page-link {
    background-color: #C30000;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 5px 10px rgba(255, 0, 0, 0.3);
}

.custom-pagination .page-item.disabled .page-link {
    background-color: #e9ecef;
    color: #6c757d;
    box-shadow: none;
}

.logos-carousel-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

.logos-carousel {
    display: flex;
    animation: scroll-logos 10s linear infinite;
    white-space: nowrap;
    gap : 20px
}

.logos-carousel img {
    width: 40px; /* Sesuaikan ukuran logo */
    height: auto;
    flex-shrink: 0;
}

/* Animasi untuk infinite scrolling tanpa jeda */
@keyframes scroll-logos {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%); /* Pindahkan setengah dari total panjang */
    }
}


#statistics .progress {
    height: 20px;
    background-color: #dee2e6;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

#statistics .progress-bar {
    transition: width 0.8s ease-in-out;
    line-height: 20px;
    font-weight: bold;
    color: white;
    text-align: center;
}

#statistics .progress-bar.team1 {
    background-color: #28a745;
    border-radius: 8px 0 0 8px;
    height : 20px;
    text-align: start;
    padding: 10px;
}

#statistics .progress-bar.team2 {
    background-color: red;
    border-radius: 0 8px 8px 0;
    height: 20px;
    text-align: end;
    padding: 10px;
}

#statistics .progress-bar.red {
    background-color: #dc3545;
}

#statistics .team-img {
    max-width: 80px;
    border-radius: 50%;
    border: 2px solid #ddd;
    padding: 5px;
}

#statistics h2 {
    font-weight: bold;
}

#statistics .fw-bold {
    font-size: 1.2rem;
}

#statistics .stat-text {
    font-size: 12px;
    color: #6c757d;
    font-weight: bold;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
}

.stat-value {
    flex: 1;
    font-size: 12px;
    font-weight: bold;
}

.stat-value.left {
    text-align: left;
    color: green;
}

.stat-value.right {
    text-align: right;
    color: red;
}

.team-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid white;
}

h5 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}






