/* Scrollbar */
body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
    background-color: #00c036;
    outline: 0.5px solid rgb(0, 208, 62);
    border-radius: 20px;
}

body {
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    background-color: var(--body-color);
    color: var(--text-color);
}

.backToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 15px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #39b300;
    color: white;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 15px;
    font-size: 18px;
    transition: opacity 0.3s ease;
}

.backToTopBtn:hover {
    background-color: #26a116;
    /* Add a dark-grey background on hover */
}

.navbar-toggler,
.navbar-toggler:focus {
    border: none !important;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-color {
    background-color: #424242;
}

.navbar-brand .logo {
    width: 280px;
    height: 60px;
}

.navbar-nav>li {
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600;
}

.navbar-nav>li a {
    color: #fdd700;
}

.navbar-nav>li a:hover {
    color: #16c000;
}

.in-show {
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
}

@keyframes waviy {

    0%,
    40%,
    100% {
        transform: translateY(0);
        color: #00c036;
        font-weight: 800;
    }

    20% {
        transform: translateY(-20px)
    }
}

.nav-item .btn-login {
    background: linear-gradient(180deg, #73c501 0%, #629e0d 50%, #73c501 100%);
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 500;
}

.nav-item .btn-login:hover {
    background: linear-gradient(180deg, #87ff699f 0%, #a2d40c 100%);
    color: #fff;
}

@media (max-width: 480px) {
    .navbar-brand .logo {
        width: 190px;
        height: 40px;
    }
}

.card {
    background: linear-gradient(0.25turn, #3a3c3d, #444444, #585858);
}

.logo-pools {
    border: 2px solid #16c000;
    margin: 2.2rem 2.2rem 5px 2.2rem;
    border-radius: 10px;
    background-color: #424242;
}

.logo-pools img {
    height: 130px;
    width: 130px;
    padding: 10px;
}

.card-body .card-title {
    color: #3cff00;
    font-weight: 600;
    text-transform: uppercase;
}

.card-body .card-allow {
    color: #ffd900;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 500;
}

.card-body .card-result {
    color: #ffffff;
    font-weight: 600;
    font-size: 48px;
    margin: 10px 20px;
    padding: 5px;
    background: linear-gradient(180deg, #73c501 0%, #629e0d 50%, #73c501 100%);
    border-radius: 2px;
}

.card-body .card-time {
    color: #ffd900;
    font-size: 18px;
    text-transform: uppercase;
}

.tombol .btn-card {
    background: linear-gradient(180deg, #73c501 0%, #629e0d 50%, #73c501 100%);
    box-shadow: 0px 0px 14px -7px #968812;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    transition: 0.5ms;
}

.tombol .btn-card:hover {
    background-position: right center;
    background: linear-gradient(180deg, #87ff699f 0%, #a2d40c 100%);
    color: #fff;
}

.close-btn {
    color: #ff0000;
    background: none;
    border: none;
    font-weight: bold;
    transition: 0.5s;
    float: inline-end;
    font-size: 18pt;
    height: 35px;
}

.close-btn:hover {
    transform: rotate(90deg);
}

/* Start Modal Baru */
.modal::-webkit-scrollbar {
    width: 5px;
}

.modal::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 20px;
}

.modal::-webkit-scrollbar-thumb {
    background-color: #00c036;
    outline: 0.5px solid rgb(0, 208, 62);
    border-radius: 20px;
}

.modal-body {
    font-weight: bold;
    margin-top: -30px;
}

.modal-body .border-luar {
    margin: auto 25px;
}

.row .logo-pasar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    border-radius: 4px;
}

.row .logo-pasar .logo-pasaran {
    margin: 15px;
    width: 15%;
    border-radius: 4px;
}

.pools {
    display: flex;
    height: 150px;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.row .no-result {
    justify-content: center;
    border-radius: 4px;
    border: 1px solid #000;
    height: 80px;
}

.row .generate {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #000;
    height: 40px;
    width: 49%;
}

.row .generate-name {
    border-radius: 4px;
    border: 1px solid #000;
    justify-content: center;
    height: 40px;
}

.row .generate-result {
    width: 32%;
    height: 40px;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 4px;
}

.row .generate-dua {
    width: 15%;
    height: 40px;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 4px;
}
/* end Modal Baru */

.history-result-name {
    color: #00c036;
}

@media (max-width: 480px) {
    .display {
        font-size: 12px;
    }

    .dt-paging-button {
        font-size: 8px;
    }
}

.convert-title {
    font-size: 24px;
    color: #00c036;
}

.convert-winning {
    font-size: 18px;
    color: #00c036;
}

.generator-tab {
    background-color: #4d4d4d;
    color: #fdd700;
}

.generator-tab .nav-item .nav-link {
    color: #fdd700;
    background-color: #4d4d4d;
}

.generator-tab .nav-item .nav-link:hover {
    border: solid 1px #00942a;
}

.tab-content .tab-pane form .winning .scroll {
    background: #8d8d8d;
    border-radius: 25px;
    border: none;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.tab-content .tab-pane form .additional .scroll {
    background: #8d8d8d;
    border-radius: 25px;
    border: none;
    height: 40px;
    justify-content: center;
}

.hitung {
    background: linear-gradient(180deg, #73c501 0%, #629e0d 50%, #73c501 100%);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5ms;
    height: 45px;
}

.hitung:hover {
    background: linear-gradient(180deg, #87ff699f 0%, #a2d40c 100%);
    color: #fff;
}

.hapus {
    background: linear-gradient(180deg, #ff69699f 0%, #d44b0c 100%);
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.5s;
    height: 45px;
}

.hapus:hover {
    background: linear-gradient(180deg, #ff69699f 0%, #942f00 100%);
    color: #fff;
}

.card-group {
    gap: 10px;
}

.result .hasil {
    background-color: #12b13f;
    margin: auto;
    padding: 10px;
    border-radius: 35px;
}

.shio {
    color: #00c036;
}

.nomor {
    color: #ffd900;
}

.shio-border {
    margin: 15px;
}

.shio-border img {
    height: 180px;

}



/* Footer */
.footer-clean {
    padding: 50px 0;
    background-color: #000000;
    color: #ffffff;
    bottom: 0;
}

.footer-clean h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    color: #33ff00;
}

.footer-clean ul {
    padding: 0;
    list-style: none;
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 0;
}

.footer-clean ul a {
    color: inherit;
    text-decoration: none;
    opacity: 0.8;
}

.footer-clean ul a:hover {
    opacity: 1;
}

.footer-clean .item.social {
    text-align: right;
}

@media (max-width:767px) {
    .footer-clean .item {
        text-align: center;
        padding-bottom: 20px;
    }

    .footer-clean .item.social>a {
        font-size: 24px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .footer-clean .item.social {
        text-align: center;
    }
}

.footer-clean .item.social>a {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #4d4d4d;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social>a:hover {
    opacity: 0.9;
}

@media (max-width:991px) {
    .footer-clean .item.social>a {
        margin-top: 40px;
    }
}

@media (max-width:767px) {
    .footer-clean .item.social>a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 13px;
    opacity: 0.6;
    color: #ffffff;
    text-decoration: none;
}

.my-swal-popup, .swal2-modal {
    background-color: #4d4d4d;
    color: #ffd900;
    border-radius: 0;
}

.swal2-confirm {
    background-color: #ff0000;
    border-radius: 0;
}

.swal2-confirm:hover {
    background-color: #890000;
}