<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notifications-breadcrumb{ background:var(--v-grey-light1) url(/wp-content/themes/vantage/images/notifications-breadcrumb-bg.webp) center top repeat-x;}
.notifications-breadcrumb .breadcrumb-wrapper .breadcrumb-content{ padding-top:15px; padding-bottom:16px;}
.single-newer-older .older{ display:none !important;}
.notification-single-wrap{background:url(/wp-content/themes/vantage/images/notification-single-bg.webp?v=2) center bottom no-repeat; background-size:cover; background-attachment:fixed;}
.notification-single-wrap .inner{ padding-bottom:138px; display:flex;/* align-items: flex-start;*/ flex-wrap: wrap; justify-content:space-between;}

.notification-single-wrap .top-bar{ width:100%; padding-top:26px; padding-bottom:26px;}
.notification-single-wrap .top-bar p{ padding:0; margin:0; position:relative;}
.notification-single-wrap .top-bar p a{ color:var(--v-black); font-size:var(--fs-14); display:inline-block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.notification-single-wrap .top-bar p .older-text,
.notification-single-wrap .top-bar p .newer-text{ color:var(--v-black); font-size:var(--fs-14); display:inline-block; opacity:0.5; font-weight:400;}
.notification-single-wrap .top-bar p .older-text{ padding-left:88px; background:url(/wp-content/themes/vantage/images/single-newer-older-arrow-left.svg) left 6px no-repeat; background-size:68px auto;}
.notification-single-wrap .top-bar p .newer-text{ padding-right:88px; background:url(/wp-content/themes/vantage/images/single-newer-older-arrow-right.svg) right 6px no-repeat; background-size:68px auto;}
.notification-single-wrap .top-bar p .older-text:hover,
.notification-single-wrap .top-bar p .newer-text:hover{ opacity:1; padding-left:94px;}

.notification-single-content{ width:63%; box-shadow:0px 15px 30px rgba(0,0,0,0.1); padding:30px 20px 60px; position:relative; border-radius:10px; background:var(--v-white);}
.notification-single-content .top-text{ padding-bottom:14px; display:flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;}
.notification-single-content .top-text span.date-text{ color:rgba(0,0,0,0.7); font-size:var(--fs-14); padding-left:30px; background:url(/wp-content/themes/vantage/images/notification-single-data-icon.svg) left 1px no-repeat; background-size:16px auto;}
.notification-single-content .top-text span.category-text{display: inline-block; font-size:var(--fs-14); padding-left:18px; margin-right:5px; margin-bottom:4px;text-decoration: none; position:relative;}
.notification-single-content .top-text span.category-text:before{ content:''; display:block; width:8px; height:6px; position:absolute; left:0px; top:7px;}


.notification-single-content .text-box{ width:773px; margin:0px auto; max-width:100%; position:relative;}
.notification-single-content .text-box h1.notification-single-title{ text-transform:uppercase; font-weight:600; font-size:var(--page-h3); line-height:1.3; margin-bottom:20px; color:var(--v-black);}
.notification-single-content .text-box h3.sub-title{ margin:0px; line-height:1.2; border-bottom:2px solid var(--v-black); font-size:var(--fs-22); text-transform:uppercase; font-weight:600; padding:0px 0px 12px 22px; color:var(--v-black); background: url(/wp-content/themes/vantage/images/academy-sub-title-icon.svg) left 4px no-repeat; margin-bottom:10px;}

.notification-single-content .text-box p{ line-height:1.65; margin-bottom:28px;}

/* 2024 05 30 ä¿®æ”¹çš„å†…å®¹*/
.notification-single-content .wp-block-table{  position: relative; width: 100%; overflow-x: auto; border-radius:10px 10px 13px 13px; padding-bottom: 20px;}
.notification-single-content table tr td:first-child,.notification-single-content table th td:first-child {background: white; position: sticky !important; /* æˆ–è€…ä½¿ç”¨å›ºå®šfixed */ left: 0 !important; z-index: 1 !important ; /* ç¡®ä¿å›ºå®šåˆ—åœ¨æ»šåŠ¨å†…å®¹ä¹‹ä¸Š */ }
/* ç»“æŸä½ç½®*/

/* html[lang='en-IN'] .notification-single-content .wp-block-table,
html[lang='en-PH'] .notification-single-content .wp-block-table{ overflow-x: hidden !important;}
html[lang='en-US'] .notification-single-content .wp-block-table{ overflow-x: hidden !important;} */

.notification-single-content ul li{ position:relative; padding-left:15px; padding-bottom:10px;}
.notification-single-content ul li:before{ content:''; display:block; width:5px; height:5px; border-radius:50%; background:var(--v-grey); position:absolute; left:0px; top:8px;}

.notification-single-content .wp-block-table table{ width:auto; border-radius:10px 10px 13px 13px; background:var(--v-white); box-shadow:0px 5px 15px rgba(0,0,0,0.1);}
.notification-single-content table{ border-collapse:collapse; min-width:420px;}
.notification-single-content table th,
.notification-single-content table td{ border:none; line-height:1.2;padding:12px 10px; color:var(--v-black); text-align:center;}
.notification-single-content table tr:first-child td,
.notification-single-content table th{ background:var(--v-grey); color:var(--v-grey-light3); position:relative; padding-top:15px; padding-bottom:15px;}
.notification-single-content table tr:first-child td:before,
.notification-single-content table th:before{ content:""; display:block; width:2px; height:20px; position:absolute; left:-1px; top:50%; margin-top:-10px; background:var(--v-grey-dark);}
.notification-single-content table tr:first-child td:first-child:before,
.notification-single-content table th:first-child:before{ display:none;}
.notification-single-content table tr:first-child td:first-child{ border-radius:10px 0px 0px 0px;}
.notification-single-content table tr:first-child td:last-child{ border-radius:0px 10px 0px 0px;}
.notification-single-content table tr{ border-bottom:1px solid var(--v-grey-light4); }
.notification-single-content table tr:first-child,
.notification-single-content table tr:last-child{ border-bottom:none;}
.notification-single-content a{ text-decoration:underline; color:inherit;}
.notification-single-content a:hover{ text-decoration:underline; color:inherit;}

.interested-post-list{ width:36%; background:var(--v-white); box-shadow:0px 15px 30px rgba(0,0,0,0.1); padding:31px 4px 22px 20px; border-radius:10px; min-height:750px; max-height:100%;}
.interested-post-list h3{ margin:0px; line-height:1.2; font-size:var(--fs-22); text-transform:uppercase; font-weight:600; padding:0px 0px 12px 22px; color:var(--v-black); background: url(/wp-content/themes/vantage/images/academy-sub-title-icon.svg) left 4px no-repeat;}
.interested-post-list ul{ padding-right:12px; min-height:680px; overflow-y:auto;}
.interested-post-list ul li{ padding-bottom:15px;}
.interested-post-list ul li:last-child{ padding-bottom:0px;}
.interested-post-list ul li .text-box{ background:#eeeeee; height:100%; position:relative; overflow:hidden;}
.interested-post-list ul li .text-box:before{ content:""; display:block; background:var(--v-grey-light4); width:100%; height:100%; position:absolute; top:0px; left:-100%; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.interested-post-list ul li .text-box:hover:before{ left:0px;}
.interested-post-list ul li .text-box-inner{ padding:16px 25px 18px 106px; position:relative; z-index:2; display:block; text-decoration:none;}
.interested-post-list ul li h2{ font-size:var(--fs-18); color:var(--v-black); line-height:1.42; margin-bottom:8px;}
.interested-post-list ul li h2 a{ color:var(--v-black); text-decoration:none;}
.interested-post-list ul li h2 a:hover{ color:var(--v-black); text-decoration:none;}
.interested-post-list ul li p{ font-size:var(--fs-16); color:var(--v-grey); line-height:1.5; word-break:break-all; margin-bottom:0px;}
.interested-post-list ul li .post-date{ position:absolute; left:0px; top:0px; width:106px; padding-top:16px; text-align:center; font-size:var(--fs-14); color:var(--v-black); line-height:1.2;}
.interested-post-list ul li .post-date strong{ font-weight:400; display:block; font-size:var(--fs-30);}
.interested-post-list ul li .tag-list span{display: inline-block; font-size:var(--fs-14); padding-left:18px; margin-right:5px; margin-bottom:4px;text-decoration: none; position:relative;}
.interested-post-list ul li .tag-list span:before{ content:''; display:block; width:8px; height:6px; position:absolute; left:0px; top:7px;}
span.notifications-color{ color:var(--v-black);}
span.notifications-color:before{ background:var(--v-black);}
span.div-announcement-color{ color:var(--v-orange);}
span.div-announcement-color:before{ background:var(--v-orange);}
span.product-updates-color{ color:var(--v-green-darker);}
span.product-updates-color:before{ background:var(--v-green-darker);}
span.cfd-rollover-dates-color{ color:#147857;}
span.cfd-rollover-dates-color:before{ background:#147857;}
span.trading-hour-changes-color{ color:var(--v-blue);}
span.trading-hour-changes-color:before{ background:var(--v-blue);}
span.system-maintenance-color{ color:var(--v-pink);}
span.system-maintenance-color:before{ background:var(--v-pink);}

.addtoany-bar{ display:flex; justify-content:flex-start; height:95px; padding-top:25px; padding-bottom:20px; width:773px; max-width:calc(100% - 40px); position:absolute; bottom:0px; left:50%; transform: translateX(-50%) translateZ(0px);}
html[lang='en-IN'] .addtoany-bar,
html[lang='en-PH'] .addtoany-bar{ display: flex;justify-content: flex-start;height:auto;padding-top:  0px; padding-bottom: 0px; width: 773px;max-width:calc(100% - 40px);position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%) translateZ(0px);}
html[lang='en-US'] .addtoany-bar{ display: flex;justify-content: flex-start;height:auto;padding-top:  0px; padding-bottom: 0px; width: 773px;max-width:calc(100% - 40px);position: absolute;bottom: 30px;left: 50%;transform: translateX(-50%) translateZ(0px);}
.addtoany-bar .addtoany_list.a2a_kit_size_32{ line-height:normal !important;}
.addtoany-bar .addtoany_list.a2a_kit_size_32 a{ margin-right:16px; margin-bottom:5px; overflow:hidden; display:inline-block;}
.addtoany-bar .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)&gt;span{ opacity:0;}
.addtoany-bar .addtoany_list.a2a_kit_size_32 a.a2a_button_facebook{ background:url(/wp-content/themes/vantage/images/post-addtoany-facebook-black-icon.svg) left top no-repeat; background-size:100% 100%; width:20px; height:20px;}
.addtoany-bar .addtoany_list.a2a_kit_size_32 a.a2a_button_twitter{ background:url(/wp-content/themes/vantage/images/post-addtoany-twitter-black-icon.svg?v=2) left top no-repeat; background-size:100% 100%; width:20px; height:20px;}
.addtoany-bar .addtoany_list.a2a_kit_size_32 a.a2a_button_linkedin{ background:url(/wp-content/themes/vantage/images/post-addtoany-linkedin-black-icon.svg) left top no-repeat; background-size:100% 100%; width:20px; height:20px;}
.addtoany-bar .addtoany_list.a2a_kit_size_32 a.a2a_button_telegram{ background:url(/wp-content/themes/vantage/images/post-addtoany-telegram-black-icon.svg) left top no-repeat; background-size:100% 100%; width:20px; height:20px;}
.addtoany-bar .addtoany_list.a2a_kit_size_32 a.addtoany_share{ display:none;}
@media (max-width:1024px){
	.notification-single-wrap .inner{justify-content: center; padding-bottom:100px;}
	.notification-single-content{ width:100%; margin-bottom:35px;}
	.notification-single-content .text-box-inner{ height:auto;}
	.interested-post-list{ width:100%; max-width:100%;}
}
@media (max-width:768px){	
	.interested-post-list ul li .text-box-inner{ padding-left:90px;}
	.interested-post-list ul li .post-date{ width:90px;}
	
	.notification-single-content .wp-block-table{ overflow-x:auto !important}
	.notification-single-content .wp-block-table table{ width:700px; max-width:700px; box-shadow:none;}
}
@media (max-width:510px){
	.notification-single-content .top-text span.date-text{ padding-left:22px; background-size:14px auto; }
}</pre></body></html>