.eniv-menu {
    position: fixed;
    width: 100px;
    height: 100dvh;
    background: url(https://www.streamvip.online/assets/images/bg-menu.png);
    left: 0;
    top: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 14px;
}
.eniv-menu a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    color: #fbfbfb;
    font-size: 12px;
    background-color: transparent;
}
.eniv-menu a .eniv-menu-icon {
    height: 56px;
    width: 56px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.eniv-menu a .eniv-menu-icon svg {
    height: 24px;
    opacity: .8;
}
.eniv-menu a .eniv-menu-icon svg * {
    /* fill: #fbfbfb; */
}
.eniv-menu a span {
    text-align: center;
    opacity: 0;
    transition: 0.3s;
    font-weight: 600;
}
.eniv-menu a.active .eniv-menu-icon,
.eniv-menu a:hover .eniv-menu-icon {
    background-color: #fbfbfb;
}
.eniv-menu a.active span,
.eniv-menu a:hover span {
    opacity: 1;
}
.eniv-menu a.active .eniv-menu-icon svg *,
.eniv-menu a:hover .eniv-menu-icon svg * {
    /* fill: var(--warna-2); */
    stroke: var(--warna-2);
}
.eniv-navbar {
    display: flex;
    align-items: center;
    height: 80px;
}
.eniv-navbar-body {
    display: flex;
    align-items: center;
    gap: 60px;
}
.eniv-navbar-body a.eniv-brand {
    display: block;
}
.eniv-navbar-body a.eniv-brand img {
    height: 22px;
}
.eniv-navbar-tools {
    display: flex;
    gap: 22px;
    justify-content: space-between;
    width: 100%;
}
.eniv-navbar-menu {
    align-items: center;
    display: flex;
    gap: 22px;
    font-weight: 500;
}
.eniv-navbar-tools span {
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}
.eniv-navbar-tools span h1 {
    font-size: 13px;
    margin-bottom: 0;
}
.eniv-navbar-tools span svg {
    height: 24px;
}
.eniv-content {
    padding-top: 50px;
    padding-bottom: 60px;
    min-height: calc(100vh - 401px);
}
.eniv-section-games h1 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.eniv-games a {
    color: var(--text);
    text-decoration: none;
    margin-bottom: 24px;
    display: block;
    position: relative;
    margin-top: 10px;
}
.eniv-games a .eniv-games-label {
    width: 102px;
    height: 32px;
    background: var(--warna-2);
    font-weight: 700;
    text-align: center;
    line-height: 32px;
    position: absolute;
    right: -8px;
    top: -10px;
    border-radius: 0 6px 0 0;
    padding-right: 8px;
}
.eniv-games a .eniv-games-label::before {
    /*content: " ";*/
    height: 32px;
    width: 10px;
    display: block;
    position: absolute;
    left: -8px;
    background-image: url(https://www.streamvip.online/assets/images/label.svg);
    background-size: auto 100%;
}
.eniv-games a .eniv-games-label::after {
    content: " ";
    background: #745e06;
    height: 9px;
    width: 8px;
    display: block;
    right: 0;
    position: absolute;
    clip-path: polygon(100% 0%, 0% 100%, 0% 0%);
}
.eniv-games a .eniv-games-image {
    width: 100%;
    height: 230px;
    background-size: auto 100%;
    border-radius: 12px;
    background-position: center center;
    margin-bottom: 16px;
    transition: 0.2s;
    background-color: var(--warna-4);
}
.eniv-games a .eniv-games-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eniv-games a .eniv-games-data h2 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eniv-games a .eniv-games-data h3 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}
.eniv-games a .eniv-games-data span {
    background-color: var(--warna-2);
    color: var(--text);
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding: 4px 12px;
    border-radius: 8px;
}
.eniv-games a:hover .eniv-games-image {
    background-size: auto 110%;
}
.eniv-mb {
    margin-bottom: 50px;
}
.eniv-mb-sm {
    margin-bottom: 24px;
}
.eniv-steps {
    display: flex;
    margin-bottom: 60px;
    margin-top: 80px;
}
.eniv-step {
    display: flex;
    gap: 18px;
    background-repeat: no-repeat;
    height: 124px;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    background-size: 100% 100%;
    background-color: var(--warna);
}
.eniv-step:nth-child(1) {
    background-image: url(https://www.streamvip.online/assets/images/step/1.png);
    max-width: 338px;
    padding: 0 20px;
    clip-path: polygon(0 0, 87% 0, 103% 100%, 0% 100%);
}
.eniv-step:nth-child(2) {
    background-image: url(https://www.streamvip.online/assets/images/step/2.png);
    max-width: 446px;
    margin-top: -30px;
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 58px;
}
.eniv-step:nth-child(3) {
    background-image: url(https://www.streamvip.online/assets/images/step/3.png);
    max-width: 431px;
    padding: 0 50px;
    clip-path: polygon(29px 0px, 100% 0px, 100% 100%, -2% 100%);
}
.eniv-step span {
    font-size: 58px;
    font-weight: 700;
    color: var(--text-2);
}
.eniv-step h1 {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-2);
    margin-bottom: 8px;
}
.eniv-step p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 22px;
}
.eniv-region {
    display: flex;
    align-items: center;
    font-weight: 600;
    cursor: pointer;
}
.eniv-region img {
    height: 24px;
    margin-left: 8px;
}
.eniv-banner {
    position: relative;
}
.eniv-banner img {
    width: 100%;
    border-radius: 12px;
}
.eniv-choose {
    background: var(--warna-4);
    padding: 25px;
    border-radius: 18px;
}
.eniv-choose-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.eniv-choose-title img {
    height: 30px;
}
.eniv-choose-title h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.eniv-choose p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
    color: #ffffff9e;
}
.eniv-games-banner {
    height: 548px;
    border-radius: 14px;
    padding: 40px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.eniv-games-banner::after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(1px);
    background-color: #0000009e;
}
.eniv-games-banner .breadcrumb {
    position: relative;
    z-index: 1;
    flex-wrap: nowrap;
}
.eniv-games-detail {
    display: flex;
    align-items: end;
    gap: 16px;
    position: relative;
    z-index: 1;
}
.eniv-games-detail-image {
    flex-shrink: 0;
    width: 150px;
    height: 200px;
    border-radius: 12px;
    background-size: cover;
    background-repeat: no-repeat;
}
.eniv-games-detail h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.eniv-games-detail h2 {
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 500;
    color: var(--warna-2);
}
.eniv-games-detail-data {
    width: calc(100% - 850px);
}
.eniv-games-content {
    display: flex;
    gap: 28px;
    align-items: start;
}
.eniv-games-content-start {
    width: 100%;
    position: sticky;
    top: 30px;
}
.eniv-games-content-end {
    width: 650px;
    flex-shrink: 0;
    margin-top: -526px;
    margin-right: 40px;
    z-index: 10;
}
.eniv-card-buy {
    position: sticky;
    top: 40px;
    border: 1px solid var(--line);
    background: var(--warna-4);
    padding: 24px;
    border-radius: 14px;
    /* min-height: 620px; */
}
.eniv-title {
    font-size: 16px;
    color: var(--warna-2);
    font-weight: 600;
    margin-bottom: 10px;
}
.eniv-review {
    display: flex;
    gap: 14px;
}
.eniv-review-body {
    width: 160px;
    text-align: center;
    flex-shrink: 0;
}
.eniv-review h1 {
    font-size: 46px;
    font-weight: 800;
}
.eniv-review h2 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.eniv-review-star {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-bottom: 16px;
}
.eniv-review-star i {
    font-size: 18px;
    color: var(--warna-2);
}
.eniv-review ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.eniv-review ul li {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-between;
}
.eniv-review ul li:last-child {
    margin-bottom: 0;
}
.eniv-review ul li h3,
.eniv-review ul li h4 {
    font-size: 13px;
    margin-bottom: 0;
    width: 14px;
    flex-shrink: 0;
}
.eniv-review ul li h4 {
    text-align: end;
}
.eniv-review ul li .eniv-review-progress {
    position: relative;
    background: #f9f5ff;
    width: 100%;
    height: 10px;
    border-radius: 100px;
    overflow: hidden;
}
.eniv-review ul li .eniv-review-progress span {
    width: 85%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: var(--warna-2);
}
.eniv-games-detail ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 14px;
    list-style: none;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.eniv-games-detail ul li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 13px;
}
.eniv-games-detail ul li img {
    height: 20px;
}
.eniv-card-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 18px;
}
.eniv-card-title-lg {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 18px;
}
.eniv-product-area {
    max-height: 302px;
    overflow: auto;
    padding: 0 8px;
}
.eniv-product-area .col-lg-6 {
    padding: 0 6px;
}
.eniv-product-area::-webkit-scrollbar {
    width: 6px;
}
.eniv-product-area::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
}
.eniv-product-area::-webkit-scrollbar-thumb {
    background: var(--warna-2);
    border-radius: 20px;
}
.eniv-product-area.full {
    max-height: fit-content;
}
.eniv-product {
    height: calc(100% - 24px);
    background: var(--warna);
    padding: 16px;
    border-radius: 12px;
    cursor: pointer;
    border: 1px solid var(--warna);
    display: grid;
    align-content: space-between;
    transition: all 0.2s ease;
    min-height: 88px;
    margin-bottom: 12px;
}
.eniv-product:active {
    transform: translateY(4px);
}
.eniv-product-name {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}
.eniv-product-name img {
    height: 28px;
}
.eniv-product-name span {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff8c;
}
.eniv-product-price {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
}
.eniv-product-price span {
    font-size: 10px;
}
.eniv-product-price h1 {
    font-size: 13px;
    margin-bottom: 0;
    white-space: nowrap;
    color: #ffffff69;
}
.eniv-price-cut {
    white-space: nowrap;
    font-size: 10px;
    position: relative;
}
.eniv-price-cut::after {
    content: " ";
    height: 2px;
    display: block;
    left: 0;
    right: 0;
    position: absolute;
    background: #f35050;
    transform: rotate(-8deg);
    top: 7px;
    bottom: 0;
}
.eniv-product:hover, .eniv-product.active, .eniv-method:hover, .eniv-method.active {
    border-color: var(--warna-2);
    background-color: var(--warna-3);
}
.eniv-product:hover .eniv-product-name span, .eniv-product.active .eniv-product-name span {
    color: #ffffffe8;
}
.eniv-product:hover .eniv-product-price h1, .eniv-product.active .eniv-product-price h1 {
    color: #ffffffcf;
}
.eniv-card-product-show-all {
    color: #ffffff69;
    padding-top: 20px;
    text-align: center;
    cursor: pointer;
}
.eniv-card-buy-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eniv-card-buy-btn p {
    font-size: 12px;
    margin-bottom: 8px;
}
.eniv-card-buy-btn h1 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}
.eniv-product-category {
    overflow: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
}
.eniv-product-category::-webkit-scrollbar {
    display: none;
}
.eniv-product-category li {
    white-space: nowrap;
    padding: 10px 14px;
    background: var(--warna);
    border-radius: 12px;
    border: 1px solid var(--warna);
    display: flex;
    gap: 8px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}
