html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}

.adsbox {
    top: 0;
}


.logon-main div[data-item-name="PasswordHint"] + .xaf-static-text {
    width: 100%;
    line-height: 1rem;
    color: var(--dxds-color-content-neutral-subdued-rest);
}

body:not(.dxbl-theme-fluent) .logon-main div[data-item-name="PasswordHint"] + .xaf-static-text {
    opacity: 0.5;
    font-size: 0.75rem;
}

.dxbl-theme-fluent.xaf-size-s .logon-main div[data-item-name="LogonText"] + .xaf-static-text {
    font-size: var(--dxds-font-size-base-sm);
    line-height: var(--dxds-line-height-base-sm);
    font-weight: var(--dxds-font-weight-base-default);
}

.dxbl-theme-fluent.xaf-size-m .logon-main div[data-item-name="LogonText"] + .xaf-static-text {
    font-size: var(--dxds-font-size-base-md);
    line-height: var(--dxds-line-height-base-md);
    font-weight: var(--dxds-font-weight-base-default);
}

.dxbl-theme-fluent.xaf-size-s .logon-main .xaf-static-text {
    font-size: var(--dxds-font-size-base-xs);
    line-height: var(--dxds-line-height-base-xs);
    font-weight: var(--dxds-font-weight-caption-default);
}

.dxbl-theme-fluent.xaf-size-m .logon-main .xaf-static-text {
    font-size: var(--dxds-font-size-base-sm);
    line-height: var(--dxds-line-height-base-sm);
    font-weight: var(--dxds-font-weight-base-default);
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/* DxChartListEditor Start */

.xaf-chart-list-editor-label {
    margin-top: 1.5rem;
}

/* DxChartListEditor End */

.header-logo {
    display: block !important;
    flex-shrink: 0;
    width: 164px;
    height: 32px;
    background-color: transparent !important;
    background-image: url('../images/Junosis.png'), url('../images/tgs-logo.png') !important;
    background-repeat: no-repeat, no-repeat !important;
    background-position: left center, 100px center !important;
    background-size: 80px auto, 40px auto !important;
    -webkit-mask: none !important;
    mask: none !important;
}

/* Logon provider hierarchy: instructors are the primary audience. */
.logon-bottom-toolbar.juno-login-toolbar .dxbl-btn-toolbar {
    width: 100%;
}

.logon-bottom-toolbar .juno-instructor-login-group {
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: none !important;
}

.logon-bottom-toolbar .juno-instructor-login-group dxbl-toolbar-item,
.logon-bottom-toolbar .juno-instructor-login-button {
    width: 100% !important;
}

.logon-bottom-toolbar .juno-instructor-login-button {
    min-height: 42px;
    border-color: #0d6efd !important;
    background: #0d6efd !important;
    color: #fff !important;
    font-weight: 600;
}

.logon-bottom-toolbar .juno-instructor-login-button:hover,
.logon-bottom-toolbar .juno-instructor-login-button:focus-visible {
    border-color: #0b5ed7 !important;
    background: #0b5ed7 !important;
}

.logon-bottom-toolbar .juno-admin-login-group {
    display: none !important;
}

#juno-admin-login-link {
    position: fixed;
    left: 18px;
    bottom: 18px;
    z-index: 10000;
    width: auto !important;
    min-width: 0 !important;
    padding: 6px 8px !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #6c757d !important;
    font-size: 0.8rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#juno-admin-login-link:hover,
#juno-admin-login-link:focus-visible {
    color: #212529 !important;
    background: rgba(0, 0, 0, 0.04) !important;
}

#juno-admin-login-link[hidden] {
    display: none !important;
}
