/* ### */
/* Icon Nav (Appearance modal) */
/* ### */

.tabs {
 border-top-left-radius: inherit;
 border-top-right-radius: inherit;
}
body[data-theme="dark"] .tabs {
	background: #22252a;
}
body[data-theme="light"] .tabs {
	background: #e9e9e9; 
}
.tabs div[tab] {
	cursor: default;
	opacity: 1.0;
}
body[data-theme="dark"] .tabs div[tab] {
	color: var(--dm-badge-text-color);
}
body[data-theme="light"] .tabs div[tab] {
	color: var(--lm-badge-text-color);
}
.tabs > div[tab]:hover {
	opacity: 0.6;
}
.tabs > div[tab].active {
	font-weight: 600 !important;
	opacity: 1.0;
	color: var(--primary-color) !important;
}
body[data-theme="dark"] .tabs > div[tab].active {
	background: var(--dm-card-bg-color);
}
body[data-theme="light"] .tabs > div[tab].active {
	background: #ffffff;
}