/* MAPS login branding — full viewport, black background, centered login */

html,
body {
    background: #000 !important;
    background-color: #000 !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
}

.wrapper {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: 100vh !important;
    min-height: 100vh !important;
    max-height: 100vh !important;
    background: #000 !important;
    background-color: #000 !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    z-index: auto !important;
}

.wy-header {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    z-index: 20 !important;
    background: transparent !important;
    pointer-events: none;
}

.wy-header .wy-mod-nav,
.wy-header .switchMenuItem {
    pointer-events: auto;
}

.wy-mod-top {
    display: none !important;
}

.wy-mod-nav {
    position: fixed !important;
    top: 16px !important;
    right: 16px !important;
    width: auto !important;
    height: auto !important;
}

.wy-mod-nav-main,
#clientDownload,
.api {
    display: none !important;
}

.wy-content {
    position: relative !important;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    background: #000 !important;
    background-color: #000 !important;
    overflow: hidden !important;
    padding: 72px 20px 56px !important;
    box-sizing: border-box !important;
}

.wy-mod-banner {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    overflow: visible !important;
}

#_banners,
#_focus,
.download-content {
    display: none !important;
}

.loginPanelFlex {
    position: relative !important;
    width: 100% !important;
    max-width: 380px !important;
    min-width: 0 !important;
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    align-content: center !important;
    flex-wrap: nowrap !important;
}

.maps-login-stack {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.maps-login-logo {
    width: 100%;
    text-align: center;
    margin: 0 0 24px 0;
    flex-shrink: 0;
}

.maps-login-logo img {
    display: block;
    width: min(240px, 62vw);
    max-width: 100%;
    height: auto;
    max-height: 110px;
    object-fit: contain;
    margin: 0 auto;
}

.login-panel {
    width: 100% !important;
    max-width: 350px !important;
    margin: 0 auto !important;
    flex-shrink: 0;
}

.wy-footer {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    flex-shrink: 0 !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    background: #000 !important;
    background-color: #000 !important;
    z-index: 10 !important;
}

.wy-footer .footer-cont {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wy-footer .copyright {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    color: #666 !important;
}

#spanCopyright {
    display: block !important;
    width: 100% !important;
    text-align: center !important;
    margin: 0 auto !important;
}

.wy-footer .copyright a {
    color: #666 !important;
}

#spanCaseNumber,
#serverVersion {
    display: none !important;
}
