<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
/*
  --breadcrumb-theme-1: #e91e63;
  --breadcrumb-theme-2: #fff;
  --breadcrumb-theme-3: #d80d52;
*/
  /*--hkp-green:#00956f;*/
  --hkp-green:#008463;
  --hkp-blue:#232b76;
  --breadcrumb-theme-1: #232b76;
  --breadcrumb-theme-2: #fff;
  --breadcrumb-theme-3: #375398;
}

html {
  height: 100%;
}
body {
  min-height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  font-family: Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€, Arial, Helvetica, Verdana !important;
 }

.bg{
  height: 100%;
  /* Center and scale the image nicely */

  background-repeat: no-repeat, repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}


.btn{
	white-space:normal !important;
    word-wrap: break-word; 
}

.modal-header{
	background-color:#008463;
	color:white;
	font-weight:bold;
}

.fas{
	padding-right:0.5rem;
}
.content {
  padding: 20px;
}
.footer {
  grid-row-start: 2;
  grid-row-end: 3;
}
footer{
	min-height:200px;
}
main{
  /*min-height: calc(100vh - 290px);*/
}

#pageFooter{
	background-color: #375398; 
	bottom: 0px;
	color:white;
	display:inline-table;
}

#pageFooter .copyright{
	font-size:12px;
}

#pageFooter .rel-link{
	font-size:12px;
}

#pageFooter h5{
	color:#ffbd00;
	font-weight: bold;
}

.arrow-right{
	border-left:solid 5px;
	border-top:solid 5px transparent;
	border-bottom:solid 5px transparent;
	display: inline-block;
	height:0px;
	width:0px;
}

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }



#pageHeader{
	background: white;
}
#pageBody{	
	min-height:650px;
}

#pageHeader.purple-header {
	background: #43357c !important;
	color: white;
}

#pageHeader.purple-header .dropdown-item:focus, .dropdown-item:hover{
	background: #6953c2;
	color: white;
}
#pageHeader.purple-header .dropdown-item:focus, .dropdown-item:hover{
	background:#3645dd;
	color:white;
}


#pageHeader.purple-header, #pageHeader.blue-header .nav-logo{
	display:none !important;
}
#pageHeader.purple-header, #pageHeader.blue-header .nav-logo-bw{
	display:block !important;
}

#pageHeader  .nav-logo{
	display:block !important;
}
#pageHeader  .nav-logo-bw{
	display:none !important;
}

#pageHeader.blue-header {
	background: #384198 !important;
	color: white;
}

.navbar-light .navbar-nav .nav-link, .navbar-text{
	color: inherit !important;
}

.navbar-dark .navbar-nav .nav-link, .navbar-text{
	color: inherit !important;
}

.navbar-toggler{
	border:0px !important;
}

.jumbotron img{
	max-width:100% !important;
}

.jumbotron{
	background-color: transparent !important;
}

.carousel-control-next, .carousel-control-prev{
	width:10% !important;
}

.clearbg{
	opacity:0.75;
}


body {
	/*
	background-image: url("../images/AR12_13_cover12_blur.jpg");
	background-repeat: no-repeat, repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	*/
	font-weight:light;
}

.homedivs{
	background-color:#fcfcfc;
}

.homedivs &gt; div:first-child{
	background-color:#c5ded8;
}
.homedivs h1{
	/*color:#005d4f;*/
	color:white;
	/*font-weight:bold;*/
	background-image:linear-gradient(to right, #2aa48eb3, #fff0);
	background-image:linear-gradient(to right, rgba(42, 164, 142, 0.8), rgba(255,25,255,0));
	padding: 0.75rem 1rem;
	text-align:left !important;
	text-shadow:2px 2px #1e6c5e;
}


div#homediv1 {
	-webkit-order: 1;
	order: 1;
}

div#homediv2 {
	-webkit-order: 2;
	order: 2;
}
div#homediv3 {
	-webkit-order: 3;
	order: 3;
}
div#homediv4 {
	-webkit-order: 4;
	order: 4;
}

.d-hover:hover {
	transform: translateY(-15px);
	transition: all 300ms
}

div {
	transition: background-color 0ms ease;
}

#main {
	display: flex;
	flex-flow: row wrap;
}

/* We tell all items to be 100% width, via flex-basis */
#main&gt;* {
	flex: 1 100%;
/* 	padding: 1rem 0; */
}

#sideToolBar {
	bottom: 200px;
	right: 0px !important;
	z-index: 1000;
	cursor:pointer;
}

#sideToolBar span{
	margin:auto;
	writing-mode: vertical-rl;
}

