.eniv-navbar {
    height: 142px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #02202dc2;
}
.eniv-navbar-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}
.eniv-navbar-body a.eniv-brand img {
    height: 34px;
}
.eniv-body {
    min-height: calc(100vh - 398px);
    margin-top: -100px;
    padding-top: 160px;
    padding-bottom: 60px;
    margin-bottom: 20px;
}
.eniv-menu {
    display: flex;
    overflow: auto;
}
.eniv-menu::-webkit-scrollbar {
    width: 0;
}
.eniv-menu a {
    white-space: nowrap;
    text-decoration: none;
    color: var(--text);
    padding: 8px 10px;
}
.eniv-menu a i {
    margin-right: 10px;
}
.eniv-menu a.active,
.eniv-menu a:hover {
    color: #fff;
}
.eniv-menu a:first-child {
    padding-left: 0;
}
.eniv-search {
    width: 100%;
    max-width: 320px;
}
.eniv-search form {
    width: 100%;
}
.eniv-search input {
    width: 100%;
    border-radius: 100px;
    padding: 8px 18px;
}
.eniv-banner {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 50px;
}
.eniv-footer {
    padding: 60px 0;
    background-color: var(--bg_2);
}
.eniv-web-desc {
    line-height: 26px;
}
.eniv-web-copyright {
    font-size: 12px;
    color: #fff;
}
.eniv-footer-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 14px;
}
.eniv-footer-content p {
    margin-bottom: 12px;
}
.eniv-footer-method {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.eniv-footer-method img {
    height: 22px;
}
.eniv-games {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.eniv-games a {
    transition: 0.4s;
    width: calc(16% - 10px);
    text-decoration: none;
    text-align: center;
    margin-bottom: 24px;
}
.eniv-games a img {
    width: 100%;
    margin-bottom: 18px;
}
.eniv-games a h1 {
    color: #fff;
    font-size: 16px;
}
.eniv-product-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
}
.eniv-product {
    display: grid;
    align-content: center;
    justify-content: center;
    text-align: center;
    background: #032939;
    padding: 18px 14px 16px 14px;
    border-radius: 10px;
    width: calc(15% + 6px);
}
.eniv-product h1 {
    font-size: 14px;
    color: #fff;
}
.eniv-product h2 {
    font-size: 12px;
    margin-bottom: 0px;
}
.eniv-product a {
    color: #fff;
    background: #0a3f55;
    width: 100%;
    display: block;
    border-radius: 12px;
    margin-top: 14px;
    text-decoration: none;
    font-size: 13px;
    padding: 4px;
}
.eniv-card-games {
    margin-top: 60px;
    margin-bottom: 40px;
}
.eniv-card-games .card-body {
    padding: 40px;
}
.eniv-games-content {
    display: flex;
    gap: 40px;
    align-items: center;
}
.eniv-games-content img {
    width: 160px;
    margin-top: -140px;
}
.eniv-games-detail h1 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.eniv-games-detail b {
    display: block;
    margin-bottom: 10px;
}
.eniv-games-detail ul {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 20px;
}
.eniv-navbar-admin {
    display: flex;
    align-items: center;
    gap: 6px;
    background: var(--bg_2);
    padding: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: auto;
}
.eniv-navbar-admin a {
    color: var(--text);
    text-decoration: none;
    padding: 6px 14px;
    border-radius: 8px;
    white-space: nowrap;
}
.eniv-navbar-admin a:hover,
.eniv-navbar-admin a.active {
    background: #082d3d;
    color: #fff;
}
.eniv-navbar-admin a i {
    margin-right: 8px;
}
.eniv-page-title {
    margin-bottom: 20px;
}
.eniv-page-title h1 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}