.eniv-product-category li:active {
    transform: translateY(4px);
}
.eniv-product-category li img {
    height: 22px;
}
.eniv-product-category li:hover, .eniv-product-category li.active {
    border-color: var(--warna-2);
    background-color: var(--warna-3);
}
.eniv-login-google {
    padding: 12px 20px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border: 1px solid #393c41;
    cursor: pointer;
    font-weight: 500;
}
.eniv-login-google img {
    height: 28px;
}
.eniv-login-google:hover {
    background: #fff;
    color: #020202;
}
.eniv-line-text {
    text-align: center;
    margin-bottom: 10px;
}
.eniv-line-text::before {
    content: " ";
    height: 1px;
    width: 100%;
    display: block;
    background: #393c41;
}
.eniv-line-text span {
    position: relative;
    top: -12px;
    background: var(--warna-4);
    padding: 0 12px;
}
.eniv-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--warna-2);
    margin-bottom: 6px;
}
.eniv-modal-title + p {
    color: #ffffff82;
    margin-bottom: 28px;
}
.eniv-card-games-detail {
    display: flex;
    gap: 12px;
    margin-bottom: 28px;
    align-items: center;
}
.eniv-card-games-detail-image {
    width: 47px;
    height: 63px;
    border-radius: 8px;
    background-image: url(https://www.dragonlotterys.com/assets/images/games/1.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.eniv-card-games-detail h1 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 8px;
}
.eniv-card-games-detail h2 {
    font-size: 12px;
    margin-bottom: 0;
}
.eniv-table-detail h1 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 14px;
}
.eniv-table-detail table {
    width: 100%;
}
.eniv-table-detail table tr td {
    color: #ffffff63;
    width: 260px;
}
.eniv-table-detail table tr th {
    font-weight: 500;
}
.eniv-table-detail table tr th, .eniv-table-detail table tr td {
    padding: 14px 0;
    border-top: 1px solid #441338;
}
.eniv-table-detail table tr:last-child th,
.eniv-table-detail table tr:last-child td {
    padding-bottom: 0;
}
.eniv-footer {
    padding: 40px 0;
}
.eniv-footer-method {
    display: flex;
    gap: 12px;
    margin-bottom: 16px;
}
.eniv-footer-method img {
    height: 22px;
}
.eniv-footer-body {
    justify-content: space-between;
    display: flex;
    align-items: start;
    gap: 28px;
    width: 100%;
}
.eniv-footer-description {
    width: 100%;
    max-width: 520px;
    flex-shrink: 0;
    line-height: 28px;
    color: #a2a2a2;
}
.eniv-footer-body .eniv-footer-contact {
    display: flex;
    gap: 20px;
    width: 100%;
}
.eniv-footer-body .eniv-footer-contact a {
    color: var(--text);
    display: flex;
    gap: 8px;
    align-items: center;
    font-weight: 500;
}
.eniv-footer-body .eniv-footer-contact a i {
    font-size: 16px;
}
.eniv-footer-body .eniv-footer-contact a img {
    height: 18px;
}
.eniv-footer-menu {
    width: 100%;
    border-bottom: 3px solid var(--warna-2);
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.eniv-footer-menu h1 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}
.eniv-footer-menu-link {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}
.eniv-footer-menu-link a {
    padding: 6px 0;
    font-weight: 500;
    color: #ffffff91;
    width: calc(50% - 2px);
    flex-shrink: 0;
    padding-left: 12px;
    position: relative;
}
.eniv-footer-menu-link a::before {
    content: ' ';
    height: 18px;
    width: 4px;
    display: block;
    background: var(--warna-2);
    position: absolute;
    left: 0;
    border-radius: 100px;
}
.eniv-footer-menu-link a:hover {
    color: var(--text-2);
}
.eniv-footer-copyright {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-top: 12px;
}
.eniv-profile {
    margin-bottom: 40px;
}
.eniv-profile-title {
    font-size: 13px;
    margin-bottom: 14px;
}
.eniv-profile-card {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eniv-profile-detail {
    display: flex;
    gap: 24px;
    align-items: center;
}
.eniv-profile-detail .eniv-profile-image {
    text-transform: uppercase;
    width: 120px;
    height: 120px;
    background: var(--warna-2);
    border-radius: 50%;
    font-size: 48px;
    font-weight: 800;
    line-height: 120px;
    text-align: center;
    flex-shrink: 0;
}
.eniv-profile-detail h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}
.eniv-profile-detail h3 {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--warna-2);
}
.eniv-profile-detail p {
    margin-bottom: 18px;
    font-size: 12px;
    color: #a2a2a2;
}
.eniv-profile-statistic {
    display: flex;
    align-items: center;
    background: var(--warna-4);
    padding: 20px 0;
    border-radius: 12px;
}
.eniv-profile-statistic-body {
    text-align: center;
    padding: 0 30px;
    border-right: 1px solid var(--line);
}
.eniv-profile-statistic-body h1 {
    font-size: 22px;
    font-weight: 600;
    color: var(--warna-2);
}
.eniv-profile-statistic-body span {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff73;
}
.eniv-profile-statistic .eniv-profile-statistic-body:last-child {
    border-right: 0;
}
.eniv-users-menu {
    margin-bottom: 46px;
    display: flex;
    align-items: center;
    gap: 28px;
}
.eniv-users-menu a {
    color: var(--text);
    font-weight: 500;
    position: relative;
    padding-bottom: 14px;
}
.eniv-users-menu a::after {
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    bottom: 0;
    border-radius: 14px;
    transition: 0.4s;
    left: 100%;
    right: 100%;
}
.eniv-users-menu a.active,
.eniv-users-menu a:hover {
    color: var(--warna-2);
}
.eniv-users-menu a.active::after,
.eniv-users-menu a:hover::after {
    background: var(--warna-2);
    left: 20%;
    right: 20%;
}
.eniv-method-section {
    margin-bottom: 6px;
}
.eniv-method-section h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}
.eniv-method {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    background: var(--warna);
    border-radius: 12px;
    cursor: pointer;
    margin-bottom: 18px;
    border: 1px solid var(--warna-4);
    transition: all 0.2s ease;
}
.eniv-method:active {
    transform: translateY(8px);
}
.eniv-method h3 {
    color: #fff;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 12px;
}
.eniv-method h2 {
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    color: #a0a4bf;
}
.eniv-method img {
    height: 20px;
    margin-bottom: 8px;
}
.eniv-invoice-top {
    display: flex;
    gap: 28px;
}
.eniv-invoice-top-start {
    height: 280px;
    width: 100%;
    border-radius: 12px;
    background-size: 100% auto;
    background-position: center center;
    position: relative;
    overflow: hidden;
    padding: 30px 60px;
}
.eniv-invoice-top-start-topup {
    background: transparent;
    padding-left: 0;
}
.eniv-invoice-top-start::before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000b0;
}
.eniv-invoice-funds {
    align-items: center;
    margin-bottom: 30px;
    gap: 0;
}
.eniv-invoice-funds .eniv-invoice-top-start {
    height: auto;
    border-radius: 0;
}
.eniv-invoice-funds .eniv-invoice-top-start, .eniv-invoice-funds .eniv-invoice-top-end {
    padding: 0;
}
.eniv-invoice-funds .eniv-invoice-top-start::before {
    display: none;
}
.eniv-invoice-funds+.eniv-invoice-body {
    margin: 0;
}
.eniv-invoice-top-start > div {
    position: relative;
    z-index: 1;
}
.eniv-invoice-top-end {
    width: 380px;
    flex-shrink: 0;
    padding-top: 26px;
}
.eniv-invoice-funds .eniv-invoice-top-end {
    width: auto;
}
.eniv-invoice-funds .eniv-invoice-top-end-status {
    text-align: end;
}
.eniv-invoice-top-start-body {
    display: flex;
    justify-content: space-between;
}
.eniv-invoice-top-start-order-id {
    text-align: end;
}
.eniv-invoice-top-start-order-id p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 8px;
}
.eniv-invoice-top-start-order-id h1 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}
.eniv-invoice-top-start-order-id h1 i {
    margin-left: 4px;
}
.eniv-invoice-top-end-status p {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
}
.eniv-invoice-top-end-status span {
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.eniv-invoice-top-end-status h2 {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    margin-top: 8px;
    color: #ffffff85;
}
.eniv-invoice-body {
    align-items: start;
    background: var(--warna-4);
    padding: 36px;
    border-radius: 14px;
    margin-left: 60px;
    margin-top: -140px;
    position: relative;
    min-height: 320px;
    display: flex;
    gap: 28px;
}
.eniv-invoice-body-start {
    width: 100%;
    position: sticky;
    top: 40px;
}
.eniv-invoice-body-end {
    width: 344px;
    flex-shrink: 0;
}
.eniv-card-field {
    padding: 20px;
    margin-bottom: 18px;
    border-radius: 14px;
    border: 1px solid #441338;
    position: relative;
    background: #44133861;
}
.eniv-card-field span {
    width: 24px;
    height: 24px;
    display: block;
    background: #373c43;
    border-radius: 50%;
    position: absolute;
    right: -12px;
    top: -12px;
    background-image: url(https://www.streamvip.online/assets/images/x.svg);
    background-size: 16px;
    background-position: center center;
    cursor: pointer;
}
.eniv-card-field span:hover {
    background-color: #ff4c4c;
}
.eniv-card-field textarea {
    field-sizing: content;
}
.eniv-card-field input,
.eniv-card-field select {
    margin-bottom: 12px;
}
.eniv-card-field input:last-child,
.eniv-card-field select:last-child {
    margin-bottom: 0;
}
.eniv-table {
    background-color: var(--warna-4);
    border-radius: 12px;
}
.eniv-table tr th,
.eniv-table tr td {
    background-color: transparent;
    color: var(--text);
    padding: 14px 16px;
    border-color: #2a2d33;
}
.eniv-table tr th {
    font-weight: 500;
}
.eniv-table tr:last-child td {
    border-bottom: none;
}
.btn-action {
    text-transform: capitalize;
}
.eniv-table-action {
    display: flex;
    gap: 18px;
}
.eniv-mw-300 {
    max-width: 300px;
    flex-shrink: 0;
}
.eniv-card-table {
    overflow: auto;
}
.eniv-card-table table {
    margin: 0;
}
.eniv-card-table table tr th {
    font-weight: 600;
}
.eniv-card-table table tr th, .eniv-card-table table tr td {
    background: transparent;
    color: var(--text);
    border-color: #303339;
    padding: 12px 18px;
}
.eniv-card-table table tr:last-child th, .eniv-card-table table tr:last-child td {
    border: none;
}
.eniv-countdown-orders {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 8px;
}
.eniv-countdown-orders li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
}
.eniv-countdown-orders li::after {
    content: ":";
    margin: 0 8px;
}
.eniv-countdown-orders li:last-child:after {
    display: none;
}
.eniv-paycode h2 {
    font-size: 12px;
}
.eniv-paycode-box {
    display: flex;
    align-items: center;
    background: #51153f;
    padding: 12px;
    justify-content: space-between;
    border-radius: 8px;
}
.eniv-paycode-box h3 {
    font-size: 15px;
    margin: 0;
}
.eniv-table-detail span {
    background: #51153f;
    padding: 12px 18px;
    display: inline-block;
    border-radius: 12px;
    color: #ffffff70;
    font-weight: 500;
    margin-top: 12px;
}
.eniv-card-product-empty {
    margin-bottom: 20px;
    text-align: center;
    background: #ffff0029;
    padding: 40px 10px;
    border-radius: 12px;
    color: #ffff00bd;
    border: 2px solid #ffff0030;
}
.eniv-card-product-empty h1 {
    margin: 0;
    font-size: 13px;
}
.eniv-search-order-id {
    margin-bottom: 30px;
    padding: 40px;
    border-radius: 12px;
    border: 1px solid var(--line);
    background: var(--warna-4);
    margin-top: -120px;
    position: relative;
    z-index: 1;
}
.eniv-search-order-id h1 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}
.eniv-search-order-id input {
    font-size: 18px;
    padding: 0 0 16px 0;
    background: transparent !important;
    border-bottom: 2px solid var(--line) !important;
    border-radius: 0;
    padding-left: 40px;
}
.eniv-search-order-id-how h1 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
    text-align: start;
}
.eniv-search-order-id-how {
    text-align: center;
}
.eniv-search-order-id-how p {
    margin: 0;
    color: #fbfbfb99;
}
.eniv-search-order-id-how .eniv-choose-title {
    flex-direction: column;
    margin-bottom: 12px;
}
.eniv-search-order-id-how .eniv-choose-title h1 {
    margin: 0;
    font-size: 15px;
}
.eniv-card-help {
    padding: 40px;
}
.eniv-card-help h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
}
.eniv-card-help p {
    margin: 0 0 20px 0;
    line-height: 26px;
    color: #a2a2a2;
}
.eniv-card-help-sosmed a {
    display: flex;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 10px;
    margin-bottom: 18px;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: #a2a2a2;
    background: var(--warna-4);
    position: relative;
}
.eniv-card-help-sosmed a::after {
    content: ' ';
    height: 20px;
    width: 20px;
    background-image: url(https://www.streamvip.online/assets/images/arrow-right.svg);
    background-size: 100%;
    opacity: 0.3;
    position: absolute;
    right: 16px;
}
.eniv-card-help-sosmed a img {
    height: 28px;
}
.eniv-gmaps-frame {
    width: 100%;
    height: 400px;
    border-radius: 12px;
    margin-top: 30px;
}
.eniv-content-page-title {
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    text-decoration: underline;
}
.eniv-content-page-body h2 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: var(--warna-2);
}
.eniv-content-page-body p {
    line-height: 26px;
    text-align: justify;
}
.eniv-content-page-body ol li {
    line-height: 26px;
}
.eniv-faq-item-header {
    padding: 16px 22px 16px 0;
    border-bottom: 1px solid var(--line);
    cursor: pointer;
    position: relative;
}
.eniv-faq-item-header::after {
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 2px;
    top: 14px;
    background-image: url(https://www.streamvip.online/assets/images/chevron-right.svg);
    background-size: contain;
    background-position: center center;
    transition: .3s;
}
.eniv-faq-item-header[aria-expanded="true"]::after {
    transform: rotate(90deg);
}
.eniv-faq-item-body {
    background: var(--warna-4);
    padding: 20px;
    border-radius: 0 0 12px 12px;
}
.eniv-topup-quantity-list {
    list-style: none;
    margin: 0 0 14px 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.eniv-topup-quantity-list li {
    font-size: 13px;
    display: block;
    padding: 4px 8px;
    border-radius: 8px;
    cursor: pointer;
    background: var(--warna-3);
    white-space: nowrap;
    width: 120px;
    height: 74px;
    text-align: center;
    align-content: center;
    font-weight: 500;
    transition: all 0.2s ease;
}
.eniv-topup-quantity-list li.active {
    background: var(--warna-2);
}
.eniv-topup-quantity-list li:active {
    transform: translateY(8px);
}
.eniv-topup-quantity-list li span {
    display: block;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #ffffff85;
}
.eniv-orders-review {
    text-align: start;
    padding: 16px;
    background: #2e0e2b;
    border-radius: 10px;
    border: 1px solid #441338;
}
.eniv-orders-review-star {
    margin-bottom: 10px;
}
.eniv-orders-review-star i {
    color: orange;
}
.eniv-orders-review p {
    margin-bottom: 12px;
    color: #ababab;
    font-style: italic;
    font-size: 13px;
    font-weight: 500;
}
.eniv-orders-review small {
    font-size: 11px;
    color: #dbdbdb;
}
.eniv-orders-review-send {
    max-width: 500px;
    margin: 0 auto;
}
.eniv-orders-review-send-star {
    margin-bottom: 12px;
}
.eniv-orders-review-send-star i {
    margin: 0 2px;
    font-size: 20px;
    cursor: pointer;
}
.eniv-orders-review-send-star i.active {
    color: orange;
}
.eniv-table-card {
    background: var(--warna-4);
    border-radius: 12px;
    overflow: hidden;
}
.eniv-region-currency-group h1 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 14px;
}
.eniv-region-currency-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.eniv-region-currency-group ul li {
    width: calc(50% - 7px);
    border: 1px solid var(--line);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-radius: 8px;
    cursor: pointer;
    background: var(--warna-3);
    transition: all 0.2s ease;
}
.eniv-region-currency-group ul li:active {
    transform: translateY(4px);
}
.eniv-region-currency-group ul li.active {
    background: var(--warna-2);
    border-color: var(--line);
    position: relative;
}
.eniv-region-currency-group ul li.active::after {
    content: ' ';
    width: 20px;
    height: 20px;
    position: absolute;
    right: 12px;
    background-image: url(https://www.streamvip.online/assets/images/check.png);
    background-size: cover;
    display: block;
}
.eniv-region-currency-group ul li img {
    height: 22px;
}
.eniv-preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000b5;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eniv-preloader img {
    height: 28px;
}
.eniv-nav-config {
    flex-direction: column;
    gap: 8px;
}
.eniv-nav-config li {
    width: 100%;
}
.eniv-nav-config li button {
    width: 100%;
    text-align: start;
}
.eniv-input-paste {
    position: relative;
}
.eniv-input-paste span {
    color: #ffffff4d;
    background: var(--line);
    display: block;
    padding: 6px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    z-index: 1;
}
.eniv-check-region {
    padding: 14px;
    border-radius: 10px;
    margin-bottom: 16px;
    cursor: pointer;
    border: 1px solid var(--line);
    background: var(--warna-4);
    position: relative;
}
.eniv-check-region::after {
    content: ' ';
    width: 4px;
    height: 38px;
    display: block;
    background: #97236c;
    position: absolute;
    right: 0;
    top: 18px;
    border-radius: 100px 0 0 100px;
}
.eniv-check-region span {
    font-size: 12px;
    display: block;
    color: #ffffffb5;
    text-align: end;
}
.eniv-check-region table {
    width: 100%;
    margin-bottom: 8px;
}
.eniv-check-region table tr td {
    color: #ffffffb5;
}
.eniv-check-region table tr th {
    text-align: end;
    font-weight: 500;
}
.eniv-check-region table tr td, .eniv-check-region table tr th {
    padding: 2px 0px;
}
.eniv-check-region-flag {
    width: 18px;
    height: 18px;
    background-size: auto 100%;
    border-radius: 50%;
}
.eniv-alert-check-region {
        background: #3a1132;
    border-radius: 12px;
    border: 1px solid #581644;
    border-left: 6px solid var(--warna-2);
    margin-bottom: 20px;
}
.eniv-alert-check-region table tr td, .eniv-alert-check-region table tr th {
    padding: 4px 0;
}
.eniv-alert-check-region table tr th {
    font-weight: 600;
    text-align: end;
}
.eniv-calculator-games {

}
.eniv-calculator-games-header {
    margin-bottom: 20px;
}
.eniv-calculator-games-header h1 {
    font-size: 20px;
    font-weight: 600;
}
.eniv-calculator-games-header p {
    margin: 0;
    color: #a2a2a2;
}
.eniv-calculator-games a {
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    background: var(--warna-4);
    padding: 14px;
    border-radius: 14px;
    border-left: 4px solid var(--warna-2);
}
.eniv-calculator-games a .eniv-calculator-games-card-image {
    height: 50px;
    width: 50px;
    flex-shrink: 0;
    background-position: center center;
    background-size: 100% auto;
    border-radius: 8px;
}
.eniv-calculator-games a .eniv-calculator-games-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.eniv-calculator-games a .eniv-calculator-games-card h1 {
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eniv-calculator-games a .eniv-calculator-games-card p {
    color: #ffffff70;
    font-size: 12px;
    margin: 0;
}
.eniv-calculator-games a .eniv-calculator-games-card button {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    background: var(--warna-2);
    border-radius: 10px;
    font-size: 13px;
    font-weight: 500;
    padding: 6px 16px;
    color: #fff;
}
.eniv-calculator-box {
    display: flex;
    border: 1px solid var(--line);
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 40px;
}
.eniv-calculator-menu {
    width: 320px;
    flex-shrink: 0;
    padding: 20px;
    background: var(--warna-3);
    background-image: url(https://www.streamvip.online/assets/images/calculator-hero.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}
.eniv-calculator-menu ul {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.eniv-calculator-menu-item {
    font-weight: 500;
    padding: 14px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}
.eniv-calculator-menu-item.active {
    color: #fff;
    background: var(--warna-2);
}
.eniv-calculator-area {
    min-height: 561px;
    /* background: var(--warna-3); */
    background: var(--warna-4);
    padding: 40px;
    width: 100%;
}
.eniv-calculator-area h4 {
    font-size: 22px;
    font-weight: 600;
}
.eniv-calculator-area p {
    color: #a2a2a2;
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 26px;
}
.eniv-leaderboard-other {
    display: flex;
    flex-direction: column;
    gap: 18px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.eniv-leaderboard-other li {
    display: flex;
    gap: 12px;
    position: relative;
    padding: 12px 0;
}
.eniv-leaderboard-other li span {
    width: 40px;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    position: relative;
    z-index: 10;
    color: var(--warna-2);
}
.eniv-leaderboard-other li h1 {
    font-size: 13px;
    position: relative;
    z-index: 10;
}
.eniv-leaderboard-other li h2 {
    font-size: 12px;
    margin: 0;
    position: relative;
    z-index: 10;
    color: var(--warna-2);
}
.eniv-leaderboard-other li div.eniv-leaderboard-other-total {
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    text-align: end;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 170px;
    background: linear-gradient(270deg, var(--warna-2), transparent);
    border-radius: 0 100px 100px 0;
    align-content: center;
    padding-right: 26px;
    white-space: nowrap;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eniv-leaderboard-top {
    display: flex;
    gap: 0;
    align-items: end;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.eniv-leaderboard-top-item {
    width: 33.33%;
    min-height: 200px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.eniv-leaderboard-top-item-body {
    background: var(--warna-4);
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-bottom: none;
    position: relative;
}
.eniv-leaderboard-top-item-body span {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
}
.eniv-leaderboard-top-item-body span::before {
    content: ' ';
    width: 40px;
    height: 6px;
    display: block;
    border-radius: 100px;
    background-color: var(--warna-2);
    margin-top: -3px;
}
.eniv-leaderboard-top-item:nth-child(1) .eniv-leaderboard-top-item-body {
    height: 180px;
    border-right: 0;
}
.eniv-leaderboard-top-item:nth-child(2) .eniv-leaderboard-top-item-body {
    height: 240px;
    border-right: 0;
}
.eniv-leaderboard-top-item:nth-child(3) .eniv-leaderboard-top-item-body {
    height: 140px;
}
.eniv-leaderboard-top-item:nth-child(1) .eniv-leaderboard-top-item-profile {
    background-image: url(https://www.streamvip.online/assets/images/leaderboard-2.png);
}
.eniv-leaderboard-top-item:nth-child(2) .eniv-leaderboard-top-item-profile {
    background-image: url(https://www.streamvip.online/assets/images/leaderboard-1.png);
}
.eniv-leaderboard-top-item:nth-child(3) .eniv-leaderboard-top-item-profile {
    background-image: url(https://www.streamvip.online/assets/images/leaderboard-3.png);
}
.eniv-leaderboard-top-item h1 {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0;
}
.eniv-leaderboard-top-item-header {
    background: var(--line);
    padding: 18px;
}
.eniv-leaderboard-top-item-total {
    margin-top: 20px;
}
.eniv-leaderboard-top-item-total h2 {
    font-size: 13px;
    margin-bottom: 14px;
}
.eniv-leaderboard-top-item-total p {
    margin: 0;
    font-size: 12px;
    color: #ffffffb5;
}
.eniv-leaderboard-top-item-profile {
    width: 80px;
    height: 80px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    background-color: var(--line);
    border: 4px solid var(--warna-3);
}
.eniv-table-hero-ranking tr th,
.eniv-table-hero-ranking tr td {
    border-color: var(--line);
}
.eniv-hero-pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
}
.eniv-hero-pagination-item {
    width: 36px;
    height: 36px;
    background: var(--warna-3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 8px;
    cursor: pointer;
    color: var(--warna-2);
    transition: all 0.2s ease;
}
.eniv-hero-pagination-item:active {
    transform: translateY(4px);
}
.eniv-page-header {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d72a902b;
    margin-bottom: 30px;
    border-radius: 12px;
    border-bottom: 4px solid var(--warna-2);
    flex-direction: column;
    gap: 14px;
    overflow: hidden;
    position: relative;
}
.eniv-page-header::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--warna-3);
    z-index: 1;
}
.eniv-page-header-text {
    position: relative;
    z-index: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.eniv-page-header-text h1 {
    color: #fff;
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.eniv-page-header-text h2 {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
}
.eniv-page-header video {
    width: 100%;
    margin-top: 422px;
    position: absolute;
}
.eniv-page-header-invoice {
    height: 240px;
    justify-content: flex-start;
    padding-top: 40px;
}
.eniv-page-header-invoice video {
    margin-top: -100px;
    top: 0;
}
.eniv-funds-input {
    font-size: 20px;
    font-weight: 600;
}
.eniv-funds {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}
.eniv-funds-menu {
    border-radius: 14px;
    width: 320px;
    flex-shrink: 0;
    padding: 20px;
    background: var(--warna-3);
}
.eniv-funds-menu ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 8px;
    margin: 0;
    padding: 0;
}
.eniv-funds-menu ul li button {
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    text-align: start;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    font-weight: 500;
}
.eniv-funds-content {
    width: 100%;
}
.eniv-alert-countdown {
    background: #382c06;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid #cfa014;
    margin-bottom: 28px;
    border-left-width: 6px;
}
.eniv-alert-countdown h1 {
    font-size: 13px;
    color: #edb70a;
}
.eniv-card-account-info {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}
.eniv-card-account-info li {
    width: 33.33%;
    text-align: center;
}
.eniv-card-account-info li span {
    margin-bottom: 12px;
    display: inline-block;
    color: #ffffff7a;
    font-size: 12px;
}
.eniv-card-account-info li h1 {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
}
.eniv-footer-brand {
    margin-bottom: 20px;
}
.eniv-footer-brand img {
    height: 28px;
}
.eniv-footer-right {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.eniv-search-order-id-input {
    position: relative;
}
.eniv-search-order-id-input svg {
    opacity: .4;
    position: absolute;
    top: 4px;
    left: 0;
}
.eniv-leaderboard-info {
    text-align: center;
    margin-top: 14px;
    font-size: 12px;
    color: #ffffff8a;
}
.eniv-flash-sale-area {
    background: var(--warna-4);
    padding: 42px 0 42px 42px;
    border-radius: 12px;
    margin-bottom: 40px;
    border: 1px solid var(--line);
    display: flex;
    gap: 20px;
    overflow: hidden;
}
.eniv-flash-sale-content {
    width: 100%;
    max-width: 310px;
    flex-shrink: 0;
}
.eniv-flash-sale-content h1 {
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
}
.eniv-flash-sale-content h2 {
    font-size: 13px;
    color: #ffffffc7;
}
.eniv-flash-sale-content p {
    color: #fbfbfb8a;
    line-height: 24px;
}
.eniv-flash-sale-area-product {
    width: 100%;
}
.eniv-flash-sale-area-product-item {

}
.eniv-flash-sale-timer {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-top: 14px;
}
.eniv-flash-sale-timer span {
    width: 30px;
    height: 30px;
    background: var(--warna-2);
    text-align: center;
    line-height: 30px;
    border-radius: 6px;
    font-weight: 600;
}
.eniv-flash-sale-product {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    align-items: end;
}
.eniv-flash-sale-product .owl-stage {
    padding-left: 0 !important;
}
.eniv-flash-sale-product-item {
    width: 100%;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background-image: url(https://www.streamvip.online/assets/images/flash-sale-item-bg.png);
    background-size: 100%;
}
.eniv-flash-sale-product-item-detail {
    display: flex;
    align-items: end;
    gap: 14px;
    padding: 0 14px;
    justify-content: space-between;
}
.eniv-flash-sale-product-item-detail-image {
    height: 78px;
    width: 58px;
    background-size: cover;
    border-radius: 6px;
    flex-shrink: 0;
}
.eniv-flash-sale-product-item-detail h1 {
    font-size: 13px;
    color: #fbfbfbb3;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eniv-flash-sale-product-item-detail h2 {
    font-size: 12px;
    margin: 0;
    color: #ffffff57;
}
.eniv-flash-sale-product-item-price {
    display: flex;
    gap: 8px;
    padding: 10px 14px;
    border-top: 1px solid #511541;
    margin-top: 14px;
    background: #591b4c;
    justify-content: space-between;
}
.eniv-flash-sale-product-item-price span {
    background: var(--warna-2);
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 4px;
}
.eniv-flash-sale-product-item-price h3 {
    font-size: 12px;
    margin: 0;
    color: #ffffffd6;
    font-weight: 600;
}
.eniv-flash-sale-product-item-price h4 {
    font-size: 12px;
    margin: 0;
    color: #ffffff52;
    position: relative;
}
.eniv-flash-sale-product-item-price h4::after {
    content: ' ';
    height: 2px;
    width: calc(100% + 4px);
    background: #9f779a;
    display: block;
    position: absolute;
    left: -2px;
    transform: rotate(352deg);
    top: 6px;
}
.eniv-search-empty {
    text-align: center;
    background: #63174b33;
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #63174b80;
}
.eniv-search-empty img {
    display: inline-block;
    margin-bottom: 20px;
}
.eniv-search-empty h1 {
    font-size: 16px;
}
.eniv-search-empty p {
    margin: 0;
    font-size: 12px;
    color: #ffffff82;
}
.eniv-search-games-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 434px;
    overflow: auto;
}
.eniv-search-games-list::-webkit-scrollbar {
    display: none;
}
.eniv-search-games-list li {

}
.eniv-search-games-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed var(--warna-3);
}
.eniv-search-games-list li:not(.d-none):not(:has(~ li:not(.d-none))) a {
    border-bottom: none;
    padding-bottom: 0;
}
.eniv-search-games-list li a .eniv-search-games-list-image {
    height: 44px;
    width: 34px;
    background-size: cover;
    border-radius: 4px;
}
.eniv-search-games-list li a h1 {
    margin: 0;
    font-size: 13px;
    color: #ffffff99;
}
.eniv-page-404 h1 {
    font-size: 140px;
    font-weight: 800;
    background: linear-gradient(293deg, rgba(215, 42, 144, 0.00) 0.04%, #D72A90 100.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    margin: 0 auto 20px auto;
    position: relative;
}
.eniv-page-404 h1::before {
    content: ' ';
    width: 200px;
    height: 140px;
    display: block;
    position: absolute;
    left: -172px;
    top: -70px;
    background-image: url(https://www.streamvip.online/assets/images/404-hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 90%;
}
.eniv-page-404 h1::after {
    content: ' ';
    width: 600px;
    height: 381px;
    display: block;
    position: absolute;
    background-image: url(https://www.streamvip.online/assets/images/404-hero-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    right: -514px;
    top: -121px;
    opacity: 30%;
}
.eniv-page-404 p {
    font-size: 16px;
    margin-bottom: 22px;
}