/* ===== Tabs container ===== */
.profile-tabs__list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;

}

.profile-tabs__list .nav-item {
  flex: 1;
}

/* ===== Each tab button ===== */
.profile-tabs__list .nav-link {
  border: none !important;
  background: none !important;
  padding: 10px 12px;
  position: relative;
  color: #8a8f99;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

/* ===== SVG icon default ===== */
.profile-tabs__list .nav-link svg {
  width: 26px;
  height: 26px;
  /* stroke: #8a8f99;
  fill: #8a8f99; */
  transition: all .25s ease;
}

/* ===== Active tab ===== */
.profile-tabs__list .nav-link.active {
  color: var(--color-main2);
}

.profile-tabs__list .nav-link.active svg {
  /* stroke: #2ca24d;
  fill: #2ca24d; */
}

/* ==== Active underline ==== */
.profile-tabs__list .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--color-main2);
  border-radius: 2px;
}


.profile-info__item {
  border-bottom: 2px dashed #d6dde0;
  margin-bottom: 15px;
}

.field__label {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0px;
}

.field__value {
  font-size: 14px;
  color: #6f7980;
  word-break: break-word;
}

.achievements-container {
  max-width: 600px;
  margin: 0 auto;
  font-family: sans-serif;
  background-color: #ffffff;
}


.achievement-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.achievement-header__year {
  font-size: 1.1em;
  font-weight: bold;
  color: #333333;
  margin: 0;
}

.achievement-header__count {
  font-size: 1.1em;
  color: #777777;
  margin: 0;
}


.achievement-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.achievement-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.achievement-card__icon {
  width: 100px;
  height: 100px;
  margin-bottom: 10px;
  font-size: 0;
  background: url(../images/icon-huy03.png) no-repeat center/contain;
}


.achievement-card__icon.is-silver {
  background: url(../images/icon-huy02.png) no-repeat center/contain;
}

.achievement-card__icon.is-gold {
  background: url(../images/icon-huy01.png) no-repeat center/contain;
}


.achievement-card__rank {
  font-size: 14px;
  font-weight: bold;
  margin: 5px 0 3px 0;
  line-height: 1.2;
}


.achievement-card__rank--third {
  color: #a0522d;
}

.achievement-card__rank--second {
  color: #7e7e7e;
}

.achievement-card__rank--champion {
  color: #ffd700;
}

.achievement-card__name {
  font-size: 13px;
  color: #444444;
  margin: 0;
  line-height: 1.4;
  overflow: hidden;
}

.achievement-card__date {
  font-size: 0.7em;
  color: #888888;
  margin-top: 5px;
}

.match-list {}

.match-panel {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.match-panel__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.match-panel__title {
  font-size: 1.1em;
  font-weight: bold;
  color: #333;
  margin: 0;
}

.match-panel__meta {
  font-size: 0.8em;
  color: #888;
}

.match-panel__team-score-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.match-panel__team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.match-panel__team:not(.match-panel__team--winner) .match-panel__team-names {
  color: #b7b7b7;
}

.match-panel__team-avatars {
  display: flex;
  align-items: center;
  margin-right: 10px;
  flex-shrink: 0;
  width: 46px;
}

.match-panel__avatar {
  width: 23px;
  height: 23px;
  background-color: #ccc;
  border-radius: 50%;
  margin-left: -5px;
  border: 1px solid white;
  font-size: 0;
  line-height: 0;
}
.match-panel__avatar img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.match-panel__avatar:first-child {
  margin-left: 0;
}

.match-panel__team-names {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  font-size: 0.9em;
  color: #333;
}

.match-panel__player-name {
  margin: 0 5px 0 0;
  font-weight: 500;
  display: block;
}

.match-panel__score-status {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.match-panel__status-icon {
  color: #4caf50;
  font-weight: bold;
  margin-right: 5px;
  font-size: 1.2em;
}

.match-panel__score {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  width: 20px;
  text-align: right;
}

.match-panel__score--loser {
  color: #888;
}

.match-panel__footer {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #eee;
  padding-top: 10px;
  font-size: 12px;
}

.match-panel__time-ago {

  color: #888;

}

.match-panel__duration-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.match-panel__duration {
  
  color: #888;
}

/* 9. Action Buttons */
.match-panel__actions {
  display: flex;
}

.match-panel__action-btn {
  background: none;
  border: none;
  color: #333;
  font-size: 0.8em;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: 500;
  border-radius: 4px;
}

.match-panel__action-btn--review {
  color: #e53935;

}
.match-panel__video{
  line-height: 0;
}
.match-panel__video:not(:first-child){
  margin-top: 10px;
}
.match-panel__video iframe{
  width: 100%;
  height: 250px;
}
.gallery-column>.row {
  gap: 4px 0;
  margin: 0 -2px;
}

.gallery-column>.row>* {
  padding: 0 2px;
}

.gallery-column__item {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.gallery-column__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec-friend {
  background: white;
  border-radius: 10px;
}

.sec-friend .profile-tabs__list .nav-link {}

.list-user {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.list-user__item {
  padding: 0 15px;
  border-bottom: 0;
}

.list-user__item:last-child {
  border-bottom: none;
}


.list-user__wrap {
  display: grid;
  grid-template-columns: 1fr 120px;
  gap: 10px;
}

.list-user__wrap>a,
.list-user__info {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333333;
  flex-grow: 1;
  gap: 5px;
}


.list-user__avatar {
  width: 40px;
  height: 40px;

  flex-shrink: 0;
  position: relative;
}
.list-user__avatar .icon{
  width: 16px;
  height: 16px;
  background: #0e2516;
  position: absolute;
  right: 0;
  bottom: -2px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-user__avatar .icon svg{
  width: 10px;
  height: 10px;
  fill: white;
}
.list-user__avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid #e0e0e0;
}


.list-user__text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}


.list-user__name {
  font-weight: 500;
  font-size: 13px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
}

.list-user__secondary-text {
  color: #888;
  font-weight: 400;
  margin-top: 0;
}

.list-user__action {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: end;
  gap: 10px;
}




.list-user__action .btn {
  padding: 2px 10px;
  border-radius: 4px;
  font-size: 12px;
  min-height: 27px;
  border: 1px solid lightgray;
}
.list-user__action .btn.btn-follow {
  background-color: #4CAF50;
  color: white;
  border-color: #4CAF50;
}
.list-user__action .btn.btn-follow:hover {
  background-color: #45a049;
}

.list-user__action .btn.btn-delete {
  background: red;
  border-color: red;
  color: white;
}
@media (max-width: 640px) {
  .profile-tabs__list .nav-link{
    font-size: 14px;
  }
}