#sideToolBar span::after{
	font-family: 'Material Icons';
	margin-top:5px;
	content:"build";
}

.icon::before{
	font-family: 'Material Icons';
	padding-right:2px;
	font-size:36px;
	vertical-align:middle;
}

.icon_mail_outline::before{
	content:"mail_outline";
}
.icon_card_giftcard::before{
	content:"card_giftcard";
}
.icon_local_mall::before{
	content:"local_mall";
}
.icon_place::before{
	content:"place";
}
.icon_build::before{
	content:"build";
}

.icon_6:hover{
	color:red;
}
.icon_5:hover{
	color:orange;
}
.icon_4:hover{
	color:#00ff94;
}
.icon_3:hover{
	color:#009570;
}
.icon_2:hover{
	color:#21409a;
}
.icon_1:hover{
	color:purple;
}

a {
  color: inherit;
  text-decoration: none !important
}


/*******************Custom Css**************************/
.hkp_green_bg {
	background-color: #009570;
	color:white;
}

.hkp_blue_bg {
	background-color: #21409a;
	color:white;
}

.fieldRead {
	display: block;
}

.container{
	padding-top: 1rem;
	padding-bottom:1rem;
}

.fieldEdit {
	display: none;
}

.app-desc a {
	color: #333;
}

#app {
	
	/*background-color: rgba(255,255,255, 0.83);*/
	color:#415631;
}

#authAccs{
	/*background-color: #e8f5e5db;*/
    color:#395746;
}

#authAccs .nav-link.active{
	background-color:#d1eaad;
	color:#395746;
	border-radius:0px;
}
#authAccs .tab-pane{
	background-color:#d1eaad;
	color:#395746;
}

#authAccs .ac-no{
	font-weight:bold;
}

#authAccs .accList-header{
	background:inherit;
	z-index:1;
	font-size:14px;
	font-weight:bold;
	background-color:whitesmoke;
	padding:0.5rem 0.75rem;
	margin:0;
}

#authAccs .accounts-container{
	font-size:14px;
	max-height:210px;
	overflow-x: hidden; /* Hide horizontal scrollbar */
  	overflow-y: auto; /* Add vertical scrollbar */
}

.applist-btn:hover{
	background-color:#232b76;
	color:white !important;
}

.applist-btn-use:hover{
	background-color:#009570;
	color:white !important;
}

.applistlogo{
	height:90px;
	width:auto;
}
.applistlogo.stp{
	height:100px;
	padding:1rem !important;
}

.bg-white-tran {
	background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 5px 5px 6px 0px #b0b0b0;
    color: black;
    padding:1.5rem!important;
    /*margin:1.5rem!important;*/
}

.bwimg {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
/***********************login****************************/
.pageCenter{ 
  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
/**********************nav*******************************/
/*
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover
	{
	display: block;
	visibility: visible;
	opacity: 1;
	transition: visibility 0s, opacity 0.25s height;
	box-shadow: 5px 5px 8px #999;
}
*/
	.collapse.width {
		width:300px;
		right:0px;
	    -webkit-transition: right 0.35s ease;
	    -moz-transition: right 0.35s ease;
	    -o-transition: right 0.35s ease;
	    transition: right 0.35s ease;
	}
	.collapsing {
		position: relative;
		right:-240px;
		overflow: hidden;
		transition: none! important;
	}
	
	.dropdown-item:focus, .dropdown-item:hover{
	}
	
@media only screen and (max-width: 992px){
	
	.dropdown-item {
		display: block;
		width: 100%;
		padding: .25rem 1.5rem;
		clear: both;
		font-weight: 400;
		color: #fff;
		text-align: inherit;
		white-space: nowrap;
		background-color: transparent;
		border: 0;
	}
	
	.navbar .dropdown-menu {
		/*border: 1px solid rgba(0, 0, 0, .15);*/
		background-color: inherit;
	}
	/*
	.dropdown-item:focus, .dropdown-item:hover{
		color:#fff;
		background-color:#136b4f;
	}
	*/
	.container{
		max-width:100% !important;
	}
	
	.open{
		display:block;
	}
	
	/*
	#navbarNav{
		box-shadow: 0 0 2px rgba(0,0,0,0.25);
		width:100%;
		background-color:#fefefe;
	}
	*/
	
	#pageHeader.purple-header #navbarNav{
		background: #43357c !important;
		color: white;
	}

	#pageHeader.blue-header #navbarNav{
		background: #384198 !important;
		color: white;
	}
	
	#navbarNav{
		font-weight:bold;
		z-index:999;
		height:100% !important;
		top:0;
		position:fixed;
		background: #009570;
		color:white;
		padding:0.5rem !important;
		overflow-x: hidden;		
		box-shadow:0 2px 4px 0 rgba(0, 0, 0, 0.3),0 2px 10px 0 rgba(0, 0, 0, 0.6) !important;
	}
	
	.dropdown-menu{
		border-width:1px 0px 0px 0px;
		border-style:solid #333 !important;
		border-radius:0;
		box-shadow:0 0 !important;
	}
	
	.navbar-nav {
		width:100%;
	}
	
	.nav-item{
		padding:0.25rem 0.25rem;
		width:100%;
	}
	.settings{
		flex-flow:row wrap;
		/*border-width:1px 0px 0px 0px;
		border-style:solid;*/
	}
	.settings li:hover{
		background:#001260;
		color:white;
	}
	
	.settings li:not(.logout){
		width:30%;
		text-align:center;
		margin:0 1.5%;
	}
	.settings .logout{
		width:48%;
		text-align:center;
		margin:0 1%;
	}
	
	#trackSummary &gt; .trackmilestone .custom-checkbox {
		position: absolute;
		vertical-align: top;
		display: inline-block;
		width: 20px;
		height: 20px;
		right: 0.25rem;
	}
}

