@charset "UTF-8";
:root {
  --cor1: #0341DD;
  --cor2: #88DE02;
  --branco: #fff;
  --preto: #000;
  --cinzaneutro: #9ea0a7b5;
  --cor3: color-mix(in srgb, var(--cor2), white 30%);
  --cor4: color-mix(in srgb, var(--cor2), black 30%);
  --cor5: color-mix(in srgb, var(--cor1), white 20%);
  --cor6: color-mix(in srgb, var(--cor1), black 30%);
  --corfundo: #0b155a;
}

.color-cor1 {
  color: #0341DD;
}

.bg-cor1 {
  background-color: #0341DD;
}

.color-cor2 {
  color: #88DE02;
}

.bg-cor2 {
  background-color: #88DE02;
}

.color-branco {
  color: #fff;
}

.bg-branco {
  background-color: #fff;
}

.color-preto {
  color: #000;
}

.bg-preto {
  background-color: #000;
}

.color-cinzaneutro {
  color: rgba(158, 160, 167, 0.7098039216);
}

.bg-cinzaneutro {
  background-color: rgba(158, 160, 167, 0.7098039216);
}

.color-cor3 {
  color: color-mix(in srgb, var(--cor2), white 30%);
}

.bg-cor3 {
  background-color: color-mix(in srgb, var(--cor2), white 30%);
}

.color-cor4 {
  color: color-mix(in srgb, var(--cor2), black 30%);
}

.bg-cor4 {
  background-color: color-mix(in srgb, var(--cor2), black 30%);
}

.color-cor5 {
  color: color-mix(in srgb, var(--cor1), white 20%);
}

.bg-cor5 {
  background-color: color-mix(in srgb, var(--cor1), white 20%);
}

.color-cor6 {
  color: color-mix(in srgb, var(--cor1), black 30%);
}

.bg-cor6 {
  background-color: color-mix(in srgb, var(--cor1), black 30%);
}

p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h3 {
  font-size: 1.55rem !important;
}

main.home .content {
  min-height: unset;
}

.pager-style {
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: unset;
}
.pager-style a,
.pager-style span span span {
  text-decoration: unset;
  border: var(--bs-border-width) var(--bs-border-style) rgba(173, 173, 173, 0.3490196078) !important;
}
.pager-style svg {
  width: 48px;
}

.form-control:focus {
  box-shadow: none !important;
}

.sidebar {
  height: 100%;
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #343a40;
  padding-top: 20px;
  transition: all 0.3s;
  overflow: hidden;
}
.sidebar ul.navbar-nav li {
  padding: 0px;
  border-bottom: 1px solid #4e545b;
}
.sidebar ul.navbar-nav li:hover {
  background-color: var(--cor4);
}
.sidebar ul.navbar-nav li:hover i {
  scale: 1.3;
  transition: all linear 0.2s;
}
.sidebar .nav-link {
  padding: 15px;
}
.sidebar .nav-link i {
  margin: 5px;
}
.sidebar .menu-text {
  display: inline;
}

.sidebar:not(.collapsed) button:first-of-type {
  margin-left: 10px;
}

