.is-gap-0{
    gap: 0;
}

.is-gap-1{
    gap: 0.25rem;
}

.is-gap-2{
    gap: 0.5rem;
}

.is-gap-3{
    gap: 0.75rem;
}

.is-gap-4{
    gap: 1rem;
}

.is-gap-5{
    gap: 1.5rem;
}

.is-gap-6{
    gap: 3rem;
}

.is-flex>.card{
    display: flex;
    flex-direction: column;
}

.is-flex>.card>.card-content{
    flex-grow: 1;
}

form.formlink>input[type=submit]{
    border: none;
    background: none;
    font-size: 1em;
    height: 100%;
    cursor: pointer;
}

form.formlink>input[type=submit].has-text-primary-dark:hover{
    color: #00c7a9!important;
}

form.formlink>input[type=submit].has-text-danger:hover{
    color: #ee1742!important;
}
