/*
Copyright (c) 2023-forever Douglas Malnati. All rights reserved.

See the /faq/tos page for details.
    
(If this generated header is stamped on a file which is a 3rd party file or under a different license or copyright, then ignore this copyright statement and use that file's terms.)
*/

.headerStripe {
    position: relative;
    width: 100%;
    margin-bottom: 7px;
    overflow: visible;
}

.headerStripeBar {
    position: relative;
    background: lightblue;
    min-height: 21px;
    padding: 3px 3px 3px 3px;
    box-sizing: border-box;
}

.headerStripeLeft {
    display: block;
    white-space: nowrap;
    z-index: 1;
    padding-right: 140px;
}

.headerStripeOverlayRight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 0;
    overflow: visible;
    pointer-events: none;
}

.headerStripeOverlayRight > * {
    pointer-events: auto;
}

.headerStripeOverlayRight .authStatusControl {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: max-content;
    overflow: visible;
}

.headerStripeOverlayRight .authStatusChip {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    max-width: none;
    gap: 5px;
    height: 100%;
    min-height: 21px;
    min-width: 120px;
    margin: 0;
    padding: 0 5px;
    line-height: 19px;
    font-size: 10px;
    box-sizing: border-box;
    border-radius: 0;
    box-shadow: none;
    white-space: nowrap;
}

.headerStripeOverlayRight .authStatusTargetDot {
    width: 8px;
    height: 8px;
}

.headerStripeOverlayRight .authStatusChipLabel,
.headerStripeOverlayRight .authStatusChipTarget {
    line-height: 19px;
}

.headerStripeOverlayRight .authStatusChipTarget {
    font-size: 9px;
}

.headerStripeOverlayRight .authStatusInlineSpinner {
    width: 7px;
    height: 7px;
    border-width: 1px;
}

.headerStripeTitle {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    white-space: nowrap;
}
