/*Dropdown inout arrow*/ select { appearance: none; -webkit-appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 12px center; background-size: 16px; padding-right: 36px; } [data-form="step"]:not(.is-active) { display: none !important; } .field-error { display: block; margin-top: 6px; color: #d92d20; font-size: 0.875rem; line-height: 1.3; }