main {
    margin: 0;
    font-family: 'Poppins';
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.btn {
    color: white;
    background-color: #4c9c44;
    border: 0;
}
.DivFlex {
    display: flex;
}

a {
    text-decoration: none; /* Remove o sublinhado */
    color: inherit; /* Faz a cor do link igual à cor do texto ao redor */
}
.linkBranco:visited{
    color: white;

}

#BodyID {
    display: none;
    overflow: hidden;
}

a:visited {
    color: inherit; /* Faz a cor do link visitado igual à cor do texto ao redor */
}

a:hover, a:focus, a:active {
    text-decoration: none; /* Remove o sublinhado quando o link é passado com o mouse, focado ou ativado */
    color: inherit; /* Faz a cor do link igual à cor do texto ao redor quando o link é passado com o mouse, focado ou ativado */
}
.Embrace {
    width: 100%;
    min-height: 100vh;
}
.EspacoVazioAdmin {
    height: 20px;
}
.rotate {
    transform: rotate(90deg);
    transition: transform 0.5s ease-in-out;
}

/*Todas as tabelas de cada Menu Index*/
.TabelasLista {
    margin: 10px auto;
    width: 75%;
}
/*Opcao Empresas*/
.MenuEmpresas {
    width: 100%;
    height: 50px;
    font-size: 1.0rem;
    color: white;
    background-color: #414040;
}

.DocumentoMenu {
    border-top: 3px solid #1b1b1bff;
}

.TextoEmpresa {
    align-items: center;
    display: flex;
    justify-content: left;
    margin-left: 10%;
    height: 100%;
    width: 100%;
    font-size: 0.9rem;
    text-decoration: none;
}

.MenuEmpresas:hover {
    background-color: #525252ff;
    transition: ease-in-out 0.3s;
    text-shadow: 0 0 5px black;
}
.tdBotoes{
    width: 15%;
    text-align: center;
}
.CorRedefinir{
    background-color: cornflowerblue;
}
.btn-danger{
    background-color: #d33232 !important;
}
/*Reposicionando o alerta de login*/
.AlertaRepo {
    width: 40%;
    margin: auto;
    margin-top: 60px;
}
.Alerta {
    width: 40%;
    display: block;
    left: 50%;
    transform: translate(-50%);
    margin-top: 20px;
    position: absolute;
    z-index: 2;
}
#Alerta {
    z-index: 2;
}
/*Modificando alerta*/
.alert{
    margin: 20px;
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}
/**/
.listaIndex {
    z-index: 4;
}
/*Registro Residuos*/
.BodyResiduos{
    width: 75%;
    height: 100%;
    margin: 10px auto;
}
/*Orientações*/
.Orientacoes {
    margin: 10px auto 0px auto;
    width: 100%;
    background-color: #59a352;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
    color: white;
    cursor: pointer;
}

.OrientacoesTexto {
    margin: 0px auto;
    width: 100%;
    color: black;
    border-radius: 5px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: justify;
    display: none;
}
.Texto{
    width: 97%;
    display: block;
    margin: auto;
}

.Orientacoes > span {
    margin-left: 20px;
}

