@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/* #2E4259 */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    /* border: 1px dashed red; */
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #fff;

    /* background-image: url('/img/icone5.png'), url('/img/icone5.png'), url('/img/icone5.png'), url('/img/icone5.png'), url('/img/icone5.png'), url('/img/icone5.png');
    background-position: left top, right top, left bottom, right bottom, center top, center bottom;
    background-repeat: no-repeat;
    z-index: -1; */
}

/* body::before {
    content: '';
    background-image: url('/img/icone5.png'), url('/img/icone5.png'), url('/img/icone5.png'), url('/img/icone5.png'), url('/img/icone5.png'), url('/img/icone5.png');
    background-position: left top, right top, left bottom, right bottom, center top, center bottom;
    background-repeat: no-repeat;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: blur(10px);

} */

main {
    display: flex;
    align-items: center;
    min-height: 100vh;
    /* background: #fff; */
    justify-content: space-around;
}

.home {
    background-color: #ffffff;
    width: 30%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    padding-top: 40px;
}

.informacao {
    display: flex;
    /* background: #2E4259; */
    background: linear-gradient(98deg, #2E4259, #000);
    width: 70%;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
}

.informacao img {
    max-height: 100vh;
}

/* .informacao::before {
    content: '';
    background-image: url('../img/simbolo_preenchido.svg');
    background-repeat: no-repeat;
    background-size: 364%;
    background-position: center;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
} */

/* .informacao::before {
    content: '';
    background-image: url('../img/simbolo.svg');
    background-repeat: no-repeat;
    background-size: 320%;
    background-position: center;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
} */

/* .informacao::after {
    content: '';
    background-image: url('../img/nome.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
} */




.login {
    /* justify-content: space-around; */
    align-items: center;
}

.home h1 {
    font-family: 'Plus Jakarta Sans', sans-serif;
    padding: 20px 30px;
    font-weight: 700;
    font-size: 34px;
    color: #000;
    width: 95%;
    /* margin: 0 auto; */
}
     
.campo_dropdowns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 20px;
    /* padding: 30px 30px 30px 30px; */
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 5px 30px 0px gray;
    width: 95%;
    margin: 15px auto;
    
}


.dropdowns {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    /* border-radius: 20px;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 5px 30px 0px gray;
    width: 95%;
    margin: 15px auto; */
    
}

.dropdown {
    min-width: 15em;
    position: relative;
    /* margin: 2em; */
    margin: 2em;
    width: 30%;
}

.segundo_dropdown {
    min-width: 15em;
    position: relative;
    margin: 2em;
    width: 35%;
}

.dropdown * {
    box-sizing: border-box;
}

.select {
    background: #2E4259;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #2E4259;
    border-radius: 0.5em;
    padding: 1em;
    cursor: pointer;
    transition: background .3s;
}

.select-clicked {
    border: 2px solid #2E4259;
    box-shadow: 0 0 0.8em #2E4259;
}

.select:hover {
    background: #141C25;
}

.seta {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    transition: .3s;
}

.seta-rotate {
    transform: rotate(180deg);
}

.menu {
    list-style: none;
    padding: 0.2em 0.5em;
    background: #323741;
    border: 1px solid #363a43;
    box-shadow: 0 0.5em 1em rgba(0, 0, 0, 0.2);
    border-radius: 0.5em;
    color: #9fa5b5;
    position: absolute;
    top: 50px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    opacity: 0;
    display: none;
    transition: .2s;
}

.selected {
    word-break: break-all;
}

.menu li {
    padding: 0.7em 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
    word-break: break-all;
    display: flex;
    justify-content: space-between;
}

.menu li:hover {
    background: #F3C64E;
    color: #2E4259;
    transition: .3s;
}

.active {
    background: #F3C64E;
    color: #2E4259;
}

.menu-open {
    display: block;
    opacity: 1;
    transition: .2s;
    z-index: 1;
    padding: 0;
}

.total_linhas {
    font-size: 11px;
    align-self: center;
    width: 26px;
    height: 26px;
    text-align: center;
    border: 1px solid #141C25;
    background: #F3C64E;
    color: #141C25;
    margin-left: 10px;
    border-radius: 50%;
    padding: 5px;
    word-break: normal;
}

/* .header_controls {
    width: 100%;
    display: flex;
    justify-content: space-between;
} */

.controls {
    border-radius: 20px;
    /* padding: 10px 30px 30px 30px; */
    padding: 30px;
    box-shadow: 0px 5px 30px 0px gray;
    width: 95%;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.controls ul {
    list-style: none;
    margin-right: 30px;
}

.controls h2 {
    align-self: self-start;
    padding: 0 30px;
    font-weight: 600;
    font-family: 'Plus Jakarta Sans', sans-serif;
    /* margin: 0 auto; */
    width: 95%;
    font-weight: 700;
    font-size: 34px;
}

.main-controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
    /* z-index: 1; */
}

.main-controls .controles {
    margin-left: 15px;
}  



