
.template-form[data-v-755104cf] {
  height: 100%;
}
[data-v-755104cf] .ant-steps {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 5px 2px;
}
[data-v-755104cf] .ant-steps .ant-steps-item-process .ant-steps-item-icon {
  background: #0064c8;
}
[data-v-755104cf] .ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 1;
  color: #FFFFFF;
}
[data-v-755104cf] .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container:hover :is(.ant-steps-item-icon .ant-steps-icon) {
  color: #FFFFFF !important;
}
.component[data-v-755104cf] {
  height: 100%;
}
[data-v-755104cf] .ant-card-body {
  height: 100%;
  padding: 0 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
.steps-item-content {
    height: calc(100% - 150px);
}
.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
}


