@charset "UTF-8";

html {
	background-color: #FFEBF3;
}

.bg-dark {
	background-color: #FFFFFF !important;
	color: #c8cbce;
}

.bg-dark .nav>li>a {
	color: #575757;
}

.bg-dark a>svg {
	color: #979797 !important;
}

.bg-dark .nav>li>a:focus,
.bg-dark .nav>li>a:hover {
	background-color: #D4D5D6;
}

.bg-dark .nav>li.active>a,
.bg-dark .nav>li:focus>a,
.bg-dark .nav>li:hover>a {
	background-color: #D4D5D6;
	color: #575757;
}

.bg-dark .text-muted {
	color: #575757 !important;
}

.bg-dark .nav-link .text-ellipsis.text-white {
	color: #575757 !important;
}

.table thead tr th {
	color: #575757;
	background-color: #f8f8f8;
	z-index: 1;
	top: 0;
	position: sticky;
}

.table-responsive {
	max-height: calc(100vh - 400px);
}