.notificationButton {
    margin-top: 10px;
    background-color: white;
    border-radius: 3px;
    border: none;
    padding: 8px 11px;
    border-radius: 50%;
    font-size: 1em;
    transition: 0.5s;
    color: var(--theme-color);
}
.buttonLogout {
    background-color: var(--theme-color);
    border-radius: var(--borderRadius10);
    border: none;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: 4px;
    font-size: 0.9em;
    transition: 0.5s;
    color: white;
    width: 100%;
    border: 1px solid white;
    text-align: left;

}
.buttonPrimary
{
    background-color: var(--theme-color);
    border-radius: var(--borderRadius10);
    border: none;
    margin-top: 30px;
    padding: 10px 30px;
    border-radius: var(--borderRadius5);
    font-size: 0.9em;
    transition: 0.5s;
    color: white;
    width: 100%;
    border: 1px solid white;
    text-align: center;
}
.buttonPrimaryLight{
      background-color: var(--secondary-color);
    border: none;
    margin-top: 0px;
    padding: 10px 30px;
    border-radius: var(--borderRadius5);
    font-size: 0.9em;
    transition: 0.5s;
    color: var(--theme-color);
    width: 100%;
    border: 1px solid var(--theme-color);
    text-align: center;  
}
.buttonDelete{
      background-color: var(--New);
    border: none;
    margin-top: 0px;
    padding: 10px 30px;
    border-radius: var(--borderRadius5);
    font-size: 1.3em;
    transition: 0.5s;
    color: var(--secondary-color);
    width: 100%;
    border: 1px solid var(--New);
    text-align: center;  
}
.buttonUpdate{
    background-color: var(--New);
    border: none;
    margin-top: 0px;
    padding: 5px 15px;
    border-radius: var(--borderRadius5);
    font-size: 1em;
    transition: 0.5s;
    text-decoration: none;
    color: var(--secondary-color);
    border: 1px solid var(--New);
    text-align: center;   
}
  .buttonTableUpdate {

    background-color: var(--New);
    border: none;
    margin-top: 0px;
    padding: 5px 15px;
    border-radius: var(--borderRadius5);
    font-size: 1em;
    transition: 0.5s;
    text-decoration: none;
    color: var(--secondary-color);
    border: 1px solid var(--New);
    text-align: center;

}

  .buttonTableAdd {

    background-color: white;
    border-radius: 3px;
    margin: 0px;
    text-decoration: none;
    padding: 5px 15px;
    margin-top: 3px;
    text-align: center;
    font-size: 1.1em;
    transition: 0.5s;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);

}

.buttonNavBack
{
    background-color: transparent;
    border: none;
    margin-top: 10px;
    font-weight: 1000;
    padding: 0px 0px;
    border-radius: var(--borderRadius5);
    font-size: 1.5em;
    transition: 0.5s;
    color: var(--theme-color);
    border: 1px solid white;
    text-align: right;
}