.border-green{
    border: 1px solid rgb(20, 216, 85);
}
.q-header--bordered {
    border-bottom: 1px solid rgb(20, 216, 85);
}
.savings-projection-table .q-table__title{
    color: #25d07b;
    font-weight: 600;
}
.savings-projection-table .q-table th{
    opacity: 1;
}
.savings-projection-table .q-table thead {
    border-color: #25d07b;
}

