/*<meta />*/

@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);

/*===========================================================================================================================================================

Hello! If this is your first time looking at a stylesheet within the text editor view, what you are reading right now is a "comment". Comments are added throughout this stylesheet with the purpose of making the source code easier to understand, comments will not be interpreted during the compile process. Since comments are not interpreted during the compile process, feel free to add or remove any comments.

For help with MadCap Flare go to Help Ribbon > Topics Section > Open Help. Alternatively visit the Flare Online Help at help.madcapsoftware.com

If you have any questions regarding how to work with this stylesheet or template project, please contact MadCap Technical Support. 
https://www.madcapsoftware.com/support/contact-options.aspx

===========================================================================================================================================================*/

/*==Topic General Styles==*/

body
{
	color: #404040;
	font-family: sans-serif, Arial, Helvetica;
	line-height: 1.7em;
}

.body-container
{
	/* background-color: #1f232e !important; */
	background-color: #FFFFFF !important;
	background-image: none;
}

.main-section
{
	/*	padding-top: 1em;
    padding-bottom: 1em; */
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
}

.row.outer-row.sidenav-layout
{
	padding-top: 1px;
	padding-left: 1px;
	padding-right: 1px;
}

h1
{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 8px;
	padding-bottom: 10px;
	margin-top: 30px;
	background: linear-gradient(90deg, #5e3cba, #b823b5, #ff5b7f, #ff914d);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 20px;
	color: #5e3cba;
}

h3
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 16px;
}

h4
{
	font-weight: bold;
	font-style: italic;
}

li
{
	margin-bottom: 6px;
	margin-top: 6px;
}

p
{
	margin-bottom: 8px;
	margin-top: 8px;
}

img	/*Setting max-width: 100%; property makes images always fit the width of the container*/
{
	max-width: 100%;
}

img.thumbnail
{
	mc-thumbnail: popup;
}