.box {
  width: calc(100% - 250px);
  transition: all 0.3s;
  min-height: 100vh;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
  align-content: start;
}
.box header {
  background: rgb(228, 228, 236);
  background: linear-gradient(90deg, rgba(225, 225, 233, 0.16) 0%, rgba(135, 135, 147, 0.22) 100%);
}
.box header .perfil-mini {
  width: 33px;
  height: 33px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.box header .form-check-input:checked {
  background-color: var(--cor1);
  border-color: var(--cor1);
}
.box header .logo {
  align-items: center;
  display: flex;
}
.box header .logo img {
  height: 33px;
}
.box header .navbar {
  padding: 0;
}
.box header .user-image {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
}
.box header .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 10px;
}
.box footer {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box.collapsed {
  width: calc(100% - 50px);
  transition: all 0.3s;
}

.sidebar.collapsed {
  width: fit-content;
  display: grid;
  align-content: start;
  justify-items: center;
}
.sidebar.collapsed .menu-text {
  display: none;
}

.sidebar .nav-link i.fas.fa-chevron-right {
  transition: transform 0.3s;
}

.sidebar .nav-link[aria-expanded=true] i.fas.fa-chevron-right {
  transform: rotate(90deg);
}

.sidebar .collapse ul {
  padding-left: 20px;
}

.sidebar .nav-link {
  padding: 10px 15px;
}

.sidebar .nav-link .menu-text {
  margin-left: 10px;
}

.sidebar .collapse .nav-item .nav-link {
  padding: 5px 30px;
}

.sidebar .nav-item .nav-item .nav-link {
  padding: 10px 15px;
}

.nav-item .list-unstyled {
  background-color: #2b3035;
  display: none;
  height: auto;
}

.sidebar.collapsed .nav-link i.fas.fa-chevron-right {
  display: none;
}

.content,
.modal {
  padding: 0 20px;
  min-height: calc(100vh - 100px);
}
.content h1,
.modal h1 {
  letter-spacing: -1px;
}
.content h1 i,
.modal h1 i {
  color: var(--cor1);
  margin-right: 4px;
}
.content .meu-site .link-externo,
.modal .meu-site .link-externo {
  text-align: center;
}
.content .meu-site .link-externo .section i,
.modal .meu-site .link-externo .section i {
  font-size: 60px;
  color: var(--cor1);
  margin-top: 10px;
}
.content .meu-site span.input-group-text,
.modal .meu-site span.input-group-text {
  min-width: 45px;
}
.content #preloader,
.modal #preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  backdrop-filter: none;
  min-height: 150px;
}
.content .preloader,
.modal .preloader {
  background-color: rgba(248, 249, 250, 0.9019607843);
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: self-start;
  padding-top: 4em;
  height: 100%;
  backdrop-filter: blur(10px);
  z-index: 100;
}
.content .preloader .spinner-border,
.modal .preloader .spinner-border {
  --bs-spinner-width: 3rem;
  --bs-spinner-height: 3rem;
  --bs-spinner-border-width: 0.3em;
  --bs-spinner-animation-speed: .3s;
  border: 0.3em solid var(--cor1);
  border-right-color: transparent;
}
.content .sad,
.modal .sad {
  font-size: 86px;
  color: #bdc3d3;
  padding: 15px;
}
.content .btn-opcoes,
.modal .btn-opcoes {
  background-color: #fff;
  border: none;
  outline: none;
  display: grid;
  align-items: center;
  gap: 6px;
  color: gray;
  min-height: 82px;
  margin: 5px 0;
  padding: 23px 30px;
  border-radius: 0 2em 2em 0;
}
.content .btn-opcoes:hover,
.modal .btn-opcoes:hover {
  background-color: #e9eaec;
}
.content .btn-opcoes .dot,
.modal .btn-opcoes .dot {
  width: 5px;
  height: 5px;
  background-color: lightgray;
  border-radius: 50%;
}
.content .dropdown-actions,
.modal .dropdown-actions {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 0.3em;
  padding: 10px 0px;
  display: none;
  /* Inicialmente escondido */
  flex-direction: column;
  gap: 4px;
  opacity: 0;
  /* Transição da opacidade */
  transform: scale(0.95);
  /* Transição de escala */
  transition: opacity 0.3s ease, transform 0.3s ease;
  position: absolute;
  right: 100%;
}
.content .dropdown-actions.show,
.modal .dropdown-actions.show {
  display: flex;
  /* Torna visível */
  opacity: 1;
  /* Transição para visível */
  transform: scale(1);
  /* Transição para tamanho normal */
}
.content .dropdown-actions button,
.modal .dropdown-actions button {
  background-color: transparent;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #000;
  font-size: 13px;
  padding: 5px 22px;
  width: 100%;
}
.content .dropdown-actions button:hover,
.modal .dropdown-actions button:hover {
  background-color: var(--cor1);
  color: var(--branco);
}
.content .dropdown-actions button:hover i,
.modal .dropdown-actions button:hover i {
  color: var(--branco);
}
.content .dropdown-actions button i,
.modal .dropdown-actions button i {
  color: #000;
}
.content .row .col-lg-6.d-flex,
.modal .row .col-lg-6.d-flex {
  row-gap: calc(var(--bs-gutter-x) * 0.5);
}
.content .row1,
.modal .row1 {
  row-gap: calc(var(--bs-gutter-x) * 0.5);
}
.content .row > *,
.modal .row > * {
  padding-right: calc(var(--bs-gutter-x) * 0.25);
  padding-left: calc(var(--bs-gutter-x) * 0.25);
}
.content .results,
.modal .results {
  align-content: center;
}
.content .results svg.x-icon,
.modal .results svg.x-icon {
  width: 15px;
  height: 15px;
  fill: var(--cinzaneutro);
}
.content .results .item,
.modal .results .item {
  background-color: #fff;
  border-radius: 3em 0 0 3em;
  margin: 5px 0;
  padding: 6px;
  align-content: center;
  transition: all ease 0.3s;
  cursor: pointer;
  gap: 15px;
  text-decoration: unset;
  color: #474747;
  width: -webkit-fill-available;
  box-shadow: -25px 0px 25px -5px rgba(0, 0, 0, 0.0745098039);
}
.content .results .item:hover,
.modal .results .item:hover {
  background-color: #e9eaec;
  transition: all ease 0.3s;
  border-radius: 1em 0 0 1em;
}
.content .results .item:hover .foto,
.modal .results .item:hover .foto {
  width: 110px;
  border-radius: 1em 0 0 1em;
  transition: all ease 0.3s;
}
.content .results .item .pt1,
.modal .results .item .pt1 {
  width: -webkit-fill-available;
}
.content .results .item .pt2,
.modal .results .item .pt2 {
  width: auto;
}
.content .results .item .pt2 .actions,
.modal .results .item .pt2 .actions {
  margin-right: 0px;
}
.content .results .foto,
.modal .results .foto {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  transition: all ease 0.1s;
}
.content .results .nome,
.content .results .cat,
.content .results .modalidade,
.content .results .venda,
.content .results .locacao,
.modal .results .nome,
.modal .results .cat,
.modal .results .modalidade,
.modal .results .venda,
.modal .results .locacao {
  display: grid;
  justify-items: start;
  align-items: center;
  align-content: center;
  width: 100%;
}
.content .results h4,
.modal .results h4 {
  font-size: 16px;
}
.content .results h4.tipo,
.modal .results h4.tipo {
  min-width: 164px;
}
.content .results span,
.modal .results span {
  font-size: 12px;
}

