.panel-heading {
  box-sizing: border-box;
  background-color: #e0ebfa;
}
.row {
  margin-top: 10px;
  padding-left: 8px;
}
.content {
  background-color: #fff;
  /* overflow: hidden; */
  border-radius: 10px;
  margin-top: 20px;
  padding-left: 25px;
  padding-top: 20px;
  box-sizing: border-box;
  /* padding-left: 25px; */
}
.content-title {
  font-size: 16px;
  /* margin-left: 25px;
  margin-top: 20px; */
}
#organization_list ul {
  padding-left: 20px;
}
.edit,
.delect {
  background: #cfe4ff;
  box-shadow: 0px 3px 8px 0px #ccd4e3;
  width: 48px;
  color: #000;
  font-size: 14px;
  height: 26px;
  border-radius: 4px;
}
.delect {
  box-shadow: 0px 3px 8px 0px #ccd4e3;
  background-color: #d1cfff;
}
.create-button {
  width: 70px;
  height: 32px;
  color: #fff;
  background: #016eff;
  border-radius: 4px;
}
.btn-delect {
  /* width: 74px; */
  height: 32px;
  background-color: #016eff;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
}
.suredel {
  width: 100px;
  color: #232c36;
  font-family: PingFangSC-Regular, PingFang SC;
  height: 31px;
  line-height: 31px;
  font-size: 16px;
  margin: 53px auto 42px auto;
}
.modal-header {
  background-color: #5294ea;
  padding-left: 23px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
}
.btn-sure,
.btn-close {
  background-color: #016eff;
  width: 80px;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 14px;
  box-shadow: 0px 4px 15px 0px #96bbec;
}
.btn-close {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 4px;
  color: #232c36;
  box-shadow: 0px 4px 15px 0px #dcdcdc;
}
