/* Reset nhỏ */
.player-filter select,
.player-filter input,
.player-filter button {
  font: inherit;
  outline: none;
}
/* Container căn giữa */
.player-filter__container {
    max-width: 1200px;
    margin: 0 auto;
}
  
/* Container */
.player-filter {
  padding: 16px;
}
img.player-card__player {
  position: absolute;
  width: 60px;
  left: 25px;
  margin-bottom: 10px;
}
/* Xen kẽ màu nền từng row */
.player-table tbody tr:nth-child(odd) {
    background: #2b3f4d; /* màu A */
  }
  
  .player-table tbody tr:nth-child(even) {
    background: #253844; /* màu B */
  }

/* Form */
.filter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Hàng chung */
.filter-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Search row */
.filter-row--search input {
  flex: 1;
  min-width: 220px;
}

/* Select & input */
.player-filter select,
.player-filter input {
  background: #0f2747;
  color: #fff;
  border: 1px solid #1c3a63;
  padding: 8px 12px;
  border-radius: 6px;
}

/* Buttons */
.player-filter button {
  background: #0f2747;
  color: #fff;
  border: 1px solid #1c3a63;
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
}

.player-filter button:hover {
  background: #163b6b;
}

/* Icon buttons */
.btn-view,
.btn-favorite {
  width: 40px;
  text-align: center;
}

/* Filter options */
.filter-row--options {
  flex-wrap: wrap;
}

.filter-row--options select {
  min-width: 120px;
}

