

body {
	color: var(--text);
	background: var(--warna);
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
a {
    text-decoration: none;
    color: var(--warna_3);
}
p {
	line-height: 26px;
}
.btn {
	font-size: 14px;
    padding: 8px 22px;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
}
.btn-auth {
    padding: 16px 22px;
}
.btn-sm, table .btn {
    padding: 6px 18px;
}
.btn-primary {
    background: var(--warna_3) !important;
    color: var(--warna) !important;
}
.text-muted {
    color: var(--text_2) !important;
}
.text-primary {
    color: var(--warna_3) !important;
}
.eniv-navbar {
	top: 0;
	background: var(--warna_2);
	position: fixed;
	padding: 12px 0;
	width: 100%;
    z-index: 10;
}
.eniv-toggle-menu {
	display: inline-block;
	cursor: pointer;
}
.eniv-toggle-menu img {
	width: 16px;
	margin-right: 18px;
}
.eniv-logo-brand {
	display: inline-block;
	margin-top: 8px;
}
.eniv-logo-brand img {
	height: 20px;
}
.eniv-search {
    display: inline-block;
}
.eniv-search .eniv-search-input input {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 8px 18px;
    border-radius: 100px;
    background: var(--warna);
    color: #fff;
    min-width: 260px;
}
.eniv-search .eniv-search-input button {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    border-radius: 50%;
    margin-left: -34px;
    height: 30px;
    width: 30px;
    background: var(--warna_3);
}
.eniv-search-button {
    display: none;
	width: 34px;
	height: 34px;
	background: var(--warna_3);
	border-radius: 50%;
	text-align: center;
	line-height: 34px;
	cursor: pointer;
    position: relative;
    z-index: 1;
    color: #333;
}
.eniv-balance {
	display: inline-block;
}
.eniv-balance {
	padding: 4px 4px 4px 8px;
	background: var(--warna);
	margin-left: 12px;
	font-size: 12px;
	border-radius: 6px;
	font-weight: 700;
}
.eniv-balance a {
	background: var(--warna_3);
	display: inline-block;
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: var(--warna);
	font-size: 12px;
	border-radius: 6px;
	margin-left: 6px;
}
.eniv-canva {
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    z-index: 11;
}
.eniv-canva-overlay {
    display: none;
    background: #1f212e7a;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.eniv-menu {
	width: 326px;
    background: var(--warna);
    position: fixed;
    left: -326px;
    top: 0;
    bottom: 0;
    padding: 34px 22px;
    transition: .3s;
    z-index: 1;
    background-image: url(/assets/images/sidebar-hero.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100%;
}
.eniv-content {
	padding-top: 62px;
	padding-bottom: 46px;
	min-height: 656px;
}
.eniv-body {
	padding-top: 32px;
}
.eniv-canva.show {
	left: 0;
}
.eniv-canva.show .eniv-canva-overlay {
    display: block;
}
.eniv-canva.show .eniv-menu {
	left: 0;
}
.eniv-menu .text-center img {
    margin-bottom: 20px;
}
.eniv-canva-user {
    padding: 24px 0;
    border-bottom: 1px dashed var(--text_2);
}
.eniv-canva-user img {
    float: left;
    margin-right: 16px;
    width: 40px;
}
.eniv-canva-user a {
    color: #fff;
    float: right;
}
.eniv-canva-user .eniv-user-data h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}
.eniv-canva-user .eniv-user-data span {
    font-size: 12px;
}
.eniv-canva-user .eniv-user-data span i {
    margin-right: 6px;
}
.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, var(--warna_3), rgb(14 16 28) 90%);
}
.eniv-auth {
	display: inline-block;
	background: var(--warna);
	padding: 4px;
	border-radius: 6px;
	margin-left: 12px;
}
.eniv-auth a {
	color: #fff;
	text-decoration: none;
	padding: 6px 12px;
	display: inline-block;
	border-radius: 6px;
	font-weight: 500;
}
.eniv-auth a:last-child {
	background: var(--warna_3);
	color: var(--warna);
}
.eniv-footer {
	padding: 46px 0 0 0;
	background: var(--warna_2);
}
.eniv-footer-menu h6 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 16px;
}
.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-copyright {
	padding: 28px 0;
	margin-top: 36px;
	border-top: 1px solid #3c3e4a;
}
.eniv-copyright p {
	margin: 0;
}
.bg-dark {
    background: var(--warna) !important;
}
#form-order {
    padding-top: 88px;
    margin-top: -88px;
}
.card {
    background: var(--warna_2);
    border: none;
    color: var(--text);
    border-radius: 12px;
    margin-bottom: 20px;
    position: relative;
    scroll-margin-top: 76px;
}
.card-body {
    padding: 28px;
    position: relative;
}
.card-auth {
    background-repeat: no-repeat;
    background-position: top right;
}
.card-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 18px;
}
.card-title i {
    margin-right: 8px;
}
.col-form-label {
    line-height: 32px;
}
::placeholder {
    color: var(--text_2) !important;
    opacity: 1;
}
:-ms-input-placeholder {
    color: var(--text_2) !important;
}
::-ms-input-placeholder {
    color: var(--text_2) !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}