.modal .modal-body {
  min-height: 220px;
}
.modal .tabela-imoveis {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.modal .tabela-imoveis .form-check-input[type=checkbox] {
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 20px;
  margin-top: 0;
}
.modal .tabela-imoveis .trocar-foto-corretor {
  font-size: 0.7rem;
  min-width: 139px;
}
.modal .tabela-imoveis .item {
  border-radius: 3em;
}
.modal .tabela-imoveis .item:hover {
  border-radius: 1.2em;
}

.localizacao #map {
  aspect-ratio: 16/9;
  position: relative;
  outline-style: none;
  overflow: hidden;
  border-radius: 1.4em;
}

.dropzone {
  min-height: 150px !important;
  border: 2px solid rgba(0, 0, 0, 0.3) !important;
  background: rgba(255, 255, 255, 0.3098039216) !important;
  padding: 20px 20px !important;
  border-radius: 1.4em !important;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent !important;
  overflow: hidden;
}
.dropzone .dz-message {
  display: grid;
  justify-content: center;
  justify-items: center;
  gap: 10px;
  margin: 1em 0 !important;
}
.dropzone .dz-message svg {
  width: 95px;
  fill: #f0f1f3;
}

.pag-corretor .results,
.pag-usuario .results {
  grid-template-columns: 1fr 1fr;
  border: 1px solid #dee2e6;
  padding: 10px;
  border-radius: 7px;
  background-color: rgba(227, 230, 233, 0.2509803922);
}
.pag-corretor .foto-imob,
.pag-usuario .foto-imob {
  max-width: 180px;
}
.pag-corretor .foto-imob img,
.pag-usuario .foto-imob img {
  width: 100%;
}
.pag-corretor .ficha,
.pag-usuario .ficha {
  background-color: #fff;
  padding: 2em;
  margin-top: 4em;
  position: relative;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1215686275);
  border-radius: 30px;
}
.pag-corretor .ficha .perfil,
.pag-usuario .ficha .perfil {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-top: -75px;
}
.pag-corretor .ficha .editable-title,
.pag-usuario .ficha .editable-title {
  position: relative;
  width: fit-content;
}
.pag-corretor .ficha .editable-title h1,
.pag-usuario .ficha .editable-title h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  cursor: default;
}
.pag-corretor .ficha .editable-title input,
.pag-usuario .ficha .editable-title input {
  font-size: 2rem;
  font-weight: bold;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  width: 100%;
  box-shadow: none;
}
.pag-corretor .ficha .edit-icon,
.pag-usuario .ficha .edit-icon {
  color: #666;
  cursor: pointer;
  transition: color 0.2s;
}
.pag-corretor .ficha .edit-icon:hover,
.pag-usuario .ficha .edit-icon:hover {
  color: #000;
}

.dropzone .dz-message h3 {
  font-size: 18px;
  color: #6c757d;
}

.dropzone .dz-message p {
  font-size: 14px;
  color: #adb5bd;
}

/* Contêiner da barra de progresso */
.dz-progress {
  background: none;
  /* Remove o fundo padrão */
  height: 10px;
  /* Ajuste a altura */
  border-radius: 5px;
  /* Deixa os cantos arredondados */
  overflow: hidden;
  margin-top: 10px;
}

/* A barra em si */
.dz-upload {
  background: #007bff;
  /* Cor azul para a barra */
  height: 100%;
  /* Preenche a altura do contêiner */
  width: 0;
  /* Largura inicial */
  transition: width 0.3s ease-in-out;
  /* Animação suave */
}

