@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

ul.tabs
{
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 2px solid #dce3ff;
	white-space: nowrap;
}

ul.tabs .tab-link
{
	display: inline-block;
	color: #817c8a;
	font-weight: 400;
	padding: 10px 20px;
	cursor: pointer;
	position: relative;
}

ul.tabs .tab-link:hover
{
	color: #5f5870;
}

ul.tabs .tab-link.current
{
	color: #181f38;
	font-weight: 700;
}

ul.tabs .tab-link.current::after
{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 4px;
	background: #5e42ff;
}

.tab-content
{
	display: none;
	padding: 15px 0;
}

.tab-content.current
{
	display: block;
}

.content-box {
	background-color: #f0f3ff;
	border-radius: 12px;
	padding: 1rem 2rem 2rem 2rem;
	color: #fff;
	text-align: left;
	display: inline-block;
	width: auto;
	max-width: 100%;
	
}

.MCDropDownBody .tile-container,
.dropDownBody .tile-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.MCDropDownBody p > .tile-container {
    display: flex;
}

.tile {
  width:400px;
  border-radius: 4px;
  border: 1px solid #dee2e6;
  padding: 24px;
  background: #fff;
}

.tag-turquoise {
  display: inline-block;
  width: 46px;
  height: 24px;
  line-height: 20px;
  padding: 2px 8px;
  border-radius: 20px;
  background-color: #4ecbc4;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  margin-left: 4px;

a,
MadCap|xref
{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	color: #5e42ff;
}

a:hover,
MadCap|xref:hover
{
	text-decoration: none;
	color: #ffffff;
}

a:active,
MadCap|xref:active
{
	text-decoration: none;
	color: #ffffff;
}
