@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 predictions.html */
.progress-label {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
}

.prediction-text {
    font-size: 0.9rem;
    color: #333;
    font-weight: bold;
}

.confidence-label {
    font-size: 0.9rem;
    color: black !important; /* Black text */;
    margin-bottom: 5px;
}

.progress {
    height: 15px; /* Reduce height to make it thinner */
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 80%; /* Adjust width of progress bar */
    margin-right: 10px; /* Space between progress bar and percentage text */
}

.progress-bar {
    height: 100%;
    background-color: #1a45e1 !important; /* Light blue */
    transition: width 0.6s ease;
    color: black !important; /* Ensure text inside is still black */
    font-weight: bold;
}

.progress-container {
    display: flex;
    align-items: center; /* Align bar and text */
}


/* Styles from inline attributes for predictions.html */
.predictions-style-0 { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:9998; }
.predictions-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; }
.predictions-style-2 { font-size:15px; margin-bottom:20px; }
.predictions-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; }
.predictions-style-4 { height: 398.8px; }
/* .predictions-style-5 for style="" will be empty or omitted */
.predictions-style-6 { padding-top: 70px; }
.predictions-style-7 { position: relative; display: inline-block; width: 100%; }
.predictions-style-8 { max-width: 100%; margin: 0 auto; padding-right: 40px; }
.predictions-style-9 { position: absolute; bottom: 10px; right: 10px; border: none; background: transparent; }
.predictions-style-10 { position: relative; overflow: hidden; padding-top: 56.25%; }
.predictions-style-11 { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none; }
.predictions-style-12 { display: none; }
.predictions-style-13 { height: 110px; overflow: hidden; max-height: none; }
.predictions-style-14 { font-size: 90%; }
.predictions-style-15 { position: absolute; bottom: 0px; left: 0px; width: 100%; z-index: 2; }
.predictions-style-16 { background: linear-gradient(rgba(2, 0, 36, 0) 0%, rgb(255, 255, 255) 100%); position: absolute; bottom: 0px; left: 0px; width: 100%; height: 100px; z-index: 1; }
.predictions-style-17 { animation-delay: 0ms; }