/**********************back to Top*******************************/

#btnB2top{
 display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 20px;
  border: solid 3px #fcfcfc;
  outline: none;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

/**********************breadcrumb*******************************/
.breadcrumb_ {
  text-align: center;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  overflow: hidden;
  border-radius: 5px;
  counter-reset: flag;
}
.breadcrumb__step {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  /*font-size: 12px;*/
  line-height: 48px;
  padding: 0 10px 0 40px;
  position: relative;
  background: #ffffff;/*var(--breadcrumb-theme-2);*/
  color: #375398; /*var(--breadcrumb-theme-3);*/
  transition: background 0.5s;
}
.breadcrumb__step:first-child {
  padding-left: 20px;
  border-radius: 5px 0 0 5px;
}
.breadcrumb__step:first-child::before {
  left: 14px;
}
.breadcrumb__step:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}
.breadcrumb__step:last-child::after {
  content: none;
}
.breadcrumb__step::before {
  /*content: counter(flag);*/
  /*counter-increment: flag;*/
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  /*left: 30px;*/
  font-weight: bold;
  background: #ffffff;/*var(--breadcrumb-theme-2);*/
  box-shadow: 0 0 0 1px #232b76;/*var(--breadcrumb-theme-1);*/
}
.breadcrumb__step::after {
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  width: 48px;
  height: 48px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  border-radius: 0 5px 0 50px;
  background: #ffffff;/*var(--breadcrumb-theme-2);*/
  transition: background 0.5s;
  box-shadow: 2px -2px 0 2px var(--breadcrumb-theme-4);
}
.breadcrumb__step--active {
  color: #ffffff;/*var(--breadcrumb-theme-2);*/
  background: #375398; /*var(--breadcrumb-theme-3);*/
}
.breadcrumb__step--active::before {
  color: #232b76;/*var(--breadcrumb-theme-1);*/
}
.breadcrumb__step--active::after {
  background: #375398; /*var(--breadcrumb-theme-3);*/
}

.logo{
	position: absolute;
}

/* top right bottom left*/
.logo.ecship{
	clip:rect(10px,270px,110px,150px);
}
.logo.myspt{
	clip:rect(120px,260px,220px,10px);
}
.logo.stp{
	clip:rect(230px,250px,300px,20px);
}
.logo.hkpcs{
	clip:rect(10px,140px,110px,270px);
}

/*********************tracking**********************************/
#trackingContainer{
	/*background-color:#ccff58cc;*/
	/*background-color:#cce98c;*/
	/*background-image:linear-gradient(to bottom, #cedea9cc, #fff);*/
	/*background-image:linear-gradient(to bottom, rgba(206, 222, 169, 0.8), rgb(255,255,255));*/
}

#trackingContainer h1{
	/*color:white;*/
	/*font-weight:bold;*/
	/*background-image:linear-gradient(to right, #2aa48eb3, #fff0);*/
	padding: 0.75rem 1rem;
	text-align:left !important;
	/*text-shadow:2px 2px #1e6c5e;*/
}

#recentTrack{
	/*background-color:#ccff58cc;*/
	background-color:rgba(204, 255, 88, 0.8);
	/*background-color: #9bfedeba;*/
}
#trackSummaryHeader{
	background-color:rgba(255, 255, 255, 0.8);
	
}
#trackSummaryHeader h5{
	margin:0.25rem 0;
}

