/*
Copyright (C) 2024 rpard

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
*/
/* 
    Created on : 3 nov 2024, 17:48:25
    Author     : rpard
*/
body { background-color: #f8f9fa; }

#jform_datetime_start {
    max-height: 300px;
    overflow-y: auto;
}

#jform_contact-lbl {
    display: none;
}

.step-card {
    background: #fff; 
    border-radius: 12px; 
    box-shadow: 0 0 20px rgba(0,0,0,0.05); 
    padding: 2rem; 
}
.step { display: none; }
.step.active { display: block; }
  
.control-group {
    margin-top: 0px;
}