.bg-gradient-primary {
    background-color: green;
    background-image: linear-gradient(180deg, teal 10%, green 100%);
    background-size: cover;
}
.text-primary {
    color: green !important;
}
/*.btn-primary {*/
/*    color: #fff;*/
/*    background-color: green;*/
/*    border-color: green ;*/
/*}*/
.topbar .dropdown-list .dropdown-header {
    background-color: green;
    border: 1px solid green;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
}