.dash-spreadsheet tr:hover td.dash-cell, 
.dash-spreadsheet tr:hover th.dash-header {
    background-color: #fafafa !important;    
    font-weight: bolder;
 }


.div-header-principal{
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(34, 34, 34, 0.726);
    height: 10vh;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

.div-header-principal-escuro{
    background-color: #212529 !important;
}

#switch-modo-escuro{
    width: 40px;
    height: 20px;
}


.div-fundo-header{
    padding: 15px;
    /* background-color: #303030; */
    background-color: #3b4657;
    /* margin-bottom: 10px; */
}


.pagina-toda{
    width: 100vw;
    height: 100vh;

}

.leaflet-marker-icon{
    color: black !important;
}

#loading-spinner{
    background: #41414134 !important;
    backdrop-filter: blur(10px) !important;
    position: absolute;
    z-index: 10000;
    text-shadow: 1px 1px 3px rgb(46, 46, 46);
    font-size: 1.3rem;
}


#loading-administrativo{
    background: #41414134 !important;
    backdrop-filter: blur(3px) !important;
    position: absolute;
    z-index: 10000;
    text-shadow: 1px 1px 3px rgb(46, 46, 46);
    font-size: 1.3rem;
}

.titulo-h2-header{
    color: black;
    text-shadow: 2px 1px 5px rgba(63, 63, 63, 0.37);
}

.div-login{
    display: flex;
    flex-direction: column;
    /* width: 16vw; */
    /* height: auto; */
    row-gap: 10px;
    padding: 15px;
    border-radius: 3px;
    /* border: 1px solid #363636; */
    box-shadow: 0px 0px 5px rgba(36, 36, 36, 0.247); 
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffffd6 !important;
    /* margin-top: 20vh; */
    backdrop-filter: blur(5px);

    width: clamp(360px, 25vw, 445px);
}


/* .texto-login-sids{
    text-align: center;
    font-size: clamp(1em,1.9vw,2em)
} */

.texto-login-header{
  font-size: clamp(1.30em, calc(1.05vw + 0.80vh), 1.8rem);
  margin-top: 6px;
  /* color: white; */
  /* text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.253); */
  font-weight: 500;
  /* color: var(--texto-claro); */
}

/* 
@media (max-width: 768px) {
    .div-login {
        width: 80vw;
    }
} */

.div-login-escura{
    /* background: linear-gradient(0deg,#3a3a3a,#3b3b3b) !important; */
    background-color: #373737e0 !important;

    box-shadow: 1px 1px 3px #1414148a !important;
}


.fundo-solicitar{
    background-image: url('./fundo_nit_80perc.png') ;
    /* width: 100%;
    height: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.drop-dark .Select-control{
    width: 100% !important;
    background: #212529 !important;
}


.drop-dark .Select-menu-outer{
    background: #212529 !important;
    color: #dee2e6 !important;
}

.drop-dark .Select-value-label{
    color: #dee2e6 !important;
}

.fundo-branco-padrao{
    width: 15%;
    border: 1px solid #4f4f4f;
    background-color: #f3f3f3;
}

.fundo-escuro-padrao{
    background-color: #1f1f1f;
}

.bg-black{
    background: #252525 !important;
}

.bg-white{
    background: white;
}




.input_claro{
    background-color: #f1f1f1 !important;
    border: 1px solid rgba(63, 63, 63, 0.363) !important;
} 


.row-select-mun-img-itaipu{
    margin-top: 5px;
}

.img-itaipu-layout{
    border-radius: 2vw
}

.div-conteudo-principal-visao-municipio{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.conteudo-pagina-tabs{
    width: 100%;
}


#page-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 87vh;
    /* padding-left: 1vw;
    padding-right: 1vw; */
}


.div-mapa-visao-municipio{
    width: 90vw;
}

.div-dados-visao-municipio{
    margin-left: 1vw;
    display: flex;
    flex-direction: column;
    row-gap: 1.5vh;
    width: 100%
}


#div-mun-drop-visao-municipio{
    margin-bottom: 5px;
}

#div-mun-drop-visao-consorcio{
    margin-bottom: 5px;
}

.fundo-cinza{
    background-color: #e6e6e6;
    height: 100vh;
}

.fundo-escuro{
    height: 100vh;
    background-color: #272727;
}


.fundo-div-login{
    background-image: url("./fundo_nit_80perc.png");
    /* width: 100%;
    height: 100%; */
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}



.div-flex-row{
    display: flex;
    flex-direction: row;


}

.div-flex-col{
    display: flex;
    flex-direction: column;
}

.border-all{
    height: 12vh;
    justify-content: space-between;
    padding: 8px;
    z-index: 10015;
    box-shadow: 2px 2px 5px rgba(43, 43, 43, 0.24);
    width: 20vw;
}

.layout-cards-fundo-claro{
    border: 1px solid rgb(138, 138, 138);
    background-color: #d8d8d8;
}


.layout-cards-fundo-escuro{
    background-color: #3d3d3d;
    border: 1px solid rgb(88, 88, 88);
}

.texto-branco{
    color: white;
    text-shadow: 1px 1px 3px #00000080;
    
}

.texto-escuro{
    color: var(--bs-heading-color)
}


.body-escuro{
    color: white !important;
    background-color: #272727 !important;
}


.body-escuro-header{
    color: #000000 !important;
    background-color: #272727 !important;
    border: none;
}