.botao {
  background-color: var(--cor6);
  border-radius: 15px;
  text-align: center;
  padding: 18px;
  min-height: 100%;
  cursor: pointer;
  display: grid;
  justify-content: start;
  align-content: end;
  text-decoration: none !important;
}
.botao h2 {
  margin: 0;
  display: grid;
  justify-items: start;
  font-size: 22px;
  color: #fff;
}
.botao i {
  font-size: 40px;
  color: var(--cor1);
  margin-bottom: 3px;
}
.botao:hover {
  background-color: var(--cor1);
}
.botao:hover i {
  color: var(--cor6);
}

.btn-big,
.btn-medium {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.btn-big .infos h4,
.btn-medium .infos h4 {
  font-weight: 100;
  font-size: var(--bs-body-font-size);
  color: #fff;
  text-align: right;
}
.btn-big .infos h4 span,
.btn-medium .infos h4 span {
  font-weight: 500;
}

#modalMensagem {
  background-color: rgba(0, 0, 0, 0.2784313725);
  backdrop-filter: blur(15px);
}

#tabela-mensagens {
  font-size: 13px;
  border-radius: 0px;
  /* Reduz margem entre os elementos */
  /* Bordas e espaçamento suaves */
  /* Cabeçalho mais clean */
  /* Badge de "lida/não lida" mais clean */
  /* Botões de ação pequenos */
}
#tabela-mensagens tbody {
  background-color: rgba(222, 226, 231, 0.29) !important;
}
#tabela-mensagens input[type=checkbox] {
  width: 17px;
  height: 17px;
}
#tabela-mensagens .table-sm,
#tabela-mensagens .table-sm th,
#tabela-mensagens .table-sm td {
  padding: 0.45rem 0.75rem;
  font-size: 0.875rem;
}
#tabela-mensagens .dataTables_wrapper .dataTables_length,
#tabela-mensagens .dataTables_wrapper .dataTables_filter {
  margin-bottom: 1rem;
}
#tabela-mensagens .table th,
#tabela-mensagens .table td {
  border-color: #e2e8f0;
}
#tabela-mensagens td,
#tabela-mensagens th {
  padding: 0.6em !important;
  cursor: pointer !important;
}
#tabela-mensagens .table thead th {
  font-weight: 600;
}
#tabela-mensagens thead.table {
  background-color: #adafb5;
}
#tabela-mensagens .badge-lida {
  background-color: #198754;
  /* verde */
  color: white;
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
  border-radius: 6px;
}
#tabela-mensagens .badge-nao-lida {
  background-color: #ffc107;
  /* amarelo */
  color: #212529;
  font-size: 0.75rem;
  padding: 0.35em 0.6em;
  border-radius: 6px;
}
#tabela-mensagens .btn-acao {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
}

/* Paginação personalizada */
.dataTables_paginate .pagination {
  justify-content: end;
  gap: 5px;
}
.dataTables_paginate .pagination .page-link {
  color: var(--cor1) !important;
}
.dataTables_paginate .pagination .active > .page-link {
  background-color: var(--cor1) !important;
  border-color: #adafb5 !important;
  color: #fff !important;
}

.dataTables_paginate .page-link {
  border-radius: 6px;
  font-size: 0.875rem;
  padding: 0.25rem 0.6rem;
}

#tabela-mensagens_wrapper .row:nth-child(3) {
  display: grid;
}
#tabela-mensagens_wrapper .row:nth-child(3) .col-md-7 {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1em 0;
}
#tabela-mensagens_wrapper #btn-deletar-selecionados {
  border: 1px solid #cfcccc;
  background-color: #f3f6f9;
  color: #424242;
}
#tabela-mensagens_wrapper #btn-deletar-selecionados i {
  color: #adb0b3;
}

@keyframes pulse-colors {
  0% {
    background-color: var(--cor1);
  }
  /* azul */
  50% {
    background-color: var(--cor6);
  }
  /* verde */
  100% {
    background-color: var(--cor1);
  }
  /* azul */
}
.btn-salvar:disabled {
  animation: pulse-colors 0.7s infinite;
  color: white;
  opacity: 1;
}

