html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden; /* optional */
	font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.bg-image-vertical {
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
}

@media (min-width: 1025px) {
	.h-custom-2 {
		height: 100%;
	}
}

.btn-black{
	background-color: #000;
}

.txt-white{
	color: #fff;
}

.border-none {
    border: none !important;
}

.submit-btn{
	background-color: #000;
	color: #fff;
	border: #000;
}

.submit-btn:hover,
.submit-btn:active,
.submit-btn:focus {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
    box-shadow: none !important;
    outline: none !important;
}

.iti {
	width: 100%;
}
/* Prevent text from overlapping the flag */
.iti input {
	padding-left: 50px !important; /* Or adjust based on the flag size */
	height: 58px  !important;
}
.iti__flag-container {
	width: 80px !important; /* adjust as needed */
}