.navbar-nav>.active>a {
    color: rgb(102 204 0) !important;
}

.nav-item>a:hover {
    color: rgb(102 204 0) !important;
}
#app{
    margin-bottom: 3%
}
.green-text{
    color: rgb(102, 204, 0)!important;
    font-weight: bold;
}


.btn-sample {
    color: #FFFFFF;
    background-color: #008e09 !important;
    border-color: #008e09 !important;
    }

    .btn-sample:hover,
    .btn-sample:focus,
    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
    color: #FFFFFF !important;
    background-color: #015e07 !important;
    border-color: #015e07 !important;
    }

    .btn-sample:active,
    .btn-sample.active,
    .open .dropdown-toggle.btn-sample {
    background-image: none;
    }

    .btn-sample.disabled,
    .btn-sample[disabled],
    fieldset[disabled] .btn-sample,
    .btn-sample.disabled:hover,
    .btn-sample[disabled]:hover,
    fieldset[disabled] .btn-sample:hover,
    .btn-sample.disabled:focus,
    .btn-sample[disabled]:focus,
    fieldset[disabled] .btn-sample:focus,
    .btn-sample.disabled:active,
    .btn-sample[disabled]:active,
    fieldset[disabled] .btn-sample:active,
    .btn-sample.disabled.active,
    .btn-sample[disabled].active,
    fieldset[disabled] .btn-sample.active {
    background-color: #008e09 !important;
    border-color: #008e09 !important;
    }

    .btn-sample .badge {
    color: #008e09 !important;
    background-color: #FFFFFF !important;
    }
