.w3-theme-l5 {
    color: #000 !important;
    background-color: #f9fdfd !important
}

.w3-theme-l4 {
    color: #000 !important;
    background-color: #eaf8f9 !important
}

.w3-theme-l3 {
    color: #000 !important;
    background-color: #d5f2f4 !important
}

.w3-theme-l2 {
    color: #000 !important;
    background-color: #c0ebee !important
}

.w3-theme-l1 {
    color: #000 !important;
    background-color: #abe5e9 !important
}

.w3-theme-d1 {
    color: #000 !important;
    background-color: #78d5db !important
}

.w3-theme-d2 {
    color: #000 !important;
    background-color: #5bcbd3 !important
}

.w3-theme-d3 {
    color: #fff !important;
    background-color: #3dc2cb !important
}

.w3-theme-d4 {
    color: #fff !important;
    background-color: #30aab3 !important
}

.w3-theme-d5 {
    color: #fff !important;
    background-color: #288e95 !important
}

.w3-theme-light {
    color: #000 !important;
    background-color: #f9fdfd !important
}

.w3-theme-dark {
    color: #fff !important;
    background-color: #288e95 !important
}

.w3-theme-action {
    color: #fff !important;
    background-color: #288e95 !important
}

.w3-theme {
    color: #000 !important;
    background-color: #95dee3 !important
}

.w3-text-theme {
    color: #95dee3 !important
}

.w3-border-theme {
    border-color: #95dee3 !important
}

.w3-hover-theme:hover {
    color: #000 !important;
    background-color: #95dee3 !important
}

.w3-hover-text-theme:hover {
    color: #95dee3 !important
}

.w3-hover-border-theme:hover {
    border-color: #95dee3 !important
}