.bg-repeat {
    background-image: url('../img/bg.jpg');
    background-size: contain;
    background-position: center;
}

.logo {
    margin: 0 auto;
    text-align: center;
}

.logo img {
    max-width: 100%;
    width: 80%;
}

.live-button {
    background-color: #fcc524;
    color: red;
    font-size: 30px;
    font-weight: 700;
    padding: 5px;
    margin: 0 auto 30px;
    border-radius: 5px;
    text-align: center;
    display: block;
    width: 40%;
    cursor: pointer;
    padding: 15px;
}

.container-fluid {
    text-align: center;
}

.yellow {
    text-align: center;
    text-transform: uppercase;
    color: #fcc524 !important;
    font-weight: 700;
}

.white {
    text-align: center;
    color: #fff;
    font-weight: 700;
}


.col-results {
    margin-top: 20px;
    border: 3px solid #fff;
    background-color: rgba(255, 255, 255, .1) !important;
    border-radius: 30px;
    padding: 30px;
}

hr {
    border-top: 3px solid #fff;
}

.result-main {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, .1) !important;
    border-radius: 30px;
    padding: 10px;
}

.ballBig {
    width: 50px;
}

.ballVeryBig {
    width: 60px;
    margin-left: 10px;
}

.ballSmol {
    width: 40px;
}

.ball100 {
    width: 100%;
}

.pickLogo {
    width: 70px;
    margin-top: 20px;
}

.pickLogoBig {
    width: 100px;
}

.pickLogoTwitch {
    width: 92px;
}

.pickLogoAbsolute {
    width: 80%;
    position: absolute;
    left: 0;
    margin-top: 15px;
}

.pickLogoMain {
    width: 140px;
}

.bg-drawing {
    background-image: url('../img/bg2.png');
    min-height: 100vh;
    background-size: cover;
}

.end-line {
    border-left: solid #fcc524;
}

.times {
    font-size: 47px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 35px;
}

.times-big {
    font-size: 72px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 35px;
}

.red {
    color: red;
}

.green {
    color: rgb(0, 184, 63);
    font-weight: 700;
}

.yellow-line {
    width: 80%;
    border-color: #fcc524;
}

.smol {
    margin-right: -15px !important;
}

.top-space {
    margin-top: 70px;
}

.count-down {
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 120px;
    font-size: 140px;
    font-family: Montserrat !important;
}

.ball {
    width: 80px;
}

.winning .ballBig {
    margin-top: 10px !important;
    width: 80px;
}

.winning .pickLogo {
    width: 160px;
    margin: 0;
}

.no-top {
    margin-top: 0;
}

.white.h3 {
    vertical-align: text-top;
}

.left {
    text-align: left !important;
}

.right {
    text-align: right !important;
}

h3 {
    margin-bottom: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 550px) {
    .count-down {
        text-align: center;
        color: #fff;
        font-weight: 900;
        line-height: 100px;
        font-size: 84px !important;
    }
}

@media screen and (max-width: 1600px) {

    .col-results .col-lg-2,
    .col-results .col-lg-10 {
        width: 100% !important;
    }
}

.col-results.next-draw {
    min-height: 615px;
}

.h1-big {
    font-size: 5.8em;
}

.h4 {
    font-weight: bold !important;
}

.next-drawing {
    font-size: 75px;
    line-height: 80px;
}

.next-drawing.tittle {
    top: 210px;
    position: absolute;
    right: 79px;
}

#ended {
    width: 100%;
    height: 100vh;
    background-image: url('../img/ended.png');
    background-size: cover;
    display: none;
    text-align: center;
}

.ballHuge {
    width: 110px;
}

#ended .logo {
    margin-top: 20px;
    width: 720px;
}

#ended .winning {
    font-size: 130px;
    line-height: 100px;
    margin-top: 80px;
}

#ended .date {
    font-size: 90px;
    margin-top: 40px;
}

#ended .pick {
    margin-top: 40px;
    width: 210px;
}

#ended .ball {
    width: 140px;
}

.video-main {
    transform-origin: left top;
    background-color: black;
    padding: 1%;
}

