﻿
html.iframe,
html.iframe body,
html.iframe .container,
html.iframe main {
    height: 100%;
}
.button-panel{
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}
.button-panel--left{
    justify-content: start;
}
.steps-container{
    max-width: 1000px;
    margin: 0 auto;
}
.link{
    text-decoration: underline;
    cursor: pointer;
}
.link:hover{
    text-decoration: none;
}
.input--dirty:invalid{
    border-color: red;
}
.link--alt{
    color: #999;
}
.link--alt:hover{
    color: #ddd;
}
.progress-text{
    text-align: center;
    padding: 50px;
}