label {
    font-weight: 500;
    margin-bottom: 8px;
}

.is-invalid {
    border: 1px solid #f03144 !important; /* Adjust color as needed */
    background: #f03144 !important;
    color: #fff !important;
}

.form-control {
    border: none;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 9999px;
    background: var(--warna) ;
    padding: 16px 22px;
    color: var(--text);
    font-size: 14px;
}
.form-control:focus {
    background: var(--warna) !important;
    color: var(--text) !important;
}

textarea.form-control {
    border-radius: 18px;
}
.input-group-text {
    font-size: 14px;
    font-weight: 500;
    background: var(--warna);
    border: none;
    color: var(--text_2);
}
.input-group-text.left {
    border-radius: 100px 0 0 100px;
    padding-left: 22px;
    padding-right: 4px;
}
.input-group-text.right {
    border-radius: 0 100px 100px 0;
    padding-left: 4px;
    padding-right: 22px;
}
.input-group-text i.fa-eye, .input-group-text i.fa-eye-slash {
    cursor: pointer;
}
.eniv-feature {
    max-width: 500px;
    margin-bottom: 52px;
}
.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;
}
.games-area {
    margin-bottom: 80px;
}
.games-category {
    margin-bottom: 14px;
}
.games-category h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
}
.games-category h5 span {
    color: var(--warna_3);
}
.games-item {
    display: block;
    width: 100%;
    margin-bottom: 28px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    position: relative;
    transition: .4s;
}
.games-item:hover img {
    transform: translateY(-8px);
}
.games-item img {
    width: 100%;
    margin-bottom: 14px;
    border-radius: 14px;
    transition: .4s;
}
.games-item h6 {
    margin-bottom: 6px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.games-item span {
    font-size: 12px;
    color: var(--text_2);
}
.nav.nav-tabs {
    border: none;
    margin-bottom: 20px;
}
.nav-tabs .nav-link {
    color: var(--text);
    border-radius: 20px;
    border: none !important;
    padding: 6px 16px;
    font-size: 14px;
    margin-right: 4px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active {
    background: var(--warna_3);
    color: var(--warna);
}
.eniv-faq .accordion-item {
    margin-bottom: 16px;
    border: none !important;
    background: var(--warna_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(--warna_3);
}
.eniv-games-banner {
    height: 350px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
}
.eniv-games-banner:before {
    background: linear-gradient(to top, var(--warna) 0%, #bf7f3700 100%);
    content: ' ';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.eniv-games-detail {
    text-align: center;
    margin-top: -90px;
    margin-bottom: 52px;
    position: relative;
}
.eniv-games-detail h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
}
.eniv-games-detail p {
    font-size: 12px;
    line-height: 22px;
}
.eniv-card {
    padding: 18px;
}
.eniv-product-area {
    position: sticky;
    top: 0;
    padding-top: 88px;
    margin-top: -88px;
}
.eniv-product-item {
    margin-bottom: 20px;
    cursor: pointer;
    transition: .4s;
}
.eniv-product-item .card {
    border: 1px solid transparent;
}
.eniv-product-item:hover .card, .eniv-product-item.active .card {
    border: 1px solid var(--warna_3);
    background: var(--warna_4);
}
.eniv-product-item img {
    float: right;
    width: 36px;
}
.eniv-product-item h6 {
    font-size: 14px;
    margin-bottom: 4px;
}
.eniv-product-item p {
    margin-bottom: 0;
    font-size: 12px;
    color: var(--text_2);
    font-weight: 700;
}
table, .table>:not(caption)>*>* {
    background: transparent;
    color: var(--text);
    border-bottom-color: var(--border);
    padding: 10px 14px;
    font-size: 14px;
}
th {
    font-weight: 500;
}
table.no-border-last tr:first-child th {
    border-top: 1px solid var(--border);
}
table.no-border-last tr:last-child td {
    border-bottom: none;
}
table.middle tr th, table.middle tr td {
    vertical-align: middle;
}
table tr th {
    white-space: nowrap;
}
.badge {
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    line-height: 12px;
    padding: 6px 9px;
    border-radius: 4px;
}

/* Utility */
#toolbarContainer {
	display: none;
}
.fs-12 { font-size: 12px; }
.fs-14 { font-size: 14px; }
.fs-16 { font-size: 16px; }
.fs-18 { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-22 { font-size: 22px; }
.fs-24 { font-size: 24px; }
.fs-26 { font-size: 26px; }
.fs-28 { font-size: 28px; }
.fw-500 { font-weight: 500; }
.fw-600 { font-weight: 600; }
.fw-700 { font-weight: 700; }
.fw-800 { font-weight: 800; }
.fw-900 { font-weight: 900; }
.mw-500 { max-width: 500px; }
.mw-100 { width: 100px; }

.dataTables_length, .dataTables_info {
    padding-left: 28px;
}
.dataTables_filter, .dataTables_paginate {
    padding-right: 28px;
}
.dataTables_paginate {
    padding-bottom: 28px;
}
.dataTables_length, .dataTables_filter {
    margin-bottom: 12px;
}
.dataTables_length select, .dataTables_filter input {
    padding: 6px 10px !important;
    color: #fff;
    border-radius: 100px !important;
    margin: 0 6px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: var(--warna) !important;
}
.dataTables_length label, .dataTables_filter label, .dataTables_info, .ellipsis {
    color: #dddddd !important;
}
div#datatable_paginate a, div#datatable_paginate a:focus, div#datatable_paginate a:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background: transparent !important;
    color: #dddddd !important;
}

div#datatable_paginate a.current {
    color: #333 !important;
    background: var(--warna_3) !important;
}
div#datatablea_paginate a, div#datatablea_paginate a:focus, div#datatablea_paginate a:active {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
    background: transparent !important;
    color: #dddddd !important;
}

div#datatablea_paginate a.current {
    color: #fff !important;
    background: var(--warna_3) !important;
}
.dataTable {
    border-bottom: none !important;
    padding: 0;
    margin-bottom: 18px !important;
}
table, .table>:not(caption)>*>*, table.border-top, .border {
    border-color: var(--border) !important;
}
table.dataTable thead th, table.dataTable tbody td  {
    padding: 12px 18px !important;
}
.eniv-method-category {
    background: var(--warna);
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 12px;
    cursor: pointer;
}
.eniv-method-category h1 {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--text);
}
.eniv-method-image-list img {
    height: 14px;
    margin-right: 8px;
}
.eniv-method-item {
    margin-bottom: 12px;
    display: none;
}
.eniv-method-item.show {
    display: block;
}
.eniv-method-item-list {
    cursor: pointer;
    margin-left: 18px;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 8px;
    border: 1px solid transparent;
    height: 80px;
}
.eniv-method-item-list:hover, .eniv-method-item-list.active {
    background: #00E59B26;
    border-color: var(--warna_3);
}
.eniv-method-item-list img {
    height: 18px;
    float: right;
    margin-top: 12px;
}
.eniv-method-item-list h1 {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
}
.eniv-method-item-list h3 {
    font-size: 11px;
    font-weight: 500;
    font-style: italic;
}
.eniv-method-item-list h2 {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}
.modal {
    background: rgba(31, 33, 46, 0.50);
}
.modal-content {
    background: var(--warna_2);
    /*background: var(--warna);*/
    border-radius: 24px;
    border: none;
}
.modal-header, .modal-footer {
    border-color: var(--border) !important;
}
#modal-edit .modal-body {
    padding: 28px;
}
#modalKonfirmasi .modal-dialog {
    max-width: 585px;
}
#modalKonfirmasi .modal-dialog .modal-body {
    padding: 40px;
}
.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;
}
.text-italic {
    font-style: italic;
}
.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-timer {
    max-width: 286px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.eniv-timer * {
    display: inline-block;
}
.eniv-timer-big {
    font-size: 24px;
    font-weight: 600;
}
.eniv-timer-small {
    font-size: 16px;
    margin-right: 6px;
}
.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;
}
.v-center {
    vertical-align: middle;
}
.eniv-check-order button {
    outline: none;
    border: none;
    background: var(--warna_2);
    float: right;
    padding: 10px 18px;
    border-radius: 100px;
    margin-top: -47px;
    margin-right: 6px;
    color: #fff;
}
.eniv-table-last-orders tr:last-child td {
    border-bottom: none !important;
}
.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;
}
.lh-20 {
    line-height: 20px;
}
.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(--warna_3) !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;
}
.mw-345 {
    max-width: 345px;
    margin-bottom: 0;
}
.eniv-card-balance h1 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--warna_3);
}
.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(--warna_3);
    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(--warna_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(--warna_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(--warna_3);
    margin-right: 8px;
    border-radius: 12px;
    float: left;
    margin-top: 10px;
}
table.no-border tr td, table.no-border tr th {
    border: none;
}
.alert {
    border: none;
}
.alert-primary {
    background: var(--warna_3);
    color: #333;
}
.eniv-copyright a img {
    transition: .2s;
}
.eniv-copyright a img:hover {
    transform: scale(1.1);
}
.swal2-popup {
    background: var(--warna_2);
    border-radius: 24px;
}
h2.swal2-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    font-family: 'Plus Jakarta Sans', sans-serif;
}
#swal2-html-container {
    font-size: 14px;
    color: #fff;
}
.swal2-actions button.swal2-styled {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    padding: 8px 18px;
    font-size: 14px !important;
    border-radius: 132px !important;
}
.swal2-actions button.swal2-confirm {
    background: var(--warna_3) !important;
    color: #333;
}
.swal2-actions button.swal2-cancel {
    background: #F03F3F !important;
}
.text-warning { color: #EFB544 !important; }
.text-success { color: #46B851 !important; }
.text-danger { color: #F03F3F !important; }
.bg-warning { background: #EFB544 !important; }
.bg-success { background: #46B851 !important; }
.bg-danger { background: #F03F3F !important; }
.eniv-cta-btn {
    width: 45px;
    height: 45px;
    background: #fff;
    position: fixed;
    right: 20px;
    bottom: 70px;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    z-index: 100;
}
.eniv-cta-btn img {
    width: 100%;
}
.eniv-cta ul {
    position: fixed;
    background: #383b4d;
    bottom: 110px;
    right: 20px;
    list-style: none;
    text-align: right;
    border-radius: 10px;
    padding: 2px 2px 2px 22px;
    opacity: 0;
    transition: all 0.3s ease;
    transform: scale(0);
    transform-origin: 85% bottom;
    z-index: 100;
}
.eniv-cta ul li a {
    text-decoration: none;
    color: #fff;
}
.eniv-cta ul li img {
    width: 36px;
}
.eniv-cta-btn:hover+ul, .eniv-cta ul:hover {
    opacity: 1;
    transform: scale(1);
}
.eniv-voucher-header {
    text-align: center;
    padding: 2px 0 10px 0;
}
.eniv-voucher-header h1 {
    font-size: 16px;
    font-weight: 600;
}
.eniv-voucher-header button {
    float: right;
}
.eniv-voucher {
    background: #333647;
    padding: 20px;
    border-radius: 12px;
    cursor: pointer;
}
.eniv-voucher h1 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    color: var(--warna_3);
}
.eniv-voucher p {
    margin-bottom: 4px;
}
.eniv-voucher small b {
    color: var(--warna_3);
}
.eniv-voucher-header .btn-close {
    background-image: url(/assets/images/x.svg);
    background-color: #3d4051;
    opacity: 1;
    padding: 6px;
    margin-top: -2px;
    border-radius: 8px;
    background-size: 18px;
}
.eniv-modal-footer .form-check {
    margin-bottom: 8px;
}
.eniv-games-ribbon span:nth-child(1), .eniv-games-ribbon span:nth-child(3) {
    background: #876500;
    display: inline-block;
    height: 10px;
    position: absolute;
}
.eniv-games-ribbon span:nth-child(1) {
    width: 10px;
    right: 46px;
    top: -10px;
}
.eniv-games-ribbon span:nth-child(3) {
    width: 8px;
    right: -8px;
    top: 45px;
}
.eniv-games-ribbon span:nth-child(2) {
    position: absolute;
    right: 0;
    background: #f5bd14;
    font-size: 10px !important;
    font-weight: 600;
    padding: 4px 0;
    top: 2px;
    z-index: 1;
    min-width: 92px;
    text-align: center;
    transform: rotate(45deg);
    margin-right: -30px;
    color: #333;
    clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
}