.eniv-area {
    padding: 20px 20px 0 20px;
    position: relative;
}
.eniv-navbar {
    background: var(--warna_2);
    height: 68px;
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    position: fixed;
    width: calc(100% - 40px);
    top: 20px;
    left: 20px;
    z-index: 1000;
    gap: 20px;
}
.eniv-navbar::before {
    content: ' ';
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0;
    height: 20px;
    backdrop-filter: blur(8px);
}
.eniv-brand {
    width: 100%;
    max-width: 300px;
}
.eniv-brand-mobile {
    display: none;
}
.eniv-brand a {
    display: block;
}
.eniv-brand a img {
    height: 32px;
}
.eniv-sidebar {
    z-index: 100;
    position: fixed;
    background: var(--warna_2);
    top: 108px;
    width: 100%;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid var(--border);
    max-height: calc(100vh - 128px);
    overflow: auto;
    transition: .3s;
}
.eniv-sidebar.hide {
    margin-left: -340px;
}
.eniv-sidebar.hide+.eniv-content {
    margin-left: 0px;
}
.eniv-sidebar::-webkit-scrollbar {
    width: 8px;
}
.eniv-sidebar::-webkit-scrollbar-thumb {
    background: #3d1475;
    border-radius: 4px;
}
.eniv-sidebar .eniv-menu {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.eniv-sidebar .eniv-menu a {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #ffffffb8;
    border-radius: 10px;
}
.eniv-sidebar .eniv-menu a svg {
    height: 22px;
}
.eniv-sidebar a:hover, .eniv-sidebar a.active {
    background: #7231c924;
}
.eniv-content {
    position: relative;
    margin-left: 340px;
    margin-top: 88px;
    padding-bottom: 24px;
    transition: .3s;
}
.eniv-navbar-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}
.eniv-navbar-right .eniv-toggle {
    height: 40px;
    width: 40px;
    background: #3d1475;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    flex-shrink: 0;
}
.eniv-navbar-right .eniv-toggle svg {
    height: 20px;
}
.eniv-navbar-right .eniv-search {
    position: relative;
    width: 100%;
}
.eniv-navbar-right .eniv-search input {
    min-width: 43px;
    flex-shrink: 0;
    outline: none !important;
    box-shadow: none !important;
    background: #3d147557 !important;
    width: 100%;
    border: 1px solid #3d1475;
    border-radius: 10px;
    padding: 10px 16px;
    color: #ffffffc7 !important;
}
.eniv-navbar-right .eniv-search input::placeholder {
    color: #ffffff6e !important;
}
.eniv-navbar-right .eniv-search span {
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    position: absolute;
    right: 3px;
    top: 4px;
}
.eniv-navbar-right .eniv-search span svg {
    height: 18px;
}
.eniv-navbar-right .eniv-navbar-button {
    display: flex;
    align-items: center;
    gap: 14px;
}
.eniv-navbar-right .eniv-navbar-button .eniv-admin-toggle {
    height: 40px;
    width: 40px;
    background: #3d1475;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    cursor: pointer;
    flex-shrink: 0;
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
    color: var(--text);
}
.eniv-navbar-right .eniv-navbar-button a {
    white-space: nowrap;
    text-decoration: none;
    background: linear-gradient(341deg, #3d1475, #5d3595);
    padding: 9px 16px;
    border-radius: 6px;
    color: #ffffffb8;
}
.eniv-sidebar .eniv-games {
    border-top: 1px solid #3b1471;
    padding: 20px;
}
.eniv-sidebar .eniv-games .eniv-games-page {
    width: 100%;
    text-align: center;
    margin-top: -30px;
    margin-bottom: 10px;
}
.eniv-sidebar .eniv-games .eniv-games-page span {
    padding: 0 12px;
    background: var(--warna_2);
    color: #fff;
}
.eniv-sidebar .eniv-games .eniv-games-page span img {
    height: 24px;
}
.eniv-sidebar .eniv-games .eniv-games-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.eniv-sidebar .eniv-games .eniv-games-item a {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #ffffffb8;
    border-radius: 10px;
}
.eniv-sidebar .eniv-games .eniv-games-item a img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.eniv-sidebar .eniv-games .eniv-games-item a span {
    margin-left: auto;
    background: #3d1475;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 12px;
}
.eniv-banner {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
}
.eniv-banner img {
    width: 100%;
}
.eniv-item-title {
    font-family: "Unbounded", sans-serif;
    margin-bottom: 22px;
}
.eniv-item-title h1 {
    font-size: 12px;
    color: var(--primary-text);
    position: relative;
    width: fit-content;
}
.eniv-item-title h1::before, .eniv-item-title h1::after {
    content: ' ';
    width: 24px;
    height: 3px;
    display: block;
    background: #fbb956;
    position: absolute;
    top: 5px;
}
.eniv-item-title h1::before {
    right: -32px;
}
.eniv-item-title h1::after {
    right: -60px;
}
.eniv-item-title h2 {
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}
.eniv-item-row {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.eniv-item-row .eniv-item {
    background: var(--warna_2);
    display: block;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid var(--border);
    flex: 1 1 calc((100% - (18px * 4)) / 5);
    max-width: calc((100% - (18px * 4)) / 5);
    text-decoration: none;
    color: var(--text);
    position: relative;
    overflow: hidden;
    transition: .3s;
}
.eniv-item-row .eniv-item::before {
    content: ' ';
    height: 45px;
    display: block;
    background: #ffffff14;
    position: absolute;
    transform: rotate(17deg);
    left: -12px;
    right: 0;
    width: calc(100% + 26px);
    bottom: -96px;
    backdrop-filter: blur(10px);
}
.eniv-item-row .eniv-item:hover::before {
    transition: .8s;
    margin-bottom: 540px;
}
.eniv-item-row .eniv-item .eniv-title-games {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    margin-bottom: 14px;
}
.eniv-item-row .eniv-item .eniv-title-games img {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}
.eniv-item-row .eniv-item .eniv-item-thumbnail {
    width: 100%;
    aspect-ratio: 16 / 9;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-bottom: 14px;
}
.eniv-item-row .eniv-item h1 {
    min-height: 44px;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 14px;
    line-height: 22px;
}
.eniv-item-row .eniv-item .eniv-item-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eniv-item-row .eniv-item .eniv-item-cta h2 {
    font-size: 15px;
    margin: 0;
    color: #fbb956;
}
.eniv-item-row .eniv-item .eniv-item-cta span {
    padding: 4px 12px;
    background: linear-gradient(341deg, #3d1475, #5d3595);
    border-radius: 6px;
}
.eniv-space {
    margin: 40px 0;
}
.eniv-category {
    z-index: 10;
    transition: .3s;
    border-radius: 0 0 12px 12px;
    border: 1px solid transparent;
    border-top: 0;
    padding: 12px 12px 0 12px;
}
.eniv-category.active {
    background: #230749;
    position: sticky;
    top: 88px;
    border-color: var(--border);
}
.eniv-category ul  {
    overflow: auto;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
    padding-bottom: 10px;
}
.eniv-category ul::-webkit-scrollbar {
    height: 8px;
}
.eniv-category ul::-webkit-scrollbar-thumb {
    background: #3d1475;
    border-radius: 4px;
}
.eniv-category ul li {
    padding: 8px 14px 8px 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: .3s;
    white-space: nowrap;
}
.eniv-category ul li.active {
    background: #edb9561f;
    border-color: #fbb9564d;
    color: #fbb956e3;
}
.eniv-category ul li img {
    height: 24px;
    width: 24px;
    border-radius: 50%;
}
.eniv-item-category-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}
.eniv-item-category-header img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}
.eniv-item-category-header p {
    margin-bottom: 12px;
    color: #fbb956;
}
.eniv-item-category-header p span {
    margin: 0 4px;
}
.eniv-item-category-header h1 {
    font-size: 15px;
    font-family: "Unbounded", sans-serif;
    color: #fff;
}
.eniv-item-filter {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 30px;
}
.eniv-item-filter-by {
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.eniv-item-filter-by.by {
    max-width: 300px;
}
.eniv-item-filter-by span {
    white-space: nowrap;
}
.eniv-item-filter-by-range {
    width: 100%;
    margin-top: -22px;
}
.eniv-item-spek {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.eniv-item-spek li {
    width: 20%;
    padding-top: 14px;
    text-align: center;
    border-top: 1px dashed var(--border);
}
.eniv-item-spek li:nth-child(-n+5) {
    border-top: none;
    padding-bottom: 14px;
    padding-top: 0;
}
.eniv-item-spek li:nth-child(-n+5) {
    margin-bottom: 6px;
}
.eniv-item-spek li h2 {
    font-size: 18px;
    margin: 0;
}
.eniv-item-detail {
    display: flex;
    align-items: start;
    gap: 20px;
}
.eniv-item-detail-start {
    width: 60%;
}
.eniv-item-detail-start h1 {
    font-size: 24px;
    color: #ffffffcf;
    line-height: 36px;
    margin-bottom: 20px;
}
.eniv-item-detail-start .eniv-item-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.eniv-item-detail-start .eniv-item-breadcrumb a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #3d1475;
    padding: 8px 8px 8px 2px;
    width: fit-content;
    border-radius: 6px;
    font-size: 12px;
    color: var(--text);
    white-space: nowrap;
}
.eniv-item-detail-start .eniv-item-breadcrumb a svg {
    height: 18px;
}
.eniv-item-detail-start .eniv-item-breadcrumb span {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.eniv-item-detail-start .eniv-item-breadcrumb span::before {
    content: '/';
    margin-right: 8px;
}
.eniv-item-detail-start .eniv-item-detail-capture {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.eniv-item-detail-start .eniv-item-detail-capture li:first-child {
    width: 100%;
    /* height: 420px; */
    aspect-ratio: 16 / 9;
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.eniv-item-detail-start .eniv-item-detail-capture li {
    width: calc((100% - (16px * 4)) / 5);
    background-size: auto 100%;
    background-position: center center;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
}
.eniv-item-detail-start .eniv-item-detail-capture li::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: .2s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 34px;
}
.eniv-item-detail-start .eniv-item-detail-capture li:hover::before {
    background-color: #0808086b;
    background-image: url(/assets/images/fullscreen.png);
}
.eniv-item-detail-start .eniv-item-detail-capture li.eniv-item-more-open {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
.eniv-item-detail-start .eniv-item-detail-capture li.eniv-item-more-open::before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0808086b;
    background-image: none !important;
}
.eniv-item-detail-start .eniv-item-detail-capture li.eniv-item-more-open span {
    position: relative;
    z-index: 100;
}
.eniv-item-detail-end {
    width: 570px;
    flex-shrink: 0;
    flex-grow: 0;
    position: sticky;
    top: 108px;
}
.eniv-item-checkout-header {

}
.eniv-item-checkout-header h1 {
    font-size: 18px;
    margin-bottom: 12px;
}
.eniv-item-checkout-header ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 8px;
}
.eniv-item-checkout-header ul li {
    display: flex;
    align-items: center;
    gap: 6px;
}
.eniv-item-checkout-header ul li img {
    height: 20px;
}
.eniv-item-checkout-card {
    padding: 20px;
    background: #25094a;
    border-radius: 12px;
    border: 1px solid #310f5fc2;
}
.eniv-item-checkout-card h2 {
    font-size: 16px;
    margin-bottom: 16px;
}
.eniv-item-checkout-card-total {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;   
}
.eniv-item-checkout-card-total li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eniv-item-checkout-card-total li p {
    margin: 0;
    font-size: 13px;
}
.eniv-item-checkout-card-total li h3 {
    margin: 0;
    font-size: 15px;
}
.eniv-item-checkout-card-total li:last-child h3 {
    color: #ffca27;
}
.eniv-item-checkout-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(341deg, #3d1475, #5d3595);
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 8px;
    font-size: 15px;
    transition: .2s;
    color: var(--text);
}
.eniv-item-voucher {
    display: flex;
    gap: 14px;
    margin-bottom: 8px;
}
.eniv-body {
    min-height: calc(100vh - 214px);
    margin-bottom: 40px;
}
.eniv-copyright {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.eniv-copyright p {
    font-size: 12px;
    margin: 0;
}
.eniv-item-method {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.eniv-method {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: calc((100% - 16px) / 2);
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #3d1475;
    background: #280a50;
    cursor: pointer;
    transition: .3s;
    position: relative;
    overflow: hidden;
}
.eniv-method.active {
    
}
.eniv-method::before {
    content: ' ';
    background: #3d1475;
    background-image: url(/assets/images/checklist.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: 5px 3px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 100%;
    transition: .2s;
    width: 0;
    height: 0;
}
.eniv-method.active::before {
    width: 30px;
    height: 30px;
}
.eniv-method:hover {
    transform: scale(1.03);
}
.eniv-method:active {
    transform: scale(.97);
}
.eniv-method img {
    height: 24px;
}
.eniv-method-end {
    text-align: end;
}
.eniv-method-end p {
    font-size: 11px;
    margin-bottom: 4px;
    color: #ffffff96;
}
.eniv-method-end h1 {
    font-size: 14px;
    margin: 0;
}
.eniv-card-login {
    width: 100%;
    max-width: 800px;
    background: var(--warna_2);
    display: flex;
    align-items: center;
    margin: 0 auto;
    border: 1px solid var(--border);
    border-radius: 12px;
    overflow: hidden;
}
.eniv-card-login-start {
    width: 100%;
    background: #230846;
    height: 420px;
    border-right: 1px solid var(--border);
    background-image: url(/assets/images/login-admin.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.eniv-card-login-end {
    width: 420px;
    flex-shrink: 0;
    padding: 32px 40px 20px 40px;
}
.eniv-card-login-end h1 {
    text-align: center;
    font-size: 18px;
}
.eniv-card-login-end p {
    text-align: center;
}
.eniv-admin-menu {
    display: flex;
    flex-direction: column;
    background: #280a50;
    width: 148px;
    max-height: calc(100vh - 152px);
    overflow: auto;
    border: 1px solid #3d1475;
    border-radius: 10px;
    padding: 14px;
    position: fixed;
    top: 108px;
    gap: 8px;
}
.eniv-admin-menu::-webkit-scrollbar {
    width: 8px;
}
.eniv-admin-menu::-webkit-scrollbar-thumb {
    background: #3d1475;
    border-radius: 4px;
}
.eniv-admin-menu a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    border-radius: 8px;
    text-decoration: none;
    color: var(--text);
    gap: 12px;
}
.eniv-admin-menu a.active, .eniv-admin-menu a:hover {
    background: #3d1475;
}
.eniv-admin-content {
    margin-left: 168px;
}
.eniv-admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.eniv-admin-header h1 {
    margin: 0;
    font-size: 22px;
}
.eniv-admin-header nav .breadcrumb {
    display: flex;
    align-items: center;
    margin: 0;
}
.eniv-admin-header nav .breadcrumb .breadcrumb-item a {
    color: var(--text);
}
.eniv-admin-header nav .breadcrumb .breadcrumb-item a svg {
    height: 22px;
}
.eniv-admin-header nav .breadcrumb .breadcrumb-item:last-child {
    color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--text);
}
.eniv-spec-list .input-group {
    margin-top: 14px;
}
.eniv-spec-list .input-group:first-child {
    margin-top: 0;
}
.eniv-spec-list .input-group .input-group-text {
    width: 160px;
}
.eniv-contact-area {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.eniv-page-header {
    height: 114px;
    display: flex;
    background: #280a50;
    align-items: center;
    padding: 22px;
    border-radius: 12px;
    gap: 18px;
    margin-bottom: 24px;
}
.eniv-page-header .eniv-page-icon {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background: #3d1475;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.eniv-page-header .eniv-page-icon svg {
    color: #ffffff94;
}
.eniv-page-header h1 {
    font-size: 20px;
}
.eniv-page-header p {
    margin: 0;
}
.eniv-sosmed {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px;
}
.eniv-sosmed a  {
    width: calc((100% - 16px) / 2);
    background: #1d053d;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--border);
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 12px;
    position: relative;
}
.eniv-sosmed a::after {
    content: ' ';
    background-image: url(/assets/images/chevron-right.png);
    width: 24px;
    height: 24px;
    margin-left: auto;
    background-size: cover;
    opacity: 60%;
}
.eniv-sosmed a img {
    opacity: 70%;
    height: 30px;
}
.eniv-contact-area h3 {
    font-size: 18px;
}
.eniv-terms {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.eniv-terms .card-body h1 {
    font-size: 18px;
    margin-bottom: 12px;
}
.eniv-terms .card-body li, .eniv-terms .card-body p {
    line-height: 24px;
}
.eniv-step {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.eniv-step-header {
    text-align: center;
    margin-bottom: 60px;
}
.eniv-step-header h1 {
    font-size: 26px;
}
.eniv-step-header p {
    margin: 0;
}
.eniv-step ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 68px;
    align-items: center;
}
.eniv-step ul li {
    flex: calc((100% - (68px * 2)) / 3);
    padding: 28px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background-color: #1d053d;
}
.eniv-step ul li h1 {
    font-size: 38px;
    margin-bottom: 14px;
    font-weight: 800;
    color: #8140fd;
}
.eniv-step ul li .eniv-step-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.eniv-step ul li .eniv-step-content p {
    margin: 0;
    line-height: 24px;
}
.eniv-step ul li:nth-child(2) {
    transform: scale(1.3);
    padding: 48px 20px;
}
.eniv-step ul li:nth-child(2) h1 {
    font-size: 32px;
}
.eniv-step ul li:nth-child(2) .eniv-step-content h2 {
    font-size: 13px;
}
.eniv-step ul li:nth-child(2) .eniv-step-content p {
    font-size: 11px;
    line-height: 20px;
}
.eniv-orders-games {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}
.eniv-orders-games img {
    height: 86px;
}
.eniv-orders-games .eniv-orders-games-info h1 {
    font-size: 14px;
    color: #ffb400;
}
.eniv-orders-games .eniv-orders-games-info p {
    font-size: 13px;
    margin: 0;
    line-height: 24px;
}
.eniv-orders-detail {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 14px;
}
.eniv-orders-detail li  {
    flex: calc((100% - (14px * 2))/ 3);
    text-align: center;
}
.eniv-orders-detail li span {
    margin-bottom: 10px;
    display: block;
    font-size: 13px;
}
.eniv-orders-detail li h1 {
    font-size: 14px;
    margin: 0;
}
.eniv-card-payment .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.eniv-check-area {
    width: 100%;
    max-width: 800px;
    margin: auto;
}
.eniv-check-area h1 {
    font-size: 28px;
}
.eniv-check-area-input {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 12px;
}
.eniv-check-area-input button {
    white-space: nowrap;
}
.eniv-orders-detail-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: #280a50;
    margin-bottom: 20px;
}
.eniv-orders-detail-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    padding: 12px;
}
.eniv-orders-detail-list li:last-child {
    border-bottom: none;
}
.eniv-orders-detail-list li .eniv-orders-detail-list-icon svg {
    height: 18px;
}
.eniv-orders-detail-list li h1 {
    margin: 0;
    font-size: 14px;
    text-align: end;
    word-break: break-word;
    max-width: 400px;
}
.eniv-orders-price {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
}
.eniv-orders-price li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.eniv-orders-price li h1 {
    font-size: 14px;
}
.eniv-orders-price li:last-child h1 {
    color: #ffb400;
    font-weight: 600;
    font-size: 16px;
}
.eniv-paycode {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #280a50;
    padding: 12px;
    border-radius: 8px;
}
.eniv-paycode h2 {
    font-size: 14px;
    margin: 0;
}
.eniv-paycode-box {
    display: flex;
    align-items: center;
    gap: 4px;
}
.eniv-paycode-box h3 {
    font-size: 14px;
    margin: 0;
}
.eniv-paycode-box svg {
    height: 18px;
    cursor: pointer;
}
.eniv-admin-right-admin .eniv-navbar-button .eniv-admin-toggle {
    display: none;
}