$blue: #abdbff;
$buttonBlue: #1890ff;
$buttonConfirm: #1890ff;
$buttonContinue: #ffb329;
$buttonCancel: #99a9bf;
$midBlue: #5897fb;

.custom-antd-dialog-wrap {
  .ant-modal-body {
    padding: 5px;
  }

  .ant-modal-header {
    padding: 6px 10px;
    background-color: $blue;
  }

  .ant-collapse-header {
    padding: 5px 10px !important;
  }

  .ant-modal-close-x {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .ant-modal-footer {
    padding: 6px 16px;
  }

  .ant-form-item {
    margin-bottom: 0;
  }

  .ant-collapse-content-box {
    padding-bottom: 0;
  }

  .ant-select-selection {
    border-radius: 0;
  }

  .ant-select-selection__rendered {
    line-height: 25px;
  }

  .ant-select-selection--single {
    border-radius: 0;
    height: 26px;
  }

  .ant-input {
    border-radius: 0;
    height: 26px;
    font-size: 13px;
  }

  .ant-form label {
    font-size: 13px;
  }

  .ant-form-explain {
    font-size: 12px;
    display: none;
  }

  .ant-select-selection-selected-value {
    font-size: 13px;
  }

  .ant-form-item-control {
    line-height: 30px;
  }

  .ant-form-item-label {
    line-height: 30px;
  }

  .ant-btn {
    color: #333;
    font-size: 12px;
    border-radius: 0;
    height: 26px;
    padding: 0px 8px;
    margin-right: 5px;
    min-width: 70px;

    span {
      margin-left: 3px;
    }
  }

  .ant-modal-footer {
    button {
      padding: 2px 20px;
      font-size: 13px;
      color: #fff;
      border: 0;

      &:hover {
        background-color: rgb(201, 211, 224);
      }
    }

    .confirm-btn {
      background-color: $buttonConfirm;
    }

    .cancel-btn {
      background-color: $buttonCancel;
    }
  }

  .footer {
    display: flex;
    justify-content: flex-end;
  }
}
