@import url('https://fonts.cdnfonts.com/css/open-sauce-one');
body {
    font-family: 'Open Sauce One', sans-serif;
}
.feature  {
background-image: linear-gradient(to left top, #cfe6f2, #deebf7, #ebf1fa, #f7f8fc, #ffffff) !important;
}

.featureContent h2, .featureContent b{
	color: #0099FF;
}

.featureContent h3{
	color: #06122C;
}

.cover .header .dark {
	background-color: red !important;
}

body::after {
		background-image: url("https://txi.titlexi.com/Public/Img/Layout/verita-symbol-bg-graphic.png") !important;
		background-repeat: no-repeat !important;
		background-size: contain !important; /* Adjust if necessary */
		position: fixed !important; /* Ensures it stays in place */
		right: 0 !important;
		bottom: 0 !important;
		width: 500px !important;
		height: 500px !important;
		content: "" !important;
		display: none !important;
		z-index: 1000 !important; /* Ensures it stays above other content */
		pointer-events: none !important; /* Prevents interference with user interaction */
	}

@media (min-width: 1630px){
	body::after {
		display: block !important;
	}
}

.standalone .container .news, .standalone .container .poweredFooter {
	background-image: linear-gradient(to left top, #cfe6f2, #deebf7, #ebf1fa, #f7f8fc, #ffffff) !important;
}

.standalone .header {
	background-image: linear-gradient(to right, 
        #F3F6FC 10%,  
        #3D88CB 28%,  
        #0B2041 100%) !important;
}

.standalone .stream .feature {
	background: #ffffff !important;
}

.standalone .featureContent p {
	margin-bottom: 0px !important;
}

#createButton > a {
	display: none !important;
}

body > div.container > div.poweredFooter.notPaid {
	visibility: hidden !important;
}


.poweredFooter {
	display: none !important;
}

body > div.header.dark.standard > h1 > a {
	position: relative !important;
  	color: transparent !important; /* Hide the original text */
}

body > div.header.dark.standard > h1 > a::after {
	content: "What's new with Verita TFS"; /* Replace with new text */
  	color: #fff;        /* Style the new text */
  	position: absolute;
  	left: 0;
  	top: 0;
}