.article-tenarjitu h1 {
    font-size: 30px;
    text-shadow: 0px 0px 10px #8b0404;
    font-weight: bold;
    text-align: center;
}

.Slot-Tenarjitu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.daftar-slot-Tenarjitu {
    margin: 7px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
    animation: shadow 2s infinite alternate;
}

.daftar-slot-Tenarjitu img {
    border-radius: 10px;
}

.daftar-slot-Tenarjitu:hover {
    opacity: 0.3;
}
.iconuserlogin {
position: absolute;
    top: 43px;
    left: 18px;
    background: #006303;
    border-radius: 17px 0 0 17px;
    padding: 10px 13px;
    box-shadow: 1px 0 5px #000000;
    border: 1px solid #fff000;
}
.login-wrapper .form-input .password-wrapper > button {
    position: absolute;
    top: 8px;
    right: 10px;
    background: transparent;
}

    .iconuserlogin img {
        width: 19.3px;
    filter: brightness(28) contrast(8.8);
    }

    .iconkeylogin {
        position: absolute;
        top: 90px;
        left: 18px;
        background: #006303;
        border-radius: 17px 0 0 17px;
        padding: 10px 13px;
        box-shadow: 1px 0 5px #000000;
border: 1px solid #fff000;
    }

    .iconkeylogin img {
        width: 19.3px;
    filter: brightness(28) contrast(8.8);
    }

#footer {
    background-color: #000000;
    border-top: 10px solid #000000;
    color: rgba(255, 255, 255, 1);
    font-weight: 300;
    font-size: 12px;
    width: 1170px;
    margin: auto;
    box-shadow: rgb(0 0 0 / 90%) 0 32px 62px -2px, rgb(0 0 0 / 90%) 0 30px 32px -3px;
}
/* .gameicon .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(39) {display: none;)
.owl-wrapper .owl-item .bank .online.ovo {
    display: none;
} */

.btn-kuning {
    border: none;
    outline: none;
    color: rgb(255 255 255);
    cursor: pointer;
    position: relative;
    z-index: 5;
    font-size: 13px;
    padding: 8px 11px;
    border-radius: 5px 5px;
    letter-spacing: 2px;
    font-weight: bolder;
}

.btn-kuning: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: 5px 5px;

}

.btn-kuning:after {
    background: transparent;
}

.btn-kuning:before {
    opacity: 1;
    border-radius: 5px 5px;
}

.btn-kuning:hover {
    color: white;
    text-decoration: none;
}