/*Cor Botoes*/
.corBotao {
    background-color: cornflowerblue;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 20px 0 rgba(0, 0, 0, 0.19);
}
/*Tabela*/
.BodyResiduos > .dt-container{
    width: 85%;
    margin: 20px auto;
}
.BodyResiduos > .dt-container {
    width: 100%;
}
/*Corpo da pagina de registrar residuos reciclaveis e aterrados*/
.BodyReciclaveis {
    width: 90%;
    margin: 20px auto;
}
.Dimensoes {
    width: 25%;
    margin: auto;
}
.TabelaReciclaveis {
    width: 60%;
    margin: 20px auto;
}
.botoesResiduos {
    width: 60%;
    text-align: right;
    margin: 10px auto;
}
.botaoPreencher{
    width: 100%;
    margin-top: 4px;
    text-align: center;
    display: none;
    height: 40px;
}
.botoesResiduos > a:visited {
    color: white;
}
/*Relato Combustível e Distancia*/
.TamanhoInputVeiculo{
    width: 250px;
}
.TamanhoInputPessoa {
    width: 250px;
}
.TamanhoInput{
    width: 150px;
}
.botoesRelato{
   width: 60%;
   display: flex;
   justify-content: flex-end;
   margin: 20px;
   text-align: right;
}
.botoesRelato > a:visited {
    color: white;
}
.botoesRelatoFixUnidadeMedida {
    width: 57%;
}
.BodyFormulario {
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
}
.BodyRelatos > form {
    width: 90%;
    margin: 100px auto;
}
.link-primary:visited{
    color: dodgerblue;
}
/*Registro Veiculo e Passageiro*/
.DimensoesVeiculo {
    width: 30%;
    margin: auto;
}
.botoesVeiculo {
    width: 30%;
    margin: 10px auto;
    display: flex;
    justify-content: right;
}
.botoesVeiculo > a{
    color: white;
    display: block;
}
.TituloVeiculos{
    margin: 20px auto;
    width:70%;
    text-align: center;
}
/*BreadCrum*/
.breadcrumb > li{
    transform: translate(0px, 5px);
}

.crumb {
    display: block;
    width: 80%;
    margin: 18px auto auto 80px;
    color: #5D7186;
    font-family: 'Poppins';
    font-size: 1.1rem;
}
.TextoCrumb {
    font-size: 1.0rem;
    margin-right: 5px;
}
.TextoCrumb > li > a {
    color: white;
    text-decoration: none;
}
.TextoCrumb:hover {
    color: black;
    cursor:default;
}
.TextoCrumb > a:hover {
    color: #0000009e;
}
.CrumbLayout{
    height: 50px;
}
.OnlyBack {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    height: 100%;
    padding-bottom: -54px;
    border-radius: 7px;
}


/*GLOBAL CONFIGURATION*/

.container__BreadCrumbs{
    width: 90%;
    display: flex;
    font-family: 'Poppins';
    color: #5D7186;
    flex-direction: column;
}

.container__BreadCrumbs__TitlePage{
    font-size: 2rem;
    color: black;
}

.container__ButtonExcel{
    width: 90%;
    display: flex;
    justify-content: end;

}

.buttonExcel {
    border: 1px solid #EAEDF1;
    height: 40px;
    width: 258px;
    background-color: transparent;
    border-radius: 3px;
}

.TutorialExcel {
    width: 90%;
    border: 1px solid #EAEDF1;
    background-color: transparent;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 30px;
}

.imgTutorial {
    width: 100%;
    border: 1px solid #EAEDF1;
    background-color: transparent;
    border-radius: 10px;
}

.buttons{
    display: flex; 
    gap: 5px;
}

