@font-face {
    font-family: 'samurai';
    src: url("../fonts/NixonInChina.ttf");
    font-weight: 100;
    font-style: normal;
}

body::-webkit-scrollbar {
    width: 15px;
    background-color: #101010;
}

body::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #3f3f42;
}

.mb-0 {
    margin-bottom: 0em !important;
}

.tournament-details p {
    /* background-color: #d34de4; */
    background-color: #7F00FF;
    color: #fff;
    border-radius: 30px;
    padding: 5px;
}

.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    overflow: hidden;
    height: 5px;
}

.progress {
    height: 100%;
    background-color: #d34de4;
    width: 0%;
}

@media (max-width: 1000px) {
    li .register-btn {
        border: none !important;
    }
}

li .register-btn {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 4px;
    background-size: 400%;
    border: solid 2px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 10px;
    margin-left: 10px;
}

li .login-btn {
    position: relative;
    left: 15px;
    overflow: hidden;
    height: 3rem;
    padding: 0 1rem;
    border-radius: 4px;
    background: #7F00FF;
    background-size: 400%;
    color: #fff !important;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
}

li .login-btn:hover::before {
    transform: scaleX(1);

}

li .login-btn:hover {
    color: #fff !important;
}

.icofont-user::before:hover {
    color: #fff !important;
}

li .login-btn-content {
    position: relative;
    z-index: 1;
}

li .login-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0 50%;
    width: 100%;
    height: inherit;
    border-radius: inherit;
    background-color: #ffd700;
    transition: all 0.475s;

}

