#f-messages{
	position: relative;
}
.fboxy-wrapper {
	z-index: 999999999999999999999999999!important;
	bottom:unset;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
}

@media(max-width:575px) {
	.fboxy-wrapper{
		max-width:95%;
	}
}

body.view-session-view.com-event .page-title #heading{font-size:1.4rem;text-align:center;padding:1rem;}

body.path-home- .fHeader{display:none;}

body.path-home- footer{display:none;}

.intl-tel-input {
	width:100%;
}

.int-tel.form-item {
	overflow: visible;
}

.title-center h4 {
	text-align:center;
}

.form-item-highlight {
    padding: 1rem !important;
    border: 1px solid #ff7d7d;
    background: #ffdede;
    margin-bottom: 1rem;
}
.view-login form.fForm{
	position: relative;
}
.view-account-recover .fForm {
    width: 650px;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.5) 0px 8px 24px;
    padding: 8rem 1rem 1rem 1rem;
    margin-bottom: 2rem;
    position: relative;
    background-color: #fefcfe;
    max-width: 100%;
}
body.view-login .fForm::after,
.view-account-recover form.fForm::after{
    content: "";
    width: 5rem;
    height: 5rem;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 2rem;
    transform: translateX(-50%);
    background-image: url("https://storage.unitedwebnetwork.com/files/1242/a06c8dae9e1047cc308338c467fea8f9.gif");
    background-size: 70px;
    background-repeat: no-repeat;
    background-position: center;
}

//Timeline
.menu-timeline ul.fMenu {
	display: flex;
	margin-bottom: 1rem;
}
.menu-timeline li {
	flex: 1 1 0;
	letter-spacing: -0.5px;
	text-align: center;
	position: relative;
}
.menu-timeline li.selected {
	font-weight: bold;
}

.menu-timeline li::before {
	height: 2px;
	width: 100%;
	left: -50%; top: 1rem;
	position: absolute;
	background: var(--brand-color-theme-1);
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
/*
.menu-timeline li:first-child::before {
	display: none;
}
*/

.menu-timeline .menu-item-text big {
	clear:both;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
	background: var(--brand-color-theme-1);
	color: #fff;
	font-weight: bold;
}
.menu-timeline .menu-item-text span {
	display:block;
	color: #000;
}

.menu-timeline li.future::before {
	display: none;
}
.menu-timeline li.future {
	opacity: 0.25;
}
.menu-timeline li.future a {
	pointer-events: none;
}