table th, table td {
    word-break: keep-all;
    white-space:nowrap;
    vertical-align:middle;
}
#qrcode .wxlogin-qrcode img {
    width: 190px;
    margin-top: -220px;
}
#qrcode span{
    display: inline-flex;
}
.logo-link {
    font-size: 1.4rem;
    font-weight: 600;
}
.intro-navbar {
    position: fixed;
    left: 0;
    min-width: 320px;
    width: 100%;
    z-index: 99;
    transition: all .3s ease;
}
.intro-navbar.navbar-fixed {
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0 2px 6px rgb(31 43 58 / 8%);
}
.intro-navbar.navbar-fixed-s {
    background-color: #526484db;
    box-shadow: 0 2px 6px rgb(31 43 58 / 8%);
}
.intro-apps-img {
    position: relative;
    width: 100%;
    display: block;
    max-width: 420px;
    margin: auto;
}
.intro-apps-img:before {
    left: 16px;
    right: 16px;
}
.intro-apps-img:before, .intro-apps-img:after {
    position: absolute;
    content: "";
    border-radius: 0 0 8px 8px;
    transition: 0.3s;
    bottom: -10px;
    height: 24px;
    background: #8091a714;
    z-index: 0;
}
.intro-apps-img:after {
    left: 32px;
    right: 32px;
    bottom: -18px;
    background: #8094ae1c;
    transition-delay: 0.1s;
}
.intro-apps-img img {
    border-radius: 6px;
    overflow: hidden;
    max-width: 100%;
    z-index: 3;
    position: relative;
}
.intro-apps-desc {
    padding: 1rem 0;
}

.intro-apps-desc>a {
    display: inline-block;
    padding: 1rem 0 0;
}

.intro-apps-list {
    align-items: center;
}
.card-img-top {
    height: 200px;
}
.product-thumb {
    height: 200px;
}
.nk-add-product {
    top: 0;
    height: 100%;
    background-color: #fff;
    width: 400px;
    height: 100%;
    padding: 1.5rem;
}
#late-night .dark-switch:before {
    right: 0;
    width: 0;
    height: 0;
    background-color: #fff0;
    border: #dbdfea00 solid 2px;
}
#late-night .dark-switch:after {
    height: 1rem;
    width: 1rem;
    right: 0;
    background-color: #dbdfea00;
}
#late-night .user-avatar.active{
    background: linear-gradient(125deg ,#364a63 0,#526484 100%);
}
#late-night .user-avatar {
    background: linear-gradient(125deg ,#64c0ff 0,#2f49fd 100%);
}
.user-avatar em {
    font-size: 1.085rem;
}
.user-avatar, [class^="user-avatar"]:not([class*="-group"]) {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    flex-shrink: 0;
    position: relative;
    background: linear-gradient(125deg,#64c0ff 0,#2f49fd 100%);
}
.slick-dots li.slick-active button {
    background-color: #559bfb;
}
.list-apps {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0.5rem;
}
.list-apps li {
    width: 33.33%;
    padding: 0.5rem;
    text-align: center;
}
.list-apps-media {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin: .25rem auto .375rem;
}
.list-apps-title {
    padding: .125rem;
    display: block;
    transition: color 0.4s;
    color: #364a63;
    font-size: 12px;
    font-weight: 500;
}
.list-apps-media .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 20px;
    color: #6576ff;
    background: rgba(101, 118, 255, 0.3);
}
.list-apps + .list-apps {
    border-top: 1px solid #e5e9f2;
}
.nk-menu-main.nk-menu {
    padding: 0 1.5rem 0 2rem;
}

.nk-header-menu {
    position: fixed;
    top: 0;
    width: 280px;
    height: 100vh;
    max-height: 100vh;
    z-index: 999;
    background: #fff;
    left: 0;
    transform: translateX(-100%);
}
@media (min-width: 992px){
    .nk-header-menu {
        position: static;
        background: transparent;
        height: auto;
        max-height: auto;
        border-right: none;
        width: auto;
        padding: 0;
        overflow: visible;
        transform: translateX(0) !important;
    }
    .nk-menu-main > li {
        padding: 0;
        display: inline-block;
    }
}
.nk-menu-link {
    padding: 0.625rem 12px 0.625rem 12px;
    color: #6e82a5;
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.01em;
    text-transform: none;
    line-height: 1.25rem;
    border-radius: 6px;
}
.is-light .nk-menu-link:hover, .is-light .active > .nk-menu-link {
    background: #ebeef200;
}
.team-info li {
    display: block;
    font-size: .9375rem;
    line-height: 1.75rem;
}
.team .alert-light{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-color: #f0f1f3;
    padding: 0.5rem 20px;
    border-radius: 10px;
}
.team .alert-light i{
    font-size: 2rem;
}
.team .badge-outline-danger{
    align-items: center;
}