.buttonActionExcelImport, .buttonActionExcelDownload {
    box-sizing: border-box;
    width: 151px;
    display: flex;
    gap: 6px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

.buttonActionExcelImport {
    background: linear-gradient(90deg, #D8EAFF 0%, #B5D5FF 100%);
    border: 1px solid #306FF5;
}

.buttonActionExcelImport:hover{
    cursor: pointer;
}

.buttonActionExcelDownload {
    background: linear-gradient(90deg, #FFF6D8 0%, #FFE44B 100%);
    border: 1px solid #FFB44B;
}

#csvFile{
    opacity: 0;
    position: absolute;
    z-index: -1;
}


.NeededEmblem {
    color: red;
}

.LoadingExcel{
    width: 100%;
}

.LoadingExcel__Loading, .LoadingExcel__LoadingSucess {
    width: 100%;
    border: 1px solid #91f971;
    background-color: #91f9716b;
    padding: 4px;
    border-radius: 10px;
    color: #27641b;
}

.ErrorLoading {
    width: 100%;
    border: 1px solid #f56f6f;
    background-color: #f56f6f6e;
    border-radius: 10px;
    padding: 4px;
    color: #f92222;
}
/*FORMS*/
.containerForms {
    font-family: 'Poppins';
    padding-bottom: 50px;
}

.container__AllForms {
    width: 100%;
}

.form-group {
    width: 100%;
}

.container__FormContainer__Form__Inputs > div {
    width: 40%;
    min-width: 400px;
}

.container__FormContainer__Form__Inputs {
    width: 100%;
    flex-wrap: wrap;
}

.container__FormContainer__Form {
    width: 90%;
    border: 1px solid #EAEDF1;
    border-radius: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
}

.TypeReference > div {
    transform: translate(0px, -10px);
}

.ReferenceDiv {
    width: 100%;
    height: 39px;
}

.Reference {
    width: 70%;
}

.TypeReference {
    width: 30%;
}

.container__AddFormSpace {
    border: 1px solid #EAEDF1;
    border-radius: 20px;
    height: 40px;
    width: 90%;
}

.buttonAddSimple {
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid black;
}

.buttonAddSimpleAndCopy {
    width: 78px;
    height: 22px;
    background-color: transparent;
    border-radius: 30px;
    border: 1px solid black;
}

.container__buttonSave {
    width: 90%;
}

.buttonDeleteForm{
    background-color: white;
    border: 0;
    position: absolute;
    right: -10px;
    top: -13px;
}

.buttonMinimizeForm {
    background-color: white;
    border: 0;
    position: absolute;
    right: 15px;
    top: -13px;
}

.buttonSave {
    width: 115px;
    height: 40px;
    background: linear-gradient(90deg, #A8FE92 0%, #E9FFE6 100%);
    border: 1px solid #4F9728;
    border-radius: 3px;
}

.container__FormContainer__Form__Minimized{
    width: 90%;
}

.container__FormContainer__Form__Archives{
    width: 100%;
    padding: 30px;
}

.Reference{
    gap: 10px;
}

.Archives {
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.container__Warning__Archives > span {
    background-color: #ffc471;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ff9400;
}

.ArchiveTitle {
    width: 100px;
    font-size: 20px;
    color: #5D7186;
}

.ArchiveCard {
    border: 1px #EAEDF1 solid;
    height: 166px;
    width: 233px;
    overflow: hidden;
    border-radius: 20px;
}

.ArchiveCard > div{
    height: 50%;
}

.UpCard {
    background-color: #D9D9D9;
}

    .UpCard > img{
        display: block;
    }

    .DownCard{
        padding: 10px;
    }

    .form-group {
        position: relative;
    }

.buttonEffectForm:hover{
    opacity: 0.7;
}

.colorCopy {
    color: cornflowerblue;
}
.tutorialCaption{
    font-size: 0.6rem;
    transform: translate(0px, -10px);
}
@media screen and (max-width: 1000px) {
    .Menus {
        display: block;
        margin-left: 20px;
    }

        .Menus > div {
            margin: 0;
        }

    .OrganizarEscopo3 > div {
        margin-right: 0px;
        margin-top: -40px;
        float: none;
    }

    .OrganizarEscopo2 > div {
        margin: 10px 0;
    }

    .OrganizarCadastros > div {
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    .crumb {
        margin: 0px 6px;
    }
    .TextoCrumb {
        margin-right: 2px;
    }
    .OnlyBack {
        padding-left: 2px;
        padding-right: 2px;
    }
    .botaoCentralizar {
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .FormRegistro {
        width: 99%;
    }
    .EnderecosFlex{
        display: block;
    }
    .EnderecosEsq{
        width: 90%;
    }
    .EnderecosDir {
        width: 90%;
    }
    .Enderecos, .FormDadosGerais, .Acesso{
        width: 99%;
    }
    .TituloEnderecos {
        transform: translate(18px, -33px);
    }
    .TituloAcesso {
        transform: translate(-5px, -35px);
    }
    .DimensoesVeiculo {
        width: 70%;
    }
    .BotoesRegistro {
        width: 100%;
        justify-content: space-between;
        height: 20%;
        gap: 10px;
    }
    .Orientacoes {
        width: 100%;
    }

    .OrientacoesTexto {
        width: 100%;
    }
    .table-responsive{
        width: 90%;
    }
    .Dimensoes{
        width: 70%;
    }
    .TabelasLista {
        margin: 100px auto;
        width: 80%;
        position: relative;
    }
    .fixTabelasMobile{
        width: 70% !important;
    }
}