@charset "UTF-8";
@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/** Renomeando aos poucos pois o padrão de escrita inicial não foi a melhor a ser seguida :) 
*   obs: não apaguei o de cima pois os estilos estão aplicados 
*/
.bloco {
  margin: 70px 0px 70px 0px; }

.pagination .page-link {
  background: #8a8a8a;
  color: white;
  border: none; }

@media (min-width: 968px) {
  .bloco {
    padding-left: 250px; } }

@media (max-width: 968px) {
  .offcanvas .btn-custom {
    width: 96%;
    /* Faz os botões ocuparem toda a largura disponível */
    margin: 7px 0;
    /* Margem vertical para espaçamento */ }
  .offcanvas .navbar-nav {
    text-align: center;
    /* Centraliza os itens do menu */ }
  .offcanvas .nav-link {
    padding: 15px 0;
    /* Adiciona preenchimento vertical para os links */ }
  .offcanvas .navbar-brand {
    display: flex;
    justify-content: center;
    width: 100%; } }

.img-footer {
  width: 170px; }

.img-fluid {
  width: 450px; }

.fab,
.img-footer2 {
  width: 20px; }

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 55px;
  background-color: #1c1c1c; }

.navbarmobile {
  top: calc(100% - 60px);
  height: 60px; }
  .navbarmobile #logout_navbarmobile {
    color: #dadada; }
  .navbarmobile .side-item {
    height: 40px; }
    .navbarmobile .side-item a i {
      color: #dadada; }
    .navbarmobile .side-item .bordinha {
      height: 0;
      width: 0; }
  .navbarmobile .side-item.active {
    background-color: #1a1a1a;
    height: 40px; }
    .navbarmobile .side-item.active a i {
      color: #71ac65; }
    .navbarmobile .side-item.active .bordinha {
      height: 3.9px;
      width: 10px;
      border-radius: .2rem .2rem .2rem .2rem;
      background-color: #71ac65; }

p {
  text-align: justify;
  color: black; }

.text-reset {
  font-size: 14px; }

.btn-custom {
  width: 130px;
  height: 38px;
  transition: width 0.7s ease-out;
  background-color: #539F3F;
  color: white;
  border-color: #539F3F; }

.btn-custom:hover {
  background-color: #539F3F;
  /* Cor de fundo ao passar o mouse */
  color: white;
  /* Cor do texto ao passar o mouse */
  border-color: #539F3F;
  /* Cor da borda ao passar o mouse */
  transition: width 0.7s ease-out;
  width: 190px; }

.login-box {
  background-color: #dee2e6; }

.text-muted {
  margin-top: 10px;
  /* Reduz a margem acima do copyright */
  margin-bottom: 0;
  /* Remove a margem abaixo se necessário */
  font-size: 0.9rem;
  /* Tamanho do texto do copyright */
  padding: 0;
  /* Remove padding adicional, se houver */ }

#Sobre {
  display: flex;
  align-items: center;
  /* Alinha verticalmente ao centro */
  justify-content: center;
  /* Alinha horizontalmente ao centro */
  height: 100vh;
  /* Faz a div ocupar toda a altura da tela */ }

.mt-6 {
  margin-top: 73px; }

.btn-edit-post {
  background: #3f6a34;
  background: linear-gradient(90deg, #499535 48%, #55a440 75%);
  border-radius: 12px;
  color: #fff;
  border-color: #fff;
  height: 30px;
  width: auto;
  display: inline-flex; }

.btn-edit-post:hover {
  background: transparent;
  /* Cor de fundo ao passar o mouse */
  color: #539F3F;
  /* Cor do texto ao passar o mouse */ }

.chamados {
  background: #717171;
  background: linear-gradient(90deg, #717171 0%, #7a7a7a 43%, #717171 100%);
  border-radius: 8px;
  margin-top: 0.25rem;
  padding: 0; }

.chamados-text {
  text-align: center;
  color: white; }

/* Firefox (uncomment to work in Firefox, although other properties will not work!)  */
/** {
  scrollbar-width: thin;
  scrollbar-color: #1D1D1D #1A1A1A;
}*/
/* Chrome, Edge and Safari */
*::-webkit-scrollbar {
  height: 5px;
  width: 5px; }

*::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent; }

*::-webkit-scrollbar-track:hover {
  background-color: transparent; }

*::-webkit-scrollbar-track:active {
  background-color: transparent; }

*::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-color: #71ac65; }

*::-webkit-scrollbar-thumb:hover {
  background-color: #82c575; }

*::-webkit-scrollbar-thumb:active {
  background-color: #71ac65; }

.close-modal {
  color: #c73434; }
  .close-modal:hover {
    color: #71ac65; }

.text-bg-warning {
  color: #1a1a1a !important; }

#closeModalSairSessao {
  width: auto;
  height: auto;
  background-color: transparent;
  color: #c73434;
  cursor: pointer;
  transition: transform 0.2s ease; }
  #closeModalSairSessao:hover {
    transform: scale(1.1);
    color: #d45a5a;
    background-color: transparent; }

#logoutModal .modal-content {
  background-color: #1e1e1e !important;
  /* Um cinza muito escuro, mais suave que #000 */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  /* Sombra suave para flutuar */ }

.logout-modal {
  background: rgba(20, 20, 20, 0.95);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
  position: relative; }

/* Botão fechar */
.logout-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: transparent;
  border: none;
  color: #aaa;
  font-size: 14px;
  transition: color 0.2s ease; }
  .logout-close:hover {
    color: #ff4d4f; }

/* Header */
.logout-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px; }
  .logout-header h5 {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #fff; }

/* Ícone */
.logout-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255, 77, 79, 0.15);
  display: flex;
  align-items: center;
  justify-content: center; }
  .logout-icon i {
    color: #ff4d4f;
    font-size: 22px; }

/* Body */
.logout-body {
  text-align: center;
  margin-bottom: 20px; }
  .logout-body p {
    margin-bottom: 6px;
    color: #e5e5e5;
    font-size: 15px; }
  .logout-body span {
    font-size: 13px;
    color: #9ca3af; }

/* Footer */
.logout-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px; }
  .logout-footer .btn {
    flex: 1;
    border-radius: 10px;
    font-size: 14px;
    padding: 8px 0; }
  .logout-footer .btn-outline-secondary {
    color: #cbd5e1;
    border-color: #374151; }
    .logout-footer .btn-outline-secondary:hover {
      background: #1f2933;
      color: #fff; }
  .logout-footer .btn-danger {
    background: #ff4d4f;
    border: none; }
    .logout-footer .btn-danger:hover {
      background: #e63e3e; }

.logout-footer {
  display: flex;
  gap: 12px; }

/* Cancelar */
.btn-cancel {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #cbd5e1;
  border-radius: 12px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease; }
  .btn-cancel:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25); }

/* Sair */
.btn-logout {
  background: linear-gradient(135deg, #ff5c5c, #ff3b3b);
  border: none;
  color: #fff;
  border-radius: 12px;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2px;
  box-shadow: 0 8px 20px rgba(255, 75, 75, 0.25);
  transition: all 0.25s ease; }
  .btn-logout i {
    font-size: 13px; }
  .btn-logout:hover {
    transform: translateY(-1px);
    box-shadow: 0 12px 26px rgba(255, 75, 75, 0.35);
    filter: brightness(1.05); }
  .btn-logout:active {
    transform: translateY(0);
    box-shadow: 0 6px 14px rgba(255, 75, 75, 0.25); }
