html,
body {
    font-family: 'SourceSansPro', sans-serif !important;
    background-color: #ffffff;
}

#root > .ant-layout {
    min-height: 100vh;
}

#root.connected_as > .ant-layout {
    min-height: calc(100vh - 30px);
}

/* PAGE CONTENT */
div#page-content {
    -webkit-overflow-scrolling: touch;
}

/* CONTENT */
#page-content > .content {
    padding: 20px 15px 150px 15px;
}

@media (max-width: 768px) {
    body {
        background-color: #f7f6f7;
    }
}

/* GENERAL */
.jconfirm-scrollpane {
    opacity: 1 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 1069;
    overflow-y: scroll;
}

.andjaro-app-loading {
    width: 100vw;
    height: 100vh;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}
.andjaro-app-loading .spinner:before {
    width: 30px;
    height: 30px;
    border-top-color: #501E4B;
    animation: spinner 0.8s linear infinite;
}

.andjaro-app-loading.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1060;
}

.andjaro-app-loading.overlay div.inner {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.andjaro-app-loading.overlay div.text {
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
}

/* REQUIRED GLOBAL STYLE FOR REACT COMPONENTS */
.ant-menu-submenu-popup .ant-menu-item-selected {
    background-color: #3D0E38 !important;
}

.ant-menu-item-selected > a, .ant-menu-item-selected > a:hover {
    color: #ffffff !important;
}

/* Layout, page header, extra actions */
.extra-action+.extra-action,
.ant-page-header-heading-extra .extra-action+.extra-action {
    margin-left: 5px;
}
.ant-page-header-heading-extra span.icon {
    font-size: 28px;
    max-height: 16px;
    display: inline-block;
    margin-top: -16px;
    vertical-align: middle;
}

.inert::selection {
    color: inherit;
    background-color: transparent;
}

.inert:hover {
    color: inherit;
}

.footer_link {
    display: block;
    margin: 40px 0 0 14px;
    color: #fff !important;
    font-size: 11px;
    line-height: 12px;
    text-decoration: underline;
}

.footer_link:hover {
    text-decoration: none;
}

.geocoder-container .geoapify-close-button.visible{
    max-height: 35px;
}

.ant-legacy-form .ant-legacy-form-item-control-wrapper{
    z-index: 100;

}

.geocoder-container .geoapify-autocomplete-items{
    position: relative;
}