form .btn-grava:disabled,
form .btn-submit:disabled {
  animation: pulse-colors 0.7s infinite;
  color: white;
  opacity: 1;
}
form .form-control,
form .form-select {
  background-color: rgba(233, 240, 244, 0.3019607843);
}
form .section {
  background-color: var(--branco);
  padding: 1.5em;
  border-radius: 1.4em;
}
form .section h3 {
  margin-bottom: 0.6em;
}
form .section .dropzone .dz-image img {
  width: 100%;
  height: 100%;
}
form .section .dropzone .dz-details {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
form .section .dropzone .dz-size {
  margin: 0 !important;
  display: none !important;
}
form .section .dropzone .dz-filename {
  display: none !important;
}
form .section .dropzone .dz-remove {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.3803921569);
  width: 29px;
  border-radius: 50%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: unset;
}
form .section .dropzone .dz-remove:hover {
  text-decoration: unset;
  background-color: var(--cor1);
}
form .section .dropzone .dz-remove:hover i.remover {
  text-decoration: unset;
}
form .section .dropzone .dz-remove i {
  color: #fff;
  position: relative;
  cursor: unset;
  text-decoration: unset;
}
form .accordion {
  --bs-accordion-bg: transparent;
}
form .accordion h3 {
  margin-bottom: 0 !important;
}
form .accordion h3 button {
  font-size: 1.75rem;
  font-weight: 500;
  padding: 0;
}
form .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: var(--bs-heading-color);
}
form .accordion-item {
  border: none;
  border-radius: 0 !important;
}
form .accordion-button {
  background-color: transparent;
  border: none;
  outline: none;
}
form .accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
form .accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.5 4.5a.5.5 0 0 1 .854-.354L8 9.793l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6A.5.5 0 0 1 1.5 4.5z"/></svg>');
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}

.degrade {
  background: linear-gradient(135deg, rgba(6, 14, 58, 0.9) 0%, rgb(9, 57, 177) 100%);
}

.form-group {
  position: relative;
}

.login .fundo {
  background-image: url(assets/images/login/fundo.jpg);
  height: 100vh;
  background-size: cover;
  background-position: center;
}

.login .logo-login {
  width: 138px;
  margin: auto;
  padding-bottom: 6px;
}

.login .barra {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login .barra form {
  background-color: #eee;
  padding: 2em;
  border-radius: 15px;
  gap: 10px;
  display: grid;
}

#login-form a.btn-link {
  color: #9699b3;
}

.login .barra form input {
  border-radius: 3em;
  padding: 5px 20px;
}

.login .barra form input:valid,
.login .barra form .btn-padrao {
  background-color: blue !important;
  color: #fff;
}

.login .barra form input:valid {
  transition: all ease 0.5s;
}

.login .barra form button {
  padding: 5px 20px !important;
  border-radius: 3em;
}

.login .barra form #show-password {
  position: absolute;
  right: 0px;
  height: 100%;
  top: 0px;
  background-color: transparent;
  border: none;
  outline: none !important;
  padding: 5px 16px !important;
}

.login .barra form #show-password img {
  width: 19px;
}

.btn-padrao {
  background-color: var(--cor1);
  color: var(--branco);
  border-radius: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: fit-content;
  padding-right: 15px;
  padding-left: 15px;
  border: none;
  outline: none;
  text-decoration: none;
  min-height: 35px;
  min-width: 100px;
}
.btn-padrao i {
  font-size: 16px;
}
.btn-padrao:hover {
  background-color: var(--cor4);
  color: var(--branco);
}

.btn-outline {
  background-color: transparent;
  border: 1px solid var(--cor6);
  color: #242424;
}
.btn-outline:hover {
  background-color: var(--cor6);
  color: var(--branco);
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  40% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  80% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.envelope-shake {
  animation: shake 0.6s;
}

.btn-grava {
  padding: 15px 30px;
  font-size: 1.4rem;
}
.btn-grava:hover {
  background-color: var(--cor2);
  color: var(--branco);
}
.btn-grava i.fa-spinner {
  display: inline-block;
  animation: spin 1s linear infinite;
}

.alert-info {
  --bs-alert-color: #8f8f8f;
  --bs-alert-bg: #b1bbc159;
  --bs-alert-border-color: #9999997a;
  --bs-alert-link-color: #0341dd;
}
.alert-info i {
  font-size: 45px;
  color: rgba(123, 129, 137, 0.4509803922);
}

.cat-load {
  margin-left: 5px;
}

.fa-spinner {
  display: inline-block;
  animation: spin 1s linear infinite !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    /* Começa sem rotação */
  }
  100% {
    transform: rotate(360deg);
    /* Gira 360 graus */
  }
}
table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 12px;
  overflow: hidden;
}
table .btn-padrao {
  font-size: 14px;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

th,
td {
  border: 1px solid rgba(151, 151, 151, 0.0705882353);
  padding: 8px;
  text-align: left;
}

th {
  background-color: var(--cor4);
  color: var(--branco);
}

tr:nth-child(even) {
  background-color: rgba(151, 151, 151, 0.0705882353);
}

tr:hover {
  background-color: rgba(108, 110, 125, 0.1490196078);
}

.search-container {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 3em;
  padding: 0px 0px 0px 15px;
  width: 100%;
  justify-content: space-between;
}
.search-container [type=submit]:hover {
  background-color: var(--cor2);
}
.search-container select {
  min-width: 110px;
  background-color: var(--branco);
}

.search-container .pesquisar {
  padding: 8px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 2em;
  height: 48px;
  min-width: 165px;
  width: fit-content;
}
.search-container .pesquisar option {
  background-color: #fff;
  color: #535353;
}
.search-container .pesquisar:focus {
  border: 1px solid transparent;
  outline: 0;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.168627451);
}
.search-container .btn-pesquisar {
  background-color: var(--cor1);
  color: #fff;
  border: none;
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

#cropperModal .modal-body {
  max-height: 80vh;
  /* altura máxima do modal */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

#imageToCrop {
  max-width: 100%;
  max-height: 80vh;
  /* limita a altura da imagem */
}

