.header-wrapper .header.d-flex.justify-content-between.align-items-center {
    position: relative;
    z-index: 1;
    margin-top: -5px;
    margin-bottom: -5px;
}

.balance {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #ffd700;
}

.btn-deposit,
.btn-logout,
.btn-withdraw {
    max-width: 100px !important;
    width: 100px !important;
    height: 35px;
    background-color: #FFE401;
    color: black;
    border-radius: 5px;
    font-weight: bold !important;
    font-size: 16px !important;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 0px -8px 8px 0px rgba(252, 192, 0, 255), inset 0px 8px 8px 0px rgba(252, 192, 0, 255);
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-deposit:hover,
.btn-logout:hover,
.btn-withdraw:hover {
    background-color: #FFE401;
    scale: 1.1;
}

.logo_loginmobile {
    display: none;
}

.custom-popup {
    background: linear-gradient(180deg, rgb(0, 102, 255), rgb(0, 61, 192));
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    width: 500px;
    height: auto;
}

.custom-button {
    max-width: 130px;
    width: 130px;
    height: 30px;
    background-color: #FFE401;
    color: black;
    border-radius: 5px;
    font-weight: bold;
    font-size: 12px;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), inset 0px -8px 8px 0px rgba(252, 192, 0, 255), inset 0px 8px 8px 0px rgba(252, 192, 0, 255);
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.custom-title {
    color: #FFE401;
    font-size: 30px !important;
}

div:where(.swal2-container) .swal2-html-container {
    color: white !important;
    font-size: 16px !important;
}

div:where(.swal2-container) {
    z-index: 9999 !important;
}

.icon2 i {
    color: #000;
    background-color: #FFE401;
    padding: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: -5px;
}

.dropdown-item {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    color: #000 !important;
    display: flex;
    align-items: center;
}
.dropdown-item:hover,
.dropdown-item:focus {
    background-color: transparent !important;
}

.d-flex.text-end li a {
    text-decoration: none;
}

.d-flex.text-end li a span span{
    color: #FFE401;
    font-size: 16px;
    font-weight: 600;
}

.settings.arrow:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
}

.dropdown-menu {
    background-color: #ffffff !important;
}

.dropdown-menu form {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important
}

.dropdown-toggle {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.profile-section {
    margin-left: auto;
}

.profile-section #current-user {
    list-style: none;
}

.logo_loginmobile .text-center {
    flex: 1;
}

.logo_loginmobile .profile-photo {
    margin-left: 15px;
    margin-top: -15px;
}

.dropdown-menu.settings {
    right: 0;
    left: auto !important;
}

.profile-photo {
    display: inline-flex;
    align-items: center;
    order: 2;
}

.dropdown-toggle i.fa {
    margin-left: 5px;
    order: 3;
}

#current-user {
    display: flex;
    align-items: center;
}

.dropdown-toggle strong {
    margin: 0 5px;
}

.logo-login-desktop {
    max-width: 80px;
    margin-left: 20px;
}

@media (max-width: 992px) {
    .promosi-item {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .promosi-item .collapsible {
        padding: 0;
        border: none;
        width: 100%;
        background: none;
    }

    .promosi-item img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.3s ease;
    }

    .promosi-buttons {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
        z-index: 2;
    }

    .promosi-buttons a {
        padding: 8px 20px;
        border-radius: 5px;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        width: 48%;
        transition: all 0.3s ease;
    }

    .more-info {
        background-color: #ffffff;
        color: #000000 !important;
    }

    .play-now {
        background-color: #FFE401;
        color: #000000 !important;
    }

    .content-promo {
        display: none;
        padding: 15px;
        background: #ffffff;
    }

    .promosi-item.active .content-promo {
        display: block;
    }

    .promosi-item.active img {
        transform: scale(1.05);
    }
}

@media (max-width: 768px) {
    .header-wrapper.website-login,
    .dropdown-toggle::after {
        display: none;
    }


    .logo_loginmobile {
        display: block;
    }

    .logo_loginmobile img {
        width: 100px;
        margin: 5px 0 -5px 15px;
    }

    .marquee_loginmobile {
        margin-top: 30px;
    }

    .mobile-user-info {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        text-align: right;
        margin-top: 10px;
    }

    .mobile-user-info .welcome {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .mobile-user-info .balance {
        font-size: 14px;
    }
}