.cr-modal-protec {
  .ant-modal-content {
    overflow: hidden;
    border-radius: 0;
  }

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

  .ant-modal-title {
    color: black;
    font-size: 20px;
    font-family: Mulish;
    font-weight: 700;
    letter-spacing: 0.4px;
  }

  .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;
    }
  }
}
