.iti {
	position: relative;
	display: block;
}

.iti__country-list {
	font-size: 11px;
}

.iti--separate-dial-code .iti__selected-flag {
	background: none !important;
	font-size: 16px;
}

.t-form__successbox {
	text-align: center;
	background: #62C584;
	color: #fff;
	padding: 20px;
	margin-bottom: 200px;
}

@media screen and (max-width: 640px) {
	.t-form__successbox {
		font-size: 16px;
		line-height: 1.45;
	}
}

.toast-notification {
	min-width: 300px;
	height: 50px;
	background-color: white;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	bottom: 0;
	margin-bottom: 20px;
	margin-left: 0;
	position: fixed;
	z-index: 1;
	display: flex;
	flex-direction: row;
	bottom: 0;
	right: 0;
	font-size: 13px;
}

.message-container {
	width: 80%;
	padding-top: 13px;
	padding-left: 20px;
	color: white;
}

.close-notification {
	width: 20%;
}

.close-notification>i {
	padding-top: 15px;
	padding-left: 5px;
	font-weight: 900;
	color: white;
	cursor: pointer;
}

.lni {
	display: inline-block;
	color: inherit;
	flex-shrink: 0;
	speak: none;
	text-transform: none;
	line-height: 2.4;
	vertical-align: -0.125em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.lni-close::before {
	display: inline-block;
	content: "\00d7";
}

.select-pure__label {
	padding-left: 10px;
}

.grecaptcha-badge {
	visibility: hidden;
}