@import "tablas.css";

@font-face {
    font-family: 'Montserrat';
    src: url('/static/sf-assets/fonts/Montserrat-Bold.ttf') format('truetype'),
        url('/static/sf-assets/fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --sf-nav-bg: #1d1d1d;
    --sf-nav-bg-hover: #242424;
    --sf-nav-border: #282828;
    --sf-nav-shadow: 0 4px 16px rgba(0, 0, 0, 0.45);
    --sf-nav-text: #f8f9fa;
    --sf-nav-text-muted: #b6b6b6;
    --sf-nav-accent: #efd36c;
    --sf-nav-accent-muted: rgba(239, 211, 108, 0.35);
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #000000;
}

.montserrat {
    font-family: 'Montserrat';
    font-weight: bold;
    color: #EFD36C !important;
}

.zoom-bajo {
    zoom: 0.7;
}

tr.thead-table>* {
    background-color: #353535 !important;
}

.card {
    background-color: #f2f2f2 !important;
}

.audit-scroll {
    max-height: min(60vh, calc(50 * 48px));
    overflow-y: auto;
}

.table-responsive {
    max-height: 60vh;
    overflow-y: auto;
}

.table-responsive table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.table-responsive thead th {
    position: sticky;
    top: 0;
    background-color: #353535;
    color: white;
    z-index: 10;
}

/* ✅ Estilos personalizados para superponer cualquier modal */
.modal.z-index-mil.show {
    z-index: 1160 !important;
}

.modal-backdrop.z-index-mil {
    z-index: 1155 !important;
}

.botones-alineados {
    gap: 0.4rem;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    line-height: 1;
}

.botones-alineados button {
    display: inline-block !important;
    font-size: .9rem;
    width: 2rem;
    height: 2.2rem;
    border: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botones-alineados button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    text-decoration: line-through;
}

.multimedia-data-modal {
    max-height: 600px !important;
}

.table td,
.table th {
    vertical-align: middle !important;
}

.online-user.expired {
    color: #9ea3a8;
}

.resolved-item {
    font-weight: lighter;
    color: #6c757d;
}

.container-activos {
    width: calc(100% - 10rem);
    margin: 8rem auto;
}

.bold-item {
    min-height: 2rem !important;
    font-weight: 600;
}

.btn-details-user {
    cursor: pointer;
    font-size: 1.5rem;
}

.text-left {
    text-align: left;
}

.width-region {
    width: max-content !important;
}


.online-user.unexpired {
    color: whitesmoke;
    font-weight: 500;
}

.no-files {
    background-color: #4b4b4b;
}

.visible-admin {
    display: block;
}

.btn-update {
    margin: .5rem 1rem !important;
    padding: .5rem 1rem !important;
}

.tabla-users {
    width: 100% !important;
}

.auto-width {
    white-space: nowrap;
    width: 1%;
}

.green-title1 {
    color: #56e502;
    font-size: 90%;
}

.green-title2 {
    color: #4abb08;
    font-size: 90%;
}

.green-title3 {
    color: #16c702;
    font-size: 90%;
}

.green-title4 {
    color: #078c07;
    font-size: 90%;
    font-weight: bold;
}

.green-title5 {
    color: #23ef1f;
    font-size: 90%;
    font-weight: bold;
}

.green-light {
    color: #4ed600;
    padding-inline: .5rem;
    font-size: 1.75rem;
}


.green-light-text {
    color: #4ed600;
    font-size: 1.75rem;
}

.violet-light-text {
    color: #b26cef;
    font-size: 1.75rem;
}

.content {
    background-color: #141414;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: white;
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url('/static/sf-assets/img/index_bg.avif');
    background-size: cover;
}

.content-index {
    padding: 3rem;
    height: 80vh;
}

.green {
    color: green;
}

.green-big {
    color: #24c803 !important;
    font-weight: bolder !important;
}

.is-used-code {
    color: #842029 !important;
    font-weight: bold;
}

.green-used {
    color: #3e980a !important;

}

.red {
    color: red;
}

.blue {
    color: blue;
}

.logs .header {
    text-align: center;
    padding: 20px 0;
    background-color: #141414;
}

.logo {
    max-width: 480px;
    height: auto;
    margin-bottom: 4rem;
}

.body-init {
    background-color: #181818;
}

.body {
    background-color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.role-user {
    text-shadow: 0 0 5px #000000;
}

.login-container {
    background-color: white;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}

.error {
    color: red;
}

.titulo-log {
    padding: 4rem;
    text-align: center;
}

.titulo {
    color: #EFD36C;
    text-align: center;
}

.logo-secret {
    display: flex;
    justify-content: center;
}

.logo-secret img {
    width: 240px;
    border-radius: 1rem;
}

.logo-chico {
    padding-top: 4rem;
    width: 240px;
    margin-bottom: 3rem;
}

.vertical-align-middle {
    vertical-align: middle;
}

.text-down {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0.5rem;
    height: 60px;
}

.upper {
    zoom: 1.5;
    color: #4ed600;
    line-height: 1;
    margin-left: .5rem;
}

.white {
    color: white;
    background-color: rgb(1, 115, 167);
}

.white:hover {
    color: white;
    background-color: rgb(4, 79, 114);
}

.navbar {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
    background-color: var(--sf-nav-bg);
    border-bottom: 1px solid var(--sf-nav-border);
    box-shadow: var(--sf-nav-shadow);
    backdrop-filter: blur(6px);
}

.navbar .container-fluid {
    background: transparent;
}

.navbar-brand,
.navbar-brand:focus,
.navbar-brand:hover {
    color: var(--sf-nav-accent);
    text-decoration: none;
}

.navbar .bienvenido {
    color: var(--sf-nav-text-muted) !important;
    font-size: 1rem;
}

.navbar .bienvenido span {
    color: inherit;
}

.navbar-brand img {
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.55));
}

