@keyframes ven-spin {
          to {
            transform: rotate(360deg);
          }
        }
        #ven-submit:disabled {
          opacity: 0.4;
          cursor: not-allowed;
        }
