body * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.useTheme {
    margin: 0
}

.useTheme .rwItem img{
    max-height: 300px;
}

.useTheme .popupFullPage{
    height: unset !important;
    border-radius: 0;
}

.useTheme div {
    box-sizing: border-box
}

.useTheme .themeHeader {
    padding: 15px 15px 5px;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 10;
    width: 100%;
}

.useTheme .themeSubContent {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: auto;
    position: relative;
    display: flex;
    justify-content: space-around;
}

.useTheme .themeMenu {
    display: inline-block;
    float: left;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    color: #747b8c;
    text-decoration: none;
    font-size: 14px
}

.useTheme .themeLeftContent {
    height: 100%;
    overflow: hidden;
    float: left
}

.useTheme #scrollHolder {
    background: transparent
}

.useTheme .ui-page.ui-page-active {
    padding-top: 0 !important;
    min-height: auto !important;
    overflow: hidden;
    padding-bottom: 0 !important;
}

.useTheme .themeContentWrapper {
    position: relative;
    width: 100%;
/*------------- This is main overflow element of the application ------------*/
    overflow-y: auto !important;
}

.useTheme .themeFooter {
    padding: 30px 15px;
    background: #003349;
    display: inline-block;
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
}

.useTheme .themeFooterMenu {
    color: #fff;
    text-decoration: none;
    margin-right: 20px
}

.useTheme .themeMobileHeader {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    background: #fff;
    position: fixed;
    z-index: 10
}

.useTheme .nl-container {
    background-color: transparent !important
}

.useTheme .sentosaHeader {
    height: auto
}

.useTheme .mobileMenus {
    width: 50%;
    height: 100%;
    position: fixed;
    top: var(--page-head-height);
    transform: translate3d(-100%, 0, 0);
    transition: transform .35s;
    background: #fff;
    z-index: 9;
    display: none
}

.useTheme .mobileMenus.active {
    transform: translate3d(0, 0, 0) !important;
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.1), inset 0 0 0 rgba(255, 255, 255, 0.5);
}

.useTheme .themeMobileMenu {
    font-size: 16px;
    padding: 15px 0;
    text-align: left;
    border-bottom: solid 1px #ddd
}

.useTheme #dialogBox {
    position: fixed;
    overflow-y: auto;
    max-height: 350px;
    top: 50%;
    transform: translateY(-50%);
}

.useTheme .lalamovePopup #dialogBox {
    position: fixed
}

.useTheme .cusPopup {
    min-height: 100svh
}

.menuAndContentWrapper {
    justify-content: center;
}

.sideContentWrapper {
    position: sticky;
}

.useTheme .mobileMenus {
    display: block
}

.mobileMenuWrapper {
    overflow-y: auto;
    height: 100%;
    padding-bottom: 135px;
}

.flex {
    display: flex;
    flex-wrap: nowrap;
}

body {
    color: #272525
}

.themeContent {
    position: relative;
    background: transparent;
    width: 100%;
}

.useTheme .cus_tab_bar {
    background: unset;
}


.h_menu, .h_menu img {
    max-height: 150px !important;
}

.ui-loader h1 {
    /*color: white;*/
}

.horizontalLogoMobileView img[src=""] {
    visibility: hidden;
}

.sideContentWrapper::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

.u_part_left .w100p.img_card.rounded20 {
    max-height: 300px;
}

.ui-page.ui-page-theme-a.fade {
    height: unset !important;
}

[data-role="header"] h1:not(.ui-title) {
    font-size: 16px;
    text-transform: uppercase;
    padding: 0;
    margin: 0 auto;
    visibility: hidden;
}

div[data-role="header"] > * {
    text-decoration: none !important;
}

.body--platform-widget-v2 .themeContent::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 8px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.body--platform-widget-v2 .themeContent::-webkit-scrollbar {
    width: 8px;
}

.mobileMenus .language-option-menu-item {
    padding: 15px 0 15px 20px;
    text-align: left;
}

.desktop-menu-container .language-option-menu-item {
    display: inline-block;
    float: left;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    text-decoration: none;
    font-size: 14px
}

/*----------------- Main Application Layouts ----------*/
.main-visible-content-area-container {
    padding-bottom: var(--page-footer-height);
}