.search-container button {
  font-size: 16px;
  border: none;
  background-color: var(--cor1);
  color: white;
  cursor: pointer;
  margin-left: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  position: absolute;
  right: 2px;
  top: 2px;
}

.search-container button i {
  margin: 0;
}

.actions {
  gap: 20px;
}

.form-switch {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.form-switch .form-check-input {
  width: 50px !important;
  height: 26px;
  appearance: none;
  background-color: #ccc;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.form-switch .form-check-input:focus {
  border: none;
  outline: 0;
  box-shadow: none;
}
.form-switch .form-check-input::before {
  content: "\f185";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  background: white;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #959581;
  transition: all 0.3s ease, transform 0.3s ease;
}
.form-switch .form-check-input:checked {
  background-color: #ffca28;
}
.form-switch .form-check-input:checked::before {
  content: "\f186";
  left: calc(100% - 24px);
  color: #959581;
  transform: rotate(360deg);
}

.message {
  color: var(--cor1);
}
.message i {
  margin-top: 7px;
  font-size: 24px;
  position: relative;
}
.message i span {
  font-family: "Ubuntu Sans";
  background-color: var(--cor2);
  color: var(--branco);
  font-size: 11px;
  width: 22px;
  height: 22px;
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -12px;
  top: -9px;
}

/*  Effects */
.fx-cresce {
  scale: 1;
  transition: all ease 0.5s;
}
.fx-cresce:hover {
  scale: 1.02;
  transition: all ease 0.2s;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid var(--cor1);
  border-bottom-color: var(--cor2);
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 0.4s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.capa-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.9176470588);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: grid;
  align-content: center;
  justify-items: center;
}
.capa-loading h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  margin: 10px 0;
}
.capa-loading .st0 {
  animation: fadeIn 1s forwards;
}
.capa-loading .st1 {
  animation: st1Animation 0.5s ease-in-out infinite alternate;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    fill: transparent;
  }
  to {
    opacity: 1;
    fill: #0341DD;
  }
}
@keyframes st1Animation {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.capa-loading svg {
  width: 80px;
}

/*  Dark Mode */
/* Dark Mode */
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark p,
.bg-dark span,
.bg-dark label,
.bg-dark table th,
.bg-dark table tr,
.bg-dark h3 button,
.bg-dark .accordion-button:not(.collapsed) {
  color: var(--branco);
}

/* Exceção: não aplicar dentro de modais */
.bg-dark .modal h1,
.bg-dark .modal h2,
.bg-dark .modal h3,
.bg-dark .modal h4,
.bg-dark .modal h5,
.bg-dark .modal h6,
.bg-dark .modal p,
.bg-dark .modal span,
.bg-dark .modal label,
.bg-dark .modal table th,
.bg-dark .modal table tr,
.bg-dark .capa-modal * {
  color: var(--preto);
  /* volta para a cor padrão do modal */
}

.bg-dark header i {
  color: var(--branco);
}

.bg-dark .capa-loading {
  background: rgb(34, 37, 41);
}

.bg-dark .ficha {
  background-color: rgba(0, 0, 0, 0.231372549);
}

.bg-dark .botao {
  background-color: var(--cor6);
  text-decoration: none !important;
}

.bg-dark .content .preloader {
  background-color: rgb(34, 37, 41);
}

.bg-dark .botao i {
  color: var(--cor1);
}

.bg-dark .botao:hover {
  background-color: var(--cor1);
}

.bg-dark .botao:hover i {
  color: var(--cor6);
}

.bg-dark .results .item,
.bg-dark .results .btn-opcoes {
  background-color: #2d3034;
}

.bg-dark .results .item:hover {
  background-color: #464c53;
}

.bg-dark .accordion-button::after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.5 4.5a.5.5 0 0 1 .854-.354L8 9.793l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6A.5.5 0 0 1 1.5 4.5z"/></svg>');
}

.bg-dark form .section {
  background-color: rgba(53, 58, 64, 0.3882352941);
}

.bg-dark .box header {
  background-color: #2d3238;
}

/* ANIMAÇÂO CSS */
.fade-out {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}

.modal {
  backdrop-filter: blur(6px);
}

