
.card-header[data-v-c28ce0a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mb-4[data-v-c28ce0a8] {
  margin-bottom: 16px;
}
.edit-btn[data-v-c28ce0a8] {
  margin-left: 10px;
}
.action-buttons[data-v-c28ce0a8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.cancel-btn[data-v-c28ce0a8], .submit-btn[data-v-c28ce0a8] {
  cursor: pointer;
  padding: 2px 5px;
}
.cancel-btn[data-v-c28ce0a8] {
  color: #606266;
}
.submit-btn[data-v-c28ce0a8] {
  color: #409EFF;
}
.cancel-btn[data-v-c28ce0a8]:hover, .submit-btn[data-v-c28ce0a8]:hover {
  text-decoration: underline;
  background-color: #f5f7fa;
  border-radius: 3px;
}
.foot[data-v-c28ce0a8]{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

