.dashButton {
    min-width: 150px;
    height: 150px;
    color: white;              /* Yazı rengi */
    border: none;              /* Kenarlık yok */
    border-radius: 8px;        /* Köşeleri yuvarlat */
    cursor: pointer;           /* Üzerine gelince el simgesi */
    font-size: 16px;           /* Yazı boyutu */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px;
  }
  #datatable_wrapper{
  padding: 20px !important;
}