.capa-modal,
.modal-mobile {
  position: fixed;
  z-index: 8000;
  background-color: rgba(0, 0, 0, 0.7019607843);
  backdrop-filter: blur(6px);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
}
.capa-modal .box,
.modal-mobile .box {
  width: 350px;
  transition: all 0.3s;
  min-height: auto;
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr;
  align-content: start;
  background-color: #fff;
  padding: 1.5em;
  border-radius: 15px;
}

.success-icon {
  display: inline-block;
  width: 8em;
  height: 8em;
  font-size: 20px;
  border-radius: 50%;
  border: 9px solid var(--cor2);
  background-color: #fff;
  position: relative;
  overflow: hidden;
  transform-origin: center;
  animation: showSuccess 1080ms ease-in-out forwards 1500ms;
  opacity: 0;
  zoom: 0.5;
}

.success-icon__tip,
.success-icon__long {
  display: block;
  position: absolute;
  height: 14px;
  background-color: var(--cor2);
}

.success-icon__tip {
  width: 2.4em;
  top: 4.3em;
  left: 1.4em;
  transform: rotate(45deg);
  animation: tipInPlace 600ms ease-in-out 1700ms;
  animation-fill-mode: forwards;
  visibility: hidden;
  border-radius: 10px 10px 0;
}

.success-icon__long {
  width: 4em;
  transform: rotate(-45deg);
  top: 3.7em;
  left: 2.75em;
  animation: longInPlace 600ms ease-in-out 2000ms;
  animation-fill-mode: forwards;
  visibility: hidden;
  border-radius: 0 10px 10px 0;
  visibility: hidden;
}

@keyframes showSuccess {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes tipInPlace {
  from {
    width: 0em;
    top: 0em;
    left: -1.6em;
  }
  to {
    width: 2.4em;
    top: 3.9em;
    left: 1.4em;
    visibility: visible;
  }
}
@keyframes longInPlace {
  from {
    width: 0em;
    top: 5.1em;
    left: 3.2em;
  }
  to {
    width: 4em;
    top: 3.4em;
    left: 2.4em;
    visibility: visible;
  }
}
#modalMensagemConteudo p {
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-radius: 3em;
  margin: 5px 0;
}

