<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 600px) {
	body {
		background-color: rgb(15, 21, 39);
		background: rgb(15, 21, 39);
		color: #ffffff;
	}
	#mobile_field{
	max-width: 98%;
	}
	#table {
		text-align: center;
		max-width: 500px;
		min-width: 320px;
	}
	table {
		width: 100%;
		text-align: center;
	}
	.mobile.Input_table {
		background: rgb(55, 64, 90);
		text-align: left;
		margin-left: auto;
		margin-right: auto;
	}
	.mobile input {
		background: rgb(55, 64, 90);
		font-size: 16px;
		color: white;
		border-radius: 5px;
		text-align: center;
		border: 1px solid white;
		width: 70%;
		margin: 0vh 2vw 1vh 2vw;
		padding: 2vw 2vw;
	}
	
	.mobile input::placeholder {
	font-size: 10px;
	}
	P {
		margin: 1vh 2vw 0vh 2vw;
	}
	.Data_Table td {
		text-align: center;
		word-wrap: break-word;
		border: 1px solid white;
		border-radius: 10px;
	}
	.Data_Table {
		width: 85vw;
		border-spacing: 2vw 2vh;
		margin-left: auto;
		margin-right: auto;
	}
	.Daily_Interest {
		Color: rgb(27, 169, 234);
		font-weight: bold;
	}
	.Interest_Rate {
		Color: rgb(156, 168, 255);
		font-weight: bold;
	}
	.Loan_Amount {
		Color: rgb(133, 90, 255);
		font-weight: bold;
	}
	.Total_Margin_Value {
		Color: rgb(98, 217, 255);
		font-weight: bold;
	}
	.donut-Table .Grade1::before {
		content: "�麱";
		font-size: 10px;
		color: #201FFA;
	}
	.donut-Table .Grade2::before {
		content: "�麱";
		font-size: 10px;
		color: #8F00FF;
	}
	.donut-Table .Loan_Amount::before {
		content: "�麱";
		font-size: 10px;
		color: #855AFF;
	}
	.donut-Table .Available_Loan_Amount::before {
		content: "�麱";
		font-size: 10px;
		color: #617AFF;
	}
	#PortfolioDiv {
		width: 100%;
		overflow: auto;
		display: block;
		-webkit-overflow-scrolling: auto;
	}
	#PortfolioDiv table {
		white-space: nowrap;
		border-spacing: 0vw 0vw;
		border: none;
		word-wrap: break-word;
	}
		#PortfolioDiv table th{
		min-width:50px;
	}
	div#PortfolioDiv text {
		margin: 1vh 5vw 0vh 5vw;
	}
	#PortfolioTable .dataRateG1 {
		color: green;
	}
	div#PortfolioDiv table thead {
		background: rgb(55, 64, 90);
		border: none;
	}
	div#PortfolioDiv table tbody {
		border: none;
		color: #FFFFFF;
	}
	div#PortfolioDiv table tfoot {
		background: rgb(55, 64, 90);
		border: none;
	}
	.mobile.donut {
		height: 87vw;
		width: 86%;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	.prev, .next {
		cursor: pointer;
		position: absolute;
		top: 0%;
		width: auto;
		padding: 25vh 2vw;
		color: white;
		font-weight: bold;
		font-size: 18px;
		transition: 0.6s ease; 
		user-select: none;
	}
	.slideshow-container {
		position: relative;
		text-align: center; 
		margin: auto;
		display: block;
	}
	.donut-Lable {
		//background: #CCCCCC;
		//height: 87vh;
		width:86%;
		text-align: Center;
		font-size: 5vw;
		margin:auto;
		//margin-right: auto;
		//margin-left: auto;
		position: absolute;
		top: 10vh;
	}
	.Daily_Interest {
		font-size: 28px;
	}
	.Interest_Rate {
		font-size: 28px;
	}
	/* Position the "prev &amp; next button" to the left &amp; right */
	.prev {
		left: 0;
		border-radius: 3px 0 0 3px;
	}
	.next {
		right: 0;
		border-radius: 3px 0 0 3px;
	}
	/* On hover, add a black background color with a little bit see-through */
	.prev:hover, .next:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}
}
/*  normal setting  */

body {
	font-family: "Arial";
}
#field {
	max-width: 1200px;
}
#desk_field {
	display: none;
	font-size: 20px;
}
#mobile_field {
	display: none
}
#D_chart{
	min-height:420px;
	height:120vw;
}
.Slides {
	display: none;

}
.mobile.button {
	background-color: rgb(10, 32, 104);
	border: none;
	color: white;
	padding: 2vw 6vw;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 10px 1px;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	border-radius: 20px;
	white-space:nowrap;
}
/*-------------------*/

