/*******************************************************************************************************************************
	V3D Form
	v1.0.0

	Author: Mario A. Martinez Latorre
	License: COPYRIGHT (C) 2025 VÓRTICE 3D S.L.
*******************************************************************************************************************************/

 .v3d__form{margin:0 auto;max-width:100%;width:100%;overflow:hidden}.v3d__form *{-webkit-box-sizing:border-box;box-sizing:border-box}.v3d__form h1{margin-bottom:2rem}.v3d__form fieldset{background-color:#ddd;border-radius:8px;border:none;margin-bottom:5%;padding:5%;width:100%}.v3d__form input,.v3d__form select{background-color:#fff;border:none;cursor:pointer;padding:.2rem;width:100%}.v3d__form input[type="button"],.v3d__form input[type="submit"]{border-radius:4px;font-weight:bold;padding:.5rem 1rem;max-width:250px;width:100%}.v3d__form input[type="button"]:disabled{background-color:#ccc;color:#666;cursor:default}.v3d__form label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;font-weight:bold;margin-right:.5rem;padding:.25rem;white-space:nowrap}.v3d__form legend{border-radius:6px;display:block;font-size:1.2rem;font-weight:bold;padding:.5rem 1rem}.v3d__form p{text-align:center}.v3d__form ul{list-style:none;padding:0}.v3d__form_main{margin:0 auto;padding:3% 5%}.v3d__form_section{margin-top:3%;padding:2%}.v3d__form_field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:.75rem 0;width:100%}