.navbar-nav li {
    font-family: 'Montserrat' !important;
}

.navbar-nav .nav-link {
    color: var(--sf-nav-text);
    padding: 0.65rem 1rem;
    font-weight: 500;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
    color: var(--sf-nav-text-muted);
    background-color: transparent;
}

.navbar-nav .nav-link.link-inicio,
.navbar-nav .nav-link.blue {
    color: var(--sf-nav-accent);
}

.navbar-nav .nav-link.link-inicio:hover,
.navbar-nav .nav-link.blue:hover {
    color: #ffe27a;
}

.navbar-nav .nav-link.red {
    color: #ff6b6b;
}

.navbar-nav .nav-link.red:hover {
    color: #ff8787;
}

.black>.show {
    color: var(--sf-nav-text-muted) !important;
}

.navbar .dropdown-menu {
    background-color: var(--sf-nav-bg);
    border: 1px solid var(--sf-nav-border);
    border-radius: 8px;
    padding: 0.4rem;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.55);
    min-width: 13rem;
}

.navbar .dropdown-item {
    color: var(--sf-nav-text);
    border-radius: 6px;
    padding: 0.45rem 0.85rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    background-color: rgba(239, 211, 108, 0.12);
    color: var(--sf-nav-accent);
}

.navbar .dropdown-item:hover,
.navbar .dropdown-item:focus {
    background-color: var(--sf-nav-bg-hover);
    color: var(--sf-nav-text-muted);
}

.navbar .dropdown-item.blue {
    color: var(--sf-nav-accent);
}

.navbar .dropdown-item.blue:hover {
    color: #ffe27a;
}

.navbar .dropdown-divider,
.navbar .dropdown-menu hr {
    border-top: 1px solid var(--sf-nav-border);
    margin: 0.4rem 0;
}

.navbar .dropdown-menu .p-gold,
.navbar .dropdown-menu .gold {
    color: var(--sf-nav-accent);
}

.navbar .dropdown-menu .badge {
    background-color: var(--sf-nav-accent);
    color: #1d1d1d;
}

