.eniv-navbar {
    padding: 24px 0;
    width: 100%;
    z-index: 1000;
}
.eniv-navbar-body {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eniv-navbar-start {
    display: flex;
    align-items: center;
    gap: 30px;
}
.eniv-navbar-menu {
    display: flex;
    gap: 4px;
}
.eniv-navbar-menu a {
    color: var(--text-2);
    font-weight: 500;
    font-size: 13px;
    padding: 10px;
}
.eniv-navbar-menu a:hover {
    color: var(--text);
}
.eniv-navbar-menu a.active {
    color: var(--primary);
}
.eniv-navbar-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: var(--primary);
    padding: 10px 16px;
    border-radius: 10px;
    color: var(--text);
}
.eniv-navbar-end {
    display: flex;
    align-items: center;
    gap: 12px;
}
.eniv-logo-brand {

}
.eniv-logo-brand img {
    height: 36px;
}
.eniv-search {
    display: inline-block;
}
.eniv-search .eniv-search-input {
    border-radius: 10px;
    border: 1px solid var(--border-primary);
    background: var(--color-2);
    padding: 0 14px;
}
.eniv-search .eniv-search-input input {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px 18px;
    background: transparent !important;
    color: #fff;
    min-width: 280px;
}
.eniv-content {
    padding-top: 40px;
    padding-bottom: 46px;
    min-height: 656px;
}
.eniv-menu-list {
    padding-top: 24px;
}
.eniv-menu-list a {
    text-decoration: none;
    color: var(--text);
    display: block;
    padding: 12px 20px;
    border-radius: 50px;
    margin-bottom: 4px;
}
.eniv-menu-list a svg {
    width: 20px;
    margin-top: -4px;
    margin-right: 8px;
}
.eniv-menu-list a:hover,
.eniv-menu-list a.active {
    background: linear-gradient(90deg, rgb(0 229 155 / 50%) 0%, rgb(14 16 28) 90%);
}
.eniv-footer {
    padding: 46px;
    border-radius: 28px;
    background: linear-gradient(45deg, rgba(85, 107, 239, 0.06) 0%, rgba(85, 107, 239, 0.00) 100%), rgba(255, 255, 255, 0.02);
    margin-bottom: 50px;
}
.eniv-footer-menu ul {
    list-style: none;
    padding: 0;
}
.eniv-footer-menu ul a {
    color: var(--text);
    text-decoration: none;
    margin-bottom: 8px;
    display: block;
}
.eniv-footer-menu ul a:hover {
    color: #fff;
}
.eniv-feature {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid var(--border);
    background: var(--color-4);
    margin-bottom: 26px;
}
.eniv-feature-img img {
    margin-right: 30px;
    width: 72px;
}
.eniv-feature-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eniv-feature-img {
    float: left;
}
.eniv-faq {
    margin-bottom: 30px;
}
.eniv-faq .accordion-item {
    margin-bottom: 16px;
    border: none !important;
    background: var(--color-2);
    border-radius: 12px !important;
}
.eniv-faq .accordion-item button {
    padding: 22px;
    outline: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    color: var(--text);
}
.eniv-faq .accordion-item .accordion-body {
    color: var(--text);
    padding-top: 0;
}
.eniv-faq .accordion-button::after {
    background-image: url(/assets/images/arrow-right.svg);
    width: 22px;
    background-size: 14px;
    background-position: center;
    border-radius: 4px;
    height: 22px;
}
.eniv-faq .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
    background-color: var(--primary);
}
.eniv-games-detail {
    display: flex;
    gap: 60px;
    align-items: end;
    min-height: 276px;
    padding-bottom: 20px;
    margin-bottom: 44px;
}
.eniv-games-detail .eniv-games-image {
    height: 168px;
    border-radius: 12px;
    box-shadow: 0 10px 100px -29px #556BEF;
    transform: rotate(-10deg);
}
.eniv-games-detail h5 {
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 14px;
}
.eniv-games-detail ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.eniv-games-detail ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-2);
    font-weight: 500;
    font-size: 13px;
}
.eniv-games-detail ul li img {
    height: 18px;
}
.eniv-games-detail-info {
    padding-bottom: 40px;
}
.eniv-card {
    padding: 18px;
}
.eniv-product-item {
    cursor: pointer;
    transition: .4s;
    background: #17191e;
    padding: 16px;
    border-radius: 12px;
    border: 2px solid #ffffff0d;
    position: relative;
}
.eniv-product-item::after {
    content: ' ';
    width: 24px;
    height: 24px;
    background-image: url(/assets/images/product/active.png);
    position: absolute;
    top: 12px;
    right: 12px;
    transition: .2s;
    transform: scale(0);
}
.eniv-product-item img {
    height: 38px;
    margin-bottom: 14px;
}
.eniv-product-item h6 {
    font-size: 13px;
    margin-bottom: 4px;
    line-height: 20px;
}
.eniv-product-item p {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--primary);
    font-weight: 700;
}
.eniv-loading {
    background: rgba(31, 33, 46, 0.50);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    display: none;
}
.eniv-loading.show {
    display: block;
}
.eniv-copy {
    display: inline-block;
    cursor: pointer;
    margin-left: 4px;
}
.eniv-invoice-detail-produk {
    display: flex;
    align-items: center;
    margin-top: 12px;
}
.eniv-invoice-detail-produk img {
    width: 48px;
    border-radius: 8px;
    margin-right: 12px;
}
.eniv-invoice-detail-produk-content h1 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
}
.eniv-invoice-detail-produk-content span {
    font-size: 12px;
    color: var(--text);
}
.eniv-card-payment {
    background: var(--warna);
    padding: 12px;
    border-radius: 12px;
    overflow: auto;
}
.eniv-card-payment table {
    margin-bottom: 0;
}
.eniv-card-payment table img.eniv-method-image {
    height: 30px;
}
.eniv-check-order button {
    outline: none;
    border: none;
    background: var(--primary);
    float: right;
    padding: 10px 18px;
    border-radius: 100px;
    margin-top: -47px;
    margin-right: 6px;
    color: #fff;
}
.eniv-table-orders {
    width: 100% !important;
    margin-bottom: 6px !important;
}
.eniv-table-orders tr {
    position: relative;
}
.eniv-table-orders tr:before {
    content: ' ';
    width: 100%;
    background: var(--warna);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 8px;
    border-radius: 8px;
}
.eniv-table-orders tr td {
    position: relative;
    border-bottom: 0;
}
table.dataTable.eniv-table-orders thead th,
table.dataTable.eniv-table-orders tbody td {
    padding: 16px 18px 26px 18px !important;
}
.eniv-table-orders thead {
    display: none;
}
.eniv-parent-table-orders {
    margin-top: -52px;
}
.eniv-parent-table-orders .dataTables_filter {
    margin-bottom: 4px;
}
.eniv-parent-table-orders .dataTables_filter input {
    padding: 10px 22px !important;
}
.eniv-parent-table-orders .dataTables_filter,
.eniv-parent-table-orders .dataTables_paginate,
.eniv-parent-table-orders .dataTables_length,
.eniv-parent-table-orders .dataTables_info {
    padding: 0 !important;
}
.eniv-table-orders .dataTables_empty {
    padding-bottom: 22px !important;
}
.eniv-parent-table-orders .dataTables_scrollBody {
    border-bottom: none !important;
}
.eniv-parent-table-orders .dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
    box-shadow: none !important;
    border: none !important;
    border-radius: 50%;
    padding: 0;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px;
}
.eniv-parent-table-orders .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.eniv-parent-table-orders .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: var(--primary) !important;
    color: #333 !important;
}
.eniv-parent-table-orders .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.eniv-parent-table-orders .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.eniv-parent-table-orders .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #fff !important;
    background: transparent !important;
}
.eniv-parent-table-orders .dataTables_filter label {
    position: relative;
    z-index: 2;
}
.eniv-orders-status-btn {
    position: relative;
    z-index: 1;
    white-space: nowrap;
    overflow: auto;
}
.eniv-img-card-overlay {
    width: 140px;
    position: absolute;
    right: 20px;
    bottom: 0;
}
.eniv-card-balance h1 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--primary);
}
.eniv-card-balance a {
    float: right;
    margin-top: 8px;
}
.eniv-card-balance .card-title {
    margin-bottom: 8px;
}
.eniv-card-orders-total {
    background: var(--warna);
    padding: 18px;
    border-radius: 12px;
}
.eniv-card-orders-total p {
    margin-bottom: 12px;
    line-height: 18px;
}
.eniv-card-orders-total h1 {
    margin-bottom: 0;
    font-size: 18px;
}
.eniv-card-orders-total i {
    float: right;
    font-size: 32px;
    color: var(--primary);
    margin-top: 8px;
}
.eniv-users-orders-statistic {
    text-align: center;
    padding-top: 20px;
}
.eniv-users-orders-statistic h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.eniv-users-orders-statistic p {
    margin-bottom: 0;
    color: var(--text-2);
}
.eniv-card-profile {
    margin-top: 30px;
}
.eniv-card-profile img {
    width: 72px;
    border: 6px solid var(--color-2);
    border-radius: 50%;
    margin-top: -68px;
}
.eniv-users-detail-list {
    margin-bottom: 10px;
}
.eniv-users-detail-list-item {
    padding: 8px 0;
    border-bottom: 1px dashed var(--border);
}
.eniv-users-detail-list-item:last-child {
    border-bottom: none;
}
.eniv-users-detail-list-item span:first-child {
    color: var(--text-2);
}
.eniv-users-detail-list-item span:last-child {
    float: right;
}
.eniv-config {
    position: sticky;
    top: 0;
    background: var(--color-2);
    padding: 12px;
    border-radius: 12px;
    margin-bottom: 20px;
    z-index: 2;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
}
.eniv-config h1 {
    font-size: 16px;
    padding-top: 20px;
}
.eniv-config-item {
    padding: 6px 0;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    margin-right: 14px;
}
.eniv-config-item:before {
    content: ' ';
    display: inline-block;
    width: 8px;
    height: 2px;
    background: var(--primary);
    margin-right: 8px;
    border-radius: 12px;
    float: left;
    margin-top: 10px;
}
.eniv-copyright a img {
    transition: .2s;
}
.eniv-copyright a img:hover {
    transform: scale(1.1);
}
.eniv-banner {
    margin-bottom: 40px;
}
.eniv-banner img {
    width: 100%;
    border-radius: 20px;
}
.eniv-games-item-label {
    position: absolute;
    font-size: 12px;
    padding: 4px 6px 4px 10px;
    z-index: 10;
    border-radius: 10px 0 12px 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s;
}
.eniv-games-item-label.hot {
    background: #f73e3e;
}
.eniv-games-item-label.new {
    background: #4CAF50;
}
.eniv-page-title {
    text-align: center;
    margin-bottom: 60px;
}
.eniv-page-title h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 12px;
}
.eniv-page-title span {
    color: var(--primary);
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 6px;
    display: block;
}
.eniv-page-title p {
    margin: 0 auto 0 auto;
    max-width: 500px;
    color: var(--text-2);
}
.eniv-footer-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: var(--warna);
    padding: 20px;
    border-radius: 12px;
}
.eniv-footer-top-brand {
    height: 32px;
}
.eniv-footer-method {
    display: flex;
    align-items: center;
    gap: 10px;
}
.eniv-footer-method span {
    color: var(--text-2);
}
.eniv-footer-method-image {
    display: flex;
    align-items: center;
    gap: 8px;
}
.eniv-footer-method-image img {
    height: 22px;
}
.eniv-footer-middle {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.eniv-footer-middle-start {
    max-width: 380px;
}
.eniv-footer-middle-start p {
    color: var(--text-2);
}
.eniv-footer-chat {
    border-radius: 14px;
    border: 1px solid var(--primary-soft);
    background: rgba(81, 103, 237, 0.10);
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 16px;
    font-weight: 500;
    width: fit-content;
}
.eniv-footer-chat:hover {
    color: var(--text);
    background: var(--primary);
}
.eniv-footer-chat:hover svg * {
    stroke: var(--text);
}
.eniv-footer-middle-end {
    display: flex;
    gap: 80px;
}
.eniv-footer-menu {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.eniv-footer-menu h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px;
}
.eniv-footer-menu a {
    display: block;
    padding: 6px 0;
    color: var(--text-2);
}
.eniv-footer-menu a:hover {
    color: var(--text);
}
.eniv-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eniv-copyright p {
    margin: 0;
}
.eniv-copyright span {
    color: var(--text-2);
}
.eniv-copyright p span {
    color: var(--primary);
}
.eniv-orders-contact {
    margin-bottom: 30px;
    border-radius: 16px;
    border: 1px solid rgba(81, 103, 237, 0.25);
    background: rgba(81, 103, 237, 0.07);
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 30px;
}
.eniv-orders-contact svg {
    flex-shrink: 0;
}
.eniv-orders-contact .btn {
    flex-shrink: 0;
}
.eniv-orders-contact-body {
    width: 100%;
}
.eniv-orders-contact-body h2 {
    font-size: 18px;
    font-weight: 500;
}
.eniv-orders-contact-body p {
    margin: 0;
    color: var(--text-2);
    line-height: 24px;
}
.eniv-region-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}
.eniv-region-icon {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px;
    background: var(--primary);
    box-shadow: 0 8px 20px rgba(81, 103, 237, 0.25);
}
.eniv-region-icon svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.eniv-region-header h3 {
    margin: 0 0 2px;
    color: #fafafa;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
}
.eniv-region-header p {
    margin: 0;
    color: rgba(250, 250, 250, 0.55);
    font-size: 12px;
    line-height: 1.5;
}
.eniv-region-list {
    overflow: hidden;
    border: 1px solid var(--border-primary);
    border-radius: 10px;
    background: rgba(1, 2, 5, 0.45);
}
.eniv-region-item {
    min-height: 48px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid var(--border-primary);
}
.eniv-region-item:last-child {
    border-bottom: 0;
}
.eniv-region-item span {
    color: rgba(250, 250, 250, 0.55);
    font-size: 12px;
    font-weight: 400;
}
.eniv-region-item strong {
    color: #fafafa;
    font-size: 13px;
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}
.eniv-region-empty {
    min-height: 290px;
    padding: 30px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.eniv-region-empty-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    border: 1px solid var(--border-primary);
    border-radius: 16px;
    background: rgba(81, 103, 237, 0.1);
}
.eniv-region-empty-icon svg {
    width: 27px;
    height: 27px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.eniv-region-empty h3 {
    margin: 0 0 8px;
    color: #fafafa;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
}
.eniv-region-empty p {
    max-width: 310px;
    margin: 0;
    color: rgba(250, 250, 250, 0.55);
    font-size: 13px;
    line-height: 1.7;
}
.eniv-region-empty-status {
    margin-top: 18px;
    padding: 7px 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(250, 250, 250, 0.65);
    border: 1px solid var(--border-primary);
    border-radius: 999px;
    background: rgba(81, 103, 237, 0.07);
    font-size: 11px;
    font-weight: 500;
}
.eniv-region-empty-status span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--primary);
    box-shadow: 0 0 8px var(--primary);
}
.eniv-page-title-2 {
    margin-bottom: 24px;
    text-align: center;
}
.eniv-page-title-2 h1 {
    font-size: 24px;
    font-weight: 700;
}
.eniv-page-title-2 p {
    margin: 0;
    color: var(--text-2);
}
.eniv-card-step {

}
.eniv-card-step span {
    float: right;
    font-size: 28px;
    font-weight: 700;
    opacity: 0.15;
    position: relative;
    top: -16px;
}
.eniv-card-step h5 {
    font-size: 12px;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 14px;
}
.eniv-card-step h2 {
    font-size: 16px;
    margin-bottom: 18px;
}
.eniv-card-step p {
    margin: 0;
    color: var(--text-2);
}
.eniv-privacy-terms-list {
    border-radius: 20px;
    border: 1px solid rgba(23, 31, 48, 0.50);
    background: #101114;
    padding: 20px;
    position: sticky;
    top: 40px;
}
.eniv-privacy-terms-list h1 {
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 12px;
}
.eniv-privacy-terms-list a {
    color: var(--text-2);
    border-radius: 10px;
    border: 1px solid transparent;
    padding: 12px 16px;
    display: flex;
    gap: 14px;
    font-weight: 500;
}
.eniv-privacy-terms-list a span {

}
.eniv-privacy-terms-list a.active {
    border-color: rgba(81, 103, 237, 0.25);
    background: rgba(81, 103, 237, 0.10);
    color: var(--text);
}
.eniv-privacy-terms-list a.active span {
    color: var(--primary);
}
.eniv-privacy-terms-content-item {
    margin-bottom: 30px;
}
.eniv-privacy-terms-content-item h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
.eniv-privacy-terms-content-item h2 span {
    color: var(--primary);
}
.eniv-privacy-terms-content-item .content {
    color: var(--text-2);
}
.eniv-page-title-3 {
    margin-bottom: 30px;
}
.eniv-page-title-3 h2 {
    font-size: 40px;
    font-weight: 700;
}
.eniv-page-title-3 p {
    margin: 0;
    color: var(--text-2);
    max-width: 920px;
}
.eniv-page-title-3-updated {
    color: var(--text-2);
    margin-bottom: 18px;;
}
.eniv-page-title-3-updated span {
    color: var(--text);
    font-weight: 500;
}
.eniv-games-card {
    padding: 20px;
    border-radius: 20px;
    background: var(--color-2);
    margin-bottom: 20px;
}
.eniv-games-card-title {
    display: flex;
    gap: 12px;
    margin-bottom: 18px;
    align-items: center;
}
.eniv-games-card-title span {
    width: 38px;
    height: 38px;
    background: var(--primary);
    color: var(--text);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
}
.eniv-games-card-title h2 {
    font-size: 16px;
    margin: 0;
}
.eniv-corner-border {
    --eniv-corner-color: var(--primary);
    --eniv-corner-size: 500px;
    position: relative;
}
.eniv-corner-border::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    border-top: 2px solid var(--eniv-corner-color);
    border-left: 2px solid var(--eniv-corner-color);
    border-radius: inherit;
    -webkit-mask-image: radial-gradient(
    circle at top left,
    #000 0,
    #000 30px,
    transparent var(--eniv-corner-size)
    );
    mask-image: radial-gradient(
    circle at top left,
    #000 0,
    #000 30px,
    transparent var(--eniv-corner-size)
    );
}
.eniv-product-area {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.eniv-product-area-category {

}
.eniv-product-area-category-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-weight: 600;
}
.eniv-product-area-category-title img {
    height: 40px;
    flex-shrink: 0;
}
.eniv-product-area-item {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.eniv-product-item {
    width: calc((100% - (20px * 3)) / 4);
}
.eniv-product-item.active {
    background: var(--primary-soft);
    border-color: var(--primary);
}
.eniv-product-item.active:after {
    transform: scale(1);
}
.eniv-card-header-games {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.eniv-card-header-games-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid var(--border);
    border-radius: 8px;
}
.eniv-card-header-games-icon svg {

}
.eniv-card-header-games span {
    color: var(--primary);
    font-size: 12px;
    display: block;
    margin-bottom: 4px;
}
.eniv-card-header-games h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
}
.eniv-method-area {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.eniv-method-category {

}
.eniv-method-category-title {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.eniv-method-category-title img {
    height: 18px;
}
.eniv-method-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.eniv-method-item {
    width: calc((100% - 14px) / 2);
    padding: 16px;
    border-radius: 12px;
    background: #17191e;
    border: 2px solid #ffffff0d;
    cursor: pointer;
}
.eniv-method-item.active {
    border-color: var(--primary);
    background: var(--primary-soft);
}
.eniv-method-item img {
    height: 30px;
    float: right;
}
.eniv-method-item h1 {
    font-size: 14px;
}
.eniv-method-item h2 {
    font-size: 13px;
    margin: 0;
    color: var(--text-2);
}
.eniv-games-other {

}
.eniv-games-other a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}
.eniv-games-other a .eniv-games-other-image {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.eniv-games-other a h2 {
    font-size: 14px;
    color: var(--text);
}
.eniv-games-other a h3 {
    font-size: 13px;
    color: var(--text-2);
    margin: 0;
}
.eniv-modal-confirm-title {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}
.eniv-modal-confirm-title:before {
    content: ' ';
    width: 5px;
    height: 22px;
    background: var(--primary);
    border-radius: 100px;
}
.eniv-modal-confirm-title h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    color: var(--text);
}
.eniv-modal-confirm-title .btn-close {
    margin-left: auto;
}
.eniv-modal-confirm-section {
    margin-bottom: 20px;
}
.eniv-modal-confirm-section h1 {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--text-2);
    margin-bottom: 12px;
}
.eniv-modal-confirm-box {
    padding: 20px;
    border-radius: 8px;
    background: var(--color-3);
}
.eniv-modal-confirm-games {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.eniv-modal-confirm-games img {
    height: 52px;
    border-radius: 6px;
}
.eniv-modal-confirm-games h3 {
    font-size: 14px;
    margin-bottom: 4px;
}
.eniv-modal-confirm-games p {
    margin: 0;
    color: var(--primary);
    font-size: 12px;
}
.eniv-modal-confirm-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.eniv-modal-confirm-box ul li {
    width: calc((100% - (14px * 2)) / 3);
}
.eniv-modal-confirm-box ul li span {
    font-size: 12px;
    color: var(--text-2);
    display: block;
    margin-bottom: 4px;
}
.eniv-modal-confirm-box ul li h2 {
    font-size: 14px;
    margin: 0;
}
.eniv-modal-confirm-box ul.vertical {
    flex-dierection: column;
}
.eniv-modal-confirm-box ul.vertical li {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.eniv-modal-confirm-box ul.vertical li span {
    margin: 0;
}
.eniv-modal-confirm-method {
    display: flex;
    align-items: center;
    gap: 12px;
}
.eniv-modal-confirm-method img {
    height: 30px;
}
.eniv-modal-confirm-method span {

}
.eniv-orders-timeline {
    display: flex;
    margin-bottom: 30px;
    gap: 12px;
}
.eniv-orders-timeline-item {
    width: 100%;
}
.eniv-orders-timeline-item-title {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    white-space: nowrap;
    color: var(--text-2);
    font-weight: 500;
}
.eniv-orders-timeline-item-title:after {
    content: ' ';
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, rgba(81, 103, 237, 0.00) 0%, var(--text-2) 100%);
    border-radius: 12px;
}
.eniv-orders-timeline-item-title span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border: 2px solid #ffffff1f;
    color: var(--text-2);
}
.eniv-orders-timeline .eniv-orders-timeline-item:last-child {
    width: fit-content;
}
.eniv-orders-timeline[data-status="Pending"] .eniv-orders-timeline-item:nth-child(1) .eniv-orders-timeline-item-title {
    color: var(--text);
}
.eniv-orders-timeline[data-status="Pending"] .eniv-orders-timeline-item:nth-child(1) .eniv-orders-timeline-item-title:after {
    background: linear-gradient(90deg, rgba(81, 103, 237, 0.00) 0%, #5167ED 100%);
}
.eniv-orders-timeline[data-status="Pending"] .eniv-orders-timeline-item:nth-child(1) .eniv-orders-timeline-item-title span {
    color: var(--primary);
    border-color: var(--primary);
}
.eniv-orders-timeline[data-status="Processing"] .eniv-orders-timeline-item:nth-child(-n+2) .eniv-orders-timeline-item-title {
    color: var(--text);
}
.eniv-orders-timeline[data-status="Processing"] .eniv-orders-timeline-item:nth-child(-n+2) .eniv-orders-timeline-item-title span {
    color: #fbbf24;
    border-color: #fbbf24;
}
.eniv-orders-timeline[data-status="Processing"] .eniv-orders-timeline-item:nth-child(-n+2) .eniv-orders-timeline-item-title::after {
    background: linear-gradient(90deg, rgba(251, 191, 36, 0) 0%, #fbbf24 100%);
}
.eniv-orders-timeline[data-status="Success"] .eniv-orders-timeline-item .eniv-orders-timeline-item-title {
    color: var(--text);
}
.eniv-orders-timeline[data-status="Success"] .eniv-orders-timeline-item .eniv-orders-timeline-item-title span {
    color: #22c55e;
    border-color: #22c55e;
}
.eniv-orders-timeline[data-status="Success"] .eniv-orders-timeline-item .eniv-orders-timeline-item-title::after {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0) 0%, #22c55e 100%);
}
.eniv-orders-timeline[data-status="Canceled"] .eniv-orders-timeline-item .eniv-orders-timeline-item-title {
    color: var(--text);
}
.eniv-orders-timeline[data-status="Canceled"] .eniv-orders-timeline-item .eniv-orders-timeline-item-title span {
    color: #ef4444;
    border-color: #ef4444;
}
.eniv-orders-timeline[data-status="Canceled"] .eniv-orders-timeline-item .eniv-orders-timeline-item-title::after {
    background: linear-gradient(90deg, rgba(239, 68, 68, 0) 0%, #ef4444 100%);
}
.eniv-orders-table-list tr td {
    color: var(--text-2);
}
.eniv-orders-detail-header {
    background: linear-gradient(90deg, rgba(81, 103, 237, 0.10) 0%, rgba(0, 0, 0, 0.00) 100%), rgba(14, 16, 28, 0.40);
    padding-top: 80px;
    padding-bottom: 40px;
    margin-bottom: 50px;
}
.eniv-orders-detail-header a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--text-2);
    margin-bottom: 14px;
}
.eniv-orders-detail-header-info {

}
.eniv-orders-detail-header-info .eniv-orders-badge {
    padding: 8px 20px 8px 16px;
    width: fit-content;
    font-size: 12px;
    border: 1px solid transparent;
    border-radius: 100px;
    float: inline-end;
    display: flex;
    align-items: center;
    gap: 10px;
}
.eniv-orders-detail-header-info .eniv-orders-badge:before {
    content: ' ';
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
}
.eniv-orders-detail-header-info .eniv-orders-badge.primary {
    background: var(--primary-soft);
    color: var(--primary);
    border-color: var(--border-primary);
}
.eniv-orders-detail-header-info .eniv-orders-badge.info:before {
    background: var(--primary);
}
.eniv-orders-detail-header-info .eniv-orders-badge.danger {
    color: #EF4444;
    border-color: rgba(239, 68, 68, 0.25);
    background: rgba(239, 68, 68, 0.10);
}
.eniv-orders-detail-header-info .eniv-orders-badge.danger::before {
    background: #EF4444;
}
.eniv-orders-detail-header-info .eniv-orders-badge.success {
    color: #22C55E;
    border-color: rgba(34, 197, 94, 0.25);
    background: rgba(34, 197, 94, 0.10);
}
.eniv-orders-detail-header-info .eniv-orders-badge.success::before {
    background: #22C55E;
}
.eniv-orders-detail-header-info .eniv-orders-badge.pending {
    color: #EAB308;
    border-color: rgba(234, 179, 8, 0.25);
    background: rgba(234, 179, 8, 0.10);
}
.eniv-orders-detail-header-info .eniv-orders-badge.pending::before {
    background: #EAB308;
}
.eniv-orders-detail-header-info .eniv-orders-badge.info {
    color: #38BDF8;
    border-color: rgba(56, 189, 248, 0.25);
    background: rgba(56, 189, 248, 0.10);
}
.eniv-orders-detail-header-info .eniv-orders-badge.info::before {
    background: #38BDF8;
}
.eniv-orders-detail-header-info h1 {
    font-size: 28px;
    font-weight: 600;
}
.eniv-orders-detail-header-info h1 span {
    color: var(--primary);
}
.eniv-orders-detail-header-info p {
    margin: 0;
    color: var(--text-2);
}
.eniv-orders-detail-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.eniv-orders-detail-info img {
    height: 50px;
}
.eniv-orders-detail-info h2 {
    font-size: 18px;
    margin-bottom: 4px;
}
.eniv-orders-detail-info p {
    margin: 0;
    color: var(--text-2);
    font-size: 13px;
}
.eniv-timer {
    padding: 20px;
    margin-bottom: 20px;
    background: var(--color-3);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eniv-timer h2 {
    font-size: 13px;
    font-weight: 600;
    color: var(--text-2);
    margin-bottom: 4px;
}
.eniv-timer p {
    margin: 0;
}
.eniv-timer-time {
    font-weight: 600;
}
.eniv-timer-time-area {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #ed4545;
    background: #ef44442e;
    padding: 6px 10px;
    border: 1px solid #ff626242;
    border-radius: 100px;
}
.eniv-redeem-code-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 20px;
}
.eniv-redeem-code-list li {
    display: flex;
    justify-content: space-between;
    background: var(--color-3);
    padding: 12px;
    border-radius: 12px;
    align-items: center;
    border: 1px solid #ffffff0d;
}
.eniv-redeem-code-list li .eniv-redeem-code-list-body {
    display: flex;
    align-items: center;
    gap: 12px;
}
.eniv-redeem-code-list li .eniv-redeem-code-list-body p {
    margin: 0;
    font-weight: 500;
    color: #ffffffad;
}
.eniv-redeem-code-list li .eniv-redeem-code-list-body .eniv-redeem-code-list-body-icon {
    width: 38px;
    height: 38px;
    background: #393b46;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.eniv-redeem-code-list li .eniv-redeem-code-list-body .eniv-redeem-code-list-body-icon img {
    height: 24px;
}
.eniv-redeem-code-list li span {
    cursor: pointer;
}
.eniv-admin-login-left {
    background-image: url(/assets/images/admin-bg.png);
}
.eniv-modal-voucher {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}
.eniv-modal-voucher h1 {
    font-size: 16px;
    margin: 0;
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px
}
.eniv-modal-voucher h1:before {
    content: ' ';
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(/assets/images/ticket.svg);
    background-size: cover;
    background-position: center center;
}
.eniv-modal-voucher-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.eniv-modal-voucher-list-item {
    padding: 12px;
    background: var(--color-3);
    border-radius: 12px;
    border: 1px solid #2c2e41;
    cursor: pointer;
}
.eniv-modal-voucher-list-item-top {
    display: flex;
    gap: 8px;
    align-items: center;
}
.eniv-modal-voucher-list-item-top-icon {
    width: 40px;
    height: 40px;
    display: block;
    background: #36394b;
    border-radius: 50%;
    background-image: url(/assets/images/percent.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px;
    flex-shrink: 0;
}
.eniv-modal-voucher-list-item-top-data {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: self-start;
}
.eniv-modal-voucher-list-item-top-data h2 {
    font-size: 14px;
    font-weight: 500;
}
.eniv-modal-voucher-list-item-top-data h3 {
    font-size: 12px;
    color: #949bab;
    margin: 0;
}
.eniv-modal-voucher-list-item-top-data span {
    background: var(--warna_3);
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 24px;
    color: var(--text-2);
    font-weight: 500;
}
.eniv-modal-voucher-list-item small {
    margin-top: 10px;
    display: block;
    color: #989ca3;
    font-size: 12px;
}
.eniv-nickname-area {
    background: var(--primary-soft);
    padding: 6px 10px;
    border-radius: 6px;
    margin-top: 12px;
    font-size: 13px;
    font-weight: 500;
    color: var(--primary);
}
.eniv-nickname-area.success {
    background: #4caf5059;
    color: #4CAF50;
}
.eniv-nickname-area.failed {
    background: #f4433657;
    color: #ff6357;
}
.eniv-order-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1f2125;
    padding: 16px;
    border-radius: 12px;
    backdrop-filter: blur(2px);
    position: sticky;
    bottom: 20px;
    z-index: 100;
}
.eniv-order-box-start {

}
.eniv-order-box-start h1 {
    font-size: 13px;
    margin-bottom: 0;
    margin-bottom: 6px;
}
.eniv-order-box-start h2 {
    font-size: 12px;
    color: #ffffff8a;
    margin-bottom: 6px;
}
.eniv-order-box-start h3 {
    font-size: 12px;
    color: #ffffff8a;
    margin-bottom: 6px;
}
.eniv-order-box-start .eniv-order-box-start-total {
    display: flex;
    align-items: center;
    gap: 8px;
}
.eniv-order-box-start .eniv-order-box-start-total h4 {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--text-primary);
    font-weight: 600;
}
.eniv-order-box-start .eniv-order-box-start-total span {
    font-size: 13px;
    color: #00E59B;
    font-weight: 600;
}
.eniv-order-box-start button {

}
.eniv-navbar {

}
.eniv-loading {
    background-image: url(/assets/images/loading.gif);
}
.eniv-modal-popup-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.eniv-modal-popup-header h1 {
    margin: 0;
    font-size: 16px;
}
.eniv-modal-popup-header .btn-close {
    width: 24px;
    height: 24px;
    background-color: #3a3c4d;
    border-radius: 50%;
    opacity: 1;
    background-image: url(/assets/images/x.svg);
    background-size: 18px;
    background-position: 7px 7px;
}
.eniv-toggle {
    cursor: pointer;
    display: none;
}
.eniv-navbar-mobile {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-16px);
    transition: opacity .25s ease, transform .35s cubic-bezier(.22, 1, .36, 1), visibility .25s;
}
.eniv-navbar-mobile.show {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.eniv-navbar-mobile-content {
    padding: 14px;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 16px;
    background: rgba(16, 17, 20, .98);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .4);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
.eniv-navbar-mobile-search {
    display: none;
    margin-bottom: 12px;
}
.eniv-navbar-mobile-search form {
    width: 100%;
}
.eniv-navbar-mobile-search-input {
    width: 100%;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-2);
    border: 1px solid rgb(255 255 255 / 12%);
    border-radius: 11px;
    background: var(--warna);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.eniv-navbar-mobile-search-input:focus-within {
    color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(81, 103, 237, .12);
}
.eniv-navbar-mobile-search-input input {
    width: 100%;
    height: 46px;
    padding: 0;
    color: var(--text);
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 13px;
}
.eniv-navbar-mobile-search-input input::placeholder {
    color: var(--text-2);
}
.eniv-navbar-mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.eniv-navbar-mobile-menu a {
    min-height: 46px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-2);
    border: 1px solid transparent;
    border-radius: 11px;
    font-size: 13px;
    font-weight: 500;
    transition: .2s ease;
}
.eniv-navbar-mobile-menu a svg {
    flex-shrink: 0;
    opacity: .5;
    transition: transform .2s ease, opacity .2s ease;
}
.eniv-navbar-mobile-menu a:hover {
    color: var(--text);
    border-color: var(--border-primary);
    background: rgba(255, 255, 255, .04);
}
.eniv-navbar-mobile-menu a:hover svg {
    opacity: 1;
    transform: translateX(3px);
}
.eniv-navbar-mobile-menu a.active {
    color: var(--primary);
    border-color: var(--border-primary);
    background: var(--primary-soft);
}
.eniv-navbar-mobile-menu a.active svg {
    opacity: 1;
}