body {
  font-family: var(--fonte-principal) !important;
}
.btn:active,
.btn:focus {
  border-color: none;
  outline: none;
  box-shadow: none;
}
.main-container {
  display: flex;
}
.list-inline-item a {
  color: var(--cor-de-fonte);
}
.item-header {
  color: var(--cor-de-fonte);
  font-size: 16px;
}
    .disabled {
    pointer-events: none;   /* Impede o clique */
    opacity: 0.5;           /* Deixa o botão visualmente desabilitado */
    cursor: not-allowed;    /* Muda o cursor para indicar que o botão está desabilitado */
}
.filepond--credits{
  display:none !important;
}
.filepond--root .filepond--credits {
    display: none !important;
}
.filepond--image-preview-wrapper img {
  object-fit: contain !important;
  width: 100% !important;
  height: auto !important;
}
.mobile-menu {
  background-color: #efefef;
  box-shadow: -1px -1px 10px #344054 !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.mobile-menu {
  display: none;
}
.icon {
  font-size: 25px !important;
  color: #344054 !important;
}
.btn-perfil {
  border-radius: 50%;
  height: auto;
  width: 50px;
}
.menu-perfil{
  display: none;
  top: 100%;
  left: 0;
  border: 1px solid #ccc;
  z-index: 10000;
}
.imagem-perfil {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

