.spk-send-discuss .ant-select-selection--single {
  height: 32px;
  position: relative;
  cursor: pointer;
}
.spk-send-discuss .ant-select-selection {
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.spk-send-discuss .ant-select-selection__rendered {
  display: block;
  margin-left: 11px;
  margin-right: 11px;
  position: relative;
  line-height: 30px;
}
.spk-send-discuss .ant-select-selection__clear {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  opacity: 0;
  position: absolute;
  right: 11px;
  z-index: 1;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: rgba(0, 0, 0, .25);
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  transition: color .3s ease, opacity .15s ease;
}
.spk-send-discuss .ant-select-arrow {
  display: inline-block;
  font-style: normal;
  vertical-align: -0.125em;
  text-align: center;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  line-height: 1;
  margin-top: -6px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: rgba(0, 0, 0, .25);
  font-size: 12px;
}
.ant-select-selection .ant-select-arrow > *:not(:last-child) {
  margin-inline-end: 0;
}
.ant-select-dropdown-menu {
  outline: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  max-height: 250px;
  overflow: auto;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  line-height: 22px;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item-selected, .ant-select-dropdown-menu-item-selected:hover {
  background-color: #fafafa;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
.ant-select-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-modal-body textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  outline: none;
  resize: none;
  padding: 10px;
  overflow-x: hidden;
}
.ant-modal-body .textarea-txt span {
  color: red;
  display: inline-block;
  padding: 0px 5px;
}
.ant-modal-body .modal-set-btn-container {
  overflow: hidden;
  font-size: 10px;
  margin-top: 10px;
}
.ant-modal-body .modal-set-btn-container .container-right {
  float: right;
}
.ant-modal-body .lui-btn {
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  color: #fff;
  outline: none;
}
.ant-modal-body .lui-btn.btn-small {
  padding: 0 1rem;
  min-width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
}
.ant-modal-body .bg-primary {
  background: #1C61EC;
}
.ant-modal-body .lui-btn.bg-linear {
  background: #fff;
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.65);
  margin-left: 10px
}