﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}



.collapse {
    display: none
}



@media (min-width: 991.98px) {
    main {
        padding-left: 240px;
    }
}

* {
   
    box-sizing: border-box;
}

.border{
    border: 1px solid #ff0000; 
}

.sidebar {
    position: fixed;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 200px;
    height: 100%;
    padding: 5px 10px 30px 10px;
    border-right: 1px solid #808080;
    transition: all 0.4s;
    background-color: #606062;
    overflow-y: scroll;
}

.sidebar-header{
    width: 100%; 
    margin-bottom: 16px; 
}

.logo-img{
    width: 140px; 
    min-height: 70 px; 
    object-fit: cover;
    margin-left: 10px;
   /* transition: transform 0.4s*/
    
}

.logo-img:hover {
   /* transform: scale(1.5); */
}

.sidebar button{
    height: 80px;
    background: transparent; 
    border: 0; 
    font-family: inherit; 
    color: #ffffff;
    cursor: pointer; 
    text-align: left; 
    padding: 0; 
}

.sidebar button > span{
    display: inline-flex; 
    align-items: center; 
    gap: 12px; 
    height: 48px; 
    padding: 0 16px 0 12px;
    border-radius: 24px; 
    line-height: 1;   
    transition: all 0.3s; 
}

.sidebar button:hover > span {
    color: #F9CA36;
 }

.sidebar button i{
    position: relative; 
    font-size: 28px;
    transition: 0.2s; 
}

.sidebar button span{
    font-size: 16px; 
}

.sidebar > nav {
    flex: 1 1 auto; 
    display: flex; 
    flex-direction: column; 
    width: 100%; 
}

body {
    font-family: sans-serif;
    background-color: #e9e8e8;
    color: #000000;
    
}

body.teste {
        font-family: sans-serif;
        background-color: #F9CA36;
        color: #000000;
}

.conteudo {
    background-color: #FFF;
    margin-top: 40px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    width: 900px;
    border-radius: 5px;
    box-shadow: 0 0 1em  #808080;
}

.conteudo-principal {
    background-color: #FFF;
    margin-top: 40px;
    margin-left: 3px;
    margin-right: 30px;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    width: 860px;
    border-radius: 5px;
    box-shadow: 0 0 0.3em #808080;
}

.legenda {
    margin-top: -19px;
    background-color: #F9CA36;
    color: #606062;
    border-radius: 5px;
    width: 154px;
    padding-left: 8px;
    align-items: center;
    font-size: 18px;
    height: 30px;
    font-family: Arial;
    padding-top: 2px;
    box-shadow: 0 0 0.5em #808080;
    text-shadow: #000 0.5px 0.5px 0.5px;
}

.legenda-topo {
    margin-top: -19px;
    margin-left: 1px;
    background-color: #F9CA36;
    color: #606062;
    border-radius: 5px;
    width: 270px;
    padding-left: 10px;
    font-size: 20px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 5px;
    box-shadow: 0 0 0.5em #808080;
   
    text-shadow: #000 0.5px 0.5px 0.5px;
}


.login {
    background-color: #FFF;
    margin-top: 100px;
    margin-left: 130px;
    margin-right: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 40px;
    width: 480px;
    height: 400px;
}

.logo-login {
    width: 400px;
    min-height: 70 px;
    object-fit: cover;
    margin-left: 10px;
    margin-bottom:25px;
    transition: transform 0.4s
}

.btn-login {
    border-radius: 60px;
    width: 100%;
    background-color: #F9CA36;
    font: inherit;
    font-weight: 550;
    color: #FFF;
    height: 35px;
    border: 0 ;  
}

.rodape{
    position: absolute; 
    bottom: 0 ; 
    left: 430px;
}

.nav-link {
    color: inherit;
    transition: all 0.3s;
}

.input-mesma-linha {
    display: flex;
    flex-direction: row;
    justify-content: space-around ;
}

.div-input-tamanho-mesmalinha {
    margin: 5px;
}

.nav-link:hover {
    color: #F9CA36;
}