.fundo-accordion{
    background-color:rgb(242, 242, 242);
    height:71.8vh;
    overflow-y:auto
}

.fundo-accordion-escuro{
    background-color: rgb(45,45,45) !important;
}


#div-mapa{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-bottom: 1px solid black;
}

#div-legenda{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    box-shadow: -1px 0 3px rgba(49, 49, 49, 0.356);
    height: 72vh;
    z-index: 1001;
}


#div-tabela{
    display: flex;
    flex-direction: column;
    align-items: center;
}
/* 
#div-legenda ::-webkit-scrollbar,
#div-tabela ::-webkit-scrollbar{
    width: 10px;    
} */

/* Track */
/* #div-legenda ::-webkit-scrollbar-track,
#div-tabela ::-webkit-scrollbar{
    background: #cacaca; 
} */

/* Handle */
/* #div-legenda ::-webkit-scrollbar-thumb,
#div-tabela ::-webkit-scrollbar{
    background: #8d8d8d; 
    border: 1px solid rgba(56, 56, 56, 0.719);
} */

/* Handle on hover */
/* #div-legenda ::-webkit-scrollbar-thumb:hover,
#div-tabela ::-webkit-scrollbar {
    background: #505050; 
    border: 1px solid black;
} */

/* 

::-webkit-scrollbar{
    width: 10px;    
}

::-webkit-scrollbar-track{
    background: #cacaca; 
}

::-webkit-scrollbar-thumb{
    background: #8d8d8d; 
    border: 1px solid rgba(56, 56, 56, 0.719);
}

::-webkit-scrollbar-thumb:hover {
    background: #505050; 
    border: 1px solid black;
} */

.tb-col{
    text-align: "left";
}

.tb-row:hover{
    font-weight: 800;
    cursor: pointer;
}

.btn-acesso-area-adm{
    background-color:#0079c1;
    border-radius:2px;
    border:none;
}

.card-top-adm{
    /* border: 1px solid rgba(71, 71, 71, 0.822); */
    width: 22vw;
    max-height: 7vh;
    min-height: 6vh;
    background-color:#008cff;
    border-radius:2px;
    display: flex;
    flex-direction: row;
    color: rgb(255, 255, 255);
    padding: 10px;
    justify-content: center;
    align-items: center;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.411);
    column-gap: 10px;
}

.card-top-adm:hover{
    background-color:#3ecbf7;
    cursor: pointer;
    color: rgb(0, 0, 0);
    /* box-shadow: 0 0 5px 2px rgba(53, 53, 53, 0.267); */
}

.icone-grande{
    font-size: 25px;
}


.div-solicitar-acesso{
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 5px;
    /* min-width: 32vw; */
    /* max-width: 32vw; */
    box-shadow: 0px 0px 5px rgba(36, 36, 36, 0.247); 
    background-color: #ffffffd6;
    height: fit-content;
    padding-bottom: 20px;
    width: clamp(360px, 32vw, 800px);
    backdrop-filter: blur(5px);

    
}

.div-solicitar-acesso > input{
    border: 1px solid rgba(82, 82, 82, 0.363);
    border-radius: 2px;
}

#input-nome-solicitar input:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    outline: none;
  }


#checklist-instrumentos .form-check{
    width: auto;
}

#data-validade-acesso .SingleDatePicker_picker {
    bottom: auto !important;
    top: -34vh !important;
    left: 0 !important;
    box-shadow: 0 0 22px #49494980 !important;
}

.card-ferramenta{
    height: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    border: 1px solid rgb(124, 124, 124);
    text-shadow: 1px 1px 3px rgba(119, 119, 119, 0.829);
    color: black !important;
    padding: 20px;
}

.card-ferramenta-azul{
    background-color: #66c7ff;
}

.card-ferramenta-azul:hover{
    color: #66dbff !important;
    background-color: #303030;
    cursor: pointer;
}


.card-ferramenta-verde{
    background-color: #66ffa6;
}

.card-ferramenta-verde:hover{
    color: #66ffa6 !important;
    background-color: #303030;
    cursor: pointer;
}


.card-ferramenta-vermelho{
    background-color: #ff6666;
}

.card-ferramenta-vermelho:hover{
    color: #ff6666 !important;
    background-color: #303030;
    cursor: pointer;
}


.div-card-pages{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 15px;
    height: 5vh;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #6d6d6d4d;
  }

#page-content > div{
    padding-top: 10px;
}

/* Style para overflow da tabela de solicitacao */
.scrollable-table-data {
    width:100%; max-height:5vh; overflow:auto
}

/* Style para overflow caso selecione todos os municipios da pagina de solicitar */
/* .Select.has-value.is-searchable.Select--multi {
    max-height: 40vh;
    overflow-y: auto;
    z-index: 999999999999;
} */

#drop-municipio-solicitar .Select-multi-value-wrapper,
#drop-cidade-gerenciamento-usuario .Select-multi-value-wrapper {
    overflow-y: auto;
    max-height: 15vh;
    width: 100%;
    padding-right: 10px;
    padding-top: 10px;
    min-height: 5vh;
}

html, body, #fundo-pagina {
    height: 100%;
    width: 100%;
    overflow: hidden; /* Evita barras de rolagem desnecessárias */
    margin: 0;
    padding: 0;
}

.modal {
    --bs-modal-zindex: 10055
}

.modal-backdrop {
    --bs-backdrop-zindex: 10050
}