#dt-search-0 {
  transition: all 0.2s ease-in-out;
  outline: none !important;
  border: 1px solid #d9dee3 !important;

  &:focus {
    border-color: #007bff !important;
  }
}

#burguer-menu {
  color: #000000d2;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

#burguer-menu:hover {
  color: #007bff;
}

.btn-primary {
  transition: all 0.2s ease-in-out;
}

.btn-primary:hover {
  background-color: #007bffe0;
}

#canva {
  cursor: url("../img/icons/unicons/cursor.png"), auto;

  &:hover {
    cursor: url("../img/icons/unicons/cursor.png"), auto;
  }
}

.date {
  width: 0% !important;
}

@media screen and (min-width: 1200px) {
  #layout-navbar {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .clock {
    width: 200px;
    height: 200px;
  }

  .clock .sec,
  .sc {
    width: 180px;
    height: 180px;
  }

  .sc:before {
    height: 110px;
  }

  #cadadmin_form .row {
    display: flex;
    flex-direction: column;
  }

  #cadadmin_form .col {
    width: 100%;
    margin-bottom: 15px;
  }

  #cadadmin_form .mb-3 {
    margin-bottom: 0rem !important;
  }

  #containerArquivoSuporte {
    align-items: center !important;
  }
}

.content-wrapper {
  background-image: url("/assets/img/backgrounds/background.png");
  background-position: center;
  background-size: cover;
}

#preloader {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  z-index: 9999;
}

#suporteChatContainer {
  max-height: 400px !important;
  overflow: auto;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #d6d6d6;
  gap: 8px;
  border-style: dashed !important;
}

.btn-visualizar-imagem {
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 1px 4px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;

  &:hover {
    background-color: #007bff !important;
    transform: scale(1.1);
  }
}

.btn-visualizar-imagem.bolsista {
  left: 13px;
}

.btn-visualizar-imagem.admin {
  right: 13px;
}

#visualizacaoImagem {
  z-index: 9999;
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  /* Começa invisível */
  visibility: hidden;
  /* Para evitar clique acidental quando escondido */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

#visualizacaoImagem.mostrar {
  opacity: 1;
  visibility: visible;
}

.modal-conteudo {
  position: relative;
  background-color: transparent;
  border-radius: 8px;
  transform: scale(0.8);
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.5s;
}

#visualizacaoImagem.mostrar .modal-conteudo {
  transform: scale(1);
}

#imagemModalSuporte {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 5px 5px 0px 5px;
  background-color: white;
}

#imagemModal {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 5px 5px 5px 5px;
  background-color: white;
}

.btn-fechar {
  position: absolute;
  top: -17px;
  right: -17px;
  z-index: 200;
}

[disabled] {
  cursor: not-allowed !important;
}

#dados-perfil {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  #dados-perfil {
    grid-template-columns: repeat(auto-fill, 100%);
  }
}

.zoom-container {
  position: relative;
  overflow: hidden;
}

.img-perfil {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ccc;
}

.perfil-header {
  color: #8c9aa8;
}

.mensagem-conteudo {
  max-width: 100%;
  word-wrap: break-word;
}

.btn-zoom i {
  transition: all 0.2s ease-in-out;
}

.btn-zoom:hover i {
  transform: scale(1.1);
  color: #007bff !important;
}

.token-inputs {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 14px;
}

.token-input {
  width: 15%;
  font-weight: bold;
  text-align: center;
  border: 1px solid #0000003a;
  color: #000;
}

.custom-select-box {
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
  padding: 0.7rem;
  position: relative;
}

.custom-select-box legend {
  font-size: 0.875rem;
  padding: 0 5px;
  width: auto;
  margin-bottom: 0;
  position: absolute;
  top: -0.6rem;
  left: 1rem;
  background-color: white;
  color: #495057;
}

.custom-select-box select {
  width: 100%;
}

.select-titulo {
  display: block;
  width: 100%;
  padding: 0.4375rem 1.875rem 0.4375rem 0.875rem;
  -moz-padding-start: calc(0.875rem - 3px);
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.53;
  color: #697a8d;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%2867, 89, 113, 0.6%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.875rem center;
  background-size: 17px 12px;
  border: 1px solid #d9dee3;
  border-radius: 0.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none !important;
}

.grid-personalizado {
  display: grid;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  place-content: center;
}

.grid-personalizado-3 {
  display: grid;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
  grid-template-columns: repeat(3, 1fr);
  place-items: center;
  place-content: center;
}

@media screen and (max-width: 768px) {
  .grid-personalizado {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-personalizado-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (min-width: 768px) {
  .tabela-hoje {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    /* Divide a tabela em 7 colunas iguais */
    gap: 10px;
  }
}

/* Para telas pequenas, as colunas se transformam em linha única */
@media (max-width: 768px) {
  .tabela-hoje {
    display: block;
    /* Aqui, cada linha será exibida separadamente */
  }

  .tabela-hoje .linha-hoje {
    display: flex;
    flex-direction: column;
    /* Faz com que os itens fiquem empilhados */
    gap: 5px;
  }
}

.nav-tabs .nav-link.active {
  background-color: #007bff !important;
  color: white !important;
}

.tab-esquerda-freq {
  border-radius: 5px 0px 0px 5px !important;
}

.tab-direita-freq {
  border-radius: 0px 5px 5px 0px !important;
}

.relatorio-textarea {
  resize: none;
  min-height: 200px !important;
  box-shadow: none !important;
}

.bg-dia-faltante {
  background-color: #ffeaea !important;
}

.swal-wide {
  width: 100% !important;
  /* ou o tamanho que você quiser */
  max-width: 1000px;
  /* máximo pra não estourar em telas pequenas */
}

#tabelaRelatorioWrapper {
  max-height: 400px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  #tabelaRelatorioWrapper {
    max-height: 200px;
  }
}

.assinatura-render {
  max-width: 250px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .assinatura-render {
    max-width: 100px;
  }
}

#container-assinaturas {
  position: relative;
  z-index: 0;
}

#container-assinaturas::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/img/icons/marca_dagua/marca.png);
  background-position: center;
  background-size: 70px;
  opacity: 0.15;
  /* Ajuste aqui a opacidade desejada */
  z-index: -1;
}

@media (max-width: 767px) {
  .buttons_flex_celular {
    flex-direction: column !important;
    align-items: center !important;
  }

  .dt-buttons {
    margin-bottom: 4px;
    margin-top: 6px;
    text-align: center !important;
  }

  .form-table {
    margin-bottom: 0px !important;
  }
}

.dt-info {
  display: flex;
  align-items: center;
}

.th-sm {
  font-size: 10px !important;
}
