#nav-tropas {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

#tropas-spa {
  display: block;
  width: 100%;
  max-width: 100%;
  flex: 1 1 100%;
  align-self: stretch;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
}
#tropas-spa .ggrupos-tropas {
  display: block;
  width: 100%;
  max-width: 100%;
}
#tropas-spa .gt-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
#tropas-spa .gt-stack > * {
  width: 100%;
  max-width: 100%;
}
#tropas-spa .v-card {
  width: 100%;
}
#tropas-spa .gt-filter-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
#tropas-spa .gt-filter-name {
  width: 100%;
  margin-bottom: 12px;
}
#tropas-spa .gt-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  width: 100%;
  margin-bottom: 4px;
}
#tropas-spa .gt-filter-ramo,
#tropas-spa .gt-filter-pp {
  flex: 1 1 220px;
  max-width: 320px;
}
#tropas-spa .gt-filter-actions {
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  margin-top: 8px;
}
#tropas-spa .float-right { float: right; }
#tropas-spa .v-spacer,
.gt-overlay .v-spacer { flex-grow: 1; }

#tropas-spa .v-data-table table { width: 100%; border-collapse: collapse; }
#tropas-spa .v-data-table .v-data-table__th,
#tropas-spa .v-data-table .v-data-table__td {
  padding: 0 16px;
  height: 48px;
  text-align: left;
  font-size: .875rem;
  border-bottom: thin solid rgba(var(--v-border-color), var(--v-border-opacity));
}
#tropas-spa .v-data-table-column--align-end { text-align: right; }
#tropas-spa .v-data-table-header__content {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.gt-row-menu { position: relative; display: inline-flex; justify-content: flex-end; }
.gt-row-menu-panel {
  display: none !important;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 20;
  min-width: 220px;
  box-shadow: 0 4px 8px 3px rgba(0,0,0,.15);
}
.gt-row-menu-panel.is-open {
  display: block !important;
}
.gt-row-menu-panel .v-list-item { cursor: pointer; }
.gt-row-menu-panel .v-list-item:hover { background: rgba(255,255,255,.08); }

.gt-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gt-overlay[hidden] { display: none !important; }
.gt-overlay .v-overlay__scrim {
  background: #000 !important;
  opacity: 0.72 !important;
}
.gt-overlay-content {
  position: relative;
  width: min(720px, 94vw);
  max-height: 90vh;
  overflow: auto;
  background: #212121 !important;
  border-radius: 8px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.72);
}
.gt-dialog-card,
.gt-dialog-card.v-card,
.gt-dialog-card.v-theme--dark {
  background: #212121 !important;
  background-color: #212121 !important;
  color: #f5f5f5 !important;
  opacity: 1 !important;
  --v-theme-surface: 33, 33, 33;
  --v-theme-overlay-multiplier: 0;
}
.gt-dialog-card::before,
.gt-dialog-card .v-card__underlay,
.gt-dialog-card .v-card__overlay {
  display: none !important;
  opacity: 0 !important;
}
.gt-dialog-card .v-toolbar {
  background: #17a2b8 !important;
  color: #fff !important;
}
.gt-dialog-card .v-card-text,
.gt-dialog-card #gt-form {
  background: #212121 !important;
  color: #f5f5f5 !important;
}
.gt-dialog-card .v-field,
.gt-dialog-card .v-field__overlay {
  background: #2a2a2a !important;
}
.gt-logo-preview {
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 8px;
  display: inline-block;
  background: rgb(var(--v-theme-surface));
}
.gt-suggest {
  margin-top: 8px;
  max-height: 240px;
  overflow: auto;
}
.gt-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.gt-chips .v-chip { max-width: 100%; }
