html {
  position: relative;
  min-height: 100%;
}
body {
    background: #fff url(../img/bg.jpg) no-repeat center top;
    background-size: cover;
  margin-bottom: 60px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:transparent !important;
}

body > .container {
    background-color:white;
  padding: 20px 15px 0;
  padding-bottom: 21px;
}
.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.navbar-inverse {
    background-color: transparent;
    border-color: #080808;

}

.navbar-inverse .navbar-nav>li>a {
    color:#000;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #000;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #000;
    background-color: transparent;
}
#submenu {
    color: #000;
}

/* Notify */
.notice,
.message,
.red {
	display:none;
}

[data-notify="progressbar"] {
	margin-bottom: 0px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 5px;
}

[data-notify="progressbar"] .progress-bar {
	background:#93C615;
}

[data-notify="container"][class*="alert-default-"] {
	background-color: rgb(255, 255, 238);
	border-width: 0px;
	border-radius: 2px;
	box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.3);
	font-size:14px;
}

@keyframes btnZoomIn {
    0% {
		transform: scale(1.0,1.0);
    }
    50% {
		transform: scale(1.1,1.1);
    }
    100% {
		transform: scale(1.0,1.0);
    }
}

[data-notify="container"] .close:hover {
	background:transparent;
}

/* Margins */
.no-margin {
	margin:0;
}

.no-padding {
	padding:0;
}

.no-display {
	display:none !important;
}

.points{position:absolute;border:3px double #ff00ff;}
.hide{display:none;}

/* --- Adições para a Nova Home (LegacyRO Database) --- */

.db-hero {
    text-align: center;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    border: 1px solid #dcd7c7;
}

.db-hero h1 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #2b2b2b;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.db-hero p.subtitle {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

.search-container {
    max-width: 600px;
    margin: 0 auto 40px auto;
    position: relative;
}

.search-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.search-tab {
    background: #eee;
    padding: 8px 20px;
    cursor: pointer;
    border-radius: 20px;
    margin: 0 5px;
    font-weight: bold;
    color: #777;
    transition: all 0.3s ease;
    border: 1px solid #ddd;
}

.search-tab.active {
    background: #4a90e2;
    color: white;
    border-color: #357abd;
    box-shadow: 0 2px 5px rgba(74, 144, 226, 0.4);
}

.search-tab:hover:not(.active) {
    background: #ddd;
}

.input-group-lg > .form-control, 
.input-group-lg > .input-group-addon, 
.input-group-lg > .input-group-btn > .btn {
    height: 50px;
    font-size: 16px;
}

/* Cards de Navegação */
.db-cards-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.db-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    flex: 1;
    margin: 0 10px;
    min-width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12);
}

/* Mobile fix */
@media (max-width: 768px) {
    .db-cards-row { flex-direction: column; }
    .db-card { margin: 10px 0; }
}

.db-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-color: #4a90e2;
}

.db-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
    display: block;
}

.db-card h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    border: none; /* Remove dotted border from flux default */
}

.db-card p {
    font-size: 13px;
    color: #777;
    line-height: 1.4;
}

.db-card .btn-go {
    margin-top: 15px;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #f5f5f5;
    color: #333;
    font-size: 12px;
    font-weight: bold;
    transition: background 0.2s;
}

.db-card:hover .btn-go {
    background-color: #4a90e2;
    color: white;
}

/* Área de Informações (Texto antigo estilizado) */
.db-info-section {
    background: #f9f9f9;
    border-left: 4px solid #4a90e2;
    padding: 20px;
    margin-top: 20px;
    border-radius: 0 4px 4px 0;
}
.db-info-section h4 {
    margin-top: 0;
    color: #4a90e2;
}

/* --- Estilos da Database de Itens (Lista) --- */

/* Painel de Filtros */
.db-filter-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.db-filter-title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #6c757d;
    margin-bottom: 15px;
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 5px;
}

