.fab-modal {
  margin: 0 44px;
  right: 0;
  bottom: 38px;
  border: none;
  position: fixed;
  z-index: 1000000000000;
}
.fab-modal .modal--background {
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 50px;
  z-index: 9999;
}
.fab-modal div.modal__container {
  bottom: 38px;
  border: none;
  border-radius: 7px;
  margin: 0 44px;
  overflow: auto;
  position: fixed;
  padding: 0;
  right: 0;
  top: unset;
  transform: unset;
}
.fab-modal div.modal__container .modal__content {
  background: white;
  margin: -5rem 1rem 1rem 1rem;
  border-radius: 15px;
  box-shadow: 0 0 2px gray;
}
.fab-modal div.modal__container .modal__content .modal__body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}
.fab-modal div.modal__container .modal__content .modal__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
  gap: 10px;
}
.fab-modal div.modal__header {
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.fab-modal div.modal__header h1 {
  margin-bottom: 5rem;
}
.fab-modal .modal__close-button {
  margin-left: auto;
  position: relative;
  background-color: transparent;
  border: none;
}
.fab-modal .modal__close-button:hover {
  cursor: pointer;
}
.fab-modal .fab-button {
  border-radius: 30px 8px 30px 30px;
  padding: 3px;
  border-color: grey;
  min-width: 125px;
  z-index: 100;
}