:root {
    --bottom-nav: 72px
}

body {
    background: #f4f6f8;
    padding-bottom: calc(var(--bottom-nav) + 1rem);
}

.order {
    cursor: pointer
}

.bottom-nav {
    height: var(--bottom-nav);
}

.bottom-nav button {
    flex: 1;
    border: 0;
    background: none;
    opacity: 60%;
}

.bottom-nav button.active {
    opacity: 100%;
}

.map {
    height: 280px;
    border-radius: 16px;
    overflow: hidden
}

.login-wrap {
    min-height: 100vh;
    display: flex;
    align-items: center
}

.small2 {
    font-size: .92rem
}

.fullmap {
    height: calc(100vh - 150px - 1rem);
}