/*Write your custom css in this file.*/
.page-title h1 {
	color: #737373 !important;
}

.card .card-header {
	background-color: #d5d5d5 !important;
	border-color: #d5d5d5 !important;
	color: #737373 !important;
}

.page-title .badge .rounded-pill .bg-primary {
	background-color: #d5d5d5 !important;
}

.bg-primary {
	background-color: #d5d5d5 !important;
	color: #737373 !important;
}

.bg-dark-success {
	background: #1c1f26 !important;
}

tbody,
td,
tfoot,
th,
thead,
tr {
	color: #737373 !important;
}

a:hover,
a:focus,
a:active {
	color: #737373 !important;
}

.sidebar-brand,
.navbar {
	background-color: #d5d5d5 !important;
}

.sidebar,
.sidebar-scroll {
	background-color: #737373 !important;
}

.bg-info {
	background-color: #1ed0e2 !important;
}

.widget-icon,
.widget-icon .bg-success,
.bg-success {
	background-color: transparent !important;
}

.card-body .widget-icon,
.card-body .widget-icon .icon {
	background-color: transparent !important;
}

#project-timeline-container {
	height: fit-content !important;
}

#todo-list-widget-table {
	height: fit-content !important;
}