/* Tabela de Itens */
.db-table-container {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border: 1px solid #eee;
}

.table.db-table > thead > tr > th {
    background-color: #343a40;
    color: #fff;
    border-bottom: 3px solid #4a90e2;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.table.db-table > tbody > tr > td {
    vertical-align: middle;
    font-size: 13px;
    border-color: #f1f1f1;
    color: #555;
}

.table.db-table > tbody > tr:hover {
    background-color: #f8faff;
}

/* Elementos da Tabela */
.item-icon-frame {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 4px;
    display: inline-block;
    width: 28px;
    height: 28px;
    text-align: center;
    margin-right: 8px;
}

.item-name-link {
    font-weight: bold;
    color: #2c3e50;
    font-size: 14px;
}

.item-id-badge {
    font-size: 10px;
    background: #eee;
    color: #777;
    padding: 2px 5px;
    border-radius: 3px;
    font-family: monospace;
}

.zeny-text {
    color: #16a085;
    font-weight: 600;
}

.stat-val {
    font-family: "Consolas", monospace;
    font-weight: bold;
}

/* Badges de Tipo */
.badge-type {
    background: #e9ecef;
    color: #495057;
    font-weight: normal;
    font-size: 11px;
    padding: 4px 6px;
    border-radius: 4px;
}

.flux-paginator {
    text-align: center;
    margin-top: 20px;
}

/* --- Estilos da Database de Itens (Lista) --- */
/* Painel de Filtros */
.db-filter-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.04);
}

.db-filter-title {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444;
    margin-bottom: 15px;
    border-bottom: 2px solid #4a90e2;
    padding-bottom: 5px;
}

/* Labels do formulário mais visíveis */
.db-filter-box label {
    font-weight: bold;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
}

/* Tabela de Itens */
.db-table-container {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    border: 1px solid #ddd;
}

/* DESTAQUE: Cabeçalho da Tabela */
.table.db-table > thead > tr > th {
    background-color: #2c3e50;
    color: #fff;
    border-bottom: 4px solid #d4af37;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 12px 8px;
    letter-spacing: 0.5px;
}

.table.db-table > tbody > tr > td {
    vertical-align: middle;
    font-size: 13px;
    border-bottom: 1px solid #eee;
    color: #555;
    padding: 10px 8px;
}

.table.db-table > tbody > tr:hover {
    background-color: #f4f7f6;
}

