.cr-modal {
  .ant-modal-content {
    overflow: hidden;
  }

  .ant-modal-header {
    border-radius: 20px 20px 0 0;
    border-bottom: none;
  }

  .ant-modal-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    color: #3f3d56;
  }

  .ant-modal-close-x {
    height: 64px;
    width: 64px;
    font-size: 24px;
  }

  .ant-modal-body {
    padding-top: 0;
  }

  &--footer-disabled {
    .ant-modal-footer {
      display: none;
    }
  }
  &--border-disabled {
    .ant-modal-body {
      padding: 0;
    }
  }
}
