/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.btn-default {
	border: #dedede 1px solid;
	padding: 9px 15px 8px 15px;
}

@media all and (max-width:767px) {
	.subheader {
		text-align: center;
		margin: 0 -65px 45px;
		height: 140px;
		border-bottom: 1px solid #e8ebed
	}
}

.img-fluid {
	/*filter: grayscale(60%);*/
}

.dir-list {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}

.dir-item {
	padding: 0.5rem 0.25rem;
	color: white;
	background-color: dodgerblue;
	border-radius: 0.325rem;
	display: flex;
	gap: 0.5rem;
	align-items: center;
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control::-webkit-input-placeholder {
	color: #999
}

select.select-control {
	background: none;
	background-color: #fff;
	border: 2px solid #e8ebed;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	color: #999;
	height: 40px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	padding: 6px 12px;
	margin-top: 12px;
}

select.select-control:focus {
	border-color: #fc3;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #555
}

.w-qt {
	width: 25%;
}
.form-group label img {
	padding:40px 40px 40px 0;
}

.error {
	color: red;
	margin-top: -25px;
}

#second-tab>div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

#error-field {
	margin-top: 2px;
	color: red;
	font-weight: 600;
	padding: 0 50px;
}