/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #606062;
}

    /* Works on Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 1px;
    }

    *::-webkit-scrollbar-track {
        background: #606062;
    }

    *::-webkit-scrollbar-thumb {
        background-color: #606062;
        border-radius: 20px;
        border: 0.5px solid #606062;
        width: 1px;
    }

.dropdown {
    display: inline-block;
    position: relative;
}

.dropdown-options {
    display: none;
    position: relative;
    overflow: auto;
    padding-left: 50px;
}

.dropdown:hover .dropdown-options {
    display: block;
}

.btnDetails{
    background-color: #0956f6; 
    color: white; 
    border-radius: 5px;
    margin: 0 ; 
}

.title-indicadores {
  /*  border: 2px solid red;*/
    width: 75%;
    background-color: #F9CA36;
    color: #606062;
    font-size: 20px;
    height: 35px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 0 0.5em #808080;
    text-shadow: #000 0.5px 0.5px 0.5px;
    padding-left: 10px;
    padding-bottom: 10px;
}

.uteis-home {
  /*  border: 2px solid red;*/
    width: 75%;
    display: flex;
}

.button-home{
   
    border: 0 ; 
}
/*menu flutuante*/
.fab {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

    .fab button {
        cursor: pointer;
        width: 48px;
        height: 48px;
        border-radius: 30px;
        background-color: #cb60b3;
        border: none;
        box-shadow: 0 1px 5px rgba(0,0,0,.4);
        font-size: 24px;
        color: white;
        -webkit-transition: .2s ease-out;
        -moz-transition: .2s ease-out;
        transition: .2s ease-out;
    }

        .fab button:focus {
            outline: none;
        }

        .fab button.main {
            position: absolute;
            width: 60px;
            height: 60px;
            border-radius: 30px;
            background-color: #5b19b7;
            right: 0;
            bottom: 0;
            z-index: 20;
        }

            .fab button.main:before {
                content: '⏚';
            }

    .fab ul {
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 0;
        padding-right: 5px;
        margin: 0;
        list-style: none;
        z-index: 10;
        -webkit-transition: .2s ease-out;
        -moz-transition: .2s ease-out;
        transition: .2s ease-out;
    }

        .fab ul li {
            display: flex;
            justify-content: flex-start;
            position: relative;
            margin-bottom: -10%;
            opacity: 0;
            -webkit-transition: .3s ease-out;
            -moz-transition: .3s ease-out;
            transition: .3s ease-out;
        }

            .fab ul li label {
                margin-right: 10px;
                white-space: nowrap;
                display: block;
                margin-top: 10px;
                padding: 5px 8px;
                background-color: white;
                box-shadow: 0 1px 3px rgba(0,0,0,.2);
                border-radius: 3px;
                height: 18px;
                font-size: 16px;
                pointer-events: none;
                opacity: 0;
                -webkit-transition: .2s ease-out;
                -moz-transition: .2s ease-out;
                transition: .2s ease-out;
            }

    .fab button.main:active,
    .fab button.main:focus {
        outline: none;
        background-color: #7716ff;
        box-shadow: 0 3px 8px rgba(0,0,0,.5);
    }

        .fab button.main:active:before,
        .fab button.main:focus:before {
            content: '↑';
        }

        .fab button.main:active + ul,
        .fab button.main:focus + ul {
            bottom: 70px;
        }

            .fab button.main:active + ul li,
            .fab button.main:focus + ul li {
                margin-bottom: 10px;
                opacity: 1;
            }

                .fab button.main:active + ul li:hover label,
                .fab button.main:focus + ul li:hover label {
                    opacity: 1;
                }
/*fim menu flutuante*/

/*ajustando sidebar icones*/
@media(width < 920px){
    .sidebar{
        width: 72px; 
    }

    .sidebar button > span{
        width: 50px;  
    }

    .sidebar button > span > span {
        opacity: 0; 
        visibility: hidden;
    }

    .main {
        margin-left: 78px;
        
    }
}

/* NOVO LAYOUT CSS ABAIXO*/


.main-login {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

body , html {
    height: 100%;   
}

.container-login {
    display: flex;
    width: 100%;
    height: 100%;
}

.left-section-login, .right-section-login {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-section-login {
    background-color: #f9ca36;
}

.login-box {
    width: 80%;
    text-align: center;
}

.h2-login {
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.input-group-login {
    margin-bottom: 15px;
}

.input-login {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
}

.button-login {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: #606062;
    color: white;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}

.button-login:hover {
        background-color: #606072;
    }

.a-login {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    color: #0066cc;
    text-decoration: none;
}

    .a-login:hover {
        text-decoration: underline;
    }

.right-section-login {
    background-color: #f0f0f0;
}

    .right-section-login img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

img {
    max-width: 100%;
    height: auto;
}

.logo-img-login {
    width: 400px; /* ajuste conforme necessário */
}

.banner-img-login {
    width: 200px; /* ajuste conforme necessário */
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.6); /* fundo branco com transparência */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* bem acima dos outros elementos */
}