a
{
	color: black;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: transparent;
	background-image: linear-gradient(to right, #5e40d6, #c832c0, #ff4c81, #ff9140);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	/* Use 1px to exactly match Related Topics */
	background-position: 0 100%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

a.glossaryTerm
{
	font-weight: bold;
	color: inherit;
	text-decoration: none;
	background-image: none;
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0 0;
}

a.MCBreadcrumbsLink
{
	font-style: italic;
	text-decoration: underline;
}

a.MCBreadcrumbsLink:visited
{
	color: #000000;
}

a.MCBreadcrumbsLink:hover
{
	color: #a831d6;
}

MadCap|breadcrumbsProxy
{
	border-bottom: none;
	font-size: 10pt;
	font-style: italic;
	mc-breadcrumbs-prefix: 'You are here: ';
}

MadCap|xref
{
	color: #2D8DCC;
	font-weight: bold;
	mc-format: '{para}';
	text-decoration: underline;
}

MadCap|xref:hover
{
	color: #4F7476;
}

MadCap|dropDown
{
	
}

MadCap|dropDownHotspot
{
	color: #f59405;
	font-weight: bold;
}

/*==Master Page Topic Layout==*/

.main-section	/*This style applies the gradient background. This HTML element is not on a master page, this element is used at compile time.*/
{
	background: #AFAFAF;
	/* For browsers that do not support gradients */
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div.content-container	/*Wraps the topic content on the masterpage and provides the white background behind topics.*/
{
	margin-right: 0;
	background-color: #FFF;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding: 25px;
	min-height: 95vh;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
	border: 1px solid #d3d3d3;
}

div.side-content	/*Container for Menu proxy*/
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	width: 33.33%;
}

.logo-wrapper
{
	flex-basis: content !important;
}

.outer-row
{
	/* max-width: 76em !important; */
}

.nav-search
{
	max-width: 40em !important;
}

a.Popup
{
	mc-popup-width: 20cm;
	mc-popup-height: auto;
}

/*==Div Styles==*/

div.note-box
{
	width: 75%;
	max-width: 960px;
	margin: 1em auto;
	border-left: 6px solid #4C9AFF;
	background-color: #EAF5FF;
	color: #172B4D;
	padding: 1em 1em 1em 3.2em;
	border-radius: 4px;
	position: relative;
	font-family: Arial, sans-serif;
	clear: right;
}

div.note-box::before
{
	content: "📝";
	position: absolute;
	left: 1.2em;
	top: 0.95em;
	font-size: 1.2em;
}

div.info-box
{
	width: 75%;
	max-width: 960px;
	margin: 1em auto;
	border-left: 6px solid #00B8D9;
	background-color: #E6FCFF;
	color: #172B4D;
	padding: 1em 1em 1em 3.2em;
	border-radius: 4px;
	position: relative;
	font-family: Arial, sans-serif;
	clear: right;
}

div.info-box::before
{
	content: "ℹ️";
	position: absolute;
	left: 1.2em;
	top: 0.95em;
	font-size: 1.2em;
}

div.warning-box
{
	width: 75%;
	max-width: 960px;
	margin: 1em auto;
	border-left: 6px solid #FFAB00;
	background-color: #FFFAE6;
	color: #172B4D;
	padding: 1em 1em 1em 3.2em;
	border-radius: 4px;
	position: relative;
	font-family: Arial, sans-serif;
	clear: right;
}

div.warning-box::before
{
	content: "⚠️";
	position: absolute;
	left: 1.2em;
	top: 0.95em;
	font-size: 1.2em;
}

div.error-box
{
	width: 75%;
	max-width: 960px;
	margin: 1em auto;
	border-left: 6px solid #FF5630;
	background-color: #FFEBE6;
	color: #172B4D;
	padding: 1em 1em 1em 3.2em;
	border-radius: 4px;
	position: relative;
	font-family: Arial, sans-serif;
	clear: right;
}

div.error-box::before
{
	content: "❗";
	position: absolute;
	left: 1.2em;
	top: 0.95em;
	font-size: 1.2em;
}

/*Relationship Proxy and Headings styles*/

MadCap|relationshipsHeading
{
	mc-label: 'Related Topics';
	text-align: center;
}

/* === Related Topics Box Styling === */

.MCRelationshipsProxy_relationships-box_0
{
	float: right;
	max-width: 350px;
	min-width: 75px;
	display: inline-block;
	margin: 5px !important;
	padding: 5px !important;
	background-color: #FAF9F6;
	border: 1px solid #d3d3d3 !important;
	border-top: 1px solid #d3d3d3 !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* === Collapse internal paragraph spacing === */

.MCRelationshipsProxy_relationships-box_0 p
{
	margin: 2px 0 !important;
}

/* === Center the heading === */

.MCRelationshipsProxy_relationships-box_0 p.unspecifiedHeading_unspecified_0
{
	text-align: center;
	font-weight: bold;
}

/* === Bullet and link alignment === */

.MCRelationshipsProxy_relationships-box_0 p.unspecifiedItem_unspecified_0
{
	display: flex;
	align-items: flex-start;
}

/* === Gradient Diamond Symbol === */

.MCRelationshipsProxy_relationships-box_0 p.unspecifiedItem_unspecified_0::before
{
	content: "◆";
	font-size: 0.9em;
	margin-right: 6px;
	flex-shrink: 0;
	width: 1.2em;
	text-align: center;
	background: linear-gradient(to right, #5e40d6, #c832c0, #ff4c81, #ff9140);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* === Link: Inline text, gradient underline, full wrap-safe === */

.MCRelationshipsProxy_relationships-box_0 p.unspecifiedItem_unspecified_0 a
{
	color: black;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-color: transparent;
	background-image: linear-gradient(to right, #5e40d6, #c832c0, #ff4c81, #ff9140);
	background-repeat: no-repeat;
	background-size: 100% 1px;
	background-position: 0 100%;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

/* === Highlighted Text (Selection) === */

.MCRelationshipsProxy_relationships-box_0 p.unspecifiedItem_unspecified_0 a::selection,
.MCRelationshipsProxy_relationships-box_0 p.unspecifiedItem_unspecified_0 a::-moz-selection
{
	color: white !important;
	background: #5e40d6 !important;
}

/* Ensure wrapping around float works cleanly */

.topic-wrapper
{
	overflow: hidden;
	/* contain floats */
}

/* Optional: clear float after the box ends */

.topic-wrapper::after
{
	content: "";
	display: table;
	clear: both;
}

/* === DYNAMIC SIDE TOC STYLING === */
/* Dynamically size TOC wrapper to content */

.sidenav-wrapper,
.sidenav-container
{
	width: fit-content !important;
	max-width: 500px !important;
	min-width: 300px !important;
	transition: width 0.3s ease-in-out;
	box-sizing: border-box !important;
	overflow-x: hidden;
	white-space: normal !important;
	overflow-wrap: break-word;
	word-break: break-word;
	padding: 10px !important;
}

/* Prevent list overflow and wrap properly */

ul.sidenav
{
	width: 100% !important;
	padding-right: 1em;
	box-sizing: border-box;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
}

/* Link layout should wrap naturally, not force expansion */

ul.sidenav li a
{
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	white-space: normal;
	overflow-wrap: anywhere;
	word-break: break-word;
	text-align: left;
}

/* Submenus should also wrap cleanly */

ul.sidenav ul
{
	padding-left: 1em;
	margin-left: 0;
	white-space: normal;
	word-break: break-word;
	overflow-wrap: break-word;
	display: block;
}

/*===========================================================================================================================================================
Styles after this point are styles that are for specific mediums. If any additional styles are added to this template they will be listed after mediums.
[@media tablet] declares styles that will apply when the screen is in tablet view
[@media mobile] declares styles that will apply when the screen is in mobile view
===========================================================================================================================================================*/

@media only screen and (max-width: 1279px)
{
	
}

@media only screen and (max-width: 767px)
{
	.main-section > .outer-row	/*Removes the padding around the body proxy in mobile*/
	{
		padding: 0;
	}

	div.home-master-page-footer > div	/*Adds separators to the footer items when in mobile layout*/
	{
		border-bottom: 1px solid #828282;
	}
}

