#wizard-wrapper{display:flex;display:-ms-flexbox;justify-content:flex-start;align-items:stretch;-ms-flex-align:stretch;align-content:stretch;flex-direction:column;-ms-flex-direction:column;height:100%}#wizard-wrapper #wizard-progress{width:100%;-ms-flex-negative:0;margin-bottom:15px;margin-left:10px}#wizard-wrapper #wizard-progress #wizard-current-step-title{font-size:1.2rem;font-weight:600;margin-bottom:10px}#wizard-wrapper #wizard-progress #wizard-progress-text{font-size:.8rem;color:grey;margin-bottom:5px}#wizard-wrapper #wizard-progress #wizard-progress-bar{display:grid;width:100%}#wizard-wrapper #wizard-progress #wizard-progress-bar .wizard-progress-bar-step{margin-right:5px;border-bottom:3px solid #e0e5eb}#wizard-wrapper #wizard-progress #wizard-progress-bar .wizard-progress-bar-step.active{border-bottom-color:#1a75e2}#wizard-wrapper #wizard-container{margin:10px 10px 0;width:100%;padding-right:15px;overflow-y:auto;padding-left:2px}#wizard-wrapper #wizard-container .wizard-question-wrapper{margin-bottom:20px}#wizard-wrapper #wizard-container .wizard-question{font-size:1.2em;font-weight:600;display:block}#wizard-wrapper #wizard-container .wizard-explanation{font-size:.8em;color:gray}#wizard-wrapper #wizard-container .wizard-response{margin-top:10px;margin-left:10px}#wizard-wrapper #wizard-container .summary-item{margin-bottom:5px}#wizard-wrapper #wizard-container .summary-item .summary-title{display:inline-block;font-weight:700;width:20%;text-align:right;padding-right:10px}#wizard-wrapper #wizard-container .summary-item .summary-title:after{content:':'}#wizard-wrapper #wizard-container .summary-item .summary-value{display:inline-block}.custom-dialog-contents #wizard-wrapper{max-height:calc(100vh - 90px)}