.lista_log {
    position: absolute;
    display: flex;
    font-family: 'Plus Jakarta Sans', sans-serif;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    /* border: 1px dashed red; */

    width: 60%;
    right: 7px;

    /* width: 30%; */
    /* right: 100px; */
    top: calc(50% - 106px);
    margin: auto 0;
    gap: 5px;
}

.lista_log .header_list {
    /* border-bottom: 1px solid #141C25; */
    /* margin-bottom: 10px; */
    /* width: 50%; */

    width: 100%;
    display: flex;
    margin: 0 auto;
    justify-content: flex-end;
}

.lista_log .header_list .hora {
    border-bottom: 1px solid #141C25;
    width:20%;
    text-align: center;
    font-weight: 900;
    color: #2E4259;
}

.lista_log .header_list .linee {
    width: 2px;
    height: 100%;
    background: red;
}

.lista_log .header_list .fila {
    width: 50%;
    text-align: center !important;
    border-bottom: 1px solid #141C25;
    font-weight: 900;
    color: #2E4259;

}

.lista_log .line {
    content: '';
    position: absolute;
    top: 0;
    left: 50%; 
    width: 1px; 
    height: 100%; 
    background-color: #141C25; 
    margin-left: -1px; 
}

.lista_log li {
    /* width: 50%; */
    width: 100%;
    display: flex;
    /* margin: 0 auto; */
    justify-content: flex-end;

}


.lista_log li span,
.lista_log .header_list span {
    align-self: self-start;
    /* margin: 0 auto; */
    white-space: nowrap;
    text-align: left;
}

/* .lista_log .header_list .hora { */
.lista_log li .hora {
    width: 20%;
    text-align: center;
}

.lista_log li .fila {
    width: 50%;
    /* text-align: center; */
    text-align: left;
    padding-left: 20px;
}

.lista_log .linee {
    width: 2px;
    height: 100%;
    background: red;
}



/* .main-controls span {
    width: 50%;
} */

/* .concluido{
    text-decoration: line-through;
}

.check input {
    width: 20px;
    background-color: initial;
    appearance: auto;
    pointer-events: none;
} */

#erroLogin {
    display: none;
    color: red;
    margin-left: 5px;
}

.controls #custom-label {
    width: 400px;
    background-color: #2e425941;
    color: #778199;
    padding: 15px;
    font-size: 15px;
    cursor: pointer;
    border: solid 1px #ffffff31;
    border-radius: 10px;
    display: inline-block;
    transition: 0.5s;
}

.controls #custom-label:hover {
    border: solid 1px #F3C64E;
    transition: 0.5s;
}


.controls #output {
    display: none;
}

.controls .buttons {
    display: flex;
    width: 40%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.buttons button {
    padding: 4px 60px;
    border-radius: 20px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    background-color: #2E4259;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}

.buttons button:hover {
    color: #141C25;
    background-color: #F3C64E;
    transition: 0.5s;
}
.buttons .t {
    padding: 10px 60px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #2E4259;
    border: none;
    cursor: pointer;
    transition: 0.5s;
}

.buttons .t:hover {
    color: #141C25;
    background-color: #F3C64E;
    transition: 0.5s;
}

.buttons button:disabled {
    cursor: not-allowed;
    background-color: #808080; 
    color: #a0a0a0; 
}

.custom-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 10px 20px;
    border-radius: 8px;
    color: #FFF;
    z-index: 1000; 
    animation: slideIn 0.5s ease-out;
}

.success {
    background-color: #4BB543;
}

.error {
    background-color: #FF3333;
}

.info {
    background-color: #0099ff;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(100%);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.buttonTooltip {
    display: flex;
    justify-content: center;
    align-items: center;
}
.buttonTooltip .icon-content {
    margin: 35px 21px;
    position: relative;
}
.buttonTooltip .icon-content .tooltip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    color: #141C25;
    padding: 6px 10px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    font-size: 14px;
    white-space: nowrap;
    transition: all 0.3s ease;
}
.buttonTooltip .icon-content:hover .tooltip {
    opacity: 1;
    visibility: visible;
    top: -50px;
}
.buttonTooltip .icon-content a {
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.buttonTooltip .icon-content a:hover {
    box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.buttonTooltip .icon-content a svg {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
}
.buttonTooltip .icon-content a:hover {
    color: #141C25;
}
.buttonTooltip .icon-content a .filled {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000;
    transition: all 0.3s ease-in-out;
}
.buttonTooltip .icon-content a:hover .filled {
    height: 100%;
}
.buttonTooltip .icon-content a .filled, 
.buttonTooltip .icon-content a ~ .tooltip {
    background-color: #F3C64E;
}

.status {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}

.loading {
    display: none;
}

.loading span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #F3C64E;
    margin: 8px;
}

.loading span {
    animation: none;
    animation: bounce .6s cubic-bezier(0.6,0.1,1,0.4);
    animation-iteration-count: infinite;
    animation-direction: alternate; 
}

.loading span:nth-child(1) {
    animation-delay: .1s;
}

.loading span:nth-child(2) {
    animation-delay: .2s;
}

.loading span:nth-child(3) {
    animation-delay: .3s;
}

@keyframes bounce {
    to {
        transform: translateY(30px);
    }
}

.statusBot {
    padding: 10px;
}

.cardStatus {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* width: 40%; */
}

/* .processos {
    padding: 0;
    border: 1px solid #141C25;
    height: 100%;
    border-radius: 10px;
    width: 100%;
}

.processos .header {
    background-color: #f3c74eb6;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.processos li {
    border: 0.05em solid #141C25;
    color: #000;
} */


/* LOGIN */

.forms {
    display: flex;
    flex-direction: column;
    height: 400px;
    align-items: center;
    justify-content: center;
}

.form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    width: 90%;
    gap: 35px;
}

