@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body{font-family: 'Roboto', sans-serif;}
.beginButton:focus,
.beginButton:hover
{
color:#1F6EDA;
background-color:#1594b7;
}
.nextButton:focus, 
.finishButton:focus,
.nextButton:hover, 
.finishButton:hover {
background-color:#1594b7;
}
.button_button_isSecondary:focus, 
.button_button_isSecondary:hover {
background-color: #e6e6e6;
color: #1f6eda;
}

progressbar_progressBar {
    background-color: #E6E6E6;
}

@media only screen and (max-width: 600px){
.indicatorCircle_circle_isSelected{
transform: scale(1.5);
}
}
/*hide unexpected validation error */
.validation_validationBlock {
    padding-bottom: 0px;
}


.anchors_isFirstRow .anchor, .anchors_isForcedDesktopShown .anchor{
line-height: 1.6;
}

fieldset {
border: none;
width:100%;
}
.layout_footer {
    font-size: 12px;
    text-align: center;
    padding-bottom: 32px;
    display: none;
}