/* theme */

.w3-theme-l5 {color:#000 !important; background-color:#f0f3f7 !important}
.w3-theme-l4 {color:#000 !important; background-color:#cdd8e3 !important}
.w3-theme-l3 {color:#000 !important; background-color:#9bb1c8 !important}
.w3-theme-l2 {color:#fff !important; background-color:#698bac !important}
.w3-theme-l1 {color:#fff !important; background-color:#476481 !important}
.w3-theme-d1 {color:#fff !important; background-color:#273747 !important}
.w3-theme-d2 {color:#fff !important; background-color:#23313f !important}
.w3-theme-d3 {color:#fff !important; background-color:#1e2b37 !important}
.w3-theme-d4 {color:#fff !important; background-color:#1a252f !important}
.w3-theme-d5 {color:#fff !important; background-color:#161f27 !important}

.w3-theme-light {color:#000 !important; background-color:#f0f3f7 !important}
.w3-theme-dark {color:#fff !important; background-color:#161f27 !important}
.w3-theme-action {color:#fff !important; background-color:#161f27 !important}

.w3-theme {color:#fff !important; background-color:#2c3e50 !important}
.w3-text-theme {color:#2c3e50 !important}
.w3-border-theme {border-color:#2c3e50 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#2c3e50 !important}
.w3-hover-text-theme:hover {color:#2c3e50 !important}
.w3-hover-border-theme:hover {border-color:#2c3e50 !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: #9bb1c8;
	border-radius: 55px;
}

::-webkit-scrollbar-thumb {
	/* w3-theme-l2 */
	background: #698bac;
	border-radius: 55px;
}
