html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 140px;
    padding-left: calc(100vw - 100%);
    padding-right: 0 !important;
}

@media (min-width: 576px) {
    body {
        margin-bottom: 100px;
    }
}

@media (min-width: 768px) {
    body {
        margin-bottom: 80px;
    }
}

.main-content {
    max-width: 28rem;
    margin: 0 auto 0 auto;
}

html,
body {
    background-color: #f4f6f8;
}

.custom-navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    padding-left: calc(100vw - 100%) !important;
    background-color: #1678BE !important;
    color: white !important;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: calc(100vw - 100%) !important;
}

.cursor-pointer {
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.errors-alert ul {
    margin-bottom: 0;
}

.container {
    max-width: 900px;
}
