input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.hidden {
    display: none!important;
}
.help-block {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    display: none;
}
.help-block-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.form-element.error .help-block{
    display: block;
}
.swal2-styled.swal2-confirm {
    font-size: 1.7em;
}
.swal2-title {
    line-height: 1.2em;
}
.swal2-content {
    font-size: 1.6em;
}
/*.fixed {
    position: sticky;
    top: 100px;
    left: 0;
}*/