.forms h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 34px;
    text-align: center;
    color: #2E4259;
}

/* .forms input {
    width: 400px;
    margin: 0 10px;
    padding: 15px;
    font-size: 15px;
    cursor: pointer;
    border: solid 1px #2E4259;
    border-radius: 10px;
    display: inline-block;
    transition: .2s;
} */

.forms input {
    width: 100%;
    /* width: 400px; */
    margin: 0 10px;
    padding: 15px;
    font-size: 15px;
    cursor: pointer;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    outline: none;
}

.form-control .material-symbols-outlined{
    color: #767676;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.input {
    position: relative;
}

/* .input i {
    position: absolute;
    right: 10px; 
    top: 50%;
    color: rgb(118, 118, 118);
    transform: translateY(-50%);
    transition: transform 0.3s ease;
} */

.forms input:hover,
.input:hover i {
    scale: 1.02;
    transition: .2s;
}

.forms input:focus {
    /* outline-color: #F3C64E; */
    /* outline: none; */
    border-bottom: 2px solid #F3C64E;
    transition: .5s;
}

.form-control {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-control > input {
    margin: 0;
}

.forms button {
    font-size: 20px;
    text-decoration: none;
    font-style: none;
    color: #fff;
    background-color: #2E4259;
    padding: 8px;
    border-radius: 5px;
    transition: .5s;
    margin: 20px 0;
    border: transparent;
    width: 70%;
    align-self: center;
}

.forms button:hover {
    background-color: #F3C64E;
    transition: .5s;
    color: #2E4259;
    cursor: pointer;
}

.container_border {
    border-radius: 20px;
    padding: 10px 30px 30px 30px;
    /* box-shadow: 0px 5px 30px 0px gray; */
    width: 95%;
    margin: 15px auto;
}

.autenticacao_biometria {
    display: flex;
    /* border: solid 1px #F3C64E; */
    border-radius: 20px;
    align-items: center;
    color: #141C25;
    padding: 15px;
    background: #0099ff59;
    /* position: fixed; */
    /* top: 0; */
    width: 95%;
    margin: 0 30px;
    transition: 2s;
}

/* .autenticacao_biometria i {
   
    margin-right: 20px;
} */

.auth-button{
    color: #258cd8;
    transition: .5s;
}
/* 
.auth-button:hover {
    transition: .5s;
    color: #258cd8;
} */

@media (max-width: 1800px) {
    .dropdown {
        width:20%; 
        min-width: 14em;
        position: relative;
        margin: 0.8em;
    }
    .segundo_dropdown {
        width: 70%; 
        min-width: 14em;
        position: relative;
        margin: 0.8em;
    }

    .controls .buttons {
        display: flex;
        width: 40%;
        /* justify-content: space-between; */
        align-items: center;
        padding: 20px 0;
        flex-direction: column;
    }

    .main-controls {
        display: block;
        width: 100%;
        align-items: center;
        position: relative;
    }

    .controls ul {
        list-style: none;
        margin-right: 0px;
    }

    .lista_log {
        position: absolute;
        display: flex;
        font-family: 'Plus Jakarta Sans', sans-serif;
        flex-direction: column;
        align-items: center;
        width: 60%;
        right: 1px;
        top: calc(50% - 106px);
        gap: 5px;
    }
    
    .lista_log .line {
        content: '';
        position: absolute;
        top: 0;
        left: 20%; 
        width: 1px; 
        height: 100%; 
        background-color: #141C25; 
        margin-left: -1px; 
    }

    .lista_log .header_list {
        width: 100%;
        display: flex;
        margin: 0 auto;
        justify-content: flex-start;
    }

    .lista_log li {
        width: 100%;
        display: flex;
        justify-content: flex-start;
    
    }
    .buttonTooltip .icon-content {
        margin: 10px 21px;
        position: relative;
    }

    .buttonTooltip .icon-content .tooltip {
        position: absolute;
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
        color: #141C25;
        padding: 6px 10px;
        border-radius: 5px;
        opacity: 0;
        visibility: hidden;
        font-size: 14px;
        white-space: nowrap;
        transition: all 0.3s ease;
    }

    .buttonTooltip .icon-content:hover .tooltip {
        opacity: 1;
        visibility: visible;
        left: 225px;
        top: 5px;
    }

}