.li-commision {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.footer-img {
    width: 35px;
}

.icofont-plus {
    padding-right: 5px;
}

.pricing_design {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.ribbon {
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    height: 100px;
    text-transform: uppercase;
    z-index: 1;
    border-radius: 30px;
}
.ribbon-popular{
    /*background: #673AB7;*/
    color: white;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}
.ribbon-goat{
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    height: 100px;
    text-transform: uppercase;
    border-radius: 30px;
    z-index: 3 !important;
}
.ribbon-goat img{
    width: 9em;
    float: right;
    transform: translate(50px);
}
.single-pricing {
    background: #4b0082;
    padding: 40px 20px;
    border-radius: 30px;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .09);
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 1;
    z-index: 2;
    margin-top:-60px;
    /* Asegura que la tarjeta crezca uniformemente */
}

@media only screen and (max-width: 480px) {
    .single-pricing {
        margin-bottom: 30px;
    }
}

.single-pricing:hover {
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    z-index: 2;
    transform: translate(0, -10px);
}

.price-label {
    color: #fff;
    background: #4b0082;
    font-size: 16px;
    width: 100px;
    margin-bottom: 15px;
    display: block;
    -webkit-clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    clip-path: polygon(100% 0%, 90% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    margin-left: -20px;
    position: absolute;
}

.price-head h2 {
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 26px;
}

.price-head span {
    display: inline-block;
    background: #4b0082;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.price {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0px;
    color: #ffffff;
    text-shadow: #2e2e2e 0 4px 5px;
}

.price-head {
    font-family: "Oswald", sans-serif;
    font-size: 4em;

}

.single-pricing h5 {
    font-size: 14px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

/* Mejora de los <ul> y <li> */
.single-pricing ul {
    list-style: none;
    margin-top: 30px;
    padding-left: 0;
}

/* Aumentar el espaciado entre las líneas de la lista */
.single-pricing ul li {
    line-height: 30px;
    /* Ajustar el espaciado entre las líneas */
    font-size: 14px;
    /* Hacer el texto un poco más pequeño */
    margin-bottom: 15px;
    /* Espaciado entre elementos */
    position: relative;
    padding-left: 25px;
}

/* Añadir un icono de verificación a la izquierda de cada <li> */
.single-pricing ul li .li-icon {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 18px;
    line-height: 30px;
    /* Alinear el icono con el texto */
}

.single-pricing a {
    margin-top: 2em;
    background: #7824f6;
    border: 2px solid #7824f6;
    border-radius: 5000px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 45px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.single-pricing a:hover,
.single-pricing a:focus {
    background: #5615b8;
    color: #fff;
    border: 2px solid #5615b8;
}

.single-pricing-height {
    height: 45em;
}

.single-pricing-width {
    width: 30em;
}

.single-pricing-new {
    background: rgb(42, 35, 89);
    background: linear-gradient(130deg, rgba(42, 35, 89, 1) 0%, rgba(22, 14, 45, 1) 67%);
}

.single-pricing-3 {
    background: #3c096c;
}

.single-pricing-2 {
    background: #5a189a;
}

.single-pricing-1 {
    background: #6B22AD;
}

.single-pricing-white ul li {
    color: #fff;
}

.single-pricing-white h2 {
    color: #fff;
}

.single-pricing-white h1 {
    color: #fff;
}

.single-pricing-white h5 {
    color: #fff;
}

.icon-plans {
    font-size: 4rem;
    /* padding-bottom: 0.5em; */
}

a {
    text-decoration: none;
}

.section-title {
    margin-bottom: 40px;
    margin-top: 40px;
}

.text-center {
    text-align: center !important;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 0;
    position: relative;
    text-transform: capitalize;
}

model-viewer {
    width: 100%;
    height: 100%;
    background-color: #140138;
}


/* .progress-bar {
    display: block;
    width: 33%;
    height: 10%;
    max-height: 2%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border-radius: 25px;
    box-shadow: 0px 3px 10px 3px rgba(0, 0, 0, 0.5), 0px 0px 5px 1px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.9);
    background-color: rgba(0, 0, 0, 0.5);
}

.progress-bar.hide {
    visibility: hidden;
    transition: visibility 0.3s;
} */

.update-bar {
    /* background-color: rgba(255, 255, 255, 0.9); */
    width: 0%;
    height: 100%;
    border-radius: 25px;
    float: left;
    transition: width 0.3s;
}

/* #ar-button {
    background-image: url(ar_icon.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: 12px 50%;
    /* background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    bottom: 16px;
    padding: 0px 16px 0px 40px;
    font-family: Roboto Regular, Helvetica Neue, sans-serif;
    font-size: 14px;
    color: #4285f4;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #DADCE0;
}

#ar-button:active {
    background-color: #E8EAED;
}

#ar-button:focus {
    outline: none;
}

#ar-button:focus-visible {
    outline: 1px solid #4285f4;
} */

@keyframes circle {
    from {
        transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);
    }

    to {
        transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);
    }
}

@keyframes elongate {
    from {
        transform: translateX(100px);
    }

    to {
        transform: translateX(-100px);
    }
}

model-viewer>#ar-prompt {
    position: absolute;
    left: 50%;
    bottom: 60px;
    animation: elongate 2s infinite ease-in-out alternate;
    display: none;
}

model-viewer[ar-status="session-started"]>#ar-prompt {
    display: block;
}

model-viewer>#ar-prompt>img {
    animation: circle 4s linear infinite;
}

@media(max-width:600px) {
    .banner-content {
        padding-top: 3em;
    }

    .footer-middle {
        text-align: center;
    }

    .footer-social-list {
        flex-direction: row;
        padding-top: 15px;
    }

    .footer-bottom-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.avatar {
    height: 85vh;
    border: solid 7px #232a5c;
    padding-top: 10px;
    padding-bottom: 10px;
}

.avatar-tittle {
    font-family: 'samurai';
    font-weight: 700;
    font-size: 4.5rem;
    text-transform: uppercase;
    margin: 0.37em 0;
    text-align: center;
}

.checkbox-wrapper-46 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-46 .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
}

.checkbox-wrapper-46 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098a9;
    transition: all 0.2s ease;
}

.checkbox-wrapper-46 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-46 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506eec;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}

.checkbox-wrapper-46 .cbx span:last-child {
    padding-left: 8px;
}

