input[type=date]::-webkit-calendar-picker-indicator {
  background: url(/merge/img/icons/icon-calendar.svg) center/80% no-repeat;
}

.text-card-icon {
  font-size: 4rem !important;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.steps {
  position: relative;
  max-height: 230px;
  height: 150vh;
  transition: max-height 0.5s ease-in-out;
}
.steps .step {
  position: absolute;
  width: 100%;
  z-index: 0;
}
.steps .step.show {
  z-index: 2;
}

#signup-form .steps, #completeprofile-form .steps {
  max-height: 500px;
  height: 500vh;
  transition: none;
}
#signup-form .steps .step.fade, #completeprofile-form .steps .step.fade {
  display: block;
}
#signup-form .steps .step.fade:not(.show), #completeprofile-form .steps .step.fade:not(.show) {
  display: none;
}

.ui-autocomplete {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 1rem;
  text-align: left;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  max-height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

nav.trial .avatar {
  vertical-align: middle;
}
