/*----------TEMPLATE----------*/
.topbar-container {
	position: absolute !important;
	width: 100% !important;
	padding: 0px 25px;
	background: rgb(17, 38, 43) !important;
}

.logo-container {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.topbar-title {
	font-size: 16px !important;
}

/*----------LOGIN----------*/
.login-body {
	height: 100vh;
	background: rgb(17, 38, 43);
}

.login-logo_container {
	display: flex;
	justify-content: center;
	margin: 20px 0px;
}

.login-form_container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0px;
}

.login-logo {
	width: 3	0%;
	max-width: 15rem;
	min-width: 5rem;
}

.login-form {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: white;
	border: 1px solid white;
	border-radius: 15px;
	margin: 0px 15px;
	max-width: 30rem;
}

/*----------DASHBOARD----------*/
.citizen-info_container {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 38px;
	margin-top:15px;
}

.citizen-picture {
	width: 7rem;
	min-width: 75px;
	border: 1px solid #11262b;
	border-radius: 15px;
}

.citizen-name {
	font-size: 1rem;
	font-weight: 600;
}

.citizen-profession {
	color: #686868;
	font-size: 1rem;
	font-weight: 500;
}

.step-container {
	border-radius: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0px;
}

.step-container.incompleted {
	border: 1px solid #686868;
}

.step-container.completed {
	border: 1px solid #298D4D;
}

.step-container.completed.category {
	border-radius: 15px 15px 0px 0px !important;
	margin: 15px 0px 0px 0px !important;
}

.step-icon {
	padding: 5px;
	margin: 4px;
	border-radius: 10px;
}

.step-icon.incompleted {
	background: #686868;
}

.step-icon.completed {
	background: #298D4D;
}

.step-title {
	font-weight: 500;
	color: #333333;
}

.step-info {
	background: #298D4D;
	color: white;
	padding: 5px 10px;
	margin: 4px;
	border-radius: 15px;
}

.category-dashboard-option {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #4788C7;
	border-radius: 15px;
	padding: 15px 0px;
}

.category-option_title {
	text-align: center;
	font-size: 0.90rem;
	margin: 10px 0px;
}

.disclaimer-input {
	margin: 15px 0px !important;
}