/**
 *  ____                _        ____
 * |  _ \ _ __ ___  ___| |_ __ _|  _ \  _____   __
 * | |_) | '__/ _ \/ __| __/ _` | | | |/ _ \ \ / /
 * |  __/| | |  __/\__ \ || (_| | |_| |  __/\ V /
 * |_|   |_|  \___||___/\__\__,_|____/ \___| \_/
 *
 * PrestaDev.pl - PD Extra forms Pro
 *
 * NOTICE OF LICENSE
 *
 * This source file is licensed under the PrestaDev Proprietary License
 * shipped with this package in the file LICENSE.md.
 * If you did not receive a copy of the license, please contact: info@prestadev.pl
 *
 * DISCLAIMER
 *
 * Do not edit, modify or copy this file.
 * If you wish to customize it, contact us at info@prestadev.pl.
 *
 * @author    Patryk Marek <info@prestadev.pl>
 * @copyright 2012-2026 Patryk Marek - PrestaDev.pl
 *
 * @see      https://prestadev.pl
 *
 * @version   1.6.29
 *
 * @license   PrestaDev.pl Patryk Marek Proprietary License
 *
 * @date      2026-04-17
 */

.pdextraformspro-wrapper {
  margin: 1rem 0;
}

.pdef-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.pdef-question-invalid .invalid-feedback {
  display: block;
}

.pdef-steps-nav {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.pdef-step-hidden {
  display: none !important;
}

.pdef-actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
