/*************************************** MODAL CSS ************************************/
.modal-body {
	background-color: #252325;
	padding: 30px 30px;
	border-radius: 0;
	-webkit-box-shadow: 15px 15px 49px #000000A8;
	box-shadow: 15px 15px 49px #000000A8;
}

.modal-content {
	border-radius: 0;
}

.modal-body p {
	font-size: 13px;
}

.modal-content .close {
	width: 40px;
	height: 40px;
	/* background-color: #003421; */
	color: #fff;
	position: absolute;
	right: 0;
	z-index: 9;
	font-size: 15px;
	opacity: 1;
	text-shadow: none;
	padding: 0px;
	filter: invert(1);
}

form .col-12 {
	margin-bottom: 20px;
}

.modal h2 {
	color: #141A2A;
	text-align: center;
	font-size: 30px;
	margin-bottom: 30px;
}

.modal h3 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}

.error_msg {
	display: none;
}

.error {
	color: red;
	font-size: 12px;
	padding-top: 5px;
}

.form-control:focus,
.form-select:focus {
	border-color: #141A2A;
	-webkit-box-shadow: 0 0 0 0.10rem #141A2A;
	box-shadow: 0 0 0 0.10rem #141A2A;
}

.modal-dialog {
	max-width: 400px;
}

/*************************************** MODAL CSS ************************************/