.navbar .dropdown-menu .icono-go {
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.navbar .pass-change {
    color: var(--sf-nav-text-muted);
    transition: color 0.2s ease;
    cursor: pointer;
}

.navbar .pass-change:hover {
    color: var(--sf-nav-accent);
}

.navbar-toggler {
    border: 1px solid var(--sf-nav-border);
    border-radius: 8px;
    padding: 0.4rem;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    border-color: var(--sf-nav-accent-muted);
    background-color: var(--sf-nav-bg-hover);
    box-shadow: none;
}

.navbar-toggler-icon {
    filter: invert(1);
}

.img-gold {
    width: 1.8rem;
}

h1.gold {
    color: #EFD36C;
    font-weight: bold;
    margin-bottom: 3rem;
}

h5.gold {
    color: #EFD36C;
    font-weight: bold;
    margin-bottom: 3rem;
    font-family: 'Montserrat';
}

h3.gold-tittle {
    color: #EFD36C;
    font-weight: bold;
    font-size: 1.5rem;
    font-family: 'Montserrat';
    padding: .5rem;
}

.logo-redis-div {
    height: 200px;
    padding: 0 4rem;
}

.logo-redis {
    width: 200px;
}

#count-users:hover {
    color: #b26cef;
}

#footer {
    background-color: #1d1d1d;
    position: sticky;
    bottom: unset;
    /* height: 18rem; */
    padding: 2rem 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 1rem #797979;
    font-size: .8rem;
}

#footer div p a {
    text-decoration: none;
    color: #d7d7d7;
}

#footer div p a:hover {
    color: #ffcc66;
}

#footer .central {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
    height: 100%;
}

#footer .lateral {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: start;
    height: 100%;
    gap: 2rem;
}

#footer .icon {
    width: 2.5rem;
}

.color-gold {
    color: #EFD36C;
}

.container {
    background-color: transparent !important;
    margin-bottom: 2rem;
    margin-top: 6rem;
}

.container-app {
    margin-top: 6rem;
    padding-bottom: 2rem;
}

#to-top {
    background-color: #d7d7d7;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 1rem;
    color: #f8f9fa;
    text-transform: uppercase;
    z-index: 10;
    display: none;
    justify-content: center;
    align-items: center;
    transition: 200ms;
}

#to-top:hover {
    background-color: #949494;
    transform: translateY(-8px);
}

#to-top img {
    width: 18px;
}

.flecha {
    padding-top: 6rem;
}



.container-terms,
.character-container,
.container-cards {
    max-width: 1320px;
    margin: auto;
    margin-top: 4rem;
}

.container-terms {
    height: 40vh;
    overflow-y: scroll;
}



.card-body-table-users {
    padding: 0 !important;
}

.card-body p {
    margin-bottom: 0;
}


#character-container {
    min-height: 240px;
    margin-bottom: 6rem;

}

.flex-between {
    justify-content: space-between;
    width: 100%;
}

.flex-between button {
    font-size: .8rem;
}

.column {
    flex-direction: column;
    padding: 2rem;
}

.banned {
    background: #d802022a !important;
    color: #fcfcfc;
}

tr.td-banned td {
    background-color: #f8d7da !important;
    font-weight: bolder;
    color: #842029 !important;
}

tr.td-best-player td {
    background-color: #2c2c2c !important;
    font-weight: bolder;
    color: #dbbe01 !important;
}

td {
    vertical-align: middle;
}

.message {
    padding: .2rem .7rem;
}

.private {
    color: #256500;
    background-color: #e3e3e3;
    border-radius: 4px;
}

a.green {
    color: #4ed600 !important;
}

.card-item {
    height: 440px;
}

.free img {
    width: 160px;
    margin: auto;
}

.botonera,
.card-item .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-item img {
    object-fit: contain;
    padding: 1rem;
}

.footer-swagger {
    margin-top: 3rem;
}

.swagger-container {
    background-color: #fdfdfd;
    border-radius: 1rem;
    padding: 3rem 1.5rem;
    box-shadow: 3px 3px 10px #a9a9a9;
}

.models-control {
    justify-content: space-between !important;
    align-items: center !important;
}

.models-control span {
    display: none;
}

.models-control:before {
    content: 'Modelos';
    font-size: 1.5em;
}

.models-control {
    outline: none !important;
}

.error404 {
    width: calc(100vw - 10rem);
    display: flex;
    justify-content: center;
}

.error404 img {
    width: 60%;
    margin: auto;
    border-radius: 2rem;
}

.card-item-shop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.card-item-shop img {
    max-width: 12rem;
    height: auto;
}

.shop-container {
    width: 90%;
    max-width: 70rem;
    margin: 0 auto;
}

.avatar {
    padding: .15rem;
    object-fit: contain;
}

