* {
    text-decoration: none;
    word-break: break-word;
overflow-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-webkit-scrollbar {
    width: 3px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #333;
}

::-webkit-scrollbar-thumb {
    background: #fff;
}

html,
body {
    font-family: Arial, sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

button {
    outline: 0;
}

.hide-content {
    font-size: 25px;
    position: absolute;
    top: -250px;
}

.f-size-24 {
    font-size: 24px;
}

.box {
    position: relative;
    border-radius: 3px;
    background: #fff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-body {
    border-radius: 0 0 3px 3px;
    padding: 10px;
}

.box-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.text-green {
    color: #00a65a;
}

.text-blue {
    color: #0073b7;
}

.text-red {
    color: #dd4b39;
}

@media only screen and (max-width: 30em) {
    .sidenav a {
        font-size: 17px;
    }
}

.overflow-y-hidden {
    overflow-y: hidden;
}

#sidebar-wrapper {
    left: -250px;
    width: 250px;
    height: 100%;
    overflow-y: auto;
    font-size: 18px;
    font-variant: small-caps;
    overflow-x: hidden;
    background-color: #18001b;
    transition: left .3s ease-in-out;
}

#wrapper.toggled #sidebar-wrapper {
    left: 0;
    transition: left .3s ease-in-out;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

.toggled {
    width: 100%;
    display: block;
    position: fixed;
    height: 100%;
    z-index: 3;
    background-color: rgba(0, 0, 0, .9);
    transition: background-color .2s cubic-bezier(0, 0, .21, 1);
}

.navbar-i {
    padding: 0;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    transition: .2s ease-in-out;
}

.sidebar-nav li:first-child a {
    color: #fff;
    background-color: #1a1a1a;
}

.sidebar-nav li:nth-child(5n+1):before {
    background-color: #ec1b5a;
}

.sidebar-nav li:nth-child(5n+2):before {
    background-color: #79aefe;
}

.sidebar-nav li:nth-child(5n+3):before {
    background-color: #314190;
}

.sidebar-nav li:nth-child(5n+4):before {
    background-color: #279636;
}

.sidebar-nav li:nth-child(5n+5):before {
    background-color: #7d5d81;
}

.sidebar-nav li.open:hover:before,
.sidebar-nav li:hover:before {
    width: 100%;
    transition: .3s cubic-bezier(0, 0, .21, 1);
}

.sidebar-header {
    text-align: center;
    font-size: 25px;
    width: 100%;
    background-color: #3a0540;
}

.sidebar-header2 {
    padding: 2px;
    margin: 0 1px;
    text-align: center;
    background-image: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
}

.sidebar-youtube {
    color: #fff !important;
    background-color: #000;
    padding: 10px 0 !important;
}

.sidebar-brand {
    height: 65px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.logo-brand {
    width: 200px;
    margin: 0 auto;
}

ul li {
    word-break: break-word;
overflow-wrap: break-word;
}

.games {
    /* Add a value for margin-left */
    margin-left: 0;
}

.games p {
    word-break: break-word;
overflow-wrap: break-word;
}

.game-list-title {
    color: #220af9;
}

.faq li {
    padding: 20px;
    margin-left: -50px;
}

.faq li.q {
    background: #4FC2E;
    font-weight: bold;
    font-size: 11pt;
    border: 1px #ddd solid;
    border-radius: 15px;
    cursor: pointer;
    margin-top: 15px;
}

.faq li.a {
    border-radius: 15px;
    background: #E5E4E2;
    display: none;
    color: #333;
    list-style: none !important;
}

.faq li.q i {
    float: right;
    transition: transform 0.3s ease-in-out;
}

.faq li.q i::before {
    content: "+";
}

.faq li.q.rotate i::before {
    content: "−";
    /* Change to minus icon when rotated */
}

.faq ul,
li {
    list-style: none;
}

.title-underline {
    text-decoration: underline !important;
}

.footer-copy-right {
    text-align: center;
    cursor: pointer;
}

.table-of-content-l {
    padding-top: 10px;
}

.table-of-content ul,
li {
    list-style-type: circle;
    margin-left: -10px !important;
    padding: 2px;
}

.table-of-content ul,
li a {
    word-break: break-word;
overflow-wrap: break-word;
    padding-top: 10px;
}

.table-of-content a {
    scroll-behavior: smooth;
}

.list {
    font-size: 20px;
    cursor: pointer;
    border-radius: 6px;
    padding: 3px 10px;
    border: 1px solid #bfbfbf;
    color: #d6336c;
    box-shadow: 2px 3px 3px 0 #a0a0a0;
    font-weight: 900;
    animation: colorchange .5s infinite;
}

@keyframes colorchange {
    50% {
        color: #d6336c;
    }
    100% {
        color: #0215a2;
    }
}

@-webkit-keyframes colorchange {
    50% {
        color: #d6336c;
    }
    100% {
        color: #0215a2;
    }
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Styling for the close button */

.lightbox-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 70px;
    color: #FF0000;
    cursor: pointer;
}

/* Styling for the lightbox image */

.lightbox-image {
    max-width: 90%;
    max-height: 90%;
}

/* Styling for the gallery images */

.gallery img {
    cursor: pointer;
}

.logo-brand img {
    border-radius: 25px;
    border: 5px solid #ffc107;
}

.main-logo {
    max-width: 200px;
    min-height: 120px;
}

.div-main-logo {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-brand {
    width: 260px;
    height: auto;
    margin: 0px;
}

.desktop-next-line {
    display: block;
}

.desktop-next-line button {
    font-size: 20px;
    min-width: 200px;
    min-height: 50px;
}

.desktop-next-line button span {
    margin-right: 5px;
}

.icon-whatsapp {
    background-image: url('../../../asset/whatsapp.png');
    /* Path to your WhatsApp icon */
    background-repeat: no-repeat;
    background-size: contain;
    /* Ensures the icon fits within 30x30px */
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 35px;
}

.btn-success {
    color: #fff;
    background-color: #22b07f;
    border-color: #28a745;
}

.ws-btn {
    width: 200px;
    font-size: 18pt !important;
    border-radius: 1rem !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
}

#footer {
    text-align: center;
}

@media only screen and (max-width: 1079px) {
    .desktop-next-line {
        display: inline-block;
    }
    .desktop-next-line button {
        font-size: unset;
        min-width: unset;
        min-height: unset;
    }
    .desktop-next-line button span {
        margin-right: unset;
    }
    .div-main-logo {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .profile-section .detail {
        margin: auto;
        background: #fff;
        padding: 12px 20px;
        border-radius: 20px;
        color: #000000;
        min-height: 400px;
    }
    .detail-left {
        float: left;
    }
}

@media only screen and (max-width: 576px) {
    .mobile-hide {
        display: none;
    }
    .div-main-logo {
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

.sidebar-nav li a {
    display: block;
    color: #ddd;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
}

.sidebar-nav li a span {
    background-repeat: no-repeat;
    width: 32px;
    /* Set width to 32px */
    height: 32px;
    /* Set height to 32px */
    vertical-align: middle;
    display: inline-block;
    background-size: cover;
    /* Ensure the background image covers the entire span */
    background-position: center;
    /* Center the background image */
}

/* Specific brand icons */

.sidebar-nav li a .brand-mega888 {
    background-image: url('../../../asset/icon/mega888-icon.webp');
}

.sidebar-nav li a .brand-918kiss {
    background-image: url('../../../asset/icon/918kiss-icon.webp');
}

.sidebar-nav li a .brand-pussy888 {
    background-image: url('../../../asset/icon/pussy888-icon.webp');
}

.sidebar-nav li a .brand-918kissplus {
    background-image: url('../../../asset/icon/918kissplus-icon.webp');
}

.sidebar-nav li a .brand-918kaya {
    background-image: url('../../../asset/icon/918kaya-icon.webp');
}

.sidebar-nav li a .brand-joker123 {
    background-image: url('../../../asset/icon/joker123-icon.webp');
}

.sidebar-nav li a .brand-evo888 {
    background-image: url('../../../asset/icon/evo888-icon.webp');
}

.sidebar-nav li a .brand-ace333 {
    background-image: url('../../../asset/icon/ace333-icon.webp');
}

.sidebar-nav li a .brand-king855 {
    background-image: url('../../../asset/icon/king855-icon.webp');
}

.sidebar-nav li a .brand-live22 {
    background-image: url('../../../asset/icon/live22-icon.webp');
}

.sidebar-nav li a .brand-lpe88 {
    background-image: url('../../../asset/icon/lpe88-icon.webp');
}

.sidebar-nav li a .brand-ntc33 {
    background-image: url('../../../asset/icon/ntc33-icon.webp');
}

.sidebar-nav li a .brand-playboy2 {
    background-image: url('../../../asset/icon/playboy2-icon.webp');
}

.sidebar-nav li a .brand-sky777 {
    background-image: url('../../../asset/icon/sky777-icon.webp');
}

.sidebar-nav li a .brand-xe88 {
    background-image: url('../../../asset/icon/xe88-icon.webp');
}

.sidebar-nav li a .mega888-blog {
    background-image: url('../../../asset/icon/blog-icon.webp');
}

.sidebar-nav li a .mega888-home {
    background-image: url('../../../asset/icon/home-icon.webp');
}