body {
    font-family: "Poppins", sans-serif;
}

.active {
    color: #ff800e !important;
}

.orange {
    color: #ff800e;
}


.transparent-navbar {
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
}

.scrolled-navbar {
    background-color: #1d1028;
}

.container-slot {
    background-color: #160f1d;
    padding: 0 20px 200px;
    margin-top: -5px;
}
.container-casino {
    background-color: #271d2f;
    padding: 20px 20px 50px;
    margin-top: -105px;
}

.container-bingo {
    background-color: #fff;
    padding: 40px 20px 20px;
}

.container-news {
    background-color: #f6f9fd;
    padding: 100px 20px 20px;
}

footer {
    /* background-image: linear-gradient(180deg, #110816, #251533); */
    background-color: #110816;
    color: #c6c6c6;
    font-size: 1.2rem;
    text-align: center;
    padding: 50px 0;
    margin-top: -50px;
}

.logo-wrapper {
    margin: 50px auto;
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.logo-wrapper > div {
    width: 20%;
}

.logo-wrapper > .difImage > a > img {
    object-fit: cover;
    width: 40%;
    transition: all 0.3s ease-in-out;
}

.logo-wrapper > .sameImg > a > img {
    object-fit: cover;
    width: 60%;
    transition: all 0.3s ease-in-out;
}

.logo-wrapper > div > a > img:hover {
    transform: scale(1.1);
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.4rem;
    flex-wrap: wrap;
}

.footer-content > a {
    text-decoration: none;
    font-size: 0.8rem;
    color: white;
    font-weight: 600;
}

.social {
    display: flex;
    justify-content: start;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.social > div > a {
    text-decoration: none;
    color: #a68bbb;
    font-size: 0.8rem;
    font-weight: 600;
}

.footertext {
    font-size: 0.8rem;
    font-weight: 400;
    text-align: justify;
}

.requirment {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.requirment > div {
    width: 100%;
}

.requirment > div > img {
    object-fit: cover;
    width: 50%;
}

.requirment > div > a > img {
    object-fit: cover;
    width: 50%;
}

.requirment > .dif > a > img {
    width: 100%;
}

.endtextFooter {
    font-size: 0.85rem;
    font-weight: 400;
    text-align: center;
}

.merahtua {
    color: #a60f36;
}

.primaryColor {
    color: #1d1028;
}

.countdownContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }


.cdBox {
    background-color: #fef2f2;
     /*background-color: #a60f36; */
    padding:5px 15px;
    border-radius: 10px;
    font-size: 5rem;
    font-weight: 600;
    color: #a60f36;
}

.spin-roll {
    width: 100px;
    height: 100px;
    background-image: url("/assets/img/history-roller.png");
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: spin-roll-animation 2s linear infinite;
}

.countdownWrap {
    display: flex;
    align-items: center;
}

.btn-link {
    padding: 0.7em 2em;
    color: white;
    border: 3px solid #ff800e;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}
.btn-link:hover {
    background-color: #ff800e;
    border: 3px solid #ff800e;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.btn-links {
    padding: 0.7em 2em;
    color: white;
    border: 3px solid #ff800e;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    display: none;
}

.btn-links:hover {
    background-color: #ff800e;
    border: 3px solid #ff800e;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.btnDif {
    padding: 0.7em 2em;
    color: black;
    border: 3px solid #ff800e;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.btnDif:hover {
    background-color: #ff800e;
    border: 3px solid #ff800e;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.btnSearch {
    padding: 0.7em 2em;
    background-color: white;
    color: black;
    border: 3px solid #ff800e;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.btnSearch:hover {
    background-color: #ff800e;
    border: 3px solid #ff800e;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.btnDifs {
    padding: 0.7em 2em;
    color: black;
    border: 3px solid #ff800e;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
    display: none;
}

.btnDifs:hover {
    background-color: #ff800e;
    border: 3px solid #ff800e;
    color: white;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 50px;
    text-decoration: none;
}

.mt-5s {
    margin-top: 75px;
}

.mt-6 {
    margin-top: 80px;
}

/* hover show button */
.contentImg {
    position: relative;
}

.overlay {
    position: absolute;
    top: 0;
    left: 15px;
    width: 90%;
    margin: 0 auto;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: background 0.5s ease;
}

.contentImg:hover .overlay {
    display: block;
    background: rgba(0, 0, 0, 0.3);
}

.button {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    top: 75%;
    text-align: center;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.button a {
    padding: 12px 30px;
    text-align: center;
    color: #000;
    background-color: white;
    opacity: 0.9;
    border: solid 2px white;
    border-radius: 50px;
    z-index: 1;
    text-decoration: none;
}

.button a:hover {
    border: none;
    background-color: #ff800e;
    color: white;
}

.contentImg:hover .button {
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid white;
}

.carousel-indicators .active {
    background-color: #ff800e;
    border: none;
}

@keyframes spin-roll-animation {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.swiper {
    width: 100%;
    height: 300px;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.swiper-slide img {
    display: block;
    width: 75%;
}

.swiper-button-next {
    color: #ff800e;
}

.swiper-button-prev {
    color: #ff800e;
}

.swiper-pagination {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #ff800e !important;
}

.fs-7 {
    font-size: 0.9rem;
    font-weight: 400;
}

.fs-8 {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: bold;
}
div > .card:hover {
    box-shadow: 2px 2px 30px 2px rgba(0, 0, 0, 0.2);
}

/* table */
table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

thead {
    /*background-color: #1d1029;*/
    background-color: #1d1029;
    color: white;
    /* background-color: #ffdf36;
    color: #440079; */
}

tbody > tr:nth-child(odd) {
    /*background-color: #440079;*/
    background-color: #f5f5f5;
    color:#1d1029 ;
}

tbody > tr:nth-child(even) {
    /*background-color: #5f278c;*/
    background-color: #ff800e;
    color:white ;
}

/*.tableColor {*/
/*    color: yellow;*/
/*    font-weight: 600;*/
/*}*/

td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.521);
    border-right: 1px solid rgba(255, 255, 255, 0.521);
    border-left: 1px solid rgba(255, 255, 255, 0.521);
    border-top: 1px solid rgba(255, 255, 255, 0.521);
}

th {
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
}

td,
th {
    padding: 0.5em;
}

/* end table */

/* search */
.search-container {
    width: 88%;
    margin: 50px auto;
    padding: 80px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border:2px solid #ff800e;
    border-radius: 10px;
}

h1 {
    text-align: center;
    color: #333;
}

.options {
    margin-bottom: 10px;
}

.search-input {
    display: flex;
}

input[type="text"] {
    flex: 1;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

button {
    padding: 8px 15px;
    background-color: #4caf50;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.results {
    margin-top: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.datepicker {
    display: none;
}

.number-input {
    display: none;
}

.content-lottery {
    background-color: #fefefe;
    padding: 100px 0px;
}

#loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #1d1028;
    z-index: 9999;
}

#loading-image {
    max-width: 200px;
    margin-bottom: 20px;
    animation: pulsate 1s ease-in-out infinite;
}

#loading-dots {
    display: flex;
    justify-content: center;
}

.dot {
    width: 12px;
    height: 12px;
    /* background-color: #a60f36; */
    background-color: #f5f5f5;
    border-radius: 50%;
    margin: 0 3px;
    animation: pulsate 1s ease-in-out infinite;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-registration input {
    border-radius: 0;
    margin-bottom: -1px;
}

@keyframes pulsate {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.drawFraquent{
    display: flex;
    justify-content: space-between;
    align-items: center;   
}

@media (min-width: 1024px) {
    .two-percent {
        margin-left: -10px;
    }
    .three-percent {
        margin-right: 20px;
    }
}

@media (max-width:850px){
    .cdBox {
        background-color: #fef2f2;
        padding: 10px 10px;
        border-radius: 8px;
        font-size: 3rem;
        font-weight: 600;
        color: #a60f36;
    }

}

@media (max-width: 576px) {
    .drawFraquent{
        display:block;
    }
    
    .footer-content {
        display: block;
    }
    .footer-content > a {
        display: block;
        text-align: justify;
        line-height: 1.8rem;
    }

    .logo-wrapper {
        display: flex;
        justify-content: space-between;
        gap: 0.1rem;
        align-items: center;
        flex-wrap: wrap;
    }

    .logo-wrapper > div {
        width: 30%;
    }

    .logo-wrapper > div > a > img {
        object-fit: cover;
        width: 100%;
        transition: all 0.3s ease-in-out;
    }

    .requirment {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .requirment > div {
        width: 20%;
    }

    .requirment > div > img {
        object-fit: cover;
        width: 50%;
    }

    .requirment > div > a > img {
        width: 50%;
    }
    /*.cdBox {*/
        /* background-color: rgb(239, 24, 67); */
    /*    background-color: #fef2f2;*/
    /*    padding: 10px 10px;*/
    /*    border-radius: 8px;*/
    /*    font-size: 3rem;*/
    /*    font-weight: 600;*/
    /*    color: #a60f36;*/
    /*}*/

    .countdownWrap {
        justify-content: center;
    }

    .swiper-pagination {
        display: inline-block;
        color: #ff800e;
    }

    .btn-link {
        display: none;
    }

    .btn-links {
        display: flex;
        color: white;
        justify-content: center;
        width: 60%;
        padding: 0.4em;
        margin: 10px auto;
    }

    .btnDif {
        display: none;
    }

    .btnDifs {
        display: flex;
        color: black;
        justify-content: center;
        width: 60%;
        padding: 0.4em;
        margin: 10px auto;
    }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: transparent;
        border: 1px solid white;
    }

    .carousel-indicators .active {
        background-color: #ff800e;
        border: none;
    }
}

.navbar-dark .navbar-toggler {
    color:#ff800e ;
    border-color: #ff800e; 
}
