html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

.about-info {
    font-size: 1rem;
    line-height: 1.75rem;
    opacity: 0.75;
    font-weight: normal;
    color: black;
    background-color: transparent;
}

.dxbl-tabs-content-panel {
    position: relative; /* container for absolute watermark */
    min-height: 300px; /* optional */
}

.watermark-div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/images/TVS_SCS_Logo.png') no-repeat center center;
    background-size: 30vw auto; /* responsive width */
    width: 30vw;
    height: 30vw; /* ensures visibility */
    opacity: 0.08;
    pointer-events: none; /* clicks pass through */
    z-index: 0; /* behind tabs content */
    max-width: 600px;
    min-width: 150px;
}

.map-detail-container {
    width: 100%;
    height: 100%;
    min-height: 350px;
    display: flex;
}

.map-element-inner {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
}
