.color-green {
    color: #37AE5F !important;
}

.text-title {
    color: #034118 !important;
    font-size: 1.5rem;
}

.table-green > th {
    background-color: #37AE5F !important;
    color: white;
}

.table-green, .table-green > th, .table-green > td {
    background-color: #37AE5F !important;
    color: white;
}

.table-green th, .table-green td, .table-green thead th, .table-green tbody + tbody {
    border-color: white;
}

.btn-cancel {
    background-color: #B6EF9F !important;
    color: #37AE5F;
}

.btn-save {
    background-color: #37AE5F !important;
    color: white;
}