html:lang(zh),
html:lang(zh-CN),
html:lang(zh-TW),
html:lang(zh-HK) {
    font-family: "Microsoft JhengHei", "微軟正黑體", sans-serif !important;
}

html:lang(en),
html:lang(vi-VN),
html:lang(*) {
    font-family: Calibri, Arial, sans-serif !important;
}


html,
body,
.content-wrapper {
    background: url(../img/metaverse/2.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#preloader {
    display: none;
    background: #e7f2eb;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

thead {
    /*background: aliceblue;*/
    background: #f8f8f8;
}

@media (min-width:768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

.btn-group-sm>.btn,
.btn-sm {
    line-height: 1.45;
}

.bookMealTbNoteCompact {
    /*display:inline-block;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10ch;
}

.userDateTimeToDate {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 11ch;
}

#ajaxSpinScreen {
    background-color: rgba(0, 0, 0, 0.12);
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    /* to make it responsive */
    width: 100vw;
    /* to make it responsive */
    overflow: hidden;
    /*to remove scrollbars */
    z-index: 99999;
    /*to make it appear on topmost part of the page */
    /*display: none; to make it visible only on fadeIn() function */
}

#ajaxSpinScreen .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}


.info-box {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.info-box .info-box-number {
    font-size: xx-large;
}

.info-box .info-box-icon {
    font-size: 2.875rem !important;
    width: 79px !important;
    color: rgba(0, 0, 0, .25);
}


/* favourite */
.bookmark-icon.bookmarked {
    color: gold;
    cursor: pointer;
}

.bookmark-icon {
    cursor: pointer;
}

/* fixed table header, use for tables don't use datatable */
.sticky-header th {
    position: sticky;
    top: -0.1px;
    background-color: #f8f9fa;
    z-index: 10;
}

/* loading */
.loading-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 30px 50px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    text-align: center;
    font-size: 1.1rem;
    backdrop-filter: blur(5px);
    min-width: 280px;
}

/* remove background of datatable when loading */
.dataTables_processing {
    background-color: transparent;
    box-shadow: none;
}