.card-red {
    border-radius: 12px;
}

.card-blue {
    background-image: linear-gradient(
        45deg,
        #0c0089 0%,
        #0044ff 52%,
        #0226b3 90%
    );
    border: solid #0079ff 2px;
}

#scrollToTopBtn {
    position: fixed;
    bottom: 72px;
    right: 25px;
    z-index: 100;
    font-size: 14px;
    background-color: #b3b3b317;
    color: white;
    outline: none;
    padding: 11px 15px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#scrollToTopBtn:hover {
    background-color: #96989957;
}

#scrollToTopBtn {
    display: none;
}

/* Testing */
.container-soon {
    display: flex;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}

html {
    scroll-behavior: smooth;
}

.container-soon .image {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.card-desc {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 500px;
}

.container-soon header {
    font-size: 50px;
    color: white;
    font-weight: 600;
    font-family: cursive;
    text-align: center;
}

.container-soon p {
    font-size: 16px;
    font-weight: 400;
    color: #c78e22;
    max-width: 550px;
    text-align: center;
}

.time-content .time {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.time .text {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
}

.email-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
}

.email-content p {
    font-size: 13px;
}

.input-box {
    display: flex;
    align-items: center;
    height: 40px;
    max-width: 360px;
    width: 100%;
    margin-top: 20px;
    column-gap: 20px;
}

.input-box input,
.input-box button {
    height: 100%;
    outline: none;
    border: none;
    border: 1px solid #fff;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 400;
}

.input-box input {
    width: 100%;
    padding: 0 15px;
    color: #fff;
}

input::placeholder {
    color: #fff;
}

.input-box button {
    cursor: pointer;
    background-color: #fff;
    color: #373737;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 20px;
    transition: all 0.3s ease;
}

.input-box button:hover {
    background-color: #fff;
}

.button-16:hover {
    background-image: linear-gradient(#cbb500, #694105);
    border-color: #bd6c02;
    transition: 2s;
}

.button-16:disabled {
    cursor: default;
    opacity: 0.3;
}

.button-16:active {
    border-color: #dd0000;
    outline: none;
}

.button-16:focus {
    box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
    outline: none;
}

a {
    text-decoration: none;
}

.actives {
    color: #fffa28;
    text-decoration: none;
    font-weight: bold;
    font-family: "Ubuntu";
    font-size: 15px;
    /* letter-spacing: 0.1px; */
    margin-top: 7.5px;
}

.no-actived {
    font-weight: bold;
    font-family: "Ubuntu";
    font-size: 15px;
    /* letter-spacing: 0.1px; */
    color: white;
}

.marquee {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: #181818;
    padding: 0px 0px 2px 0px;
}

.marquee span {
    display: inline-block;
    color: white;
    font-family: sans-serif;
    font-size: 10px;
    letter-spacing: 2px;
    margin-bottom: 4px;
    animation: marquee 25s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translateX(70vw);
    }
    100% {
        transform: translateX(-50%);
    }
}

.marquee-new {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    padding-top: 7px !important;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 12px;
    font-family: ui-monospace;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #181818;
    padding: 3px 0px;
}

.marquee-new span {
    display: inline-block;
    color: white;
    font-weight: bold;
    animation: marquee 5s linear infinite;
}

@keyframes marquee-new {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.winner {
    font-weight: bold;
}

.head-2:hover {
    color: #fffa28;
}

.head {
    color: white;
}

.button-17 {
    background-image: linear-gradient(#494949, #121212);
    text-decoration: none;
    border-radius: 5px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    direction: ltr;
    display: block;
    font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    line-height: 1.5;
    min-width: 30px;
    overflow: visible;
    padding: 4px 15px;
    text-align: center;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}
.button-jp {
    background-image: linear-gradient(
        45deg,
        #a37700 0%,
        #fae768 52%,
        #a37700 90%
    );
    border: solid #deaf00 2px !important;
    text-decoration: none;
    border-radius: 50px;
    box-sizing: border-box;
    color: #000000 !important;
    direction: ltr;
    display: block;
    font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue",
        Helvetica, Arial, sans-serif;
    letter-spacing: -0.022em;
    line-height: 1.5;
    min-width: 30px;
    overflow: visible;
    padding: 4px 15px;
    text-align: center;
    vertical-align: baseline;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
}

.button-jp:hover {
    background-image: linear-gradient(#a78412, #745501);
    transition: 5ms;
}

.button-15:active {
    border-color: #4700a5;
    outline: none;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.head-1 {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 12px;
    color: white;
    letter-spacing: 1px;
}

/* Ikon dan teks tetap berdampingan */
.icon-link {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (min-width: 900px) {
    .textarea-bottom {
        margin-bottom: 35px;
    }

    .input-buku {
        position: relative;
        width: 400px;
    }

    .search-buku {
        position: absolute;
        top: 48%;
        left: 370px;
        transform: translateY(-50%);
        color: gray;
    }

    .header-top {
        padding: 20px 25px;
    }

    .drop-show {
        position: fixed !important;
        border-radius: 10px !important;
        margin-top: 12px;
    }

    .live-btn {
        text-align: left;
        font-weight: bold;
        font-size: 13px;
        font-family: emoji;
        color: white;
        letter-spacing: 4px !important;
    }

    .judul-page {
        font-size: 14px;
        text-transform: uppercase;
        text-align: center;
        background-color: #181818;
        padding: 5px 0px;
        margin-top: 2px;
        border-radius: 50px;
        color: white;
        letter-spacing: 1.5px;
        font-family: monospace;
    }

    .hr-ni {
        display: none;
    }

    .badge {
        margin-left: 17px;
        margin-bottom: 5px;
        font-size: 9px;
        padding: 4px 3px;
    }

    /* Tambahkan animasi berkedip */
    .blinks {
        animation: blink 1s infinite alternate;
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }

    .container-new {
        display: none;
    }
    .winner-player {
        border: solid #5d00ff 2px;
        color: white;
        font-size: 12px;
    }

    .container-brunei {
        text-align: center;
        font-size: 42px;
        width: 100%;
        margin: 15px 0px;
        font-family: serif;
        color: white;
        font-weight: bold;
        border: outset 4px #e9c141;
        background-color: black;
    }

    .image-home {
        padding: 25px 80px 0px 80px;
    }

    .image-details {
        background-color: white;
        width: 490px;
    }

    .tombol-submit {
        border-radius: 25px;
        font-family: auto;
        letter-spacing: 2px;
        font-size: 13px;
    }

    .table-keluhan {
        padding: 12px;
        background-color: #0000008c !important;
        flex: 1;
    }

    .tombol-lihat {
        font-weight: bold;
        font-size: 12px;
        border: none;
        color: #000000;
        margin-top: 10px;
        margin-bottom: 0px !important;
        background-image: linear-gradient(
            45deg,
            #a37700 0%,
            #fae768 52%,
            #a37700 90%
        );
        border-color: #edd000;
    }

    .input-player {
        background-color: #181818 !important;
        color: white;
        font-size: 11px;
        font-family: serif;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .pasaran-lagacuan {
        margin-top: 0px;
    }

    .lagacuan-4 {
        margin: 9px 11px 9px 11px;
    }

    .container {
        max-width: 1290px;
        background-color: #0000008c;
        padding: 0px 20px;
    }

    .container-button {
        max-width: 1290px;
        padding: 0px 20px;
    }

    .container-rtp {
        background-color: #0000008c !important;
        padding: 5px 15px !important;
        margin: -8px 45px 0px 45px !important;
    }

    body {
        background-size: cover;
        background-position: center;
        background-repeat: repeat;
        height: 147vh;
        display: flex;
        flex-direction: column;
    }

    .footer-new {
        color: white;
        letter-spacing: 2px;
        font-family: "Ubuntu";
        font-size: 14px;
    }

    .footer-new-1 {
        text-decoration: none;
        letter-spacing: 2px;
        font-family: "Ubuntu";
        font-size: 13px;
    }

    .lagacuan-1 {
        margin: 0px 11px;
        padding: 4px 0px;
    }
    .logo-new {
        height: 53px !important;
        width: 165px;
    }

    .text-jp {
        text-align: center;
        font-size: 17px;
        font-weight: bolder;
        color: #ffe200;
        text-decoration-line: underline;
    }

    .button-15 {
        transition: 0.3s;
        text-decoration: none;
        border-radius: 6px;
        box-sizing: border-box;
        color: #ffffff;
        direction: ltr;
        display: block;
        font-family: serif;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 2px !important;
        line-height: 1.6;
        min-width: 30px;
        overflow: visible;
        width: 100%;
        padding: 4.5px 15px;
        text-align: center;
        vertical-align: baseline;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
    }

    .button-16 {
        transition: 0.3s;
        background: linear-gradient(
            270deg,
            rgba(201, 138, 0, 1) 15%,
            rgba(255, 248, 59, 1) 21%,
            rgba(255, 245, 59, 1) 33%,
            rgba(211, 158, 7, 1) 44%,
            rgba(215, 166, 9, 1) 60%,
            rgb(255, 193, 37) 73%,
            rgb(255, 196, 37) 85%,
            rgba(201, 138, 0, 1) 100%
        );
        border: 1px solid #ffe400 !important;
        background-size: 400% 400% !important;
        color: black;
        animation: gradient 5s ease infinite !important;
        text-decoration: none;
        box-shadow: inset 0 0 5px 3px #ffe100, inset 0 2px 0 0 #fff,
            inset 0 0 0 2px #640067, 3px 3px 3px 1px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
        box-sizing: border-box;
        direction: ltr;
        display: block;
        font-family: math;
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 2px !important;
        line-height: 1.6;
        min-width: 30px;
        overflow: visible;
        width: 100%;
        padding: 4.5px 15px;
        text-align: center;
        vertical-align: baseline;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
    }
    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

    .h5 {
        font-size: 17px;
    }
    .h6 {
        font-size: 14px;
    }

    .footer-style {
        font-size: 17px;
        background-color: #101010;
    }

    .Btn {
        width: 150px;
        height: 37px;
        margin-top: 12px;
        border: none;
        border-radius: 10px;
        background: linear-gradient(
            to right,
            #77530a,
            #ffd277,
            #77530a,
            #77530a,
            #ffd277,
            #77530a
        );
        background-size: 250%;
        background-position: left;
        color: #ffd277;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition-duration: 1s;
        overflow: hidden;
    }

    .time .number {
        font-weight: 800;
        font-size: 80px;
        line-height: 1;
        color: white;
    }
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }

    .nav-mobile {
        display: none;
    }
    .head-1 a {
        display: inline;
    }

    .container-soon .time-content {
        display: flex;
        column-gap: 30px;
        align-items: center;
        border: 1px solid white;
        padding: 2rem 10rem;
        border-radius: 0.5rem;
        background: rgba(250, 250, 250, 0.2);
    }
    .actives-mobile-2 {
        text-decoration: none;
        border-radius: 6px;
        box-sizing: border-box;
        color: white;
        direction: ltr;
        display: block;
        font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons",
            "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        line-height: 1.8;
        min-width: 30px;
        overflow: visible;
        width: 100%;
        padding: 5px 15px;
        text-align: center;
        vertical-align: baseline;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
    }
}

::placeholder {
    color: black;
}

@media (max-width: 900px) {
    .input-buku {
        position: relative;
        width: 200px;
    }

    .search-buku {
        position: absolute;
        top: 48%;
        left: 170px;
        transform: translateY(-50%);
        color: gray;
    }

    .judul-page {
        font-size: 12px;
        text-transform: uppercase;
        text-align: center;
        background-color: #181818;
        padding: 5px 0px;
        border-radius: 50px;
        color: white;
        margin-top: 3px;
        letter-spacing: 1.5px;
        font-family: monospace;
    }

    .live-btn {
        text-align: left;
        font-weight: bold;
        font-size: 10px;
        font-family: emoji;
        color: white;
        letter-spacing: 4px !important;
    }

    .lagacuan-8 {
        margin-top: 0.25rem !important;
    }

    .container-new {
        max-width: 1350px;
        background-color: #0000008c;
        padding: 0px 0px;
    }

    .winner-player-mobile {
        color: white;
        border-top-left-radius: 5px;
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 5px;
        font-size: 11.5px;
    }

    .textarea-bottom {
        margin-bottom: 15px;
    }

    .container-brunei {
        text-align: center;
        font-size: 40px;
        width: 100%;
        margin: 15px 0px;
        font-family: serif;
        color: white;
        font-weight: bold;
        border: outset 4px #e9c141;
        background-color: black;
    }

    .image-home {
        padding: 25px 125px 0px 125px;
    }

    .image-details {
        background-color: white;
        width: 350px;
    }

    .tombol-submit {
        border-radius: 25px;
        font-family: auto;
        letter-spacing: 2px;
        font-size: 11px;
        width: 120px;
    }

    .table-keluhan {
        padding: 12px;
        background-color: #0000008c !important;
        flex: 1;
        font-size: 13px;
    }

    .table-data {
        font-size: 12px;
    }

    .image-prediksi {
        margin-top: 15px;
        height: 75px;
    }

    .card-title {
        font-size: 12px;
    }

    .card-text {
        font-size: 12px;
    }

    .tombol-lihat {
        font-weight: bold;
        font-size: 11px;
        border: none;
        color: #000000;
        margin-top: 10px;
        margin-bottom: -4px !important;
        background-image: linear-gradient(
            45deg,
            #a37700 0%,
            #fae768 52%,
            #a37700 90%
        );
        border-color: #edd000;
    }

    .input-player {
        border: solid #a30fff 2px;
        background-color: #181818 !important;
        color: white;
        font-size: 10px;
        font-family: serif;
        font-weight: bold;
        letter-spacing: 2px;
    }

    .lagacuan-4 {
        margin: 6px 11px 0px 11px;
    }

    .lagacuan-2 {
        margin-top: 4px;
    }

    .lagacuan-3 {
        display: none;
    }

    .image-mobile {
        border-radius: 5px;
        height: 233px !important;
    }

    .container {
        max-width: 1350px;
        background-color: #0000008c;
        padding: 0px 15px;
    }

    .container-utama {
        position: sticky !important;
        top: 0 !important;
        z-index: 99999 !important;
        padding: 0px !important;
    }

    body {
        background-size: cover;
        background-position: center;
        height: 100vh;
        display: flex;
        flex-direction: column;
    }

    .footer-lagacuan {
        padding: 0px 3px;
        color: white;
        letter-spacing: 1px;
        font-family: "Ubuntu";
        font-size: 11px;
    }

    .footer-lagacuan-1 {
        text-decoration: none;
        letter-spacing: 1px;
        font-family: "Ubuntu";
        font-size: 11px;
    }

    .lagacuan-1 {
        margin: -11px 11px;
        padding: 4px 0px;
    }

    .container header {
        font-size: 24px;
    }

    .logo-new {
        width: 120px;
        height: 40px;
    }

    .text-jp {
        text-align: center;
        font-size: 18px;
        font-weight: bolder;
        margin-top: 15px;
        color: #ffe200;
        text-decoration-line: underline;
    }

    .button-15 {
        transition: 0.3s;
        text-decoration: none;
        border-radius: 6px;
        box-sizing: border-box;
        color: #ffffff;
        direction: ltr;
        display: block;
        font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons",
            "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11.5px;
        letter-spacing: 1px !important;
        font-weight: bold;
        letter-spacing: -0.022em;
        line-height: 1.7;
        min-width: 30px;
        overflow: visible;
        width: 100%;
        padding: 5.5px 15px;
        text-align: center;
        vertical-align: baseline;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
    }
    .button-16 {
        transition: 0.3s;
        background: linear-gradient(
            270deg,
            rgba(201, 138, 0, 1) 15%,
            rgba(255, 248, 59, 1) 21%,
            rgba(255, 245, 59, 1) 33%,
            rgba(211, 158, 7, 1) 44%,
            rgba(215, 166, 9, 1) 60%,
            rgb(255, 193, 37) 73%,
            rgb(255, 196, 37) 85%,
            rgba(201, 138, 0, 1) 100%
        );
        border: 1px solid #ffe400 !important;
        background-size: 400% 400% !important;
        color: black;
        text-decoration: none;
        border-radius: 5px;
        box-sizing: border-box;
        cursor: pointer;
        direction: ltr;
        display: block;
        font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons",
            "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: -0.022em;
        line-height: 1.7;
        min-width: 30px;
        overflow: visible;
        width: 100%;
        padding: 5px 15px;
        text-align: center;
        vertical-align: baseline;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
    }

    @keyframes gradient {
        0% {
            background-position: 0% 50%;
        }
        50% {
            background-position: 100% 50%;
        }
        100% {
            background-position: 0% 50%;
        }
    }

    .h5 {
        font-size: 15px;
    }
    .h6 {
        font-size: 13px;
    }

    .ft-marquee {
        font-size: 13px;
    }

    .actives-mobile-2 {
        text-decoration: none;
        border-radius: 6px;
        box-sizing: border-box;
        color: white;
        cursor: pointer;
        direction: ltr;
        display: block;
        font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons",
            "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: -0.022em;
        line-height: 1.8;
        min-width: 30px;
        overflow: visible;
        width: 100%;
        padding: 4px 15px;
        text-align: center;
        vertical-align: baseline;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
    }

    .footer-style {
        font-size: 12px;
        background-color: #0c0c0c;
    }

    .Btn {
        width: 80px;
        height: 31px;
        margin-top: 6px;
        letter-spacing: 1px;
        font-size: 13px;
        border: none;
        border-radius: 10px;
        background: linear-gradient(
            to right,
            #77530a,
            #ffd277,
            #77530a,
            #77530a,
            #ffd277,
            #77530a
        );
        background-size: 250%;
        background-position: left;
        color: #ffd277;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition-duration: 1s;
        overflow: hidden;
    }

    .time .number {
        font-weight: 800;
        font-size: 50px;
        line-height: 1;
        color: white;
    }
    .container-soon .time-content {
        display: block;
        column-gap: 30px;
        align-items: center;
        border: 1px solid white;
        padding: 2rem 5rem;
        border-radius: 0.5rem;
        background: rgba(250, 250, 250, 0.2);
    }

    .nav-desktop {
        display: none;
    }

    .tele-ni {
        margin-bottom: 5.5px;
    }

    .chat-ni {
        margin-bottom: 5.5px;
    }

    .head-1 {
        flex-direction: column;
        text-align: center;
    }
    .head-1 a {
        display: block;
        margin-bottom: 8px;
    }
    .divider {
        display: none;
    }

    .actives-mobile {
        text-decoration: none;
        border-radius: 6px;
        box-sizing: border-box;
        color: #fffa28;
        cursor: pointer;
        direction: ltr;
        display: block;
        font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons",
            "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 11.5px;
        font-weight: bold;
        letter-spacing: -0.022em;
        line-height: 2;
        min-width: 30px;
        overflow: visible;
        width: 100%;
        padding: 4px 15px;
        text-align: center;
        vertical-align: baseline;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
        white-space: nowrap;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}
/* Test */
.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-scroller {
    height: 2.75rem;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

.container-brunei {
    text-align: center;
    font-size: 45px;
    width: 100%;
    margin: 15px 0px;
    font-family: serif;
    color: white;
    font-weight: bold;
    border: outset 4px #e9c141;
    background-color: black;
}

.button-1 {
    margin: 10px 0px;
    font-size: 11px;
    padding: 5px 0px;
    border-radius: 4px;
    text-align: center;
}

.button-1:hover {
    background-color: #370064;
}
