.new-buyer-pack-popup .flavr-outer #nbp-popup-timer {
    color: #FE9F6B;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 31px;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-left: 21px;
}

.new-buyer-pack-popup .flavr-outer #nbp-popup-timer::before {
    content: ' ';
    background: url(/static/img/bank/nbp/ic-timer.png);
    background-size: cover;
    width: 17px;
    height: 17px;
    filter: brightness(0) saturate(100%) invert(62%) sepia(76%) saturate(380%) hue-rotate(330deg) brightness(102%) contrast(99%);
    position: absolute;
    left: 0;
    top: 4px;
}

.new-buyer-pack-popup .flavr-outer #nbp-popup-timer span {
    font-weight: bold;
}

.new-buyer-pack-popup .flavr-outer .flavr-message p {
    color: #321540 !important;
    font-family: "Alegreya Sans", sans-serif !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-align: center !important;
}

.new-buyer-pack-popup .flavr-outer .flavr-message ul li {
    color: #FE9F6B;
    font-family: "Alegreya Sans SC", sans-serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 28px;
    text-align: center;
    display: inline-block;
    position: relative;
    padding: 0 6px;
}

.new-buyer-pack-popup .flavr-outer .flavr-message ul li:first-of-type,
.new-buyer-pack-popup .flavr-outer .flavr-message ul li:nth-of-type(2) {
    padding: 0 12px;
}

.new-buyer-pack-popup .flavr-outer .flavr-message ul li:nth-of-type(3) {
    display: block;
}

.new-buyer-pack-popup .flavr-outer .flavr-message ul li:first-of-type::after {
    content: ' ';
    width: 1px;
    height: 100%;
    background-color: #FE9F6B;
    position: absolute;
    right: 0;
    top: 0;
}

.new-buyer-pack-popup .flavr-outer .flavr-message ul li span:not(.maana-icon):not(.gold-icon) {
    font-weight: 900;
}

.new-buyer-pack-popup .flavr-outer .flavr-message #popup-btn {
    margin-top: 16px;
}

.new-buyer-pack-popup .flavr-outer #popup-deco {
    width: 800px;
    height: 561px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/static/img/bank/nbp/outfit.png) no-repeat bottom 0 left 0 / auto 561px,
    url(/static/img/bank/nbp/incubator.png) no-repeat top 28px left 195px / auto 90px,
    url(/static/img/bank/nbp/pet.png) no-repeat top 266px right 75px / auto 180px,
    url(/static/img/bank/nbp/gold.png) no-repeat top 188px right 22px / auto 129px,
    url(/static/img/bank/nbp/maana.png) no-repeat top 149px right 79px / auto 102px;
}

.new-buyer-pack-popup .flavr-outer #popup-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: calc(100vh - 200px);
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    animation: nbp-popup-glow-fadein ease-in-out 400ms 1000ms forwards;
}

.new-buyer-pack-popup .flavr-outer #popup-glow div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/static/img/bank/nbp/popup-glow.png);
    width: 812px;
    height: 711px;
    animation: nbp-popup-glow-rotate infinite linear 8000ms 1200ms forwards;
}

@keyframes nbp-popup-glow-fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes nbp-popup-glow-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg)
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.new-buyer-pack-popup .flavr-outer .flavr-message {
    padding: 20px 100px !important;
}

.new-buyer-pack-popup .flavr-button.close {
    transition: none !important;
    background: linear-gradient(211deg, #00FF60 0%, #CDFB5E 100%) !important;
}

.new-buyer-pack-popup #popup-btn {
    min-width: 150px;
    height: 43px;
    background: linear-gradient(211deg, #00FF60 0%, #CDFB5E 100%);
}