﻿.environment-dev-hom {
    background: var(--es-color-dark-3);
    color: var(--es-color-light-2);
}

.environment-banner {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    padding: 3px 13px;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}

/* Apenas quando o banner existir */
body.has-environment-banner {
    padding-bottom: 32.8px !important;
}


.scd-envbar-development {
    background-color: var(--es-color-dark-3);
    color: var(--es-color-light-2);
}

.scd-envbar-staging {
    background-color: var(--es-color-dark-3);
    color: var(--es-color-light-2);
}


.scd-envbar--top {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    z-index: 9990;
}

.scd-envbar--bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    z-index: 9990;
}

.scd-envbar--left {
    position: fixed;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    z-index: 9990;
}

.scd-envbar--right {
    position: fixed;
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
    z-index: 9990;
}

.env-tag {
    position: fixed;
    bottom: -32px;
    left: -87px;
    z-index: 9991;
    transform: rotate(45deg);
}

@media (min-width: 1280px) {
    .env-selecao-tarja-display {
        position: fixed;
        bottom: -20px;
        left: -79px;
        z-index: 9990;
        transform: rotate(45deg);
        width: 210px;
        height: 100px;
        text-align: center !important;
        line-height: 20px;
        padding-top: 5px;
        font-size: 1.1rem;
        font-weight: bold;
    }

    .env-selecao-logo {
        height: 40px;
        width: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1279px) {
    .env-selecao-tarja-display {
        position: fixed;
        bottom: -45px;
        left: -108px;
        z-index: 9990;
        transform: rotate(45deg);
        width: 225px;
        height: 100px;
        font-size: 0.8rem;
        text-align: center !important;
        line-height: 12px;
        padding-top: 2px;
    }

    .env-selecao-logo {
        height: 25px;
        width: 25px;
        margin-left: auto;
        margin-right: auto;
    }
}

.env-selecao-tarja-display:hover {
    background-color: rgba(1,1,1,0);

    img {
        opacity: 0.15;
    }

    div {
        opacity: 0.15;
    }
}

.env-selecao-logo {
    background-color: #fff;
    -webkit-mask: url("https://cdn.es.gov.br/images/sistemas/svg/white/logo_selecaoes-cropped.svg") center / contain no-repeat;
    mask: url("https://cdn.es.gov.br/images/sistemas/svg/white/logo_selecaoes-cropped.svg") center / contain no-repeat;
}

.env-hidden {
    display: none !important;
}
