@import '../../style/theme/default.less';
@import '../../style/hairlines.less';

@confirm-prefix-cls: ~'@{kui-prefix}-confirm';

.@{confirm-prefix-cls} {
  width: 620px;
  background-color: #fff;
  border-radius: 24px;

  &-header {
    padding: 64px 40px 0 40px;
  }

  &-title {
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 32px;
    font-weight: 500;
    line-height: 45px;
    color: #333;
    text-align: center;
  }

  &-content {
    padding: 0 48px;
    margin-top: 16px;
  }

  &-content-text {
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    color: #666;
    text-align: center;
  }

  &-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 64px;
    .hairline(top, #ededed);
  }

  &-btn {
    display: block;
    flex: 1;
    height: 100px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-size: 34px;
    font-weight: 500;
    line-height: 96px;
    color: #333;
    text-align: center;

    & + & {
      color: @primary-color;
      .hairline(left, #ededed);
    }
  }
}
