@charset "utf8";
:root {
	--citizen: rgba(68, 131, 30, 1);
	--police: rgba(0, 123, 255, 1);
	--ems: rgba(231, 76, 60, 1);
	--lawyer: rgba(121, 85, 72, 1);
}
body{
	background-color:rgb(249, 246, 241);
}
.dropdown-menu{
	z-index:1021!important;
}
.card {
	margin-bottom:25px;
}
::-webkit-scrollbar-track {
	border-radius: 0.125rem;
	background-color: lightgray;
}
::-webkit-scrollbar {
	width: 0.25rem;
	border-radius: 0.125rem;
}
::-webkit-scrollbar-thumb {
	border-radius: 0.125rem;
	background-color: gray;};
}
.alert{
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0px;
}
.alert-info {
	color: #3c8392;
	background-color: rgba(60, 131, 146, 0.15);
	border-color: #3c8392;
}
.alert-success {
	color: #39AE77;
	background-color: rgba(57, 174, 119, 0.15);
	border-color: #39AE77;
}
.alert-warning {
	color: #e29348;
	background-color: rgba(226, 147, 72, 0.15);
	border-color: #e29348;
}
.alert-danger {
	color: #c14441;
	background-color: rgba(193, 68, 65, 0.15);
	border-color: #c14441;
}