.w3-theme-l5,
.w3-hover-theme-l5:hover {
    color: #000 !important;
    background-color: #f4faf4 !important
}

.w3-theme-l4,
.w3-hover-theme-l4:hover {
    color: #000 !important;
    background-color: #dbefdc !important
}

.w3-theme-l3,
.w3-hover-theme-l3:hover {
    color: #000 !important;
    background-color: #b7dfb8 !important
}

.w3-theme-l2,
.w3-hover-theme-l2:hover {
    color: #000 !important;
    background-color: #93cf95 !important
}

.w3-theme-l1,
.w3-hover-theme-l1:hover {
    color: #fff !important;
    background-color: #6ec071 !important
}

.w3-theme-d1,
.w3-hover-theme-d1:hover {
    color: #fff !important;
    background-color: #459c48 !important
}

.w3-theme-d2,
.w3-hover-theme-d2:hover {
    color: #fff !important;
    background-color: #3d8b40 !important
}

.w3-theme-d3,
.w3-hover-theme-d3:hover {
    color: #fff !important;
    background-color: #357a38 !important
}

.w3-theme-d4,
.w3-hover-theme-d4:hover {
    color: #fff !important;
    background-color: #2e6830 !important
}

.w3-theme-d5,
.w3-hover-theme-d5:hover {
    color: #fff !important;
    background-color: #265728 !important
}

.w3-theme-light,
.w3-hover-theme-light:hover {
    color: #000 !important;
    background-color: #f4faf4 !important
}

.w3-theme-dark,
.w3-hover-theme-dark:hover {
    color: #fff !important;
    background-color: #265728 !important
}

.w3-theme-action,
.w3-hover-theme-action:hover {
    color: #fff !important;
    background-color: #265728 !important
}

.w3-theme,
.w3-hover-theme:hover {
    color: #fff !important;
    background-color: #4caf50 !important
}

.w3-text-theme,
.w3-hover-text-theme:hover {
    color: #4caf50 !important
}

.w3-border-theme,
.w3-hover-border-theme:hover {
    border-color: #4caf50 !important
}


/* 
.w3-hover-theme:hover {color:#fff !important; background-color:#4caf50 !important}
.w3-hover-text-theme:hover {color:#4caf50 !important}
.w3-hover-border-theme:hover {border-color:#4caf50 !important} */