/* 
border: 2px solid #333;
background: linear-gradient(to right,#101010, #000000, #0d0d0d);

.fight-card-overlay {
  background: linear-gradient(45deg, #fdfdfd43, #fffefe05);
  z-index: 99;
  width: 100%;
  min-height: -webkit-fill-available;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.5;
}
.fight-card-overlay_2 {
  background: linear-gradient(-60deg, #cd232343, #00000000, #ffffff05);
  z-index: 99;
  width: 100%;
  min-height: -webkit-fill-available;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.42;
}
  */

  .fight-card_title_container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0;
    width: 80%;
    left: 10%;
    background: linear-gradient(to right,#240000, #650000, #8f0000, #650000, #240000);
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    margin-bottom: 2rem;
  }
  
  .fight-card_title_container h6 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    margin: 0 !important;
  }
  
  .fight-card_filter_container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(to right,#240000, #650000, #8f0000, #650000, #240000);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  
  .fight-card_filter_container h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    margin: 0 !important;
  }
  
  
  .fight-card_page_container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(to right,#000000, #0e0e0e, #000000, #000000, #040404);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
  }
  
  .fight-card_page_container h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
    margin: 0 !important;
  }

  #page_filter_container {
    display: flex;
    gap: 0.3rem;
    margin-bottom: 1rem;
  }
  
  .fight-card h4 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
    margin: 0 !important;
  }
  
  /* Fighter images */
  .fighter-img {
    max-height: 300px;
    object-fit: cover; 
    border: 2px solid #444;
    border-radius: 5px;
    margin-bottom: 1rem;
  }
  
  /* Fighter info text */
  .fighter-name {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 0.25rem;
  }
  
  .fighter-record {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    background: linear-gradient(to right,#000000, #141313, #240000 ,#000000, #212121);
    margin-top: 2rem;
  }
  
  
  
  .fighter-record p {
    font-size: 2rem;
    color: #ccc;
    padding: 0.5rem;
    margin: 0 !important;
    display: block;
  }
  
  .fighter-record-container {
    display: flex;
    flex-direction: row;
    gap: 0rem;
  }
  
  .fighter_mark_won {
    background-color: #12d400;
    width: 25px;
    height: 55px;
    margin-right: 2rem !important;
  }
  
  .fighter-record .record {
    color: #fff !important;
    margin-right: 2rem !important;
  }
  
  .fighter-record .win {
    background-color: #008723;
    min-width: 20%;
  }
  
  .fighter-record .loss {
    background-color: #f20000;
    min-width: 20%; 
  }
  
  .fighter-record .draw {
    background-color: #212121;
    min-width: 20%;
  }
  
  .fighter-details-container {
    font-size: 0.9rem;
    color: #000;
    background: linear-gradient(to right,#ffffff, #e5e5e5, #ffffff);
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
  }
  
  .fighter-details:nth-child(odd) {
    background: linear-gradient(to right,#f1f1f1, #fff, #f1f1f1);
  }
  
  .fighter-details {
    display: block;
    width: 100%;
    padding: 0.75rem;
  }
  
  .fighter-details_result {
    display: block;
    width: 100%;
    padding: 0rem;
    background-color: rgba(243, 0, 0, 0.85);
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    color: white;
  }
  
  .fighter-details_result_won {
    display: block;
    width: 100%;
    padding: 0rem;
    background-color: rgb(1, 166, 26);
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    color: white;
  }
  .fighter-details_result_won p{
    padding: 0.67rem;
    margin: 0 !important;
    color: white !important;
  }
  
  .fighter-details_result p{
    padding: 0.67rem;
    margin: 0 !important;
    color: white !important;
  }
  
  .fighter-details p {
    text-align: center;
    padding: 0.67rem;
    margin: 0 !important;
  }  
  
  /* VS Column */
  .vs-col {
    text-align: center;
    padding: 0;
  }
  .vs-text {
    color: #000000;
    text-transform: uppercase;
  }
  
  /* Corner Colors */
  .text-red {
    color: #000000; /* Bootstrap Danger (red) */
  }
  .text-blue {
    color: #ffffff; /* Bootstrap Primary (blue) */
  }
  
  .filter-btn-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.2rem;
    max-width: 80%;
    margin: 0.2rem auto; 
  }
  
  .filter-btn {
    padding: 0.5rem;
    border: 0px;
    background-color: #000;
    color: white;
  }
  
  .filter-btn.active {
    background-color: #d70039;
    color: white;
  }
  
  #reset-filters, #reset-pages {
    background-color: #ffffff;
    cursor: pointer !important;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  
  #reset-filters h4, #reset-pages h4 {
    font-size: 1.2rem;
    margin: 0 !important;
    color: rgb(187, 0, 0) !important;
  }

  .flagged-container {
    display: inline-block;
    position: absolute;
    top: -55px;
    max-width: 100px;
    height: auto;
    filter: sepia(1);
    margin: 0 auto;
    overflow: hidden;
    height: 80%;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
}

  .flagged {
    display: inline-block;
    max-width: 100px;
    height: auto;
  }
  
  /* Responsive adjustments */
  @media (max-width: 767px) {
    .red-corner, .blue-corner {
      border: none;
      margin-bottom: 2rem;
    }
    .vs-col {
      margin-bottom: 2rem;
    }
    .flagged {
      display: inline-block;
      position: absolute;
      bottom: 4px;
      left: 0;
      max-width: 80px;
      height: auto;
  
  }
  }