.body-default {
    background: #fafaf6;
    padding: 0;
    margin: 0;
}

.h-full {
    height: 100%;
}

.container-center {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    box-sizing: border-box;

    flex-direction: column;
    gap: 20px;
}

.button-simple {
    width: 10em;
    height: 3em;
    background: #004F76;
    border: none;
    border-radius: 10px;

    text-align: center;
    cursor: pointer;
    color: white;
    font-size: 15px;

    align-items: center;
}

.button-simple-small {
    height: auto;
    padding: 1em;
}

.button-white {
    background: white;
    border: 2px solid #004F76;
    color: #004F76;
}

.header-basic {
    width: 100%;
    background: #004F76;
}

.no-button-number-input::-webkit-outer-spin-button,
.no-button-number-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.no-button-number-input {
    -moz-appearance: textfield;
}