@media (max-width: 991px) {
  .capa-loading {
    background: rgb(11, 21, 90);
  }
  .content .results .item:hover .foto,
  .modal .results .item:hover .foto {
    width: 80px;
  }
  .box header {
    background: var(--corfundo);
  }
  .box header .perfil-mini {
    border: 2px solid #fff;
    width: 39px;
    height: 39px;
  }
  .box header .head {
    flex-direction: row-reverse;
  }
  .dropzone {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
  .dropzone .dz-preview {
    width: 100%;
    margin: 0;
  }
  .dropzone .dz-preview .dz-image {
    width: 100%;
    aspect-ratio: 1/1;
  }
  .corretores .results h3 {
    font-size: 1.1rem !important;
  }
  .corretor .box-foto,
  .usuario .box-foto {
    display: flex;
    justify-content: center;
  }
  .corretor .btn-opcoes,
  .corretor .modal .btn-opcoes,
  .usuario .btn-opcoes,
  .usuario .modal .btn-opcoes {
    padding: 23px 15px;
  }
  .box-actions {
    padding: 20px 0;
    overflow: hidden;
    display: grid;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }
  .actions.mobile {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding: 0 10px;
    overflow-y: hidden;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    scroll-behavior: smooth;
  }
  .actions.mobile .btn-padrao {
    height: 105px;
    width: 105px;
    border-radius: 15px;
    display: grid;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }
  .actions.mobile .btn-padrao i {
    font-size: 26px;
  }
  .actions.mobile .btn-padrao:first-child {
    margin-left: 20px;
  }
  .actions.mobile .btn-padrao:last-child {
    margin-right: 20px;
  }
  .actions.mobile::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari e Opera */
  }
  .content .btn-opcoes,
  .content .modal .btn-opcoes {
    height: -webkit-fill-available;
  }
  .pag-corretor .results,
  .pag-usuario .results {
    grid-template-columns: 1fr;
  }
  #tabela-mensagens_wrapper .row:first-child {
    display: none;
  }
  #tabela-mensagens_wrapper .row:first-child .col-md-4 {
    margin-bottom: 0 !important;
  }
  #tabela-mensagens {
    overflow: initial;
  }
  #tabela-mensagens tr {
    border-radius: 8px;
  }
  #tabela-mensagens tbody {
    background-color: transparent !important;
  }
  #tabela-mensagens tbody tr {
    display: flex;
    justify-content: space-between;
    margin: 10px 0px;
    padding: 13px;
    border-radius: 3em;
    border: none;
    box-shadow: 0px 0px 20px -5px rgba(83, 89, 114, 0.23);
    background-color: rgba(255, 255, 255, 0.3098039216) !important;
  }
  #tabela-mensagens tbody tr:hover {
    background-color: var(--cor1) !important;
  }
  #tabela-mensagens tbody tr:hover td {
    background-color: var(--cor1) !important;
    color: var(--branco);
  }
  #tabela-mensagens tr td:first-child,
  #tabela-mensagens tr td:nth-child(3),
  #tabela-mensagens tr td:nth-child(4) {
    display: none;
  }
  #tabela-mensagens td {
    justify-content: start;
  }
  #tabela-mensagens td:first-child {
    background-color: var(--cor1);
    justify-content: end;
  }
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead tr {
    display: none;
  }
  .table > :not(caption) > * > * {
    border: none;
    padding: 0;
  }
  table .btn-excluir,
  table .btn-editar {
    width: 94%;
    margin: 0 3%;
  }
  tr {
    margin: 10px 0 30px 0;
    border-radius: 15px;
    overflow: hidden;
    background-color: rgba(123, 131, 143, 0.1098039216) !important;
  }
  td:first-child {
    background-color: var(--cor3);
  }
  .search-container {
    display: grid;
    justify-items: stretch;
    justify-content: center;
    text-align: center;
    padding: 25px 15px;
    gap: 5px;
    grid-template-columns: 1fr;
    border-radius: 1em;
  }
  .search-container button {
    position: relative;
    width: 100%;
    border-radius: 3em;
  }
  td {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    border-bottom: 1px solid rgba(151, 151, 151, 0.3215686275);
    position: relative;
    padding-left: 50%;
    text-align: right;
  }
  td:last-child {
    padding: 8px 0;
    gap: 20px;
    justify-content: center;
  }
  td.penult {
    padding: 8px 0;
  }
  td.penult,
  td.last {
    border: none;
  }
  td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-weight: bold;
    text-align: left;
  }
  .box,
  .box.box.collapsed {
    width: 100%;
  }
  .box .content .botao h2 {
    font-size: 19px;
  }
  .box .content .botao i {
    font-size: 29px;
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .sidebar {
    width: 100%;
    position: fixed;
    bottom: 0;
    top: unset;
    z-index: 500;
    left: 0;
    padding: 0;
    display: grid;
    height: auto;
    max-height: 500px;
    transition: max-height 0.5s ease-in-out;
  }
  .sidebar .navbar-nav {
    display: block;
  }
  .sidebar .nav-link {
    padding: 15px 5px;
  }
  .sidebar ul.navbar-nav li {
    border: none;
  }
  .sidebar:not(.collapsed) button:first-of-type {
    margin-left: 0px;
    padding: 11px;
  }
  .content .row .col-custom > div {
    width: calc(50% - var(--bs-gutter-x) * 0.25);
  }
  .content .row .col-custom {
    justify-content: space-between;
  }
  .sidebar.collapsed {
    width: 100%;
    height: 50px;
    max-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: max-height 0.8s ease-in-out;
  }
  .sidebar.collapsed .navbar-nav {
    display: none;
  }
  .navbar-nav {
    display: flex;
    justify-content: center;
    flex-direction: row;
  }
}
/* --- Slide lateral em qualquer tela --- */
.dropdown-menu.mobile-slide {
  position: fixed !important;
  top: 0;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  display: block;
  border: none;
  border-radius: 0;
  padding: 1.5rem;
  z-index: 1050;
  overflow-y: auto;
}

#navbarSupportedContent li:hover {
  background-color: rgba(153, 153, 153, 0.1607843137);
}

/* Mobile: entra da esquerda */
@media (max-width: 991px) {
  .dropdown-menu.mobile-slide {
    width: 80%;
    left: -100%; /* fora da tela pela esquerda */
    right: auto;
  }
  .dropdown-menu.mobile-slide.show {
    left: 0; /* aparece da esquerda */
  }
}
/* Desktop: entra da direita */
@media (min-width: 992px) {
  .dropdown-menu.mobile-slide {
    width: 400px;
    right: -100%; /* fora da tela pela direita */
    left: auto;
  }
  .dropdown-menu.mobile-slide.show {
    right: 0; /* aparece da direita */
  }
}
/* backdrop */
.mobile-backdrop {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}

.user-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1rem;
}
.user-panel svg.x-icon {
  width: 25px;
  height: 25px;
  fill: rgba(84, 85, 87, 0.7098039216);
}

/* Botão fechar (X) */
.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  line-height: 1;
}

.user-header {
  margin-bottom: 1.5rem;
}

.user-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-info strong {
  display: block;
  font-size: 1.1rem;
  color: #333;
}

.user-info small {
  color: #666;
  font-size: 0.9rem;
}

.user-actions {
  width: 100%;
}

.user-actions .btn {
  border-radius: 8px;
  padding: 0.6rem;
  font-size: 0.95rem;
}/*# sourceMappingURL=dashboard.css.map */