html, body {
	font-family: 'Poppins', sans-serif;
	overscroll-behavior-y: contain;
	overflow: hidden;
	height: 100vh;
	background: #f9fafa;
}
body .div_container {
	min-height: 100%;
	height: 100%;
	align-items: flex-start;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
img {
	max-width: 100%;
	max-height: 100%;
}
.page {
	display: none;
	height: 100%;
	min-width: 320px;
	max-width: 740px;
    width: 100%;
    background: #f9fafa;
}
.page_welcome {
	background: #f7faf9;
}
.page.page_show {
	display: block;
}
.page_inner {
    padding: 16px;
	padding-top: 80px;
    height: calc(100% - 0px);
    overflow-y: auto;
}
.page_summary .page_inner {
	padding-left: 8px;
	padding-right: 8px;
}
.page_qrcode {
	padding: 0px;
	max-width: 100%;
}
.page_qrcode .page_inner {
	width: 100vw;
    height: 100vh;
    padding: 0px;
}
.page_login,
.page_signup {
	padding: 20px;
}
h3 {
	font-weight: 700;
	font-size: 26px;
}
.mbt {
	padding: 10px 20px;
	cursor: pointer;
	display: block;
	background: #003052;
	color: #fff;
	border-radius: 30px;
	text-align: center;
	padding: 12px 24px;
	min-width: 300px;
	width: 100%;
	box-shadow: #d8dadf 2px 2px 8px 0px;
}
.forgot {
	color: #888;
}
.qrcode {
	/*background: #c7c8ca;
	padding: 26px;*/
	border-radius: 100px;
	width: 160px;
	margin-top: -20px;
	position: relative;
	box-shadow: rgb(0 0 0 / 8%) 0px 6px 5px 0px;
    background: #f9fafa;
    padding: 40px;
}
.qrcode .circle_img {
	max-width: 260px;
    max-height: 260px;
	width: 188px;
    height: auto;
    position: absolute;
    z-index: 2;
    left: -14px;
    top: -14px;
	/* -webkit-animation:spin 3s linear infinite;
    -moz-animation:spin 3s linear infinite;
    animation:spin 3s linear infinite;*/
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(-360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(-360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(-360deg); 
        transform:rotate(-360deg); 
    } 
}
.page_header {
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	background: #f9fafa;
	z-index: 8;
}
.bt_menu {
	position: absolute;
	padding: 8px 12px;
	font-size: 18px;
	color: #655A71;
	left: 10px;
	top: 20px;
	cursor: pointer;
}
.tabs {
	display: flex;
	justify-content: space-between;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0px;
	border-radius: 0px;
	display: none;
}
.tab {
	width: 100%;
	background: #e6e7e9;
	padding: 20px;
	padding-top: 15px;
    padding-bottom: 25px;
	text-align: center;
	cursor: pointer;
}
.tab_qrcode {
	position: absolute;
	width: 60px;
	border-radius: 80px;
	border: 3px solid #fff;
	background: #e6e7e9;
	bottom: 15px;
	left: calc(50% - 32px);
	padding: 12px;
	cursor: pointer;
}
#qr-reader__dashboard,
#qr-reader div img {
	display: none;
}
#qr-reader {
	border: 0px !important;
}
.div_qrcode_reader {
	display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(0,0,0,1);
}
#qr-reader__scan_region {
	
}
#qr-reader__scan_region video {
	height: 100%;
	height: auto;
	/*object-fit: cover;*/
}
.bt_go_signup,
.bt_go_signin {
	cursor: pointer;
}
.d_input {
	position: relative;
}
.alist {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	border: 1px solid #ddd;
    z-index: 2;
    background: #eee;
    border-radius: 8px;
    display: none;
    max-height: 200px;
    overflow-y: auto;
}
.alist div {
	padding: 10px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}
