/* -------------------------------------------------------------------------------------------------- */
/* ---------------- Overlay Themes ------------------------------------------------------------------ */
/* autor: @djpess ----------------------------------------------------------------------------------- */
/* data: 19/06/25 ----------------------------------------------------------------------------------- */
/* objetivo: mecânica overlay ----------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------- */

/* OVERLAY SISTEMA VERSÃO 01.0.1 */
/* Overlay escuro cobrindo toda a tela */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30, 32, 36, 0.75); /* fundo escuro translúcido */
    /* display: flex; */
    display: none;
    /* position: absolute; */
    align-items: center;
    justify-content: center;
    z-index: 9990;
}

.bg-clean {
    background: #fffbe8 !important;
}

.bg-dream {
    background: #f8f3db8f !important;
}

.bg-dark {
    background: #23272f !important;
}

.bg-none {
    background: transparent !important;
}

.soft-alert {
    color: #ffb300;
}

.warning-alert {
    color: #888;
}

.unlock-flex {
    display:flex;
}

.absolutePos {
    position:absolute;
}

.unlock-block {
    width: 100%;
    display:block;
}

.hidden,
.unlock-gone {
    display:none !important;
}

#labelLoad {
    position: absolute;
    background: #333;
    z-index: 9994;
    font-size: 1.2em;
}

/* Caixa centralizada */
.overlay-content {
    /* background: #23272f; */
    /* padding: 12% 6%; */
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.35);
    /* min-width: 350px;   45  */
    width: 50vw;        /* 45 */
    /* height: 45vh; */
    height: fit-content !important;
    min-height: 65vh;
    max-width: 1000px;  /* 960 */
    text-align: center;
    /* flex-direction: column; */
    /* font-size: 1.15em; */
    position: relative;
    animation: fadeInScale 0.3s;
    align-items: center !important;
    align-content: center;
    justify-content: center !important;
    padding: 10vh 0 10vh 0;
}

.content-body {
    /* height: 8vw; */
    width: 80%;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    padding: 2vh 4vw;
    justify-self: center;
    align-self: center;
    justify-content: center;
    align-items: center;
    position: relative;
    inset: 0;
    margin: auto;
    z-index: 9990;
}

.cmd-t0look-OLD {
    /* height: 8vw; */
    width: 80%;
    display: flex;
    flex-direction: column;
    border-radius: 6px;
    padding: 2vh 4vw;
    justify-self: center;
    align-self: center;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9990;
}

.cmd-t0look .dynamic-text-body-OLD {
    display: flex;
    min-height: fit-content;
    align-items: center;
    flex-direction: column;
    padding: 1vh 2vw;
    line-height: 1.2em;
    /* text-shadow: 2px 4px 8px #222a; */
    /* font-weight: bold; */
    /* font-size: 2.2em; */
}

.cmd-t0look {
    width: 90%;
    min-height: 45vh;
    height: 85%;
    margin: auto;
    background-color: #222a; /* fundo preto */
    /* color: #00ff00;  */
    /* verde neon */

    font-family: 'Consolas','Courier New', Courier, monospace; /* fonte de terminal */
    line-height: 1.8rem;
    /* border-radius: 3px; */
    /* font-size: 16px; */
    padding: 1vh 2vw 1vh 1vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    /* box-shadow: 0 0 20px #00ff00aa; */  
    box-shadow: 0 0 20px #23272faf;
    /* border: 1px solid #00ff00; */
    border: 1px solid #333;
    position: relative;
    z-index: 9990;
    overflow: hidden;
    /* overflow-y: hidden; */
}

.cmd-t0look .dynamic-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    font-size: 1.2rem;
    /* line-height: 1.4em; */
    /* border: 1px solid red; */
    white-space: pre-wrap;
    word-break: break-word;
    padding: 1vh 0;
}

.form-on {
    display: block;
}

.form-off {
    display: none;
}

.form-body {
    margin: auto;
    height: fit-content;
    padding: 5px;
    background: transparent;
    /* border: 1px solid green; */
    align-items: center;
    justify-content: center;
    text-align: left;
}

.form-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: fit-content;
    /* border: 1px solid blue; */
}

.form-body a {
    text-decoration: none;
}

.logon-t0look {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    /* border: 1px solid red; */
}