/* Ícone do Item */
.item-icon-frame {
    background: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 5px;
    display: inline-block;
    width: 36px; /* Maior */
    height: 36px; /* Maior */
    text-align: center;
    margin-right: 10px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.item-name-link {
    font-weight: 700;
    color: #2980b9;
    font-size: 14px;
    text-decoration: none;
}

.item-name-link:hover {
    color: #1abc9c;
    text-decoration: underline;
}

/* DESTAQUE: Badge de ID */
.item-id-badge {
    display: inline-block;
    font-size: 11px;
    background: #34495e;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    font-family: "Verdana", sans-serif;
    font-weight: bold;
    border: 1px solid #2c3e50;
    margin-top: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.zeny-text {
    color: #27ae60;
    font-weight: 700;
}

.stat-val {
    font-family: "Consolas", monospace;
    font-weight: bold;
    font-size: 13px;
}

/* Badges de Tipo */
.badge-type {
    background: #e2e6ea;
    color: #495057;
    font-weight: 600;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 12px;
    border: 1px solid #d6d8db;
}

.flux-paginator {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Força a cor Branca nos links de ordenação (Sortable Columns) */
.table.db-table > thead > tr > th a {
    color: #ffffff !important;
    text-decoration: none;
    display: block; /* Melhora a área de clique */
}

/* Efeito Hover (Ao passar o mouse) - Fica Dourado */
.table.db-table > thead > tr > th a:hover {
    color: #d4af37 !important; /* Mesma cor da borda inferior */
    text-decoration: underline;
}

/* Garante que a coluna 'Posição' (que não é link) mantenha o padrão */
.table.db-table > thead > tr > th {
    color: #ffffff;
}

/* Ajuste opcional para ícones de ordenação (setinhas) se forem texto */
.table.db-table > thead > tr > th a span {
    color: #ffffff !important;
}

/* --- Item View Premium Styles --- */

.item-header-card {
    background: #fff;
    border-bottom: 3px solid #4a90e2;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
}

.item-header-icon {
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    background: #fdfdfd;
    padding: 4px;
    margin-right: 20px;
    border-radius: 6px;
}

.item-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.item-title .badge-id {
    font-size: 12px;
    background: #333;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 10px;
}

.ro-tooltip {
    background-color: #fcfcfc;
    border: 1px solid #bbb;
    padding: 5px;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
    min-height: 200px;
    margin-bottom: 20px;
}

.ro-tooltip-inner {
    background-color: #f3f3f3; /* Fundo estilo RO */
    border: 1px solid #ddd;
    color: #000;
    padding: 15px;
    font-size: 12px;
    font-family: "Verdana", sans-serif;
    line-height: 1.5;
    /* white-space: pre-wrap; */ /* quebra de linha do db */
}

.stat-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: hidden;
}

.stat-card-header {
    background: #f8f9fa;
    padding: 10px 15px;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    color: #555;
    text-transform: uppercase;
    font-size: 11px;
}

.stat-card-body {
    padding: 15px;
}

.stat-row {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #eee;
    padding: 8px 0;
}

.stat-row:last-child { border-bottom: none; }
.stat-label { color: #777; font-weight: 600; font-size: 12px; }
.stat-value { color: #000; font-weight: bold; font-size: 13px; }

.slot-indicator {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #ddd;
    border: 1px solid #999;
    margin-right: 2px;
    border-radius: 2px;
}
.slot-indicator.active {
    background: #fff;
    border-color: #333;
}

.script-box {
    background: #2d2d2d;
    color: #76d7c4;
    padding: 10px;
    border-radius: 4px;
    font-family: monospace;
    font-size: 11px;
    overflow-x: auto;
    max-height: 200px;
    border: 1px solid #000;
}

.big-image-container {
    text-align: center;
    background: url('../img/pattern.png'); /* Opcional */
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 4px;
    margin-bottom: 20px;
}

.drop-table td { vertical-align: middle !important; }

/* --- Estilos Específicos para Database de Monstros --- */

/* Badge de MVP */
.badge-mvp {
    background-color: #d9534f; /* Vermelho */
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-right: 5px;
    box-shadow: 0 2px 4px rgba(217, 83, 79, 0.3);
    vertical-align: middle;
    border: 1px solid #c9302c;
}

/* Ícones de Elemento na Tabela */
.element-icon-wrapper {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    color: #555;
}

.element-icon-wrapper img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

/* Valores de EXP e HP */
.val-hp {
    font-family: 'Consolas', monospace;
    color: #27ae60; /* Verde HP */
    font-weight: bold;
}

.val-exp-base {
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

.val-exp-job {
    font-size: 11px;
    color: #666;
}

.monster-name-link {
    font-weight: 700;
    color: #c0392b; /* Vermelho escuro para monstros */
    font-size: 14px;
    text-decoration: none;
}

.monster-name-link:hover {
    color: #e74c3c;
    text-decoration: underline;
}

/* Badges de Tamanho/Raça (Opcional para deixar bonito) */
.meta-tag {
    font-size: 10px;
    background: #eee;
    border: 1px solid #ddd;
    color: #777;
    padding: 1px 4px;
    border-radius: 3px;
    margin-right: 2px;
}

/* ----------------------------------------------- */
/* --- Estilos Específicos para Database de Monstros --- */
/* ----------------------------------------------- */

/* Badge de MVP */
.badge-mvp {
    background-color: #d9534f; /* Vermelho */
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    text-transform: uppercase;
    margin-right: 5px;
    box-shadow: 0 2px 4px rgba(217, 83, 79, 0.3);
    vertical-align: middle;
    border: 1px solid #c9302c;
}

/* Ícones de Elemento na Tabela */
.element-icon-wrapper {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 12px;
    color: #555;
}

.element-icon-wrapper img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: middle;
}

/* Valores de EXP e HP */
.val-hp {
    font-family: 'Consolas', monospace;
    color: #27ae60; /* Verde HP */
    font-weight: bold;
}

.val-exp-base {
    font-size: 11px;
    color: #000;
    font-weight: bold;
}

.val-exp-job {
    font-size: 11px;
    color: #666;
}

.monster-name-link {
    font-weight: 700;
    color: #c0392b; /* Vermelho escuro para monstros */
    font-size: 14px;
    text-decoration: none;
}

.monster-name-link:hover {
    color: #e74c3c;
    text-decoration: underline;
}

/* Badges de Tamanho/Raça */
.meta-tag {
    font-size: 10px;
    background: #eee;
    border: 1px solid #ddd;
    color: #777;
    padding: 1px 4px;
    border-radius: 3px;
    margin-right: 2px;
}

/* ----------------------------------------------- */
/* --- Tooltip de Monstro (GIF) --- */
/* ----------------------------------------------- */
#monster-gif-tooltip {
    position: absolute;
    display: none; /* Começa oculto */
    z-index: 9999;
    background: rgba(20, 20, 20, 0.9);
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.5);
    pointer-events: none;
    text-align: center;
    min-width: 100px;
    min-height: 100px;
}

#monster-gif-tooltip img {
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Loading Spinner simples */
.tooltip-loading {
    color: #fff;
    font-size: 10px;
    margin-top: 5px;
}

.module-title-monster {
    color: #000;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 5px !important;
}

/* Painéis Principais */
.monster-card-panel, .monster-stats-panel {
    border-radius: 8px;
    border: 1px solid #000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.monster-card-panel .panel-heading, .monster-stats-panel .panel-heading {
    background-color: #5086c1;
    color: white;
    font-weight: bold;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom: none;
}

/* Sprite de Monstro */
.monster-sprite-img {
    max-width: 150px;
    height: auto;
    background: #f7f7f7;
    border: 1px dashed #ccc;
    padding: 5px;
    border-radius: 4px;
}

/* Atributos (FOR, AGI, etc) */
.monster-attributes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin: 20px 0;
}

.stat-box {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    padding: 5px;
    border-radius: 4px;
    line-height: 1.2;
}

.stat-name-label {
    font-size: 10px;
    color: #95a5a6;
    display: block;
    text-transform: uppercase;
}

.stat-value-label {
    font-size: 16px;
    font-weight: bold;
    color: #34495e;
}

/* Lista de Stats */
.stats-list {
    padding-left: 20px;
}
.stats-list li {
    padding: 3px 0;
}

/* Badges e Tags */
.badge-mvp-view {
    background-color: #e74c3c;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 4px;
    margin-left: 5px;
    vertical-align: middle;
}
.meta-tag {
    font-size: 12px;
    background: #ecf0f1;
    border: 1px solid #bdc3c7;
    color: #555;
    padding: 1px 5px;
    border-radius: 3px;
    margin-right: 2px;
}
.element-tag {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
    color: white;
    font-weight: bold;
}

.element-tag.element-neutral { background-color: #95a5a6; }
.element-tag.element-water { background-color: #3498db; }
.element-tag.element-earth { background-color: #f39c12; }
.element-tag.element-fire { background-color: #e74c3c; }
.element-tag.element-wind { background-color: #2ecc71; }
.element-tag.element-poison { background-color: #9b59b6; }
.element-tag.element-holy { background-color: #f1c40f; color: #333; }
.element-tag.element-dark { background-color: #2c3e50; }
.element-tag.element-ghost { background-color: #7f8c8d; }
.element-tag.element-undead { background-color: #1abc9c; }

/* ----------------------------------------------- */
/* --- Abas (Drops, Spawns, Skills) --- */
/* ----------------------------------------------- */
.monster-tabs {
    margin-bottom: 0;
    border-bottom: 2px solid #c0392b;
}

.monster-tabs > li > a {
    color: #333;
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-bottom: none;
    margin-right: 5px;
    border-radius: 4px 4px 0 0;
}

.monster-tabs > li.active > a, 
.monster-tabs > li.active > a:hover, 
.monster-tabs > li.active > a:focus {
    color: white;
    background-color: #5086c1;
    border-color: #5086c1;
}

.monster-tab-content {
    border: 1px solid #5086c1;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

/* Drops */
.badge-mvp-drop {
    background-color: #e74c3c;
    color: white;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 4px;
    border-radius: 3px;
    margin-right: 5px;
    vertical-align: middle;
}
.item-icon-small {
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

/* Spawns */
.map-thumb-container {
    width: 100px; /* Tamanho fixo para o thumbnail */
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    border: 1px solid #ddd;
}
.map-thumb {
    width: 100%;
    height: auto;
}

/* Skills */
.skill-condition-tag {
    font-style: italic;
    color: #7f8c8d;
}

/* --- Estilos Adicionados para Database de Mapas (Map View) --- */

/* Estrutura Principal para alinhar mapa e tabela */
.map-view-container {
    display: flex; /* Usar flexbox para alinhamento horizontal */
    gap: 30px; /* Espaço entre o mapa e a tabela de monstros */
    align-items: flex-start; /* Alinha o conteúdo ao topo */
    margin-top: 15px;
    flex-wrap: wrap; /* Permite quebras em telas pequenas */
}

/* Container do Mapa e Posição dos Spawns */
.map-visual-container {
    position: relative;
    width: 512px;
    height: 512px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Sombra para dar profundidade */
    border: 3px solid #5086c1; /* Borda da cor principal da DB */
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 10px;
}

.map-visual-container img {
    display: block;
    width: 100%;
    height: 100%;
}

.points {
    position: absolute;
    /* Estilo original: border: 3px double #ff00ff; */
    border: 2px solid #ff00ff; /* Cor magenta para destaque */
    background-color: rgba(255, 0, 255, 0.2); /* Fundo semi-transparente */
    box-sizing: border-box;
    pointer-events: none;
    transition: opacity 0.3s ease;
    border-radius: 2px;
}

.hide {
    display: none;
}

/* Controles do Mapa (Botões de mostrar/limpar) */
.map-controls-box {
    padding: 10px 0;
    text-align: center;
    background: #fcfcfc;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 20px;
}

.map-controls-box button {
    background-color: #5086c1;
    color: white;
    border: none;
    padding: 8px 16px;
    font-size: 14px;
    margin: 4px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    min-width: 150px;
}

.map-controls-box button:hover {
    background-color: #3470b1;
}

/* Estilo para Tabela de Spawns */
.vertical-table.spawn-list-table {
    border-collapse: collapse;
    width: 100%;
    max-width: none;
    background-color: white;
}

.spawn-list-table th {
    background-color: #2c3e50;
    color: #fff;
    border-bottom: 4px solid #d4af37;
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 8px;
}

.spawn-list-table td {
    border: 1px solid #eee;
    padding: 10px;
    vertical-align: middle;
}

.spawn-list-table tr:nth-child(even) {
    background-color: #f8f8f8;
}

.spawn-list-table tr:hover {
    background-color: #f4f7f6;
}

/* Destaque para o Tempo de Respawn */
.respawn-time {
    font-weight: bold;
    color: #e74c3c;
    font-size: 14px;
}

/* Botões específicos da Tabela de Respawn */
.spawn-list-table button {
    padding: 5px 10px;
    font-size: 12px;
}

.spawn-list-table .hide {
    background-color: #f1c40f;
}