.wordart {
    font-family: Arial, sans-serif;
    font-size: 4em;
    font-weight: bold;
    position: relative;
    z-index: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wordart.orange .text {
    letter-spacing: -0.01em;
    font-family: Impact;
    background: #fff;
    -webkit-text-stroke: 0.01em #fc2700;
    filter: progid:DXImageTransform.Microsoft.Glow(Color=#fc2700, Strength=1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



.white-button {
    background-color: #B00A0C;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin: 0 auto 30px;
    border-radius: 5px;
    text-align: center;
    display: block;
    width: 40%;
    cursor: pointer;
    padding: 15px;
}

@media screen and (max-width: 800px) {
    .white-button {
        width: 97%;
        font-size: 25px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .logo-result {
        width: 350px;
    }
}

.float-up {
    position: absolute;
    top: 2px;
    left: 2px;
    background-color: black;
    color: #FFF;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    padding: 3px;
    text-decoration: none;
}

.external-logo {
    width: 100%;
}

.ny-logo {
    width: 80%;
}

.emoji-lotto {
    font-size: 2.5em;
    writing-mode: vertical-rl;
}

.container-ratio {
    background-color: black;
    width: 100%;
    padding-top: 56%;
    /* 1:1 Aspect Ratio */
    position: relative;
    /* If you want text inside of it */
    margin-bottom: 1em;
    overflow: hidden;
}

@media screen and (max-width: 600px) {
    .wordart {
        font-size: 1.5em;
    }

    .ballSmol {
        width: 30px;
    }

    .emoji-lotto {
        font-size: 2em;
        writing-mode: vertical-rl;
    }

    .pickLogoAbsolute {
        width: 80%;
        position: absolute;
        left: 0;
        margin-top: 60px;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.pulsating-button {
    animation: pulse 2s infinite;
    display: inline-block;
}

/* Base style for all screens */
.logo-winning {
    width: 200px;
}

.external-left-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 15px;
    width: 200px;
    height: 28px;
    position: fixed;
    top: 45vh;
    left: -88px;
    transform: rotate(90deg);
    z-index: 4;
    background: #059669;
    border: 1px solid #059669;
    color: white;
}

/* For tablets and larger screens */
@media (min-width: 768px) {
    .logo-winning {
        width: 300px;
    }

    .external-left-button {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        font-size: 15px;
        width: 200px;
        height: 28px;
        position: fixed;
        top: 50vh;
        left: -88px;
        transform: rotate(90deg);
        z-index: 4;
        background: #059669;
        border: 1px solid #059669;
        color: white;
    }

    .title-live {
        margin: 0 200px 0;
    }
}

.cd-main-content {
    text-align: center;
}

.cd-main-content h1 {
    font-size: 20px;
    font-size: 8.25rem;
    color: #636D7E;
    padding: 1em 0;
    font-family: teko;
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.03) 2px 2px, rgba(0, 0, 0, 0.0285) 4px 4px, rgba(0, 0, 0, 0.027) 6px 6px, rgba(0, 0, 0, 0.0255) 8px 8px, rgba(0, 0, 0, 0.024) 10px 10px, rgba(0, 0, 0, 0.0225) 12px 12px, rgba(0, 0, 0, 0.021) 14px 14px, rgba(0, 0, 0, 0.0195) 16px 16px, rgba(0, 0, 0, 0.018) 18px 18px, rgba(0, 0, 0, 0.0165) 20px 20px, rgba(0, 0, 0, 0.015) 22px 22px, rgba(0, 0, 0, 0.0135) 24px 24px, rgba(0, 0, 0, 0.012) 26px 26px, rgba(0, 0, 0, 0.0105) 28px 28px, rgba(0, 0, 0, 0.009) 30px 30px, rgba(0, 0, 0, 0.0075) 32px 32px, rgba(0, 0, 0, 0.006) 34px 34px, rgba(0, 0, 0, 0.0045) 36px 36px, rgba(0, 0, 0, 0.003) 38px 38px, rgba(0, 0, 0, 0.0015) 40px 40px;
}

.cd-main-content .cd-btn {
    position: relative;
    display: inline-block;
    padding: .6em 1em;
    background-color: #CCC;
    color: #565E64;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 3px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid rgba(54, 54, 54, 0.16);
    font-family: teko;
    font-size: 2rem;
    font-weight: 400;
}

.cd-main-content .cd-btn:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 12px rgba(0, 0, 0, 0.3);

}



@media only screen and (min-width: 1170px) {
    .cd-main-content h1 {
        font-size: 32px;
        font-size: 5rem;
    }
}

.cd-panel {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.6s;
    -moz-transition: visibility 0s 0.6s;
    transition: visibility 0s 0.6s;
    z-index: 2;
}

.cd-panel::after {
    /* overlay layer */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    cursor: pointer;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}

.cd-panel.is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.cd-panel.is-visible::after {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: background 0.3s 0s;
    -moz-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
}

.cd-panel.is-visible .cd-panel-close::before {
    -webkit-animation: cd-close-1 0.6s 0.3s;
    -moz-animation: cd-close-1 0.6s 0.3s;
    animation: cd-close-1 0.6s 0.3s;
}

.cd-panel.is-visible .cd-panel-close::after {
    -webkit-animation: cd-close-2 0.6s 0.3s;
    -moz-animation: cd-close-2 0.6s 0.3s;
    animation: cd-close-2 0.6s 0.3s;
}

@-webkit-keyframes cd-close-1 {

    0%,
    50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
    }
}

@-moz-keyframes cd-close-1 {

    0%,
    50% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(45deg);
    }
}

@keyframes cd-close-1 {

    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes cd-close-2 {

    0%,
    50% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-45deg);
    }
}