/* #trackSummary .row .col{ */
/* 	margin: 0px 0px 0.125rem 0px; */
/* } */

#trackSummary .row{
	margin: 0.125rem;
	padding: 0.5rem 0;
}

#trackSummary .row:hover{
/* 	transform: scale(1.02); */
/*	box-shadow: 2px 2px 2px #999; */
	cursor:pointer;
}

#trackSummary&gt;.trackmilestone{
	margin:0.25rem 0;
}

#trackSummary .row label{
	margin: 0px;
}

#trackSummary&gt;.trackmilestone:first-child .timeline{
	display:block;
}

#trackSummary&gt;.row:first-child{
	/*background-color: #6ed7bdcc;*/
	background-color: rgba(110, 215, 189, 0.8);
}

#trackSummary&gt;.trackmilestone:nth-child(odd):not(.timeline){
	background-color: #008463; /*#255d49;*/
	color:white;
}
/*
#trackSummary&gt;.trackmilestone:nth-child(odd) label{
	min-width:100px;
	margin: 0px;
	color:#e1ff9c;
}
*/
#trackSummary&gt;.trackmilestone:nth-child(even):not(.timeline){
	background-color:#005842;/*#caedad;*/
	color:white; /*#255d49;*/
}
/*
#trackSummary&gt;.trackmilestone:nth-child(even) label{
	min-width:100px;
	margin: 0px;
	color:#333;
}
*/
#trackSummary .timeline{
	background-color:#f2f2f2;
	color:#000;
	display:none;
	margin:0.5rem auto;
	width:95%;
}

#trackSummary &gt; .trackmilestone .custom-checkbox {
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	right: 0.25rem;
}

/*
#trackSummary&gt;.trackmilestone:nth-child(odd) .timeline{
	background-color: white;
	color:#255d49;
}
#trackSummary&gt;.trackmilestone:nth-child(even) .timeline{
	background-color: #255d49;
	color: white;
}
*/
/*********************inbox summary***************************/

/* #inboxSummaryForm&gt;.form-row{ */
/* 	border-bottom:#dae0e5; */
/* 	border-bottom-style:solid;	 */
/* } */
/*
#inboxSummaryForm&gt;.form-row:nth-child(odd){
	background-color: #00000080;
	color:white !important;
}
#inboxSummaryForm&gt;.form-row:nth-child(even){
	background-color: #ffffff80;
}
*/
#inboxSummaryForm .form-row:hover{
	transform: scale(1.02);
	box-shadow: 5px 5px 8px #333;

}
#inboxSummaryForm .form-row{
	border-style:solid;
	border-bottom:1px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
}

#msgDetail .row{
	padding:5px;
}

/*********************account summary (main)***************************/
.account{
	padding:1rem;
}
.account&gt;.row:nth-child(2){
	content:'sdfsdf';
}

.aclist{
	margin-bottom:1rem;
	padding:0.25rem
}

.aclist .row{
	margin: 0px 0.5rem;
	padding:0.25rem;
}

.aclist .lupd{
	/*display:none;*/
	text-align:right !important;*/
}

.aclist h4{
	margin-bottom:0px;
}

.aclist .ac-type{
	width:100%;
	/*background-color:green;*/
	background-color:#2aa48e;
	color:white
}

.aclist .ac-type::after{
	font-family: 'Material Icons';
	cursor:pointer;
	float:right;
}

.aclist .expand_more{
	margin-bottom:0px;
}

.aclist .expand_more::after{
	content:"expand_more";
}
.aclist .expand_less::after{
	content:"expand_less";
}

.acclist .remain_bal{
	text-align:right
}

.acclist .acno{
	text-align:right
}


.acclist {
	background:white;
	overflow:visible;
}

.acclist .row:last-child{
   border-bottom: none !important;
}

/*********************profile************************/
#updateForm .col-form-label{

}
/*********************registration************************/

.select-app-img:hover{
	1px solid #dee2e6 !important
}


/**************tnc***************/
#tnc ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

#tnc li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

#tnc li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    padding-right: 0.6em;    
}

#tnc li li {
    margin: 0;
}

#tnc li li:before {
    content: counters(item, ".") " ";
}

#tnc .ap li:before {
  content: " ("counter(item,lower-alpha)") ";
  }

.inputPwdDiv a{
	background:white;
	border-left:0px;	
}
.inputPwdDiv a:hover{
	background:white;
	border-left:0px;	
}

.material-icons.visibility::before{ 
    content:"visibility_off"; 
}
.material-icons.visibility.visible::before{ 
    content:"visibility" !important; 
}</pre></body></html>