@import url('https://fonts.googleapis.com/css2?family=Syncopate:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&family=Syncopate:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap');

.sofia-sans- {
    font-family: "Sofia Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
.syncopate-regular {
    font-family: "Syncopate", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.syncopate-bold {
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.space-grotesk {
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

/* Fundo e cores principais */

body * {
    font-family: "Sofia Sans", sans-serif!important;
}

.section-box {
    /*background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('../img/background.png');*/
    background:
        url('../img/indexbg.png') center / cover no-repeat,
        #000;
    background-size: cover;
    background-position: center;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* Logotipo centralizado */
.logo {
    width: 80px;
    margin: 0 auto;
}

/* Título e subtítulo */
.title,
.subtitle {
    color: #FFFFFF;
    font-family: Syncopate;
}

.subtitle {
    font-size: 1.3rem;
    color: #b0a4ff;
    margin-bottom: 20px;
}

/* Links de navegação */


/* Estilo para a seção de descrição */
.description {
    color: #d3d3d3;
    margin: 20px auto;
    max-width: 300px;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--white, #FFF);
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    /* 137.5% */
    letter-spacing: 0.48px;
}

/* Caixa de Prêmios e Info com ícones */
.icon-box {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.icon-box a {
    color: #FFFFFF;
    margin: 0 10px;
    font-size: 1.1rem;
    text-align: center;
}

/* Botão Abrir Box */


.btn-abrir-box {
    background: linear-gradient(90deg, #A574F9, #23D5AB);
    border: none;
    color: #FFFFFF;
    font-weight: bold;
    width: 80%;
    max-width: 300px;
    padding: 12px;
    border-radius: 8px;
    font-size: 1.2rem;
    display: inline-flex;
    /* Use inline-flex para alinhar ao centro */
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.icon-coin {
    color: #FFD700;
}

/* Responsividade para dispositivos móveis */
@media (max-width: 768px) {


    .title {
        font-size: 1.8rem;
    }

    .subtitle {
        font-size: 1.1rem;
    }

    .description {
        font-size: 0.9rem;
    }

    .btn-abrir-box {
        font-size: 1rem;
        padding: 10px;
    }
}

/* Fundo e cores principais */
body {
    background-color: #141414;
    color: #d3d3d3;
    font-family: Arial, sans-serif;
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


/* Botão Voltar */
.back-button {
    position: absolute;
    left: 1rem;
    color: #FFFFFF;
    font-size: 1rem;
    text-decoration: none;
}

.back-button:hover {
    color: #b0a4ff;
}

/* Logo centralizada */
.logo-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.logo {
    width: 80px;
}


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

.logo {
    height: 80px;
    /* Tamanho desejado da logo */
    max-height: 80px;
    /* Força o limite superior de altura */
    width: auto;
    /* Mantém a proporção */
    display: block;
    /* Remove o espaçamento adicional */
}

.logo {
    object-fit: contain;
    /* Garante que a imagem se ajuste dentro do espaço sem cortar */
}

.box-misterio {
    height: 10px;
    /* Tamanho desejado da logo */
    max-height: 10px;
    /* Força o limite superior de altura */
    width: auto;
    /* Mantém a proporção */
    display: block;
    /* Remove o espaçamento adicional */
}

.box-misterio {
    object-fit: contain;
    /* Garante que a imagem se ajuste dentro do espaço sem cortar */
}

.text-primary {
    color: var(--white, #FFF);
    font-family: "Space Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 154.836%;
    /* 24.774px */
    letter-spacing: 0.48px;
}

.box-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    /* Ajuste conforme o layout desejado */
    max-width: 900px;
    /* Limite de largura para centralizar melhor */
}

.box-open {
    width: 50%;
    position: relative;
    z-index: 1;
}

.head-box {
    position: absolute;
    top: 27%;
    /* Ajuste para alinhar corretamente */
    left: 35%;
    transform: translate(-50%, -15%);
    /* Centraliza e ajusta a posição vertical */
    width: 61%;
    /* Ajuste o tamanho conforme necessário */
    z-index: 2;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
        /* Ajuste a altura conforme necessário */
    }

    100% {
        transform: translateY(0);
    }
}

.float {
    animation: float 3s ease-in-out infinite;
    /* Tempo de animação e repetição */
}

.poligon-btn {
    /*background-color: black;*/
}

.btn-abrir-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: url('img/Polygon.svg') no-repeat center;
    background-size: contain;
    width: 200px;
    /* Ajuste conforme necessário */
    height: 60px;
    /* Ajuste conforme necessário */
    border: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 0;
    cursor: pointer;
    outline: none;
}

.icon-coin {
    font-size: 1rem;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.open-text-box {
    color: white;
    font-size: 14px;
    font-family: Syncopate;
    font-weight: 700;
    letter-spacing: 1.40px;
    word-wrap: break-word
}

.border-bottom {
    border-bottom: 1px solid;
}

.custom-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #1b1b1b;
}

.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7590A4;
    font-size: 14px;
}

.footer-item svg {
    margin-bottom: 5px;
    width: 24px;
    height: 24px;
    fill: #7590A4;
}

.footer-item span {
    color: #7590A4;
    /* Cor do texto */
    font-weight: 500;
}

.custom-card {
    background:
        var(--Gradient-Background,
            linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
            url('../img/background.png') center / cover no-repeat,
            #000);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-icon {
    width: 40px;
}

.header-info {
    text-align: right;
}

.tokens,
.date {
    margin: 0;
    font-size: 14px;
}

.token-icon {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px 0;
}

.delivery-info {
    font-size: 12px;
    margin-bottom: 10px;
}

.delivery-title {
    font-weight: bold;
    color: #c2d8e8;
}

.product-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.image {
    margin-right: 10px;
}

.product-details {
    text-align: left;
}

.product-title {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.product-description {
    font-size: 14px;
    color: #c2d8e8;
}

.problem-button {
    background: none;
    border: 1px solid #f29aac;
    border-radius: 8px;
    color: #f29aac;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.receipt-card {
    background:
        var(--Gradient-Background,
            linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
            url('../img/background.png') center / cover no-repeat,
            #000);
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 20px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.token-icon {
    width: 30px;
}

.tokens {
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px;
}

.date {
    font-size: 14px;
    color: #b2c6d8;
}

.divider {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px 0;
}

.payment-info {
    font-size: 14px;
    margin-bottom: 20px;
}

.payment-amount {
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 0;
}

.payment-icon {
    width: 20px;
    margin-right: 5px;
}

.payment-method {
    color: #b2c6d8;
    font-size: 12px;
}

.receipt-button {
    background: none;
    border: 1px solid #b2c6d8;
    border-radius: 8px;
    color: #b2c6d8;
    font-weight: bold;
    padding: 10px;
    width: 100%;
    text-align: center;
    cursor: pointer;
}



.back-button {
    color: #fff;
    font-weight: bold;
}

.logo-container .logo {
    height: 40px;
    margin: auto;
}

/* Cards */
.custom-card {
    background-color: #1a1a1a;
    border-radius: 10px;
    padding: 20px;
    color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-info .tokens,
.header-info .date {
    color: #9c9c9c;
    font-size: 12px;
}

.divider {
    border: 1px solid #3c3c3c;
    margin: 10px 0;
}

.delivery-info {
    margin-bottom: 10px;
}

.delivery-info .delivery-title {
    font-weight: bold;
    color: #fff;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 20px;
}

.product-title {
    font-size: 18px;
    font-weight: bold;
}

.problem-button {
    background-color: #ff4747;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    font-weight: bold;
}

/* Footer */


.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
}

.footer-item svg {
    margin-bottom: 5px;
}

body {
    background-color: #000;
    color: #fff;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

.section {
    padding: 20px;
}

.logo-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.logo {
    height: 50px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    color: #b3b3b3;
    margin: 20px 0 10px;
}

.activity {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.activity-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    background: linear-gradient(90deg, #1a1a1a, #2a2a2a);
    border-radius: 10px;
}

.icon img {
    width: 40px;
    height: 40px;
}

.details {
    flex: 1;
}

.description {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}

.description .highlight {
    color: #5ee1ff;
    font-weight: bold;
}

.time {
    font-size: 12px;
    color: #b3b3b3;
    margin-top: 5px;
}

.last-days {
    color: white;
    font-size: 16px;
    font-family: Space Grotesk;
    font-weight: 700;
    line-height: 24.77px;
    letter-spacing: 0.48px;
    word-wrap: break-word
}

body {
    background-color: #000;
    color: #fff;
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
}

.profile-section {
    padding: 20px;
}

.profile-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}

.logo {
    height: 50px;
}

.profile-title {
    font-size: 24px;
    font-weight: bold;
}

.tab-menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.tab {
    font-size: 16px;
    color: #7590A4;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

.tab.active {
    color: #fff;
    border-bottom: 2px solid #fff;
}

.profile-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.profile-form label {
    font-size: 14px;
    color: #7590A4;
}

.profile-form input,
.profile-form select {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #7590A4;
}

.profile-form input::placeholder {
    color: #757575;
}

.profile-form input:focus,
.profile-form select:focus {
    outline: none;
    border-bottom: 1px solid #5ee1ff;
}

footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    background-color: #1a1a1a;
}

footer .footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #7590A4;
    font-size: 12px;
}

footer .footer-item.active {
    color: #5ee1ff;
}

footer .footer-item svg {
    margin-bottom: 5px;
}

.title-all {
    color: white;
    font-size: 22px;
    font-family: Syncopate;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.66px;
    word-wrap: break-word
}

.box-s {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.navbar {
    position: fixed;
    width: 100%;
    background-color: black;
}

.footer-item-selected {
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.img-hover {
    display: inline-block;
    transition: transform 0.3s ease, opacity 0.3s ease;
    /* Suaviza transformação e opacidade */
}

.img-hover:hover {
    transform: scale(1.1);
    /* Aumenta ligeiramente o tamanho da imagem */
    opacity: 0.9;
    /* Deixa a imagem um pouco mais transparente no hover */
}

.nav-bar-menu-bg {

    background-size: cover;
    background-position: center;
}

.nav-text {
    color: #FFF;
    text-align: left;
    font-family: "Space Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.9px;
}
  /* Fundo escurecido */
  .loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Spinner estiloso */
.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top: 4px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}