/* XXL devices (very large screens, 1400px and up) */
@media (min-width: 1400px) { 
   
}

/* Extra large devices (large desktops, 1200px to 1399.98px) */
@media (min-width: 1200px) and (max-width: 1399.98px) { 
   
}

/* Large devices (desktops, 992px to 1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
       .sidebar-toggle {
     display: block !important; 
}
    
}

/* Medium devices (tablets, 768px to 991.98px) */
@media (min-width: 768px) and (max-width: 991.98px) { 
        .sidebar-toggle {
     display: block !important; 
}

.das-log-details {
    padding-top:10px;
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
}


    .my-spl-cards .card {
        height:auto !important;
        margin-bottom:10px !important;
    }
    
    .my-team-card {

    margin-bottom: 10px;
   
}
    
    .custtab tr td:nth-child(1) {
    text-align: left !important;
    font-weight: 600;
}
    
    
   
}

/* Small devices (phones, 576px to 767.98px) */
@media (min-width: 576px) and (max-width: 767.98px) { 
        .sidebar-toggle {
     display: block !important; 
}

.das-log-details {
    padding-top:10px;
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
}

    .my-spl-cards .card {
        height:auto !important;
        margin-bottom:10px !important;
    }
    
    .my-team-card {

    margin-bottom: 10px;
   
}
    
    .custtab tr td:nth-child(1) {
    text-align: left !important;
    font-weight: 600;
}
    
    
    
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) { 
    .sidebar-toggle {
     display: block !important; 
}

.das-log-details {
    padding-top:10px;
    display:flex !important;
    flex-direction:column !important;
    gap:10px !important;
}
    
    
    .my-spl-cards .card {
        height:auto !important;
        margin-bottom:10px !important;
    }
    
    .my-team-card {

    margin-bottom: 10px;
   
}
    
    .custtab tr td:nth-child(1) {
    text-align: left !important;
    font-weight: 600;
}
    
    
    
    
    
    
  
}


@media (max-width: 1199px) {

  .sidebar {
    position: fixed;
    top: 0;
    inset-inline-start: -100%;
    width: 260px;
    height: 100vh;
    z-index: 1050;
  }

  /*  FORCE FULL WIDTH ON OPEN */
  .sidebar.active {
    inset-inline-start: 0;
    width: 260px !important;
  }

  /*  NEVER ALLOW COLLAPSE ON MOBILE */
  .sidebar.active .menu-text,
  .sidebar.active .menu-title,
  .sidebar.active span {
    display: inline-block !important;
  }
}



.das-log-details {
    
    gap:20px;
}




/* =========================
   MOBILE (≤576px)
========================= */
@media (max-width: 576px) {

  .my-dash-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .my-dash-table table {
    min-width: 850px;   /* forces horizontal scroll */
    white-space: nowrap;
  }

  .my-dash-table th,
  .my-dash-table td {
    font-size: 12px;
    padding: 8px 10px;
    text-align: center;
  }
}

/* =========================
   TABLET (≤992px)
========================= */
@media (max-width: 992px) {

  .my-dash-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .my-dash-table table {
    min-width: 900px;
    white-space: nowrap;
  }

  .my-dash-table th,
  .my-dash-table td {
    font-size: 13px;
    padding: 10px 12px;
    text-align: center;
  }
}



.bordered-table thead tr th {
    padding: 8px 20px 8px 8px !important;
    font-size: 12px;
    font-weight: 600;
    text-align: left !important;
}









