.buttonsadljsaffd{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;

    display: flex
    ;
        gap: 5px;
        /* padding: 2px; */
}
.oweiruweufuysdydddd{
    user-select: none;
   
    display: flex
;
    gap: 5px;
    flex-direction: row;
    width: 300px;
    justify-content: space-between;
}
#pagination button{
    background-color: white;
    padding: 2px;
    border-radius: 3px;
    outline: none;
    border: 1px solid grey;
    height: 25px;
    width: 26px;
}
#pagination{
    display: flex
    ;
        gap: 5px;
}
.buttonsdfsdfdffdgh{
    padding: 12px;
    color: #000000;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    cursor: pointer;
    margin-top: 15px;
    transition: background-color 0.3s;
}


button.uuudaspfkshfhsdgafdsf {
    opacity: 1;  
    transition: opacity 0.3s ease; 
    padding: 2px;
    border-radius: 3px;
    outline: none;
    border: 1px solid grey;
    height: 25px;
    width: 50px;
    min-width: 50px;

  }
  
  button.uuudaspfkshfhsdgafdsf:disabled {
    opacity: 0.5; 
    pointer-events: none;  
  }
  










  