img[alt="NocoDB"] {
  display: none !important;
}

a[href*="github.com/nocodb/nocodb"] {
  display: none !important;
}

a[href*="github.com/nocodb/nocodb"] img {
  display: none !important;
}

a[href*="nocodb.com"] {
  display: inline-block !important;
  text-indent: -9999px;
  width: 120px;
  height: 40px;
  background: url('https://centralgamer.co/tienda2/cabezera.png') no-repeat center center;
  background-size: contain;
}

 a[href="https://app.nocodb.com/#/signin"] {
  display: none !important;
}

div.nc-lang-btn.nc-lang-btn {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}

/* Contenedor del logo personalizado */
#custom-logo-container {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

#custom-logo-container img {
  max-height: 33px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

#custom-logo-container img:hover {
  transform: scale(1.05);
}

button.ant-btn-text.xsmall.!w-5.!h-5 {
  display: none !important;
}

button.ant-btn-text.xsmall.nc-button {
  display: none !important;
}

/* h3[data-v-810515a8] {
  display: none !important;
}
button[data-testid="attachment-cell-file-picker-button"] {
  display: none !important;
}
.nc-cell-name-wrapper {
  justify-content: flex-start !important;
}
.name {
  padding-left: 0 !important;
}

/* Oculta completamente el bloque que muestra el nombre del archivo y sus botones */
div[title$=".jpg"],
div[title$=".png"],
div[title$=".jpeg"],
div[title$=".webp"] {
  display: none !important;
}

/* Mostrar solo el ícono de búsqueda global */
.nc-global-search-wrapper .nc-icon {
  display: inline-block !important;
}
/* Oculta todos los mensajes emergentes (toast) de Ant Design */
.ant-message {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
