@font-face {
    font-family: SVN-Poppins;
    font-style: normal;
    font-weight: 400;
    src: local("SVN-Poppins"), local("SVN-Poppins"), url(https://mozoplay.vn/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(https://mozoplay.vn/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(https://mozoplay.vn/assets/fonts/SVN-Poppins-SemiBold.ttf) format("opentype");
    font-display: swap
}

* {
    font-family: SVN-Poppins, Helvetica, Arial, sans-serif;
}

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

:root {
    --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-border-color: #e9ebec;
    --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: #b3c8f3;
    --vz-input-disabled-bg: #eff2f7;
    --vz-input-group-addon-bg: #eff2f7;
    --vz-input-check-border: var(--vz-input-border);
}

html,
body,
.layoutWrapper {
    width: 100%;
    margin: unset;
    padding: unset;
    background: rgb(229, 229, 229);
}

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

.mainContent {
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.429;
    color: rgb(87, 87, 87);
    width: 100%;
    overflow: hidden;
    background: rgb(229, 229, 229);
}

.top-main {
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px solid #f3f4f4;
}

.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;
}

.top-main .btn-login {
    color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 5px 10px;
    background: var(--mz-blue-color);
    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);
}

.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;
}

.boxIcon-list-2 .boxItem-icon {
    position: relative;
    width: 15%;
    text-align: center;
    font-size: 14px;
    color: rgb(34, 34, 34);
    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: #1a1a1a;
    margin-top: 4px;
}

.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(/assets/img/icon/hot.png);
}

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

.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: #61616a;
    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 #dadada;
    background: #fff;
    height: 56px;
}

.pageToolbar .menu .menu-item {
    color: #8d8d8d;
    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(https://mozoplay.vn/assets/img/icon/god-pet-icon.png);
}

.menu .menu-item:hover,
.menu .menu-item:active,
.menu .menu-item:focus,
.menu .menu-item.active {
    color: #3f8cff;
}

.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(https://mozoplay.vn/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(https://mozoplay.vn/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(https://mozoplay.vn/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(https://mozoplay.vn/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(https://mozoplay.vn/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(https://mozoplay.vn/assets/img/icon/svg/shop-active-icon.svg) !important;
}

/* box */

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

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

.box .box-title .title-home {
    margin-bottom: 8px;
    font-size: 1.25em;
    line-height: 30px;
    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 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 16px;
}

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

.box-1-row .box-item .box-detail {
    letter-spacing: -0.24px !important;
    color: #61616a !important;
    font-size: 13.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    /* overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}

.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: #61616a !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(https://mozoplay.vn/assets/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(https://mozoplay.vn/assets/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 #f2f2f2;
}

.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: #61616a;
}

.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: #8e8e93;
    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: 8px;
    background: rgb(229, 229, 229);
}

.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 */

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

.btn-mz-base {
    color: #000;
    border-radius: 20px;
    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-mz-base:hover,
.btn-mz-base:focus,
.btn-mz-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-mz {
    color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 5px 10px;
    background: var(--mz-blue-color);
    width: fit-content;
}

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

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

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

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

.btn.btn-mz: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: transparent;
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    padding: 0.625em 16px;
    background-color: #fff;
}

.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(/assets/img/icon/search.svg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* // */

.btn-blue {
    background: var(--mz-blue-color);
    border: none;
    border-radius: 6px;
    font-size: 20px;
    line-height: 48px;
    padding: 0 16px;
    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-20 {
    width: 20px;
    height: 20px;
}

/* 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: 0 7px;
        margin-bottom: 20px !important;
    }
    .mzp-modal .scroll-bar {
        max-height: 550px !important;
    }
}

/* 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 {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    }
    .box-1-row .box-item {
        padding: 0 7px;
        margin-bottom: 20px !important;
    }
    .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%;
    }
}

/* mobile */

@media screen and (max-width: 576px) {
    .box-1-row {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
    .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%;
    }
}

@media screen and (max-width: 414px) {
    .box-1-row {
        grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    }
    .mzp-modal .scroll-bar {
        max-height: 320px !important;
        overflow-y: auto !important;
    }
}

/* 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: rgb(224 243 254);
    border-bottom: 1px 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;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: .5rem .9rem;
    font-size: .825rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.form-control:disabled,
.form-control[disabled] {
    background-color: #eff2f7;
    opacity: 1;
}

/* 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;
}