H1 {
	color: #6366B7;
}
#field_INPUT {
	width: 25vw;
	min-width: 300px;
	margin-right: auto;
	margin-left: auto;
}
#field_INPUT table {
	margin-right: auto;
	margin-left: auto;
}
#field_INPUT table th {
	text-align: left;
	color: #002BB4;
}
#field_INPUT table td {
	margin-right: auto;
	margin-left: auto;
}
#field_INPUT table td input {
	font-size: 20px;
	width: 20vw;
	min-width: 280px; 
	border: 1px solid #002BB4;
	border-radius: 10px; 
	padding: 10px 1px 10px 1px; 
}
#field_INPUT table td input::placeholder {
	color: #002BB4;
	font-size: 13px;
}
#field_INPUT table td input:focus {
	border: 1px solid #002BB4;
	color: #002BB4;
}
#field_INPUT table table {
	width: 20vw;
	min-width: 280px;
	color: #002BB4;
	text-align: center;
	border: none;
}
#field_INPUT table td button {
	color: #FFFFFF;
	border-radius: 20px;
	padding: 10px 20px 10px 20px;
	margin: 10px;
	background-color: #002BB4;
	border: none;
	cursor: pointer;
	font-weight: bold;
}
.field_donutTable {
	table-layout: fixed;
	border-spacing: 5px 2vh;
	width: 70vw;
	min-width: 900px;
	height: 500;
	text-align: center;
}
.field_donutTable table {
	table-layout: fixed;
	height: 100%;
	width: 100%;
	text-align: center;
	border: none;
}
.field_donutTable table td {
	border: none;
}
.field_donutTable td {
	border: 1px solid;
	border-radius: 20px;
}
#donutChart3 {
	width: 20vw;
	min-width: 280px; 
	margin-right: auto;
	margin-left: auto;
	height: 442px;
}
#donutChart3 td {
	border: 0px solid;
	border: none; 
	border-spacing: 0px 1vh;
}
#donutChart3 tr {
	border-spacing: 0px 1vh;
}
#donutChart3 table {
	border: 0px;
	text-align: center;
	border-spacing: 5px 1vh;
	height: 100%;
	font-size: 24px;
}
#field_table {
	text-align: center; 
	width: 70vw;
	min-width: 900px;
}
.field.donut {
	width: 20vw;
	min-width: 280px; 
	margin-right: auto;
	margin-left: auto;
}
.table-scroll {
	position: relative;
	width: 100%;
	min-width: 900px;
	z-index: 1;
	overflow: auto;
	height: 300px;
}
.table-scroll table {
	border-spacing: 0px 2vh;
	width: 100%;
	border-collapse: separate; 
}
.table-scroll .dataRateG1 {
	color: blue;
}
.table-scroll table td {
	font-size: 14px;
}
.table-scroll thead th {
	font-size: 15px;
	background: #FFFFFF;
	border-bottom: 2px solid;
	border-top: 2px solid;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.table-scroll tfoot tr {
	font-size: 15px;
	border-top: 2px solid;
	position: sticky;
	bottom: 0;
	background: #FFFFFF;
}
.table-scroll tfoot tr th {
	border-top: 2px solid;
}
.field_data td {
	font-weight: bold;
	color: #A7A6AF;
}
.field_data .Market_Interest {
	color: #01058A;
}
.field_data .Interest_Saved {
	color: #71CAF2;
}
.field_data .Save {
	color: #002BB4;
}
.field_data .Grade1 {
	color: #201FFA;
}
.field_data .Grade2 {
	color: #8F00FF;
}
.field_data .Loan_Amount {
	color: #855AFF;
}
.field_data .Available_Loan_Amount {
	color: #617AFF;
}
.field_data .Grade1::before {
	content: "�麱";
	font-size: 10px;
	//color: #201FFA;
}
.field_data .Grade2::before {
	content: "�麱";
	font-size: 10px;
	//color: #8F00FF;
}
.field_data .Loan_Amount::before {
	content: "�麱";
	font-size: 10px;
	//color: #855AFF;
}
.field_data .Available_Loan_Amount::before {
	content: "�麱";
	font-size: 10px;
	//color: #8F00FF;
	
}
#hide_MarginSummary {
	display: none;
}
#hide_LoanSummary {
	display: none;
}
#Show_Profo {
	display: none;
}</pre></body></html>