.brand-text {
    font-size: 1.3em;
    line-height: 18px;
    vertical-align: bottom;
}


/* ENV LABELS */
.environment-label {
    position: fixed;
    top: 10px;
    right: 5px;
    left: 5px;
    /*height: 20px;*/

    z-index: 10000;
    pointer-events: none;
}

.environment-label-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;

    border-radius: 3px;
    padding: 3px;

    text-align: center;
}

.environment-label.env-uat .environment-label-container {
    background-color: rgb(255,193,7);
    /*color: white;*/
    color: rgb(31,45,61);
}

.environment-label.env-dev .environment-label-container {
    background-color: rgb(40,167,69);
    color: white;
}

.text-monospace {
    font-size: 0.9em;
}

.non-interactive {
    z-index: 0;
    pointer-events: none;
}