@-moz-keyframes cd-close-2 {

    0%,
    50% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(-45deg);
    }
}

@keyframes cd-close-2 {

    0%,
    50% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

.cd-panel-header {
    position: fixed;
    width: 60%;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.96);
    z-index: 2;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
    -webkit-transition: top 0.3s 0s;
    -moz-transition: top 0.3s 0s;
    transition: top 0.3s 0s;
}

.cd-panel-header h3 {
    font-weight: bold;
    color: #89ba2c;
    padding-left: 5%;
}

.from-right .cd-panel-header,
.from-left .cd-panel-header {
    top: -50px;
}

.from-right .cd-panel-header {
    right: 0;
}

.from-left .cd-panel-header {
    left: 0;
}

.is-visible .cd-panel-header {
    top: 0;
    -webkit-transition: top 0.3s 0.3s;
    -moz-transition: top 0.3s 0.3s;
    transition: top 0.3s 0.3s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-header {
        width: 50%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-header {
        width: 40%;
    }
}

.cd-panel-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    /* image replacement */
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.cd-panel-close::before,
.cd-panel-close::after {
    /* close icon created in CSS */
    position: absolute;
    top: 22px;
    left: 20px;
    height: 3px;
    width: 20px;
    background-color: #424f5c;
    /* this fixes a bug where pseudo elements are slighty off position */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-panel-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-panel-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-touch .cd-panel-close:hover {
    background-color: #424f5c;
}

.no-touch .cd-panel-close:hover::before,
.no-touch .cd-panel-close:hover::after {
    background-color: #ffffff;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.no-touch .cd-panel-close:hover::before {
    -webkit-transform: rotate(220deg);
    -moz-transform: rotate(220deg);
    -ms-transform: rotate(220deg);
    -o-transform: rotate(220deg);
    transform: rotate(220deg);
}

.no-touch .cd-panel-close:hover::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-panel-container {
    position: fixed;
    width: 60%;
    height: 100%;
    top: 0;
    background: #dbe2e9;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.from-right .cd-panel-container {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.from-left .cd-panel-container {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.is-visible .cd-panel-container {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

@media only screen and (min-width: 768px) {
    .cd-panel-container {
        width: 50%;
    }
}

@media only screen and (min-width: 1170px) {
    .cd-panel-container {
        width: 40%;
    }
}

.cd-panel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 70px 5%;
    overflow: auto;
    /* smooth scrolling on touch devices */
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}

.cd-panel-content p {
    font-size: 14px;
    font-size: 0.875rem;
    color: #424f5c;
    line-height: 1.4;
    margin: 2em 0;
}

.cd-panel-content p:first-of-type {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .cd-panel-content p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.6;
    }
}

.last-winning {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    display: block;
    cursor: pointer;
    padding: 15px;
}

/* Important styles */
#toggle {
    display: block;
    width: 28px;
    height: 30px;
    margin: 30px auto 10px;
}

