<style>


/* ============
LINK ALTERNATIF
============ */


/* ============
GENERAL
============ */
#snackbar {
    visibility: hidden;
        width: 53rem;
        background-color: #000;
        color: #fff;
        text-align: center;
        border-radius: 25px;
        position: fixed;
        font-family: Glory,sans-serif;
        z-index: 99999999999999999999999999999999999999999999999999999999999999;
        border: 2px solid #1cdddd;
        display: flex!important;
        gap: 1rem;
        align-items: center;
        max-width: 95%;
        height: 60px;
        left: 2%;
        font-size: 12px;
        bottom: 3%;
        padding: .3rem;
        transform: translateX(0);
        margin-top: auto;
}
.snackbar-icon {
    max-width: 2rem;
    padding-right: 0.6rem;
}
.snackbar-nominal {
    font-size: 1.2rem;
}
.snackbar-img {
    width: 30px;
    margin-left: 1rem;
}
#snackbar.show {
    visibility: visible;
    -webkit-animation: 0.8s fadein, 0.8s 4.5s fadeout;
    animation: 0.8s fadein, 0.8s 4.5s fadeout;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 3%;
        opacity: 2;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 3%;
        opacity: 2;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 3%;
        opacity: 2;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 3%;
        opacity: 2;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}
#snackbar span,
#snackbar strong {
    font-weight: 700;
    color: #3cf6f7;
}
@media only screen and (max-width: 600px) {
    #snackbar {
        max-width: 95%;
        height: 7%;
        left: 2%;
        font-size: 12px;
        top: 12%;
        padding: 0.3rem;
        transform: translateX(0);
    }
    .snackbar-nominal {
        font-size: 1rem;
    }
    #withdraw {
        font-size: 0.8rem;
    }
}
.section .container {
    box-shadow: rgb(0 0 0 / 100%) 0 32px 62px -2px,
        rgb(0 0 0 / 100%) 0 30px 32px -3px;
}
div:has(img[src="/assets/img/feedback2.png"]) {
    display: none;
}
input[type="text"],
input[type="password"],
select,
textarea {
    border-radius: 10px 2px !important;
    border: 2px solid #ff3b5c !important;
}

.new-menu {
    display: flex;
    justify-content: space-around;
    padding: 1rem;
    gap: 1rem;
    margin: 0 0 1rem;
    border-bottom: 2px solid #ff3b5c;
}

.new-menu li {
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center;
    list-style: none;
}

.new-menu li a {
    font-weight: 700;
    color: #ffffff;
}

.new-menu li a i {
    color: #ffffff !important;
}

.new-menu li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.new-menu li a i {
    font-size: 2.8rem;
    margin-bottom: 0.6rem;
}

.btn-menu a , .btn-menu i {
    color: rgb(255, 255, 255);
}
a.btn-menu{
    color: #fff;
}

.list-menubaru {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-menubaru li {
    background: #000;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 7px;
}

.list-menubaru li a, .list-menubaru li i {
    color: #fff;
    font-weight: bold;
}

.slider #progressBar #bar {
    background: #3cf6f7;
}

/* .skrollable .btn-theme{
    border-radius: 2px 14px !important;
}

.sidebar-button .btn-theme {
    border-radius: 14px 2px;
}

.skrollable .btn-theme,.sidebar-button .btn-theme {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: white;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: linear-gradient(140deg, #ff002b, #ff002b,#ff002b,#ff002b);
    background-size: 200% 100%;
    animation: gradients 5s ease-in-out infinite;
    border: 2px solid gold;
}

.skrollable .btn-theme:hover,.sidebar-button .btn-theme:hover {
    background: linear-gradient(140deg, #ff002b, #ff002b,#ff002b,#ff002b);
    background-size: 200% 100%;
    animation: gradients 5s ease-in-out infinite;
    color: white;
    border: 2px solid gold;
} */

@keyframes gradients {
    0% {
        background-position: -100% 50%;
    }
    50% {
        background-position: 100% -50%;
    }
    100% {
        background-position: -100% 50%;
    }
}

