/**
 * The default transition, used when the element is visible
 * since the beginning of the animation
 * ---
 * @access private
 * @type transition
 * @group transition
 */
/**
 * The enter transition, used when the element is not visible on the screen
 * since the beginning of the animation and become visible
 * ---
 * @access private
 * @type transition
 * @group transition
 */
/**
 * The leave transition, used when the element is visible on the screen
 * since the beginning of the animation and is removed
 * ---
 * @access private
 * @type transition
 * @group transition
 */
/**
 * The stand transition, used when the element is going to accelerate,
 * like movements from bottom to top
 * ---
 * @access private
 * @type transition
 * @group transition
 */
/**
 * The out transition, used when the element is going to deaccelerate,
 * like movements from top to bottom
 * ---
 * @access private
 * @type transition
 * @group transition
 */
/**
 * The elevation transition duration
 * ---
 * @access private
 * @type transition
 * @group transition
 */
/**
 * The layout system breakpoints
 * ---
 * @access private
 * @type layout
 * @group layout
 */
/**
 * The available gutter sizes
 * ---
 * @access private
 * @type layout
 * @group layout
 */
/**
 * Breakpoint
 */
/**
 * Base
 */
/**
 * Layout Item
 */
/**
 * Hide Element
 */
.md-steppers {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: color, background-color;
  will-change: color, background-color;
}
.md-steppers.md-no-transition * {
  transition: none !important;
}
.md-steppers.md-dynamic-height .md-steppers-wrapper {
  transition: height 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: height;
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header {
  height: 104px;
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header:first-of-type .md-stepper-icon::before,
.md-steppers.md-horizontal.md-alternative .md-stepper-header:first-of-type .md-stepper-number::before {
  content: none;
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header:last-of-type .md-stepper-icon::after,
.md-steppers.md-horizontal.md-alternative .md-stepper-header:last-of-type .md-stepper-number::after {
  content: none;
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-ripple {
  justify-content: center;
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content {
  padding-top: 16px;
  flex-direction: column;
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content::before, .md-steppers.md-horizontal.md-alternative .md-stepper-header .md-button-content::after {
  content: none;
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-text {
  height: 32px;
  justify-content: flex-start;
  text-align: center;
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number {
  margin: 0 8px 8px;
  position: relative;
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon::after, .md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon::before,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number::after,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number::before {
  width: 9999%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color;
  content: " ";
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon::after,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number::after {
  left: calc(100% + 8px);
}
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-icon::before,
.md-steppers.md-horizontal.md-alternative .md-stepper-header .md-stepper-number::before {
  right: 32px;
}
.md-steppers.md-vertical .md-stepper-header {
  height: 56px;
}
.md-steppers.md-vertical .md-stepper-header .md-ripple {
  padding: 0 24px 0 16px;
}
.md-steppers.md-vertical .md-steppers-container {
  display: block;
}
.md-steppers.md-vertical .md-button-content::before, .md-steppers.md-vertical .md-button-content::after {
  content: none;
}
.md-steppers.md-vertical .md-stepper-icon,
.md-steppers.md-vertical .md-stepper-number {
  margin-right: 12px;
}
.md-steppers.md-vertical .md-stepper {
  flex: none;
  padding: 0;
  position: relative;
}
.md-steppers.md-vertical .md-stepper:last-of-type::after {
  content: none;
}
.md-steppers.md-vertical .md-stepper::after {
  width: 1px;
  position: absolute;
  top: 48px;
  bottom: -8px;
  left: 36px;
  z-index: 2;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color;
  content: " ";
}

.md-steppers-navigation {
  background-color: var(--md-elevation-2);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  display: flex;
}
.md-steppers-navigation .md-stepper-header {
  width: auto;
}

.md-stepper-header {
  width: 100%;
  height: 72px;
  margin: 0;
  flex: 1;
  border-radius: 0;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}
.md-stepper-header:first-of-type .md-button-content::before {
  content: none;
}
.md-stepper-header:last-of-type .md-button-content::after {
  content: none;
}
.md-stepper-header.md-active, .md-stepper-header.md-error {
  font-weight: 500;
}
.md-stepper-header .md-ripple {
  padding: 0 16px;
  justify-content: flex-start;
}
.md-stepper-header .md-button-content {
  padding: 0 8px;
  display: flex;
  align-items: center;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color;
}
.md-stepper-header .md-button-content::after, .md-stepper-header .md-button-content::before {
  height: 1px;
  position: absolute;
  top: 50%;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: background-color;
  content: " ";
}
.md-stepper-header .md-button-content::after {
  width: 9999%;
  left: 100%;
}
.md-stepper-header .md-button-content::before {
  width: 16px;
  left: -16px;
}
.md-stepper-header .md-button-content svg {
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: color, fill;
  will-change: color, fill;
}

.md-stepper-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 16px;
  white-space: nowrap;
}

.md-stepper-icon,
.md-stepper-number {
  margin-right: 8px;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: color;
}

.md-stepper-number {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: color, background-color;
  will-change: color, background-color;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.md-stepper-done {
  width: 20px;
  height: 20px;
  transform: translateY(-1px);
}

.md-stepper-icon {
  font-size: 24px;
}

.md-stepper-editable {
  width: 14px;
  height: 14px;
  transform: translateY(-1px);
}

.md-stepper-error,
.md-stepper-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.md-stepper-description {
  opacity: 0.54;
}

.md-steppers-wrapper {
  overflow: hidden;
  transition: none;
  will-change: height;
}

.md-steppers-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  transform: translateZ(0);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.md-stepper {
  width: 100%;
  flex: 1 0 100%;
  padding: 16px 24px;
}
@media (max-width: 960px) {
  .md-stepper {
    padding: 8px 16px;
  }
}

.md-steppers.md-vertical .md-stepper-content {
  padding: 0 24px 0 60px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, -20px, 0);
  transition: 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-property: opacity, transform, height, padding-bottom;
  will-change: opacity, transform, height, padding-bottom;
}
.md-steppers.md-vertical .md-stepper-content.md-active {
  height: auto;
  padding-bottom: 40px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* stylelint-disable-next-line no-duplicate-selectors */
.md-steppers .md-stepper-icon::after, .md-steppers .md-stepper-icon::before,
.md-steppers .md-stepper-number::after,
.md-steppers .md-stepper-number::before,
.md-steppers .md-stepper::after,
.md-steppers .md-stepper::before {
  background-color: var(--md-outline);
}
.md-steppers .md-stepper-number {
  background-color: var(--md-on-surface-medium);
}
.md-steppers .md-stepper-header .md-button-content {
  color: var(--md-on-surface-medium);
}
.md-steppers .md-stepper-header .md-button-content .md-stepper-number {
  color: var(--md-on-primary);
}
.md-steppers .md-stepper-header .md-button-content::after, .md-steppers .md-stepper-header .md-button-content::before {
  background-color: var(--md-outline);
}
.md-steppers .md-stepper-header.md-active .md-button-content, .md-steppers .md-stepper-header.md-done .md-button-content {
  color: var(--md-on-surface);
}
.md-steppers .md-stepper-header.md-active .md-stepper-number, .md-steppers .md-stepper-header.md-done .md-stepper-number {
  background-color: var(--md-primary);
}
.md-steppers .md-stepper-header.md-error .md-button-content {
  color: var(--md-error);
}
.md-steppers .md-stepper-header.md-error .md-button-content .md-icon {
  font-size: 24px;
}