.select-dropdown,
.select-dropdown.active {
    background: transparent !important;
    color: rgba(3, 42, 40, 1) !important; /* ou o tom que quiser */
    opacity: 1 !important;
    z-index: 99999 !important;
}

.dropdown-content.select-dropdown.active,
.dropdown-content,
.dropdown-content li {
    background: #ffffff !important;
    color: rgba(3, 42, 40, 1) !important; /* ou o tom que quiser */
    opacity: 1 !important;
    z-index: 99999 !important;
}

.dropdown-content li.optgroup > span {
    font-size: 18px !important;
    font-weight: bold;
    background: rgba(3, 42, 40, 1) !important;
    color: white !important;
    opacity: 1 !important;
}
.dropdown-content li.optgroup-option > span {
    font-size: 14px !important;
    color: rgb(2, 110, 94) !important; /* ajuste se quiser */
    background: transparent !important;
    opacity: 1 !important;
}
ul.dropdown-content.select-dropdown {
  height: auto !important;      /* NOVO: Reseta qualquer altura fixa aplicada pela biblioteca */
  max-height: 400px !important; /* Mantém o limite de altura máxima para o scroll */
  overflow-y: auto !important;   /* Garante a barra de rolagem */
}




.select-dropdown li.optgroup>span {
    font-weight: 600;
    font-size: 18px!important;
    background-color: #d6ffd8;
    color: rgb(42 105 50);
}

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 13px!important;
    opacity: 1 !important;
    color: #222 !important; /* Troque para a cor desejada */
    background: #fff !important;
}

.btn-certificado{
    background-color: rgba(3, 42, 40, 1);
    color: #ffffff;
    font-size: 16px;
    border-radius: 30px;
    align-items: center;
    transition: 0.3s;
    margin: 15px 0;
}
.btn-certificado:hover {
    background-color: rgb(60, 199, 178);
    color: #ffffff;
    box-shadow: none;
}
.link-certificado{
    color: rgba(3, 42, 40, 1);
    transition: 0.3s;
}
.link-certificado:hover {
    color: rgb(0, 145, 123);
}
.divisor-1{
    width: 100%;
    height: 1px;
    background-color: rgba(3, 42, 40, 0.2);
    margin: 20px 0;
}

.side-bar {
    width: 255px;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border: solid 2px rgba(3, 42, 40, 0.09);
    background: transparent; 
    backdrop-filter: blur(10px);
    border-radius: 15px;
    margin-right: 15px
}
.side-bar-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0 0 0;
}
.side-bar-divisor {
    width: 85%;
    height: 2px;
    background-color: rgba(3, 42, 40, 0.3);
    margin: 10px 0 25px 0;
}
.side-bar-content {
    display: flex;
    flex-direction: column;
}
.side-bar-link {
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
    padding: 10px 5px;
    color: rgba(3, 42, 40, 1);
    flex-direction: row;
    gap: 10px;
    padding-left: 15px;
    transition: 0.3s;
}
.side-bar-link:hover {
    background-color: rgba(81, 85, 85, 0.09);
    color: rgba(3, 42, 40, 1);
}
.side-bar-download{
    color: rgb(0, 145, 123);
    display: flex;
    align-items: center;
    transition: background-color 0.3s ease;
    padding: 10px 5px;
    flex-direction: row;
    gap: 10px;
    padding-left: 15px;
    transition: 0.3s;
}
.side-bar-download:hover {
    background-color: rgba(81, 85, 85, 0.09);
}

.top-nav-main {
    display: flex;
    justify-content: space-between;
    border: none;
    text-decoration: none;
    background: none;
    box-shadow: none;
    margin: 23px 0 0 0;
}
.top-nav-menu{
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.top-nav-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 5px;
    padding: 0px 12px;
    background-color: rgb(3, 42, 40);
    color: white;
    border-radius: 5px;
    border: none;
    user-select: none;
}
.top-nav-dropdown-content {
    background-color: #f8f8f8; /* escolha a cor desejada */
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}
.top-nav-divisor{
    width: 100%;
    height: 2px;
    background-color: rgba(3, 42, 40, 0.3);
    margin: 15px 0 0 0;
}

/* ===== Sidebar comportamento no mobile ===== */
@media (max-width: 994px) {
    .side-bar {
        position: fixed;
        top: 0;
        left: -260px;
        width: 255px;
        height: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        z-index: 1001;
        border: none;
        background: rgba(230, 230, 230, 0.4);
        backdrop-filter: blur(80px);
        border-radius: 0;
        transition: left 0.3s ease;
        padding-top: 13px;
    }

    .side-bar-link:hover {
        background-color: rgb(3, 42, 40);;
        color: rgb(76, 187, 170);
    }

    .side-bar-download{
        color: rgb(2, 110, 94);
        display: flex;
        align-items: center;
        transition: background-color 0.3s ease;
        padding: 10px 5px;
        flex-direction: row;
        gap: 10px;
        padding-left: 15px;
        transition: 0.3s;
    }
    .side-bar-download:hover {
        background-color: rgb(3, 42, 40);;
        color: rgb(76, 187, 170);
    }

    /* Sidebar aberta */
    .side-bar.side-bar-open {
        left: 0;
    }


    /* Overlay visível */
    .sidebar-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(78, 78, 78, 0.4);
        backdrop-filter: blur(5px);
        z-index: 1000;
    }

    .sidebar-overlay.show {
        display: block;
    }
}

.confirmar-button{
    background-color: rgba(3, 42, 40, 1);
    color: #ffffff;
    font-size: 16px;
    border-radius: 20px;
    align-items: center;
    transition: 0.3s;
    padding: 10px 20px;
    border: none;
}
.confirmar-button:hover {
    background-color: rgb(60, 199, 178);
    color: #ffffff;
    box-shadow: none;
}
.download-button{
    background-color: rgba(3, 42, 40, 1);
    align-items: center;
    transition: 0.3s;
    border: none;
    padding: 0 1.5em;
}
.download-button:hover {
    background-color: rgb(60, 199, 178);
    color: #ffffff;
    box-shadow: none;
}
/* Alvo do elemento inteiro */
::-webkit-scrollbar {
  width: 10px; /* largura da barra vertical */
  height: 10px; /* altura da barra horizontal */
}

/* Fundo da barra (trilho) */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 5px;
}

/* "Polegar" — a parte que você arrasta */
::-webkit-scrollbar-thumb {
  background: rgba(3, 42, 40, 1);
  border-radius: 5px;
}

/* Polegar ao passar o mouse */
::-webkit-scrollbar-thumb:hover {
  background: rgb(60, 199, 178);
}

.area-empresa-card {
  border-radius: 8px;
  padding: 1em;
  padding-bottom: 0.5em; 
}

.area-empresa-card h5 {
  margin: 0 0 0.5em 0; 
  font-size: 1.5rem;
  font-weight: 500;
  color: #333;
}

.area-empresa-card hr {
  margin: 0 0 1em 0; 
  border: none;
  border-top: 1px solid #e0e0e0; 
}

.dados-usuario {
  margin-bottom: 0; 
}

.dados-usuario span {
  display: block;   
  margin: 4px 0;    
  font-size: 14px;
  color: #444;
}
