@font-family-all: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica,
  "Apple Color", Emoji, "Segoe UI", "Segoe UI Emoji", "Apple Color Emoji",
  "Segoe UI Symbol", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
  "Heiti SC", sans-serif;

@im-message-normal-color: #2f3238;

.sscard_common-modal {
  .ant-modal-header {
    position: relative;
    padding: 32px 32px 10px 32px;
    border: none;
    .ant-modal-title {
      font-size: 16px;
      font-family: @font-family-all;
      font-weight: 500;
      color: #2f3238;
    }
  }
  .ant-modal-close {
    .ant-modal-close-x {
      position: relative;
    }
  }
  .ant-modal-body {
    padding: 0px 24px 32px 58px;
    color: @im-message-normal-color;

    .ant-input-affix-wrapper{
      margin-top: 12px;

      .ant-input{
        padding: 4.5px 24px 4.5px 11px;

        &:hover,
        &:focus{
          border-color: #326fef;
          box-shadow: 0 0 0 2px rgba(50, 111, 239, 0.12);
        }
      }
    }


  }
  .ant-modal-footer {
    padding: 0px 32px 24px;

    & > button {
      min-width: 88px;
      font-family: @font-family-all;
    }

    & > button:first-child {
      color: @im-message-normal-color;
      border-color: rgba(47, 50, 56, 0.12);
    }

    & > button:last-child {
      margin-left: 12px;
      color: #ffffff;
      background-color: #326fef;
    }

    & > button:first-child:hover {
      background: rgba(47, 50, 56, 0.03);
      color: @im-message-normal-color;
      border-color: rgba(47, 50, 56, 0.12);
    }

    & > button:last-child:hover {
      color: #ffffff;
      background-color: #1560e7;
    }
  }

  .ant-modal-content,
  .ant-modal-header {
    border-radius: 6px;
  }

  .ant-modal-footer {
    border-top: none !important;
    .ant-btn {
      border-radius: 4px;

      &:first-child {
        color: #1f2227;
      }
    }
  }

}

.sscard_no_title_body .ant-modal-body {
  padding: 32px !important;
}

.sscard_titleTips {
  display: flex;
  align-items: center;
}

.sscard_title_icon {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}

.sscard_customClose {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px !important;
  cursor: pointer;
  color: #6e7583;
}
