form.inline {
    margin: 0px;
}

form.inline label {
    display: block;
}

form.inline label.inline {
    display: inline-block;
}

form.inline div.row {
    padding-bottom: 5px;
}

form.padded {
    padding-bottom: 5px;
}

form.inline select {
    vertical-align: bottom;
    margin-right: 5px;
}

input.inline {
    margin-right: 5px;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border:0;
    padding:0;
}

form div.action {
    margin-top: 5px;
}

option.placeholder {
    font-style: italic;
}

div.buttons {
    padding-top:5px;
}

input[type="submit"] {
    border: 1px solid #55954a;
    color: #242526;
    background: #42763a;
    color: #cedfce;
    margin-right: 5px;
}

input[type="button"], button.nav, button.toggle, button.edit, button.add, button.viewmore, button.btn-default {
    border: 1px solid #535353;
    color: #b0b1b2;
    background: #282828;
    margin-right: 5px;
}

button.btn-default {
    color: #b0b1b2 ! important;
    background: #3c3c3c ! important;
}

input[type="submit"], input[type="button"], button {
    border-radius: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

input[type="text"], input[type="password"],input[type="number"], textarea {
    border: 1px solid #535353;
    padding: 4px;
    border-radius: 0px;
    background-color: #1f1f1f;
    color: #cecece;
}

.select-img-container {
    display: flex;
    align-items: center; /* Alinea verticalmente */
    gap: 8px; /* Espaciado entre el select y la imagen */
}

.highcheers-customize-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    gap: 14px 20px;
    align-items: start;
    margin-bottom: 12px;
}

.highcheers-customize-row {
    align-items: flex-start;
    min-height: 74px;
}

.highcheers-customize-preview {
    max-width: 128px;
    max-height: 96px;
    object-fit: contain;
}

.highcheers-seal-editor {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.highcheers-seal-stage {
    position: relative;
    width: 260px;
    min-height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.highcheers-chara-preview {
    max-width: 240px;
    max-height: 300px;
    object-fit: contain;
}

.highcheers-seal-preview {
    position: absolute;
    width: 58px;
    max-height: 58px;
    object-fit: contain;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.highcheers-seal-preview-0 {
    top: 41%;
    left: 18%;
}

.highcheers-seal-preview-1 {
    top: 76%;
    left: 19%;
}

.highcheers-seal-preview-2 {
    top: 21%;
    left: 50%;
}

.highcheers-seal-preview-3 {
    top: 46%;
    left: 50%;
}

.highcheers-seal-preview-4 {
    top: 58%;
    left: 50%;
}

.highcheers-seal-preview-5 {
    top: 41%;
    left: 82%;
}

.highcheers-seal-preview-6 {
    top: 76%;
    left: 81%;
}

.highcheers-seal-controls {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 8px 14px;
    min-width: 260px;
    max-width: 430px;
}


.popkun-container {
    position: relative;
    display: inline-block;
}

.popkun-container::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%; /* Tamaño ajustado del glow */
    height: 60%;
    background: rgba(255, 255, 0, 0.4); /* Amarillo suave */
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: glow 2s infinite alternate ease-in-out;
    pointer-events: none; /* Para que no interfiera con clics */
}

@keyframes glow {
    0% {
        filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.4));
    }
    100% {
        filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.7));
    }
}

.lane_container img {
    touch-action: none;
}
.popkun-img {
    display: block;
    position: relative;
    z-index: 1;
}

.lane_container {
    position: relative;
}
.lane_object {
    animation: glow 2s infinite alternate ease-in-out;
    position: absolute;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.6)); /* Ajusta el brillo */
}

.lane_simulation {
    position: relative;
    overflow: hidden; /* Asegura que cualquier contenido fuera de la región visible sea ocultado */
}

.lane_container {
    position: relative;
}

.lane_object,
.cover_object,
.sudden_object {
    position: absolute;
    top: 0; /* Asegúrate de que las imágenes estén alineadas en la parte superior */
    left: 0; /* Asegúrate de que las imágenes estén alineadas en la parte izquierda */
    clip-path: inset(0 0 0 0); /* Puedes ajustar esto para controlar cómo se recorta */
    /* Otras propiedades de estilo */
}

/* Si quieres controlar específicamente solo las imágenes cuando se sobreponen al fondo */
.lane_simulation img {
    object-fit: cover; /* Ajusta el tamaño de la imagen según el contenedor */
}

.range-stepper-container {
    display: flex;
    align-items: center;
}

.range-stepper-btn {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0 5px;
}

.carousel-container {
    position: relative;
    width: 100%;
    max-width: 700px;
    margin: auto;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.news-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.carousel-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    cursor: pointer;
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
    opacity: 0;
    transform: scale(1.1);
}

.carousel-slide img.active {
    opacity: 1;
    transform: scale(1);
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 24px;
    border-radius: 5px;
    transition: background 0.3s;
}

.carousel-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.left {
    left: 10px;
}

.right {
    right: 10px;
}

/* 🔹 Indicadores (puntitos) */
.carousel-dots {
    text-align: center;
    padding: 10px 0;
}

.dot {
    height: 10px;
    width: 10px;
    margin: 0 5px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
    cursor: pointer;
}

.dot.active {
    background-color: #333;
    transform: scale(1.3);
}

/* Responsivo */
@media (max-width: 768px) {
    .carousel-container {
        max-width: 90%;
    }

    .carousel-btn {
        padding: 8px 12px;
        font-size: 20px;
    }

    .carousel-slide img.active {
        transform: none;
    }
}


