/***********
  ** Override CSS goes here
  ** Typically added to live sites that aren't compiled anymore
************/

/* @media (min-width: 576px) {
  .modal-dialog-centered {
      min-height: calc(100% - 40rem) !important;
  }
} */


  .modal-dialog-centered {
      align-items:start !important;
  }


  body {
    cursor: url('/media/cursor-cream.png'), auto;
  }