.ant-modal-content {
  font-family: "Poppins", sans-serif !important;
  .ant-modal-title {
    text-align: center;
    font-size: 20px;
  }
}
.btn-upload {
  button.ant-btn {
    border: 0;
    padding: 0;
    img {
      margin-right: 10px;
    }
  }
}
.input-label {
  border-radius: 10px;
  background-color: #fff;
  font-size: 12px !important;
  color: #2f323b !important;
  height: 40px;
}

.textarea-field.input-label {
  height: 100px;
  color: #2f323b !important;
}
