.form-item-type-file .hint-button a {
  color: #fff;
  font-weight: 600; 
  background: var(--brand-color-2); 
  padding: 10px; 
  text-decoration: none; 
}

.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: #4A91B7;
	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: #4A91B7;
	color: #000;
	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;
}

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

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

