html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.disabled {
    opacity: 0.9;
    color: #747474;
}
    

.disabled, .disabled > *,
input:disabled,
label:has(input:disabled) {
    cursor: not-allowed;
}

.flex-even {
    flex: 1;
}