.c-card-title-group{
	 display: inline-block !important;
	 margin-right: 20px;
}
.c-card-amount{display: inline-block !important; height: 12px;}
.c-card-amount .amount{color: #6576ff !important;}
.invest-data-history .title{
 display: inline-block !important;
    padding: 5px;
    color: white !important;
    border-radius: 5px;
    line-height: 11px;
	text-transform: capitalize !important;
	background: #6576ff !important;
	}

/*
 Scroll Website & DirectLink.
*/
.project-info thead {position:sticky;top:-1px;background-color: #fff;z-index: 2;}
.table-scroll-y {max-height: 400px; overflow-y: auto; overflow-x: hidden; display: block; width: 100%;}
.table-scroll-y::-webkit-scrollbar {width: 10px;}  
.table-scroll-y::-webkit-scrollbar-track {background: #dfedff; border-radius: 10px;}  
.table-scroll-y::-webkit-scrollbar-thumb {background: #3B82F6; border-radius: 10px; border: 2px solid #dfedff;}  
.table-scroll-y::-webkit-scrollbar-thumb:hover {background: #dfedff;}
.table-scroll-y {scrollbar-width: thin; scrollbar-color: #3B82F6 #dfedff;}