.dataTables_wrapper.dt-bootstrap4.no-footer .row{
    margin-bottom: 1rem !important;
}
.dataTables_wrapper.dt-bootstrap4.no-footer .my-3{
    display: block;
    width: 100%;
    overflow-x: auto;
}
.dataTables_length , .dataTables_info{
    float: right;
}

.custom-select.custom-select-sm.form-control.form-control-sm {
    margin-left: 1rem !important;
}
.table td:first-child, .table th{
    padding-left: 1.25rem;
}
.nk-tb-list.is-separate thead .nk-tb-item > .nk-tb-col {
    background: #ebeef2;
}

.user-avatar-md, .user-avatar.md {
    height: 60px;
    width: 60px;
    font-size: 18px;
}

#AlipayVerifyQrcode img{
    width: 200px;
}

.slick-slide {
    float: left;
    height: 376px;
    min-height: 1px;
    display: none;
}
@media (min-width: 756px){
    .slick-slide {
        height: 376px;
    }
}
@media (max-width: 756px){
    .slick-slide {
        height: 250px;
    }
}
.product-gallery .slider-nav {
    position: absolute;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 282px;
}
.product-gallery .slider-nav .slider-item .thumb {
    width: 100%;
}
.thumb{
    width: 100%;
    height: 100%;
    border: 3px solid #dbdfea;
}
.thumb img{
    width: 100%;
    height: 100%;
}
.rounded {
    border-radius: 10px !important;
}

.swal2-close {
    border: none;
    position: absolute;
    z-index: 2;
    top: 15px;
    right: 15px;
    justify-content: center;
    width: 1.2em;
    height: 1.2em;
    padding: 0;
    overflow: hidden;
    transition: color 0.1s ease-out;
    outline: initial;
    background: transparent;
    color: #dbdfea;
    font-family: serif;
    font-size: 1.5em;
    line-height: 1.2;
    cursor: pointer;
}

.swal2-close:hover {
  cursor: pointer;
}
.swal2-close:hover:after, .swal2-close:hover:before {
  background-color: #16455a;
}
.swal2-close:active:after, .swal2-close:active:before {
  background-color: #07161d;
}
.swal2-close:focus {
  outline: none;
}
.swal2-popup {
    display: none;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    width: 480px;
    max-width: 100%;
    /* padding: 2.75rem 1rem 0; */
    border: none;
    border-radius: 4px;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}

.card-inner {
    box-shadow: 0 4px 15px 0 rgb(31 43 58 / 10%);
}
.pt-height{
    padding-top: 100px;
}
.header-top {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px dashed #cecece;
}
.tips .alert {
    position: relative;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0px;
}
.nk-footer-links .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
    flex-direction: row;
    align-content: center;
}
.nk-store-statistics .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
}
.nk-store-statistics .title {
    font-size: 0.8125rem;
    color: #8094ae;
}
.nk-store-statistics .count {
    font-size: 1.25rem;
    color: #364a63;
    font-weight: 700;
}
.nk-store-statistics .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    height: 44px;
    width: 44px;
    border-radius: 6px;
}
.alert-sm{
    padding: 0.6rem !important;
    border-color: #aef4e100 !important;
    font-size: xx-small;
}
.alert.alert-sm.alert-icon > .icon {
    top: auto !important;
}
.separate a{
    color: #526484;
    padding-right: 5px;
}
.separate a+a{
    border-left: 2px solid #1d2d4070;
    padding-left: 5px;
}
.separate a.active{
    color: #798bff;
}
.nk-block-tools-toggle .toggle-expand-content{
    width: auto !important;
}
