html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: stretch;
    text-size-adjust: initial;
}

main {
    overflow-y: auto;
    overflow-x: hidden;
    flex-grow: 1;
}

.form-center {
    margin: 0 auto 0 auto;
}

@media (min-height: 800px) {
    .form-center {
        margin-top: 5vh;
    }
}

.form-sm {
    max-width: 420px;
    padding: 15px;
}

.form-md {
    max-width: 800px;
    padding: 15px;
}

.btn-mw-358 {
    max-width: 358px;
}

.navbar {
    font-size:  1.125rem;
}

@media (min-width: 768px) {
    .navbar {
        font-size:  1rem;
    }
}

.nav-item {
    white-space: nowrap;
}

.nowrap {
    white-space: nowrap;
}

@keyframes horzLoading {
    from {left: -30%;}
    to {left: 100%;}
}

.horizontalLoader {
    top: 53px;
    /*display: block;*/
    display: none;
    position: fixed;
    content: "";
    width: 30%;
    height: 1px;
    background-color: white;
    animation: horzLoading 1s linear infinite;
}

.pageHeader {
    margin: 4px 0;
    font-size: 1.5em;
}

#fullPageCover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    padding-top: 196px;
    display: none;
    z-index: 1000;
}

#fullPageCover img {
    display:block;
    margin:auto;
}

.overscroll-behavior-none {
    overscroll-behavior: none;
}

.text-nuco-red {
    color: #891211;
}

.text-nuco-blue {
    color: #0C23B8;
}

.readMore {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding-top: 70px;
    background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0), #ffffff);
    display: none;
}

.bg-active-checkin {
    background-color: #ffecb3 !important;
}

.splide__pagination__page.is-active {
    background-color: #343a40 !important;
}