.fboxy-wrapper{
    top: 50%;
    width: 95%;
    left: 50%;
    
    transform: translate(-50%, -50%);
}
.fboxy-wrapper .fboxy-title img{
	display:none;
}
.intl-tel-input { 
	width:100%; 
} 

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

/* Progress bar ".menu-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-2);
	content:
	"";
	display: block;
	position: absolute;
	z-index: -1;
}
.menu-timeline .menu-item-text big {
	clear:both;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
	background: var(--brand-color-theme-2);
	color: #fff;
	font-weight: bold;
}
.menu-timeline .menu-item-text span {
	display:block;
}
.menu-timeline li.future::before {
	display: none;
}
.menu-timeline li.future {
	opacity: 0.25;
}
.menu-timeline li.future a {
	pointer-events: none;
}

.fForm{
	padding-bottom:1rem;
}
.fForm .hint span{
    font-size: 0.9rem;
}
span{
	font-size: 1rem;
}

.fboxy-wrapper{
width:800px;
z-index: 99999999999999999999999 !important;
max-height:550px;
max-width:95%;
}

.iconset .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
	text-align: left;
}

.iconset .fMenu a:hover {
    background: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.iconset .fMenu>li {
    list-style: none;
    margin: 1rem;
    padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.iconset .fMenu>li>a {
    display: block;
    padding: unset;
    font-weight: bold;
    color: #000;
    height: unset;
    background: unset;
    transition: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    position: unset;
}

.iconset img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
	margin: unset;
}

.menu-item-text .action:before {
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}

.iconset .fMenu ul {
    margin-left: 20px;
    margin-top: 0.5rem;
}

.iconset .fMenu ul,
.iconset .fMenu ul li {
    list-style: square;
}

.iconset .fMenu ul {
    margin-left: 0!important;
}

.iconset .fMenu ul li ul li {}

.iconset .fMenu ul a {
    font-weight: 500;
    display: unset;
    padding: unset;
    color: unset;
    height: unset;
    background: unset;
    transition: unset;
    border-radius: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    position: unset;
}

.f-speakers .f-list-item .f-list-item-container .f-list-item-teaser-image img {
    background-color: #84152b;
}

/*.f-speakers .f-list-item-container {
  display: flex;
  gap: 15px;
  padding: 10px;
  background: #5DBBB0;
  border-radius: 30px;
}

.f-speakers .f-list-item-node .f-list-item-teaser-image {
	width: 30%;
}

.f-speakers .f-speaker-container-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: left;
	width: 70%;
}

.f-speakers .f-list-item-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
	color:#fff;
}

.f-speakers .f-list-item-subtitle {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 768px) {
  .f-speakers .f-list-item-container {
    flex-direction: column;
    align-items: center;
    text-align: left;
  }

  .f-speakers .f-speaker-container-text {
    align-items: center;
    text-align: left;
  }
}*/