/* Accessibility */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}
/* Container */
.player-list {
    padding: 20px;
  }
  
  .player-list__container {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /* Table */
  .player-table {
    width: 100%;
    border-collapse: collapse;
    background: #0f2a3a;
    border-radius: 12px;
    overflow: hidden;
  }
  /* Kẻ gạch dọc giữa các cột */
.player-table th,
.player-table td {
  border-right: 2px solid rgba(255, 255, 255, 0.08);
}
.pay-info {
    position: relative;
}
.pay-info img {
    width: 41px;
}
.pay-info span { 
    top: 42%;
    right: 42%;
}
/* Bỏ border cột cuối */
.player-table th:last-child,
.player-table td:last-child {
  border-right: none;
}

  .player-table th {
    background-image: url(/images/bg_index.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  /* Header */
  .player-table thead th {
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 14px;
  }
  
  /* PAGINATION */
  .pagination {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
  }

  .page {
    padding: 8px 12px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #2C414F;
    background: #0F212E;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  }
  
  .page.active {
    background: linear-gradient(180deg, #3B9CFF 0%, #235E99 100%);
  }
  /* Body */
  .player-table tbody tr {
    border-top: 1px solid rgba(255,255,255,0.06);
  }
  
  .player-table td {
    padding: 14px;
    color: #eaf2ff;
    text-align: center;
  }
  /* Player info layout */
.player-info {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
  }
  
  /* Card */
  .player-card-img {
    width: 80px;
    height: auto;
    flex-shrink: 0;
  }
  
  /* Meta */
  .player-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  /* Name */
  .player-list .player-name {
    color: #FFF;
    font-family:'Noto Sans Georgian', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
  }
  
  /* Badges row */
  .player-list  .player-badges {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  /* Position */
  .player-list .badge-pos {
    color: #4aa3ff;
    font-weight: 700;
    font-size: 16px;
  }
  
  /* Foot */
  .player-list .foot {
    position: relative;
  }
  .player-list  .foot img {
    width: 15px;
  }
  .player-list  .foot span.i-left, 
  .player-list   .foot span.i-right {
        position: absolute;
        font-size: 13px;
        top: 5px;
        right: 6px;
    }

    .player-list  .foot span.i-right { 
        right: 3px;
    }
   
  /* Stars */
  .player-list .player-stars {
    display: flex;
    gap: 4px;
    font-size: 18px;
  }
  
  .player-list .star.filled {
    color: #f5d76e;
  }
  
  /* Stars */
  .player-list .player-stars {
    font-size: 13px;
    color: #f5d76e;
    margin-top: 4px;
  }
  
  /* Badge */
  .player-list .badge {
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 50%;
    border: 2px solid #d4af37;
    color: #d4af37;
    font-weight: bold;
  }
  
  /* OVR */
  .player-list .ovr {
    font-size: 22px;
    font-weight: bold;
  }
  
  .player-list .ovr-blue { color: #3fa9f5; }
  .player-list .ovr-red { color: #ff6b6b; }
  .player-list .ovr-gold { color: #f5d76e; }
  
  /* Stats */
  .player-list .stat {
    font-weight: 600;
  }
  
  .player-list .btn-circle {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: none;
    background: #2b78e4;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  
  .player-list .actions .btn-primary {
    border: none;
    color: #fff;
    padding: 8px 14px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 5px;
    background: linear-gradient(180deg, #3B9CFF 0%, #235E99 100%);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    width: 140px;
  }

  .box-button {
    display: flex;
    gap: 14px;
    justify-content: center;
    align-items: center;
  }
  .btn-add {
    height: 30px;
  }
  .btn-primary:hover {
    opacity: 0.9;
  }
  /* WRAPPER */
.fco-wrapper {
  padding: 20px 16px;
}

.fco-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2.2fr 1fr;
  gap: 24px;
}

/* MAIN CONTENT */
.fco-main {
  background: #10263f;
  border-radius: 12px;
  padding: 32px;
}

.fco-header h1 {
  font-size: 28px;
  margin-bottom: 12px;
}

.fco-header p {
  color: #cbd5e1;
}

.fco-article {
  margin-top: 28px;
}

.fco-article h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.fco-article ul {
  padding-left: 18px;
}

.fco-article li {
  margin-bottom: 6px;
}

/* SIDEBAR */
.fco-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.sidebar-box {
  background: #10263f;
  border-radius: 12px;
  padding: 20px;
}

.sidebar-box h3 {
  margin-bottom: 10px;
  color: #FFF;
  font-family:'Noto Sans Georgian', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.sidebar-box p {
  color: #FFF;
  font-family:'Noto Sans Georgian', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
ul.search-list {
  color: #FFF;
  font-family:'Noto Sans Georgian', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
}
.search-list li {
  margin-bottom: 6px;
}

.search-list a {
  text-decoration: none;
}
/* BUTTONS */
.btn-primary,
.btn-secondary {
  display: inline-block;
  margin-top: 12px;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}

.btn-primary {
  color: #fff;
  border-radius: 5px;
  background: linear-gradient(180deg, #3B9CFF 0%, #235E99 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.btn-secondary {
  background: #2563eb;
  color: #fff;
}

.highlight {
  text-align: center;
}
.fco-container main {
  margin-top: 0px;
}
p.title-fco {
  color: #FFF;
  font-family:'Noto Sans Georgian', sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  max-width: 1200px;
  margin: auto;
}
.player-card__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 90px;
  position: absolute;
  left: -50px;
}
.meta-icon {
  width: 15px;
  height: auto;
}
.player-table td { 
  position: relative;
}
.player-table .player-card__footer { 
  bottom: 6%;
  left: 16%;
}
.player-table  .rating-position,
.player-table  .rating-number {
  font-size: 20px;
}
.player-table .player-card__rating {
  margin-left: 10px;
}
/* RESPONSIVE */
@media (max-width: 767px) {
  .fco-container {
    grid-template-columns: 1fr;
  }
  .desktop {
    display: none;
  }
  .player-card-img {
    width: 60px;
  }
  .badge-cap img {
    width: 20px;
  }
  .player-list .badge-pos {
    font-size: 13px;
  }
  p.title-fco { 
    margin: 0 15px;
  }
}
@media (max-width: 450px) { 
  .player-table .player-card__meta { 
    gap: 10px;
    margin-top: 70px;
    position: absolute;
    left: -27px;
  }
  .player-table .player-card__footer {
    bottom: 6%;
    left: 22%;
  }
  .player-table .player-card__age {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 7px;
    line-height: 24px;
  }
  .player-table .rating-position, .player-table .rating-number {
    font-size: 15px;
  }
  .player-table .player-card__footer {
    width: 15px;
  }
  .tier-hero {
    padding: 20px;
    color: #eaf2f8;
    padding-bottom: 0px;
  }
}


