.Wizard{font-size:14px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:20px;background:#f5f5f6;-webkit-box-shadow:var(--shadow2);box-shadow:var(--shadow2);max-width:1000px;margin:auto}.Wizard,.Wizard .title{display:-webkit-box;display:-ms-flexbox;display:flex}.Wizard .title{font-weight:500;font-size:16px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Wizard .title span:last-child{opacity:.6;font-weight:400;font-size:14px}.Wizard .slot .wizardPageTitle{display:none}.Wizard .buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.Wizard .buttons .Button{height:40px}.Wizard .errorMsg{color:red;font-weight:500;text-align:center}.Wizard .help{-webkit-margin-after:25px;margin-block-end:25px}.Wizard .help p{line-height:25px}.Wizard .small{font-size:12px;padding-inline:25px}.Wizard .small p{line-height:18px}.Wizard .el-input__inner,.Wizard .el-textarea__inner{background-color:#fff!important}