.i-form {
    background-color: white;
    gap: 16px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.i-form-button-enter-prevent {
    display: none;
}