body {background: #eeeff0; padding: 0; margin: 0}
main.app {display: flex; align-items: center; justify-content: center; padding: 0; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
section.app-wrapper {width: 100%;}

a {text-decoration: none}

.card {border-radius: 10px;  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1); border: 0; overflow: hidden;}
.card-footer, .card-header {padding-top: 15px; padding-bottom: 15px;}
.bootstrap-tagsinput .tag {
	margin-right: 2px;
	color: white !important;
	background-color: #0d6efd;
	padding: 0.2rem;
}

#dropzone {
	border: 1px dashed #ccc;
	padding: 20px 20px;
	text-align: center;
	margin-bottom: 20px;
	position: relative;
	border-radius: 5px;
}
#dropzone .icon {width: 40px; height: auto; margin-bottom: 15px; display: inline-block;}
.img-dropzone {width: auto; height:180px; }
.highlight {background: #ccc;}
.file-list {
	list-style: none;
	padding: 0;
	max-height: 150px;
	overflow-y: auto;
	margin: 0;
}
.file-list::-webkit-scrollbar {width: 5px; border-radius: 5px;}
.file-list::-webkit-scrollbar-track {background: #fff; border-radius: 5px;}
.file-list::-webkit-scrollbar-thumb {background: #16151A; border-radius: 5px;}
.file-list::-webkit-scrollbar-thumb:hover {background: #16151A; border-radius: 5px;}

.file-list li {
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	background: url("assets/images/icon-file.svg") no-repeat 10px center #f0f3f5;
	background-size: 30px;
}
.file-list li span {white-space: nowrap; text-overflow: ellipsis; max-width: 80%; overflow: hidden; margin-left: 40px;}
.file-list li button {
	background-color: none;
	border: 0;
	font-size: 15px;
}
#fileInput {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}

#progressBar {
	width: 100%;
	height: 20px;
	margin-top: 20px;
	background-color: #f0f0f0;
	border-radius: 4px;
	overflow: hidden;
}
#progressBarFill {
	height: 100%;
	width: 0;
	background-color: #3498db;
}










header.main-header {z-index: 10; position: relative;}

.login-form {display: grid; grid-template-columns: repeat(2, 1fr); max-width: 900px; height: 500px; border-radius: 10px; box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.1);}
.login-form .left {background: #ffffff; padding: 50px; border-radius: 10px 0 0 10px;}
.login-form .right {background: #065AD8; padding: 50px; border-radius: 0 10px 10px 0;}
.d-block {width: 100%;}
.or-login {font-size: 12px; color: #aaa; width: 100%; margin: 30px 0; text-align: center;}
