
.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;
}


.custom-textarea-wrapper[data-v-5cc58410] {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.custom-textarea[data-v-5cc58410] {
  width: 100%;
}
.confirm-btn[data-v-5cc58410] {
  position: absolute;
  right: 10px;
  bottom: 0;
}
.tags-container[data-v-5cc58410] {
  margin-top: 15px;
  min-height: 32px;
}
.sponsor-tag[data-v-5cc58410] {
  margin-right: 8px;
  margin-bottom: 8px;
}

