/* Template Customizer - fully hidden but functional */
.template-customizer-open-btn {
	display: none !important;
}

table {
	font-size: 15px !important;
}


.logo-light {
    display: inline-block;
}

.logo-dark {
    display: none;
}

html[data-bs-theme="dark"] .logo-light {
    display: none;
}

html[data-bs-theme="dark"] .logo-dark {
    display: inline-block;
}



	