#toggle span:after,
#toggle span:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9px;
}

#toggle span:after {
    top: 9px;
}

#toggle span {
    position: relative;
    display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
    width: 100%;
    height: 5px;
    background-color: white;
    transition: all 0.3s;
    backface-visibility: hidden;
    border-radius: 2px;
}

/* on activation */
#toggle.on span {
    background-color: transparent;
}

#toggle.on span:before {
    transform: rotate(45deg) translate(5px, 5px);
}

#toggle.on span:after {
    transform: rotate(-45deg) translate(7px, -8px);
}

#toggle.on+#menu-mobile {
    opacity: 1;
    visibility: visible;
}

/* menu appearance*/
#menu-mobile {
    position: absolute;
    color: black;
    width: 200px;
    padding: 10px;
    margin: auto;
    text-align: center;
    border-radius: 4px;
    background: white;
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05);
    /* just for this demo */
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    z-index: 1;
}

#menu-mobile:after {
    position: absolute;
    top: -15px;
    left: 95px;
    content: "";
    display: block;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
}

#menu-mobile ul,
#menu-mobile li,
#menu-mobile li a {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

#menu-mobile li a {
    padding: 5px;
    color: black;
    text-decoration: none;
    transition: all .2s;
}

#menu-mobile li a:hover,
#menu-mobile li a:focus {
    background: #1ABC9C;
    color: #fff;
}

#menu-mobile p,
#menu-mobile li a {
    font-size: 12px;
    text-align: center;
    color: black;
}

.dropdown {
    width: 200px;
}

.row-ex-results {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.ex-logo {
    max-width: 200px;
    width: 80%;
    max-height: 200px;
    object-fit: contain;
}

.ex-numbers {
    display: flex;
    flex-direction: column;
}

.ex-pick {
    max-width: 70px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.number-ball {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Existing shadow */
    position: relative;
    /* Required for positioning the pseudo-element */
}

.number-ball::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0.2);
    /* Shadow color */
    border-radius: 50%;
    filter: blur(5px);
    /* Adjust blur as needed */
}

.container-balls {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: fit-content;
}

.container-balls-dm {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .number-ball {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }

    .container-balls-dm h3 {
        font-size: 20px;
    }

}

.container-balls-dm div {
    margin: 2px;
}

.container-balls-dm h3 {
    font-weight: bold;
    color: #000000;
}

.tab-content .tab-pane {
    display: none;
}

.tab-content .tab-pane.active {
    display: block;
}

/* Glowing Button */
.glowing-button {
    background-color: #1ABC9C;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px #ffffff, 0 0 40px #ffffff, 0 0 80px #1ABC9C;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    font-weight: 900;
}

.glowing-button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px #1ABC9C,
        0 0 60px #1ABC9C,
        0 0 100px #1ABC9C;
}

/* Zoom In Button */
.zoom-in-button {
    background-color: #1ABC9C;
    color: #fff;
    border: none;
    padding: 15px 30px;
    border-radius: 5px;
    transform: scale(1);
    transition: transform 0.3s ease;
    font-weight: 900;
    margin: 10px;
    font-size: 25px;
}

.zoom-in-button:hover {
    transform: scale(1.1);
}

.row-pick-generator {
    display: flexbox;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.number-generated-ball {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Existing shadow */
    position: relative;
    /* Required for positioning the pseudo-element */
}

.number-generated-ball::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 20%;
    background-color: rgba(0, 0, 0, 0.2);
    /* Shadow color */
    border-radius: 50%;
    filter: blur(5px);
    /* Adjust blur as needed */
}

.ticker {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    bottom: 0px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.7);
}

    .ticker-content {
      display: inline-flex;
      align-items: flex-start;
      margin-top: -10px;
    }

    @keyframes scroll-right {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

.ticker-spacing{
    padding: 10px;
}

.ticker-lottery-spacing{
    margin-left: 40px;
}

.ex-logo-ticker img{
    width: 130px;
    height: 110px;
    object-fit: contain;
}

#burst-error {
    display: none !important;
}
