@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #567b8b;
	font-weight: bold !important;
}

.btn-secondary {
	background-color: #f0f2dc !important;
	color: black !important;
	margin-bottom: 5px !important;
}

.app-container {
	min-height: 73vh;
	width: 100%;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.app-form {
	min-width: 65%;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.app-form .app-form-group {
	display: flex;
	flex-direction: row !important;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 1rem;
}
.app-form .app-form-group .app-input-label {
	color: #567b8b;
	font-size: medium;
	font-weight: 500;
	margin-right: 1rem;
}
.app-form .app-form-group .app-input-control {
	width: 70%;
	min-height: 35px;
	border-radius: 5px;
	border: 1px solid lightgray;
	padding: 5px;
	font-size: 1rem;
}
.app-form .app-form-group .app-file-upload {
	border: 1px solid #ccc;
	display: inline;
	padding: 6px 12px;
	cursor: pointer;
}
.app-form .app-check-group {
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	width: 100%;
	margin-bottom: 0;
}
.app-card {
  width: 100%;
  max-width: 500px;
  margin: 1rem auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.app-card .card-body {
  padding: 1.5rem;
}
.app-command-ribbon {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-bottom: 2rem;
}
.app-command-ribbon .app-button-ribbon {
	text-decoration: none;
	display: inline;
	margin-top: 0.5rem !important;
	color: #567b8b;
	border: 0;
	background-color: transparent;
}

.app-btn1 {
	background-color: #567b8b;
	color: white;
	border-radius: 40px;
	border-style: none;
	font-weight: bold;
	font-size: 24px;
	margin-top: 1rem;
	width: 250px;
	height: 50px;
	box-shadow: 0 4px 4px rgba(128, 128, 128, 0.7490196078);
}

.app-btn2 {
	background-color: #f0f2dc !important;
	color: black !important;
	border-radius: 40px;
	border-style: none;
	font-weight: bold;
	font-size: 24px;
	margin-top: 1rem;
	width: 250px;
	height: 50px;
	box-shadow: 0 4px 4px rgba(128, 128, 128, 0.7490196078);
}

.app-link {
	text-decoration: none;
	display: block;
	margin-top: 0.5rem !important;
	color: #567b8b;
}
.app-link:hover {
	cursor: pointer;
}

.app-checkterms {
	margin-bottom: 1rem !important;
	align-self: flex-start !important;
}
.app-checkterms .app-checkterms-label {
	color: #567b8b !important;
}

.app-justified-text {
	text-align: justify;
}

.form-check-input:checked {
	background-color: #f0f2dc !important;
	border-color: #f0f2dc !important;
}

.card-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding: 20px;
	justify-content: center;
}
.card-container .card {
	flex: 1 0 calc(20% - 20px); /* 5 cards per row with 20px gap */
	min-width: 200px;
	max-width: 200px;
	text-align: center;
}
.card-container .card-img-top {
	margin: auto;
}

.card-header {
	background-color: #dde5e5 !important;
}

.app-topbar {
	display: inline-flex;
	flex-direction: row;
	position: sticky;
	top: 0;
	z-index: 100; /* Ensure it stays on top of other content */
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background-color: #567b8b;
	color: white;
	font-size: 2rem;
	padding: 5px;
}
.app-topbar .app-logo {
	height: 80px;
	width: auto;
}

.app-footer {
	display: inline-flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #dde5e5;
	color: black;
	font-size: 1rem;
	width: 100%;
	padding: 0px 1rem 0px 1rem;
}
.app-footer .app-logo {
	height: 80px;
	width: auto;
}
.app-footer .app-socials {
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.app-sidebar {
	background-color: #f0f2dc;
	opacity: 0.9;
	color: black;
	width: 20%;
	position: absolute;
	top: 90px;
	left: 0;
	padding: 0 1rem;
	border-radius: 0 20px 20px 0;
	min-height: 87vh;
	z-index: 1;
}
.app-sidebar i {
	font-size: xx-large;
}
.app-sidebar ul {
	list-style-type: none;
	padding: 0;
	line-height: 2.5rem;
}
.app-sidebar ul li a {
	text-decoration: none;
	color: black;
	margin: 0;
	font-size: 1.2rem;
}
.app-sidebar ul li a i {
	font-size: large;
	margin-right: 0.5rem;
}
.app-sidebar ul li :hover {
	color: #567b8b !important;
}

#graph,
#table,
#dataTable_wrapper {
	width: 100% !important;
}

.buttons-colvis {
	margin-right: 1rem;
}

.dt-length label {
	display: inline-flex;
}

.dt-search {
	display: contents;
}

@media only screen and (max-width: 768px) {
	h4 {
		font-size: 1rem !important;
	}
	.app-container {
		min-height: 78vh;
		width: 100vw;
		padding: 10px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.app-form {
		width: 90vw;
		padding: 5px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.app-form .app-form-group {
		display: flex;
		flex-direction: column !important;
		justify-content: space-between;
		align-items: start;
		width: 100%;
		margin-bottom: 1rem;
	}
	.app-form .app-form-group .app-input-label {
		color: #567b8b;
		font-size: medium;
    text-align: start;
		font-weight: 500;
		margin-right: 0;
	}
	.app-form .app-form-group .app-input-control {
		width: 100%;
		min-height: 35px;
		border-radius: 5px;
		border: 1px solid lightgray;
		padding: 5px;
		font-size: 1rem;
	}
  .app-form .app-form-group .app-file-upload {
    border: 1px solid #ccc;
    display: inline;
    padding: 6px 12px;
    cursor: pointer;
  }
	.app-sidebar {
		width: 60vw;
		min-height: 100vh;
		position: absolute;
		top: 70px;
		left: 300px;
		transform: translateX(-100%);
		transition: transform 0.3s ease-in-out;
		z-index: 1;
	}
	.app-topbar {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background-color: #567b8b;
		color: white;
		font-size: 2rem;
		padding: 5px;
	}
	.app-topbar .app-logo {
		height: 60px;
		width: auto;
	}
	.app-footer {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		background-color: #dde5e5;
		color: black;
		font-size: 0.7rem;
		width: 100%;
		padding: 0px 3px 0px 3px;
	}
	.app-footer .app-link {
		margin-top: 0 !important;
	}
	.app-footer .bi {
		margin-left: 0 !important;
	}
	.app-footer .app-logo {
		height: 40px;
		width: auto;
	}
	.app-footer .app-socials {
		display: inline-flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
} /*# sourceMappingURL=styles.css.map */