.span-form-body {
    display: flex;
    flex-direction: column;
    margin: 2vh 0 1vh 0 ;
    align-self: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

.label-mbit  {
    display: flex;
    flex-direction: column;
    margin: 2vh 0 1vh 0 ;
    font-size: .8rem;
    font-weight: bold;
    text-transform: uppercase;

}

.input-mbit {
    display: flex;
    flex-direction: column;
    padding: 4px 6px;
    margin:0;
    font-size: 1.2rem;
    border-radius: 5px;
    background-color: rgba(211, 211, 211, 0.766);
    justify-self: space-around;
    width: 98%;
}

.btn-cadastro {
    width: fit-content;
    display: flex;
    flex-direction: column;
    margin: 3vh 0 0 0;
    padding: 10px 16px;
    border-radius: 5px;
    /* background: #dad5bf; */
    background: #333;
    color: #dad5bf;
    justify-self: center;
    align-self: center;
    font-size: 1.6rem;
    cursor: pointer;
}

.btn-cadastro:hover{
    background: #444;
    box-shadow: 1px 2px 6px #333a;
}

.content-body .content-div {
    display: flex;
    min-height: fit-content;
    align-items: center;
    flex-direction: column;
    padding: 1vh 2vw;
    line-height: 1.2em;
    /* text-shadow: 2px 4px 8px #222a; */
    /* font-weight: bold; */
    /* font-size: 2.2em; */
}

.label-body{
    display: flex;
    justify-self: center;
    align-self: center;
    width: fit-content;
    line-height: 2em;
    font-size: 1.8;
    font-weight: bold;
    text-shadow: 2px 3px 12px #222a;
    /* background-color: #3333333b; */
    /* text-align: center; */
    position: absolute;
    z-index: 9995;
    /* left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;  */
    /* font-size: 165%; */
}
/* 
.overlay-content #innerDivOverlay { */
    /* background: #f7e7c1; */
    /* background: #fffbe8; */
    /* background: transparent; */
    /* color: #ffe066; */    
    /* color: #6b4f1d;
    border-radius: 5px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    justify-content: center;
    height: max-content;
    padding: 85px;
    font-size: 1.2em;
} */

/* .overlay-content #innerDivOverlay p img {
    display: block;    
    width: 60px;
} */

/* Animação de entrada */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.92);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Botão de fechar (opcional) */
.overlay-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    color: #ffe066;
    font-size: 1.5em;
    cursor: pointer;
    transition: color 0.2s;
}
.overlay-close:hover {
    color: #fff;
}
/* ----------------------------------------------------------------------------------------------- nougat 07/07/25 @Djpess */
.nougat-img {
    width: 6vw;
    max-width: 45px;
    display: flex;
    justify-self: right;
    margin: 1.5vh 0 1.5vh 0;
}

.nougat-text {
    color: #2c2212;
    font-weight: lighter;
    font-family: Georgia, monospace, serif;
    /* text-shadow: 2px 4px 8px #222a; */
    /* font-weight: bold; */
    font-size: 1.5em;
    justify-self: baseline;
    margin: 1.5vh 0 1.5vh 0;
}
/* -----------------------------------------------------------  */
.rock-text {
    color: #222a;
    font-weight: bold;
    text-shadow: 0 6px 10px #111a;
    font-family: monospace, serif;
    font-size: 1.8em;
    
}

.rock-text-antology {
    color: #dad5bf;
    font-weight: bold;
    text-shadow: 1px 4px 8px #333a;
    font-family: monospace, serif;
    font-size: 1.8em;
}


@media(max-width:1450px){


        /* Caixa centralizada */
    .overlay-content {
        padding: 4vh 0 4vh 0;
        min-width: 300px;     
        width: 80vw;
        max-width: 85%;
        /* height: 40%; */
        /* justify-self: center;
        align-self: center; */
        /* text-align: justify; */
        /* font-size: 1.15em; */
        /* position: relative; */
    }

    .content-body .content-div {
        width: 85%;
        /* min-height: 300px; */
        height: 45%;
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: .2vh 1vw;
        /* font-size: 1.6em; */
        /* background:; */
    }

    /* .overlay-content .content-div p img {
        display: block;
        width: 60px;
    } */

}

@media (max-width:900px) {
    .nougat-text {
        font-size: 1.3em;
    }
}