.relations-container {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

.botonera {
    max-width: 800px;
    margin: 2rem auto;
    align-items: center;
}

.white-line {
    width: calc(100% - 8rem);
    height: 4px;
    border-radius: 50%;
    background-color: #ededed;
    margin: 1rem auto;
}

.badge-relation {
    padding: .5rem 2rem;
    min-width: 8rem;
    font-size: .8rem;
    font-weight: 200;
    letter-spacing: 2px;
}

.relation-row {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.box-clan-panel {
    width: 100%;
}

#inventory-box {
    background-color: #22222c59;
    padding: 2rem;
    border-radius: 1rem;
    width: 100%;
}

.inventory-box {
    max-width: calc(70% - 1rem);
    margin: auto;
}

.request-join-btn {
    min-width: 280px;
    height: 2rem;
}

.chat-bg-success {
    background-color: #256500 !important;
    color: #e3e3e3;
}

.chat-bg-light {
    background-color: #6f6f6f !important;
    color: #fcfcfc;
}

/* .zoom-text {
    zoom: 80%;
} */

.tittle-terms {
    zoom: 150%;
}

.content {
    padding: 0;
}

.pending-modal {
    position: fixed;
    right: 2rem;
    width: 15rem;
    padding: 1rem;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    opacity: 0;
    transform: translateY(20px);
    animation: slideIn ease-in-out 0.5s forwards;
}

/* Animación de entrada */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animación de salida */
.fade-out {
    animation: slideOut ease-in-out 1s forwards;
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

.font-tittle {
    zoom: 1.5;
    background-color: transparent;
    padding: 0 0 1rem 0 !important;
    margin-top: 0;
}

h1 {
    font-family: 'Montserrat' !important;
    zoom: .8;
    letter-spacing: 3px;
}


.align-middle {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.big-checkbox input[type="checkbox"] {
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}

.big-checkbox label {
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.2;
}

.angosto {
    width: 75%;
    margin: 0 auto;
}

.visibility-hidden {
    display: none;
}

.height-table {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 6rem !important;
    text-align: center;
    vertical-align: middle;
}

.pl-5 {
    padding-left: 2rem !important;
}

.pr-5 {
    padding-right: 2rem !important;
}

.ml-5 {
    margin-left: 2rem !important;
}

.mr-5 {
    margin-right: 2rem !important;
}

.poco-padding {
    padding: .25rem 1rem !important;
}

.progress-mod {
    --bs-progress-bg: #acacac !important;
    width: 5rem !important;
}

.status-wrapper {
    display: inline-flex;
    align-items: center;
    /* gap: 6px; */
    vertical-align: middle;
    /* espacio entre pelotita y texto */
}

.status-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 6px;
}

.redbg {
    background-color: #eb5757;
}

.yellowbg {
    background-color: #f2c94c;
}

.greenbg {
    background-color: #6fcf97;
}

.blinking {
    animation: blink 1.4s infinite ease-in-out;
    text-align: center;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.text-little {
    font-size: .8rem !important;
}

.text-reduce {
    zoom: 75%;
}

.span-little {
    font-size: .7rem !important;
}

.btn-toggle-tools {
    width: 20rem;
    margin: 1rem auto;
}

.checked-region {
    color: red;
}

.scrollable-list {
    max-height: 60vh;
    overflow-y: auto;
    padding-right: 10px;
}

#serverCharactersDetailsContent,
#serverRedisUserDetailsContent {
    height: 320px !important;
    overflow-y: auto;
    padding-right: 10px;
}

.cursor-pointer {
    cursor: pointer;
}

th span.text-2 {
    font-weight: normal !important;
}

#cpuChart,
#ramChart,
#diskChart {
    width: calc(100% - 1rem) !important;
    height: calc(100% - 1rem) !important;
}

.text-long h5 {
    font-size: 1.4rem;
}

#characterChart {
    width: 100% !important;
    height: 120px !important;
}

.modal-ancho {
    --bs-modal-width: 1200px !important;
}

.modal-content-server {
    height: 90vh !important;
}

ul.list-style-none {
    padding-left: 1rem !important;
}

li.list-style-none {
    list-style: none !important;
}

#detailsServersTable,
#serverProcessBtn,
#refresh-servers,
#refresh-users-title,
#refresh-regions,
#refresh-address {
    border: none !important;
    cursor: pointer;
    background-color: transparent !important;
    font-size: 2rem;
}

