.btn-darinol{
    background-color: #334250 !important;
    border: 1px #334250 solid!important;
    color: white !important;
}
.btn-darinol:hover{
    background-color: #2e3b47 !important;
    border: 1px #2e3b47 solid!important;
    color: rgb(242, 242, 242) !important;
}
.btn-secondary-darinol{
    background-color: white !important;
    border: 1px #334250 solid!important;
    color: #334250 !important;
}
.btn-secondary-darinol:hover{
    background-color: rgb(242, 242, 242) !important;
    border: 1px #2e3b47 solid!important;
    color: #2e3b47  !important;
}
#addFormBtn {
    transition: transform .2s; /* Animation */
    background-color: #334250;
    padding: 4px 9px 4px 9px;
  }
#addFormBtn:hover{
    transform: scale(1.1);
}