.phone-with-prefix-input > .wrap {
  padding-top: 1.5rem !important;
}
.phone-with-prefix-input [data-ref=number] {
  padding-left: 4.3rem !important;
}

.document-with-prefix-input > .wrap {
  padding-top: 1.5rem !important;
}
.document-with-prefix-input [data-ref=number] {
  padding-left: 3rem !important;
}

#toasts {
  position: fixed;
  bottom: 20px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
}

@media (max-width: 576px) {
  #toasts {
    width: 100vw;
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
@keyframes from-bottom-appear {
  to {
    bottom: 0;
    opacity: 1;
  }
}
.custom-toast {
  padding: 1rem;
  border-radius: 4px;
  position: relative;
  animation: from-bottom-appear 0.3s ease forwards;
  bottom: -80px;
  opacity: 0;
  margin-bottom: 2px;
  text-align: center;
}
.custom-toast button[data-dismiss] {
  background: none;
  border: 0;
  color: #fff;
  margin-left: 1rem;
}

body.tenant-registration .form-group {
  margin-bottom: 16px;
}