#logsProcessBtn {
    border: none !important;
    cursor: pointer;
    background-color: transparent !important;
    font-size: 1.5rem;
}

.log-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.view-graph-boton {
    border: none !important;
    cursor: pointer;
    background-color: transparent !important;
    font-size: 1rem;
    margin: 0 !important;
}

.form-select#logFilterByService {
    margin-bottom: 0 !important;
    border: none !important;
    padding-left: 0 !important;
    font-size: .8rem;
    font-weight: bold;
}

.form-select option {
    color: black;
}

#process .modal-body {
    min-height: 320px;
}

.icono-go {
    width: 2rem !important;
    margin-right: .5rem;
    background-color: transparent;
}

.icono-cloud {
    width: 1.2rem !important;
    margin-right: .5rem;
    background-color: transparent;
}

.scroll-container {
    max-height: 160px;
    overflow-y: auto;
}

.chart-title {
    margin-bottom: 10px;
    text-align: center;
}

.chart-title-text {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.stats-p-canvas {
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: .5rem;
    height: 240px !important;
}

.stats-p-canvas-div p {
    font-size: .8rem;
    margin-bottom: .1rem;
}

.colores-stat1,
.colores-stat2,
.colores-stat3,
.colores-stat4 {
    width: 3.236rem;
    height: 1.2rem;
    border-radius: 4px;
}

.colores-stat1 {
    background-color: #1E90FF;
}

.colores-stat2 {
    background-color: #FFA500;
}

.colores-stat3 {
    background-color: #ff2600;
}

.colores-stat4 {
    background-color: #32CD32;
}

#processStatsHistoryChart {
    width: 90% !important;
    max-width: 90%;
    height: 270px !important;
    /* O más grande si querés */
    min-height: 200px;
    display: block;
    margin-top: 16px;
    margin: 0 auto;
}


.switch-lg {
    transform: scale(1.8);
    /* Cambiá el factor según lo que necesites */
    transform-origin: left center;
    margin-right: 1rem;
}

.servers-toggle:checked {
    background-color: #232323 !important;
    border-color: #1a1a1a !important;
}

.text-yellow {
    color: #EFD36C;
    padding-inline: .5rem;
    font-size: 1.75rem;
}

.text-bold {
    font-weight: bold;
    font-size: 2rem;
    color: #EFD36C;
    font-family: "Montserrat";
    letter-spacing: 4px;
}


.edit-controls {
    position: absolute;
    top: 10px;
    right: 18px;
    z-index: 10;
    display: flex;
    gap: 0.25em;
}

.edit-btn,
.save-btn,
.cancel-btn {
    background: none;
    border: none;
    font-size: 1.12em;
    cursor: pointer;
    color: #ffd700;
    opacity: 0.88;
    padding: 0 2px;
    transition: opacity 0.12s, filter 0.12s;
}

.edit-btn:hover,
.save-btn:hover,
.cancel-btn:hover {
    opacity: 1;
    filter: brightness(1.25);
}

.save-btn {
    color: #56ff80;
}

.cancel-btn {
    color: #ff4c4c;
}

.inline-edit,
.inline-edit-area {
    background: #00000018;
    border: 1.5px solid #EFD36C;
    border-radius: 0.5em;
    font-family: "Montserrat";
    font-size: inherit;
    color: inherit;
    outline: none;
    padding: 0.2em 0.6em;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.inline-edit-area {
    width: 100%;
    min-height: 5em;
    text-align: left;
}

.edit-controls button {
    font-size: 1rem !important;
}

.text-gold {
    color: gold !important;
}

.load-balancer-section {
    background-color: #032f17;
    padding: 1rem;
    margin-bottom: 4rem;
    border-radius: .5rem;
    width: calc(100% - 1rem);
}

#pretitle {
    width: 100%;
}

.editor-address-lbserver {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center;
}

.editor-address-lbserver div {
    width: 70%;
    height: 2.1rem;
    gap: 1rem;
}

.editor-address-lbserver div select {
    max-width: 480px !important;
    font-family: "Montserrat";
    background-color: #e5e5e6;
}

