/* prettier-ignore */

.text-primary {
    color: rgb(128, 204, 51) !important;
}

.btn-link {
    color: rgb(128, 204, 51) !important;
}

.btn-primary {
    background-color: rgb(128, 204, 51) !important;
}

.btn-primary:hover {
    background-color: rgb(88, 148, 27) !important;
    border-color: rgb(88, 148, 27) !important;
}

.btn-outline-primary {
    border-color: rgb(128, 204, 51) !important;
    color: rgb(128, 204, 51) !important;
}

.btn-outline-primary:hover {
    border-color: rgb(128, 204, 51) !important;
    background-color: rgb(128, 204, 51) !important;
    color: white !important;
}