 html,
 body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: var(--slds-g-color-neutral-base-100,#fff);
}

.ao-global-header__logo {
    width: 2.25rem;
    height: 2.25rem;
    background-image: url(../..assets/arcus-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.ao-text-heading {
    text-align: center;
}

.ao-content {
    padding-top: 3.125rem;
    min-height: 250px;
}

.ao-dropdown {
    right: -0.6rem;
    margin-top: 0.75rem !important;
    width: max-content;
}

.ao-prompt {
    position: absolute;
}

.ao-prompt__content {
    overflow: visible;
}

.ao-backdrop {
    position: absolute;
}

.slds-welcome-mat .ao-welcome-mat_content {
    min-height: 0;
    height: auto;
}