.checkbox-wrapper-46 .cbx:hover span:first-child {
    border-color: #506eec;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child {
    background: #506eec;
    border-color: #506eec;
    animation: wave-46 0.4s ease;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-46 .inp-cbx:checked+.cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
}

@keyframes wave-46 {
    50% {
        transform: scale(0.9);
    }
}
/*TORNEOS SINGLE POST*/
.highlight-box {
    background: radial-gradient(circle, rgba(106,14,138,1) 0%, rgba(20,1,56,1) 100%);; /* Morado con opacidad */
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .highlight-box {
        margin-bottom: 20px;
    }
}

.icon-box {
    font-size: 30px;
    margin-bottom: 10px;
    color: #fff;
}

.tournament-container {
    margin: 20px;
}

.tournament-table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
margin-bottom: 30px;
border-radius: 8px;
overflow: hidden;
/* border: 1px solid white; */

opacity: 1px;

}

.tournament-table th,
.tournament-table td {
    text-align: center;
    padding: 20px;
    /* border: 0.5px solid #9C27B0; */
    /* border: 0.5px solid rgb(77, 7, 74); */
}

.tournament-table th {
    font-weight: 600;
    color: white;
}

/*TORNEOS CARTAS*/
ul#myTab{
    margin-top: -5%;
}

.card-custom {
    background: #1d032e;
    border-radius: 15px;
    color: white;
    border: none;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    overflow: hidden;
}

.card-custom img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
}

.admin-info {
    display: flex;
    align-items: center;
    margin-top: 15px;
    padding: 5%;
}

.admin-info img {
    border-radius: 50%;
    width: 40px;
    margin-right: 10px;
}

.admin-info .verified-icon {
    color: #28a745;
    margin-left: 5px;
}

.btn-custom {
    border-radius: 20px;
    padding: 5px 15px;
    font-size: 14px;
    margin-right: 10px;
    color: white;
    font-weight: bold;
    background-color:#673ab7 ;
}

.btn-primary-custom {
    background-color: #673ab7;
    border: none;
}

.btn-dark-custom {
    background-color: #333344;
    border: none;
}

.tournament-footer {
    display: flex;
    justify-content: space-between;

    align-items: center;
    padding: 5%;
}

/*TIENDA*/

    /* Contenedor principal */
    #uniqueProductContainer {
        display: flex;
        flex-wrap: wrap;
        /* gap: 1rem; Espaciado uniforme entre las tarjetas */
    }

    /* Tarjetas individuales */
    .unique-avatar-card {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    /* Tarjeta personalizada */
    .unique-card-custom {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%; /* Fuerza que todas las tarjetas tengan la misma altura */
        background-color: #2e2e5e;
        border: none;
        border-radius: 12px; /* Bordes redondeados */
        overflow: hidden; /* Para mantener contenido dentro */
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); /* Sombra ligera */
    }

    /* Imagen dentro de la tarjeta */
    .unique-card-img-top {
        object-fit: cover;
        height: 250px; /* Ajustar según la altura deseada */
        width: 100%;
    }

    /* Botón personalizado */
    .unique-btn-custom {
        background-color: #6f42c1;
        border: none;
        padding: 8px 16px;
        font-size: 14px;
        border-radius: 8px;
        transition: background-color 0.3s;
    }

    .unique-btn-custom:hover {
        background-color: #4b2a90;
    }

    /* Títulos y texto */
    .unique-card-title {
        font-size: 18px;
        font-weight: bold;
        color: white;
    }

    .unique-card-text {
        font-size: 14px;
        color: white;
        margin-bottom: 10px;
        white-space: nowrap; /* Evita que el texto se envuelva en varias líneas */
        overflow: hidden; /* Oculta el texto que excede el ancho del contenedor */
        text-overflow: ellipsis; /* Agrega los puntos suspensivos */
        display: block;
    }

    /* Precio y etiqueta */
    .unique-badge {
        background-color: #6f42c1;
        padding: 5px 10px;
        border-radius: 8px;
        color: white;
        font-weight: bold;
    }
