body {
      font-family: 'Alata', sans-serif;
      background: #f5f7fb;
      overflow-x: hidden;
    }

    .navbar {
      height: 64px;
      box-shadow: 0 2px 10px rgba(0,0,0,0.08);
      z-index: 1050;
    }

    .sidebar {
      width: 260px;
      min-height: 100vh;
      background: #111827;
      color: white;
      position: fixed;
      top: 64px;
      left: 0;
      padding: 20px 15px;
      transition: all 0.3s ease;
      overflow-y: auto;
    }

    .sidebar .nav-link {
      color: rgba(255,255,255,0.85);
      border-radius: 12px;
      padding: 12px 14px;
      margin-bottom: 8px;
      transition: 0.2s;
    }

    .sidebar .nav-link:hover,
    .sidebar .nav-link.active {
      background: rgba(255,255,255,0.1);
      color: white;
    }

    .main-content {
      margin-left: 260px;
      padding: 90px 25px 25px;
      transition: all 0.3s ease;
    }

    .widget-card {
      border: none;
      border-radius: 20px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.06);
      transition: transform 0.2s ease;
    }

    .widget-card:hover {
      transform: translateY(-3px);
    }

    .widget-icon {
      width: 55px;
      height: 55px;
      border-radius: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
    }

    .stat-number {
      font-size: 28px;
      font-weight: bold;
    }

    .table-card {
      border-radius: 20px;
      overflow: hidden;
    }

    /* Mobile Sidebar */
    @media (max-width: 991px) {
      .sidebar {
        left: -270px;
        z-index: 2000;
      }

      .sidebar.show {
        left: 0;
      }

      .main-content {
        margin-left: 0;
        padding: 90px 15px 20px;
      }

      .overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 1500;
      }

      .overlay.show {
        display: block;
      }
    }
/* custom css */
span.main-clan-tag {
    color: #7cdd00;
    font-size: 14px;
}
.padding-left {
    padding-left: 20px;
}

.add-bg {
    border: none;
    border-radius: 20px;
    box-shadow: 0 6px 20px #0dcaf0fa;
    transition: transform 0.2s ease;
    background: linear-gradient(92deg, #0dcaf04d, #d757e9);
    /* filter: drop-shadow(6px 9px 18px cyan); */
    filter: drop-shadow(2px 4px 6px cyan);
    color: darkslategrey;
}
.clan-description {
    background: #e1e1e152;
    padding: 5px;
    border-radius: 13px;
    margin-top: 5px;
}
span.clan-type {
    position: absolute;
    top: 13px;
    right: 23px;
    background: #cd8ee8;
    padding: 1px 7px 4px;
    border-radius: 13px;
    text-transform: capitalize;
}

.row.chips-area {
    text-align: center;
    /* background: grey; */
}

.chips-area-col {
    /* background: grey; */
    /* filter: drop-shadow(2px 4px 6px black); */
    background: cyan;
    border-radius: 30px;
    width: 30%;
    margin-right: 1.6%;
    margin-left: 1.6%;
    display: grid;
    text-align: center;
    align-content: space-evenly;
    justify-content: space-around;
    align-items: center;
    justify-items: center;
    padding: 10px;
    background: linear-gradient(15deg, #18d8ff, #ffb0f9);
    box-shadow: 0 6px 20px #0dcaf0fa;
    color: white;
}

.stat-number {
    font-size: 28px;
    font-weight: bold;
    color: white;
}
.war-stat-details {
    text-align: center;
    background: linear-gradient(238deg, #c2a6c5, #4de6f7);
    width: 30%;
    margin-left: 1.6%;
    margin-right: 1.6%;
    margin-top: 15px;
    padding: 8px;
    color: white;
    font-size: 20px;
    border-radius: 13px;
}

.cwl-type{
  position: absolute;
    top: 13px;
    right: 23px;
    background: #cd8ee8;
    padding: 1px 7px 4px;
    border-radius: 13px;
    text-transform: capitalize;
}

span.m-league-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

span.m-role {
    text-transform: capitalize;
    font-size: 10px;
    background: #367ee9;
    color: white;
    padding: 2px 8px;
    border-radius: 6px;
}
td.m-tag {
    font-size: 10px;
}
td.m-basic-detail {
    display: inline-flex;
}

tr.tr-even td {
  background-color: #f4d8ff;
  cursor: pointer;
}

tr.tr-odd td {
  background-color: #bef7ff;
  cursor: pointer;
}

td.m-basic-detail {
    display: flex;
    /* align-content: space-around; */
    align-items: center;
    flex-wrap: nowrap;
}

div#dataTableAccordion {
    position: sticky;
    bottom: 0px;
    filter: drop-shadow(2px -10px 13px black);
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0,0,0,.125); /* Keeps the standard subtle border */

}

b.ms-name {
    background: hotpink;
    padding: 5px 20px;
    border: #58dff1 4px solid;
    border-radius: 25px;
    color: white;
}

.badge.rounded-pill {
    width: fit-content;
    margin: 3px;
}


.row.equipment-area {
    margin: 5px;
    max-height: 200px;
    overflow: scroll;
    overflow-x: hidden;
}

.badge.rounded-pill {
    width: fit-content;
    margin: 3px;
    font-size: 10px!important;
    height: 25px;
}

.pill-number {
    width: 30px;
    height: 21px;
    font-size: 10px;
    border-radius: 13px;
}
.progress-area {
    padding: 10px 24px;
}

.mb-2.final-analysis {
    text-align: center;
    border: cyan 5px solid;
    border-radius: 10px;
}

div#loadingSpinner {
    position: absolute;
    width: 96%;
    height: 90%;
    z-index: 999;
    background: #ffffffb8;
    top: 0px;
    padding: 33px;
    margin: 0px 0% 1%;
    left: 2%;
    border-radius: 8px;
}