:root {
    --brand-color-1: #28a745;
	--brand-color-1h: #07ba2f;
    --brand-color-1-text: #ffffff;
    --brand-color-2: #0099cc;
    --brand-color-2h: #fdcc00;    
    --brand-color-2-text: #000;
    
	--brand-color-3: #0090fb;
	--brand-color-3h: #02439c;
	--brand-color-3-text: #cae6ff;
	
	--brand-color-5: #46cca6;
	--brand-color-5h: #00f689;
}

body {
    background-image: url(https://storage.unitedwebnetwork.com/files/1299/0800ed189fe75f4d6b12e401219cb58e.webp);
    background-size: cover;
    background-position: 0px 0px;
    min-height: 100vh;
	font-family: "Inter", sans-serif;
	line-height: 1.5;
    overflow-x: hidden;
    font-size: 14px;
}

.intl-tel-input { 
	width:100%; 
} 
.int-tel.form-item{ 
	overflow: visible; 
} 

header.fHeader{
	background: none;
	box-shadow: none;
	width: auto;
}
.container{
	max-width:1140px;
}
.event-bg-white {
    background-color: #ffffff;
}
.event-bg-register {
    background-color: #edf3fd;
    border: 1px solid #0099cc;
    border-radius: 5px;
}
.svg-inline--fa {
    display: var(--fa-display, inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}
.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}
.btn {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 30px;
    font-size: 14px;
}
.event-register-btn {
    font-size: 20px;
	font-weight:600;
}

a.fButton, form.fForm .buttons input, .f-button.f-button-back{
	border-radius: 30px;
}
.fForm{
	background:#fff;
	box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
	padding: 1rem 0.5rem 2rem;
}
.fPageTitle{
	background: var(--brand-color-blue);
}