
/**
* Custom CSS Overrides
* This file contains custom styles to override default styles
* for better visual appearance and user experience.
*/

#auth #auth-left .auth-logo {
    margin-bottom: 4rem !important;
}

html .card {
    --bs-card-cap-padding-y: 1rem !important;
}

#dash-card-info .card-body {
	padding-right: .5rem!important;
	padding-left: 1rem!important;
}

.btn-close {
	--bs-btn-close-white-filter: unset !important;
}

html[data-bs-theme=dark] .btn-close {
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !important;
}

@media screen and (max-width: 1199px) {
    html[data-bs-theme=dark] .layout-horizontal .main-navbar {
		background-color: #22223c;
    }
}

html[data-bs-theme=dark] .layout-horizontal .main-navbar ul>.menu-item .menu-link {
    color: #dee2e6 !important;
}