HEX
Server: nginx/1.18.0
System: Linux vcwordpress 5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 x86_64
User: root (0)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/soreal.space/wp-content/themes/soreal/assets/css/contact-form.css
/* Popup container - can be anything you want */
.popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

/* Popup Content */
.popup-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
  border-radius: 10px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  .popup-content {
    width: 90%;
  }
}
.soreal-contact-form {
  .container {
    padding: 0;
  }
  input,
  optgroup,
  select,
  textarea {
    border-radius: 4px;
    color: #0f1419;
    margin-top: 16px;
    width: 100%;
    padding: 8px 16px;
    outline: 0;
    background: rgba(15, 20, 25, 0.0509803922);
    border: 0;
  }

  .form-column-manage {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }
  .col-md-6 {
    width: 100%;
  }
  input[type="checkbox"] {
    width: 25px;
  }
  .wpcf7-list-item {
    margin: 0;
  }

  .submit-btn {
    position: relative;
    input {
      background-color: #5d5fef;
      color: #fff;
    }
    .wpcf7-spinner {
      position: absolute;
      display: block;
      top: 24px;
      z-index: 999999;
      right: 0;
    }
  }
  .wpcf7 form .wpcf7-response-output {
    margin: 0em 0.5em 0em;
  }
}