:root{
	--btn-border-color:rgb(138, 136, 134);
	--theme-color: #2d6760;
	--red-60: #d70022;
	--theme-color-hover:#edebe9;
}
.w3-theme-l5 {color:#000 !important; background-color:#f0f8f7 !important}
.w3-theme-l4 {color:#000 !important; background-color:#cde9e6 !important}
.w3-theme-l3 {color:#000 !important; background-color:#9ad3cc !important}
.w3-theme-l2 {color:#fff !important; background-color:#68bdb3 !important}
.w3-theme-l1 {color:#fff !important; background-color:#43998f !important}
.w3-theme-d1 {color:#fff !important; background-color:#295d56 !important}
.w3-theme-d2 {color:#fff !important; background-color:#24524d !important}
.w3-theme-d3 {color:#fff !important; background-color:#204843 !important}
.w3-theme-d4 {color:#fff !important; background-color:#1b3e3a !important}
.w3-theme-d5 {color:#fff !important; background-color:#173330 !important}

.w3-theme-light {color:#000 !important; background-color:#f0f8f7 !important}
.w3-theme-dark {color:#fff !important; background-color:#173330 !important}
.w3-theme-action {color:#fff !important; background-color:#173330 !important}

.w3-theme {color:#fff !important; background-color:#2d6760 !important}
.w3-text-theme {color:#2d6760 !important;}
.w3-border-theme {border-color:#2d6760 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#2d6760 !important}
.w3-hover-text-theme:hover {color:#2d6760 !important}
.w3-hover-border-theme:hover {border-color:#2d6760 !important}