/* registro */
.custom-product-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; /* Alineación de las cartas */
    gap: 1rem; /* Espaciado entre cartas */
}

.custom-product-item {
    background-color: #1d032e;
    /* border: 2px solid color#1d032e; */
    border: none !important;
    border-radius: 10px; /* Borde redondeado para todo el contenedor */
    overflow: hidden; /* Asegura que el contenido respete los bordes redondeados */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.custom-product-thumb img {
    display: block; /* Elimina el espacio blanco inferior generado por imágenes inline */
    width: 100%; /* Asegura que la imagen ocupe todo el ancho del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
    border-top-left-radius: 10px; /* Borde redondeado en la esquina superior izquierda */
    border-top-right-radius: 10px; /* Borde redondeado en la esquina superior derecha */
}

.custom-product-inner {
    padding: 1rem;
}

.custom-product-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
}


.custom-rounded-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.custom-overflow-hidden {
    overflow: hidden;
}

.custom-radius-30 {
    border-radius: 30px;
}

.pageheader-section2{
    padding: 200px 0;
    padding-top: calc(200px + 147px);
    background-size: cover;
    background-position: center;
}
.wel-checking-daily{
    justify-content: space-between !important;
}

.cnt-quiz{
    background-color: rgba(106, 14, 138, 1);
    font-family: 'Oswald', sans-serif;
    font-size: 1.2rem;
    margin-left: 10px;
    width: 18%;
}

.pay-method-inscrip{
    display: inline-block;
    width: 40%;
    height: auto;
}
.select-team-ins{
    width: 25%;
}

.single-buy-avatar{
    padding-top: 10%;
}

.participants-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    padding: 20px;
}

.participant-card {
    background-color: rgba(255, 255, 255, .1);
    /* border: 1px solid rgba(255, 255, 255, .04); */
    color: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    min-width: 150px;
    font-size: 1.1em;
    /* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
}
.blue-admin-ad{
    border: 1px solid rgb(0, 144, 201);
    padding: 2px;
    border-radius: 32px;
    width: 70px;
    text-align: center;
}
.blue-admin{
    color:rgb(0, 144, 201);
}
.god-highlighted-ad{
    border: 1px solid rgb(228, 148, 0);
    padding: 2px;
    border-radius: 32px;
    width: 100px;
    text-align: center;
}
.god-highlighted{
    color:rgb(228, 148, 0);
}
.winner {
    /* background:radial-gradient(circle, rgba(106,14,138,1) 0%, rgba(20,1,56,1) 100%); */
    color: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    min-width: 150px;
    font-size: 1.1em;
    font-weight: bold;
}

.participant-name {
    font-size: 1.2em;
    font-weight: bold;
}

.participant-status {
    margin-top: 5px;
}

.winner-text {
    color: #ffb02e;
    font-weight: bold;
}

.in-progress {
    color: rgb(160, 160, 160);
}

.eliminated {
    color: red;
}

.no-participants {
    text-align: center;
    font-size: 1.2em;
    color: gray;
}

#podium {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.podium-winner {
    background:radial-gradient(circle, rgba(106, 14, 138, 1) 0%, rgba(20, 1, 56, 1) 100%);;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.podium-participant {

    padding: 10px;
    border-radius: 10px;
    text-align: center;
    width: 100%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.pe-auto-n{
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.desc-user-quizz{
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
    max-width: 100%;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

@media (max-width: 990px) {
    .menu-area {
        width: 20% !important;
    }
    .wel-checking-daily{
        justify-content: center !important;
    }
    .cnt-quiz{
        width: 90% !important;
    }
    .pay-method-inscrip{
        padding-top: 20%;
        display: inline-block;
        width: 100%;
        height: auto;
    }
    .select-team-ins{
        width: 100%;
    }
    .single-buy-avatar{
        padding-top: 40%;
    }
    .avatar-responsive{
        width: 30em;
        height: 40em;
    }
}