/* 🔹 Contenedor del FAQ en modo oscuro */
.faq-container {
    width: 100%;
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    background: #1e1e1e;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.1);
    color: #fff;
}

/* 🔹 Título del FAQ */
.faq-container h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #8705f1;
}

/* 🔹 Preguntas del FAQ */
.faq-question {
    width: 100%;
    background: none;
    border: none;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-align: left;
    cursor: pointer;
    outline: none;
    border-bottom: 1px solid #444;
    transition: background 0.3s, color 0.3s;
    color: #ffffff;
}

.faq-question:hover {
    background: #2b2b2b;
    color: #8705f1;
}

/* 🔹 Respuestas del FAQ */
.faq-answer {
    display: none;
    padding: 10px 15px;
    font-size: 16px;
    color: #ddd;
    background: #2b2b2b;
    border-left: 4px solid #8705f1;
    transition: max-height 0.3s ease-in-out;
}

/* 🔹 Mostrar respuesta activa */
.faq-answer.open {
    display: block;
}

/* 🔹 Responsive */
@media (max-width: 768px) {
    .faq-container {
        max-width: 90%;
    }

    .faq-question {
        font-size: 16px;
    }

    .faq-answer {
        font-size: 14px;
    }
}

/* 🔹 Contenedor de Donaciones */
.donation-container {
    width: 100%;
    max-width: 700px;
    margin: 40px auto;
    padding: 20px;
    background: #1e1e1e;
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
}

/* 🔹 Título */
.donation-container h3 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #ffcc00;
}

/* 🔹 Texto */
.donation-container p {
    font-size: 16px;
    margin-bottom: 20px;
}

/* 🔹 Botones */
.donation-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
}

/* 🔹 Estilo de los botones */
.donate-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

/* 🔹 PayPal */
.donate-btn.paypal {
    background: #0070ba;
    color: white;
}

.donate-btn.paypal:hover {
    background: #005ea6;
}

/* 🔹 Ko-fi */
.donate-btn.kofi {
    background: #f06595;
    color: white;
}

.donate-btn.kofi:hover {
    background: #d9507d;
}

/* 🔹 Responsive */
@media (max-width: 768px) {
    .donation-buttons {
        flex-direction: column;
        gap: 10px;
    }
}


.discord-container {
    margin-top: 30px;
    text-align: center;
}
.operators {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}
.operator a {
    color: #00aaff;
    font-weight: bold;
}
.invite-btn {
    background-color: #7289da;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}
.invite-btn:hover {
    background-color: #5a6cbf;
}

.operator {
    text-align: center;
}

.operator-img {
    width: 50px; /* Tamaño de la imagen */
    height: 50px;
    border-radius: 50%; /* Hacer la imagen circular */
    object-fit: cover; /* Asegurarse de que la imagen se ajuste bien al espacio */
    margin-bottom: 10px; /* Espacio entre la imagen y el nombre */
}

.operator p {
    font-size: 14px;
    font-weight: bold;
    color: #00aaff;
}

.range-stepper-input {
    font-size: 14px;
    width: 50px;
    padding: 5px;
    text-align: center;
    margin: 0 10px;
}
.main-modifier-container {
    display: flex; /* Organiza los elementos en una fila */
    justify-content: space-between; /* Separa el contenido principal y lane_simulation */
    align-items: flex-start; /* Alinea los elementos en la parte superior */
}

@media (min-width: 769px) {
.lane_simulation {
    margin-right: 550px; /* Añade espacio a la derecha para alejarlo del borde */
}
}

/* Media query para pantallas pequeñas (dispositivos móviles) */
@media (max-width: 768px) {
    .main-modifier-container {
        flex-direction: column; /* Cambia el layout de fila a columna */
        align-items: center; /* Centra los elementos en el eje horizontal */
    }

    .lane_simulation {
        margin-left: 0; /* Quita el margen izquierdo en dispositivos móviles */
        margin-top: 20px; /* Añade espacio superior para el lane_simulation */
    }
}

select {
    border: 1px solid #535353;
    padding: 4px 4px 4px 4px;
    border-radius: 0px;
    background: #1f1f1f;
    color: #cecece;
}

input[type="button"] {
    margin-right: 5px;
}

button.toggle:not(:last-child):not(:only-child), button.edit:not(:last-child):not(:only-child), button.delete:not(:last-child):not(:only-child), button.add:not(:last-child):not(:only-child), button.nav:not(:last-child):not(:only-child) {
    margin-right: 5px;
}

span + button.edit, span + button.toggle, span + button.delete, span + button.add,
div + button.edit, div + button.toggle, div + button.delete, div + button.add {
    margin-left: 15px;
}

span + button {
    border: 1px solid #535353;
    background-color: #282828;
    color: #cecece;
}

button.nav {
    margin-bottom: 5px;
    margin-right: 0px;
    border: 1px solid #535353;
    background-color: #282828;
}

button.prev::before {
    content: "\2190";
    font-weight: bold;
    margin-right: 5px;
}

button.next::after {
    content: "\2192";
    font-weight: bold;
    margin-left: 5px;
}

button.active {
    text-shadow: 0.33px 0.33px #000000;
    border: 1px solid #999999;
}

button {
    color: #cecece;
    background-color: #282828;
}

button.delete {
    border: 1px solid #9b3c3c;
    background: #7a3030;
    color: #dfcece;
}

.popn-nav button, .settings-nav button {
    height: 32px;
}
