.old-standard-tt-regular {
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: normal;
}

.old-standard-tt-bold {
    font-family: "Old Standard TT", serif;
    font-weight: 700;
    font-style: normal;
}

.old-standard-tt-regular-italic {
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: italic;
}

:root {
    --base-bg: #10133c;
    --base-red: #ff0100;
    --base-sc-bg: #1f2677;
}

.loader {
    width: 34px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side, #fff 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 33% 50%,
        var(--_g) 66% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/4) 100%;
    animation: l7 2s infinite linear;
}

.loader-red {
    width: 58px;
    aspect-ratio: 4;
    --_g: no-repeat radial-gradient(circle closest-side, #ff0100 90%, #0000);
    background:
        var(--_g) 0% 50%,
        var(--_g) 33% 50%,
        var(--_g) 66% 50%,
        var(--_g) 100% 50%;
    background-size: calc(100%/4) 100%;
    animation: l7 2s infinite linear;
}

@keyframes l7 {
    0% {
        background-size: calc(100%/4) 100%, calc(100%/4) 0%, calc(100%/4) 100%, calc(100%/4) 0%
    }

    25% {
        background-size: calc(100%/4) 0%, calc(100%/4) 100%, calc(100%/4) 0%, calc(100%/4) 100%
    }

    50% {
        background-size: calc(100%/4) 100%, calc(100%/4) 0%, calc(100%/4) 100%, calc(100%/4) 0%
    }

    75% {
        background-size: calc(100%/4) 0%, calc(100%/4) 100%, calc(100%/4) 0%, calc(100%/4) 100%
    }

    100% {
        background-size: calc(100%/4) 100%, calc(100%/4) 0%, calc(100%/4) 100%, calc(100%/4) 0%
    }
}

@keyframes shinyBlink {

    0%,
    100% {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #ff5733, 0 0 30px #ff5733, 0 0 40px #ff5733;
    }

    50% {
        text-shadow: 0 0 10px #fff, 0 0 20px #ff8c42, 0 0 30px #ff8c42, 0 0 40px #ff8c42, 0 0 50px #ff8c42;
    }
}

.paginate-croatia {
    display: flex;
    justify-content: center;
}

.ext-text {
    height: 24px;
    display: flex;
}

.shiny-blink {
    animation: shinyBlink 0.5s infinite;
}

body {
    font-family: Open Sans;
    color: #fff;
    background: var(--base-bg);
}

#history-page {
    color: #fff;
}

#body-content {
    background: linear-gradient(0deg, rgb(17 19 60 / 90%), rgb(17 19 60 / 90%)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/cr.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: calc(100dvh - 184px);
}

.logo-croatia {
    width: 140px;
}

.lang-img {
    width: 40px;
    height: 20px;
    object-fit: cover;
}

.dropdown-toggle::after {
    display: contents !important;
}

.btn-red {
    background: var(--base-red);
}

.dropdown-menu[data-bs-popper] {
    left: unset;
    right: 0;
}

#navigation {
    border-bottom: 1px solid #fff;
}

.right-menu>.navbar-nav {
    margin-right: auto;
    align-items: center;
}

.banner {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 80px;
}

.count-number {
    width: 30%;
}

.count-down-box {
    display: flex;
    justify-content: space-between;
    background: var(--base-bg);
    border-radius: 50px;
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 4px 2px rgb(49 22 174 / 89%);
}

.count-down-box h3 {
    color: var(--base-red);
    font-family: serif;
    font-weight: 600;
    font-size: 34px;
    margin-bottom: 0;
}

.border-space {
    border-right: 1px solid #fff;
}

h1 {
    font-family: "Old Standard TT";
    font-weight: bold;
}

.banner h1 {
    font-size: 40px;
    width: 500px;
    margin: auto;
    margin-bottom: 30px;
}

.body-result {
    display: flex;
    gap: 15px;
}

.list-winner {
    display: flex;
    gap: 25px;
    align-items: center;
}

.extra-prize {
    display: flex;
    flex-direction: column;
    background: var(--base-sc-bg);
    border-radius: 10px;
    width: 300px;
    padding: 10px;
}

.extra-prize .tablet-body {
    display: flex;
    justify-items: center;
    gap: 10px;
    font-weight: bold;
    justify-content: center;
    font-size: 15px;
}

.prize-winner {
    background: var(--base-sc-bg);
    padding: 10px;
    border-radius: 10px;
}

.lable {
    font-weight: bold;
}

.list-winner .result-number {
    background: var(--base-bg);
    margin-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    color: var(--base-red);
    letter-spacing: 3px;
    height: 32px;
    display: flex;
    align-items: center;
}

.list-winner:last-of-type .result-number {
    margin-bottom: 0px;
}

.column-prize {
    width: 50%;
}

.prize-extra-column {
    background-color: var(--base-bg);
    display: flex;
    padding: 5px;
    border-radius: 5px;
}

.result-show {
    padding-bottom: 100px;
}

.right-menu .nav-item.dropdown {
    margin-left: 1.5rem;
}

.language-select {
    display: none;
}

.modal-content {
    color: #333;
}

.page-link {
    color: #333;
}

@media only screen and (max-width: 768px) {
    .banner h1 {
        font-size: 32px;
        width: 100%;
    }

    .body-result {
        flex-direction: column;
    }

    .count-down-box {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .border-space {
        border-right: 0;
        border-top: 1px solid #fff;
    }

    .count-number {
        width: 100%;
    }

    .navbar-toggler {
        font-size: 20px;
        color: #fff;
        border: 1px solid;
    }

    .navbar-nav {
        text-align: center;
    }

    .right-menu>.navbar-nav {
        margin-right: unset;
    }


    .right-menu .nav-item.dropdown {
        display: none;
    }

    .right-menu {
        justify-content: center;
    }

    .language-select {
        display: flex;
        gap: 10px;
    }

    .list-winner .result-number {
        width: calc(80% - 20px);
        margin-left: 20px;
        text-align: center;
    }

    .lable {
        width: 20%;
        padding-left: 10px;
    }

    .list-winner {
        gap: 0;
    }
}