::-webkit-scrollbar {
    width: 5px;
}
  

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #7c7c7c, #3f3d56);
    border-radius: 10px;
}
  

::-webkit-scrollbar-track {
    border-radius: 10px;
}
.btn2{
    margin-right: 1rem;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

  .table-responsive {
    max-width: 95%;
    margin: 0 auto;
  }
  
  .table {
    margin-bottom: 0;
    background-color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  
  thead th {
    background-color: #f8f9fa;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  
  input {
    border: none;
    width: 100%;
    background-color: transparent;
    padding: 5px;
  }
  
  input:focus {
    outline: none;
    background-color: #f0f8ff;
  }