.eniv-content {
    width: 100%;
    max-width: 598px;
    margin: 0 auto;
    height: 100vh;
    overflow: auto;
    background: #fff;
    position: relative;
}
.eniv-area {
    border: 1px solid var(--border);
    border-top: none;
}
.eniv-content::-webkit-scrollbar {
    width: 0;
}
.eniv-navbar {
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 78px;
    padding: 0 16px;
    padding-bottom: 20px;
}
.eniv-toggle {
    width: 26px;
    flex-shrink: 0;
    color: #fff;
}
.eniv-toggle i {
    font-size: 16px;
    cursor: pointer;
}
.eniv-brand {
    
}
.eniv-brand img {
    height: 24px;
}
.eniv-navbar-search {
    width: 26px;
    flex-shrink: 0;
    text-align: end;
    color: #fff;
    text-decoration: none;
}
.eniv-navbar-search i {
    font-size: 16px;
}
.eniv-body {
    background: #fff;
    border-radius: 12px 12px 0 0;
    margin-top: -22px;
    padding: 16px;
    min-height: calc(100vh - 417px);
}
.eniv-footer {
    padding-bottom: 90px;
}
.eniv-footer-contact-us {
    padding: 30px;
}
.eniv-footer-contact-us h1 {
    font-size: 14px;
}
.eniv-footer-contact-us a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #333;
    border: 1px solid var(--border);
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 8px;
}
.eniv-footer-contact-us a img {
    height: 18px;
}
.eniv-footer-copyright {
    text-align: center;
}
.eniv-footer-copyright p {
    font-size: 12px;
    margin: 0;
}
.eniv-banner {
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.eniv-banner img {
    width: 100%;
}
.eniv-games-category {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 8px;
}
.eniv-games-category::-webkit-scrollbar {
    display: none;
}
.eniv-games-category li {
    padding: 8px 18px;
    border-radius: 12px;
    border: 1px solid var(--border);
    font-size: 13px;
    white-space: nowrap;
    cursor: pointer;
}
.eniv-games-category li.active {
    border-color: #39479385;
    background-color: #3947930f;
}
.eniv-games {
    border-radius: 12px;
    border: 1px solid var(--border);
    margin-bottom: 10px;
    overflow: hidden;
}
.eniv-games-body {
    padding: 12px 12px 8px 12px;
    text-decoration: none;
    text-align: center;
    display: block;
    color: #333;
}
.eniv-games-download {
    text-decoration: none;
    color: #fff;
    background: var(--primary);
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
}
.eniv-games-terjual {
    text-align: center;
    font-size: 11px;
    padding: 6px 0;
    border-top: 1px solid var(--border);
}
.eniv-games img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 4px;
}
.eniv-games span {
    font-size: 12px;
    font-weight: 500;
}
.eniv-games-section {
    margin-bottom: 20px;
}
.eniv-games-section .row {
    padding: 0 6px;
}
.eniv-games-section .row .col-lg-3 {
    padding: 0 6px;
}
.eniv-card-top {
    box-shadow: 0px 4px 4px #5d5d5d33;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.eniv-card-top-header {
    text-align: center;
    background: var(--primary);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 0;
}
.eniv-card-top-body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
}
.eniv-card-top-item {
    display: flex;
    align-items: center;
    gap: 12px;
}
.eniv-card-top-item i {
    font-size: 30px;
    width: 44px;
    flex-shrink: 0;
    text-align: center;
    color: var(--primary);
}
.eniv-card-top-item h1 {
    font-size: 16px;
    font-weight: 500;
}
.eniv-card-top-item p {
    margin: 0;
    font-size: 13px;
    color: #736b6b;
}
.eniv-card-pembayaran {
    text-align: center;
}
.eniv-card-pembayaran h1 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 20px 0;
}
.eniv-card-pembayaran-item {
    text-align: center;
}
.eniv-card-pembayaran-item img {
    height: 28px;
    width: auto !important;
    margin: 0 auto 8px auto;
}
.eniv-card-pembayaran-item span {
    font-size: 12px;
}
.eniv-menu-fix {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 4px 12px;
    border-top: 1px solid var(--border);
    position: sticky;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    max-width: 598px;
    z-index: 100;
    padding-top: 12px;
}
.eniv-menu-fix a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.eniv-menu-fix a i {
        font-size: 18px;
    margin-bottom: 6px;
}
.eniv-menu-fix a span {
    font-size: 12px;
    font-weight: 500;
}
.eniv-games-btn {
        background: var(--primary);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.eniv-games-btn-jaminan {
    text-align: center;
    background: #FFC107;
    font-size: 12px;
    padding: 6px 0;
    font-weight: 500;
}
.eniv-games-btn-submit {
    max-width: 598px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
.eniv-games-btn-submit .btn {
    background: #efb300;
    color: #fff;
}
.eniv-games-btn-total {

}
.eniv-games-btn-total span {
    color: #fff;
    font-size: 12px;
}
.eniv-games-btn-total h1 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.eniv-games-detail {
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
}
.eniv-games-detail-banner {
    width: 100%;
}
.eniv-games-detail-title {
    padding: 0 16px 0 16px;
    display: flex;
    align-items: end;
    gap: 14px;
    margin-top: -36px;
}
.eniv-games-detail-title img {
    height: 86px;
    border-radius: 12px;
}
.eniv-games-detail-title h1 {
    margin: 0 0 14px 0;
    font-size: 16px;
    font-weight: 500;
}
.eniv-games-detail p {
    margin: 0;
    padding: 16px;
    font-size: 13px;
    color: #575252;
}
.eniv-card-order {
    margin-bottom: 20px;
}
.eniv-card-order-header {
    display: flex;
    align-items: center;
    gap: 14px;
    background: linear-gradient(45deg, var(--primary), #3947938c);
    padding: 10px 14px;
    border-radius: 12px 12px 0 0;
    background-repeat: no-repeat;
    position: relative;
}
.eniv-card-order-header::after {
    content: ' ';
    background-image: url(/assets/images/shine.png);
    position: absolute;
    left: 160px;
    width: 346px;
    top: 0;
    bottom: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.eniv-card-order-header span {
    color: #fff;
    font-weight: 600;
}
.eniv-card-order-header h1 {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.eniv-card-order-body {
    border: 1px solid var(--border);
    border-top: none;
    padding: 16px;
    font-size: 13px;
    border-radius: 0 0 12px 12px;
}
.eniv-row-product {
    padding: 0 6px;
}
.eniv-row-product .col-lg-4 {
    padding: 0 6px;
}
.eniv-product {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    border: 1px solid var(--border);
    margin-bottom: 12px;
    padding: 12px;
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
}
.eniv-product:hover {
    background: #f7f7f7;
}
.eniv-product.active {
    border-color: #FFC107;
    background: #ffc1071c;
}
.eniv-product img {
    height: 30px;
}
.eniv-product h1 {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
}
.eniv-product h2 {
    font-size: 12px;
    margin: 0;
    color: #6d6d6d;
}
.eniv-method-group {
    margin-bottom: 14px;
}
.eniv-method-header {
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: 10px 10px 0 0;
    font-weight: 600;
    cursor: pointer;
}
.eniv-method-body {
    padding: 12px;
    border: 1px solid var(--border);
    border-top: none;
    display: none;
}
.eniv-method-group.show .eniv-method-body {
    display: block;
}
.eniv-row-method {
    padding: 0 6px;
}
.eniv-row-method .col-lg-6 {
    padding: 0 6px;
}
.eniv-method {
    border: 1px solid var(--border);
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 12px;
    cursor: pointer;
}
.eniv-method-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #c5c9d1;
    padding-bottom: 10px;
}
.eniv-method-top img {
    height: 20px;
}
.eniv-method-top h1 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}
.eniv-method-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}
.eniv-method-bottom span {
    font-size: 10px;
    display: block;
    border: 1px solid #8bc34abf;
    padding: 2px 6px;
    border-radius: 6px;
    background: #8bc34a1f;
    color: #4CAF50;
    font-weight: 600;
}
.eniv-method-bottom h2 {
    margin: 0;
    font-size: 12px;
}
.eniv-method-footer {
    padding: 10px 12px;
    border: 1px solid var(--border);
    border-top: none;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.eniv-method-footer img {
    height: 16px;
}
.eniv-method:hover {
    background: #f7f7f7;
}
.eniv-method.active {
    border-color: #FFC107;
    background: #ffc1071c;
}
.eniv-ulasan-box h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.eniv-ulasan-rank {
    display: flex;
    align-items: start;
    gap: 20px;
    margin-bottom: 12px;
}
.eniv-ulasan-rank-avg {
    display: flex;
    align-items: center;
    gap: 4px;
}
.eniv-ulasan-rank-avg i {
    font-size: 26px;
    color: orange;
}
.eniv-ulasan-rank-avg h2 {
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    color: orange;
}
.eniv-ulasan-rank ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}
.eniv-ulasan-rank ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    margin-bottom: 2px;
}
.eniv-ulasan-rank ul li .eniv-ulasan-rank-progress-star {
    width: 12px;
    display: block;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 500;
}
.eniv-ulasan-rank ul li .eniv-ulasan-rank-progress-bar {
    background: #cdcdcd;
    width: 100%;
    height: 10px;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
}
.eniv-ulasan-rank ul li .eniv-ulasan-rank-progress-bar .eniv-ulasan-rank-progress-bar-value {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: orange;
}
.eniv-ulasan-rank ul li .eniv-ulasan-rank-progress-count {
    width: 20px;
    display: block;
    text-align: end;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 500;
}
.eniv-ulasan-box p {
    margin: 0;
    color: #6d6d6d;
}
.eniv-ulasan-show {
    margin-top: 12px;
}
.eniv-ulasan-show-title {
    padding: 6px 0;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
    margin-bottom: 8px;
}
.eniv-ulasan-show-title span {
    font-weight: 600;
}
.eniv-ulasan-show-body {
    display: flex;
    align-items: start;
    flex-wrap: nowrap;
    overflow: auto;
    gap: 12px;
}
.eniv-ulasan-show-body::-webkit-scrollbar {
    display: none;
}
.eniv-ulasan-show-body-item {
    width: 80%;
    flex-shrink: 0;
    background: #f1f1f1;
    border-radius: 12px;
    padding: 10px 16px;
}
.eniv-ulasan-show-body-item span {
    font-size: 12px;
    float: right;
}
.eniv-ulasan-show-body-item .eniv-ulasan-show-body-item-star {
    margin-bottom: 4px;
}
.eniv-ulasan-show-body-item .eniv-ulasan-show-body-item-star i {
    color: orange;
    font-size: 12px;
}
.eniv-ulasan-show-body-item h3 {
    font-size: 12px;
    color: #5f5e5e;
}
.eniv-ulasan-show-body-item h4 {
    font-size: 12px;
    color: #5f5e5e;
}
.eniv-ulasan-show-body-item h5 {
    font-size: 12px;
    color: #060606;
    margin: 0;
}
.eniv-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    background: var(--primary);
    width: 182px;
    height: 200%;
    margin-left: -16px;
    width: 0;
    overflow: hidden;
    transition: .3s;
    z-index: 1000;
}
.eniv-sidebar.show {
    width: 182px;
}
.eniv-sidebar-menu {
    flex-direction: column;
    gap: 18px;
    padding: 14px;
    display: none;
}
.eniv-sidebar.show .eniv-sidebar-menu {
    display: flex;
}
.eniv-sidebar-menu a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
}
.eniv-sidebar-close {
    color: #fff;
    padding: 20px;
    text-align: right;
}
.eniv-sidebar-close i {
    cursor: pointer;
}
.eniv-admin {

}
.eniv-admin-sidebar {
    width: 240px;
    background: var(--primary);
    padding: 16px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
}
.eniv-admin-brand {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 14px 0;
    display: block;
}
.eniv-admin-menu {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.eniv-admin-menu a {
    text-decoration: none;
    font-size: 14px;
    color: #ffffffcc;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}
.eniv-admin-menu a:hover {
    color: #fff;
}
.eniv-admin-content {
    min-height: 100vh;
    width: 100%;
    padding-left: 260px;
    padding-right: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
}
.eniv-admin-content-title {
    margin-bottom: 20px;
}
.eniv-admin-content-title h1 {
    font-size: 18px;
    margin: 0;
}
.eniv-orders-product-detail {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px #dfdfdf63;
    margin-bottom: 10px;
}
.eniv-orders-product-detail img {
    height: 54px;
    border-radius: 8px;
}
.eniv-orders-product-detail h1 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}
.eniv-orders-product-detail h2 {
    font-size: 12px;
    margin-bottom: 6px;
}
.eniv-orders-product-detail h3 {
    font-size: 12px;
    margin-bottom: 0;
}
.eniv-card-box-status {
    background: #fff;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 20px #dfdfdf63;
}
.eniv-card-box-status-header {
    padding: 14px;
    border-bottom: 1px solid #e9e9e9;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
}
.eniv-card-box-status-header span {
    display: flex;
    width: 24px;
    height: 24px;
    background: var(--primary);
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
}
.eniv-card-box-status-body {
    padding: 14px;
}
.eniv-card-box-status:not(.show) .eniv-card-box-status-header {
    border-bottom: none;
}
.eniv-card-box-status:not(.show) .eniv-card-box-status-body {
    display: none;
}
.eniv-paycode h2 {
    font-size: 14px;
}
.eniv-paycode-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    background: #e9eced;
    padding: 12px;
    border-radius: 8px;
}
.eniv-paycode-box h3 {
    margin: 0;
    font-size: 14px;
}
.eniv-paycode-box i {
    cursor: pointer;
}
.eniv-box-send-review {
    margin-bottom: 20px;
}
.eniv-box-send-review h2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.eniv-box-send-review-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 24px;
    color: #b3b3b3;
    margin-bottom: 12px;
}
.eniv-box-send-review-star i {
    cursor: pointer;
    transition: .2s;
}
.eniv-box-send-review-star i:hover {
    transform: translateY(-2px);
}
.eniv-box-send-review-star i.active {
    color: #ffa604;
}
.eniv-box-send-review-message {

}
.eniv-box-send-review-message h1 {
    font-size: 14px;
}
.eniv-box-send-review-message ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin-bottom: 12px;
    gap: 6px;
}
.eniv-box-send-review-message ul li {
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 6px;
    border: 1px solid #d8dcdd;
    background: #dee2e657;
    cursor: pointer;
}
.eniv-box-send-review-message .eniv-message-count {
    font-size: 10px;
    color: #414141;
}
.eniv-box-show-review {
    text-align: center;
    margin-bottom: 20px;
}
.eniv-box-show-review h1 {
    font-size: 16px;
    font-weight: 600;
}
.eniv-box-show-review-star {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 12px;
}
.eniv-box-show-review-star i {
    font-size: 24px;
}
.eniv-box-show-review-star i.active {
    color: #ffa604;
}
.eniv-box-show-review p {
    margin: 0;
    font-style: italic;
}
.eniv-search-result a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid var(--border);
    text-decoration: none;
    color: #494949;
}
.eniv-search-result a:first-child {
    padding-top: 0;
}
.eniv-search-result a:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.eniv-search-result a img {
    height: 50px;
    border-radius: 10px;
}
.eniv-search-result a h1 {
    margin: 0;
    font-size: 14px;
}
.eniv-sales-proof {
    position: fixed;
    bottom: 79px;
    background: #dbe0ff;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    max-width: 320px;
    z-index: 99;
    transition: .3s;
    margin-bottom: -180px;
}
.eniv-sales-proof.show {
    margin-bottom: 0px;
}
.eniv-sales-proof img {
    height: 40px;
}
.eniv-sales-proof h1 {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 18px;
}
.eniv-sales-proof p {
    margin: 0;
    font-size: 11px;
}
.eniv-admin-header {
    display: none;
    align-items: center;
    gap: 12px;
    background: var(--primary);
    padding: 14px 16px;
    margin-bottom: 20px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-weight: 600;
    color: #fff;
}
.eniv-admin-toggle {
    background: #525d99;
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;

}
@media screen AND (max-width: 750px) {
    .eniv-games-btn-submit {
        padding: 12px;
    }
    .eniv-card-order-header::after {
        width: 122px;
    }
    .eniv-admin-sidebar {
        margin-left: -240px;
        transition: .3s;
    }
    .eniv-admin-sidebar.show {
        margin-left: 0;
    }
    .eniv-admin-content {
        padding-left: 20px;
        padding-top: 76px;
    }
    .eniv-admin-header {
        display: flex;
    }
}