body,
html {
    padding: 0;
    margin: 0
}

:not(:defined) {
    display: none
}

#columnDialog div,
#filterDialog div {
    flex-direction: column
}

#columnDialog div,
#columnDialog mwc-checkbox,
#columnDialog mwc-radio,
#filterDialog div,
#filterDialog mwc-checkbox,
#filterDialog mwc-radio {
    display: flex
}

mwc-formfield {
    user-select: none
}

@font-face {
    font-family: icons;
    src: url(/icons.c9cd7ebd.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

menu {
    display: block;
    background: #6200ee;
    padding: 24px 24px 48px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    margin: -6px
}

main {
    border-radius: 24px 24px 0 0;
    background: #fff;
    position: relative;
    min-width: min-content;
    min-height: 100px
}

main section {
    padding: 16px
}

main section #map,
main section mwc-button,
main section mwc-select,
main section mwc-textfield {
    display: block;
    margin-bottom: 16px
}

main section #map {
    width: 100%;
    height: 400px
}

main section .hidden {
    display: none !important
}

menu a,
menu mwc-button {
    --mdc-theme-primary: #fff;
    --mdc-theme-on-primary: #6200ee;
    min-width: min-content;
    max-width: calc(33.33% - 12px);
    flex: 1 0 calc(33.33% - 12px);
    margin: 6px;
    box-sizing: border-box
}

menu a mwc-button {
    width: 100%;
    max-width: none;
    margin: 0
}

.seperator {
    background: hsla(0, 0%, 100%, .47);
    height: 0;
    border-radius: 4px;
    flex: 1 0 calc(100% - 12px);
    margin: 6px
}

#mainTable {
    --table-radius: 24px;
    --table-border: none
}

menu a {
    text-decoration: none
}

@media (min-width:800px) {
    body {
        background: #6200ee;
        display: flex;
        flex-direction: row
    }

    body,
    menu {
        flex-wrap: nowrap
    }

    menu {
        width: 248px;
        padding: 24px;
        position: fixed;
        overflow-y: auto;
        height: 100%;
        box-sizing: border-box;
        flex-direction: column
    }

    main {
        flex: 1;
        border-radius: 4px;
        position: static;
        min-width: 0;
        margin: 24px 14px 24px 248px !important
    }

    menu a,
    menu mwc-button {
        width: 100%;
        max-width: none;
        flex: 0 0
    }

    .seperator {
        flex: 0 0
    }

    #mainTable {
        --table-radius: initial;
        --table-border: initial
    }
}

::-webkit-scrollbar {
    width: 10px;
    background: #6200ee
}

::-webkit-scrollbar-track {
    background: transparent
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, .4);
    border-radius: 2px
}

/*# sourceMappingURL=/style.368dbf89.css.map */