.nav-separator {
  height: 50px;
  width: 3px;
  background-color: #70767C;
  /* margin: 0 10px; */
  border-radius: 2px;
}

.nav-background {
  background-image: url('../img/backgroundNavbar.png') !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nav-icon {
  width: 50px;
  height: 50px;
  background-image: url('../img/Logo.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  /* border: 2px solid #000; */
}

.login-logo {
  width: 100%;
  height: 40px;
  background-image: url('../img/LogoBlack.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.background {
  width: 100vw;
  height: 100vh;
  background-image: url('../img/homepage.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}


.logo-index {
  /* width: 100%; */
  width: 75px;
  height: 75px;
  background-image: url('../img/LogoBlack.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.background-index {
  width: 100vw;
  height: 100vh;
  background-image: url('../img/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/*
    Estilos para o menu dropdown do usuario
*/

/* Container do menu */
.user-dropdown {
  border-radius: 0 0 5px 5px;
  padding: 10px;
  min-width: auto;
  width: 175px;
  margin-top: 12px;
  margin-left: -10px;
  /* From https://css.glass */
  background: rgba(86, 94, 100, 0.36);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.3px);
  -webkit-backdrop-filter: blur(3.3px);
  border: 1px solid rgba(86, 94, 100, 0.44);
}

.dropdown-admin {
  border-radius: 5px;
  padding: 5px;
  min-width: auto;
  width: 275px;
  margin-top: 13px;
  margin-left: -10px;
  /* From https://css.glass */
  background: rgba(86, 94, 100, 0.36);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.3px);
  -webkit-backdrop-filter: blur(3.3px);
  border: 1px solid rgba(86, 94, 100, 0.44);
}

.font-dropdown{
  font-size: 1.1rem;
}

.font-menu{
  font-weight: 600;
}

/* Botoes do menu (Perfil e Logout) */
.user-dropdown .dropdown-item,
.dropdown-admin .dropdown-item {
  background-color: #999999;
  /* background-color: rgba(123, 123, 123, 0.8); */
  color: #ffffff;
  min-height: auto;
  padding: 12px;
  border-radius: 2px;
  border-left: 4px solid #ffffff;
  min-width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



.dropdown-toggle::after {
  display: none !important;
}

.nav-link i.fas {
  vertical-align: middle;
  font-size: 0.75rem; 
  margin-left: 4px; 
}

.dropdown-item i.fas {
  font-size: 1rem;
  margin-top: 1.8px;
  margin-left: 6px; 
}

.backgroundAll {
  min-height: calc(96vh - calc(3.5rem + 1px) - calc(3.5rem + 1px));
  /* width: 100vw; */
  /* height: 100vh; */
  background-image: url('../img/homepage.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.cursor-pointer {
  cursor: pointer;
}


.radio-div {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.max-w-75 {
  max-width: 90px !important;
}

.bg-white {
  background: #fff;
}

/*
    Estilos para o icone de Collapse/Acordon
*/

.apontamento-icon {
  transition: transform 0.3s ease-in-out;
  transform-origin: center center;
}

.apontamento-icon.rotated {
  transform: rotate(+90deg);
}

/*----------------------------------
   :: tela de login - vagas ::
----------------------------------*/
/* mobile */
@media (max-width: 991px) {
  #navLogin .form-row {
    flex-direction: column;
    align-items: stretch;
  }
  #navLogin .form-group {
    margin-right: 0 !important;
  }
  #navLogin .form-group .form-text {
    margin-top: 6px;
  }
  #navLogin .form-group.d-flex {
    justify-content: flex-start;
    margin-top: 8px;
  }
}

@media (min-width: 575px ) and (max-width: 660px) {
  nav .container-fluid{
    flex-direction: column !important;
  }
  
}

/*----------------------------------
   :: ajuste para forcar 
      layout ao mockup ::
----------------------------------*/
.login-src-fields {
  border: 2px solid #ccc;
  background-color: transparent !important;
  outline: none !important;
  color: #ccc !important;
}
.login-src-fields::placeholder {
  color: #ccc;
}

/*----------------------------------
   :: outros ::
----------------------------------*/
.navbar-rounded {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

.cursor-pointer {
  cursor: pointer;
}

.navbar-rounded {
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}

.page-item.active .page-link {
  background-color: #6c757d !important; /* cinza do secondary */
  border-color: #6c757d !important;
  color: #cecece !important;
}

.page-link {
  color: #6c757d !important;
}



.textarea-custom {
  resize: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.btn-add-line {
  transition: opacity 0.3s ease-in-out;
}

.btn-add-line:hover {
  opacity: 0.7;
}

/*----------------------------------
  :: Show/Hide Password ::
----------------------------------*/
.icon-password-transition,
#senha {
  transition: all 0.3s ease;
}

.button-size {
  padding: 5px 20px 5px 20px;
}

.only-bottom-border {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

/*----------------------------------
  :: Knowledge Management ::
----------------------------------*/
.icon-size-management {
  font-size: 1.3rem;
  cursor: pointer;
}

#management-search-btn {
  background-image: url('../imagens/viewcv.png');
  background-repeat: no-repeat;
  background-position: 98% 45%;
  padding-right: 34px;
}

/*----------------------------------
  :: Show/Hide Password ::
----------------------------------*/
.icon-password-transition,
#senha {
  transition: all 0.3s ease;
}

.button-size {
  padding: 5px 20px 5px 20px;
}

/*----------------------------------
  :: Upload foto - 
     Gestao de Conhecimentos ::
----------------------------------*/
.upload-box {
  position: relative;
  width: 120px;
  height: 120px;
  border: 2px solid #aaa;
  border-radius: 4px;
  background-color: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.upload-box input[type='file'] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 3;
}

.upload-placeholder {
  font-size: 48px;
  color: #aaa;
  z-index: 1;
  /* pointer-events: none; */
  transition: opacity 0.3s ease;
}

.upload-box img {
  position: absolute;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  border-radius: 4px;
  z-index: 2;
}
.select-disabled {
  background-color: #e9ecef;
  color: #6c757d;
  pointer-events: none;
  opacity: 1;
}

/*------------------------------------
  :: Tabela de funcionarios ::
-------------------------------------*/

.table-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* #tableManagement{
 width: 100% !important;
}

.tableEmployee {
  width: 100% !important;
} */

.button-password-toggle:hover {
  background-color: #e2e6ea;
}

/* 
  :: Google reCaptcha ::
*/
/* #rc-anchor-container {
  border: none !important;
  background: transparent !important;
} */
table.dataTable td {
  white-space: normal !important;
  word-wrap: break-word !important;
}

/* Mantém o paginador fixo no final da tabela */
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  position: sticky;
  bottom: 0;
  background: #fff;
  z-index: 5;
  padding: 10px 0;
}

/* Opcional: sombra sutil para o rodapé fixo */
.dataTables_wrapper .dataTables_paginate {
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.05);
}

.swal2-icon {
  width: 4em !important; 
  height: 4em !important; 
}

.bottom-rounded
{
  border-top-left-radius: 0; 
  border-top-right-radius: 0; 
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.table-borderless tr {
  border-bottom: 1px solid #E7E7E7; 
}

.input-group .form-control {
  border-right: none; 
}

.input-group .no-border {
  background-color: transparent;
  border-left: none; 
}

#searchIcon .input-group-text i {
  color: #CBCBCB; 
}


.button-spacing{
  padding: 4px 40px;
}

.separator-filters{
  background-color:#F5F5F5;
  border-bottom: #999999 1px solid;
  padding: 10px 5px;
}


.border-right-gray{
  border-right: 2px solid #6c757d;
  border-radius: 4px 0 0 4px;
}

.border-gray{
  border: 1.5px solid #6c757d;
}


/* Cor de fundo para o select e a opção 'Não Verificado' */
.status-select.nao-verificado,
.status-select option[value="nao-verificado"] {
    background-color: #FFEFC3; /* Cinza claro (padrão do Bootstrap para formulários) */
}

/* Cor de fundo para o select e a opção 'Aprovado' */
.status-select.aprovado,
.status-select option[value="aprovado"] {
    background-color: #DCF6DA; 
}

/* Cor de fundo para o select e a opção 'Revisar' (usando a cor de 'reprovado') */
.status-select.revisar,
.status-select option[value="revisar"] {
    background-color: #FFE2E2; 
}

.border-gray {
  border-color: #929faa;
}

.border-right-custom {
  border-right: 1px solid #929faa !important;
}

.border-left-custom {
  border-left: 1px solid #929faa !important;
}

.bg-title-dropdown {
  background-color: #FAFAFA; 
}

.rounded-top{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.border-accordion-gray{
  border-bottom: 1px solid #d4d4d4;
}

.w-80{
  width: 76% !important;
}

.swal2-loader {
  border-color: transparent #999999 transparent #999999 !important; 
}

.max-w-input {
  max-width: 190px !important;
}

.bg-ligth-gray{
  background-color: #F5F5F5 !important;
}

#passwordInput.is-invalid,
#passwordInput.is-valid,
#passwordConfirmInput.is-invalid,
#passwordConfirmInput.is-valid {
  background-image: none !important;
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  margin-right: 3%;
}

.dataTables_paginate .paginate_button.previous .page-link,
.dataTables_paginate .paginate_button.next .page-link {
  margin-left: 1px;
  border: none !important;
}


.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  margin-right: 3%;
}

.dataTables_paginate .paginate_button.previous .page-link,
.dataTables_paginate .paginate_button.next .page-link {
  margin-left: 1px;
  border: none !important;
}



.text-underline {
  text-decoration: underline;
}

.card-footer-default{
  background-color:#FFF; 
  border-top: 1px solid #dee2e6;
}

.border-opportunity{
  border-top: #d9d9d9 12px solid;
  border-bottom: #d9d9d9 12px solid;
  border-left: #d9d9d9 2px solid;
  border-right: #d9d9d9 2px solid;
  border-radius: 5px;
}

#formHoliday .invalid-feedback {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.25rem;
}

#form .invalid-feedback {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.25rem;
}