@keyframes marqueeAnimation-9702849 {
    100% {
        transform: translateX(-4832.38px)
    }
}
@keyframes marqueeAnimation-3327609 {
    100% {
        transform: translateX(-4832.38px)
    }
}
@keyframes marqueeAnimation-7303198 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-1068347 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-9135969 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-4798303 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-9012131 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-7169409 {
    100% {
        transform: translateX(-100010px)
    }
}
@keyframes marqueeAnimation-6093969 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-8000156 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-5765354 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-1357184 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-8565704 {
    100% {
        transform: translateX(-100000px)
    }
}
@keyframes marqueeAnimation-593181 {
    100% {
        transform: translateX(-100000px)
    }
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 15px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1000;
}
.cookie-banner p {
    margin: 0;
    flex: 1;
    text-align: left;
}
.cookie-buttons {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
#accept-cookies, #reject-cookies {
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 50px;
    min-width: 120px;
    max-width: 150px;
    text-align: center;
}
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    .cookie-buttons {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin-top: 10px;
    }
    #accept-cookies, #reject-cookies {
        width: 100%;
        margin-top: 5px;
    }
    .cookie-banner p {
        text-align: center;
    }
}

/* Page specific styles from signin.html */
#resend-otp-btn:not(:disabled) {
    background-color: black; /* Black background */
    color: white !important; /* Force white text */
}

#resend-otp-btn:disabled {
    background-color: gray; /* Gray background */
    color: white !important; /* Force white text even when disabled */
    cursor: not-allowed; /* Indicate disabled state */
}

@media (max-width: 480px) {  /* Target small screens */
    /* Fix reCAPTCHA scaling */
    .g-recaptcha {
        transform: scale(0.85); /* Reduce size */
        transform-origin: center;
    }

    .terms-container {
        gap: 2px; /* Reduce vertical and horizontal spacing */
    }

    .terms-text {
        font-size: 13px;
        gap: 3px;
    }

    /* OTP input styling for better visibility */
    .otp-input {
        width: 40px;  /* Set a fixed width */
        height: 45px; /* Increase height for better readability */
        font-size: 20px; /* Increase font size */
        text-align: center;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

    /* Ensure OTP inputs are centered */
    .d-flex.justify-content-center.gap-2 {
        gap: 8px; /* Reduce space between OTP boxes */
    }

    /* Adjust buttons alignment */
    .d-flex.justify-content-between {
        flex-direction: column;  /* Stack buttons vertically */
        align-items: center; /* Center align */
        gap: 15px; /* Add space between buttons */
    }

    /* Make buttons full width on small screens */
    #resend-otp-btn, #submit-otp-btn {
        width: 100%; /* Full width */
        max-width: 250px; /* Prevents them from being too wide */
        text-align: center;
    }
}

/* Styles from inline attributes for signin.html */
.signin-style-0 { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:9998; }
.signin-style-1 { display:none; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); background:#1e1e1e; color:#fff; padding:20px 30px; border-radius:0 0 14px 14px; z-index:9999; box-shadow:0 4px 12px rgba(0,0,0,0.6); font-family:'Segoe UI', sans-serif; min-width:300px; text-align:center; }
.signin-style-2 { font-size:15px; margin-bottom:20px; }
.signin-style-3 { padding:8px 22px; background:#2f2f2f; color:#dcdcdc; border:2px solid #555; border-radius:10px; font-weight:500; cursor:pointer; box-shadow:inset 0 0 5px #444; }
.signin-style-4 { height: 398.8px; }
/* .signin-style-5 for style="" will be empty or omitted */
.signin-style-6 { font-size: 1.0rem; }
.signin-style-7 { display: flex; align-items: center; padding-bottom: 10px; justify-content: center; }
.signin-style-8 { height: 30px; }
.signin-style-9 { margin-left: 2px; color: gray; }
/* .signin-style-10 { margin: 0 5px; color: gray; } */
.signin-style-11 { display: none; text-align: center; }
.signin-style-12 { animation-delay: 0ms; }
