body, .main-container-wrapper {
    min-height: 100vh;
}

.dark-background {
    background-color: #000 !important;
}

.gold-background {
    background-color: #dea40f;
}

.gold-gradient-background {
    transition: none !important;
    background: linear-gradient(1turn, #e8bb57, #dea40f 50.13%, #e8bb57) !important
}

.brown-background {
    background-color: #2f2617 !important;
}

.item-content:hover {
    /* background: #ccb766 !important; */
}

.gold-gradient-background li.nav-item:hover {
    background: #dea40f !important;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item:hover > .nav-link i, .horizontal-menu .bottom-navbar .page-navigation > .nav-item:hover > .nav-link .menu-title {
    color: #000 !important;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link .menu-icon {
    color: #000 !important;
}

.icon-slot:before {
    content: "\e939";
}

.casino-icon {    
    color: inherit;
    font-size: 1.4rem;
    line-height: 1.8em;
    vertical-align: middle;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item:not(.mega-menu) .submenu {
    top: 80px;
}

@media (min-width: 992px) {
    .horizontal-menu .bottom-navbar .page-navigation > .nav-item.mega-menu .submenu {
        top: 80px;
    }
}

.horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand img {
    width: 90px;
}

.horizontal-menu .bottom-navbar .page-navigation > .nav-item > .nav-link {
    min-width: 150px;
    padding: 22px 20px !important;
}

.nav-item.mega-menu .submenu {
    padding: 10px;
}

.nav-item-content .item-content {
    margin: 10px;
}

@media (max-width: 991px) {
    .main-banner {
        padding-top: 100px;
    }
}

.announcement-container {
    background: #66a2a6;
    color: #fff;
    height: 40px;
}

.announcement-container {
    background-color: #0c2156;
    color: #fff;
    border-radius: 5px;
    margin: 15px 0;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
}

.announcement-container>[data-section="title"], .announcement-container>[data-section="date"] {
    color: #064549;
}

.announcement-container>[data-section="title"], .announcement-container>[data-section="date"] {
    display: flex;
    align-items: center;
}

.announcement-container>[data-section="announcements"] {
    background: #3c686b;
    color: #000;
}

.announcement-container>[data-section="announcements"] {
    width: 90%;
    background: transparent;
    overflow: hidden;
}

.announcement-container>[data-section="title"], .announcement-container>[data-section="date"] {
    color: #000;
}

.announcement-container>[data-section="title"], .announcement-container>[data-section="date"] {
    display: flex;
    align-items: center;
}

.tickercontainer .mask {
    position: relative;
    width: 100%;
    overflow: hidden;
    overflow: hidden
}

ul.newsticker {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: flex
}

ul.newsticker li {
    margin: 0;
    font-size: 12px;
    padding: 0 25px 0 0;
    white-space: nowrap
}


.popular-game-title-container {
    margin-bottom: 15px
}

.popular-game-title-container .container-title {
    display: flex;
    justify-content: flex-start
}

.popular-game-title-container .container-title span {
    color: #fff;
    background-color: #dea40f;
    position: relative;
    text-transform: uppercase;
    padding: 5px 50px
}

.popular-game-title-container .container-title span:after {
    background-color: #dea40f;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    transform-origin: 100% 0;
    transform: skew(25deg)
}

.popular-game-title-container .container-content {
    background-color: transparent;
    border: 1px solid #dea40f;
    padding: 10px
}

.game-item img {
    width: 150px;
}

.game-item img.country-availability {
    width: 32px;
}

.game-item:not(:last-child) {
    margin-bottom: 10px;
}

.game-item {
    background-color: #dea40f;
}

.button-register img {
    width: 20px;
}

.game-title, .game-description {
    padding: 0 10px;
}

.game-item img.img-game {
    padding: 7px;
}

.btn-register {
    padding: .375rem .75rem;
}

@media (max-width: 991px) {
    .main-panel {
        padding-top: 10px;
    }
}

.item-content img {
    width: 100px;
}

.nav-link.gold-gradient-background {
    font-weight: bold;
}


.nav-pills .nav-link.gold-gradient-background.active, .nav-pills .show > .nav-link {
    font-size: 14px;
    background: #dea40f !important;
}

@media only screen and (max-width: 767px) {
    .nav-pills > li > a.gold-gradient-background, .nav-tabs > li > a.gold-gradient-background {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-pills .nav-link.gold-gradient-background.active, .nav-pills .show > .nav-link {
        font-size: 14px;
    }
}

@keyframes blink {
    0%, 100% {opacity: 1;}
    50% {opacity: 0;}
  }
  

.floating-button {
    display: inline-block;
    position: fixed;
    right: 0; /* Jarak dari sisi kanan */
    top: 50%; /* Jarak dari sisi atas */
    padding: 10px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    writing-mode: vertical-lr;
    height: 150px;
    font-size: 20px;    
    border-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}

/* .floating-button span {
    display: inline-block;
    transform: rotate(180deg);
} */

.hot-girl-contat-us-link {
    background-color: #007bff;
}

.blink-text {
    animation: blink 1s linear infinite;
}

.floating-button:hover, .hot-girl-contat-us-link:hover {
    background-color: #0056b3;
}

.flag-icon {
    border: none;
    background-color: transparent;
}

.marquee {
    width: 100%; /* the plugin works for responsive layouts so width is not necessary */
    overflow: hidden;
  }

  .text-promotion {
    color: #000;
  }

@media (max-width: 768px) {
    .item-category-game {
        flex-basis: 4 !important;
        flex: 1 1 50% !important;
    }
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
    padding: 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}

.footer-section h4 {
    border-bottom: 2px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.footer-section img {
    max-width: 50px;
    margin: 5px;
}

.footer-section a img {
    width: 40px;
    margin: 5px;
}

.footer-bottom {
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        margin: 0 auto 20px;
    }
}

.jctkr-wrapper {
    height: auto;
    margin-left: 15px;
}

@media (max-width: 991px) {
    .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand {
        width: inherit;
    }
    .horizontal-menu .top-navbar .navbar-brand-wrapper .navbar-brand.brand-logo-mini img {
        width: 75px;
    }
}

@media (max-width: 991px) {
    .horizontal-menu .top-navbar .navbar-menu-wrapper {
        width: fit-content;
    }
}

@media (max-width: 991px) {
    .main-banner {
        padding-top: 100px;
    }
}

@media (max-width: 350px) {
    .main-banner {
        padding-top: 150px;
    }
}

.rounded-custom-card, .rounded-custom-card .card-body {
    border-radius: 10px !important;
}

table.contact-table tr td {
    padding-top: 5px;
    padding-bottom: 5px;
}

table.contact-table tr:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.service-container {
    width: 100%;
    max-width: 600px; /* Adjust max-width as needed */
    margin: 0 auto;
}
.service-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.label-service {
    width: 100px; /* Adjust width as needed to align the colons */
    font-weight: bold;
}
.value-service {
    flex-grow: 1;
}
.copy-button {
    margin-left: auto;
}

.logo-big img {
    width: 260px !important;
}

img.img-game {
    border-radius: 20px;
    width: 150px;
    height: 150px;
    object-fit: contain;
    display: block;
}