.globalContainer {
    height: 100svh;
}

.ui-content {
    clear: both;
}

/*----------- Layout 1: Mobile + No matter Layout Fixed or not. To let scroll bar stand on right side on Browser ------------*/
.html--device-platform-mobile .globalContainer,
.html--device-platform-mobile .menuAndContentWrapper,
.html--device-platform-mobile .main-visible-content-area-container,
.html--device-platform-mobile .ui-page.ui-page-theme-a.ui-page-active,
.html--device-platform-mobile .themeContentWrapper {
    height: unset !important;
}
/* for those page empty content. At least make them fill full screen*/
.html--device-platform-mobile .menuAndContentWrapper .ui-content,
.body--platform-widget-v2 .menuAndContentWrapper .ui-content {
    min-height: calc(100svh - var(--page-footer-height) - var(--page-head-height) - var(--page-body-header-height)) !important;
}

/*!*----------- Layout 2: Desktop + fixed layout. All height must be 100% to scroll the center content ------------*!*/
.html--device-platform-browser .fixed-layout-position .menuAndContentWrapper,
.html--device-platform-browser .fixed-layout-position .main-visible-content-area-container,
.html--device-platform-browser .fixed-layout-position .ui-page.ui-page-theme-a.ui-page-active,
.html--device-platform-browser .fixed-layout-position .themeContentWrapper {
    height: 100%;
}

/*!*----------- Layout 4: Desktop + Non fixed layout. Same mobile, but let just put for easier maintain. ------------*!*/
.html--device-platform-browser body:not(.fixed-layout-position) .globalContainer,
.html--device-platform-browser body:not(.fixed-layout-position) .menuAndContentWrapper,
.html--device-platform-browser body:not(.fixed-layout-position) .main-visible-content-area-container,
.html--device-platform-browser body:not(.fixed-layout-position) .ui-page.ui-page-theme-a.ui-page-active,
.html--device-platform-browser body:not(.fixed-layout-position) .themeContentWrapper {
    height: unset !important;
}

.html--device-platform-browser body:not(.fixed-layout-position) .menuAndContentWrapper .ui-content {
    min-height: calc(100svh - var(--page-footer-height) - var(--page-head-height) - var(--page-body-header-height)) !important;
}
/*----------------- End Application Layout ----------------------- */

/*----------------- Header ----------------------- */
.theme-header-container .ui-header {
    min-height: auto;
    border: none !important;
}

.theme-header-container .ui-header .pe-7s-angle-left {
    height: 34px;
}

.theme-header-container {
    clear: both;
    padding-top: 15px;
    padding-bottom: 15px;
}

.useTheme .themeContentWrapper .ui-header .btn-back {
    height: auto;
    line-height: auto;
    position: relative;
    float: left;
    width: 50px;
    top: -15px;
}

.tab-fixed-top .tabMenu {
    margin-top: 0;
}
/*----------------- End Header ----------------------- */

/*----------------- Footer ----------------------- */
/* Make it center! */
.html--device-platform-browser #footer {
    left: 0;
    right: 0;
}

#footer {
    margin: auto;
}

.html--device-platform-browser:not(.html--device-platform-standalone) body {
    scrollbar-gutter: stable;
}

.html--device-platform-browser body:not(.fixed-layout-position) .footer-wrapper {
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    width: 100%;
    z-index: 100;
    height: var(--page-footer-height);
}

/* For previewing theme when embed in XM */
.html--device-platform-browser.html--device-platform-standalone body:not(.fixed-layout-position) .footer-wrapper {
    position: absolute;
}

.html--device-platform-browser:not(.html--device-platform-standalone) body:not(.fixed-layout-position) #footer {
    position: unset !important; /* works for mobile or iframe-ed mobile */
}

.html--device-platform-browser body:not(.fixed-layout-position) #footer .ui-grid-items {
    padding: 14px 0 !important;
    margin: unset ! important;
}

.html--device-platform-browser body:not(.fixed-layout-position) .main-visible-content-area-container {
    padding-bottom: 0 !important;
}

.html--device-platform-mobile #footer {
    left: 0 !important;
}

.html--device-platform-home-screen-app .themeContentWrapper {
    padding-bottom: var(--page-footer-height);
}
