body[data-v-10800600] {
    margin: 0;
    overflow-x: hidden;
    padding: 0
}

a[data-v-10800600] {
    text-decoration: none!important
}

.daftar[data-v-10800600],.login[data-v-10800600] {
    border-radius: 10px
}

.mobile-menu[data-v-10800600] {
    bottom: 0;
    box-shadow: 0 -2px 10px #0003;
    justify-content: space-around;
    left: 0;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 1000
}

.menu-button[data-v-10800600],.mobile-menu[data-v-10800600] {
    align-items: center;
    color: #fff;
    display: flex
}

.menu-button[data-v-10800600] {
    background: none;
    border: none;
    flex: 1;
    flex-direction: column;
    font-size: 15px;
    font-weight: 700;
    padding: 8px
}

.menu-button.daftar[data-v-10800600] {
    background-color: #115320;
    color: #fff
}

.menu-button.login[data-v-10800600] {
    background-color: orange;
    color: #fff
}

.logo[data-v-10800600] {
    width: 250px
}

.navbar-collapse[data-v-10800600] {
    transition: height .35s ease
}

.navbar-collapse.show[data-v-10800600] {
    height: auto
}

.marquee[data-v-10800600] {
    border-bottom: 1px dashed #000;
    box-sizing: border-box;
    color: #fff!important;
    overflow: hidden;
    position: relative;
    text-align: center;
    white-space: nowrap
}

.marquee p[data-v-10800600] {
    animation: marquee-10800600 50s linear infinite,colorHighlight-10800600 5s linear infinite;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    display: inline-block;
    padding-left: 100%
}

@keyframes marquee-10800600 {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}

@keyframes colorHighlight-10800600 {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.dollar-icon[data-v-10800600] {
    color: #28a745;
    font-size: 24px;
    margin-right: 8px
}

#jackpotbayar[data-v-10800600] {
    animation: pulse-10800600 1.5s infinite;
    color: #28a745;
    font-size: 17px;
    font-weight: 700
}

@keyframes pulse-10800600 {
    0% {
        color: #28a745;
        transform: scale(.7)
    }

    50% {
        color: #d4edda;
        transform: scale(1)
    }

    to {
        color: #28a745;
        transform: scale(.7)
    }
}

.logo[data-v-10800600] {
    height: auto;
    width: 200px
}

@media (max-width: 992px) {
    .logo[data-v-10800600] {
        width:270px
    }

    .menu-button.daftar[data-v-10800600] {
        border-radius: 20px;
        margin-left: 10%
    }

    .menu-button.login[data-v-10800600] {
        border-radius: 20px;
        margin-right: 10%
    }

    .navbar-header[data-v-10800600] {
        align-items: center;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        padding-left: 11%
    }
}

@media (max-width: 768px) {
    .navbar-header[data-v-10800600] {
        align-items:center;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        padding-left: 10%
    }

    .logo[data-v-10800600] {
        margin: 0;
        padding: 0;
        width: 270px
    }

    .menu-button.daftar[data-v-10800600] {
        margin-left: 10%
    }

    .menu-button.login[data-v-10800600] {
        margin-right: 10%
    }

    #search-btn[data-v-10800600] {
        top: 1px
    }
}

@media (max-width: 576px) {
    #search-btn[data-v-10800600] {
        top:15px
    }

    .logo[data-v-10800600] {
        height: auto;
        margin-right: 23px;
        width: 200px
    }

    .navbar-header[data-v-10800600] {
        align-items: flex-end;
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        padding-right: 4%
    }
}

@media screen and (max-width: 414px) {
    .logo[data-v-10800600] {
        height:auto;
        width: 200px
    }

    .navbar-header[data-v-10800600] {
        align-items: flex-end;
        display: flex;
        flex: 1;
        flex-direction: row;
        justify-content: center;
        padding-right: 0
    }
}

.animated-button1[data-v-10800600] {
    background: linear-gradient(180deg,#f22a2c,#f14144)
}

.animated-button1[data-v-10800600],.animated-button2[data-v-10800600] {
    border-radius: 8px;
    box-shadow: inset 0 2px #ffffff80,0 2px 2px #0000004d,0 2px 4px 1px #0003;
    color: #fff;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    transform: translate(0)
}

.animated-button2[data-v-10800600] {
    background: linear-gradient(180deg,#ab7e00,#fbff00)
}

.animated-button1[data-v-10800600]:before {
    background-color: #5e564c;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease-in-out;
    width: 100%
}

.animated-button1[data-v-10800600]:hover:before {
    opacity: .2
}

.animated-button1 span[data-v-10800600] {
    position: absolute
}

.animated-button1 span[data-v-10800600]:first-child {
    animation: animateTop-10800600 2s linear infinite;
    background: linear-gradient(270deg,#2b080800,#fff);
    height: 60px;
    left: 0;
    top: 0;
    width: 100%
}

@keyframes animateTop-10800600 {
    0% {
        transform: translate(100%)
    }

    to {
        transform: translate(-100%)
    }
}

.animated-button1 span[data-v-10800600]:nth-child(2) {
    animation: animateRight-10800600 2s linear -1s infinite;
    background: linear-gradient(0deg,#2b080800,#fff);
    height: 100%;
    right: 0;
    top: 0;
    width: 3px
}

@keyframes animateRight-10800600 {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(-100%)
    }
}

.animated-button1 span[data-v-10800600]:nth-child(3) {
    animation: animateBottom-10800600 2s linear infinite;
    background: linear-gradient(90deg,#2b080800,#fff);
    bottom: 0;
    height: 3px;
    left: 0;
    width: 100%
}

@keyframes animateBottom-10800600 {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(100%)
    }
}

.animated-button1 span[data-v-10800600]:nth-child(4) {
    animation: animateLeft-10800600 2s linear -1s infinite;
    background: linear-gradient(180deg,#2b080800,#fff);
    height: 100%;
    left: 0;
    top: 0;
    width: 3px
}

@keyframes animateLeft-10800600 {
    0% {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(100%)
    }
}

p[data-v-71289e58] {
    animation: colorHighlight-71289e58 5s linear infinite;
    background: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    background-size: 200% 100%;
    font-weight: 800;
    text-align: center!important;
    -webkit-text-fill-color: transparent
}

.icon[data-v-71289e58] {
    font-size: 24px;
    margin-bottom: 5px
}

@keyframes colorHighlight-71289e58 {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@media (min-width: 769px) {
    .mobile-menu[data-v-71289e58] {
        display:none
    }
}
