.modal-close-btn {
  @extend .position-absolute;
  @extend .cursor-pointer;
  @extend .d-flex;
  @extend .align-items-center;
  @extend .justify-content-center;
  @extend .rounded-circle;

  top: 10px;
  right: 10px;

  background: linear-gradient(180deg, #387c44 0%, #296832 100%);

  width: 34px;
  height: 34px;
}
