@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
* {
	/* box-sizing: border-box; */
	/* background-color:#102128; */
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
}

body {
	background-color: #cccccc;
	margin: 0;
}

h2 {
	text-align: center;
	/* color: #092834; */
	color: #eee;
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 5px;
}

.container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.containerLogin {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
}
.item {
	background-color: #035e77;
	width: 30%;
	margin-top: 2em;
	min-height: 30vh;
	border-radius: 5px;
}

.form {
	padding: 2em 2em;
}

.input {
	width: 100%;
	background-color: white;
	border: 3px solid white;
	padding: 2px;
	border-radius: 4px;
	margin-top: 0.5em;
	font-size: 1.2em;
}

button {
	border: 2px solid #7db460;
	/* margin: 0.5em; */
	padding: 0.5em;
	border-radius: 6px;
	background-color: #7db460;
	color: #092834;
	font-size: 18px;
	cursor: pointer;
	width: 100%;
	margin-top: 20px;
}
h1 {
	text-align: center;
	/* color: #092834; */
	color: black;
	font-size: 25px;
	margin: 10px 0;
}

.single {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	color: white;
}

.header {
	width: 100%;
	height: 100px;
	display: flex;
	background-color: #102128;
	justify-content: space-evenly;
	align-items: center;
}

.links {
	font-size: 1.2em;
	height: 100%;
	width: 225px;
	display: flex;
	justify-content: center;
	align-items: center;
}

a {
	color: white;
	margin-left: 10px;
}
.links:hover {
	background-color: #555;
}
.active {
	background-color: #555555;
}
small {
	color: rgb(243, 71, 71);
	visibility: hidden;
}
.error small {
	visibility: visible;
}
#progress-bar {
	border: 3px solid #ddd;
	border-radius: 10px;
	margin-top: 10px;
}
#progress-bar-fill {
	height: 100%;
	background-color: rgb(153, 100, 15);
	width: 0%;
	/* display: flex; */
	/* flex-direction: column; */
	/* align-items: center; */
	/* transition: width 0.25s; */
	border-radius: 10px;
}
#progress-bar-percent {
	margin-left: 5px;
	font-weight: bold;
	color: white;
}
#csvTextEmpanelment,
#csvTextPackage,
#csvTextRoomRent,
#csvTextSoc {
	color: white;
}
