@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url(https://db.onlinewebfonts.com/c/06a7829abba5f745abed41fe871621d7?family=Univers+Next+for+HSBC+W02+Bd);
@import url(https://db.onlinewebfonts.com/c/04ae8600bb304d74f28a0cebf6ec9885?family=Univers+Next+for+HSBC+W02+Rg);
@import url(https://db.onlinewebfonts.com/c/69e5b35d21667377694722638b67e897?family=Univers+Next+for+HSBC+W02+Lt);
@import url(fonts/aeweb.css);
*{
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "Univers Next for HSBC W02 Rg", sans-serif;
    background-color: #eaeaea;
}
.header {
    height: 15dvh;
    background-image: url('/images/background.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: initial;
    color: white;
    text-align: left;
    padding: 1.2em 1em 0.5em 1.1em;
}
.header .topicons {
    display: flex;
    gap: 0.5em;
    justify-content: end;
}
.header .icon {
    width: 2.7em;
    height: 2.7em;
    background: white;
    color: #2e2e2e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.header .icon i, footer .icon i{
    font-size: 1.8em;
}
.header h1 {
    font-family: "Univers Next for HSBC W02 Bd", sans-serif;
    font-size: 2em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
}
.content {
    /* padding: 20px; */
}
.content h1 {
	font-size: 1.75em;
	font-weight: 300;
	text-align: center;
	color: #333;
	font-family: "Univers Next for HSBC W02 Lt", sans-serif;
    margin: 1.5em auto;
}
.notificationdot {
    width: 12px;
    height: 12px;
    background-color: red;
    border: 2.5pt solid white;
    border-radius: 50%;
    position: absolute;
    top: 3.6em;
    right: 4.8em;
}
.spacer{
    width: 1em;
    height: 1em;
}
footer{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.3vh;
    padding: 2em;
    padding-bottom: 3.7em;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 30;
}
footer .icon{
    text-align: center;
    color: #2e2e2e;
}
footer .icon.active{
    color: #da0011;
}
footer .icon .icontext{
    display: block;
    font-size: 0.65em;
}
.panelcontainer{
    /* background-color: #fff; */
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
.panel{
    padding: 0.3em 1em;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background-color: #fff;
}
.panel + .panel{
    margin-top: 2em;
}
.panel h2, .panel p.maininfo{
    color: #333;
    font-size: 1em;
    font-weight: 500;
    font-family: "Univers Next for HSBC W02 Rg", sans-serif;
    margin-bottom: 0;
}
.panel h2.title{
    margin-bottom: 0.6em;
}
.panel p{
    font-family: "Univers Next for HSBC W02 Lt", sans-serif;
    font-weight: 200;
    font-size: 0.9em;
    color: #666;
    margin-top: 0;
}
.panel p.maininfo{
    text-align: right;
    font-size: 1.1em;
}
.panel .pagelink, .panel .pageheader {
    display: grid;
    grid-template-columns: 1.5em auto 1em;
    padding: 0.6em 0;
    align-items: center;
    gap: 0.5em;
}
.panel .pageheader{
    padding-top: 2em;
}
.panel .pageheader i {
	font-size: 2em;
}
.panel .pageheader .pagetitle {
	text-align: center;
}
.panel .pagelink + .pagelink{
    border-top: 1px solid #eee;
}
.panel .pagelink i {
    font-size: 1.75em;
    display: block;
    color: #333;
}
.panel .pagelink .pagelinktext {
    display: block;
    margin: 0;
}
.announcement {
	margin: 1em;
	padding: 1em;
	box-shadow: 0px 0px 15px -6px #0007;
}
.announcement .content {
	display: grid;
	grid-template-columns: 2em auto;
	gap: 0.5em;
}
.announcement i {
	font-size: 2em;
}
.fullscreenannouncement {
	display: flex;
	flex-direction: column;
	height: 60vh;
	justify-content: center;
	gap: 2.5em;
	padding: 2em;
	font-family: "Univers Next for HSBC W02 Lt", sans-serif;
	font-size: 0.9em;
}
.fullscreenannouncement img {
	height: 27vh;
}
#transactionList {
	font-family: 'Univers Next for HSBC W02 Lt', sans-serif;
	font-weight: 200;
	width: 100vw;
	margin-left: -1.3em;
	font-size: 0.8em;
	margin-top: 0.5em;
}
#transactionList .dataheader{
    background-color: #f0f0f0;
    padding: 4px 12px;
    font-weight: 200;

}
#transactionList .txEl {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
	padding: 18px 12px;
	color: #555;
	line-height: 1.6em;
	font-size: 0.93em;
}
#transactionList .txleft{}
#transactionList .txright {
	color: #333;
	font-size: 1.05em;
}
#transactionList .txtitle{}
#transactionList .txsubtitle{
    color: #777;
}
#transactionList .credit{
color: green;
font-weight: 600 !important;
}
