body.modal-open:has(#modal-form-error) .modal-backdrop {
  background-color: #5555d9;
  opacity: 0.7; z-index: 99999;}

  body.modal-open:has(#modal-form-error) #form-input-registration {
    z-index: unset;
  }
#modal-form-error.modal.in {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center; z-index: 999999; }
  #modal-form-error.modal.in .modal-content {
    border-radius: 8px; }
    #modal-form-error.modal.in .modal-content .modal-body {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      #modal-form-error.modal.in .modal-content .modal-body h2 {
        color: #5555d9;
        font-size: 21px;
        margin: 0px;
        margin-bottom: 10px;
        font-weight: 900; }
      #modal-form-error.modal.in .modal-content .modal-body p {
        color: #484848;
        font-size: 16px;
        text-align: center; }
      #modal-form-error.modal.in .modal-content .modal-body .btn {
        margin: 10px auto 20px auto;
        color: #fff;
        font-weight: 600;
        height: 48px;
        box-shadow: 0 5px 0 0 #d56e2a;
        font-size: 16px;
        display: flex;
        flex-direction: row;
        align-items: center;
        min-width: 300px;
        justify-content: center;
        background: #ff7600;
        border-radius: 15px; }
      #modal-form-error.modal.in .modal-content .modal-body span {
        color: #484848;
        font-size: 16px;
        text-align: center;
        cursor: pointer; }