.blog-sidebar .results {
    max-width: 100%!important;
    padding: .7rem!important;
    margin-bottom: 1rem!important;
    border-radius: 0 25px!important;
    border: 2px solid #adffff!important;
    background: linear-gradient(to bottom, #ff002b 0, #ff3b5c 50%, #ff002b 100%) !important;
}


.Slot-centongtoto, .casino-centongtoto {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
    .daftar-slot-centongtoto {
        margin: 7px;
        border: 1px solid transparent;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.5s;
        animation: shadow 2s infinite alternate;
    }

    .daftar-casino-centongtoto {
        margin: 7px;
        border: 1px solid transparent;
        border-radius: 10px;
        cursor: pointer;
        transition: 0.5s;
        animation: shadow 2s infinite alternate;
    }

    .daftar-slot-centongtotoimg {
        border-radius: 25px;
    }
    .daftar-casino-centongtotoimg {
        border-radius: 25px;
    }
    .daftar-slot-centongtoto:hover {
        opacity: 0.3;
    }

        .daftar-casino-centongtoto:hover {
        opacity: 0.3;
    }
    .link-alternatif-centongtoto-terbaik {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    margin-top: 15px;
    margin: 30px auto;
}
.box-middle {
    padding: 0;
    border: 0px groove #ffe400;
    margin: 0 5px 10px;
    max-width: 267px;
    display: inline-block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.post-card3 {
    position: relative;
    transition: all .3s ease;
    border-radius: 10px
}

.post-card3:hover {
    transform: scale(1.05);
    z-index: 10
}

.post-card3 img {
    border-radius: 10px;
    max-width: 100%;
    height: auto
}

.post-card3 a,
.post-card3 a:hover {
    text-decoration: none;
    color: #f1f1f1
}

.post-card3 .post-overlay {
    position: absolute;
    background-color: transparent;
    width: 100%;
    height: 100%;
    z-index: 5
}

.post-card3-link {
    position: absolute;
    bottom: 0;
    background: #000;
    background: rgba(0, 0, 0, .5);
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity: 0;
    color: #fff;
    font-size: 17px;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 10px 10px;
    font-family: Helvetica, sans-serif
}

.post-card3:hover .post-card3-link {
    opacity: 1
}
.results > h4 > i {
    color: #fff;
    background: -webkit-linear-gradient(#fff, #fff );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.results .custom-navigations span {
    color: #fff;
}

.btn-group.circle-navigations button i, .btn-group.circle-navigations .btn i{
    color: #000 !important;
}

.btn-group.circle-navigations button:focus i, .btn-group.circle-navigations .btn:focus i  {
    color: #fff !important;
}

.results-detail,.news-detail {
    border-radius: 10px 2px;
}


.progress21, .progress31 {
    padding: 3px;
    border-radius: 30px;
    background: rgb(255, 255, 255);  
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}
.progress-bar21, .progress-bar31 {
    height: 10px;
    border-radius: 30px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.05));
    transition: 0.4s linear;  
    transition-property: width, background-color;    
}
.progress-moved2 .progress-bar21{
    width: 10%;
    background-color: #356aa9;
    animation: progressAnimation21 3s;
}

@keyframes progressAnimation21 {
    0%   { width: 1%; background-color: #000;}
    100% { width: 10%; background-color: #000; }
}

.progress-moved11 .progress-bar31 {
    width: 30%;
    background-color: #00519d;
    animation: progressAnimation31 3s;
}

@keyframes progressAnimation31 {
    0%   { width: 1%; background-color: #000;}
    100% { width: 30%; background-color: #000; }
}
.wrapper-service {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    margin-top: 1rem;
    margin-bottom: 1.3rem;
    padding: .8rem;
    border-bottom: 3px solid #ff3b5c !important;
    background: linear-gradient(283deg, #ff002b, #ff3b5c, #ff002b);
}

.status-wrapper,.status-wrapper-mem {
    display: flex;
    align-items: center
}

.status-wrapper {
    justify-content: space-between
}

.status-wrapper-mem {
    justify-content: center
}

.status-wrapper p {
    margin-right: .6rem!important
}

.item-service {
    margin-right: 3rem
}

.item-service h1 {
    font-size: 2.2rem;
    margin-top: 7px!important;
    text-transform: uppercase
}

.google-wrapper {
    background: #fff;
    padding: 2rem;
    width: 18rem;
    height: .5rem;
    border-radius: 20px;
    position: relative
}

.google-wrapper img {
    position: absolute;
    width: 2rem;
    top: 9px;
    left: 10px
}

.google-wrapper p {
    position: absolute;
    right: 4rem;
    top: .8rem;
    text-transform: uppercase!important;
    font-size: 1.6rem!important;
    color: #000!important
}

.wrapper-transactions {
    max-width: 100%;
    padding: .7rem;
    margin-bottom: 1rem;
    border-radius: 0 25px;
    border: 2px solid #adffff;
    background: linear-gradient(to bottom, #ff002b 0, #ff3b5c 50%, #ff002b 100%) !important;
}

#lastdp,#lastwd {
    height: 10rem;
    overflow: hidden;
    position: relative
}

.avatar-trans {
    width: 1.2rem;
    max-width: 100%;
    margin-right: .7rem
}

.avatar-wrapper {
    display: flex;
    justify-content: center
}

.item-trans {
    color: #fff;
    background: #000;
    display: flex;
    width: 100%;
    border: 2px solid #ff002b;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    font-size: 1rem;
    margin-bottom: .45rem!important;
    padding: .4rem;
    position: relative;
    bottom: 0;
    animation: 40s linear infinite moveUp;
}

@keyframes moveUp {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-1500px);
    }
}


.rupiah-trans {
    color: #f9ff00;
}

.text-centertitle {
    text-align: center;
    color: #ffffff;
    margin-top: 0;
    font-size: x-large;
    font-family: verdana
}

.divider-trans {
    margin-top: 14px!important;
    border-top: 1px solid rgb(0 0 0)
}

.btn-menu {
    border: none;
    outline: none;
    color: #fff;
    background: #630003;
    cursor: pointer;
    position: relative;
    z-index: 5;
    font-size: 12px;
    margin: 15px 0px;
    padding: 8px 12px;
    border-radius: 5px;
    letter-spacing: 2px;
    font-weight: bolder;
}

.btn-menu:before {
    content: "";
    background: linear-gradient(
        45deg,
        #ff0000,
        #fffb00,
        #ff0000,
        #fffb00,
        #ff0000,
        #fffb00,
        #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 300%;
    z-index: -1;
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}

.btn-menu:after {
    background: transparent;
}

.btn-menu:before {
    opacity: 1;
}

.btn-menu:hover {
    color: #fff;
}

.btn-menu:after {
    z-index: -1;
    content: "";
    position: absolute;
    background: black !important;
    width: 100%;
    height: 100%;
    color: #fff;
    left: 0;
    top: 0;
    border-radius: 10px;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}
.btn-menu a,
.btn-menu i {
    color: #fff;
}
a.btn-menu {
    color: #fff;
}

.btn-tet {
    border: none;
    outline: none;
    color: rgb(255 255 255);
    cursor: pointer;
    position: relative;
    z-index: 5;
    font-size: 13px;
    padding: 8px 11px;
    border-radius: 0px 18px;
    letter-spacing: 2px;
    font-weight: bolder;
}

.btn-tet:before {
    content: "";
    background: linear-gradient(277deg, #eb000b, #560000, #ff0200, #ff0200);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 300%;
    z-index: -1;
    filter: blur(0px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 10s linear infinite;
    opacity: 0;
    transition: opacity 0.1s;
    border-radius: 0px 18px;
}

.btn-tet:after {
    background: transparent;
}

.btn-tet:before {
    opacity: 1;
    border-radius: 0px 18px;
}

.btn-tet:hover {
    color: white;
    text-decoration: none;
}

@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 300% 0;
    }
    100% {
        background-position: 0 0;
    }
}


#bank .container .row .col-md-9 {
    float: right !important;
}

.bankscroll {
    margin-top: -132px;
}

#footer {
    border-top: 1px solid #ff3b5c !important;
}

.widget a {
    color: #000000;
}
button.btn-theme, 
.btn.btn-theme {
    background-image: linear-gradient(
        270deg,
        rgba(255,0,43,1) 0%, 
        rgba(255,59,92,1) 25%, 
        rgba(255,0,43,1) 50%, 
        rgba(255,59,92,1) 75%, 
        rgba(255,0,43,1) 100%
    ) !important;
    background-size: 300% 300% !important;
    animation: background-red 8s infinite !important;
    border: 2px solid #ff002b !important;
    border-radius: 18px 0px;
    color: #fff;
}

button.btn-small, 
.btn.btn-small, 
button.btn-theme, 
.btn.btn-theme {
    background-image: linear-gradient(
        270deg,
        rgba(255,0,43,1) 0%, 
        rgba(255,59,92,1) 25%, 
        rgba(255,0,43,1) 50%, 
        rgba(255,59,92,1) 75%, 
        rgba(255,0,43,1) 100%
    ) !important;
    background-size: 300% 300% !important;
    animation: background-red 8s infinite !important;
    border: 2px solid #ff002b !important;
    border-radius: 18px 0px;
    color: #fff;
}

@keyframes background-red {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* Info news bar */
.news-body,
.news-head {
    background: linear-gradient(
        to bottom, 
        #ff002b 0%, 
        #ff3b5c 50%, 
        #ff002b 100%
    ) !important;
}

/* Progress bar warna merah */
.progress-moved2 .progress-bar21 {
    width: 10%;
    background-color: #ff002b;
    animation: progressAnimation21 3s;
}

.progress-moved11 .progress-bar31 {
    width: 30%;
    background-color: #ff3b5c;
    animation: progressAnimation31 3s;
}

@keyframes progressAnimation21 {
    0% { width: 1%; background-color: #400000; }
    100% { width: 10%; background-color: #ff002b; }
}

@keyframes progressAnimation31 {
    0% { width: 1%; background-color: #400000; }
    100% { width: 30%; background-color: #ff3b5c; }
}

/* Garis bawah navbar */
.navbar-fixed-top {
    background-color: #000 !important;
    border-bottom: 2px solid #ff002b;
}

/* Garis footer */
footer#footer {
    background-color: #000000;
    border-top: 1px solid #ff002b;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    font-size: 12px;
    border-top-style: groove;
    width: 1170px;
    margin: auto;
}

/* Progress, link, efek highlight */
.slider #progressBar #bar {
    background: #ff3b5c;
}

</style>