.sd-chat-input {
  // padding: 0 32px;
}

.sd-chat-input-content {
  padding: 0 32px;
  height: 110px;
  display: flex;
  align-items: center;

  input {
    // padding: 0 32px;
    margin-right: 32px;
    flex: 1;
    height: 78px;
    background: rgba(255, 255, 255, 1);
  }
}

.sd-chat-input-multi-option {
  width: 56px;
  height: 56px;
}

.sd-chat-input-multi {
  // padding: 32px 0;
  padding-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  background: rgba(229, 229, 229, 1);
}

.sd-chat-input-multi-item {
  margin-top: 32px;
  display: inline-block;
  width: 25%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: rgba(136, 136, 136, 1);
  line-height: 33px;
}

.sd-chat-input-multi-item-i {
  background: white;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  border: 40px solid white;
  border-radius: 14px;
}
