/*
@font-face {
    font-family:SVN-Poppins;
    font-style: normal;
    font-weight: 400;
    src: local("SVN-Poppins"), local("SVN-Poppins"), url(/assets/fonts/SVN-Poppins-Regular.ttf) format("opentype");
    font-display: swap
}

@font-face {
    font-family:SVN-Poppins;
    font-style: normal;
    font-weight: 500;
    src: local("SVN-Poppins"), local("SVN-Poppins"), url(/assets/fonts/SVN-Poppins-Medium.ttf) format("opentype");
    font-display: swap
}

@font-face {
    font-family:SVN-Poppins;
    font-style: normal;
    font-weight: 600;
    src: local("SVN-Poppins"), local("SVN-Poppins"), url(/assets/fonts/SVN-Poppins-SemiBold.ttf) format("opentype");
    font-display: swap
}
*/

:root {
    --mz-blue-color: linear-gradient(270deg, #2196f3, #03a9f4) !important;
	--mz-orange-color: linear-gradient(270deg, #d9691f, #dd4502) !important;
    --mz-blue-color-dark: linear-gradient(270deg, #1680d5, #0698da) !important;
    --mz-blue-light: #05a8f4;
}

@media (prefers-color-scheme: light) {
    :root {
        --vz-body-main-bg: white;
        --vz-balance-bg: rgb(224, 243, 254, 1);
        --vz-text-color-bg: #4e4e4e;
        --vz-color-bg: rgba(229, 229, 229, 1);
        --vz-img-bg: url("../img/header_bg_blured.jpg");
        --vz-main-bg: white;
        --vz-text-color: rgba(87, 87, 87, 1);
        --vz-text-main: #4e4e4e;
        --vz-border-color: #f3f4f4;
        --vz-toolbar-bg: #fff;
        --vz-blur: blur(25px);
        --vz-bg-icon: rgba(242, 242, 242, 1);
        --vz-alert-bg: transparent;
        --cp-text-color: #61616a;
        --vz-bg-bank: #fcf8e3;
        --vz-box-bgcolor: white;
        --vz-vertical-menu-bg: #fff;
        --vz-vertical-menu-item-color: #6d7080;
        --vz-vertical-menu-item-hover-color: #6691e7;
        --vz-vertical-menu-item-active-color: #6691e7;
        --vz-vertical-menu-sub-item-color: #7c7f90;
        --vz-vertical-menu-sub-item-hover-color: #6691e7;
        --vz-vertical-menu-sub-item-active-color: #6691e7;
        --vz-vertical-menu-title-color: #919da9;
        --vz-vertical-menu-bg-dark: #38454a;
        --vz-vertical-menu-item-color-dark: #a1b7bf;
        --vz-vertical-menu-item-hover-color-dark: #fff;
        --vz-vertical-menu-item-active-color-dark: #fff;
        --vz-vertical-menu-sub-item-color-dark: #a1b7bf;
        --vz-vertical-menu-sub-item-hover-color-dark: #fff;
        --vz-vertical-menu-sub-item-active-color-dark: #fff;
        --vz-vertical-menu-title-color-dark: #a1b7bf;
        --vz-header-bg: #fff;
        --vz-header-item-color: #e9ecef;
        --vz-header-bg-dark: #38454a;
        --vz-header-item-color-dark: #9ea9ad;
        --vz-topbar-search-bg: #f3f3f9;
        --vz-topbar-user-bg: #f3f3f9;
        --vz-topbar-user-bg-dark: #455358;
        --vz-footer-bg: #fff;
        --vz-footer-color: #98a6ad;
        --vz-topnav-bg: #fff;
        --vz-topnav-item-color: #6d7080;
        --vz-topnav-item-color-active: #6691e7;
        --vz-twocolumn-menu-iconview-bg: #fff;
        --vz-twocolumn-menu-bg: #fff;
        --vz-twocolumn-menu-iconview-bg-dark: var(--vz-vertical-menu-bg-dark);
        --vz-twocolumn-menu-bg-dark: #3d494e;
        --vz-twocolumn-menu-item-color-dark: var(--vz-vertical-menu-item-color-dark);
        --vz-twocolumn-menu-item-active-color-dark: #fff;
        --vz-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
        --vz-boxed-body-bg: #e5ecf2;
        --vz-heading-color: #495057;
        --vz-link-color: linear-gradient(270deg, #2196f3, #03a9f4) !important;
        --vz-link-hover-color: linear-gradient(270deg, #1680d5, #0698da) !important;
        --vz-secondary-rgb: 108, 117, 125;
        --vz-link-color: #ee4623;
        --vz-link-hover-color: #ee4623;
        --vz-card-bg-custom: #fff;
        --vz-card-logo-dark: block;
        --vz-card-logo-light: none;
        --vz-list-group-hover-bg: #f3f6f9;
        --vz-input-bg: #fff;
        --vz-input-border: #ced4da;
        --vz-input-focus-border: #03a9f4;
        --vz-input-disabled-bg: #eff2f7;
        --vz-input-group-addon-bg: #eff2f7;
        --vz-input-check-border: var(--vz-input-border);
        --vz-modal-color: #fff;
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --vz-body-main-bg: rgba(30, 30, 30, 0.95);
        --vz-balance-bg: rgba(31, 12, 1, 1);
        --vz-text-color-bg: #e5e5e5;
        --vz-color-bg: #121212;
        --vz-img-bg: url("../img/header_bg_blured.jpg");
        --vz-main-bg: rgba(15, 15, 15, 0.95);
        --vz-text-color: #e5e5e5;
        --vz-text-main: #e0e0e0;
        --vz-border-color: #545454;
        --vz-toolbar-bg: rgba(35, 35, 35, 0.85);
        --vz-blur: blur(25px);
        --vz-bg-icon: rgba(45, 45, 45, 1);
        --vz-alert-bg: transparent;
        --cp-text-color: #b0b0b0;
        --vz-bg-bank: #393939;
        --vz-box-bgcolor: #1a1a1a;
        --vz-vertical-menu-bg: #212121;
        --vz-vertical-menu-item-color: #b0bec5;
        --vz-vertical-menu-item-hover-color: #ff4081;
        --vz-vertical-menu-item-active-color: #ff4081;
        --vz-vertical-menu-sub-item-color: #90a4ae;
        --vz-vertical-menu-sub-item-hover-color: #ff4081;
        --vz-vertical-menu-sub-item-active-color: #ff4081;
        --vz-vertical-menu-title-color: #757575;
        --vz-vertical-menu-bg-dark: #2e2e2e;
        --vz-vertical-menu-item-color-dark: #cfd8dc;
        --vz-vertical-menu-item-hover-color-dark: #fff;
        --vz-vertical-menu-item-active-color-dark: #fff;
        --vz-vertical-menu-sub-item-color-dark: #cfd8dc;
        --vz-vertical-menu-sub-item-hover-color-dark: #fff;
        --vz-vertical-menu-sub-item-active-color-dark: #fff;
        --vz-vertical-menu-title-color-dark: #cfd8dc;
        --vz-header-bg: #212121;
        --vz-header-item-color: #e0e0e0;
        --vz-header-bg-dark: #2e2e2e;
        --vz-header-item-color-dark: #b0bec5;
        --vz-topbar-search-bg: #4d4d4d;
        --vz-topbar-user-bg: #4d4d4d;
        --vz-topbar-user-bg-dark: #313131;
        --vz-footer-bg: #212121;
        --vz-footer-color: #90a4ae;
        --vz-topnav-bg: #212121;
        --vz-topnav-item-color: #b0bec5;
        --vz-topnav-item-color-active: #ff4081;
        --vz-twocolumn-menu-iconview-bg: #212121;
        --vz-twocolumn-menu-bg: #212121;
        --vz-twocolumn-menu-iconview-bg-dark: var(--vz-vertical-menu-bg-dark);
        --vz-twocolumn-menu-bg-dark: #171717;
        --vz-twocolumn-menu-item-color-dark: var(--vz-vertical-menu-item-color-dark);
        --vz-twocolumn-menu-item-active-color-dark: #fff;
        --vz-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
        --vz-boxed-body-bg: #313131;
        --vz-heading-color: #e0e0e0;
        --vz-link-color: linear-gradient(270deg, #1e88e5, #0288d1) !important;
        --vz-link-hover-color: linear-gradient(270deg, #0288d1, #0277b7) !important;
        --vz-secondary-rgb: 108, 117, 125;
        --vz-link-color: #ff4081;
        --vz-link-hover-color: #ff4081;
        --vz-card-bg-custom: rgba(30, 30, 30, 0.95);
        --vz-card-logo-dark: block;
        --vz-card-logo-light: none;
        --vz-list-group-hover-bg: #313131;
        --vz-input-bg: #4d4d4d;
        --vz-input-border: #313131;
        --vz-input-focus-border: #03a9f4;
        --vz-input-disabled-bg: #313131;
        --vz-input-group-addon-bg: #313131;
        --vz-input-check-border: var(--vz-input-border);
        --vz-modal-color: rgba(27, 27, 27, 1);
    }
}

/* Chế độ sáng */

[data-theme="light"] {
    --vz-body-main-bg: white;
    --vz-balance-bg: rgb(224, 243, 254, 1);
    --vz-text-color-bg: #4e4e4e;
    --vz-color-bg: rgba(229, 229, 229, 1);
    --vz-img-bg: url("../img/header_bg_blured.jpg");
    --vz-main-bg: white;
    --vz-text-color: rgba(87, 87, 87, 1);
    --vz-text-main: #4e4e4e;
    --vz-border-color: #f3f4f4;
    --vz-toolbar-bg: #fff;
    --vz-blur: blur(25px);
    --vz-bg-icon: rgba(242, 242, 242, 1);
    --vz-alert-bg: transparent;
    --cp-text-color: #61616a;
    --vz-bg-bank: #fcf8e3;
    --vz-box-bgcolor: white;
    --vz-vertical-menu-bg: #fff;
    --vz-vertical-menu-item-color: #6d7080;
    --vz-vertical-menu-item-hover-color: #6691e7;
    --vz-vertical-menu-item-active-color: #6691e7;
    --vz-vertical-menu-sub-item-color: #7c7f90;
    --vz-vertical-menu-sub-item-hover-color: #6691e7;
    --vz-vertical-menu-sub-item-active-color: #6691e7;
    --vz-vertical-menu-title-color: #919da9;
    --vz-vertical-menu-bg-dark: #38454a;
    --vz-vertical-menu-item-color-dark: #a1b7bf;
    --vz-vertical-menu-item-hover-color-dark: #fff;
    --vz-vertical-menu-item-active-color-dark: #fff;
    --vz-vertical-menu-sub-item-color-dark: #a1b7bf;
    --vz-vertical-menu-sub-item-hover-color-dark: #fff;
    --vz-vertical-menu-sub-item-active-color-dark: #fff;
    --vz-vertical-menu-title-color-dark: #a1b7bf;
    --vz-header-bg: #fff;
    --vz-header-item-color: #e9ecef;
    --vz-header-bg-dark: #38454a;
    --vz-header-item-color-dark: #9ea9ad;
    --vz-topbar-search-bg: #f3f3f9;
    --vz-topbar-user-bg: #f3f3f9;
    --vz-topbar-user-bg-dark: #455358;
    --vz-footer-bg: #fff;
    --vz-footer-color: #98a6ad;
    --vz-topnav-bg: #fff;
    --vz-topnav-item-color: #6d7080;
    --vz-topnav-item-color-active: #6691e7;
    --vz-twocolumn-menu-iconview-bg: #fff;
    --vz-twocolumn-menu-bg: #fff;
    --vz-twocolumn-menu-iconview-bg-dark: var(--vz-vertical-menu-bg-dark);
    --vz-twocolumn-menu-bg-dark: #3d494e;
    --vz-twocolumn-menu-item-color-dark: var(--vz-vertical-menu-item-color-dark);
    --vz-twocolumn-menu-item-active-color-dark: #fff;
    --vz-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
    --vz-boxed-body-bg: #e5ecf2;
    --vz-heading-color: #495057;
    --vz-link-color: linear-gradient(270deg, #2196f3, #03a9f4) !important;
    --vz-link-hover-color: linear-gradient(270deg, #1680d5, #0698da) !important;
    --vz-secondary-rgb: 108, 117, 125;
    --vz-link-color: #ee4623;
    --vz-link-hover-color: #ee4623;
    --vz-card-bg-custom: #fff;
    --vz-card-logo-dark: block;
    --vz-card-logo-light: none;
    --vz-list-group-hover-bg: #f3f6f9;
    --vz-input-bg: #fff;
    --vz-input-border: #ced4da;
    --vz-input-focus-border: #03a9f4;
    --vz-input-disabled-bg: #eff2f7;
    --vz-input-group-addon-bg: #eff2f7;
    --vz-input-check-border: var(--vz-input-border);
    --vz-modal-color: #fff;
}

/* Chế độ tối */

[data-theme="dark"] {
    --vz-body-main-bg: rgba(30, 30, 30, 0.95);
    --vz-balance-bg: rgba(31, 12, 1, 1);
    --vz-text-color-bg: #e5e5e5;
    --vz-color-bg: #121212;
    --vz-img-bg: url("../img/header_bg_blured.jpg");
    --vz-main-bg: rgba(15, 15, 15, 0.95);
    --vz-text-color: #e5e5e5;
    --vz-text-main: #e0e0e0;
    --vz-border-color: #545454;
    --vz-toolbar-bg: rgba(35, 35, 35, 0.85);
    --vz-blur: blur(25px);
    --vz-bg-icon: rgba(45, 45, 45, 1);
    --vz-alert-bg: transparent;
    --cp-text-color: #b0b0b0;
    --vz-bg-bank: #393939;
    --vz-box-bgcolor: #1a1a1a;
    --vz-vertical-menu-bg: #212121;
    --vz-vertical-menu-item-color: #b0bec5;
    --vz-vertical-menu-item-hover-color: #ff4081;
    --vz-vertical-menu-item-active-color: #ff4081;
    --vz-vertical-menu-sub-item-color: #90a4ae;
    --vz-vertical-menu-sub-item-hover-color: #ff4081;
    --vz-vertical-menu-sub-item-active-color: #ff4081;
    --vz-vertical-menu-title-color: #757575;
    --vz-vertical-menu-bg-dark: #2e2e2e;
    --vz-vertical-menu-item-color-dark: #cfd8dc;
    --vz-vertical-menu-item-hover-color-dark: #fff;
    --vz-vertical-menu-item-active-color-dark: #fff;
    --vz-vertical-menu-sub-item-color-dark: #cfd8dc;
    --vz-vertical-menu-sub-item-hover-color-dark: #fff;
    --vz-vertical-menu-sub-item-active-color-dark: #fff;
    --vz-vertical-menu-title-color-dark: #cfd8dc;
    --vz-header-bg: #212121;
    --vz-header-item-color: #e0e0e0;
    --vz-header-bg-dark: #2e2e2e;
    --vz-header-item-color-dark: #b0bec5;
    --vz-topbar-search-bg: #4d4d4d;
    --vz-topbar-user-bg: #4d4d4d;
    --vz-topbar-user-bg-dark: #313131;
    --vz-footer-bg: #212121;
    --vz-footer-color: #90a4ae;
    --vz-topnav-bg: #212121;
    --vz-topnav-item-color: #b0bec5;
    --vz-topnav-item-color-active: #ff4081;
    --vz-twocolumn-menu-iconview-bg: #212121;
    --vz-twocolumn-menu-bg: #212121;
    --vz-twocolumn-menu-iconview-bg-dark: var(--vz-vertical-menu-bg-dark);
    --vz-twocolumn-menu-bg-dark: #171717;
    --vz-twocolumn-menu-item-color-dark: var(--vz-vertical-menu-item-color-dark);
    --vz-twocolumn-menu-item-active-color-dark: #fff;
    --vz-twocolumn-menu-item-active-bg-dark: rgba(255, 255, 255, 0.15);
    --vz-boxed-body-bg: #313131;
    --vz-heading-color: #e0e0e0;
    --vz-link-color: linear-gradient(270deg, #1e88e5, #0288d1) !important;
    --vz-link-hover-color: linear-gradient(270deg, #0288d1, #0277b7) !important;
    --vz-secondary-rgb: 108, 117, 125;
    --vz-link-color: #ff4081;
    --vz-link-hover-color: #ff4081;
    --vz-card-bg-custom: rgba(30, 30, 30, 0.95);
    --vz-card-logo-dark: block;
    --vz-card-logo-light: none;
    --vz-list-group-hover-bg: #313131;
    --vz-input-bg: #4d4d4d;
    --vz-input-border: #313131;
    --vz-input-focus-border: #03a9f4;
    --vz-input-disabled-bg: #313131;
    --vz-input-group-addon-bg: #313131;
    --vz-input-check-border: var(--vz-input-border);
    --vz-modal-color: rgba(27, 27, 27, 1);
}

* {
    font-family: SVN-Poppins, Helvetica, Tahoma, Arial, Sans-Serif;
    color: var(--vz-text-main);
}

html 
body {
    background: var(--vz-color-bg);
    /*background-image: var(--vz-img-bg);*/
    background-position: center;
    background-attachment: fixed;
}

.layoutWrapper {
    width: auto;
    margin: unset;
    padding: unset;
    /*background: rgba(229, 229, 229, 0);*/
}

body.modal-open {
    padding-right: 0 !important;
}

.close {
    background: transparent;
}

.mainContent {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.429;
    /*color: var(--vz-text-main);*/
    width: auto;
    overflow: hidden;
    /*background: rgba(229, 229, 229, 0);*/
}

.bg-zz {
    background: var(--vz-body-main-bg);
}

/*.box {
    background: var(--vz-box-bgcolor);
}*/

.alert {
    border: 1px solid;
}

.bank .list-group {
    background: var(--vz-bg-bank) !important;
    border: 1px solid var(--vz-border-color);
}

.post-content a {
    color: #03a9f4;
    text-decoration: none;
}

.post-content a:hover {
    color: red;
    text-decoration: none;
}

.top-main {
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid var(--vz-border-color);
    background: var(--vz-modal-color);
    /*color: var(--vz-text-color-bg);*/
}

.top-main .logo-head {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    margin-left: .75em;
}

.top-main .logo-head img {
    height: 29px;
    width: auto;
}

.step-anchor {
    background: transparent !important;
}

.step-content {
    background: transparent !important;
}

.btn-toolbar {
    background: transparent !important;
}

.top-main .btn-login {
    font-weight: bold;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    background: var(--mz-blue-color);
    width: fit-content;
}

.top-main .btn-register {
    font-weight: bold;
    border-radius: 5px;
    padding: 5px 10px;
    background: var(--vz-bg-icon);
    width: fit-content;
}

.top-main .btn-user {
    display: flex;
    align-items: center;
    justify-self: center;
    cursor: pointer;
}

.top-main .btn-user .username {
    font-size: 1em;
    margin: 0 0 0 0.5em;
    display: inline-block;
    max-width: 90px;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.top-main .btn-user .more-user-btn {
    margin-left: 10px;
}

.more-user-btn span {
    display: block;
    margin: 0px auto 3px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgb(142, 142, 147);
}

.formMain {
    padding: 15px 0 15px;
    margin: auto;
    text-align: center;
    align-items: center;
    background: var(--vz-bg-icon);
    border: none;
    border-radius: 20px;
    box-sizing: border-box;
}

.cart-item {
    position: relative;
    margin-bottom: 30px;
    padding: 0 50px 0 10px;
    background-color: var(--vz-bg-icon);
    box-shadow: 0 12px 20px 1px rgba(64, 64, 64, .09);
}

.boxIcon .boxIcon-list {
    position: relative;
    width: 100%;
    padding: 12px 11px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: -webkit-calc(96px * 8 + 22px);
    max-width: calc(96px * 8 + 22px);
    margin: 0 auto;
}

.boxIcon .boxIcon-list-2 {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 15px;
}

.boxIcon .boxIcon-list-2 .boxIcon-item {
    padding: 0 4px;
    position: relative;
    width: 15%;
    text-align: center;
    font-size: 14px;
    color: rgb(34, 34, 34);
    margin-bottom: 15px;
    cursor: pointer;
    text-decoration: none;
}

.boxIcon .boxIcon-list .boxIcon-item {
    -webkit-flex-basis: 88px;
    flex-basis: 88px;
    width: 88px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 0 4px;
}

.boxIcon-list .boxIcon-item .boxItem-icon {
    width: 80px;
    margin: 0 auto;
    font-size: 12px;
    color: #1a1a1a;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    border-radius: 10.7295px;
    position: relative;
    cursor: pointer;
    border: none;
    height: 80px;
    padding-bottom: 0;
    box-shadow: none;
    white-space: nowrap;
    /*background: var(--vz-bg-icon);*/
}

.boxIcon-list-2 .boxItem-icon {
    position: relative;
    width: 15%;
    text-align: center;
    font-size: 14px;
    color: var(--vz-text-main);
    margin-bottom: 15px;
    cursor: pointer;
    text-decoration: none;
}

.boxIcon-list-2 .boxItem-icon:hover {
    color: rgb(238, 70, 35);
}

.boxItem-icon span {
    font-size: 13px;
    line-height: 20px;
    color: var(--vz-text-main);
    margin-top: 4px;
    width: 100%;
    border-radius: 20px;
    background: var(--vz-bg-icon);
}

.boxItem-icon.is-hot:before,
.boxItem-icon.is-new:before {
    content: "";
    position: absolute;
    background-size: cover;
}

.boxItem-icon.is-hot:before {
    right: 8px;
    bottom: 24px;
    width: 22px;
    height: 30px;
    background-image: url(../img/icon/hot.png);
}

.bottom-main {
    padding: 1.25em 0 56px;
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 1rem;
}

.cp-i {
    font-size: 0.85em;
    color: var(--cp-text-color);
    text-align: center;
    margin-bottom: 0.5em;
}

.pageToolbar {
    position: fixed;
    z-index: 999;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
}

.pageToolbar .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    border-top: 1px solid var(--vz-border-color);
    background: var(--vz-toolbar-bg);
    height: 56px;
    backdrop-filter: var(--vz-blur);
    -webkit-backdrop-filter: var(--vz-blur);
}

.pageToolbar .menu .menu-item {
    /*color: var(--vz-text-color-bg);*/
    width: 50%;
    font-weight: 600;
}

.pageToolbar .menu .menu-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pageToolbar .menu .menu-item .menu-icon {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pet-icon {
    background-image: url(../img/icon/god-pet-icon.png);
}

.menu .menu-item:hover,
.menu .menu-item:active,
.menu .menu-item:focus,
.menu .menu-item.active {
    color: #03a9f4;
}

/*
.menu .menu-item.active a .account-icon,
.menu .menu-item a:active .account-icon,
.menu .menu-item a:focus .account-icon,
.menu .menu-item:hover .account-icon {
    background-image: url(/assets/img/icon/svg/account-active.svg);
}

.menu .menu-item.active a .home-icon,
.menu .menu-item a:active .home-icon,
.menu .menu-item a:focus .home-icon,
.menu .menu-item:hover .home-icon {
    background-image: url(/assets/img/icon/svg/home-active.svg);
}

.menu .menu-item.active a .deposit-icon,
.menu .menu-item a:active .deposit-icon,
.menu .menu-item a:focus .deposit-icon,
.menu .menu-item:hover .deposit-icon {
    background-image: url(/assets/img/icon/svg/nap-active.svg);
}

.menu .menu-item.active .giftcode-icon,
.menu .menu-item:focus .giftcode-icon,
.menu .menu-item:hover .giftcode-icon,
.menu .active .giftcode-icon {
    background-image: url(/assets/img/icon/svg/giftcode-active.svg) !important;
}

.menu .menu-item:active .vip-icon,
.menu .menu-item:focus .vip-icon,
.menu .menu-item:hover .vip-icon,
.menu .active .vip-icon {
    background-image: url(/assets/img/icon/svg/vip-active.svg) !important;
}

.menu .menu-item:active .shop-icon,
.menu .menu-item:focus .shop-icon,
.menu .menu-item:hover .shop-icon,
.menu .active .shop-icon {
    background-image: url(/assets/img/icon/svg/shop-active-icon.svg) !important;
}
*/

/* box */

.box-content .box-item-title {
    color: var(--vz-text-color);
}

.box .box-title {
    position: relative;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    /*color: #1f1f1f;*/
    text-transform: capitalize;
    padding-top: 1px;
    padding-bottom: 1px;
}

.box .box-title p {
    font-size: 17px;
    margin: 0px;
    font-weight: 700;
}

.box .box-title .title-home {
    margin-bottom: 1px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 600;
    /*color: #1f1f1f;*/
    position: relative;
}

.box .box-title h2,
.box .box-title h1 {
    font-weight: 600;
    font-size: 1.25em;
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    flex: 1 0 50%;
    /*color: #1F1F1F;*/
}

.box .view-more {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #2196f3;
}

.box-2-col {
    display: grid;
    grid-gap: 0 40px;
}

.box-2-col .box-item {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    cursor: pointer;
}

.box-1-row {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    display: -webkit-flex;
    align-items: center;
    text-align: center;
    width: 100%;
}

.box-1-row .box-item .box-item-icon {
    width: 100%;
}

.box-1-row .box-item .box-detail {
    letter-spacing: -0.24px !important;
    color: var(--cp-text-color) !important;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.box-item .box-icon {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.box-item .box-content {
    margin: 0 12px;
    -webkit-flex: 0 1 75%;
    -moz-box-flex: 0;
    flex: 0 1 75%;
    white-space: nowrap;
    text-align: left;
    max-width: 75%;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.box-item .box-icon .icon-image {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    padding: 12px 12px 12px 0;
}

.box-item .box-icon .icon-image img {
    width: 64px;
    cursor: pointer;
}

.box-item:not(:nth-last-child(-n+2)) .box-content {
    border-bottom: 1px solid #f2f2f2;
}

.box-detail {
    letter-spacing: -0.24px !important;
    color: var(--cp-text-color) !important;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

/* box-arrow */

.box-arrow {
    width: 100%;
    position: relative;
}

.box-arrow::after {
    content: " ";
    width: 16px;
    height: 16px;
    background: url(../img/icon/svg/icon-arrow-black.svg) 50% no-repeat;
    background-size: contain;
    transform-origin: center;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%);
}

.box-arrow-small::after {
    content: " ";
    width: 10px;
    height: 10px;
    background: url(../img/icon/svg/icon_bottom.svg) 50% no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: 0;
}

.box-arrow-small.arrow-right::after {
    transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
}

/* box-search */

.box-search {
    -webkit-flex: 1 0 50%;
    -moz-box-flex: 1;
    flex: 1 0 50%;
    margin-left: auto;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    position: relative;
}

.box-search .search-icon {
    position: absolute;
    left: 12px;
}

.box-search input,
.box-search .input {
    width: 100%;
    background: #f4f4f4;
    border-radius: 100px;
    color: #8e8e93;
    font-size: 0.75em;
    padding: 10px 6px 10px 36px;
    white-space: nowrap;
}

/* post */

.post-item {
    padding: 15px 0 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.post-item:not(:last-child) {
    border-bottom: 1px solid var(--vz-border-color);
}

.post-item .post-thumbnail {
    -webkit-flex: 1 0 38%;
    -moz-box-flex: 1;
    flex: 1 0 38%;
    max-width: 38%;
    cursor: pointer;
}

.post-item .post-thumbnail .thumbnail-container {
    position: relative;
    width: 100%;
    padding-top: 53.55%;
    border-radius: 8px;
}

.post-item .post-thumbnail .thumbnail-container img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.post-item .post-detail {
    padding-top: 0;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    max-width: 67%;
}

.post-item .post-detail {
    padding-left: 12px;
}

.post-item .post-title {
    font-size: 1em;
    margin-bottom: 0.5em;
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-author {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    font-size: 0.85em;
    color: var(--cp-text-color);
}

.post-item .post-author img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    border-radius: 6px;
}

.post-detail .post-infomation {
    display: none;
    margin-top: 12px;
}

.post-detail .post-infomation div {
    font-size: 1em;
    line-height: 1;
    color: var(--cp-text-color);
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.post-detail .post-infomation div span {
    font-size: .85em;
}

.post-detail .post-infomation div span:first-child {
    padding-right: 8px;
}

.post-detail .post-infomation div span:last-child {
    padding-left: 8px;
}

.post-detail .post-infomation .post-category.tin-tuc {
    color: #2196f3;
}

.post-detail .post-infomation .post-category.su-kien {
    color: #ff753a;
}

/* general */

.table-card {
    margin: -1rem -1rem;
}

.lineSpace {
    display: block;
    height: 3px;
    background: var(--vz-color-bg);
}

.border-dashed {
    border-style: dashed !important
}

.border-top-dashed {
    border-top-style: dashed !important
}

.border-bottom-dashed {
    border-bottom-style: dashed !important
}

.border-end-dashed {
    border-right-style: dashed !important
}

.border-start-dashed {
    border-left-style: dashed !important
}

/* btn */

.radius-5 {
    border-radius: 5%;
}

.radius-10 {
    border-radius: 10%;
}

.radius-15 {
    border-radius: 15%;
}

.radius-20 {
    border-radius: 20%;
}

.radius-30 {
    border-radius: 30%;
}

.radius-50 {
    border-radius: 50%;
}

.radius-5px {
    border-radius: 5px;
}

.radius-10px {
    border-radius: 10px;
}

.radius-15px {
    border-radius: 15px;
}

.radius-20px {
    border-radius: 20px;
}

.radius-30px {
    border-radius: 30px;
}

.radius-50px {
    border-radius: 50px;
}

.btn-w-m-100 {
    min-width: 100px;
}

.btn-zz-base {
    color: #000;
    padding: 5px 10px;
    background: #f3f6f9;
    width: fit-content;
    border: 1px solid #f3f6f9;
}

:root {
    --mz-white: #fff;
    --mz-base-border-color: #ced4da;
    --mz-base-background-color: #ced4da;
    --mz-base-color: #000;
    --mz-color-active: #fff;
}

.btn-zz-base:hover,
.btn-zz-base:focus,
.btn-zz-base:active {
    color: var(--mz-base-color) !important;
    background: var(--mz-base-background-color) !important;
    border: 1px solid var(--mz-base-border-color) !important;
}

.btn-zz {
    color: #ffffff;
    font-size: 15px;
    padding: 5px 10px;
    background: var(--mz-blue-color);
    width: fit-content;
}

.btn-zz:hover,
.btn-zz:focus,
.btn-zz:active {
    color: var(--mz-color-active) !important;
    background: var(--mz-blue-color-dark) !important;
    border: 1px solid var(--mz-blue-light) !important;
}

.btn-zz-cancel {
    background: rgb(255, 117, 58) !important;
}

.btn-zz-blue-dark {
    background: var(--mz-blue-color-dark) !important;
}

.btn-zz-blue-dark:hover,
.btn-zz-blue-dark:focus {
    color: rgb(255, 255, 255);
}

.btn-zz:disabled {
    color: var(--mz-white) !important;
    border: 1px solid var(--mz-blue-light) !important;
}

.mzp-big-btn {
    display: inline-block;
    width: 100%;
    background: #fff;
    color: #767676;
    border-radius: 20px;
    font-size: .975em;
    border: 1px solid #767676;
    text-align: center;
    padding: 0.625em 0 0.375em;
    user-select: none;
    cursor: pointer;
}

.mzp-big-btn.active {
    background: var(--mz-blue-color) !important;
    color: #fff !important;
    border: 1px solid #2196f3 !important;
}

.mzp-big-btn.disabled,
.mzp-big-btn[disabled] {
    background: #d6d6d6;
    color: #fff;
    border-color: #d6d6d6;
}

/* breadcrum */

.breadcrumb {
    background-color: var(--vz-body-main-bg);
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0.625em 16px;
}

.breadcrumb-item+.breadcrumb-item::before {
    font-family: "Material Design Icons";
    line-height: 20px;
}

.breadcrumb-item {
    font-size: 0.75rem;
    color: #7e7e7e;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}

.breadcrumb .breadcrumb-item:last-of-type {
    color: #ee4623;
}

/* icon */

.mz-icon {
    display: inline-block;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: 50%;
}

.icon-size-16 {
    width: 16px;
    height: 16px;
}

.icon-size-18 {
    width: 18px;
    height: 18px;
}

.icon-size-20 {
    width: 20px;
    height: 20px;
}

.icon-svg-search {
    background-image: url(../img/icon/search.html);
}

.button-homepage-web {
    background-image: url(../img/icon/home.html);
}

.button-homepage-shop {
    background-image: url(../img/icon/shop.png);
}

.button-homepage-account-vip {
    background-image: url(../img/icon/account-vip.html);
}

.button-homepage-take-code {
    background-image: url(../img/icon/take-code.html);
}

.button-homepage-exchange-code {
    background-image: url(../img/icon/exchange-code.html);
}

.button-homepage-recharge {
    background-image: url(../img/icon/recharge.html);
}

.button-homepage-guild-logo-v2 {
    background-image: url(../img/icon/guild-logo-v2.html);
}

.button-homepage-game-h5-logo {
    background-image: url(../img/icon/game-h5-logo.html);
}

.button-homepage-event-logo {
    background-image: url(../img/icon/event-logo.html);
}

.button-homepage-support {
    background-image: url(../img/icon/support.html);
}

.home-icon {
    background-image: url(../img/icon/svg/home-icon.svg);
}

.account-icon {
    background-image: url(../img/icon/svg/account.svg);
}

.giftcode-icon {
    background-image: url(../img/icon/svg/giftcode.svg);
}

.shop-icon {
    background-image: url(../img/icon/svg/shop-icon.svg);
}

.deposit-icon {
    background-image: url(../img/icon/svg/nap.svg);
}

.vip-icon {
    background-image: url(../img/icon/svg/vip.svg);
}

.icon-history {
    background-image: url(../img/icon/svg/history.svg);
}

.icon-download {
    background-image: url(../img/icon/svg/download.svg);
}

.icon-fanpage {
    background-image: url(../img/icon/svg/fanpage.svg);
}

.icon-homepage-grey {
    background-image: url(../img/icon/svg/homepage-grey.svg);
}

.icon-ticket {
    background-image: url(../img/icon/svg/ticket.svg);
}

.icon-facebook {
    background-image: url(../img/icon/svg/icon-facebook.svg);
}

.icon-group-facebook {
    background-image: url(../img/icon/svg/groups_facebook.html);
}

.icon-people {
    background-image: url(../img/icon/svg/icon-people.svg);
}

/* // */

.btn-blue {
    background: var(--mz-blue-color);
    border: none;
    border-radius: 6px;
    font-size: 15px;
    line-height: 33px;
    padding: 0 0;
    text-decoration: none;
    box-sizing: content-box;
    position: relative;
    -webkit-font-smoothing: antialiased;
    font-weight: bold;
    justify-content: center;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    transition: 200ms cubic-bezier(0.08, 0.52, 0.52, 1) background-color, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) box-shadow, 200ms cubic-bezier(0.08, 0.52, 0.52, 1) transform;
}

.mt-25 {
    margin-top: 25px !important;
}

.text-hover:hover {
    color: #2196f3;
}

.image-hover {
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    border-radius: 16px;
}

.image-hover:hover {
    color: #2196f3;
}

.image-hover:hover:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.head-15 {
    white-space: normal;
    color: #1f1f1f;
    font-size: 15.75px;
}

.ic-size-10 {
    width: 10px;
    height: 10px;
}

.ic-size-15 {
    width: 15px;
    height: 15px;
}

.ic-size-20 {
    width: 20px;
    height: 20px;
}

.mzp-ic.ic-size-50 {
    width: 50px;
    height: 50px;
}

/* mzp-modal */

.mzp-modal-wrapper {
    position: fixed;
    inset: 0px;
    z-index: 1000;
}

.mzp-modal-bg-dark {
    position: fixed;
    inset: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: 30;
}

.mzp-modal-bg-base {
    position: fixed;
    inset: 0px;
    background: rgb(229, 229, 229);
    z-index: 250;
}

.mzp-modal-full {
    position: absolute;
    left: 50%;
    opacity: 1;
    width: 768px;
    margin-left: -384px;
    background-color: rgb(254, 254, 254);
    z-index: 300;
    transition: all 0.15s linear 0s;
    box-sizing: border-box;
}

.mzp-modal-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 1;
    background-color: rgb(254, 254, 254);
    padding: 0px 15px 15px;
    z-index: 300;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.15s linear 0s;
    box-sizing: border-box;
    max-height: calc(-55px + 100vh);
}

.mzp-modal-head {
    background: rgb(247, 247, 247);
    margin: 0px -15px;
    border-bottom: 1px solid rgb(229, 229, 234);
}

.mzp-modal-head-wrapper {
    position: relative;
    padding: 0px;
}

.mzp-modal-head-content {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 52px;
}

.mzp-modal-title {
    display: flex;
    align-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.mzp-modal-title .mzp-title-txt {
    max-width: 614.4px;
    font-size: 16px;
    text-align: left;
    margin: 0px 0px -1px;
    padding: 15px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mzp-modal-title .mzp-title-logo {
    padding-right: 5px;
    display: flex;
    align-items: center;
}

.mzp-modal-title .mzp-title-logo img {
    height: 40px;
    width: auto;
}

.mzp-modal-close-btn {
    width: 40px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMTc0OTkgNy4wMDAxNUwxMy40MjUgMS43NTg0OUMxMy41ODE5IDEuNjAxNTcgMTMuNjcwMSAxLjM4ODc0IDEzLjY3MDEgMS4xNjY4MkMxMy42NzAxIDAuOTQ0OTAzIDEzLjU4MTkgMC43MzIwNzQgMTMuNDI1IDAuNTc1MTU1QzEzLjI2ODEgMC40MTgyMzUgMTMuMDU1MiAwLjMzMDA3OCAxMi44MzMzIDAuMzMwMDc4QzEyLjYxMTQgMC4zMzAwNzggMTIuMzk4NiAwLjQxODIzNSAxMi4yNDE3IDAuNTc1MTU1TDYuOTk5OTkgNS44MjUxNUwxLjc1ODMyIDAuNTc1MTU1QzEuNjAxNCAwLjQxODIzNSAxLjM4ODU3IDAuMzMwMDc4IDEuMTY2NjYgMC4zMzAwNzhDMC45NDQ3MzggMC4zMzAwNzggMC43MzE5MSAwLjQxODIzNSAwLjU3NDk5IDAuNTc1MTU1QzAuNDE4MDcgMC43MzIwNzQgMC4zMjk5MTQgMC45NDQ5MDMgMC4zMjk5MTQgMS4xNjY4MkMwLjMyOTkxNCAxLjM4ODc0IDAuNDE4MDcgMS42MDE1NyAwLjU3NDk5IDEuNzU4NDlMNS44MjQ5OSA3LjAwMDE1TDAuNTc0OTkgMTIuMjQxOEMwLjQ5Njg4MyAxMi4zMTkzIDAuNDM0ODg4IDEyLjQxMTUgMC4zOTI1ODEgMTIuNTEzQzAuMzUwMjczIDEyLjYxNDYgMC4zMjg0OTEgMTIuNzIzNSAwLjMyODQ5MSAxMi44MzM1QzAuMzI4NDkxIDEyLjk0MzUgMC4zNTAyNzMgMTMuMDUyNCAwLjM5MjU4MSAxMy4xNTRDMC40MzQ4ODggMTMuMjU1NSAwLjQ5Njg4MyAxMy4zNDc3IDAuNTc0OTkgMTMuNDI1MkMwLjY1MjQ1OSAxMy41MDMzIDAuNzQ0NjI2IDEzLjU2NTMgMC44NDYxNzYgMTMuNjA3NkMwLjk0NzcyNSAxMy42NDk5IDEuMDU2NjUgMTMuNjcxNyAxLjE2NjY2IDEzLjY3MTdDMS4yNzY2NyAxMy42NzE3IDEuMzg1NTkgMTMuNjQ5OSAxLjQ4NzE0IDEzLjYwNzZDMS41ODg2OSAxMy41NjUzIDEuNjgwODUgMTMuNTAzMyAxLjc1ODMyIDEzLjQyNTJMNi45OTk5OSA4LjE3NTE1TDEyLjI0MTcgMTMuNDI1MkMxMi4zMTkxIDEzLjUwMzMgMTIuNDExMyAxMy41NjUzIDEyLjUxMjggMTMuNjA3NkMxMi42MTQ0IDEzLjY0OTkgMTIuNzIzMyAxMy42NzE3IDEyLjgzMzMgMTMuNjcxN0MxMi45NDMzIDEzLjY3MTcgMTMuMDUyMyAxMy42NDk5IDEzLjE1MzggMTMuNjA3NkMxMy4yNTU0IDEzLjU2NTMgMTMuMzQ3NSAxMy41MDMzIDEzLjQyNSAxMy40MjUyQzEzLjUwMzEgMTMuMzQ3NyAxMy41NjUxIDEzLjI1NTUgMTMuNjA3NCAxMy4xNTRDMTMuNjQ5NyAxMy4wNTI0IDEzLjY3MTUgMTIuOTQzNSAxMy42NzE1IDEyLjgzMzVDMTMuNjcxNSAxMi43MjM1IDEzLjY0OTcgMTIuNjE0NiAxMy42MDc0IDEyLjUxM0MxMy41NjUxIDEyLjQxMTUgMTMuNTAzMSAxMi4zMTkzIDEzLjQyNSAxMi4yNDE4TDguMTc0OTkgNy4wMDAxNVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=) right center / 16px 16px no-repeat;
}

.mzp-modal-body {
    min-height: 50vh;
    position: relative;
}

.mzp-modal-content-title {
    position: relative;
    display: flex;
    padding: 0px 15px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgb(242, 242, 242);
}

.mzp-modal-content-title .txt-content {
    padding: 15px 0px;
    font-size: 17px;
    margin: 0px;
    font-weight: 700;
}

body.mzp-modal-opened {
    overflow: hidden;
}

@media (max-width: 800px) {
    .mzp-modal-head-wrapper {
        padding: 0 15px !important;
    }
}

.mzp-modal .box-item .box-icon {
    padding: 12px 12px 12px 0;
}

.mzp-modal .box-item .box-icon .icon-image {
    width: 50px;
    padding: unset;
}

.mzp-modal .box-item .box-icon .icon-image img {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mzp-modal .box-item .box-content {
    margin: unset;
}

.mzp-modal .head-15 {
    font-size: 1em;
}

.mzp-modal .box-2-col {
    max-height: 80vh;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    gap: 10px;
}

@media (min-width: 425px) {
    .mzp-modal .box-2-col {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* scroll-bar */

.mzp-modal .scroll-bar {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    min-height: 100px;
    max-height: 457px;
}

.w-smart {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
}

.w-smart::after,
.w-smart::before {
    content: " ";
    display: table;
}

.w-smart::after {
    clear: both;
}

/* desktop */

@media screen and (min-width: 768px) {
    .box,
    .box-p {
        padding-left: 24px;
        padding-right: 24px;
    }
    .w-smart {
        width: 768px;
    }
    .box-2-col {
        grid-template-columns: repeat(2, 1fr);
    }
    .box-1-row .box-item {
        padding: 10px;
        width: 20%;
    }
    .mzp-modal .scroll-bar {
        max-height: 550px !important;
    }
}

/* mobile */

@media screen and (max-width: 414px) {
    .mzp-modal .scroll-bar {
        max-height: 320px !important;
        overflow-y: auto !important;
    }
}

@media screen and (max-width: 576px) {
    .box-news .post-item:first-child {
        display: block;
    }
    .post-item .post-detail {
        max-width: 100%;
    }
    .post-item:first-child .post-detail {
        padding-left: unset;
    }
}

@media screen and (min-width: 576px) {
    .post-item {
        padding: 14px 0;
    }
    .post-detail .post-infomation {
        display: block;
    }
    .post-item .post-detail {
        padding-left: 20px;
    }
    .post-item .post-thumbnail {
        -webkit-flex: 1 0 32.64%;
        -moz-box-flex: 1;
        flex: 1 0 32.64%;
        max-width: 32.64%;
    }
}

/* tablet */

@media screen and (max-width: 768px) {
    .boxIcon .boxIcon-list-2 .boxIcon-item {
        width: 20%;
        font-size: 13px;
    }
    .box,
    .box-p {
        padding-left: 16px;
        padding-right: 16px;
    }
    .box-1-row .box-item {
        padding: 10px;
        width: 33.333333%;
    }
    .pageToolbar .menu .menu-item a {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        align-items: center;
        font-size: 0.8rem;
    }
    .pageToolbar .menu .menu-item .menu-icon {
        width: 24px;
        height: 24px;
    }
    .w-smart {
        width: 100%;
    }
}

/* card */

.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
}

.card-header {
    border-bottom: 1px solid var(--vz-border-color);
}

.card-header-dropdown .dropdown-btn {
    padding: 1rem 0;
}

.card-footer {
    border-top: 1px solid var(--vz-border-color);
}

.card-title {
    font-size: 16px;
    margin: 0 0 7px 0;
}

.card-height-100 {
    height: calc(100% - 1.5rem);
}

.card-animate {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.card-animate:hover {
    -webkit-transform: translateY(calc(-1.5rem / 5));
    transform: translateY(calc(-1.5rem / 5));
    -webkit-box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

.card-primary {
    background-color: #6691e7;
    color: #fff;
}

.card-primary .card-footer,
.card-primary .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: transparent;
}

.card-primary .card-title {
    color: #fff;
}

.card-secondary {
    background-color: #865ce2;
    color: #fff;
}

.card-secondary .card-footer,
.card-secondary .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: transparent;
}

.card-secondary .card-title {
    color: #fff;
}

.card-success {
    background-color: #13c56b;
    color: #fff;
}

.card-success .card-footer,
.card-success .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: transparent;
}

.card-success .card-title {
    color: #fff;
}

.card-info {
    background-color: #50c3e6;
    color: #fff;
}

.card-info .card-footer,
.card-info .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: transparent;
}

.card-info .card-title {
    color: #fff;
}

.card-warning {
    background-color: #e8bc52;
    color: #fff;
}

.card-warning .card-footer,
.card-warning .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: transparent;
}

.card-warning .card-title {
    color: #fff;
}

.card-danger {
    background-color: #ed5e5e;
    color: #fff;
}

.card-danger .card-footer,
.card-danger .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: transparent;
}

.card-danger .card-title {
    color: #fff;
}

.card-light {
    background-color: #f3f6f9;
    color: #000;
}

.card-light .card-footer,
.card-light .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    color: #000;
    border-color: transparent;
}

.card-light .card-title {
    color: #000;
}

.card-dark {
    background-color: #363d48;
    color: #fff;
}

.card-dark .card-footer,
.card-dark .card-header {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-color: transparent;
}

.card-dark .card-title {
    color: #fff;
}

.card-border-mz {
    border-color: var(--mz-blue-light) !important;
}

.card-border-primary {
    border-color: #6691e7 !important;
}

.card-border-primary .card-footer,
.card-border-primary .card-header {
    border-color: #6691e7;
}

.card-border-secondary {
    border-color: #865ce2 !important;
}

.card-border-secondary .card-footer,
.card-border-secondary .card-header {
    border-color: #865ce2;
}

.card-border-success {
    border-color: #13c56b !important;
}

.card-border-success .card-footer,
.card-border-success .card-header {
    border-color: #13c56b;
}

.card-border-info {
    border-color: #50c3e6 !important;
}

.card-border-info .card-footer,
.card-border-info .card-header {
    border-color: #50c3e6;
}

.card-border-warning {
    border-color: #e8bc52 !important;
}

.card-border-warning .card-footer,
.card-border-warning .card-header {
    border-color: #e8bc52;
}

.card-border-danger {
    border-color: #ed5e5e !important;
}

.card-border-danger .card-footer,
.card-border-danger .card-header {
    border-color: #ed5e5e;
}

.card-border-light {
    border-color: #f3f6f9 !important;
}

.card-border-light .card-footer,
.card-border-light .card-header {
    border-color: #f3f6f9;
}

.card-border-dark {
    border-color: #363d48 !important;
}

.card-border-dark .card-footer,
.card-border-dark .card-header {
    border-color: #363d48;
}

.card-light {
    background-color: var(--vz-light);
}

.card-light .card-footer,
.card-light .card-header {
    color: var(--vz-body-color) !important;
    background-color: rgba(var(--vz-dark-rgb), 0.1);
}

.card-light .card-text,
.card-light .card-title {
    color: var(--vz-body-color) !important;
}

.card-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--vz-light-rgb), 0.6);
    z-index: 9999;
}

.card-status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
}

/* user balance */

.user-balance {
    position: relative;
    padding: 12px 15px;
    background-color: var(--vz-balance-bg);
    border-bottom: 0px solid rgb(167 212 243);
}

.user-balance .balance-wrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.balance-icon {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    align-content: center;
    margin-right: 15px;
}

.balance-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.balance-wrapper table tr>td {
    padding: 3px 0px;
}

.balance-wrapper table tr>td:first-child {
    width: 75px;
}

/* avatar */

.avatar-xxs {
    height: 1.5rem;
    width: 1.5rem
}

.avatar-xs {
    height: 2rem;
    width: 2rem
}

.avatar-sm {
    height: 3rem;
    width: 3rem
}

.avatar-md {
    height: 4.5rem;
    width: 4.5rem
}

.avatar-lg {
    height: 6rem;
    width: 6rem
}

.avatar-xl {
    height: 7.5rem;
    width: 7.5rem
}

.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6691e7;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.avatar-group {
    padding-left: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.avatar-group .avatar-group-item {
    margin-left: -12px;
    border: 2px solid var(--vz-secondary-bg);
    border-radius: 50%;
    -webkit-transition: all .2s;
    transition: all .2s
}

.avatar-group .avatar-group-item:hover {
    position: relative;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    z-index: 1
}

/* form */

.form-icon {
    position: relative;
}

.form-icon .form-control-icon {
    padding-left: calc(.9rem* 3);
    position: relative;
}

.form-icon.right .form-control-icon {
    padding-right: calc(.9rem* 3);
    padding-left: .9rem;
    position: relative;
}

.form-icon .icon {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-icon.right .icon {
    left: auto;
    right: 18px;
}

/* toast */

.toast {
    --vz-toast-bg: #fff !important;
}

/* blockscreen */

body.block-screen {
    pointer-events: none;
    user-select: none;
    overflow: hidden;
}

body.block-screen::after {
    content: " ";
    position: fixed;
    inset: 0px;
    background: rgb(0, 0, 0);
    opacity: 0.5;
    z-index: 1002;
}

.btn-playgame {
    color: #ffffff;
    font-size: 15px;
    padding: 5px 10px;
    background: var(--mz-blue-color);
    border-radius: 20px;
    width: 100%;
    /*animation: pulse 2s infinite;*/
}

.btn-playgame:hover,
.btn-playgame:focus,
.btn-playgame:active {
    color: var(--mz-color-active) !important;
    background: var(--mz-blue-color-dark) !important;
    border: 1px solid var(--mz-blue-light) !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}