.stars {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 8px;
}
.star {
	border-radius: 50px;
    margin: 0px;
    padding: 2px;
    width: 32px;
    height: 32px;
}
.star i {
	font-size: 28px;
	color: #E5E4E4;
}
.star.sel i {
	color: #db9fa3;
}
.div_binfo_wrapper {
	padding: 10px;
	box-shadow: #d8dadf 2px 2px 4px 1px;
	border-radius: 8px;
}
.div_binfo {
    max-height: 203px;
    overflow-y: auto;
}
.binfo_logo {
	display: block;
	width: 150px;
	height: 150px;
	object-fit: contain;
	margin: auto;
}
.binfo_name {
	font-weight: 500;
	padding: 10px 0px;
	color: #003050;
	font-size: 20px;
}
.binfo_info {
	overflow-y: auto;
	text-align: left;
	padding-top: 8px;
	font-size: 13px;
}
#dlg_brand .dlg_cont,
#dlg_share .dlg_cont {
	min-width: 320px;
	max-width: 400px;
	max-height: calc(100vh - 60px);
    overflow-y: auto;
    width: calc(100vw - 20px);
    background: #f5f5f5;
    box-shadow: #ccc 2px 2px 5px 0px;
}
.bt_close_camera {
	position: absolute;
	padding: 8px 12px;
	left: 10px;
	top: 40px;
	color: #fff;
	font-size: 18px;
	z-index: 9;
	cursor: pointer;
}
.sitem {
	display: flex;
	font-size: 12px;
    padding: 8px;
    border-bottom: 1px solid #ddd;
}
.sitem:hover {
	background: #f9fafa;
}
.s_logo img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	margin-right: 8px;
}
.s_name {
	font-weight: 600;
	width: 80px;
	margin-right: 4px;
}
.s_star {
	color: #ccc;
	font-size: 12px;
}
.s_star i.sel {
	color: #db9fa3;
}
.s_comment {
	font-size: 12px;
	color: #888;
	display: -webkit-box;
	max-width: calc(100% - 170px);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	padding-left: 8px;
	line-height: 16px;
    height: 32px;
}
.s_date {
	margin-left: auto;
	color: #555;
}
.sinfo .s_logo {
	float: left;
}
.sinfo .s_logo img {
	width: 60px;
	height: 60px;
}
.sinfo .s_name {
	float: left;
	width: auto;
    font-size: 16px;
    padding-left: 20px;
}
.sinfo .s_comment {
	width: 100%;
	clear: both;
	padding-top: 12px;
	display: block;
	max-width: 100%;
    padding-left: 0px;
}
.sinfo .s_date {
	display: none;
}
.binfo_line {
	display: flex;
	text-align: left;
    color: #003050;
    padding: 8px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
}
.binfo_line span {
    width: 124px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: right;
    padding-right: 16px;
}
.binfo_line div {
	width: calc(100% - 158px);
}
.visited {
	color: #D38892;
	font-weight: 700;
	font-size: 32px;
}
.div_visited {
	position: absolute;
	padding: 20px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.menus {
	position: fixed;
	background: #f9fafa;
	/*box-shadow: #ccc 1px 1px 8px 0px;*/
	left: 4px;
	top: 47px;
	color: #655A71;
    padding: 12px;
    z-index: 9;
    transition: all ease-in-out 0.3s;
    height: 0px;
    overflow: hidden;
	display: block;
	color: #655A71;
}
.menus.open {
    height: 160px;
}
#menu_home {
	margin-top: 0px;
}
.me_item {
	padding: 8px 12px;
	cursor: pointer;
	border-bottom: 1px solid #655A71;
	font-weight: 500;
    padding-left: 0px;
    margin-left: 5px;
}
#menu_feedback {
	border-bottom: 0px;
}
.slist table thead {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: #ddd 1px 1px;
    z-index: 3;
}
.slist table.table thead tr th,
.slist table.table tbody tr td {
	font-size: 11px;
	padding: 5px 4px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
}
.slist table.table thead tr th {
	padding-left: 0px;
	padding-right: 0px;
	font-weight: 600;
	text-transform: uppercase;
	color: #002643;
}
.slist_top {
	font-size: 11px;
	color: #002643;
	font-weight: 500;
	padding: 0px 8px;
	padding-bottom: 4px;
}
.slist {
	height: calc(100% - 80px);
}
.slist .bootstrap-table,
.slist .fixed-table-container {
	height: 100%;
}
.bbitem {
	display: flex;
	align-items: center;
	padding-left: 0px;
    text-align: left;
    white-space: nowrap;
}
.bbitem i {
	margin-right: 5px;
	opacity: 0.95;
}
.d_input .f_input[disabled] {
	opacity: 0.7;
}
.th_sort {
	width: 10px;
	float: right;
  	text-align: right;
  	margin-top: 1px;
    margin-right: -5px;
    color: #003050;
    opacity: 0.3;
}
.th_sort.sel {
	opacity: 1;
}
.fixed-table-body thead th .th-inner {
	display: flex;
	justify-content: space-between;
}
.div_loading {
	opacity: 1;
}
.circle_loading_img {
	margin-top: 42px;
    max-width: 260px;
    max-height: 260px;
    width: 160px;
    height: auto;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}


/* Dark theme */
@media (prefers-color-scheme: dark) {

}