/*
Generated time: April 16, 2026 06:34
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.e-invoice-form{display:flex;align-items:center;flex-direction:column;justify-content:center;margin-top:3rem!important}.form-width{max-width:800px;margin:3rem auto;padding:40px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05)}.form-width h1{font-size:2rem;color:#333;margin-bottom:20px}.form-width>div:nth-child(2){text-align:right;margin-bottom:20px}.form-width a{color:#555;text-decoration:none;font-weight:700}.form-width a:hover{text-decoration:underline}.invoice-field{display:flex;flex-direction:column;gap:16px}.field_label{font-weight:700;color:#555;margin-bottom:4px}.field_input{padding:10px 14px;border:1px solid #ccc;border-radius:6px;font-size:1.5rem;width:100%;transition:border-color .3s ease}.field_input:focus{border-color:#007bff;outline:0}.address-field{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}input[type=radio]{margin-right:6px}.submit-form-button{margin-top:20px;padding:12px 24px;font-size:2rem;font-weight:700;color:#fff;background-color:#007bff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.submit-form-button:hover{background-color:#0056b3}.button_slide{position:relative;overflow:hidden}.button_slide::after{content:"";background:rgba(255,255,255,.2);position:absolute;top:0;left:-75%;width:50%;height:100%;transform:skewX(-20deg);transition:.5s}.button_slide:hover::after{left:130%}@media (max-width:600px){.address-field{grid-template-columns:1fr}}.e-invoice-form{max-width:600px;margin:0 auto;padding:40px 20px;background:#fefefe;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.05);text-align:center}.e-invoice-form h2{font-size:2.5rem;margin-bottom:20px;color:#333}.btn.hover-slide-down{display:inline-block;padding:10px 20px;background-color:transparent;border:1px solid #000!important;border-radius:30px;color:#000;cursor:pointer;font-size:1.5rem;width:100%;transition:transform var(--duration-long) ease,box-shadow var(--duration-long) ease;transform-origin:center}.btn.hover-slide-down:hover{transition:transform var(--duration-extended) ease,box-shadow var(--duration-long) ease;transform:rotate(1deg);box-shadow:-1rem -1rem 1rem -1rem rgba(0,0,0,.05),1rem 1rem 1rem -1rem rgba(0,0,0,.05),0 0 .5rem 0 rgba(255,255,255,0),0 2rem 3.5rem -2rem rgba(0,0,0,.5);color:#fff;background:#000}.btn-2.hover-slide-down>a,.btn-2.hover-slide-down>a>span{color:#000;text-decoration:none}.btn-2.hover-slide-down:hover>a>span{color:#fff}