@charset "utf-8";

/* CSS Document */
@import url("fonts.css");
@import url("header-footer.css");
@import url("main.css");
@import url("rewards.css");


html {
	scroll-behavior: smooth;
}
html, body {
	min-width: 300px;
    font-size: 16px;
    line-height: 1.2;
	font-weight: 500;
    font-style: normal;
	color: #333;
	background: #f5f5f5;
	padding-bottom: 0 !important;
}
header, section, footer {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
section {
	max-width: 1920px;
}
section.banner-index {
	max-width: 1920px;
	background: #fff;
}

header .container-fluid,
section .container-fluid,
footer .container-fluid {
	max-width: 1180px;
	margin: auto;
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	max-width: 1920px;
}
a {
    color: #004a87;
}
a:hover {
    text-decoration: none !important;
}

/* Icons */
[class*=" icon-"] {
	font-family: 'font-icon-uob' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	font-size: 70%;
	vertical-align: top;
}
.icon-lock:before {
    content: "\e902";
}
.icon-profile {
    width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/icon-profile.png) no-repeat center center / 20px;
}

@media (max-width: 575.98px) {}
@media (max-width: 767.98px) {
	html, body {
		font-size: 14px;
	}	
}

.terms-box {
	max-width: 100%;
}

.terms-body {
	height: 150px;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0,0,0,0.15);
	overflow-y: auto;
	padding: 12px;
	font-size: 12px;
}

.terms-checkbox {
	display: inline;
	font-size: 14px;
}

#terms-scroll::-webkit-scrollbar {
width: 7px;          
}

#terms-scroll::-webkit-scrollbar-track {     
background-color: #fff;
border-radius:10px;
}

#terms-scroll::-webkit-scrollbar-thumb {   
border-radius: 30px;
background: #005eb8;
}

.unread {
    cursor: not-allowed;
    padding: 3px;
    color: #CCC;
}

.fully_read {
    padding: 3px;
}
