.md-container .tx-container {
    background: url(../../home/Images/WebsiteProductSplash-orig.png) no-repeat right center;
    background-size: cover;
  }

img[src$="center"] {
  display: block;
  margin: 0 auto;
}

/* Tool-tips */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
	position: relative;
	/* z-index: 2; */
	cursor: pointer;
	text-decoration: underline dotted;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
	position: absolute;
  z-index: 2;
	top: 115%;
	left: 50%;
	margin-bottom: 5px;
	margin-left: -80px;
	padding: 7px;
	width: 160px;
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	border-radius:         3px;
	background-color: #000;
	background-color: hsla(0, 0%, 20%, 0.9);
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
	position: absolute;
  z-index: 2;  
	top: 115%;
	left: 50%;
	margin-left: -5px;
	margin-top: -5px;
	width: 0;
	border-bottom: 5px solid #000;
	border-bottom: 5px solid hsla(0, 0%, 20%, 0.9);
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: " ";
	font-size: 0;
	line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
	visibility: visible;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/* Responsive buttons for Mayhem runs */
.button {
	border: none;
	border-radius: 4px;
	background-color: #6949c4;
	padding: 18px;
	color: white;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	width: 130px;
	border: none;
	display: inline-block;
	transition: all 0.5s;
	margin: 5px;
	font-family: Helvetica, Arial, sans-serif;
}

.button span {
cursor: pointer;
display: inline-block;
position: relative;
transition: 0.5s;
}

.button span:after {
content: '\00bb';
position: absolute;
opacity: 0;
top: 0;
right: -20px;
transition: 0.5s;
}

.button:hover {
background-color:#876dce;
}

.button:hover span {
padding-right: 25px;
}

.button:hover span:after {
opacity: 1;
right: 0;
}

/* set offline fonts*/
body,
input {
color: var(--md-typeset-color);
font-feature-settings: "kern", "liga";
font-family: Inter, -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}

/* set code snippet text font */
code {
font-family: SFMono-Regular,Consolas,Menlo,monospace;
}

/* set code snippet line number font */
.highlighttable .linenos {
font-family: SFMono-Regular,Consolas,Menlo,monospace;
}

/* set tag aesthetic */
.tag{
	border-radius: 5px;
	color:#fff;
	display:inline-block;
	padding-left:6px;
	font-size:small;
	padding-right:6px;
	text-align:center
}

.beginner{
	background-color:#6949c4
}

.advanced{
	background-color:#05bcc9
}

.expert{
	background-color:#ff4343
}

/* Bootstrap table hover */
.table-hover tbody tr:hover {
	background-color: rgba(0, 0, 0, 0.075);
  }

/* Image captions */
.container {
	position: relative;
	width: 32%;
  }

.image {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

.overlay {
	transition: .2s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
}

.container:hover .image {
	opacity: 0.3;
}

.container:hover .overlay {
	opacity: 1;
}

.container .overlay a.caption-text {
	color :gray;
	font-size: 16px;
}

.required {
	color: red;
}

.freemium {
	display: none;
}

.enterprise {
	display: none;
}

a.cwe-list {
	color: #000000;
	font-weight: bold;
}

a.basic-triage {
	color: #6949c4;
	font-weight: bold;
}

a.advanced-triage {
	color: #05bcc9;
	font-weight: bold;
}

a.sanitizers {
	color: #ff4343;
	font-weight: bold;
}

li.basic-triage {
	color: #6949c4;
	font-weight: bold;
}

li.advanced-triage {
	color: #05bcc9;
	font-weight: bold;
}

li.sanitizers {
	color: #ff4343;
	font-weight: bold;
}

footer {
	background-color: white;
	padding: 1.5rem 0;
	border-top: 1px solid #ededed;
}

footer .container {
	margin-bottom: 15px;
}
footer .container .list {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
footer .auth.container .list {
	background-color: rgba(255, 255, 255, 0.25);
}
footer .ui.horizontal.list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 1.15rem;
	gap: 1.5rem;
}
footer .ui.horizontal.list:last-child {
	margin-bottom: 0;
}
footer .ui.horizontal.list.copyright {
	margin-bottom: 0;
}

footer .ui.horizontal.list > .item {
	margin: 0;
	font-size: 0.665rem;
	font-weight: 500;
	color: black
}
footer .ui.horizontal.list a {
	color: white;
}
footer .ui.horizontal.list a:hover {
	color: #B2AEBA;
}

.md-footer-social__link svg {
	max-height: 1.10rem;
	vertical-align: -25%;
	fill: black;
}

.md-footer-social__link svg:hover {
	fill: #B2AEBA;
}

.tx-hero h1 {
	margin-bottom: 1rem;
	color: white;
	font-weight: 700;
}

.tx-hero p {
	color: white;
}

.md-typeset .md-button {
	display:inline-block;
	padding:.625em 2em;
	color:black;
	font-weight:700;
	border:.1rem solid currentColor;
	border-radius:.1rem;
	transition:color 125ms,background-color 125ms,border-color 125ms
   }

.md-typeset .md-button-home {
	display:inline-block;
	padding:.625em 2em;
	color:indigo;
	font-weight:700;
	border:.1rem solid white;
	border-radius:.1rem;
	transition:color 125ms,background-color 125ms,border-color 125ms
   }

.md-typeset .md-button-home:focus, .md-typeset .md-button-home:hover {
	color: var(--md-accent-bg-color);
	background-color: #2e91fa;
	border-color: #2e91fa;
  }

.md-typeset .md-button:focus, .md-typeset .md-button:hover {
	color: var(--md-accent-bg-color);
	background-color: #2e91fa;
	border-color: #2e91fa;
}