.editor-address-lbserver div button {
    width: 180px !important;
    line-height: 2.4rem;
    height: 2.4rem;
    padding: 0;
    vertical-align: middle;
}

.mt-xxl {
    margin-top: 4rem;
}

.size-2 {
    font-size: clamp(1rem, 2vw, 1.25rem);
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

#statsInstancesPods {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1rem;
    align-items: center;
    max-width: 100%;
}

#statsInstancesPods .save-btn {
    font-size: clamp(0.85rem, 1.8vw, 1rem);
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

#statsInstancesPods .badge {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
}

.sf-theme #statsInstancesPods .size-2 {
    font-size: clamp(1.1rem, 1.8vw, 1.4rem);
    letter-spacing: 0.12em;
}

#fleetDeployForm .form-text.gold {
    font-size: 0.85rem;
    letter-spacing: 0.02em;
    text-transform: none;
    font-family: "Roboto";
    font-weight: 200 !important;
    color: var(--sf-text-muted);
}

.pod-container {
    width: 480px;
    /* Limitar el ancho de cada gráfico */
    height: 480px;
    /* Limitar el alto de cada gráfico */
    display: flex;
    justify-content: center;
    align-items: center;
}

.canva-chico {
    max-width: 480px;
    max-height: 480px;
    display: block;
    margin: 0 auto;
    /* Centrar el gráfico */
}

.game-switch-option {
    background-color: transparent !important;
    color: var(--sf-nav-text) !important;
    border-radius: 6px;
    border: 1px solid transparent;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.game-switch-option:hover,
.game-switch-option:focus {
    background-color: var(--sf-nav-bg-hover) !important;
    color: var(--sf-nav-text-muted) !important;
    border-color: rgba(239, 211, 108, 0.18);
}

.game-switch-option.active {
    background-color: rgba(239, 211, 108, 0.12) !important;
    color: var(--sf-nav-accent) !important;
    border-color: rgba(239, 211, 108, 0.35);
}

@media (max-width: 576px) {
    .big-checkbox {
        align-items: flex-start !important;
    }

    .angosto {
        width: 90%;
    }

}

.result-box {
    background-color: transparent;
    color: rgb(35, 239, 31);
    max-height: 80vh;
    overflow-y: scroll;
    padding: 1rem;
}

/* Paginacion */

/* ==== Contenedor general ==== */
.pagination-container {
    display: flex;
    align-items: center;
    gap: 6px;
    background-color: #1f1f1f;
    border-radius: 20px;
    padding: 4px 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

/* ==== Botones ==== */
.pagination-container button {
    all: unset;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1f1f1f;
    color: #f2f2f2;
    font-size: 14px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.pagination-container button:hover:not(:disabled) {
    background: #444;
    transform: translateY(-1px);
}

.pagination-container button:active:not(:disabled) {
    background: #555;
    transform: scale(0.95);
}

.pagination-container button:disabled {
    background: #2a2a2a;
    color: #777;
    cursor: not-allowed;
}

/* ==== Indicador de página ==== */
.pagin-item {
    color: #e0e0e0;
    font-size: 13px;
    font-weight: 500;
    padding: 0 4px;
    min-width: 38px;
    text-align: center;
    font-family: "Segoe UI", sans-serif;
}

/* ==== Selector de cantidad ==== */
#allCharactersPageSize,
#allUsersPageSize {
    background-color: #2a2a2a;
    color: #e0e0e0;
    border: 1px solid #444;
    border-radius: 16px;
    padding: 2px 8px;
    font-size: 13px;
    height: 26px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccc' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 12px;
    padding-right: 22px;
    /* espacio para la flecha */
    transition: background-color 0.2s ease-in-out, border 0.2s ease-in-out;
}

#allCharactersPageSize:hover,
#allUsersPageSize:hover {
    background-color: #333;
    border-color: #555;
}

#allCharactersPageSize:focus,
#allUsersPageSize:focus {
    outline: none;
    border-color: #666;
}


.btn-limpiar {
    all: unset;
    font-size: 1.2rem;
    transition: all 0.2s;
    border-bottom: 1px dashed gray;
}

.btn-limpiar:hover {
    transform: rotate(-75deg);
    border-color: transparent;
}



.navbar-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
    background-color: #0f0f0f;
    display: inline-block;
}

.navbar-logo {
    width: 4rem;
}