.form-container > div + div {
	/* margin-top: 15px; */
}

.form-container {
	border-radius: 6px 6px 10px 10px;
}

.reg-form__preloader {
	position: absolute;
	z-index: 100;
	max-width: 458px;
	max-height: 314px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99999999;
	height: 100%;
	width: 100%;
}

.reg-form__preloader-img {
	width: 100%;
	height: auto;
	object-fit: contain;
	max-width: 50px;
	z-index: 99999999;
}

.reg-form__preloader.hidden {
	display: none;
}

.iti__flag-box,
.iti__country-name {
	color: #333;
}

.form_group--name,
.form_group--email,
.form-group {
	position: relative;
}
.input-holder {
	margin-bottom: 20px;
}
form.form-container input {
	width: 100%;
	height: 56px;
	background: #f8f8f8;
	border: 2px solid #f8f8f8;
	border-radius: 8px;
	padding: 0 20px;
	outline: none;
	font-size: 16px;
	font-weight: normal;
	color: #333;
}

form.form-container input::placeholder {
	font-size: 15px;
}

form.form-container input:focus {
	outline: none;
}

form.form-container button[type="submit"]:not(:disabled):hover {
	background-color: #f00;
	color: #fff !important;
	text-align: center;
}

form.form-container button[type="submit"]:disabled {
	cursor: not-allowed;
	width: 100%;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
}

.valid {
	background-color: rgba(25, 230, 25, 0.45) !important;
}

.invalid {
	background-color: rgba(230, 25, 25, 0.45) !important;
}

.invalid:focus {
	border: 1px solid rgba(230, 25, 25, 0.45) !important;
}

.iti {
	width: 100%;
}

.iti--separate-dial-code .iti__selected-flag {
	background: none;
}

.form-text {
	text-align: left;
	margin: 5px 0;
	margin-left: 0px;
	color: white;
	margin-left: 10px;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 18px;
}

.ggggg {
	border-radius: 6px 6px 0px 0px;
	background: #60359b;
	width: 100%;
}
.ggggg h2 {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.form__group {
	padding-left: 20px;
	padding-right: 20px;
}

.btn:hover {
	cursor: pointer;
}

.ljmij {
	border-bottom: 2px solid #f00;
	max-width: 149px;
}

.osfk {
	margin-top: 0;
	border-top: 1px solid #c7c7c7;
}

.comment-container {
	margin: auto;
	font-family: Arial, sans-serif;
	width: 100%;
}

.comment,
.reply {
	/* background: #fff; */
	/* border: 1px solid #ddd; */
	/*! padding: 15px; */
	margin-bottom: 10px;
	border-radius: 5px;
	width: 100%;
}

.reply {
	/* background: #f9f9f9; */
	margin-top: -5px;
	margin-bottom: 0;
	margin-left: 30px;
	/* border-left: 3px solid #ccc; */
}

.profile {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.profile img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px;
}

.name {
	font-weight: bold;
}

.timestamp {
	color: #999;
	font-size: 0.85em;
}

.content {
	margin-top: 5px;
}

.interaction {
	color: #999;
	font-size: 0.85em;
	padding-top: 10px;
	border-top: 1px solid #eee;
}

.form__input {
	margin-top: 10px !important;
}

.xsfsddd {
	margin-bottom: 10px !important;
}
.iti__country {
	margin-left: 0 !important;
}
