.modal-shp.fade .modal-dialog {
  transform: translate(50px, 0);
}

.modal-shp.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-shp .modal-dialog {
  display: flex;
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  height: 100dvh;
  min-height: auto;
  margin: 0;
}

.modal-shp .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0;
}
