
.nb-form-container[data-v-467c4049] {
  box-sizing: border-box;  
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 8px;
  position: relative;
  background-color: #fff;
  height: calc(100% - 60px);
}
.nb-form-header[data-v-467c4049] {
  position: sticky;
  top: 0;
  z-index: 100;
  height: 40px;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
}
.nb-form-main[data-v-467c4049] {
  width: 100%;
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-color: #fff;
}

