/* theme */

.w3-theme-l5 {color:#000 !important; background-color:#f3f3f3 !important}
.w3-theme-l4 {color:#000 !important; background-color:#d8d8d6 !important}
.w3-theme-l3 {color:#000 !important; background-color:#b2b0ad !important}
.w3-theme-l2 {color:#fff !important; background-color:#8b8984 !important}
.w3-theme-l1 {color:#fff !important; background-color:#63615d !important}
.w3-theme-d1 {color:#fff !important; background-color:#343331 !important}
.w3-theme-d2 {color:#fff !important; background-color:#2e2d2c !important}
.w3-theme-d3 {color:#fff !important; background-color:#282826 !important}
.w3-theme-d4 {color:#fff !important; background-color:#232221 !important}
.w3-theme-d5 {color:#fff !important; background-color:#1d1c1b !important}

.w3-theme-light {color:#000 !important; background-color:#f3f3f3 !important}
.w3-theme-dark {color:#fff !important; background-color:#1d1c1b !important}
.w3-theme-action {color:#fff !important; background-color:#1d1c1b !important}

.w3-theme {color:#fff !important; background-color:#393836 !important}
.w3-text-theme {color:#393836 !important}
.w3-border-theme {border-color:#393836 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#393836 !important}
.w3-hover-text-theme:hover {color:#393836 !important}
.w3-hover-border-theme:hover {border-color:#393836 !important}

/* custom */

.w3-button:hover {color: #fff !important; background-color: #33b35a !important}
.w3-hover-none:hover{background-color: transparent !important}

::-webkit-scrollbar-track {
	/* w3-theme-l3 */
	background: #b2b0ad;
	border-radius: 55px;
}

::-webkit-scrollbar-thumb {
	/* w3-theme-l2 */
	background: #8b8984;
	border-radius: 55px;
}
