.environment-banner {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 36px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border-left: 2px solid #ddd;
}

.environment-text {
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 1px;
    color: #fff;
}

.environment-banner.environment-dev,
.environment-banner.environment-development {
    background-color: #2196F3;
}

.environment-banner.environment-homolog,
.environment-banner.environment-homologacao,
.environment-banner.environment-staging {
    background-color: #FF9800;
}

.environment-banner.environment-test {
    background-color: #9c27b0;
}
