/*<meta />*/

/*---READ ME BEFORE CODING-----*/

/*CSS Logical vs Physical Properties
.madcap-theme-wrapper When coding, use CSS logical properties when coding for online content. Currently, Madcap Flare does not fully support CSS logical properties 
.madcap-theme-wrapper for print outputs. When coding for print outputs, use the traditional CSS Phyical properties. For example, margin-left vs margin-inline-start.
.madcap-theme-wrapper Why use CSS Logical? Logical properties help with multilingual content, especially for right-to-left languages. 
.madcap-theme-wrapper Start thinking in terms of “inline” instead of left or right and “block” instead of top, or bottom and start and end.
.madcap-theme-wrapper From css-tricks.com:
“CSS logical properties offer a way to write CSS that is contextual. When using logical properties, spacing and layout are dependent 
.madcap-theme-wrapper on both the writing-mode and direction (whether set by either CSS or HTML). It therefore becomes possible to reuse CSS styles across different languages.”
“What makes logical properties and values so useful is that they will automatically cater to the context of the language. 
.madcap-theme-wrapper In a left-to-right language like English, margin-inline-start will set the left-side margin. For a right-to-left language like Arabic, Urdu, or Hebrew, 
.madcap-theme-wrapper it will set the right-hand. If you have vertical text, margin-inline-start will cater to that context. The direction of inline changes based on the 
.madcap-theme-wrapper element’s writing-mode. When a vertical writing-mode is set, it handles the vertical direction top and bottom.”
.madcap-theme-wrapper What works with CSS logical properties:
-Sizing
-Borders
-Margin
-Padding
-Positioning
-Text alignment
.madcap-theme-wrapper What does not works with CSS logical properties or has limited support: Border radius and Floats
.madcap-theme-wrapper For more information on logical properties, refer to: https://css-tricks.com/css-logical-properties-and-values/
.madcap-theme-wrapper Codepen site to view physical CSS properties and their logical property equivalents: https://codepen.io/aardrian/pen/bGGxrvM

/***************************************************************************/

/***************************************************************************/

@font-face 
{
	font-family: 'verint_lux';
	src: url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-lux-fonts/verint_5F00_lux.eot?_=639098611327427975');
	src: url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-lux-fonts/verint_5F00_lux.eot?_=639098611327427975#iefix') format('embedded-opentype'), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-lux-fonts/verint_5F00_lux.ttf?_=639098611328834185') format('truetype'), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-lux-fonts/verint_5F00_lux.woff?_=639098611328990468') format('woff'), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-lux-fonts/verint_5F00_lux.svg?_=639098611328834185') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

.madcap-theme-wrapper [class^="icon-"],
.madcap-theme-wrapper [class*=" icon-"]
{
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'verint_lux' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1 !important;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.madcap-theme-wrapper .icon-Action-Custom:before
{
	content: "\eabd";
}

.madcap-theme-wrapper .icon-Button-Set:before
{
	content: "\eabe";
}

/*.icon-Chain:before {
  content: "\eabf";
}
.madcap-theme-wrapper .icon-Cloud-Data-Sync:before {
  content: "\eac0";
}
.madcap-theme-wrapper .icon-Cloud:before {
  content: "\eac1";
}
.madcap-theme-wrapper .icon-Convert-Payload:before {
  content: "\eac2";
}
.madcap-theme-wrapper .icon-Convert:before {
  content: "\eac3";
}
.madcap-theme-wrapper .icon-Decision-Group:before {
  content: "\eac4";
}
.madcap-theme-wrapper .icon-EmoStat-Hug:before {
  content: "\eac5";
}
.madcap-theme-wrapper .icon-EmoStat-Like:before {
  content: "\eac6";
}
.madcap-theme-wrapper .icon-EmoStat-Love:before {
  content: "\eac7";
}
.madcap-theme-wrapper .icon-EmoStat-Sad:before {
  content: "\eac8";
}
.madcap-theme-wrapper .icon-GIS:before {
  content: "\eac9";
}
.madcap-theme-wrapper .icon-Header:before {
  content: "\eaca";
}
.madcap-theme-wrapper .icon-HTML-Advanced-Table:before {
  content: "\eacb";
}
.madcap-theme-wrapper .icon-HTML-Number:before {
  content: "\eacc";
}
.madcap-theme-wrapper .icon-HTML-Password:before {
  content: "\eacd";
}
.madcap-theme-wrapper .icon-HTML-Select:before {
  content: "\eace";
}
.madcap-theme-wrapper .icon-HTML-Text-Area:before {
  content: "\eacf";
}
.madcap-theme-wrapper .icon-HTML-Text:before {
  content: "\ead0";
}
.madcap-theme-wrapper .icon-Hug:before {
  content: "\ead1";
}
.madcap-theme-wrapper .icon-SQL:before {
  content: "\ead2";
}
.madcap-theme-wrapper .icon-Load-Data:before {
  content: "\ead3";
}
.madcap-theme-wrapper .icon-Merge:before {
  content: "\ead4";
}
.madcap-theme-wrapper .icon-One-to-Many:before {
  content: "\ead5";
}
.madcap-theme-wrapper .icon-Restful:before {
  content: "\ead6";
}
.madcap-theme-wrapper .icon-Service-FLWeb:before {
  content: "\ead7";
}
.madcap-theme-wrapper .icon-Service-Web:before {
  content: "\ead8";
}
.madcap-theme-wrapper .icon-Service:before {
  content: "\ead9";
}
.madcap-theme-wrapper .icon-Set-Payload:before {
  content: "\eada";
}
.madcap-theme-wrapper .icon-Snippet:before {
  content: "\eadb";
}
.madcap-theme-wrapper .icon-Soap:before {
  content: "\eadc";
}
.madcap-theme-wrapper .icon-Spacer:before {
  content: "\eadd";
}
.madcap-theme-wrapper .icon-SQL-File:before {
  content: "\eade";
}
.madcap-theme-wrapper .icon-Stored-Procedure-File:before {
  content: "\eadf";
}
.madcap-theme-wrapper .icon-Stored-procedure:before {
  content: "\eae0";
}
.madcap-theme-wrapper .icon-Sub-File:before {
  content: "\eae1";
}
.madcap-theme-wrapper .icon-UnSuspect:before {
  content: "\eae2";
}
.madcap-theme-wrapper .icon-XML-FIle:before {
  content: "\eae3";
}
.madcap-theme-wrapper .icon-XML:before {
  content: "\eae4";
}
.madcap-theme-wrapper .icon-XSL-File:before {
  content: "\eae5";
}
.madcap-theme-wrapper .icon-XSL:before {
  content: "\eae6";
}
.madcap-theme-wrapper .icon-Instant-Messaging-circle:before {
  content: "\eaa8";
}
.madcap-theme-wrapper .icon-Realtime-Monitoring-circle:before {
  content: "\eaa9";
}
.madcap-theme-wrapper .icon-Social-circle:before {
  content: "\eaaa";
}
.madcap-theme-wrapper .icon-Add-Custom-Task:before {
  content: "\eaab";
}
.madcap-theme-wrapper .icon-Add-Employee:before {
  content: "\eaac";
}
.madcap-theme-wrapper .icon-Add-Org:before {
  content: "\eaad";
}
.madcap-theme-wrapper .icon-Add-Task:before {
  content: "\eaae";
}
.madcap-theme-wrapper .icon-Boom:before {
  content: "\eaaf";
}
.madcap-theme-wrapper .icon-Connect:before {
  content: "\eab0";
}
.madcap-theme-wrapper .icon-Custom-Task:before {
  content: "\eab1";
}
.madcap-theme-wrapper .icon-Disconnect:before {
  content: "\eab2";
}
.madcap-theme-wrapper .icon-Hammer:before {
  content: "\eab3";
}
.madcap-theme-wrapper .icon-Safe:before {
  content: "\eab4";
}
.madcap-theme-wrapper .icon-Task:before {
  content: "\eab5";
}
.madcap-theme-wrapper .icon-Recurring-Events-Manager:before {
  content: "\eab6";
}
.madcap-theme-wrapper .icon-Not-Found:before {
  content: "\eab7";
}
.madcap-theme-wrapper .icon-Box-Open:before {
  content: "\eab8";
}
.madcap-theme-wrapper .icon-Hour-Glass:before {
  content: "\eab9";
}
.madcap-theme-wrapper .icon-Calendar-Period:before {
  content: "\eaba";
}
.madcap-theme-wrapper .icon-Calendar-Programs:before {
  content: "\eabb";
}
.madcap-theme-wrapper .icon-Track-Changes:before {
  content: "\eabc";
}
.madcap-theme-wrapper .icon-Bot:before {
  content: "\eaa7";
}
.madcap-theme-wrapper .icon-Play:before {
  content: "\ea9b";
}
.madcap-theme-wrapper .icon-Pause:before {
  content: "\ea9c";
}
.madcap-theme-wrapper .icon-Stop:before {
  content: "\ea9d";
}
.madcap-theme-wrapper .icon-Record:before {
  content: "\ea9e";
}
.madcap-theme-wrapper .icon-Tablet:before {
  content: "\ea9f";
}
.madcap-theme-wrapper .icon-Mobile:before {
  content: "\eaa0";
}
.madcap-theme-wrapper .icon-Unlink:before {
  content: "\eaa1";
}
.madcap-theme-wrapper .icon-Redirect:before {
  content: "\eaa2";
}
.madcap-theme-wrapper .icon-Scenarios:before {
  content: "\eaa3";
}
.madcap-theme-wrapper .icon-Manual1:before {
  content: "\eaa4";
}
.madcap-theme-wrapper .icon-Attendance-Profiles:before {
  content: "\eaa5";
}
.madcap-theme-wrapper .icon-Default-Hours:before {
  content: "\eaa6";
}
.madcap-theme-wrapper .icon-Telephony-Switch:before {
  content: "\ea9a";
}
.madcap-theme-wrapper .icon-Realtime-Monitoring:before {
  content: "\ea96";
}
.madcap-theme-wrapper .icon-Verify-Unselected:before {
  content: "\ea97";
}
.madcap-theme-wrapper .icon-Cases:before {
  content: "\ea98";
}
.madcap-theme-wrapper .icon-Instant-Messaging:before {
  content: "\ea99";
}
.madcap-theme-wrapper .icon-API:before {
  content: "\ea95";
}
.madcap-theme-wrapper .icon-Sentiment:before {
  content: "\ea94";
}
.madcap-theme-wrapper .icon-Quiz:before {
  content: "\ea8f";
}
.madcap-theme-wrapper .icon-Premium:before {
  content: "\ea90";
}
.madcap-theme-wrapper .icon-Manual:before {
  content: "\ea91";
}
.madcap-theme-wrapper .icon-Message-New:before {
  content: "\ea92";
}
.madcap-theme-wrapper .icon-Answer:before {
  content: "\ea93";
}
.madcap-theme-wrapper .icon-Empty:before {
  content: "\ea8e";
}
.madcap-theme-wrapper .icon-TextStyle-Font:before {
  content: "\ea8b";
}
.madcap-theme-wrapper .icon-TextStyle-Size:before {
  content: "\ea8c";
}
.madcap-theme-wrapper .icon-TextStyle-Strike:before {
  content: "\ea8d";
}
.madcap-theme-wrapper .icon-Low-Level-System-Functions:before {
  content: "\ea82";
}
.madcap-theme-wrapper .icon-Exclude-From-Popular-Lists:before {
  content: "\ea83";
}
.madcap-theme-wrapper .icon-Awaiting-Replacement:before {
  content: "\ea84";
}
.madcap-theme-wrapper .icon-Awaiting-Publication:before {
  content: "\ea85";
}
.madcap-theme-wrapper .icon-Awaiting-Expiration:before {
  content: "\ea86";
}
.madcap-theme-wrapper .icon-Global-Exit-Code-Actions:before {
  content: "\ea87";
}
.madcap-theme-wrapper .icon-Dialer:before {
  content: "\ea88";
}
.madcap-theme-wrapper .icon-Create-Range:before {
  content: "\ea89";
}
.madcap-theme-wrapper .icon-Operational-Performance-Reports:before {
  content: "\ea8a";
}
.madcap-theme-wrapper .icon-Annotation:before {
  content: "\ea81";
}
.madcap-theme-wrapper .icon-Featured-unselected:before {
  content: "\ea80";
}
.madcap-theme-wrapper .icon-Log-File:before {
  content: "\ea7e";
}
.madcap-theme-wrapper .icon-Source-File:before {
  content: "\ea7f";
}
.madcap-theme-wrapper .icon-Knowledge-Segment:before {
  content: "\ea78";
}
.madcap-theme-wrapper .icon-Knowledge-World:before {
  content: "\ea79";
}
.madcap-theme-wrapper .icon-Knowledge-FAQ:before {
  content: "\ea7a";
}
.madcap-theme-wrapper .icon-Knowledge-Upload:before {
  content: "\ea7b";
}
.madcap-theme-wrapper .icon-Knowledge-Script:before {
  content: "\ea7c";
}
.madcap-theme-wrapper .icon-Knowledge-Article:before {
  content: "\ea7d";
}
.madcap-theme-wrapper .icon-synonyms:before {
  content: "\ea75";
}
.madcap-theme-wrapper .icon-Glossary:before {
  content: "\ea76";
}
.madcap-theme-wrapper .icon-FAQ:before {
  content: "\ea77";
}
.madcap-theme-wrapper .icon-Spider-Content:before {
  content: "\ea6f";
}
.madcap-theme-wrapper .icon-Versions:before {
  content: "\ea70";
}
.madcap-theme-wrapper .icon-Featured:before {
  content: "\ea71";
}
.madcap-theme-wrapper .icon-Segment:before {
  content: "\ea72";
}
.madcap-theme-wrapper .icon-Copy-Link:before {
  content: "\ea73";
}
.madcap-theme-wrapper .icon-Role:before {
  content: "\ea74";
}
.madcap-theme-wrapper .icon-Status-Available:before {
  content: "\ea4f";
}
.madcap-theme-wrapper .icon-Status-Failed:before {
  content: "\ea50";
}
.madcap-theme-wrapper .icon-Status-Pending-Out:before {
  content: "\ea51";
}
.madcap-theme-wrapper .icon-Status-Pending-In:before {
  content: "\ea52";
}
.madcap-theme-wrapper .icon-Translate:before {
  content: "\ea53";
}
.madcap-theme-wrapper .icon-Translate-Export:before {
  content: "\ea54";
}
.madcap-theme-wrapper .icon-Translate-Import:before {
  content: "\ea55";
}
.madcap-theme-wrapper .icon-Add-Report:before {
  content: "\ea56";
}
.madcap-theme-wrapper .icon-Edit-Report:before {
  content: "\ea57";
}
.madcap-theme-wrapper .icon-Find-and-Replace-Report:before {
  content: "\ea58";
}
.madcap-theme-wrapper .icon-Report-Dashboard:before {
  content: "\ea59";
}
.madcap-theme-wrapper .icon-Schedule-Report:before {
  content: "\ea5a";
}
.madcap-theme-wrapper .icon-article:before {
  content: "\ea5b";
}
.madcap-theme-wrapper .icon-Knowledge-Content:before {
  content: "\ea5c";
}
.madcap-theme-wrapper .icon-Knowledge-Content-Type:before {
  content: "\ea5d";
}
.madcap-theme-wrapper .icon-Knowledge-Content-Source:before {
  content: "\ea5e";
}
.madcap-theme-wrapper .icon-Feedback-Incoming:before {
  content: "\ea5f";
}
.madcap-theme-wrapper .icon-Feedback-Outgoing:before {
  content: "\ea60";
}
.madcap-theme-wrapper .icon-Feedback-Destination:before {
  content: "\ea61";
}
.madcap-theme-wrapper .icon-Group-Script-Close:before {
  content: "\ea62";
}
.madcap-theme-wrapper .icon-Group-Script-Open:before {
  content: "\ea63";
}
.madcap-theme-wrapper .icon-Upload:before {
  content: "\ea64";
}
.madcap-theme-wrapper .icon-Script:before {
  content: "\ea65";
}
.madcap-theme-wrapper .icon-Script-Popup:before {
  content: "\ea66";
}
.madcap-theme-wrapper .icon-Script-Email:before {
  content: "\ea67";
}
.madcap-theme-wrapper .icon-Script-Exit:before {
  content: "\ea68";
}
.madcap-theme-wrapper .icon-Script-Address-Book:before {
  content: "\ea69";
}
.madcap-theme-wrapper .icon-Script-Action:before {
  content: "\ea6a";
}
.madcap-theme-wrapper .icon-Script-Template:before {
  content: "\ea6b";
}
.madcap-theme-wrapper .icon-Configuration-File:before {
  content: "\ea6c";
}
.madcap-theme-wrapper .icon-Pipelines:before {
  content: "\ea6d";
}
.madcap-theme-wrapper .icon-Find-and-replace:before {
  content: "\ea6e";
}
.madcap-theme-wrapper .icon-Knowledge:before {
  content: "\ea4e";
}
.madcap-theme-wrapper .icon-Manage-Tagsets:before {
  content: "\ea49";
}
.madcap-theme-wrapper .icon-Manage-Tagsets-Relationship:before {
  content: "\ea4a";
}
.madcap-theme-wrapper .icon-Tagset-Report:before {
  content: "\ea4b";
}
.madcap-theme-wrapper .icon-Machine-Learning:before {
  content: "\ea4c";
}
.madcap-theme-wrapper .icon-Rule:before {
  content: "\ea4d";
}
.madcap-theme-wrapper .icon-PPT-file:before {
  content: "\ea47";
}
.madcap-theme-wrapper .icon-Word-file:before {
  content: "\ea48";
}
.madcap-theme-wrapper .icon-Case-Notes-Reference-1:before {
  content: "\ea1f";
}
.madcap-theme-wrapper .icon-Case-Details:before {
  content: "\ea3d";
}
.madcap-theme-wrapper .icon-Related-Cases:before {
  content: "\ea46";
}
.madcap-theme-wrapper .icon-No-Notifications:before {
  content: "\ea16";
}
.madcap-theme-wrapper .icon-chat-circle:before {
  content: "\ea17";
}
.madcap-theme-wrapper .icon-Desktop-circle:before {
  content: "\ea18";
}
.madcap-theme-wrapper .icon-facetoface-circle:before {
  content: "\ea19";
}
.madcap-theme-wrapper .icon-feedback-circle:before {
  content: "\ea1a";
}
.madcap-theme-wrapper .icon-intercom-circle:before {
  content: "\ea1b";
}
.madcap-theme-wrapper .icon-radiocall-circle:before {
  content: "\ea1c";
}
.madcap-theme-wrapper .icon-radiosms-circle:before {
  content: "\ea1d";
}
.madcap-theme-wrapper .icon-Virtualcall-circle:before {
  content: "\ea1e";
}
.madcap-theme-wrapper .icon-Mouse-Meters:before {
  content: "\ea0c";
}
.madcap-theme-wrapper .icon-Team-Allocated-Hours:before {
  content: "\ea0d";
}
.madcap-theme-wrapper .icon-Cases-Completed:before {
  content: "\ea0e";
}
.madcap-theme-wrapper .icon-Skill:before {
  content: "\ea0f";
}
.madcap-theme-wrapper .icon-Quality:before {
  content: "\ea10";
}
.madcap-theme-wrapper .icon-Task-Service-Standard:before {
  content: "\ea11";
}
.madcap-theme-wrapper .icon-Individual-Performance:before {
  content: "\ea12";
}
.madcap-theme-wrapper .icon-Show-score:before {
  content: "\ea13";
}
.madcap-theme-wrapper .icon-Hide-Score:before {
  content: "\ea14";
}
.madcap-theme-wrapper .icon-Stage:before {
  content: "\ea15";
}
.madcap-theme-wrapper .icon-Employee-Focus:before {
  content: "\ea0b";
}
.madcap-theme-wrapper .icon-External-File:before {
  content: "\ea07";
}
.madcap-theme-wrapper .icon-Folder-Add:before {
  content: "\ea08";
}
.madcap-theme-wrapper .icon-Regular-Section:before {
  content: "\ea09";
}
.madcap-theme-wrapper .icon-Recommended-Section:before {
  content: "\ea0a";
}
.madcap-theme-wrapper .icon-Status-Staged:before {
  content: "\ea05";
}
.madcap-theme-wrapper .icon-Status-Hidden:before {
  content: "\ea06";
}
.madcap-theme-wrapper .icon-Decision-Tree-Node:before {
  content: "\ea02";
}
.madcap-theme-wrapper .icon-Decision-Tree:before {
  content: "\ea03";
}
.madcap-theme-wrapper .icon-Tab:before {
  content: "\ea04";
}
.madcap-theme-wrapper .icon-Rename:before {
  content: "\e9fe";
}
.madcap-theme-wrapper .icon-Save-Revision:before {
  content: "\e9ff";
}
.madcap-theme-wrapper .icon-Issues:before {
  content: "\ea00";
}
.madcap-theme-wrapper .icon-Section:before {
  content: "\ea01";
}
.madcap-theme-wrapper .icon-Case-Add-to:before {
  content: "\e9f7";
}
.madcap-theme-wrapper .icon-Case-Duplicate-to:before {
  content: "\e9f8";
}
.madcap-theme-wrapper .icon-Legal-Hold-Remove:before {
  content: "\e9f9";
}
.madcap-theme-wrapper .icon-Legal-Hold:before {
  content: "\e9fa";
}
.madcap-theme-wrapper .icon-Suspect:before {
  content: "\e9fb";
}
.madcap-theme-wrapper .icon-Voice-Print-Add:before {
  content: "\e9fc";
}
.madcap-theme-wrapper .icon-Voice-Print:before {
  content: "\e9fd";
}
.madcap-theme-wrapper .icon-Draft-Status:before {
  content: "\e9eb";
}
.madcap-theme-wrapper .icon-Archive-Status:before {
  content: "\e9ec";
}
.madcap-theme-wrapper .icon-Publish-Status:before {
  content: "\e9ed";
}
.madcap-theme-wrapper .icon-Review-Status:before {
  content: "\e9ee";
}
.madcap-theme-wrapper .icon-Escalation:before {
  content: "\e9ef";
}
.madcap-theme-wrapper .icon-Complaint:before {
  content: "\e9f0";
}
.madcap-theme-wrapper .icon-Overtalk-Interaction:before {
  content: "\e9f1";
}
.madcap-theme-wrapper .icon-Positive-Interaction:before {
  content: "\e9f2";
}
.madcap-theme-wrapper .icon-Call-Inbound:before {
  content: "\e9f3";
}
.madcap-theme-wrapper .icon-Call-Internal:before {
  content: "\e9f4";
}
.madcap-theme-wrapper .icon-Call-Outbound:before {
  content: "\e9f5";
}
.madcap-theme-wrapper .icon-Call-Unknown:before {
  content: "\e9f6";
}
.madcap-theme-wrapper .icon-Partial-Recurrence:before {
  content: "\e9e5";
}
.madcap-theme-wrapper .icon-Partial-Attendees:before {
  content: "\e9e6";
}
.madcap-theme-wrapper .icon-Partial-Paid:before {
  content: "\e9e7";
}
.madcap-theme-wrapper .icon-Partial-Lock:before {
  content: "\e9e8";
}
.madcap-theme-wrapper .icon-Partial-Over-Time:before {
  content: "\e9e9";
}
.madcap-theme-wrapper .icon-Partial-Over-Night:before {
  content: "\e9ea";
}
.madcap-theme-wrapper .icon-additional-data:before {
  content: "\e9e3";
}
.madcap-theme-wrapper .icon-gantt-chart:before {
  content: "\e9e4";
}
.madcap-theme-wrapper .icon-Library:before {
  content: "\e9dc";
}
.madcap-theme-wrapper .icon-Dislike-Unselected:before {
  content: "\e9dd";
}
.madcap-theme-wrapper .icon-Dislike:before {
  content: "\e9de";
}
.madcap-theme-wrapper .icon-Like-Unselected:before {
  content: "\e9df";
}
.madcap-theme-wrapper .icon-Like:before {
  content: "\e9e0";
}
.madcap-theme-wrapper .icon-Bookmark-Unselected:before {
  content: "\e9e1";
}
.madcap-theme-wrapper .icon-Bookmark:before {
  content: "\e9e2";
}
.madcap-theme-wrapper .icon-Message-Status-Success:before {
  content: "\e9db";
}
.madcap-theme-wrapper .icon-Popup-Close:before {
  content: "\e9d9";
}
.madcap-theme-wrapper .icon-Popup-Help:before {
  content: "\e9da";
}
.madcap-theme-wrapper .icon-Recent:before {
  content: "\e9d5";
}
.madcap-theme-wrapper .icon-No-Result:before {
  content: "\e9d6";
}
.madcap-theme-wrapper .icon-Popular:before {
  content: "\e9d7";
}
.madcap-theme-wrapper .icon-Search-Result:before {
  content: "\e9d8";
}
.madcap-theme-wrapper .icon-Help-Menu:before {
  content: "\e9d4";
}
.madcap-theme-wrapper .icon-Platform:before {
  content: "\e9d2";
}
.madcap-theme-wrapper .icon-Combined-Interaction:before {
  content: "\e9d3";
}
.madcap-theme-wrapper .icon-Screen-Recorded:before {
  content: "\e9d1";
}
.madcap-theme-wrapper .icon-Mask:before {
  content: "\e9d0";
}
.madcap-theme-wrapper .icon-First:before {
  content: "\e9cc";
}
.madcap-theme-wrapper .icon-Highlight-remove:before {
  content: "\e9cd";
}
.madcap-theme-wrapper .icon-Highlighter:before {
  content: "\e9ce";
}
.madcap-theme-wrapper .icon-Last:before {
  content: "\e9cf";
}
.madcap-theme-wrapper .icon-Screen-Media:before {
  content: "\e9ca";
}
.madcap-theme-wrapper .icon-Unknown-Media:before {
  content: "\e9cb";
}
.madcap-theme-wrapper .icon-Delete:before {
  content: "\e9c9";
}
.madcap-theme-wrapper .icon-Fill-Frame:before {
  content: "\e9c5";
}
.madcap-theme-wrapper .icon-Fit-to-Frame:before {
  content: "\e9c6";
}
.madcap-theme-wrapper .icon-Missing-Screen:before {
  content: "\e9c7";
}
.madcap-theme-wrapper .icon-Mute:before {
  content: "\e9c8";
}
.madcap-theme-wrapper .icon-Avatar:before {
  content: "\e9c1";
}
.madcap-theme-wrapper .icon-No-Video:before {
  content: "\e9c2";
}
.madcap-theme-wrapper .icon-Open-in-new-window:before {
  content: "\e9c3";
}
.madcap-theme-wrapper .icon-Share-Screen:before {
  content: "\e9c4";
}
.madcap-theme-wrapper .icon-Constraints:before {
  content: "\e9bc";
}
.madcap-theme-wrapper .icon-Flag-Multi:before {
  content: "\e9bd";
}
.madcap-theme-wrapper .icon-Flag-empty:before {
  content: "\e9be";
}
.madcap-theme-wrapper .icon-Working-from-office:before {
  content: "\e9bf";
}
.madcap-theme-wrapper .icon-Working-from-home:before {
  content: "\e9c0";
}
.madcap-theme-wrapper .icon-Validation-Warning:before {
  content: "\e9ba";
}
.madcap-theme-wrapper .icon-Validation-error:before {
  content: "\e9bb";
}
.madcap-theme-wrapper .icon-Templates:before {
  content: "\e908";
}
.madcap-theme-wrapper .icon-Export-CSV:before {
  content: "\e909";
}
.madcap-theme-wrapper .icon-Export-List:before {
  content: "\e90a";
}
.madcap-theme-wrapper .icon-Find-Again:before {
  content: "\e90b";
}
.madcap-theme-wrapper .icon-History-Edit:before {
  content: "\e912";
}
.madcap-theme-wrapper .icon-Move-to-Inbox:before {
  content: "\e932";
}
.madcap-theme-wrapper .icon-Read-Receipt:before {
  content: "\e933";
}
.madcap-theme-wrapper .icon-Security:before {
  content: "\e935";
}
.madcap-theme-wrapper .icon-Bounced-Message:before {
  content: "\e936";
}
.madcap-theme-wrapper .icon-Pending-Collaboration:before {
  content: "\e937";
}
.madcap-theme-wrapper .icon-Pending-Forward-Track:before {
  content: "\e938";
}
.madcap-theme-wrapper .icon-Pending-Rule:before {
  content: "\e948";
}
.madcap-theme-wrapper .icon-Pending-Send:before {
  content: "\e949";
}
.madcap-theme-wrapper .icon-Transcript-Message:before {
  content: "\e94a";
}
.madcap-theme-wrapper .icon-Transcript-Message-Complete:before {
  content: "\e94b";
}
.madcap-theme-wrapper .icon-Transcript-Message-New:before {
  content: "\e94f";
}
.madcap-theme-wrapper .icon-Transcript-Message-No-Answer:before {
  content: "\e951";
}
.madcap-theme-wrapper .icon-Chat-Message-Complete:before {
  content: "\e967";
}
.madcap-theme-wrapper .icon-Chat-Message-New:before {
  content: "\e973";
}
.madcap-theme-wrapper .icon-Chat-Message-No-Answer:before {
  content: "\e97e";
}
.madcap-theme-wrapper .icon-Chat-Message:before {
  content: "\e982";
}
.madcap-theme-wrapper .icon-Phone-Message-Complete:before {
  content: "\e989";
}
.madcap-theme-wrapper .icon-Phone-Message-New:before {
  content: "\e98a";
}
.madcap-theme-wrapper .icon-Phone-Message-No-Answer:before {
  content: "\e98b";
}
.madcap-theme-wrapper .icon-Phone-Message:before {
  content: "\e98c";
}
.madcap-theme-wrapper .icon-Collaboration-Message-Broken:before {
  content: "\e98d";
}
.madcap-theme-wrapper .icon-Collaboration-Message-Complete:before {
  content: "\e98e";
}
.madcap-theme-wrapper .icon-Collaboration-Message-Pending:before {
  content: "\e98f";
}
.madcap-theme-wrapper .icon-Collaboration-Message:before {
  content: "\e990";
}
.madcap-theme-wrapper .icon-Email-Follow-Up-Complete:before {
  content: "\e991";
}
.madcap-theme-wrapper .icon-Email-Follow-Up-New:before {
  content: "\e992";
}
.madcap-theme-wrapper .icon-Email-Follow-Up-No-Answer:before {
  content: "\e993";
}
.madcap-theme-wrapper .icon-Email-Follow-Up:before {
  content: "\e994";
}
.madcap-theme-wrapper .icon-Campaign-Message-Complete:before {
  content: "\e995";
}
.madcap-theme-wrapper .icon-Campaign-Message:before {
  content: "\e996";
}
.madcap-theme-wrapper .icon-Originated-Email-Complete:before {
  content: "\e997";
}
.madcap-theme-wrapper .icon-Originated-Email-New:before {
  content: "\e998";
}
.madcap-theme-wrapper .icon-Originated-Email-No-Answer:before {
  content: "\e999";
}
.madcap-theme-wrapper .icon-Originated-Email:before {
  content: "\e99a";
}
.madcap-theme-wrapper .icon-Email-New:before {
  content: "\e99b";
}
.madcap-theme-wrapper .icon-Email-Complete:before {
  content: "\e99c";
}
.madcap-theme-wrapper .icon-Email-No-Answer:before {
  content: "\e99d";
}
.madcap-theme-wrapper .icon-Form-Message-Completed:before {
  content: "\e99e";
}
.madcap-theme-wrapper .icon-Form-Message-New:before {
  content: "\e99f";
}
.madcap-theme-wrapper .icon-Form-Message-No-Answer:before {
  content: "\e9a0";
}
.madcap-theme-wrapper .icon-Form-Message:before {
  content: "\e9a1";
}
.madcap-theme-wrapper .icon-Clear-Message:before {
  content: "\e9a2";
}
.madcap-theme-wrapper .icon-File-Recreate:before {
  content: "\e9a3";
}
.madcap-theme-wrapper .icon-HTML-Editor:before {
  content: "\e9a4";
}
.madcap-theme-wrapper .icon-Merge-Field-Add:before {
  content: "\e9a5";
}
.madcap-theme-wrapper .icon-Text-Editor:before {
  content: "\e9a6";
}
.madcap-theme-wrapper .icon-Visualize-Layout:before {
  content: "\e9a7";
}
.madcap-theme-wrapper .icon-Open-Browse:before {
  content: "\e9a8";
}
.madcap-theme-wrapper .icon-Redo:before {
  content: "\e9a9";
}
.madcap-theme-wrapper .icon-Spell-check:before {
  content: "\e9aa";
}
.madcap-theme-wrapper .icon-Address:before {
  content: "\e9ab";
}
.madcap-theme-wrapper .icon-Recipients:before {
  content: "\e9ac";
}
.madcap-theme-wrapper .icon-Note-clear:before {
  content: "\e9ad";
}
.madcap-theme-wrapper .icon-Note-Add:before {
  content: "\e9ae";
}
.madcap-theme-wrapper .icon-Note-Save:before {
  content: "\e9af";
}
.madcap-theme-wrapper .icon-Browser:before {
  content: "\e9b0";
}
.madcap-theme-wrapper .icon-Edit-fields:before {
  content: "\e9b1";
}
.madcap-theme-wrapper .icon-Customize:before {
  content: "\e9b2";
}
.madcap-theme-wrapper .icon-Help:before {
  content: "\e9b3";
}
.madcap-theme-wrapper .icon-Send-Mail:before {
  content: "\e9b4";
}
.madcap-theme-wrapper .icon-Route-Mail:before {
  content: "\e9b5";
}
.madcap-theme-wrapper .icon-Mail-No-Answer:before {
  content: "\e9b6";
}
.madcap-theme-wrapper .icon-Client-History:before {
  content: "\e9b7";
}
.madcap-theme-wrapper .icon-Get-more-mail:before {
  content: "\e9b8";
}
.madcap-theme-wrapper .icon-Show-details:before {
  content: "\e904";
}
.madcap-theme-wrapper .icon-Default-view:before {
  content: "\e905";
}
.madcap-theme-wrapper .icon-Expand-details-pane:before {
  content: "\e906";
}
.madcap-theme-wrapper .icon-Expand-left-pane:before {
  content: "\e907";
}
.madcap-theme-wrapper .icon-pooler:before {
  content: "\e903";
}
.madcap-theme-wrapper .icon-Default-off:before {
  content: "\e900";
}
.madcap-theme-wrapper .icon-Default-on:before {
  content: "\e901";
}
.madcap-theme-wrapper .icon-active:before {
  content: "\e800";
}
.madcap-theme-wrapper .icon-add-categories:before {
  content: "\e801";
}
.madcap-theme-wrapper .icon-add-filter:before {
  content: "\e802";
}
.madcap-theme-wrapper .icon-add-template:before {
  content: "\e803";
}
.madcap-theme-wrapper .icon-adherence:before {
  content: "\e804";
}
.madcap-theme-wrapper .icon-agent:before {
  content: "\e805";
}
.madcap-theme-wrapper .icon-all-charts:before {
  content: "\e806";
}
.madcap-theme-wrapper .icon-assess:before {
  content: "\e807";
}
.madcap-theme-wrapper .icon-assign-employees:before {
  content: "\e808";
}
.madcap-theme-wrapper .icon-speech-analytics:before {
  content: "\e809";
}
.madcap-theme-wrapper .icon-bar-chart:before {
  content: "\e80a";
}
.madcap-theme-wrapper .icon-best-interaction:before {
  content: "\e80b";
}
.madcap-theme-wrapper .icon-calculate:before {
  content: "\e80c";
}
.madcap-theme-wrapper .icon-calendar:before {
  content: "\e80d";
}
.madcap-theme-wrapper .icon-case:before {
  content: "\e80e";
}
.madcap-theme-wrapper .icon-categories:before {
  content: "\e80f";
}
.madcap-theme-wrapper .icon-category:before {
  content: "\e810";
}
.madcap-theme-wrapper .icon-chat-view:before {
  content: "\e811";
}
.madcap-theme-wrapper .icon-chat-old:before {
  content: "\e812";
}
.madcap-theme-wrapper .icon-check:before {
  content: "\e813";
}
.madcap-theme-wrapper .icon-client-agent:before {
  content: "\e814";
}
.madcap-theme-wrapper .icon-client:before {
  content: "\e815";
}
.madcap-theme-wrapper .icon-close:before {
  content: "\e816";
}
.madcap-theme-wrapper .icon-coaching:before {
  content: "\e817";
}
.madcap-theme-wrapper .icon-compare-performance:before {
  content: "\e818";
}
.madcap-theme-wrapper .icon-content:before {
  content: "\e819";
}
.madcap-theme-wrapper .icon-database:before {
  content: "\e81a";
}
.madcap-theme-wrapper .icon-down:before {
  content: "\e81b";
}
.madcap-theme-wrapper .icon-ed:before {
  content: "\e81c";
}
.madcap-theme-wrapper .icon-edit-information:before {
  content: "\e81d";
}
.madcap-theme-wrapper .icon-edm:before {
  content: "\e81e";
}
.madcap-theme-wrapper .icon-employee:before {
  content: "\e81f";
}
.madcap-theme-wrapper .icon-employees-adherence-:before {
  content: "\e820";
}
.madcap-theme-wrapper .icon-employees:before {
  content: "\e821";
}
.madcap-theme-wrapper .icon-evaluate-employees:before {
  content: "\e822";
}
.madcap-theme-wrapper .icon-event:before {
  content: "\e823";
}
.madcap-theme-wrapper .icon-filter:before {
  content: "\e824";
}
.madcap-theme-wrapper .icon-fingerprint:before {
  content: "\e825";
}
.madcap-theme-wrapper .icon-folder:before {
  content: "\e826";
}
.madcap-theme-wrapper .icon-folders:before {
  content: "\e827";
}
.madcap-theme-wrapper .icon-format:before {
  content: "\e828";
}
.madcap-theme-wrapper .icon-hit-target:before {
  content: "\e829";
}
.madcap-theme-wrapper .icon-inactive:before {
  content: "\e82a";
}
.madcap-theme-wrapper .icon-information:before {
  content: "\e82b";
}
.madcap-theme-wrapper .icon-interaction-dynamics:before {
  content: "\e82c";
}
.madcap-theme-wrapper .icon-interaction:before {
  content: "\e82d";
}
.madcap-theme-wrapper .icon-key:before {
  content: "\e82e";
}
.madcap-theme-wrapper .icon-kpi-org-ru:before {
  content: "\e82f";
}
.madcap-theme-wrapper .icon-kpi-org:before {
  content: "\e830";
}
.madcap-theme-wrapper .icon-kpi-ru:before {
  content: "\e831";
}
.madcap-theme-wrapper .icon-kpi:before {
  content: "\e832";
}
.madcap-theme-wrapper .icon-kpis:before {
  content: "\e833";
}
.madcap-theme-wrapper .icon-left:before {
  content: "\e834";
}
.madcap-theme-wrapper .icon-line-chart:before {
  content: "\e835";
}
.madcap-theme-wrapper .icon-link:before {
  content: "\e836";
}
.madcap-theme-wrapper .icon-list-view:before {
  content: "\e837";
}
.madcap-theme-wrapper .icon-mail:before {
  content: "\e838";
}
.madcap-theme-wrapper .icon-mails:before {
  content: "\e839";
}
.madcap-theme-wrapper .icon-matrix:before {
  content: "\e83a";
}
.madcap-theme-wrapper .icon-metadata:before {
  content: "\e83b";
}
.madcap-theme-wrapper .icon-move-left:before {
  content: "\e83c";
}
.madcap-theme-wrapper .icon-move-right:before {
  content: "\e83d";
}
.madcap-theme-wrapper .icon-next-down:before {
  content: "\e83e";
}
.madcap-theme-wrapper .icon-next-right:before {
  content: "\e83f";
}
.madcap-theme-wrapper .icon-not-hit-target:before {
  content: "\e840";
}
.madcap-theme-wrapper .icon-note:before {
  content: "\e841";
}
.madcap-theme-wrapper .icon-note-1:before {
  content: "\e842";
}
.madcap-theme-wrapper .icon-note-2:before {
  content: "\e843";
}
.madcap-theme-wrapper .icon-note-3:before {
  content: "\e844";
}
.madcap-theme-wrapper .icon-note-public:before {
  content: "\e845";
}
.madcap-theme-wrapper .icon-objective:before {
  content: "\e846";
}
.madcap-theme-wrapper .icon-org:before {
  content: "\e847";
}
.madcap-theme-wrapper .icon-package:before {
  content: "\e848";
}
.madcap-theme-wrapper .icon-pages:before {
  content: "\e849";
}
.madcap-theme-wrapper .icon-pin:before {
  content: "\e84a";
}
.madcap-theme-wrapper .icon-plan:before {
  content: "\e84b";
}
.madcap-theme-wrapper .icon-position:before {
  content: "\e84c";
}
.madcap-theme-wrapper .icon-previous-left:before {
  content: "\e84d";
}
.madcap-theme-wrapper .icon-previous-up:before {
  content: "\e84e";
}
.madcap-theme-wrapper .icon-print:before {
  content: "\e84f";
}
.madcap-theme-wrapper .icon-process:before {
  content: "\e850";
}
.madcap-theme-wrapper .icon-properties:before {
  content: "\e851";
}
.madcap-theme-wrapper .icon-publish:before {
  content: "\e852";
}
.madcap-theme-wrapper .icon-question:before {
  content: "\e853";
}
.madcap-theme-wrapper .icon-queue:before {
  content: "\e854";
}
.madcap-theme-wrapper .icon-remove_all:before {
  content: "\e855";
}
.madcap-theme-wrapper .icon-remove:before {
  content: "\e856";
}
.madcap-theme-wrapper .icon-revert:before {
  content: "\e857";
}
.madcap-theme-wrapper .icon-right:before {
  content: "\e858";
}
.madcap-theme-wrapper .icon-save-as:before {
  content: "\e859";
}
.madcap-theme-wrapper .icon-save-category:before {
  content: "\e85a";
}
.madcap-theme-wrapper .icon-save-search:before {
  content: "\e85b";
}
.madcap-theme-wrapper .icon-save:before {
  content: "\e85c";
}
.madcap-theme-wrapper .icon-search-field:before {
  content: "\e85d";
}
.madcap-theme-wrapper .icon-search-string:before {
  content: "\e85e";
}
.madcap-theme-wrapper .icon-search:before {
  content: "\e85f";
}
.madcap-theme-wrapper .icon-settings:before {
  content: "\e860";
}
.madcap-theme-wrapper .icon-status-bad-multi:before {
  content: "\e861";
}
.madcap-theme-wrapper .icon-status-bad:before {
  content: "\e862";
}
.madcap-theme-wrapper .icon-status-fail-multi:before {
  content: "\e863";
}
.madcap-theme-wrapper .icon-status-fail:before {
  content: "\e864";
}
.madcap-theme-wrapper .icon-status-good-multi:before {
  content: "\e865";
}
.madcap-theme-wrapper .icon-status-good:before {
  content: "\e866";
}
.madcap-theme-wrapper .icon-status-medium-multi:before {
  content: "\e867";
}
.madcap-theme-wrapper .icon-status-medium:before {
  content: "\e868";
}
.madcap-theme-wrapper .icon-status-priority-high:before {
  content: "\e869";
}
.madcap-theme-wrapper .icon-status-priority-low:before {
  content: "\e86a";
}
.madcap-theme-wrapper .icon-status-priority-medium:before {
  content: "\e86b";
}
.madcap-theme-wrapper .icon-status-unknown-multi:before {
  content: "\e86c";
}
.madcap-theme-wrapper .icon-status-unknown:before {
  content: "\e86d";
}
.madcap-theme-wrapper .icon-status-very-good-multi:before {
  content: "\e86e";
}
.madcap-theme-wrapper .icon-status-very-good:before {
  content: "\e86f";
}
.madcap-theme-wrapper .icon-summary-view:before {
  content: "\e870";
}
.madcap-theme-wrapper .icon-syringe:before {
  content: "\e871";
}
.madcap-theme-wrapper .icon-template:before {
  content: "\e872";
}
.madcap-theme-wrapper .icon-test:before {
  content: "\e873";
}
.madcap-theme-wrapper .icon-topic:before {
  content: "\e874";
}
.madcap-theme-wrapper .icon-trash:before {
  content: "\e875";
}
.madcap-theme-wrapper .icon-tree-view:before {
  content: "\e876";
}
.madcap-theme-wrapper .icon-trend-down:before {
  content: "\e877";
}
.madcap-theme-wrapper .icon-trend-up:before {
  content: "\e878";
}
.madcap-theme-wrapper .icon-trend:before {
  content: "\e879";
}
.madcap-theme-wrapper .icon-twitter:before {
  content: "\e87a";
}
.madcap-theme-wrapper .icon-undo:before {
  content: "\e87b";
}
.madcap-theme-wrapper .icon-unpin:before {
  content: "\e87c";
}
.madcap-theme-wrapper .icon-unpublished:before {
  content: "\e87d";
}
.madcap-theme-wrapper .icon-up:before {
  content: "\e87e";
}
.madcap-theme-wrapper .icon-verify:before {
  content: "\e87f";
}
.madcap-theme-wrapper .icon-video-media:before {
  content: "\e880";
}
.madcap-theme-wrapper .icon-view:before {
  content: "\e881";
}
.madcap-theme-wrapper .icon-world:before {
  content: "\e882";
}
.madcap-theme-wrapper .icon-worst-interaction:before {
  content: "\e883";
}
.madcap-theme-wrapper .icon-zoom-in:before {
  content: "\e884";
}
.madcap-theme-wrapper .icon-zoom-out:before {
  content: "\e885";
}
.madcap-theme-wrapper .icon-status-export-process:before {
  content: "\e886";
}
.madcap-theme-wrapper .icon-custom-data:before {
  content: "\e887";
}
.madcap-theme-wrapper .icon-download:before {
  content: "\e888";
}
.madcap-theme-wrapper .icon-time-picker:before {
  content: "\e889";
}
.madcap-theme-wrapper .icon-refresh:before {
  content: "\e88a";
}
.madcap-theme-wrapper .icon-status-export-done:before {
  content: "\e88b";
}
.madcap-theme-wrapper .icon-status-export-fail:before {
  content: "\e88c";
}
.madcap-theme-wrapper .icon-status-export-queue:before {
  content: "\e88d";
}
.madcap-theme-wrapper .icon-collapse-left:before {
  content: "\e88e";
}
.madcap-theme-wrapper .icon-date-picker:before {
  content: "\e88f";
}
.madcap-theme-wrapper .icon-expand-right:before {
  content: "\e890";
}
.madcap-theme-wrapper .icon-message-status-help:before {
  content: "\e891";
}
.madcap-theme-wrapper .icon-message-status-info:before {
  content: "\e892";
}
.madcap-theme-wrapper .icon-message-status-warning:before {
  content: "\e893";
}
.madcap-theme-wrapper .icon-status-message-error:before {
  content: "\e894";
}
.madcap-theme-wrapper .icon-collapse-up:before {
  content: "\e895";
}
.madcap-theme-wrapper .icon-expand-down:before {
  content: "\e896";
}
.madcap-theme-wrapper .icon-maximize:before {
  content: "\e897";
}
.madcap-theme-wrapper .icon-minimize:before {
  content: "\e898";
}
.madcap-theme-wrapper .icon-sort-ascending:before {
  content: "\e899";
}
.madcap-theme-wrapper .icon-sort-descending:before {
  content: "\e89a";
}
.madcap-theme-wrapper .icon-contact:before {
  content: "\e89b";
}
.madcap-theme-wrapper .icon-restore:before {
  content: "\e89c";
}
.madcap-theme-wrapper .icon-email:before {
  content: "\e89d";
}
.madcap-theme-wrapper .icon-flag:before {
  content: "\e89e";
}
.madcap-theme-wrapper .icon-comment:before {
  content: "\e89f";
}
.madcap-theme-wrapper .icon-actions:before {
  content: "\e8a0";
}
.madcap-theme-wrapper .icon-hamburger-menu:before {
  content: "\e8a1";
}
.madcap-theme-wrapper .icon-application:before {
  content: "\e8a2";
}
.madcap-theme-wrapper .icon-cut:before {
  content: "\e8a3";
}
.madcap-theme-wrapper .icon-edit:before {
  content: "\e8a4";
}
.madcap-theme-wrapper .icon-move:before {
  content: "\e8a5";
}
.madcap-theme-wrapper .icon-copy:before {
  content: "\e8a6";
}
.madcap-theme-wrapper .icon-text-analytics:before {
  content: "\e8a7";
}
.madcap-theme-wrapper .icon-trigger:before {
  content: "\e8a8";
}
.madcap-theme-wrapper .icon-recorder-circle:before {
  content: "\e8a9";
}
.madcap-theme-wrapper .icon-process-folder_open:before {
  content: "\e8aa";
}
.madcap-theme-wrapper .icon-process_folder-close:before {
  content: "\e8ab";
}
.madcap-theme-wrapper .icon-validator:before {
  content: "\e8ac";
}
.madcap-theme-wrapper .icon-path:before {
  content: "\e8ad";
}
.madcap-theme-wrapper .icon-paste:before {
  content: "\e8ae";
}
.madcap-theme-wrapper .icon-phone:before {
  content: "\e8af";
}
.madcap-theme-wrapper .icon-recorder:before {
  content: "\e8b0";
}
.madcap-theme-wrapper .icon-speaker:before {
  content: "\e8b1";
}
.madcap-theme-wrapper .icon-alert:before {
  content: "\e8b2";
}
.madcap-theme-wrapper .icon-area-chart:before {
  content: "\e8b3";
}
.madcap-theme-wrapper .icon-data-table:before {
  content: "\e8b4";
}
.madcap-theme-wrapper .icon-email-circle:before {
  content: "\e8b5";
}
.madcap-theme-wrapper .icon-favorite-unselected:before {
  content: "\e8b7";
}
.madcap-theme-wrapper .icon-favorite:before {
  content: "\e8b8";
}
.madcap-theme-wrapper .icon-import:before {
  content: "\e8b9";
}
.madcap-theme-wrapper .icon-export:before {
  content: "\e8ba";
}
.madcap-theme-wrapper .icon-floater:before {
  content: "\e8bb";
}
.madcap-theme-wrapper .icon-lock:before {
  content: "\e8bc";
}
.madcap-theme-wrapper .icon-schedule:before {
  content: "\e8bd";
}
.madcap-theme-wrapper .icon-advanced-options:before {
  content: "\e8be";
}
.madcap-theme-wrapper .icon-campaign:before {
  content: "\e8bf";
}
.madcap-theme-wrapper .icon-mini-hamburger-menu:before {
  content: "\e8c0";
}
.madcap-theme-wrapper .icon-acrobat-file:before {
  content: "\e8c1";
}
.madcap-theme-wrapper .icon-applications:before {
  content: "\e8c2";
}
.madcap-theme-wrapper .icon-excel-file:before {
  content: "\e8c3";
}
.madcap-theme-wrapper .icon-search-app:before {
  content: "\e8c4";
}
.madcap-theme-wrapper .icon-contact-copy:before {
  content: "\e8c5";
}
.madcap-theme-wrapper .icon-phone-circle:before {
  content: "\e8c6";
}
.madcap-theme-wrapper .icon-play-circle:before {
  content: "\e8c7";
}
.madcap-theme-wrapper .icon-stop-circle:before {
  content: "\e8c8";
}
.madcap-theme-wrapper .icon-volume:before {
  content: "\e8c9";
}
.madcap-theme-wrapper .icon-and:before {
  content: "\e8ca";
}
.madcap-theme-wrapper .icon-dropdown:before {
  content: "\e8cb";
}
.madcap-theme-wrapper .icon-small_or:before {
  content: "\e8cc";
}
.madcap-theme-wrapper .icon-speaker-circle:before {
  content: "\e8cd";
}
.madcap-theme-wrapper .icon-workflow:before {
  content: "\e8ce";
}
.madcap-theme-wrapper .icon-add:before {
  content: "\e8cf";
}
.madcap-theme-wrapper .icon-collections:before {
  content: "\e8d0";
}
.madcap-theme-wrapper .icon-custom-data-1:before {
  content: "\e8d1";
}
.madcap-theme-wrapper .icon-statuses:before {
  content: "\e8d2";
}
.madcap-theme-wrapper .icon-tasks:before {
  content: "\e8d3";
}
.madcap-theme-wrapper .icon-after:before {
  content: "\e8d4";
}
.madcap-theme-wrapper .icon-team:before {
  content: "\e8d5";
}
.madcap-theme-wrapper .icon-attach:before {
  content: "\e8d6";
}
.madcap-theme-wrapper .icon-textstyle-source-edit:before {
  content: "\e8d7";
}
.madcap-theme-wrapper .icon-mandatory:before {
  content: "\e8d8";
}
.madcap-theme-wrapper .icon-checkbox-partial-selected:before {
  content: "\e8da";
}
.madcap-theme-wrapper .icon-textstyle-align-center:before {
  content: "\e8db";
}
.madcap-theme-wrapper .icon-checkbox-selected:before {
  content: "\e8dc";
}
.madcap-theme-wrapper .icon-textstyle-align-left:before {
  content: "\e8dd";
}
.madcap-theme-wrapper .icon-checkbox-unselected:before {
  content: "\e8de";
}
.madcap-theme-wrapper .icon-radiobutton-selected:before {
  content: "\e8df";
}
.madcap-theme-wrapper .icon-radiobutton-unselected:before {
  content: "\e8e0";
}
.madcap-theme-wrapper .icon-textstyle-align-right:before {
  content: "\e8e1";
}
.madcap-theme-wrapper .icon-recalculate:before {
  content: "\e8e2";
}
.madcap-theme-wrapper .icon-operations:before {
  content: "\e8e3";
}
.madcap-theme-wrapper .icon-work-activities:before {
  content: "\e8e4";
}
.madcap-theme-wrapper .icon-resolution:before {
  content: "\e8e5";
}
.madcap-theme-wrapper .icon-absence-NotUsed:before {
  content: "\e8e6";
}
.madcap-theme-wrapper .icon-assign-schedule:before {
  content: "\e8e7";
}
.madcap-theme-wrapper .icon-Smaller-Than-Threshold:before {
  content: "\e8e8";
}
.madcap-theme-wrapper .icon-project-over-staffed:before {
  content: "\e8e9";
}
.madcap-theme-wrapper .icon-voice-over-ip:before {
  content: "\e8ea";
}
.madcap-theme-wrapper .icon-default-check:before {
  content: "\e8eb";
}
.madcap-theme-wrapper .icon-project:before {
  content: "\e8ef";
}
.madcap-theme-wrapper .icon-social:before {
  content: "\e8f0";
}
.madcap-theme-wrapper .icon-fax:before {
  content: "\e8f2";
}
.madcap-theme-wrapper .icon-callback:before {
  content: "\e8f5";
}
.madcap-theme-wrapper .icon-face-to-face:before {
  content: "\e8f6";
}
.madcap-theme-wrapper .icon-chat:before {
  content: "\e8f7";
}
.madcap-theme-wrapper .icon-calendar-month:before {
  content: "\e8fe";
}
.madcap-theme-wrapper .icon-calendar-week:before {
  content: "\e8ff";
}
.madcap-theme-wrapper .icon-no-selection:before {
  content: "\e902";
}
.madcap-theme-wrapper .icon-org-group:before {
  content: "\e90c";
}
.madcap-theme-wrapper .icon-org-node:before {
  content: "\e90d";
}
.madcap-theme-wrapper .icon-folder-type:before {
  content: "\e90e";
}
.madcap-theme-wrapper .icon-radiobutton-selector:before {
  content: "\e90f";
}
.madcap-theme-wrapper .icon-checkbox-partial-selector:before {
  content: "\e910";
}
.madcap-theme-wrapper .icon-checkbox-selector:before {
  content: "\e911";
}
.madcap-theme-wrapper .icon-folder-operations-open:before {
  content: "\e913";
}
.madcap-theme-wrapper .icon-folder-operations:before {
  content: "\e914";
}
.madcap-theme-wrapper .icon-folder-type-open:before {
  content: "\e915";
}
.madcap-theme-wrapper .icon-folder-recorder-open:before {
  content: "\e916";
}
.madcap-theme-wrapper .icon-folder-recorder:before {
  content: "\e917";
}
.madcap-theme-wrapper .icon-folder-phone-open:before {
  content: "\e918";
}
.madcap-theme-wrapper .icon-folder-phone:before {
  content: "\e919";
}
.madcap-theme-wrapper .icon-folder-speaker-open:before {
  content: "\e91a";
}
.madcap-theme-wrapper .icon-folder-speaker:before {
  content: "\e91b";
}
.madcap-theme-wrapper .icon-folder-callback-open:before {
  content: "\e91c";
}
.madcap-theme-wrapper .icon-folder-chat-open:before {
  content: "\e91d";
}
.madcap-theme-wrapper .icon-folder-chat:before {
  content: "\e91e";
}
.madcap-theme-wrapper .icon-folder-callback:before {
  content: "\e91f";
}
.madcap-theme-wrapper .icon-folder-email-open:before {
  content: "\e920";
}
.madcap-theme-wrapper .icon-folder-email:before {
  content: "\e921";
}
.madcap-theme-wrapper .icon-folder-face-to-face-open:before {
  content: "\e922";
}
.madcap-theme-wrapper .icon-outbound:before {
  content: "\e923";
}
.madcap-theme-wrapper .icon-folder-face-to-face:before {
  content: "\e924";
}
.madcap-theme-wrapper .icon-folder-outbound-open:before {
  content: "\e925";
}
.madcap-theme-wrapper .icon-folder-fax-open:before {
  content: "\e926";
}
.madcap-theme-wrapper .icon-folder-fax:before {
  content: "\e927";
}
.madcap-theme-wrapper .icon-folder-outbound:before {
  content: "\e928";
}
.madcap-theme-wrapper .icon-folder-resolution-open:before {
  content: "\e929";
}
.madcap-theme-wrapper .icon-folder-resolution:before {
  content: "\e92a";
}
.madcap-theme-wrapper .icon-folder-social-open:before {
  content: "\e92b";
}
.madcap-theme-wrapper .icon-folder-voice-over-ip-open:before {
  content: "\e92c";
}
.madcap-theme-wrapper .icon-folder-voice-over-ip:before {
  content: "\e92d";
}
.madcap-theme-wrapper .icon-folder-project:before {
  content: "\e92e";
}
.madcap-theme-wrapper .icon-folder-project-open:before {
  content: "\e92f";
}
.madcap-theme-wrapper .icon-folder-social:before {
  content: "\e930";
}
.madcap-theme-wrapper .icon-time-gap:before {
  content: "\e931";
}
.madcap-theme-wrapper .icon-go-to:before {
  content: "\e934";
}
.madcap-theme-wrapper .icon-employee-header:before {
  content: "\e939";
}
.madcap-theme-wrapper .icon-line-collapsed:before {
  content: "\e93a";
}
.madcap-theme-wrapper .icon-line-expanded:before {
  content: "\e93b";
}
.madcap-theme-wrapper .icon-menu-open:before {
  content: "\e93c";
}
.madcap-theme-wrapper .icon-request-approval-approved:before {
  content: "\e93d";
}
.madcap-theme-wrapper .icon-request-approval-denied:before {
  content: "\e93e";
}
.madcap-theme-wrapper .icon-request-approval-pending:before {
  content: "\e93f";
}
.madcap-theme-wrapper .icon-request-approval:before {
  content: "\e940";
}
.madcap-theme-wrapper .icon-textstyle-bigger:before {
  content: "\e941";
}
.madcap-theme-wrapper .icon-textstyle-bullet-list:before {
  content: "\e942";
}
.madcap-theme-wrapper .icon-textstyle-numbered-list:before {
  content: "\e943";
}
.madcap-theme-wrapper .icon-textstyle-smaller:before {
  content: "\e944";
}
.madcap-theme-wrapper .icon-textstyle-bold:before {
  content: "\e945";
}
.madcap-theme-wrapper .icon-textstyle-italic:before {
  content: "\e946";
}
.madcap-theme-wrapper .icon-textstyle-underline:before {
  content: "\e947";
}
.madcap-theme-wrapper .icon-list-to-list-move-left-with-decedents:before {
  content: "\e94c";
}
.madcap-theme-wrapper .icon-list-to-list-move-right-with-decedents:before {
  content: "\e94d";
}
.madcap-theme-wrapper .icon-make-group:before {
  content: "\e94e";
}
.madcap-theme-wrapper .icon-ungroup:before {
  content: "\e950";
}
.madcap-theme-wrapper .icon-expand-collapse-all:before {
  content: "\e952";
}
.madcap-theme-wrapper .icon-eye:before {
  content: "\e953";
}
.madcap-theme-wrapper .icon-ghosting:before {
  content: "\e954";
}
.madcap-theme-wrapper .icon-list-to-list-move-left:before {
  content: "\e955";
}
.madcap-theme-wrapper .icon-list-to-list-move-right:before {
  content: "\e956";
}
.madcap-theme-wrapper .icon-statistics-combinations:before {
  content: "\e957";
}
.madcap-theme-wrapper .icon-unselect-all:before {
  content: "\e958";
}
.madcap-theme-wrapper .icon-unlock:before {
  content: "\e959";
}
.madcap-theme-wrapper .icon-un-money:before {
  content: "\e95a";
}
.madcap-theme-wrapper .icon-un-overtime:before {
  content: "\e95b";
}
.madcap-theme-wrapper .icon-multi-trash:before {
  content: "\e95c";
}
.madcap-theme-wrapper .icon-project-staffed:before {
  content: "\e95d";
}
.madcap-theme-wrapper .icon-project-not-staffed:before {
  content: "\e95e";
}
.madcap-theme-wrapper .icon-project-under-staffed:before {
  content: "\e95f";
}
.madcap-theme-wrapper .icon-feedback:before {
  content: "\e960";
}
.madcap-theme-wrapper .icon-no-campaign:before {
  content: "\e961";
}
.madcap-theme-wrapper .icon-manage-external-domains:before {
  content: "\e962";
}
.madcap-theme-wrapper .icon-data-dictionary:before {
  content: "\e963";
}
.madcap-theme-wrapper .icon-attachment-size:before {
  content: "\e964";
}
.madcap-theme-wrapper .icon-address-book:before {
  content: "\e965";
}
.madcap-theme-wrapper .icon-Continuous:before {
  content: "\e966";
}
.madcap-theme-wrapper .icon-image:before {
  content: "\e968";
}
.madcap-theme-wrapper .icon-image-gallery:before {
  content: "\e969";
}
.madcap-theme-wrapper .icon-duplicate:before {
  content: "\e96a";
}
.madcap-theme-wrapper .icon-phantom-list:before {
  content: "\e96b";
}
.madcap-theme-wrapper .icon-unview:before {
  content: "\e96c";
}
.madcap-theme-wrapper .icon-bulk-import:before {
  content: "\e96d";
}
.madcap-theme-wrapper .icon-summary:before {
  content: "\e96e";
}
.madcap-theme-wrapper .icon-tenant:before {
  content: "\e96f";
}
.madcap-theme-wrapper .icon-sort-asc-old:before {
  content: "\e970";
}
.madcap-theme-wrapper .icon-sort-desc-old:before {
  content: "\e971";
}
.madcap-theme-wrapper .icon-unassign:before {
  content: "\e972";
}
.madcap-theme-wrapper .icon-find:before {
  content: "\e9b9";
}
.madcap-theme-wrapper .icon-class-session:before {
  content: "\e974";
}
.madcap-theme-wrapper .icon-class-manager:before {
  content: "\e975";
}
.madcap-theme-wrapper .icon-absence:before {
  content: "\e976";
}
.madcap-theme-wrapper .icon-set-default-check:before {
  content: "\e977";
}
.madcap-theme-wrapper .icon-sentiment-very-negative:before {
  content: "\e978";
}
.madcap-theme-wrapper .icon-sentiment-negative:before {
  content: "\e979";
}
.madcap-theme-wrapper .icon-sentiment-neutral:before {
  content: "\e97a";
}
.madcap-theme-wrapper .icon-sentiment-positive:before {
  content: "\e97b";
}
.madcap-theme-wrapper .icon-sentiment-very-positive:before {
  content: "\e97c";
}
.madcap-theme-wrapper .icon-micro-lock:before {
  content: "\e97d";
}
.madcap-theme-wrapper .icon-employee-by-group:before {
  content: "\e97f";
}
.madcap-theme-wrapper .icon-employee-by-org:before {
  content: "\e980";
}
.madcap-theme-wrapper .icon-uncategorize:before {
  content: "\e981";
}
.madcap-theme-wrapper .icon-arrow-moved-all:before {
  content: "\e983";
}
.madcap-theme-wrapper .icon-arrow-moved:before {
  content: "\e984";
}
.madcap-theme-wrapper .icon-convert-all-to-phantom:before {
  content: "\e985";
}
.madcap-theme-wrapper .icon-time-off:before {
  content: "\e986";
}
.madcap-theme-wrapper .icon-multi-notice:before {
  content: "\e987";
}
.madcap-theme-wrapper .icon-out-of-shift:before {
  content: "\e988";
}
.madcap-theme-wrapper .icon-fte:before {
  content: "\ea20";
}
.madcap-theme-wrapper .icon-backlog:before {
  content: "\ea21";
}
.madcap-theme-wrapper .icon-modeling-factor:before {
  content: "\ea22";
}
.madcap-theme-wrapper .icon-reforecast:before {
  content: "\ea23";
}
.madcap-theme-wrapper .icon-shrinkage:before {
  content: "\ea24";
}
.madcap-theme-wrapper .icon-clear:before {
  content: "\ea25";
}
.madcap-theme-wrapper .icon-home-base:before {
  content: "\ea26";
}
.madcap-theme-wrapper .icon-profile-load:before {
  content: "\ea27";
}
.madcap-theme-wrapper .icon-scale:before {
  content: "\ea28";
}
.madcap-theme-wrapper .icon-set-active-forecast:before {
  content: "\ea29";
}
.madcap-theme-wrapper .icon-set-home-base:before {
  content: "\ea2a";
}
.madcap-theme-wrapper .icon-file-add-new:before {
  content: "\ea2b";
}
.madcap-theme-wrapper .icon-file-new-from:before {
  content: "\ea2c";
}
.madcap-theme-wrapper .icon-history-add-new:before {
  content: "\ea2d";
}
.madcap-theme-wrapper .icon-history-new-from:before {
  content: "\ea2e";
}
.madcap-theme-wrapper .icon-profile-add--new:before {
  content: "\ea2f";
}
.madcap-theme-wrapper .icon-profile-new-from:before {
  content: "\ea30";
}
.madcap-theme-wrapper .icon-calendar-compact-view:before {
  content: "\ea31";
}
.madcap-theme-wrapper .icon-calendar-normal-view:before {
  content: "\ea32";
}
.madcap-theme-wrapper .icon-file:before {
  content: "\ea33";
}
.madcap-theme-wrapper .icon-forecast:before {
  content: "\ea34";
}
.madcap-theme-wrapper .icon-history:before {
  content: "\ea35";
}
.madcap-theme-wrapper .icon-profile:before {
  content: "\ea36";
}
.madcap-theme-wrapper .icon-analyze:before {
  content: "\ea37";
}
.madcap-theme-wrapper .icon-columns:before {
  content: "\ea38";
}
.madcap-theme-wrapper .icon-overtime:before {
  content: "\ea39";
}
.madcap-theme-wrapper .icon-rows-secondary:before {
  content: "\ea3a";
}
.madcap-theme-wrapper .icon-rows:before {
  content: "\ea3b";
}
.madcap-theme-wrapper .icon-suggest-employee:before {
  content: "\ea3c";
}
.madcap-theme-wrapper .icon-expand-to-popup:before {
  content: "\ea3e";
}
.madcap-theme-wrapper .icon-multiple-people:before {
  content: "\ea3f";
}
.madcap-theme-wrapper .icon-recurrence:before {
  content: "\ea40";
}
.madcap-theme-wrapper .icon-folder-system-open:before {
  content: "\ea41";
}
.madcap-theme-wrapper .icon-folder-system:before {
  content: "\ea42";
}
.madcap-theme-wrapper .icon-money:before {
  content: "\ea43";
}
.madcap-theme-wrapper .icon-draggable:before {
  content: "\ea44";
}
.madcap-theme-wrapper .icon-overnight:before {
  content: "\ea45";
}
.madcap-theme-wrapper .icon-locked-employee:before {
  content: "\eafb";
}
.madcap-theme-wrapper .icon-configure-profile:before {
  content: "\eb00";
}
*/

/* PTE Color definitions */

:root
{
	/*******************************
    * Colors                      *
    *******************************/
	--VerintPrimary: #0075e4;
	--VerintWater: #0d3e86;
	--VerintTertiary: #05ce7c;
	--VerintHorizontalRules: #0D3E86;
	--HeaderFooter: #868684;
	--HeadingH5: #0d7f46;
	--WorkflowBorder: #00CE7C;
	--BreadCrumbsLink: #5cc2e9;
	--HelpHeading: #363b3f;
	--HelpLoP: #323232;
	--HelpImageBorder: #696969;
	--HelpGreen: #9acd32;
	--HelpRed: #ff0000;
	--MsgBackground: #d0d3d6;
	--MsgCaution: #f44141;
	--MsgImportant: #fa6e1e;
	--MsgTip: #05ce7c;
	--CodeBackground: #f8f8f8;
	--CodeOutputBorder: #5a6675;
	--AvayaPrimary: #cc0000;
	--FeatAvailability: #ffffff;
}

/* colors
.madcap-theme-wrapper Headings, TOC heading entries, bullets, dashes, and links: #0075e4
.madcap-theme-wrapper HRs (deep sea): #0D3E86
.madcap-theme-wrapper Header/Footer text: #646A6F
*/

/*------FONTAWESOME LESS CSS PREPROCESSOR- CURRENT VERSION 6.4.2--------------------------------*/
/* Direct replacement from FSS CSS for use by PTE */

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

.madcap-theme-wrapper .fa
{
	font-family: var(--fa-style-family, 'Font Awesome 6 Free');
	font-weight: var(--fa-style, 900);
}

.madcap-theme-wrapper .fa,
.madcap-theme-wrapper .fas,
.madcap-theme-wrapper .fa-solid,
.madcap-theme-wrapper .fass,
.madcap-theme-wrapper .fa-sharp,
.madcap-theme-wrapper .far,
.madcap-theme-wrapper .fa-regular,
.madcap-theme-wrapper .fab,
.madcap-theme-wrapper .fa-brands
{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
}

.madcap-theme-wrapper .fas,
.madcap-theme-wrapper .fa-classic,
.madcap-theme-wrapper .fa-solid,
.madcap-theme-wrapper .far,
.madcap-theme-wrapper .fa-regular
{
	font-family: 'Font Awesome 6 Free';
}

.madcap-theme-wrapper .fab,
.madcap-theme-wrapper .fa-brands
{
	font-family: 'Font Awesome 6 Brands';
}

.madcap-theme-wrapper .fa-1x
{
	font-size: 1em !important;
}

.madcap-theme-wrapper .fa-2x
{
	font-size: 2em !important;
}

.madcap-theme-wrapper .fa-3x
{
	font-size: 3em !important;
}

.madcap-theme-wrapper .fa-4x
{
	font-size: 4em !important;
}

.madcap-theme-wrapper .fa-5x
{
	font-size: 5em !important;
}

.madcap-theme-wrapper .fa-6x
{
	font-size: 6em !important;
}

.madcap-theme-wrapper .fa-7x
{
	font-size: 7em !important;
}

.madcap-theme-wrapper .fa-8x
{
	font-size: 8em !important;
}

.madcap-theme-wrapper .fa-9x
{
	font-size: 9em !important;
}

.madcap-theme-wrapper .fa-10x
{
	font-size: 10em !important;
}

.madcap-theme-wrapper .fa-2xs
{
	font-size: 0.625em !important;
	line-height: 0.1em !important;
	vertical-align: 0.225em;
}

.madcap-theme-wrapper .fa-xs
{
	font-size: 0.75em !important;
	line-height: 0.08333333em !important;
	vertical-align: 0.125em;
}

.madcap-theme-wrapper .fa-sm
{
	font-size: 0.875em !important;
	line-height: 0.07142857em !important;
	vertical-align: 0.05357143em;
}

.madcap-theme-wrapper .fa-lg
{
	font-size: 1.25em !important;
	line-height: 0.05em !important;
	vertical-align: -0.075em;
}

.madcap-theme-wrapper .fa-xl
{
	font-size: 1.5em !important;
	line-height: 0.04166667em !important;
	vertical-align: -0.125em;
}

.madcap-theme-wrapper .fa-2xl
{
	font-size: 2em !important;
	line-height: 0.03125em !important;
	vertical-align: -0.1875em;
}

.madcap-theme-wrapper .fa-fw
{
	text-align: center;
	width: 1.25em;
}

.madcap-theme-wrapper .fa-ul
{
	list-style-type: none !important;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.madcap-theme-wrapper .fa-ul > li
{
	position: relative;
}

.madcap-theme-wrapper .fa-li
{
	left: calc(var(--fa-li-width, 2em) * -1);
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
}

.madcap-theme-wrapper .sr-only,
.madcap-theme-wrapper .fa-sr-only
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.madcap-theme-wrapper .sr-only-focusable:not(:focus),
.madcap-theme-wrapper .fa-sr-only-focusable:not(:focus)
{
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

:root,
:host
{
	--fa-style-family-classic: 'Font Awesome 6 Free Solid';
	--fa-font-solid: normal 900 1em / 1 'Font Awesome 6 Free Solid';
}

@font-face 
{
	font-family: "Font Awesome 6 Free Solid";
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-fontawesome-webfonts/fa_2D00_solid_2D00_900.woff2?_=639098611327115530') format('woff2'), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-fontawesome-webfonts/fa_2D00_solid_2D00_900.ttf?_=639098611326958998') format('truetype');
}

.madcap-theme-wrapper .fas,
.madcap-theme-wrapper .fa-solid
{
	font-weight: 900;
	mc-hidden: hidden;
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */

:root,
:host
{
	--fa-style-family-classic: 'Font Awesome 6 Free Regular';
	--fa-font-regular: normal 400 1em / 1 'Font Awesome 6 Free Regular';
}

@font-face 
{
	font-family: "Font Awesome 6 Free Regular";
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-fontawesome-webfonts/fa_2D00_regular_2D00_400.woff2?_=639098611326958998') format('woff2'), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-fontawesome-webfonts/fa_2D00_regular_2D00_400.ttf?_=639098611326958998') format('truetype');
}

.madcap-theme-wrapper .far,
.madcap-theme-wrapper .fa-regular
{
	font-weight: 400;
	mc-hidden: hidden;
}

/*-------------------------Mixins ------------------------------*/

/* ==============================================================
   File: mixins-lists.less
   Purpose: Shared mixins for list styling across online, print, and QRC outputs.
   Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
   Updated: 2025-11-11
   Notes:
     • Provides reusable mixins for UL/OL spacing, margins, and icon handling.
     • Supports responsive design and print/QRC adjustments.
     • Includes convenience mixins for ordered and unordered list levels.
============================================================== */

/* ==============================================================
   Shared Mixins for Lists
============================================================== */

/* --------------------------------------------------------------
   List container margins (online)
   @marginBlock: margin-block for the list
   @marginInlineStart: margin-inline-start for the list
-------------------------------------------------------------- */

/* --------------------------------------------------------------
   List container margins (print + QRC)
   @marginLeftPrint: @{marginStart} for print
   @marginLeftQRC: @{marginStart} for QRC
-------------------------------------------------------------- */

/* --------------------------------------------------------------
   List item spacing (online)
   @marginBlock: margin-block on <li>
   @marginInlineStart: margin-inline-start on <li>
   @paddingInlineStart: padding-inline-start on <li>
-------------------------------------------------------------- */

/* --------------------------------------------------------------
   UL item spacing (online + pseudo bullet positioning)
-------------------------------------------------------------- */

/* ==============================================================
   Paragraph Properties for Lists
============================================================== */

/* Common paragraph tweaks for list items (print + QRC) */
/* Paragraph spacing inside list items (first vs subsequent paragraphs) */

/* ==============================================================
   Lists Inside Notice Containers (print & QRC adjustments)
============================================================== */

/* ==============================================================
   UL Bullet Icon (Font Awesome)
============================================================== */

/* @ULIcon: FA glyph variable
   @colorOnline: icon color online
   @colorPrint: icon color print/QRC
   @fontScale: percentage font-size for icon (default 45%)
   @offsetInline: inline offset (default -1em)
   @offsetBlock: block offset (default 0.8em)
*/

/* ==============================================================
   Convenience Mixins for List Levels
============================================================== */

/* Ordered list level helper
   @style: list-style-type (decimal, lower-alpha, lower-roman…)
   @olMarginBlock: online list margin-block
   @olMarginInlineStart: online list margin-inline-start
   @printMarginLeft: @{marginStart} for print
   @qrcMarginLeft: @{marginStart} for QRC
   @liMarginBlock: online li margin-block
   @liMarginInlineStart: online li margin-inline-start
   @liPaddingInlineStart: online li padding-inline-start
*/

/* Unordered list level helper (with icon)
   @icon: Font Awesome icon variable
   @onlineColor: icon color (online)
   @printColor: icon color (print/QRC)
   @ulMarginBlock: online list margin-block
   @ulMarginInlineStart: online list margin-inline-start
   @printMarginLeft: @{marginStart} for print
   @qrcMarginLeft: @{marginStart} for QRC
   @liMarginBlock: online li margin-block
   @liMarginInlineStart: online li margin-inline-start
   @liPaddingInlineStart: online li padding-inline-start
*/

/* ==============================================================
   File: mixins-anchors.less
   Purpose: Reusable mixins for anchor styling, focus rings, and icon buttons.
   Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
   Updated: 2025-11-11
   Notes:
     • Provides accessible focus styles for keyboard navigation.
     • Includes hover, active, visited states with customizable colors.
     • Supports icon-only buttons with neutralized text styling.
============================================================== */

/* ==============================================================
   Focus Ring (Padded)
============================================================== */

/* Adds a padded focus ring for anchors or buttons.
   Parameters:
     @ringColor: Color of the focus outline
     @ringWidth: Outline thickness
     @offset: Outline offset from element
     @padBlock: Block padding for breathing room
     @padInline: Inline padding for breathing room
     @radius: Border radius for rounded corners
     @useInlineBlock: Ensures element can accept padding (anchors are inline by default)
*/

/* ==============================================================
   Anchor Styles (Composed with Focus Ring)
============================================================== */

/* Provides merged anchor styles including hover, active, visited, and focus states.
   Parameters:
     @hoverColor, @activeColor, @visitedColor: State colors
     @focusColor: Focus ring color
     @focusWidth, @focusOffset: Focus ring geometry
     @padBlock, @padInline: Padding for anchors
     @radius: Border radius
     @useInlineBlock: Inline-block toggle
     @hoverWeight: Font weight on hover
     @transitionDur: Transition duration
     @decorationBase, @decorationHover, @decorationFocus: Text decoration states
*/

/* ==============================================================
   Icon-Only Button Styles
============================================================== */

/* Creates an icon-only button with focus ring and neutralized text styling.
   Parameters:
     @ringColor: Focus ring color
     @ringWidth, @ringOffset: Focus ring geometry
     @radius: Border radius
     @hoverColor, @activeColor, @visitedColor: State colors
*/

/* ==============================================================
   File: mixins-paragraphs.less
   Purpose: Shared mixins for paragraph styling, spacing, navigation,
            and accessibility enhancements across online, print, and QRC.
   Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
   Updated: 2025-11-24
   Notes:
     • Provides reusable utilities for margins, padding, focus rings, and shadows.
     • Includes mixins for side navigation, toolbar icons, and logical properties.
     • Supports responsive design and print pagination control.
============================================================== */

/* ==============================================================
   Common Page-Break & Orphan/Widow Control
============================================================== */

/* Standardize print pagination control across paragraphs.
   Usage: Apply in print/QRC contexts.
   Notes: Conservative defaults to avoid lonely or dangling lines.
*/

/* ==============================================================
   Responsive Logical Margin
============================================================== */

/* Apply logical margin on the inline axis with a single param.
   Usage: .mxResponsiveMargin(1em auto);
*/

/* ==============================================================
   Side Navigation List Styles
============================================================== */

/* Provides consistent styling for side navigation items and anchors.
   Parameters:
     @indent: logical offset for link start
     @borderWidth: inline-start bar thickness
     @borderColor: default bar color
     @borderColorActive: bar color when selected
     @linkColor: text color
     @linkBgHover: hover background color
     @linkBgActive: active background color
     @fontSize: font size for link text
     @lineHeight: line height
     @pad: uniform padding for link
*/

/* ==============================================================
   Toolbar Icon Mixin
============================================================== */

/* Inject an icon via ::before using a provided glyph variable.
   Usage: .mxToolbarIcon(@fa-var-xyz);
*/

/* ==============================================================
   Logical Padding Helper
============================================================== */

/* Shorthand for padding-block and padding-inline.
   Usage: .mxPad(0.5em; 1em);
*/

/* ==============================================================
   Box Shadow via CSS Variable
============================================================== */

/* Centralize box-shadow usage with a project variable.
   Usage: .mxShadowVar(); or .mxShadowVar(--myShadowVar);
*/

/* ==============================================================
   Logical Margin Shorthand
============================================================== */

/* ==============================================================
   Border Radius (Logical + Physical)
============================================================== */

/* Usage examples:
   .mxBorderRadius(@logical: true, @physical: false); // logical only
   .mxBorderRadius(@logical: false, @physical: true); // physical only
   .mxBorderRadius(@logical: true, @physical: true);  // both (default)
*/

/* ==============================================================
   File: mixins-theme.less
   Purpose: Provides a reusable mixin for smooth theme transitions
            between light and dark modes.
   Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
   Updated: 2025-11-11
   Notes:
     • Applies transition to background-color and text color.
     • Recommended for elements that change theme dynamically.
============================================================== */

/* ==============================================================
   Mixin: Background & Text Color Transition
============================================================== */

/* Adds a smooth transition for theme changes.
   Usage:
     .mxBackgroundColorTransition();
   Parameters:
     (none) — uses fixed duration and easing.
*/

/* ==============================================================
   File: mixins-css-root.less
   Purpose: Provides a mixin for creating CSS custom properties
            and applies global root-level variables for typography
            and UI tokens.
   Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
   Updated: 2025-11-20
   Notes:
     • Use this mixin to define CSS variables consistently.
     • Supports dynamic values including LESS variables and clamp().
============================================================== */

/* ==============================================================
   Mixin: Create CSS Root Variable
============================================================== */

/* Generates a CSS custom property.
   Usage:
     .mxCreateCSSVariable(name, value);
   Example:
     .mxCreateCSSVariable(varHeadingFontSize, ~"clamp(1.5em, 5vw, 2em)");
*/

/* ==============================================================
   Root-Level Variable Definitions
============================================================== */

/* Applies global CSS variables for typography and UI tokens.
   Includes language tokens and responsive font sizes.
*/

:root
{
	/* Language tokens */
	--close: Close;
	--updated: 'Updated:';
	/* Typography scales using clamp() for responsiveness */
	--varHeadingFontSize: clamp(1.5em, 5vw, 2em);
	--varBodyFontSize: clamp(1em, 2.5vw, 1.1em);
	--varQIGHeadingFontSize: clamp(1.75em, 5vw, 3em);
	--varQIGExpandingHeadingFontSize: clamp(2em, 5vw, 2.75em);
	--varFontAwesomeFontSize: clamp(1.65em, 2.5vw, 1.75em);
	--varSubHeadingFontSize: clamp(1.5em, 0.5em + 1.30vw, 2em);
	--varCalloutNumberFontSize: clamp(1.75em, 2vw + 1em, 3.25em);
	--varTimelineHeadingFontSize: clamp(1.1em, 2.5vw, 1.25em);
}

/*------LANGUAGES----------------------------------------------------------------*/

/*To generate css for a different language, add "//" to the front of LanguageVariables-en.less and remove the "//" for the desired language and do a SAVE AS to the Flare project with 
.madcap-theme-wrapper same language.*/

/*----------------------------------------------------------------------------------------------------------------------*/
/* Not a direct replacement from FSS CSS for use by PTE */

/* ==============================================================
   File: language-variables-en.less
   Purpose: Localizable language tokens for English targets.
   Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
   Updated: 2025-11-20
   Notes:
     • Provides single-source tokens for UI text, headings, and labels.
     • Supports localization by overriding tokens in language-specific files.
     • Includes typographic quote marks and RTL flag for layout control.
============================================================== */

/* ==============================================================
   Language Tokens: English
============================================================== */

/* Guidelines:
   - Keep tokens quoted to prevent accidental variable expansion.
   - Use @quoteStart and @quoteEnd for all quoted text output.
   - For overrides: create language-specific files (e.g., Variables-fr.less).
*/

/* Quotation marks:
   • English smart quotes: \201C … \201D
   • French guillemets:    \00AB … \00BB
   • CJK corner brackets:  \300C … \300D
*/

/* ==============================================================
   File: language-variables-en.less
   Purpose:    Logical Property Aliases.
   Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
   Updated: 2025-12-02
   Notes:
     • Defines reusable tokens for inline and block axis alignment for LTR languages.
     • Provides physical and logical property aliases for print and online outputs.
     • Enables localization by overriding tokens in language-specific files.
     • Includes typographic helpers (e.g., text indent, transform offsets).
     • Supports layout direction control (LTR by default; RTL via overrides).
==============================================================


/* Inline axis alignment */

/* Inline axis aliases */
/* Block axis helpers */
/* Utility tokens */
/*------ONLINE ONLY LESS CSS PREPROCESSOR PROPERTIES-------------------------------*/
/* Direct replacement from FSS CSS for use by PTE */

@supports (display: flex) {
  .contentContainer {
    display: flex;
  }
  .CardContainer {
    display: flex;
  }
  .info-container {
    display: flex;
  }
  .sidenav-layout {
    display: flex;
  }
  a.MCDropDownHotSpot[aria-expanded="true"].dropDownHotspotHeading {
    display: flex;
  }
  a.MCDropDownHotSpot[aria-expanded="false"].dropDownHotspotHeading {
    display: flex;
  }
  .controls {
    display: flex;
  }
  .timeline {
    display: flex;
  }
  .timeline .timelineWrap .timelineContent {
    display: flex;
  }
  .timeline .timelineWrap .timelineHead {
    display: flex;
  }
  .flex-rw {
    display: flex;
  }
  footer {
    display: flex;
  }
  .title-bar-layout .logo-wrapper {
    display: flex;
  }
} 

@supports (text-align: end) {
  div {
    /* Div styles used in SideNavTopic.flmsp masterpage to contain the build date and time on each page - start -----------------------------*/
  }
  div.ModDate {
    text-align: end;
  }
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .alignend {
      text-align: end;
    }
  }
} 

@supports (text-align: start) {
  div.QIGModDate {
    text-align: start;
  }
  .tile-content {
    text-align: start;
  }
  .info-section-tile {
    text-align: start;
  }
  .info-section-tile-content {
    text-align: start;
  }
  .info-section-tile-footer {
    text-align: start;
  }
  ul.sub-menu {
    text-align: start;
  }
  .footerbox > p {
    text-align: start;
  }
  .QIGfooterbox > p {
    text-align: start;
  }
  ul {
    /*--end--*/
    /*Format top menu list items and remove bullet icons-start--------------*/
    /*--end--*/
  }
  ul.menu._Skins_SideMenu.mc-component {
    text-align: start;
  }
  ul.menu._Skins_SideMenu.mc-component > li::marker {
    vertical-align: 0%;
    content: none;
    font-size: 0% !important;
    font-family: 'Font Awesome 6 Free Solid';
  }
  ul.menu._Skins_SideMenu.mc-component li ul.sub-menu {
    text-align: start;
  }
  ul.navigation ul.sub-menu {
    text-align: start;
  }
  .tile-content {
    text-align: start;
  }
  .tile-footer {
    text-align: start;
  }
  /*--end--*/
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .WarningHeader {
      text-align: start;
    }
  }
  /* Cover page product title style */
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .productTitle {
      text-align: start;
    }
  }
  /* Cover page product version style */
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .productVersion {
      text-align: start;
    }
  }
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    caption {
      text-align: start;
    }
  }
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .alignstart {
      text-align: start;
    }
  }
  ul {
    /*--end--*/
    /*Format top menu list items and remove bullet icons-start--------------*/
    /*--end--*/
  }
  ul.menu._Skins_SideMenu.mc-component {
    text-align: start;
  }
  ul.menu._Skins_SideMenu.mc-component li ul.sub-menu {
    text-align: start;
  }
  ul.navigation ul.sub-menu {
    text-align: start;
  }
  @media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    table thead th {
      text-align: start;
    }
  }
  table.HardwareInstallTable {
    /*--end--*/
  }
  table.HardwareInstallTable tbody {
    /*--end--*/
  }
  @media only screen and (max-width: 359px) {
    table.HardwareInstallTable tbody td {
      text-align: start;
    }
  }
  @media only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    table.HardwareInstallTable tbody td {
      text-align: start;
    }
  }
} 

@supports (float: inline-end) {
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .floatEnd {
      float: inline-end;
    }
  }
  .buttons[class*="_Skins_Toolbar_"].mc-component {
    float: inline-end;
  }
  .VideoTile {
    float: inline-end;
  }
  /*--end--*/
} 

@supports (float: inline-start) {
  @media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px) {
    .floatStart {
      float: inline-start;
    }
  }
  div {
    /*This layout was created using the Responsive Layout Editor in MadCap Flare. Go to: Home Ribbon > Styles Section > Responsive Layout*/
    /*--end--*/
  }
  div.topic-layout > div {
    float: inline-start;
  }
  .button-group-container-left {
    float: inline-start;
  }
  .timeline .timelineWrap .timelineContent {
    float: inline-start;
  }
} 

/*------VARIABLES---------------------------------------------------------------*/
/* NOT a direct replacement from FSS; use VS Code to compare */

/* ==============================================================
   File: variables.less
   Purpose: Centralized LESS variables for breakpoints, media queries,
            fonts, font sizes, and line heights.
   Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
   Updated: 2025-11-11
   Notes:
     • Provides responsive breakpoints and query strings for all targets.
     • Defines font families for online, print, and special cases.
     • Includes CSS custom property hooks for dynamic sizing.
   Dependencies:
     • Used globally across components and mixins.
============================================================== */

/* ==============================================================
   Breakpoints (px values)
============================================================== */

/* ==============================================================
   Media Query Variables
============================================================== */

/* ==============================================================
   Font Families
============================================================== */

/* ==============================================================
   Font Sizes
============================================================== */

/* CSS variable hooks */

/* ==============================================================
   Line Heights
============================================================== */

/* ==============================================================
   Legacy Media Queries (Deprecated)
============================================================== */

/* ==============================================================
   Shadows (CSS Variable Hooks)
============================================================== */

/* Direct replacement from FSS CSS for use by PTE */
/*----------------- VERINT COLOURS -start -----------------------------------------------------*/

/*The Verint colour palette provides specific colours that can be used in their primary form, 
.madcap-theme-wrapper as well as in darker shades or lighter tints.*/

/*Verint Blue - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Green - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Orange - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Gray - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Text - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Support - Start------------------------------------------------------------------------*/
/*--end--*/
/*Verint Backgrounds - Start------------------------------------------------------------------------*/
/*--end--*/
/*CSS Variables used for dark/light theme--------------------------------------------------------------------*/
/*----------------- VERINT COLOURS -end -----------------------------------------------------*/
/* NOT a direct replacement from FSS; use VS Code to compare */

.madcap-theme-wrapper html[data-theme='dark']
{
	--varColorAnchorActive: #85CBFF;
	--varColorAnchorFocus: #0D3E86;
	--varColorAnchorHover: #05CE7C;
	--varColorAnchorVisited: #B0B6BB;
	--varColorBackground: #262A33;
	--varColorBorderMsgNote: #007AFF;
	--varColorBorderPopup: #85CBFF;
	--varColorBreadcrumbs: #B0B6BB;
	--varColorCloseToggler: #85CBFF;
	--varColorDefinitionList: #85CBFF;
	--varColorDIVAttribution: #E1F4FF;
	--varColorDIVBackground: #B0B6BB;
	--varColorDIVParagraphs: #262A33;
	--varColorExpandingText: #85CBFF;
	--varColorHamburgerMenu: #E6E6EC;
	--varColorHeader: #85CBFF;
	--varColorHomepageFAIcons: #B0B6BB;
	--varColorHotSpot: #E1F4FF;
	--varColorSearchPagination: #E6E6EC;
	--varColorSearchURL: #85CBFF;
	--varColorShadow: #B0B6BB;
	--varColorSideNav: #0D3E86;
	--varColorSideNavBorder: #E1F4FF;
	--varColorTableHead: #B0B6BB;
	--varColorTableRowHover: #0D3E86;
	--varColorText: #E6E6EC;
	--varColorULBullets: #E6E6EC;
	--varColorULBulletsWarning: #EE0000;
	--varColorXref: #B0B6BB;
	--varTableRowText: #333333;
	--varBorderColor: #85CBFF;
	--varSubMenu: #85CBFF;
	--varBoxShadow: rgba(205, 205, 162, 0.25) 0px 0.125em 0.3125em -0.0625em, rgba(255, 255, 255, 0.3) 0px 0.0625em 0.1875em -0.0625em;
	--varTextShadow: rgba(50, 50, 93, 0.25) 0px 0.125em 0.3125em, rgba(0, 0, 0, 0.3) 0px 0.0625em 0.1875em;
}

.madcap-theme-wrapper html[data-theme='dark'] img
{
	filter: invert(100%) hue-rotate(180deg);
	mix-blend-mode: screen;
}

.madcap-theme-wrapper html[data-theme='dark'] .micro-content
{
	box-shadow: var(--varBoxShadow);
}

.madcap-theme-wrapper html
{
	--varColorAnchorActive: #0057BF;
	--varColorAnchorFocus: #0057BF;
	--varColorAnchorHover: #0D7F46;
	--varColorAnchorVisited: #5A6675;
	--varColorBackground: #FFFFFF;
	--varColorBorderMsgNote: #0057BF;
	--varColorBorderPopup: #262A33;
	--varColorBreadcrumbs: #0057BF;
	--varColorCloseToggler: #0057BF;
	--varColorDefinitionList: #0057BF;
	--varColorDIVAttribution: #5A6675;
	--varColorDIVBackground: #E6E6EC;
	--varColorDIVParagraphs: #333333;
	--varColorExpandingText: #0057BF;
	--varColorHamburgerMenu: #0057BF;
	--varColorHeader: #0057BF;
	--varColorHomepageFAIcons: #5A6675;
	--varColorHotSpot: #0057BF;
	--varColorSearchPagination: #0057BF;
	--varColorSearchURL: #0057BF;
	--varColorShadow: #262A33;
	--varColorSideNav: #E1F4FF;
	--varColorSideNavBorder: #007AFF;
	--varColorTableHead: #E6E6EC;
	--varColorTableRowHover: #E1F4FF;
	--varColorText: #333333;
	--varColorULBullets: #0057BF;
	--varColorULBulletsWarning: #EE0000;
	--varColorXref: #0057BF;
	--varTableRowText: #333333;
	--varBorderColor: #007AFF;
	--varSubMenu: #007AFF;
	--varBoxShadow: rgba(50, 50, 93, 0.25) 0px 0.125em 0.3125em -0.0625em, rgba(0, 0, 0, 0.3) 0px 0.0625em 0.1875em -0.0625em;
	--varTextShadow: rgba(50, 50, 93, 0.25) 0px 0.125em 0.3125em, rgba(0, 0, 0, 0.3) 0px 0.0625em 0.1875em;
}

.madcap-theme-wrapper html .micro-content
{
	box-shadow: var(--varBoxShadow);
}

/* Notes & spans & madcap*/
/* Direct replacement from FSS CSS for use by PTE */

/* ==============================================================
.madcap-theme-wrapper File: Span03.less
.madcap-theme-wrapper Purpose: Inline elements, spans, and utility classes for styling
.madcap-theme-wrapper Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
.madcap-theme-wrapper Updated: 2025-11-21
.madcap-theme-wrapper Notes:
• Uses logical properties for RTL/LTR support.
• Responsive adjustments for online, print, and QRC outputs.
• Consolidated mixins for maintainability.
.madcap-theme-wrapper Dependencies:
• variables.less (colors, typography, sizes)
• media-queries.less (@mq-extrasmall … @mq-xxxlarge)
• project mixins (e.g., .mxAnchorStyles, .mxBorderRadius)
============================================================== */

/* ============================================
   Mixins
   ============================================ */

/* Apply a rule across all online breakpoints (full matrix) */

/* ============================================
   Mixins (unified + normalized)
   ============================================ */

/* Unified: set image float by context with common spacing */
/* Context wrappers — print & QRC MUST be separate for Flare */
/* Figcaption styling (params kept) */
/* Super/Sub script type scale by output (print & QRC separate) */

/* ============================================
   Elements
   ============================================ */

.madcap-theme-wrapper abbr
{
	text-transform: uppercase;
}

.madcap-theme-wrapper address
{
	font-style: italic;
}

.madcap-theme-wrapper blockquote
{
	margin: 0;
	padding: 15px;
	background: #E6E6EC;
	color: var(--varColorDIVParagraphs);
	border-radius: 5px;
}

.madcap-theme-wrapper blockquote::after
{
	content: '\201D';
}

.madcap-theme-wrapper blockquote::before
{
	content: '\201C';
}

@media print, quick-reference, quick-reference_Avaya
{
	caption
	{
		font-size: 0.85em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	caption
	{
		font-size: 0.85em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	figure
	{
		margin-inline-start: 0;
		margin-inline-end: 0;
		margin-block-end: 1em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	figure
	{
		margin: 0 0 1em -0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	figure
	{
		margin: 0 0 1em -0.5em;
	}
}

.madcap-theme-wrapper figcaption
{
	color: var(--varColorXref);
	padding-block-start: 1em;
	padding-block-end: 1em;
	mc-auto-number-format: 'CF: ' Figure ' {chapnum}-{n+}: ';
}

.madcap-theme-wrapper kbd
{
	border-start-start-radius: 0.25em;
	border-start-end-radius: 0.25em;
	border-end-start-radius: 0.25em;
	border-end-end-radius: 0.25em;
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
	background-color: #F3F3F3;
	border: 1px solid #262A33;
	box-shadow: var(--varBoxShadow);
	color: #333333;
	display: inline-block;
	font-family: 'Courier New';
	font-size: 0.85em !important;
	font-weight: 700;
	line-height: 1 !important;
	mc-dita-type: userinput;
	padding: 0.2em 0.4em;
	white-space: nowrap;
}

.madcap-theme-wrapper samp
{
	font-family: 'Courier New';
	mc-dita-type: systemoutput;
}

/* Inline semantic spans */

.madcap-theme-wrapper span.barcode
{
	font-family: 'Code 39-hoch-Logitogo';
	font-size: 1.4em !important;
}

.madcap-theme-wrapper span.userinput
{
	font-weight: 700;
	mc-dita-type: userinput;
}

.madcap-theme-wrapper span.MCBreadcrumbsDivider
{
	color: #5A6675;
	font-size: 1.25em !important;
	font-weight: 400;
}

.madcap-theme-wrapper span.apiname
{
	font-family: 'Courier New';
	mc-dita-type: apiname;
}

.madcap-theme-wrapper span.cmdname
{
	font-family: 'Courier New';
	mc-dita-type: cmdname;
}

.madcap-theme-wrapper span.codeblock
{
	font-family: 'Courier New';
	mc-dita-type: codeblock;
}

.madcap-theme-wrapper span.filepath
{
	font-weight: 700;
	mc-dita-type: filepath;
}

.madcap-theme-wrapper span.menucascade
{
	mc-dita-type: menucascade;
}

.madcap-theme-wrapper span.kwd
{
	font-family: 'Courier New';
	mc-dita-type: kwd;
	text-transform: uppercase;
}

.madcap-theme-wrapper span.oper
{
	font-family: 'Courier New';
	mc-dita-type: oper;
}

.madcap-theme-wrapper span.shortcut
{
	font-weight: 900;
	mc-dita-type: shortcut;
	text-decoration: underline;
}

.madcap-theme-wrapper span.uicontrol
{
	font-weight: 900;
	mc-dita-type: uicontrol;
}

.madcap-theme-wrapper span.wintitle
{
	font-weight: 900;
	mc-dita-type: wintitle;
}

.madcap-theme-wrapper code
{
	font-family: 'Courier New';
	padding: 0.2em 0.4em;
	/* Adds breathing space */
}

.madcap-theme-wrapper time
{
	color: var(--varColorText);
	font-style: italic;
}

/* ============================================
   Alignment utilities (print/QRC)
   ============================================ */

/* Set an element alignment for print. For online: see SupportRule.less */

@media print, quick-reference, quick-reference_Avaya
{
	.alignstart
	{
		text-align: left;
		/* LTR:left, RTL:right */
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.alignstart
	{
		text-align: left;
		/* LTR:left, RTL:right */
	}
}

/* Set an element alignment for print. For online look at SupportRule.less files */

@media print, quick-reference, quick-reference_Avaya
{
	.alignend
	{
		text-align: right;
		/* LTR:right, RTL:left */
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.alignend
	{
		text-align: right;
		/* LTR:right, RTL:left */
	}
}

/* Center everywhere */

.madcap-theme-wrapper .aligncenter
{
	text-align: center;
}

/* ============================================
   Text transforms & small utilities
   ============================================ */

.madcap-theme-wrapper .capitalize
{
	text-transform: capitalize;
}

.madcap-theme-wrapper .lowercase
{
	text-transform: lowercase;
}

.madcap-theme-wrapper .uppercase
{
	text-transform: uppercase;
}

.madcap-theme-wrapper .codeSnippet
{
	border: 1px solid #B0B6BB;
	direction: ltr;
	font-size: 0.75em !important;
	margin: 1em;
	padding: 1em;
}

.madcap-theme-wrapper .fontAwesomeLarge
{
	font-size: 3em !important;
}

/* ============================================
   Breadcrumbs
   ============================================ */

.madcap-theme-wrapper .MCBreadcrumbsPrefix
{
	font-weight: 900;
}

.madcap-theme-wrapper .MCBreadcrumbsPrefix + .MCBreadcrumbsSelf
{
	border: none;
	color: var(--varColorBreadcrumbs);
}

.madcap-theme-wrapper .MCBreadcrumbsLink
{
	font-weight: 600;
	text-decoration: none;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper .MCBreadcrumbsLink:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper .MCBreadcrumbsLink:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper .MCBreadcrumbsLink:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper .MCBreadcrumbsLink:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper .MCBreadcrumbsLink:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper .MCBreadcrumbsLink:focus-visible,
.madcap-theme-wrapper .MCBreadcrumbsLink:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper .MCBreadcrumbsSelf
{
	color: var(--varColorBreadcrumbs);
	font-weight: 600;
}

/* ============================================
   Pagination & inline formatting
   ============================================ */

.madcap-theme-wrapper .pagebreak
{
	page-break-after: always;
	column-break-after: always;
}

.madcap-theme-wrapper .strikethrough
{
	text-decoration: line-through;
}

.madcap-theme-wrapper .superscript
{
	position: relative;
	top: -0.5em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.superscript
	{
		font-weight: 400;
		font-size: 0.9em !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.superscript
	{
		font-size: 0.8em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.superscript
	{
		font-size: 0.8em !important;
	}
}

.madcap-theme-wrapper .subscript
{
	position: relative;
	top: 0.3em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.subscript
	{
		font-weight: 400;
		font-size: 0.9em !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.subscript
	{
		font-size: 0.8em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.subscript
	{
		font-size: 0.8em !important;
	}
}

/* ============================================
   Multi-column list (online vs print/QRC)
   ============================================ */

.madcap-theme-wrapper .two-column-list
{
	/* Online buckets */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.two-column-list
	{
		column-count: 2;
		column-gap: 2.8em;
	}

	.two-column-list li
	{
		break-inside: avoid;
	}
}

/* ============================================
   Color helpers & misc
   ============================================ */

.madcap-theme-wrapper .white
{
	color: #FFFFFF;
}

.madcap-theme-wrapper .MCExpanding_Image_Icon
{
	display: none;
}

.madcap-theme-wrapper .dirLTR
{
	unicode-bidi: bidi-override;
	direction: ltr;
}

.madcap-theme-wrapper .updated::before
{
	content: var(--updated);
}

/* ============================================
   Floatable images (common base + directional)
   ============================================ */

/* Shared base for all imagesFloat* */

.madcap-theme-wrapper [class^="imagesFloat"]
{
	clear: both;
	margin-right: 0.625em;
	padding-block: 0.3125em !important;
	padding-inline: 0.3125em !important;
	/* padding-block / padding-inline */
}

.madcap-theme-wrapper .imagesFloatStart
{
	/* Print & QRC (separate) + Online */
}

@media print, quick-reference, quick-reference_Avaya
{
	.imagesFloatStart
	{
		margin-right: 0.625em;
		padding: 0.3125em;
		float: left;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.imagesFloatStart
	{
		margin-right: 0.625em;
		padding: 0.3125em;
		float: left;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.imagesFloatStart
	{
		float: inline-start;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.imagesFloatEnd
	{
		margin-right: 0.625em;
		padding: 0.3125em;
		float: right;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.imagesFloatEnd
	{
		margin-right: 0.625em;
		padding: 0.3125em;
		float: right;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.imagesFloatEnd
	{
		float: inline-end;
	}
}

/* Disable DITA tags */

.madcap-theme-wrapper b,
.madcap-theme-wrapper i,
.madcap-theme-wrapper u,
.madcap-theme-wrapper sub,
.madcap-theme-wrapper sup
{
	mc-disabled: true;
}

/* !!! Important: These LESS files are NOT a direct replacement and require modification for use by PTE */

/* What's different? Use VS Code to compare! In summary:
	- Renamed Warning to Caution
	- Added privileges note for PTE 
	- Other changes :) */

/* ==============================================================
.madcap-theme-wrapper File: DIV05.less
.madcap-theme-wrapper Purpose: Defines mixins and styles for message blocks, notifications, and various div containers for online and print outputs.
.madcap-theme-wrapper Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
.madcap-theme-wrapper Updated: 2025-12-03
.madcap-theme-wrapper Notes:
• Uses logical properties for RTL/LTR support.
• Responsive adjustments for Online, Print, and QRC outputs.
• Maintains original LESS syntax and mixin structure.
.madcap-theme-wrapper Dependencies:
• variables.less (colors, typography, sizes)
• media-queries.less (@mq-extrasmall … @mq-xxxlarge)
• project mixins (e.g., .mxListOnlineMargins, .mxListPrintMargins)
=========================================================== */

/* ==============================================================
.madcap-theme-wrapper Mixins
=========================================================== */

/* Mixin: mxDivMessageParagraphOnlineProperties
   Purpose: Styles paragraphs inside message blocks for online output.
   Parameters:
   @marginBlock         - Margin block for first child paragraph
   @marginBlockStart    - Margin block start for subsequent layout
   @marginInlineStart   - Logical start margin for the paragraph
   @paddingInline       - Inline padding (e.g., "3em 0.3125em")
*/

/* Mixin: mxDivMessageCommonOnlineListStyles
   Purpose: Applies common list spacing styles for UL/OL in online message blocks.
   Parameters:
   @marginBlockStart    - Top margin
   @marginBlockEnd      - Bottom margin
   @marginInlineStart   - Inline start margin (not applied)
   @marginInlineEnd     - Inline end margin (not applied)
*/

/* Mixin: mxDivMessageCommonFirstandNthChildPrint
   Purpose: Applies print spacing for first and subsequent paragraphs inside message blocks.
*/

/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/

/* Mixin: mxMessagePrintIconProperties
   Purpose: Styles Font Awesome icons for print/QRC output.
   Parameters:
   @color               - Icon color
*/

/* Mixin: mxMessageIconStyle
   Purpose: Dispatches icon styling for ::before pseudo-element in all targets.
   Parameters:
   @FAIcon              - Font Awesome icon content
   @color               - Icon color for print/QRC
*/

/* Mixin: mxDivMessageOnlineStyleBorder
   Purpose: Applies top border accent for online message blocks.
   Parameters:
   @borderInlineStyle   - Full border value (e.g., "solid 2.5em @color")
*/

/* Mixin: mxDivMessagePrintStyles
   Purpose: Applies card styling for message blocks in print/QRC.
   Parameters:
   @borderStyle         - Full border for the start side via @{borderStart}
   @backgroundColor     - Background color
   @padding             - Padding box values
*/

/* Mixin: mxDivMessageBodyPrint
   Purpose: Applies common message body rules for print/QRC (paragraphs + sibling lists).
*/

/* Mixin: mxDivMessageBeforeIcon
   Purpose: Styles icon before block in online contexts.
   Parameters:
   @color               - Icon foreground color
   @insetInlineStart    - Logical start offset
   @insertBlockStart    - Logical block offset
*/

/* Mixin: mxDivMessageProperties
   Purpose: Styles message container box for online output.
   Parameters:
   @backgroundColor     - Container background
   @marginInlineStart   - Logical start margin
*/

/*--end of mixins----*/
/*Notification common Online properties for Cautions, Notes, Tips, and Warnings - start -----------------------------*/

.madcap-theme-wrapper div[class^=message]
{
	mc-dita-type: note;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message]::before
	{
		border-start-start-radius: 1em;
		border-start-end-radius: 1em;
		border-end-start-radius: 1em;
		border-end-end-radius: 1em;
		break-after: avoid;
		color: #FFFFFF;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: var(--varFontAwesomeFontSize) !important;
		inset-block-start: -0.3em;
		inset-inline-start: clamp(-1.45em, -2.05em, -2em);
		line-height: 1.2 !important;
		position: relative;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message]
	{
		background: var(--varColorDIVBackground);
		border-start-start-radius: 0.25em;
		border-start-end-radius: 0.25em;
		border-end-start-radius: 0.25em;
		border-end-end-radius: 0.25em;
		display: grid;
		margin-block: 0.25em;
		margin-inline-start: 0em;
		padding-block: 0.625em;
		padding-inline-end: 0.625em;
		padding-inline-start: 0.3125em;
		box-shadow: var(--varBoxShadow);
	}
}

.madcap-theme-wrapper div[class^=message] > p
{
	color: var(--varColorDIVParagraphs);
	orphans: 4;
	/* Keep at least 4 lines at top of page */
	widows: 3;
	/* Keep at least 3 lines at bottom */
	page-break-before: avoid;
	/* Avoid starting paragraphs at top */
	page-break-after: auto;
	/* Let paragraphs end naturally */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	div[class^=message] > p
	{
		margin-block-start: 0em;
		margin-inline-start: -2.5em;
		padding-inline: 3em 0.3125em;
	}

	div[class^=message] > p:first-child
	{
		margin-block: -1.65em 0em;
	}

	div[class^=message] > p + ul
	{
		margin-block-start: 0em;
		margin-inline-start: 0.25em;
	}

	div[class^=message] > p + ol
	{
		margin-block-start: 0em;
		margin-inline-start: 0.25em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message] > p
	{
		margin-block-start: 0em;
		margin-inline-start: -3.125em;
		padding-inline: 3em 0.3125em;
	}

	div[class^=message] > p:first-child
	{
		margin-block: -1.65em 0em;
	}

	div[class^=message] > p + ul
	{
		margin-block-start: 0em;
		margin-inline-start: 0.25em;
	}

	div[class^=message] > p + ol
	{
		margin-block-start: 0em;
		margin-inline-start: 0.25em;
	}
}

.madcap-theme-wrapper div[class^=message] > ul
{
	color: var(--varColorDIVParagraphs);
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message] > ul
	{
		margin-block: -1.5em 0em;
		padding-block-start: 0em;
	}
}

.madcap-theme-wrapper div[class^=message] > ol
{
	color: var(--varColorDIVParagraphs);
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div[class^=message] > ol
	{
		margin-block: -1.5em 0em;
		padding-block-start: 0em;
	}
}

.madcap-theme-wrapper div
{
	/* Div styles for Caution notiifications online and print - start -----------------------------*/
	/* Div styles for Note notiifications online and print - start -----------------------------*/
	/* Div styles for Tip notiifications online and print - start -----------------------------*/
	/* Div styles for Warning notiifications online and print - start -----------------------------*/
	/* Div styles for Cloud CR notiifications online and print - start -----------------------------*/
	/* Div styles for Privilege notiifications online and print - start -----------------------------*/
	/* Div styles for Feature Availability notiifications online and print - start -----------------------------*/
	/* Div styles for Related Information online and print - start -----------------------------*/
	/* Div styles for Prerequistes online and print - start -----------------------------*/
	/* Div styles for Postrequistes online and print - start -----------------------------*/
	/* Div styles for workflow online and print - start -----------------------------*/
	/* Div styles to wrap a relationship proxy to show "Related Topics" before the relationship table for print output - start -----------------------------*/
	/* Div styles used in SideNavTopic.flmsp masterpage to contain the build date and time on each page - start -----------------------------*/
	/* Div styles used only in print outputs - start -----------------------------*/
	/* Div styles used only in print outputs - start -----------------------------*/
	/* Div styles used only in print outputs - start -----------------------------*/
	/* Div styles used to group code - start -----------------------------*/
	/* Div styles used only in print outputs for back page copyright information. - start -----------------------------*/
	/* Div styles used only in print outputs for copyright information. - start -----------------------------*/
	/* Div styles used for glossary page definition. - start -----------------------------*/
	/* Div styles used for glossary entry. - start -----------------------------*/
	/* Div styles used for glossary heading. - start -----------------------------*/
	/* Div styles used for glossary term. - start -----------------------------*/
}

.madcap-theme-wrapper div.messageCaution
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.messageCaution::before
{
	content: "\f06a";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution::before
	{
		break-after: avoid;
		color: #FA6E1E;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution::before
	{
		break-after: avoid;
		color: #FA6E1E;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageCaution
	{
		border-inline-start: solid 2.5em #FA6E1E;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #FA6E1E;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #FA6E1E;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageCaution > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCaution > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCaution > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageCaution > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageCaution > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCaution > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCaution > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageCaution > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCaution > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCaution > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

.madcap-theme-wrapper div.messageNote
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.messageNote::before
{
	content: "\f05a";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageNote
	{
		border-inline-start: solid 2.5em var(--varColorBorderMsgNote);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageNote > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageNote > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageNote > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageNote > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageNote > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageNote > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageNote > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageNote > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageNote > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageNote > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

.madcap-theme-wrapper div.messageTip
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.messageTip::before
{
	content: "\f0eb";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip::before
	{
		break-after: avoid;
		color: #09A761;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip::before
	{
		break-after: avoid;
		color: #09A761;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageTip
	{
		border-inline-start: solid 2.5em #09A761;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #09A761;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #09A761;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageTip > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageTip > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageTip > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageTip > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageTip > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageTip > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageTip > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageTip > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageTip > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageTip > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

.madcap-theme-wrapper div.messageImportant
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.messageImportant::before
{
	content: "\f071";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant::before
	{
		break-after: avoid;
		color: #EE0000;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant::before
	{
		break-after: avoid;
		color: #EE0000;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageImportant
	{
		border-inline-start: solid 2.5em #EE0000;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #EE0000;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #EE0000;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageImportant > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageImportant > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageImportant > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageImportant > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageImportant > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageImportant > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageImportant > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageImportant > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageImportant > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

.madcap-theme-wrapper div.messageCloudCR
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.messageCloudCR::before
{
	content: "\f0c2";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messageCloudCR
	{
		border-inline-start: solid 2.5em var(--varColorBorderMsgNote);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageCloudCR > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCloudCR > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCloudCR > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageCloudCR > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messageCloudCR > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCloudCR > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messageCloudCR > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messageCloudCR > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageCloudCR > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

.madcap-theme-wrapper div.messagePrivileges
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.messagePrivileges::before
{
	content: "\f007";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messagePrivileges
	{
		border-inline-start: solid 2.5em var(--varColorBorderMsgNote);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges
	{
		background: #E6E6EC;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: solid 0.5em #0D3E86;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messagePrivileges > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagePrivileges > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagePrivileges > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messagePrivileges > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messagePrivileges > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagePrivileges > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagePrivileges > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messagePrivileges > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagePrivileges > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

.madcap-theme-wrapper div.messagefeatAvailability
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.messagefeatAvailability::before
{
	content: "\f011";
	font-family: 'Font Awesome 6 Free Solid';
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability::before
	{
		break-after: avoid;
		color: #0D3E86;
		font-family: 'Font Awesome 6 Free Solid';
		font-size: 1.3em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.messagefeatAvailability
	{
		border-inline-start: solid 2.5em var(--varColorBorderMsgNote);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability
	{
		background: #FFFFFF;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 0.625em 0.625em 0.125em 0.625em;
		margin-bottom: 1em;
		border-left: none 0.5em #FFFFFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability
	{
		background: #FFFFFF;
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		padding: 1em 0.625em 0.75em 0.625em;
		margin-bottom: 1em;
		border-left: none 0.5em #FFFFFF;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messagefeatAvailability > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagefeatAvailability > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagefeatAvailability > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messagefeatAvailability > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > p
	{
		orphans: 4;
		/* Keep at least 4 lines at top of page */
		widows: 3;
		/* Keep at least 3 lines at bottom */
		page-break-before: avoid;
		/* Avoid starting paragraphs at top */
		page-break-after: auto;
		/* Let paragraphs end naturally */
	}

	div.messagefeatAvailability > p:first-child
	{
		margin-left: 4em;
		padding-top: -2em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagefeatAvailability > p:nth-child(n+2)
	{
		margin-left: 4em;
		padding-bottom: 0.5em;
		page-break-after: auto;
		page-break-before: avoid;
	}

	div.messagefeatAvailability > p + ul
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}

	div.messagefeatAvailability > p + ol
	{
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 5.75em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > ul:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messagefeatAvailability > ol:first-child
	{
		/* Mixin: mxDivMessageCommonPrintList
   Purpose: Applies print spacing for UL/OL inside message blocks.
   Parameters:
   @marginLeft          - Logical start margin via @{marginStart}
   @paddingTop          - Top padding
*/
		margin-left: 6em;
		padding-top: 0em;
		padding-bottom: 0.5em;
	}
}

.madcap-theme-wrapper div.relatedInforation
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.relatedInforation::before
{
	content: 'Related Information';
	color: #333333;
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.relatedInforation::before
	{
		break-after: avoid;
		font-size: 1em !important;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.relatedInforation::before
	{
		break-after: avoid;
		font-size: 1em !important;
	}
}

.madcap-theme-wrapper div.prereq
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.prereq::before
{
	content: 'Before you begin';
	color: var(--varColorText);
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.prereq::before
	{
		break-after: avoid;
		font-size: 1em !important;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.prereq::before
	{
		break-after: avoid;
		font-size: 1em !important;
	}
}

.madcap-theme-wrapper div.postreq
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.postreq::before
{
	content: 'What\'s next';
	color: var(--varColorText);
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.postreq::before
	{
		break-after: avoid;
		font-size: 1em !important;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.postreq::before
	{
		break-after: avoid;
		font-size: 1em !important;
	}
}

.madcap-theme-wrapper div.workflow
{
	mc-dita-type: note;
}

.madcap-theme-wrapper div.workflow::before
{
	content: 'Workflow';
	color: var(--varColorText);
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.workflow::before
	{
		break-after: avoid;
		font-size: 1em !important;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.workflow::before
	{
		break-after: avoid;
		font-size: 1em !important;
	}
}

.madcap-theme-wrapper div.relTable::before
{
	content: 'Related Topics';
	color: var(--varColorText);
	font-weight: 700;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.relTable::before
	{
		break-after: avoid;
		font-size: 1em !important;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.relTable::before
	{
		break-after: avoid;
		font-size: 1em !important;
	}
}

.madcap-theme-wrapper div.ModDate
{
	color: var(--varColorDIVAttribution);
	font-size: 0.75em !important;
	inline-size: fit-content;
	inset-block-end: 10px;
	inset-inline-end: 10px;
	/* position it on the right for Left to right languages and position it to the left for right to left languages.*/
	padding-block: 1em;
	padding-inline: 1em;
	position: fixed;
	z-index: 999;
}

.madcap-theme-wrapper div.QIGModDate
{
	color: var(--varColorText);
	font-size: 0.75em !important;
	inline-size: fit-content;
	inset-block-end: 10px;
	inset-inline-start: 10px;
	/* position it on the right for Left to right languages and position it to the left for right to left languages.*/
	padding-block: 1em;
	padding-inline: 1em;
	position: fixed;
	z-index: 999999;
}

.madcap-theme-wrapper div.backcoverFooterTableBody
{
	color: #0D3E86;
	font-size: 1em !important;
	padding-left: 0.3125em;
	line-height: 1em !important;
}

.madcap-theme-wrapper div.backcoverFooterTableHead
{
	color: #0D3E86;
	font-size: 1em !important;
	font-weight: 900;
	padding-left: 0.3125em;
}

.madcap-theme-wrapper div.backcoverFooterTitle
{
	color: #007AFF;
	font-family: 'Open Sans', 'Arial', 'sans-serif';
	font-size: 1.65em !important;
	font-weight: 900;
	text-align: center;
}

.madcap-theme-wrapper div.codeblock
{
	border: solid 0.0625em #000000;
	font-family: 'Courier New';
	font-size: 1em !important;
	line-height: 0.55em !important;
	padding: 1em;
}

.madcap-theme-wrapper div.copyrightBack
{
	color: #000000;
	font-size: 0.5em !important;
}

.madcap-theme-wrapper div.copyrightBody
{
	font-size: 0.7em !important;
	margin-bottom: 0.3em;
	margin-left: 0em;
}

@media QRC
{
	div.copyrightBody
	{
		line-height: 1.2 !important;
	}
}

.madcap-theme-wrapper div.description
{
	color: var(--varColorText);
	font-size: 0.85em !important;
}

.madcap-theme-wrapper div.url
{
	color: #05CE7C;
	font-size: 0.9em !important;
}

.madcap-theme-wrapper div.GlossaryPageDefinition
{
	font-size: 1em !important;
	margin-left: 4.75em;
	padding: 0 0.25em 0 0;
}

.madcap-theme-wrapper div.GlossaryPageHeading
{
	border: none;
	color: #007AFF;
	font-size: 1.5em !important;
	margin-left: 3em;
}

.madcap-theme-wrapper div.GlossaryPageTerm
{
	color: #007AFF;
	font-size: 1em !important;
	margin-left: 4.75em;
}

/* Div styles used in SideNavTopic.flmsp masterpage to contain .contentpanel and .reltablepanel of each topic - start -----------------------------*/

.madcap-theme-wrapper .contentContainer
{
	flex-wrap: wrap;
	/* allows stacking when sum widths exceed row */
	gap: 1em;
	align-items: start;
	/* avoids vertical stretching that can mask overlap */
}

/* Div styles used in SideNavTopic.flmsp masterpage to contain body proxy - start -----------------------------*/
/* Main content panel */

.madcap-theme-wrapper .contentpanel
{
	/* Let flex calculate using a basis instead of inline-size */
	flex: 1 1 clamp(45%, 75%, 75%);
	min-inline-size: 40%;
	/* hard lower bound */
	max-inline-size: 75%;
	/* hard upper bound */
	/* Responsive padding; same start/end values */
	padding-inline: clamp(0.5em, 1em, 2em);
	padding-block: clamp(0.5em, 1em, 2em);
	/* Helpful for layout math */
	box-sizing: border-box;
}

/* Related table panel (sticky) */

.madcap-theme-wrapper .reltablepanel
{
	flex: 1 1 clamp(20%, 15%, 40%);
	/* smaller than contentpanel on wide view */
	min-inline-size: 20%;
	max-inline-size: 40%;
	padding-inline: clamp(0.5em, 1em, 2em);
	padding-block: clamp(0.5em, 1em, 2em);
	box-sizing: border-box;
	/* Sticky safely within its own column */
	position: sticky;
	inset-block-start: 1em;
	/* top offset so it doesn’t cover headings */
	z-index: 0;
	/* keep behind content if any stacking contexts appear */
}

/* When space gets tight, force full-width stacking to avoid any overlap */

@media (max-width: 1920px)
{
	.contentpanel,
	.reltablepanel
	{
		flex: 1 1 100%;
		/* each takes a full row */
		max-inline-size: 100%;
		min-inline-size: 100%;
	}
}

/* Div styles used for image popup dialog - start -----------------------------*/

.madcap-theme-wrapper .MCPopupContainer
{
	-moz-border-radius: 5px;
	background-color: var(--varColorBackground);
	border-radius: 5px;
	border: solid 1px var(--varColorBorderPopup);
	cursor: pointer;
	padding: 10px;
	position: absolute;
	z-index: 1001;
}

.madcap-theme-wrapper .QIGpanel-content
{
	padding-block: 1em;
	padding-inline: 1em;
	border-radius: 1em;
	margin-block-end: 3em;
	box-shadow: var(--varBoxShadow);
}

.madcap-theme-wrapper #ConfirmSafety
{
	display: none;
}

/*-----------------------Mixins---------------------------------*/

.madcap-theme-wrapper a
{
	/*---Formating of  ‘close’ link at bottom of dropdowns and togglers and dropdown style for online output*/
	text-decoration: none;
}

.madcap-theme-wrapper a.dropDownClose,
.madcap-theme-wrapper a.togglerClose
{
	color: var(--varColorCloseToggler);
	display: block;
	font-size: 0.85em !important;
	font-weight: 700;
	inline-size: fit-content;
	text-decoration: none;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.dropDownClose::after,
.madcap-theme-wrapper a.togglerClose::after
{
	content: "\f106";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	padding: 0 0 1em 0.5em;
}

.madcap-theme-wrapper a.dropDownClose:focus-visible,
.madcap-theme-wrapper a.togglerClose:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.dropDownClose:focus,
.madcap-theme-wrapper a.togglerClose:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.dropDownClose:visited,
.madcap-theme-wrapper a.togglerClose:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.dropDownClose:hover,
.madcap-theme-wrapper a.togglerClose:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.dropDownClose:active,
.madcap-theme-wrapper a.togglerClose:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.dropDownClose:focus-visible,
.madcap-theme-wrapper a.togglerClose:focus-visible,
.madcap-theme-wrapper a.dropDownClose:focus,
.madcap-theme-wrapper a.togglerClose:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]::before
{
	content: "\f068";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="true"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="true"]
{
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s;
	font-size: var(--varHeadingFontSize) !important;
	margin-block-end: 0.2em;
	color: var(--varColorHotSpot);
	box-shadow: none;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="true"]::before
{
	content: "\f068";
	font-family: 'Font Awesome 6 Free Solid';
	position: relative;
	display: inline-block;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]::before
{
	content: "\f078";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspottaskIntro[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]::before
{
	content: "\2b";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotSubTopic[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]::before
{
	content: "\f005";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotNewFeatures[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]::before
{
	content: "\e490";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotFixes[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]
{
	font-size: 95% !important;
	vertical-align: middle;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]::before
{
	content: "\f188";
	display: inline-block;
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]
	{
		color: var(--varColorHotSpot) !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]
	{
		color: #007AFF;
		display: none;
	}
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotIssues[aria-expanded="false"]:focus
{
	padding: clamp(0.1em, 2vw, 0.3em);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]
{
	font-weight: bold;
	cursor: pointer;
	transition: all 0.2s;
	font-size: var(--varHeadingFontSize) !important;
	margin-block-end: 0.2em;
	color: var(--varColorHotSpot);
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:focus-visible,
.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:focus
{
	text-decoration: underline;
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]:hover
{
	text-shadow: var(--varTextShadow);
}

.madcap-theme-wrapper a.MCDropDownHotSpot.dropDownHotspotQIGDropDownHeading[aria-expanded="false"]::before
{
	content: "\2b";
	font-family: 'Font Awesome 6 Free Solid';
	position: relative;
	display: inline-block;
}

/*Use to reset the counter*/

.madcap-theme-wrapper .reset-section
{
	counter-reset: list;
}

.madcap-theme-wrapper div
{
	/*Hide breadcrumbs from mobile view - start------------------------------------*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	div.MCBreadcrumbsBox_0
	{
		visibility: hidden;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.MCBreadcrumbsBox_0
	{
		border: none;
		padding-block-end: 0.625em;
		margin-block-end: 0.625em;
		visibility: visible;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	div.MCRelationshipsProxy_0
	{
		border: none;
	}
}

.madcap-theme-wrapper divMCMiniTocBox_0
{
	border: none;
}

.madcap-theme-wrapper .MCDropDown_Open
{
	padding-inline-start: 0.1em;
}

.madcap-theme-wrapper .MCDropDown_Open .MCDropDownBody
{
	display: inline-block;
	padding-inline-start: 0em;
}

/*Indent body under dropdown to align with dropdown heading - start------------*/

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.MCDropDownBody
	{
		margin-inline-start: 0em;
		overflow: hidden;
	}
}

.madcap-theme-wrapper .dropDownHead
{
	page-break-after: avoid;
	page-break-before: auto;
	text-decoration: none;
	padding-block-start: 0.5em;
}

/*Popup arrow settings - start------------*/

.madcap-theme-wrapper .MCTextPopupArrow
{
	border-bottom-color: #F3F3F3;
	border-bottom-width: 13px;
	border-top: none;
	content: "";
	height: 0;
	left: 50%;
	margin-top: -13px;
	position: absolute;
	top: 0;
	width: 0;
}

/*Remove the background close image to use fontawesome image Remove the background open image to use fontawesome image - start------------*/

.madcap-theme-wrapper .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage,
.madcap-theme-wrapper .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIG .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage,
.madcap-theme-wrapper .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIG,
.madcap-theme-wrapper .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIGDropdown
{
	background-image: none;
}

.madcap-theme-wrapper .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none;
}

.madcap-theme-wrapper .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: none;
}

.madcap-theme-wrapper .MCDropDown_Closed
{
	padding-inline-start: 0.1em;
}

.madcap-theme-wrapper .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIGDropdown
{
	background-image: none;
}

.madcap-theme-wrapper .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage.MCDropDownHotSpot_QIGDropdown
{
	background-image: none;
}

.madcap-theme-wrapper .MCDropDown .dropDown .dropDownQIG .MCDropDown_Open > .MCDropDownBody
{
	border-inline: 2px solid;
	border-width: 0 1px;
	border-color: #007AFF;
	margin-inline-start: -0.7em;
}

/*---Replace close image with fontawesome icon--------*/

.madcap-theme-wrapper .MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage
{
	background-image: none;
	color: var(--varColorExpandingText);
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper .MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage::after
{
	font-family: 'Font Awesome 6 Free Solid';
	content: "\2b";
	padding: 0 0 0 0;
	display: inline-block;
}

.madcap-theme-wrapper .MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper .MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper .MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper .MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper .MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper .MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:focus-visible,
.madcap-theme-wrapper .MCExpanding_Closed .MCExpandingHotSpot_.MCHotSpotImage:focus
{
	text-decoration: underline;
}

/*---Replace open image with fontawesome icon--------*/

.madcap-theme-wrapper .MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage
{
	background-image: none;
	color: var(--varColorExpandingText);
}

.madcap-theme-wrapper .MCExpanding_Open .MCExpandingHotSpot_.MCHotSpotImage::after
{
	font-family: 'Font Awesome 6 Free Solid';
	content: "\f068";
	padding: 0 0 0 0;
	display: inline-block;
}

/*---Replace close image with fontawesome icon--------*/

.madcap-theme-wrapper .MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage
{
	background-image: none;
	color: var(--varColorExpandingText);
	font-weight: 700;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper .MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage::after
{
	font-family: 'Font Awesome 6 Free Solid';
	content: "\f107";
	padding: 0 0 0 0;
	display: inline-block;
}

.madcap-theme-wrapper .MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper .MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper .MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper .MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper .MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper .MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:focus-visible,
.madcap-theme-wrapper .MCToggler_Closed.MCTogglerHotSpot_.MCHotSpotImage:focus
{
	text-decoration: underline;
}

/*---Replace open image with fontawesome icon--------*/

.madcap-theme-wrapper .MCToggler_Open.MCTogglerHotSpot_.MCHotSpotImage
{
	background-image: none;
	color: var(--varColorExpandingText);
}

.madcap-theme-wrapper .MCToggler_Open.MCTogglerHotSpot_.MCHotSpotImage::after
{
	font-family: 'Font Awesome 6 Free Solid';
	content: "\f106";
	padding: 0 0 0 0;
	display: inline-block;
}

/* Set the breadcrumbs arrow to point to the right - start ------------------*/

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

/*For dropdown remove the images to use fontawesome icons - start------------*/

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

/*For dropdown body, set the margins - start------------*/

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

/*For dropdown head, set the margins - start------------*/

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

.madcap-theme-wrapper .popupHead:link
{
	color: var(--varColorHotSpot);
	font-weight: 500;
	text-decoration: underline;
	color: inherit;
	/* Apply padded focus ring */
	/* Ensure element can accept padding */
	display: inline-block;
	/* Baseline padding for breathing room */
	padding-block: 0.175em;
	padding-inline-start: 0.35em;
	border-radius: 6px;
	/* Keyboard-friendly focus ring */
	/* Fallback for environments without :focus-visible */
	transition: color 0.2s ease, text-decoration 0.2s ease;
}

.madcap-theme-wrapper .popupHead:link:focus-visible
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper .popupHead:link:focus
{
	outline: 2px solid var(--varColorAnchorFocus);
	outline-offset: 3px;
}

.madcap-theme-wrapper .popupHead:link:visited
{
	color: var(--varColorAnchorVisited);
}

.madcap-theme-wrapper .popupHead:link:hover
{
	color: var(--varColorAnchorHover);
	font-weight: 600;
	text-decoration: underline;
}

.madcap-theme-wrapper .popupHead:link:active
{
	color: var(--varColorAnchorActive);
}

.madcap-theme-wrapper .popupHead:link:focus-visible,
.madcap-theme-wrapper .popupHead:link:focus
{
	text-decoration: underline;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.xref
	{
		color: var(--varColorAnchorActive);
		cursor: pointer;
		position: relative;
		text-decoration: underline;
		color: inherit;
		/* Apply padded focus ring */
		/* Ensure element can accept padding */
		display: inline-block;
		/* Baseline padding for breathing room */
		padding-block: 0.175em;
		padding-inline-start: 0.35em;
		border-radius: 6px;
		/* Keyboard-friendly focus ring */
		/* Fallback for environments without :focus-visible */
		transition: color 0.2s ease, text-decoration 0.2s ease;
	}

	.xref:focus-visible
	{
		outline: 2px solid var(--varColorAnchorFocus);
		outline-offset: 3px;
	}

	.xref:focus
	{
		outline: 2px solid var(--varColorAnchorFocus);
		outline-offset: 3px;
	}

	.xref:visited
	{
		color: var(--varColorAnchorVisited);
	}

	.xref:hover
	{
		color: var(--varColorAnchorHover);
		font-weight: 600;
		text-decoration: underline;
	}

	.xref:active
	{
		color: var(--varColorAnchorActive);
	}

	.xref:focus-visible,
	.xref:focus
	{
		text-decoration: underline;
	}
}

.madcap-theme-wrapper .popupBody
{
	background-color: #F3F3F3;
	inline-size: fit-content;
	max-inline-size: 65%;
	padding-block: 5px;
	padding-inline: 5px;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
	border-radius: 6px;
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

/* -----------------MADCAP STYLES - end-----------------------------------------------------------------------------*/
/*------LISTS (ordered and unordered) --------------------------------------------*/
/* !!! Important: These LESS files are NOT a direct replacement and requires modification for use by PTE */
/* What's different? Use VS Code to compare! In summary: Renamed note classes to align with PTE */
/* --------------------------DEFINITION LIST STYLES - start -------------------------------------------------------------*/

.madcap-theme-wrapper dl
{
	/* Term Style - start---------------------*/
	/*--end--*/
	/* Description Style - start---------------------*/
	/*--end--*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	dl
	{
		margin-block: 0em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	dl
	{
		margin: 0em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	dl
	{
		margin: 0em;
	}
}

.madcap-theme-wrapper dl dt
{
	font-weight: 700;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	dl dt
	{
		color: var(--varColorDefinitionList);
		padding-block-start: 0.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	dl dt
	{
		color: #007AFF;
		padding-top: 0.25em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	dl dt
	{
		color: #007AFF;
		padding-top: 0.25em;
	}
}

.madcap-theme-wrapper dl dd
{
	text-indent: 0em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	dl dd
	{
		margin-block-start: 0.25em;
		padding-block-end: 0.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	dl dd
	{
		margin-left: 1em;
		padding-bottom: 1em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	dl dd
	{
		margin-left: 1em;
		padding-bottom: 1em;
	}
}

/* ----------------------------DEFINITION LIST STYLES - end ---------------------------------------------------------*/
/* Level 1 Ordered List Styles */

.madcap-theme-wrapper ol
{
	list-style-type: decimal !important;
	counter-reset: OLLevel1;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol
	{
		margin-block: 0em;
		margin-inline-start: -1.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol
	{
		margin-left: 2.1em;
	}
}

.madcap-theme-wrapper ol li
{
	/* Level 2 Ordered List Styles - start-----------------------------------------*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li
	{
		margin-block: 0.25em;
		margin-inline-start: 1em;
		padding-inline-start: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

.madcap-theme-wrapper ol li > p:first-child
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

.madcap-theme-wrapper ol li > p:nth-child(n+2)
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

.madcap-theme-wrapper ol li ol
{
	list-style-type: lower-alpha !important;
	counter-reset: OLLevel2;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol
	{
		margin-block: 0em;
		margin-inline-start: -1.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol
	{
		margin-left: 2.1em;
	}
}

.madcap-theme-wrapper ol li ol li
{
	/* Level 3 Ordered List Styles - start-----------------------------------------*/
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol li
	{
		margin-block: 0.25em;
		margin-inline-start: 1em;
		padding-inline-start: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

.madcap-theme-wrapper ol li ol li > p:first-child
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

.madcap-theme-wrapper ol li ol li > p:nth-child(n+2)
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

.madcap-theme-wrapper ol li ol li ol
{
	list-style-type: lower-roman !important;
	counter-reset: OLLevel3;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol li ol
	{
		margin-block: 0em;
		margin-inline-start: -1.25em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol
	{
		margin-left: 2.1em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol li ol li
	{
		margin-block: 0.25em;
		margin-inline-start: 1em;
		padding-inline-start: 0.5em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

.madcap-theme-wrapper ol li ol li ol li > p:first-child
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

.madcap-theme-wrapper ol li ol li ol li > p:nth-child(n+2)
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li ol li ol li ul
	{
		margin-block: 0em;
		margin-inline-start: -2em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li ul
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ol li ol li ol li ul
	{
		margin-left: 2.1em;
	}
}

/* Level 1 Unordered List Styles */

.madcap-theme-wrapper ul
{
	list-style: none !important;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul
	{
		margin-block: 0em;
		margin-inline-start: 0.1em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul
	{
		margin-left: 2.1em;
	}
}

.madcap-theme-wrapper ul.Warning > li
{
	/* Online pseudo bullet */
	/* Print marker */
	/* QRC marker */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul.Warning > li::before
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBulletsWarning);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul.Warning > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #EE0000;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul.Warning > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #EE0000;
	}
}

.madcap-theme-wrapper ul > li
{
	/* Online pseudo bullet */
	/* Print marker */
	/* QRC marker */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul > li::before
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBullets);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #007AFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #007AFF;
	}
}

.madcap-theme-wrapper ul li
{
	/* Level 2 Unordered List Styles */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li
	{
		margin-block: 0em;
		margin-inline-start: -1em;
		padding-inline-start: 0.5em;
		display: block;
		align-items: center;
		position: relative;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

.madcap-theme-wrapper ul li > p:first-child
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

.madcap-theme-wrapper ul li > p:nth-child(n+2)
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

.madcap-theme-wrapper ul li ul
{
	list-style: none !important;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul
	{
		margin-block: 0em;
		margin-inline-start: 0.1em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul
	{
		margin-left: 2.1em;
	}
}

.madcap-theme-wrapper ul li ul.Warning > li
{
	/* Online pseudo bullet */
	/* Print marker */
	/* QRC marker */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul.Warning > li::before
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBulletsWarning);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul.Warning > li::marker
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #EE0000;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul.Warning > li::marker
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #EE0000;
	}
}

.madcap-theme-wrapper ul li ul > li
{
	/* Online pseudo bullet */
	/* Print marker */
	/* QRC marker */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul > li::before
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBullets);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul > li::marker
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #007AFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul > li::marker
	{
		content: "\f45c";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #007AFF;
	}
}

.madcap-theme-wrapper ul li ul li
{
	/* Level 3 Unordered List Styles */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li
	{
		margin-block: 0em;
		margin-inline-start: -1em;
		padding-inline-start: 0.5em;
		display: block;
		align-items: center;
		position: relative;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

.madcap-theme-wrapper ul li ul li > p:first-child
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

.madcap-theme-wrapper ul li ul li > p:nth-child(n+2)
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

.madcap-theme-wrapper ul li ul li ul
{
	list-style: none !important;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li ul
	{
		margin-block: 0em;
		margin-inline-start: 0.1em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul
	{
		margin-left: 1.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul
	{
		margin-left: 2.1em;
	}
}

.madcap-theme-wrapper ul li ul li ul.Warning > li
{
	/* Online pseudo bullet */
	/* Print marker */
	/* QRC marker */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li ul.Warning > li::before
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBulletsWarning);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul.Warning > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #EE0000;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul.Warning > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #EE0000;
	}
}

.madcap-theme-wrapper ul li ul li ul > li
{
	/* Online pseudo bullet */
	/* Print marker */
	/* QRC marker */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li ul > li::before
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		position: absolute;
		inset-inline-start: -1em;
		inset-block-start: 0.8em;
		color: var(--varColorULBullets);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #007AFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul > li::marker
	{
		content: "\f111";
		font-family: 'Font Awesome 6 Free Solid';
		font-weight: 400;
		font-size: 45% !important;
		vertical-align: 80%;
		color: #007AFF;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ul li ul li ul li
	{
		margin-block: 0em;
		margin-inline-start: -1em;
		padding-inline-start: 0.5em;
		display: block;
		align-items: center;
		position: relative;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li
	{
		margin-bottom: 0.5em;
		margin-top: 1em;
		orphans: 4;
		page-break-after: auto;
		page-break-before: avoid;
		widows: 3;
	}
}

.madcap-theme-wrapper ul li ul li ul li > p:first-child
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > p:first-child
	{
		margin-top: 0;
		padding-top: 0;
	}
}

.madcap-theme-wrapper ul li ul li ul li > p:nth-child(n+2)
{
	text-indent: 0;
}

@media print, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	ul li ul li ul li > p:nth-child(n+2)
	{
		margin: 1em 0 0 0;
	}
}

/*------Tables (responsive and sortable) --------------------------------------------*/
/* Direct replacement from FSS CSS for use by PTE */

/* ==============================================================
.madcap-theme-wrapper File: table.less
.madcap-theme-wrapper Purpose: Responsive and print/QRC table styles with reusable mixins.
.madcap-theme-wrapper Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
.madcap-theme-wrapper Updated: 2025-12-09
.madcap-theme-wrapper Notes:
• Uses logical properties for RTL/LTR support.
• Consolidates repeated styles into mixins for maintainability.
• Responsive adjustments for online, print, and QRC outputs.
============================================================== */

/* ==============================================================
.madcap-theme-wrapper Core Mixins
============================================================== */

/* Sort button/arrow container inside header cells
@paddingBlock: vertical padding to match header size
*/

/* Message icon (Font Awesome) inside responsive table cells
@color: icon color
@insetInlineStart: logical inline offset
@insertBlockStart: logical block offset
*/

/* Message block container inside responsive table cells
@marginInlineStart: logical start margin
*/

/* Online-only message border (top edge) for table context
@borderInlineStyle: complete border value (style width color)
*/

/* Base table box and spacing */
/* Head TH online styles */
/* Head TH print styles */
/* Head TH QRC styles */
/* Head TR bottom border treatment (online) */
/* Body TD cell styles */
/* Body row hover (online) */
/* Generic outline-style button inside a table (online only) */
/* Remove borders (utility) */

/* ==============================================================
.madcap-theme-wrapper Local Mixins (Reusable Helpers)
============================================================== */

/* ==============================================================
.madcap-theme-wrapper Table Base Styles
============================================================== */

.madcap-theme-wrapper table
{
	border-collapse: collapse;
	border-spacing: 0;
	margin-block: 0.5em 1em;
	margin-inline: 0 0;
	/* ==============================================================
.madcap-theme-wrapper Table Head Styles
=============================================================== */
	/* ==============================================================
.madcap-theme-wrapper Table Body Styles
=============================================================== */
	/* ==============================================================
.madcap-theme-wrapper Table Footer Styles
=============================================================== */
	/* ==============================================================
.madcap-theme-wrapper Responsive Table Styles
=============================================================== */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table .button
	{
		box-shadow: var(--varBoxShadow);
		background: none;
		border-radius: 0.1875em;
		border: 1px solid #007AFF;
		color: #007AFF;
		cursor: pointer;
		font-size: 1em !important;
		inset-block-end: 1px;
		line-height: 1em !important;
		margin-inline-end: 1px;
		padding-block: 0.1875em;
		padding-inline: 0.1875em;
		position: relative;
		transition: all 0.3s ease-in-out;
	}

	table .button:hover
	{
		background: #007AFF;
		color: #FFFFFF;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table .button
	{
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table .button
	{
		display: none;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	table
	{
		width: 100%;
	}

	table col
	{
		width: 0% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table
	{
		box-shadow: var(--varBoxShadow);
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table
	{
		border-collapse: collapse;
		border-spacing: 0;
		margin-block: 1em 0;
		margin-inline: 0 0;
		width: 100%;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table
	{
		border-collapse: collapse;
		border-spacing: 0;
		margin-block: 1em 0;
		margin-inline: 0 0;
		width: 100%;
	}
}

.madcap-theme-wrapper table thead th
{
	color: #333333;
	line-height: 1.8 !important;
	background-color: #E6E6EC;
	text-indent: 0;
}

.madcap-theme-wrapper table thead th > p
{
	margin-block: 0;
	margin-inline: 0;
	line-height: normal !important;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table thead th
	{
		border-inline-start: 1.25px solid #B0B6BB;
		border-block-start: 1.25px solid #B0B6BB;
		border-block-end: 2px solid #007AFF;
		font-size: 1.15em !important;
		font-weight: 600;
		padding-block: 0.015em !important;
		padding-inline: 0.75em !important;
		position: relative;
	}

	table thead th:nth-child(n+1)
	{
		border-inline-end: 1.25px solid #B0B6BB;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table thead th
	{
		border-left: 0.5px solid #B0B6BB;
		border-top: 0.5px solid #B0B6BB;
		border-bottom: 2px solid #007AFF;
		font-size: 1em !important;
		padding-top: 0.15em !important;
		padding-bottom: 0.15em !important;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
		text-align: left;
	}

	table thead th:nth-child(n+1)
	{
		border-right: 0.5px solid #B0B6BB;
	}

	table thead th > ol
	{
		margin-left: 2.5em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table thead th
	{
		border-left: 0.5px solid #B0B6BB;
		border-top: 0.5px solid #B0B6BB;
		border-bottom: 2px solid #007AFF;
		font-size: 1em !important;
		padding-top: 0.15em !important;
		padding-bottom: 0.15em !important;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
		text-align: left;
	}

	table thead th:nth-child(n+1)
	{
		border-right: 0.5px solid #B0B6BB;
	}

	table thead th > ol
	{
		margin-left: 2.5em;
	}
}

.madcap-theme-wrapper table tbody td
{
	vertical-align: top;
	border: 0.5px solid #B0B6BB;
	position: relative;
	text-indent: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table tbody td
	{
		padding-block: 0.5em !important;
		padding-inline: 0.75em !important;
		border-block-start: 0.5px solid #B0B6BB;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table tbody td
	{
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
		text-indent: 0;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table tbody td
	{
		padding-top: 0.5em !important;
		padding-bottom: 0.5em !important;
		padding-left: 0.5em !important;
		padding-right: 0.5em !important;
		text-indent: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table tbody tr:hover
	{
		background: #E1F4FF;
		font-weight: 600;
		color: var(--varTableRowText);
	}
}

.madcap-theme-wrapper table tfoot th
{
	color: #333333;
	font-size: 0.83333em !important;
	line-height: 1.8 !important;
	padding: 0.9375em 0.875em 10.1875em 0.875em;
	position: relative;
	text-transform: uppercase;
}

@media print, quick-reference, quick-reference_Avaya
{
	table tfoot th
	{
		text-align: left;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table tfoot th
	{
		text-align: left;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table tfoot tr
	{
		border-block-start: 0.1875em solid #007AFF;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	table tfoot tr
	{
		border-top: 0.1875em solid #007AFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	table tfoot tr
	{
		border-top: 0.1875em solid #007AFF;
	}
}

@media (max-width: 768px)
{
	table td
	{
		display: block;
		position: relative;
		border-top: none;
		padding-inline-start: 50%;
	}

	table td:hover
	{
		background-color: #E1F4FF;
		color: #333333;
	}

	table td::before
	{
		color: #333333;
		font-size: 1em !important;
		font-weight: 600;
		content: attr(data-label);
		display: block;
		background-color: #E6E6EC;
		padding-block: 0.125em;
		padding-inline: 0.25em;
		margin-inline: -0.5em;
	}

	table tr
	{
		display: block;
		margin-bottom: 20px;
		box-shadow: var(--varBoxShadow);
	}

	table tr:last-child
	{
		margin-bottom: 0;
	}

	table thead tr
	{
		display: none;
	}

	table tfoot tr
	{
		display: none;
	}
}

/* ==============================================================
.madcap-theme-wrapper RESPONSIVE TABLE MIXINS
============================================================== */

/* Utility to remove cell borders in specific tables */

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.noBorder td
	{
		border: none;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.noBorder td
	{
		border: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.noBorder td
	{
		border: none;
	}
}

/* ==============================================================
.madcap-theme-wrapper SORTABLE TABLE CONTROLS
============================================================== */

.madcap-theme-wrapper .sortTableArrows
{
	float: right;
	transition: 0.3s ease;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	.sortTableArrows
	{
		float: none;
		inset-inline-end: 0;
		margin-inline-start: -0.5em;
		padding-block: 0.5em;
		position: relative;
		text-align: start;
	}

	.sortTableArrows button
	{
		inset-block-end: 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.sortTableArrows
	{
		float: none;
		inset-inline-end: 0;
		margin-inline-start: -0.5em;
		padding-block: 2px 0;
		position: relative;
		text-align: start;
	}

	.sortTableArrows button
	{
		inset-block-end: 0;
	}
}

/* Small-screen “chip” headers for sorting */

@media (max-width: 768px)
{
	.sortTable thead th
	{
		border: 1px solid #007AFF;
		border-radius: 4px;
		display: inline-block;
		font-size: 1em !important;
		line-height: 1 !important;
		margin: 0.1875em 0;
		padding-inline: 0.75em;
		padding-block: 0.5em;
	}

	.sortTable thead tr
	{
		border-bottom: none;
		display: block;
		margin: 10px 0;
		text-align: center;
	}

	.sortTable thead tr:not(:nth-last-child(1))
	{
		display: none;
	}
}

/* Highlighted state for table button */

.madcap-theme-wrapper .button.highlighted
{
	background-color: #0D3E86;
	color: #FFFFFF;
}

/***************************************************************/
/* CUSTOMIZATIONs to CSS for PTE, must follow FSS list classes */
/***************************************************************/

/*******************************************
// Minor tweaks to list CSS for PTE content
/*******************************************/

.madcap-theme-wrapper ol li ul li
{
	padding-inline-start: 1em;
}

.madcap-theme-wrapper ol li > div.codeSnippet,
.madcap-theme-wrapper ul li > div.codeSnippet
{
	margin-top: 1em;
	margin-bottom: 1em;
}

.madcap-theme-wrapper ul > li::marker,
.madcap-theme-wrapper ul li ul > li::marker,
.madcap-theme-wrapper ul li ul li ul > li::marker
{
	font-size: 35% !important;
}

.madcap-theme-wrapper ul > li.GlossaryPageEntry::marker
{
	content: unset;
}

.madcap-theme-wrapper ul li > div.GlossaryPageTerm,
.madcap-theme-wrapper ul li > div.GlossaryPageDefinition
{
	margin-top: 0em;
}

.madcap-theme-wrapper ol li ol li,
.madcap-theme-wrapper ol li ol li > p:nth-child(n+2)
{
	margin-block: 0.5em 0.5em;
}

.madcap-theme-wrapper ol li > p:first-child,
.madcap-theme-wrapper ol li p
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.madcap-theme-wrapper ol li > p:first-child
{
	text-indent: -0.18em;
}

.madcap-theme-wrapper ul li > p:nth-child(2)
{
	margin-top: -0.5em;
}

.madcap-theme-wrapper ol li > p:nth-child(2)
{
	margin-top: -0.25em;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	ol li > p:nth-child(n+2):not(:where(table\000020tr\000020*))
	{
		margin-left: -0.33em;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	li p
	{
		max-width: 85vw;
	}
}

.madcap-theme-wrapper tr li p
{
	font-size: 0.9em !important;
}

@media print, quick-reference, quick-reference_Avaya
{
	tr li p
	{
		font-size: 1em !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	ol
	{
		padding-left: 0.5em;
	}

	ol li
	{
		margin-top: 0.5em;
	}

	ul li
	{
		margin-block-start: 3em;
	}

	ol li > p:first-child,
	ul li > p:first-child
	{
		margin-top: 0.5em;
	}

	ul > li::marker,
	ul li ul > li::marker,
	ul li ul li ul > li::marker
	{
		font-size: 35% !important;
		vertical-align: 35%;
	}

	li div.messageImportant,
	li div.messageCaution,
	li div.messageNote,
	li div.messageTip,
	li div.messageCloudCR,
	li div.messagePrivileges
	{
		padding-top: 1em;
		margin-bottom: 1.5em;
		margin-top: 1.5em;
	}

	ol li > p:nth-child(n+2),
	ul li > p:nth-child(n+2)
	{
		margin-top: 0.5em;
	}

	ol li div.messageCaution > ul,
	ol li div.messageNote > ul,
	ol li div.messageTip > ul,
	ol li div.messageImportant > ul,
	ol li div.messageCloudCR > ul,
	ol li div.messagePrivileges > ul
	{
		margin-left: 4.5em;
	}

	li > div > ul
	{
		padding-left: 2em;
	}

	li > div > ul > li:first-child
	{
		margin-top: 1.75em;
	}

	li > p:nth-child(2)
	{
		padding: 0 0 0 0 !important;
		margin: 0 0 0 0 !important;
	}

	li ul li > p:nth-child(2)
	{
		margin-top: -0.75em !important;
	}

	ul li > p:nth-child(2),
	ul li ul li > p:nth-child(2)
	{
		margin-top: -1em;
	}

	td > ul li > p:nth-child(2)
	{
		padding-top: 0.75em;
	}
}

/*******************************************
// Mods to DIV CSS for PTE content
/*******************************************/

.madcap-theme-wrapper div[class^=message]::before
{
	font-family: "Font Awesome 6 Free Solid";
	padding-left: 0.08em;
	padding-top: 0.1em;
	top: 0.12px;
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant::before,
	div.messageCaution::before,
	div.messageNote::before,
	div.messageTip::before,
	div.messageCloudCR::before,
	div.messagePrivileges::before
	{
		vertical-align: -1.5em;
	}
}

.madcap-theme-wrapper div.messageImportant,
.madcap-theme-wrapper div.messageCaution,
.madcap-theme-wrapper div.messageNote,
.madcap-theme-wrapper div.messageTip,
.madcap-theme-wrapper div.messageCloudCR,
.madcap-theme-wrapper div.messagePrivileges
{
	background: #E6E6EC;
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant,
	div.messageCaution,
	div.messageNote,
	div.messageTip,
	div.messageCloudCR,
	div.messagePrivileges
	{
		padding: 0em 0.625em 0em 0.625em;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant > p,
	div.messageCaution > p,
	div.messageNote > p,
	div.messageTip > p,
	div.messageCloudCR > p,
	div.messagePrivileges > p
	{
		font-size: 8pt !important;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	div.messageImportant ul li,
	div.messageCaution ul li,
	div.messageNote ul li,
	div.messageTip ul li,
	div.messageCloudCR ul li,
	div.messagePrivileges ul li
	{
		margin-block-start: unset;
	}
}

.madcap-theme-wrapper div.messageTip::before
{
	inset-inline-end: 1.95em;
	padding-left: 0.19em;
}

.madcap-theme-wrapper div.messageCloudCR::before
{
	inset-inline-end: 2.17em;
	font-size: 1.5em !important;
	margin-left: -0.28em;
}

@media print, quick-reference, quick-reference_Avaya
{
	div.GlossaryPageHeading
	{
		margin-left: 0em;
	}
}

.madcap-theme-wrapper div.workflow::before
{
	display: none;
}

.madcap-theme-wrapper div.messagefeatAvailability
{
	mc-dita-type: note;
	background: var(--FeatAvailability);
	box-shadow: none;
	border-inline-start-color: var(--FeatAvailability);
}

.madcap-theme-wrapper div.messagefeatAvailability::before
{
	color: #0D3E86 !important;
	font-size: larger !important;
	margin-top: 6px;
	inset-block-start: -0.19em;
}

.madcap-theme-wrapper div.messagefeatAvailability > p
{
	font-weight: 900;
	color: var(--VerintWater);
}

.madcap-theme-wrapper div.MCRelationshipsProxy_0
{
	border-inline-start: 0px none;
	border-block-start: 0px none;
	padding-left: 0px;
	font-size: 1em !important;
}

.madcap-theme-wrapper div.MCRelationshipsProxy_0::before
{
	content: "Related Topics";
	font-weight: 900;
	font-size: 1em !important;
}

.madcap-theme-wrapper div.MCRelationshipsProxy_0 p
{
	padding-top: 0em;
}

.madcap-theme-wrapper div.MCRelationshipsProxy_0 p:nth-child(n+3)
{
	padding-top: 0em;
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.xref
	{
		padding-inline-start: 0em !important;
		padding-block: 0em !important;
	}
}

.madcap-theme-wrapper .conceptItem_concept_0,
.madcap-theme-wrapper .taskItem_task_0,
.madcap-theme-wrapper .referenceItem_reference_0
{
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

.madcap-theme-wrapper .reltablepanel
{
	padding-inline-end: 1em;
	position: sticky;
}

@media only screen and (min-width: 64em), only screen and (min-width: 85.375em), only screen and (min-width: 120em), only screen and (min-width: 160em)
{
	.reltablepanel
	{
		max-inline-size: 25%;
	}
}

.madcap-theme-wrapper div.GlossaryPageTerm
{
	padding-left: 0;
	color: var(--VerintPrimary) !important;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	div.GlossaryPageTerm
	{
		margin-left: -4em !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	div.GlossaryPageTerm
	{
		font-size: 14px !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	div.MCBreadcrumbsBox_0
	{
		visibility: visible !important;
	}
}

/* ============================================
    BEGIN customization for AI Model cards 
=============================================== */

.madcap-theme-wrapper summary
{
	margin-bottom: 2.5em;
	font-style: italic;
}

@media print
{
	summary
	{
		font-style: normal;
	}

	/* A) Make <details>/<summary> predictable in print */

	details
	{
		display: block;
		overflow: visible !important;
		page-break-inside: auto;
		break-inside: auto;
		margin-bottom: 0.12in;
	}

	details > summary
	{
		break-after: avoid;
		page-break-after: avoid;
	}

	summary
	{
		margin-bottom: 2.5em;
		font-style: italic;
	}

	/* B) Flare Code Snippet proxy: neutralize any layout that can bleed */
	/* Entire block */
	/* Code body (the actual code lines) */
	/* If the Copy button is in DOM, hide it for print */
	/* Help some PDF engines clone box backgrounds cleanly across breaks */

	pre
	{
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
	}
}

/* ============================================
    END customization for AI Model cards 
=============================================== */

@media print
{
	div.GlossaryPageDefinition
	{
		font-size: 10pt !important;
		line-height: 11pt !important;
		margin-left: 1em;
	}

	div.GlossaryPageEntry
	{
		margin-left: 1em;
	}

	div.GlossaryPageHeading
	{
		margin-left: -3em;
		padding-left: 0;
	}

	div.GlossaryPageTerm
	{
		font-size: 14px !important;
		padding-left: 0;
		margin-left: -4em !important;
		color: var(--VerintPrimary);
	}
}

/*------IMAGES---------------------------------------------------------------*/
/* !!! Important: These LESS files are NOT a direct replacement and requires modification for use by PTE */

/* ==============================================================
.madcap-theme-wrapper File: Images08.less
.madcap-theme-wrapper Purpose: Defines image-related mixins, lightbox styles, magnify indicators, and image sequence layouts for online and print outputs.
.madcap-theme-wrapper Author: Meetul Jansari (Content Dev) — organized by M365 Copilot
.madcap-theme-wrapper Updated: 2025-11-21
.madcap-theme-wrapper Notes:
• Uses logical properties for RTL/LTR support.
• Responsive adjustments for Online, Print, and QRC outputs.
• Maintains original LESS syntax and mixin structure.
.madcap-theme-wrapper Dependencies:
• variables.less (colors, typography, sizes)
• media-queries.less (@mq-extrasmall … @mq-xxxlarge)
• project mixins (e.g., .mxListOnlineMargins, .mxListPrintMargins)


.madcap-theme-wrapper Mixins
=========================================================== */

/* 1) Border mixin */
/* 2) Core image sizing mixin (one signature; padding is optional) */

/* 3) Screenshot width generator for print outputs
   Generates classes: .screenshot10, .screenshot15, ..., .screenshot@{max}
   Usage: .mxScreenshotClasses(100); 
*/

/* 4) Screenshot width generator for online outputs
   Generates classes: .screenshot10, .screenshot15, ..., .screenshot@{max}
   Usage: .mxScreenshotClassesOnline(100); 
*/

/*----------------- IMAGE STYLES FOR PRINT AND ONLINE OUTPUTS - start -----------------------------------------------------*/

.madcap-theme-wrapper img
{
	mix-blend-mode: normal;
	/* For images that should not be resized online. - start -----------------------------*/
	/*--end--*/
	/* For inline icons new style. - start -----------------------------*/
	/*--end--*/
	/* Use for flow charts and other diagrams online and print outputs. Images are not resized to thumbnails - start -----------------------------*/
	/*--end--*/
}

.madcap-theme-wrapper img.screenshot100
{
	width: 100%;
	max-width: 100%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot95
{
	width: 95%;
	max-width: 95%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot90
{
	width: 90%;
	max-width: 90%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot85
{
	width: 85%;
	max-width: 85%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot80
{
	width: 80%;
	max-width: 80%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot75
{
	width: 75%;
	max-width: 75%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot70
{
	width: 70%;
	max-width: 70%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot65
{
	width: 65%;
	max-width: 65%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot60
{
	width: 60%;
	max-width: 60%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot55
{
	width: 55%;
	max-width: 55%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot50
{
	width: 50%;
	max-width: 50%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot45
{
	width: 45%;
	max-width: 45%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot40
{
	width: 40%;
	max-width: 40%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot35
{
	width: 35%;
	max-width: 35%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot30
{
	width: 30%;
	max-width: 30%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot25
{
	width: 25%;
	max-width: 25%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot20
{
	width: 20%;
	max-width: 20%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot15
{
	width: 15%;
	max-width: 15%;
	border: 1px solid #5A6675;
}

.madcap-theme-wrapper img.screenshot10
{
	width: 10%;
	max-width: 10%;
	border: 1px solid #5A6675;
}

@media print, quick-reference, quick-reference_Avaya
{
	img.screenshot100
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 100%;
		max-width: 100%;
		border: 1px solid #5A6675;
	}

	img.screenshot95
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 95%;
		max-width: 95%;
		border: 1px solid #5A6675;
	}

	img.screenshot90
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 90%;
		max-width: 90%;
		border: 1px solid #5A6675;
	}

	img.screenshot85
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 85%;
		max-width: 85%;
		border: 1px solid #5A6675;
	}

	img.screenshot80
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 80%;
		max-width: 80%;
		border: 1px solid #5A6675;
	}

	img.screenshot75
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 75%;
		max-width: 75%;
		border: 1px solid #5A6675;
	}

	img.screenshot70
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 70%;
		max-width: 70%;
		border: 1px solid #5A6675;
	}

	img.screenshot65
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 65%;
		max-width: 65%;
		border: 1px solid #5A6675;
	}

	img.screenshot60
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 60%;
		max-width: 60%;
		border: 1px solid #5A6675;
	}

	img.screenshot55
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 55%;
		max-width: 55%;
		border: 1px solid #5A6675;
	}

	img.screenshot50
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 50%;
		max-width: 50%;
		border: 1px solid #5A6675;
	}

	img.screenshot45
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 45%;
		max-width: 45%;
		border: 1px solid #5A6675;
	}

	img.screenshot40
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 40%;
		max-width: 40%;
		border: 1px solid #5A6675;
	}

	img.screenshot35
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 35%;
		max-width: 35%;
		border: 1px solid #5A6675;
	}

	img.screenshot30
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 30%;
		max-width: 30%;
		border: 1px solid #5A6675;
	}

	img.screenshot25
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 25%;
		max-width: 25%;
		border: 1px solid #5A6675;
	}

	img.screenshot20
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 20%;
		max-width: 20%;
		border: 1px solid #5A6675;
	}

	img.screenshot15
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 15%;
		max-width: 15%;
		border: 1px solid #5A6675;
	}

	img.screenshot10
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 10%;
		max-width: 10%;
		border: 1px solid #5A6675;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	img.screenshot100
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 100%;
		max-width: 100%;
		border: 1px solid #5A6675;
	}

	img.screenshot95
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 95%;
		max-width: 95%;
		border: 1px solid #5A6675;
	}

	img.screenshot90
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 90%;
		max-width: 90%;
		border: 1px solid #5A6675;
	}

	img.screenshot85
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 85%;
		max-width: 85%;
		border: 1px solid #5A6675;
	}

	img.screenshot80
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 80%;
		max-width: 80%;
		border: 1px solid #5A6675;
	}

	img.screenshot75
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 75%;
		max-width: 75%;
		border: 1px solid #5A6675;
	}

	img.screenshot70
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 70%;
		max-width: 70%;
		border: 1px solid #5A6675;
	}

	img.screenshot65
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 65%;
		max-width: 65%;
		border: 1px solid #5A6675;
	}

	img.screenshot60
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 60%;
		max-width: 60%;
		border: 1px solid #5A6675;
	}

	img.screenshot55
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 55%;
		max-width: 55%;
		border: 1px solid #5A6675;
	}

	img.screenshot50
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 50%;
		max-width: 50%;
		border: 1px solid #5A6675;
	}

	img.screenshot45
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 45%;
		max-width: 45%;
		border: 1px solid #5A6675;
	}

	img.screenshot40
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 40%;
		max-width: 40%;
		border: 1px solid #5A6675;
	}

	img.screenshot35
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 35%;
		max-width: 35%;
		border: 1px solid #5A6675;
	}

	img.screenshot30
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 30%;
		max-width: 30%;
		border: 1px solid #5A6675;
	}

	img.screenshot25
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 25%;
		max-width: 25%;
		border: 1px solid #5A6675;
	}

	img.screenshot20
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 20%;
		max-width: 20%;
		border: 1px solid #5A6675;
	}

	img.screenshot15
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 15%;
		max-width: 15%;
		border: 1px solid #5A6675;
	}

	img.screenshot10
	{
		height: auto;
		min-height: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: 10%;
		max-width: 10%;
		border: 1px solid #5A6675;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	img.installDialog
	{
		inset-block: auto;
		padding-block-start: 2%;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	img.installDialog
	{
		height: auto;
		max-width: 80%;
		min-width: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: auto;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	img.installDialog
	{
		height: auto;
		max-width: 80%;
		min-width: 10%;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: auto;
	}
}

.madcap-theme-wrapper img.inline
{
	height: auto;
	max-height: 2em;
	max-width: auto;
	min-height: 1.1em;
	min-width: 1.1em;
	padding: 0 0.125em 0 0.125em;
	vertical-align: middle;
	width: auto;
}

@media non-print
{
	img.inline
	{
		mc-thumbnail: hover;
		mc-thumbnail-max-width: auto;
		mc-thumbnail-max-height: auto;
	}
}

@media non-print
{
	img.diagram
	{
		block-size: auto;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	img.diagram
	{
		height: auto;
		max-width: 100%;
		min-width: auto;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: auto;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	img.diagram
	{
		height: auto;
		max-width: 100%;
		min-width: auto;
		padding-top: 2%;
		page-break-after: auto;
		page-break-before: avoid;
		page-break-inside: avoid;
		width: auto;
	}
}

/*--end--*/

/* ==================================
   MAGNIFY INDICATOR (ONLINE)
=========================== */

/* Shows a maximize icon on hover for enlargeable images (online only) */

.madcap-theme-wrapper .magnify:hover::before
{
	background-color: rgba(255, 255, 255, 0);
	color: #007AFF;
	content: "\f31e";
	filter: drop-shadow(0px 2px 5px rgba(50, 50, 93, 0.25)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.3));
	font-family: 'Font Awesome 6 Free Solid';
	position: absolute;
	z-index: 10000;
}

@media non-print, screen
{
	.magnify:hover::before
	{
		font-size: clamp(1em, 25vw, 2.25em) !important;
		margin-block-start: 0em;
		margin-inline-start: 0em;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.magnify:hover::before
	{
		display: none;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.magnify:hover::before
	{
		display: none;
	}
}

.madcap-theme-wrapper .magnify > img[class^="screenshot"]
{
	inline-size: auto;
}

/* ===============================
   IMAGE BORDER / EFFECTS
   =========================== */

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.imageBorder
	{
		filter: drop-shadow(0px 2px 5px rgba(50, 50, 93, 0.25)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.3));
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.imageBorder
	{
		border: 1px solid #5A6675;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.imageBorder
	{
		border: 1px solid #5A6675;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.noImageBorder
	{
		filter: drop-shadow(0px 2px 5px rgba(50, 50, 93, 0.25)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.3));
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.noImageBorder
	{
		border: none !important;
		border: none solid #5A6675;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.noImageBorder
	{
		border: none !important;
		border: none solid #5A6675;
	}
}

/* =================================
   IMAGE SEQUENCES (GRID OF ITEMS)
   =========================== */

/* Container: turn on flex layout */

.madcap-theme-wrapper .image-sequence
{
	/* Base "item" = image card */
	/* ==============================
   ARROW ITEM (ONE CLASS)
   =========================== */
	/* Base arrow item */
	/* XS/SM/MD — show DOWN arrow and size it */
	/* LG+ — show RIGHT arrow and size it */
	/* Print/QRC color overrides (keep your brand colors) */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.image-sequence
	{
		display: flex;
		align-items: center;
		/* vertically center arrow vs image baselines */
		flex-wrap: wrap;
		justify-content: center;
		gap: 0.75rem;
		/* consistent spacing between all items */
		margin-block: 4%;
		margin-inline: 5%;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.image-sequence .item
	{
		/* Remove conflicts: pick ONE width rule */
		inline-size: clamp(9em, 12vw, 20em);
		/* tune to taste */
		max-inline-size: 13em;
		/* optional cap */
		/* Remove the conflicting line that was shrinking boxes unexpectedly */
		/* inline-size: fit-content;  <-- delete this line in your file */
		vertical-align: middle;
		font-weight: 900;
		padding: 0;
		max-block-size: 100%;
		transition: color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
		border-top-left-radius: 3px;
		border-top-right-radius: 3px;
		border-bottom-left-radius: 3px;
		border-bottom-right-radius: 3px;
		box-sizing: border-box;
		/* Ensure the image inside scales to the card width */
	}

	.image-sequence .item .magnify > img
	{
		display: block;
		inline-size: 100%;
		block-size: auto;
		max-inline-size: 100%;
		height: auto;
	}
}

.madcap-theme-wrapper .image-sequence .item.arrow
{
	/* Online breakpoints (shared) */
	/* XS/SM/MD — row spacer: DOWN arrow between wrapped rows */
	/* LG+ — column spacer: RIGHT arrow between images */
	/* Glyph (Font Awesome) */
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.image-sequence .item.arrow
	{
		display: grid;
		/* centers the glyph both ways */
		place-items: center;
		padding: 2em;
		max-inline-size: none;
		/* do not inherit image caps */
		color: #0D3E86;
		/* online color */
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px)
{
	.image-sequence .item.arrow
	{
		flex: 0 0 100%;
		/* occupy a full row */
		inline-size: 100%;
		block-size: 2.5rem;
		/* arrow row height */
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.image-sequence .item.arrow
	{
		flex: 0 0 auto;
		inline-size: 2.5rem;
		/* arrow column width */
		block-size: auto;
	}
}

.madcap-theme-wrapper .image-sequence .item.arrow::before
{
	font-family: 'Font Awesome 6 Free Solid';
	font-weight: 900;
	line-height: 1 !important;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px)
{
	.image-sequence .item.arrow::before
	{
		content: "\f175";
		font-size: 2em !important;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	.image-sequence .item.arrow::before
	{
		content: "\f178";
		font-size: 2em !important;
	}
}

@media print, quick-reference, quick-reference_Avaya
{
	.image-sequence .item.arrow::before
	{
		color: #007AFF;
	}
}

@media QRC, quick-reference, quick-reference_Avaya
{
	.image-sequence .item.arrow::before
	{
		color: #007AFF;
	}
}

.madcap-theme-wrapper img.CheckMark-icon
{
	width: 48px;
	height: 48px;
}

.madcap-theme-wrapper img.ReadMore-LearnMore-button
{
	width: 138px;
	height: 33px;
}

.madcap-theme-wrapper img.QuickRef-icon,
.madcap-theme-wrapper img.HowToVideo-icon
{
	padding-left: 1em;
	padding-right: 1em;
}

.madcap-theme-wrapper img.QuickRef-icon
{
	width: 103px;
	height: 73px;
}

.madcap-theme-wrapper img.HowToVideo-icon
{
	width: 103px;
	height: 69px;
}

/* Page layouts */

/*******************************************
// Page layouts for page layout elements 
/*******************************************/

/*
*************************************
* Front matter
*************************************
*/

.madcap-theme-wrapper p.AppNote_docRevision
{
	color: #000000;
	font-size: 12pt !important;
	margin: 0 0 18pt 0;
	padding: 0;
	mc-next-tag: p;
	mc-next-class: docDate;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.AppNote_docSubtitle
{
	color: #515b61;
	font-size: 14pt !important;
	font-weight: normal;
	margin: 0 0 12pt 0;
	line-height: 1 !important;
	padding: 0;
	orphans: 2;
	mc-next-tag: p;
	mc-next-class: docRevision;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.AppNote_docTitle
{
	font-size: 24pt !important;
	font-weight: bold;
	margin: 0 0 14pt 0;
	line-height: 1 !important;
	padding: 0;
	color: var(--VerintPrimary);
	mc-next-tag: p;
	mc-next-class: docSubtitle;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.AppNote_docFooter,
.madcap-theme-wrapper p.AppNote_docFooterDate
{
	font-size: 10pt !important;
	margin: 0 0 3pt 0;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.AppNote_docFooterDate
{
	float: right;
}

.madcap-theme-wrapper p.BodyLegal,
.madcap-theme-wrapper p.BodyLegalAvaya,
.madcap-theme-wrapper p.BodyLegalAvayaARR,
.madcap-theme-wrapper p.BodyLegalAvayaSubtopic,
.madcap-theme-wrapper p.BodyLegalAvayaSubtopic2,
.madcap-theme-wrapper p.BodyLegalHeader,
.madcap-theme-wrapper p.BodyLegalFooter
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0.083in;
	margin-top: 0pt;
	margin-bottom: 6pt;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
	color: #000000;
	text-indent: 0px;
	line-height: 11pt !important;
	text-decoration: none;
	mc-next-tag: p;
	mc-next-class: BodyLegal;
	mc-hidden: hidden;
}

@media print, quick-reference, quick-reference_Avaya
{
	table.AvayaCopyright thead th
	{
		border: none !important;
		background-color: #FFFFFF !important;
	}
}

.madcap-theme-wrapper p.BodyLegalAvaya,
.madcap-theme-wrapper p.BodyLegalAvayaARR,
.madcap-theme-wrapper p.BodyLegalAvayaSubtopic,
.madcap-theme-wrapper p.BodyLegalAvayaSubtopic2
{
	margin-bottom: 0;
	font-family: Arial;
	line-height: 10.5px !important;
	font-size: 7pt !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.BodyLegalAvayaARR
{
	margin-top: 6pt;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.BodyLegalAvayaSubTopic,
.madcap-theme-wrapper p.BodyLegalAvayaSubTopic2
{
	margin-top: 6pt;
	margin-bottom: 0;
}

.madcap-theme-wrapper p.BodyLegalHeader,
.madcap-theme-wrapper p.BodyLegalFooter
{
	border-top: solid 1px var(--VerintHorizontalRules);
	border-bottom: solid 1px var(--VerintHorizontalRules);
	padding-top: 3px;
	padding-bottom: 2px;
	mc-hidden: hidden;
}

.madcap-theme-wrapper div.BodyLegalContainer
{
	padding: 20pt;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.Bodysubtitle
{
	text-align: right;
	font-size: 20pt !important;
	color: #868684;
	mc-next-tag: p;
	mc-next-class: Bodysubtitle;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.Bodysubtitle2
{
	font-size: 10pt !important;
	text-align: right;
	mc-next-tag: p;
	mc-next-class: Bodysubtitle2;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.BodysubtitleAvaya
{
	margin-top: 0;
	padding-top: 1em 0 0 0;
	font-size: 20pt !important;
	line-height: 1em !important;
	mc-next-tag: p;
	mc-next-class: BodysubtitleAvaya;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.BodytitleAvaya
{
	font-size: 24pt !important;
	font-weight: bold;
	margin-bottom: 1em;
	padding-bottom: 0;
	line-height: 1em !important;
	mc-next-tag: p;
	mc-next-class: BodysubtitleAvaya;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.Bodytitlebottom
{
	text-align: right;
	font-size: 10pt !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.BookTitle
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0.083in;
	margin-top: 0pt;
	margin-bottom: 22pt;
	font-weight: normal;
	font-style: normal;
	font-size: 16pt !important;
	letter-spacing: 0;
	color: var(--VerintPrimary);
	text-indent: 0px;
	line-height: 19pt !important;
	text-decoration: none;
	mc-next-tag: p;
	mc-next-class: Bodysubtitle;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.docDate
{
	color: #FFFFFF;
	font-size: 12pt !important;
	margin: 0;
	padding: 0;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.docRevision
{
	color: var(--VerintPrimary);
	font-size: 10pt !important;
	margin: 0;
	padding: 0.7em 0 0 0;
	line-height: 1em !important;
	mc-next-tag: p;
	mc-next-class: docDate;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.docSubtitle
{
	color: var(--VerintPrimary);
	font-size: 22pt !important;
	margin: 0 0 7pt 0;
	padding: 1em 0 0.5em 0;
	line-height: 1em !important;
	orphans: 2;
	border-bottom: solid 2px var(--VerintHorizontalRules);
	mc-next-tag: p;
	mc-next-class: docRevision;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.docTitle
{
	text-align: left;
	margin: 0 0 10pt 0;
	vertical-align: bottom;
	color: var(--VerintPrimary);
	font-size: 26pt !important;
	line-height: 1em !important;
	mc-next-tag: p;
	mc-next-class: docSubtitle;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.FooterCopyright
{
	color: #646A6F;
	font-size: 7pt !important;
	text-align: center;
	line-height: 11pt !important;
	margin: 1.12em 0 0 1.12em;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.GreenRules
{
	text-align: left;
	color: #000000;
	text-indent: 0px;
	line-height: 11pt !important;
	border-top: 1px solid #0099cc;
	border-bottom: 1px solid #0099cc;
	padding-top: 4pt;
	padding-bottom: 4pt;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.HeaderFooter1,
.madcap-theme-wrapper p.HeaderFooter2
{
	font-size: 8pt !important;
	color: #646A6F;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.HeaderFooter2
{
	text-align: right;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.Verint-V
{
	color: #B0B6BB;
	font-size: 24pt !important;
	font-weight: bold;
	line-height: 2 !important;
	padding-top: 0.25em;
	text-align: center;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.LegalPara
{
	font-family: 'Open Sans', Muli, Arial, sans-serif;
	font-size: 7pt !important;
	margin: 0;
	padding: 0;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.AlignLeft
{
	text-align: left;
}

.madcap-theme-wrapper p.ConfidentialStatement
{
	font-weight: bold;
	font-size: 12pt !important;
}

.madcap-theme-wrapper span.NoColor
{
	color: #000000;
	mc-hidden: hidden;
}

.madcap-theme-wrapper div.AvayaCopyright
{
	width: 100%;
	mc-hidden: hidden;
}

.madcap-theme-wrapper div.AvayaCopyrightCol1
{
	width: 4.05in;
	padding: 0;
	margin: 0;
	float: left;
	mc-hidden: hidden;
}

.madcap-theme-wrapper div.AvayaCopyrightCol2
{
	margin-left: 4.1in;
	padding: 0;
	margin: 0;
	mc-hidden: hidden;
}

/*
*************************************
* Back matter 
*************************************
*/

.madcap-theme-wrapper div.BackTextContainer
{
	padding-top: 4.05in;
	mc-hidden: hidden;
}

.madcap-theme-wrapper div.BackCopyrightContainer
{
	padding-left: 9.25em;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.Backtext
{
	font-size: 10pt !important;
	color: #868684;
	line-height: 12pt !important;
	margin-top: 2pt;
	margin-bottom: 1pt;
	mc-next-tag: p;
	mc-next-class: Backtext;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.BacktextCompanyName,
.madcap-theme-wrapper p.BacktextURL
{
	text-align: left;
	margin-left: 0in;
	margin-right: 1.25in;
	margin-top: 14pt;
	margin-bottom: 0pt;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt !important;
	letter-spacing: 0;
	color: var(--VerintPrimary);
	text-indent: 0px;
	line-height: 11pt !important;
	text-decoration: none;
	mc-next-tag: p;
	mc-next-class: Backtext;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.BacktextCompanyName
{
	line-height: 14pt !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.BacktextURL
{
	font-size: 10pt !important;
	color: var(--VerintPrimary);
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.BackCopyrightText
{
	font-family: Verdana;
	font-weight: normal;
	font-size: 9pt !important;
	font-style: normal;
	letter-spacing: 0em;
	color: #868684;
	text-decoration: none;
	line-height: 10pt !important;
	margin-top: 3pt;
	margin-bottom: 3pt;
	mc-next-tag: p;
	mc-next-class: BackCopyrightText;
	mc-hidden: hidden;
}

.madcap-theme-wrapper table.AppNoteTitleFooter
{
	width: 100%;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	mc-hidden: hidden;
}

/********************************************
* Misc.
/********************************************/

.madcap-theme-wrapper p.fpb_Force_Page_Break
{
	page-break-after: always;
}

.madcap-theme-wrapper p.s_Spacer,
.madcap-theme-wrapper p.spc_Spacer
{
	text-align: left;
	margin-left: 0in;
	margin-right: 0in;
	margin-top: 0pt;
	margin-bottom: 0pt;
	font-family: Georgia;
	font-weight: normal;
	font-style: normal;
	font-size: 2pt !important;
	letter-spacing: 0;
	color: #FFFFFF;
	text-indent: 0px;
	line-height: 1pt !important;
	text-decoration: none;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.z_Header
{
	margin-right: 0.01042in;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 0.67em !important;
	color: #868684;
	line-height: 0.9em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.z_Footer
{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 0.67em !important;
	color: #868684;
	line-height: 0.9em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.z_FooterCopyright
{
	text-align: center;
	margin-right: 0.08333in;
	margin-top: 2pt;
	margin-bottom: 0.17em;
	font-weight: normal;
	font-style: normal;
	font-size: 7pt !important;
	color: #868684;
	line-height: 0.67em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper table.pl-footer
{
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	border-left-style: none;
	border-right-style: none;
	mc-hidden: hidden;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: var(--VerintHorizontalRules);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--VerintHorizontalRules);
}

.madcap-theme-wrapper table.pl-header
{
	width: 100%;
	margin-left: 0;
	margin-right: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: var(--VerintHorizontalRules);
	mc-hidden: hidden;
}

.madcap-theme-wrapper table.pl-footer td,
.madcap-theme-wrapper table.pl-header td
{
	border: none;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

@media quick-reference
{
	p.docTitle
	{
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		text-align: left;
		margin: 0;
		padding: 0;
		color: #808080;
		font-weight: normal;
		font-size: 16pt !important;
		mc-hidden: hidden;
	}

	p.docSubtitle
	{
		text-align: right;
		font-size: 16pt !important;
		color: #808080;
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		font-weight: normal;
		border-bottom: 0;
		margin: 0;
		padding: 0;
		mc-hidden: hidden;
	}

	p.docTitleQRPage2
	{
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		text-align: center;
		margin: 0;
		vertical-align: bottom;
		color: #808080;
		font-size: 16pt !important;
		margin-left: 0;
		margin-bottom: 0pt;
		padding-bottom: 2px;
		border-bottom: solid 1px var(--VerintHorizontalRules);
		mc-hidden: hidden;
	}

	p.FooterLeft
	{
		font-size: 8pt !important;
		color: #808080;
		padding: 0.6em 0 0.6em 0;
		margin: 0;
		text-align: left;
		line-height: 11pt !important;
		mc-hidden: hidden;
	}

	p.FooterCenter
	{
		text-align: center;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 8pt !important;
		letter-spacing: 0em;
		color: #0064bc;
		text-indent: 0px;
		line-height: 10pt !important;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.Version
	{
		text-align: right;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 12pt !important;
		letter-spacing: 0em;
		color: #000000;
		text-indent: 0px;
		line-height: 13pt !important;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.Copyright
	{
		text-align: left;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 5pt;
		margin-bottom: 1pt;
		font-family: 'Open Sans', Muli, Arial, sans-serif;
		font-weight: normal;
		font-style: normal;
		font-size: 6pt !important;
		letter-spacing: 0em;
		color: #000000;
		text-indent: 0px;
		line-height: 7pt !important;
		text-decoration: none;
		mc-hidden: hidden;
	}

	table.QRGFooter
	{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		border-left: none;
		border-right: none;
		border-top-style: solid;
		border-top-width: 1px;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		border-top-color: #0D3E86;
		border-bottom-color: #0D3E86;
		mc-hidden: hidden;
	}

	td.QRGFooter-td
	{
		vertical-align: center;
		border: none !important;
	}

	p.copyrightFooter
	{
		font-size: 7pt !important;
		color: #808080;
		padding: 0;
		margin: 0;
		text-align: left;
		line-height: 11pt !important;
		mc-hidden: hidden;
	}
}

@media quick-reference_Avaya
{
	p.docTitle,
	p.docSubtitle,
	p.docTitleQRPage2
	{
		font-family: Verdana;
		font-weight: normal;
		font-size: 16pt !important;
		color: #000000;
		margin-bottom: 0pt;
		line-height: 1 !important;
		padding-bottom: 0.75em;
		mc-hidden: hidden;
	}

	p.docSubtitle
	{
		text-align: right;
		margin: 0 0 2em 0;
		border-bottom: 0;
		mc-hidden: hidden;
	}

	p.docTitleQRPage2
	{
		text-align: center;
		margin-top: -1em;
		mc-hidden: hidden;
	}

	p.FooterCenter
	{
		text-align: center;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-family: Verdana;
		font-weight: normal;
		font-style: normal;
		font-size: 8pt !important;
		letter-spacing: 0em;
		color: var(--VerintPrimary);
		text-indent: 0px;
		line-height: 10pt !important;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.Version
	{
		text-align: right;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 0pt;
		margin-bottom: 0pt;
		font-family: Verdana;
		font-weight: normal;
		font-style: normal;
		font-size: 12pt !important;
		letter-spacing: 0em;
		color: #000000;
		text-indent: 0px;
		line-height: 13pt !important;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.Copyright
	{
		text-align: left;
		margin-left: 0pt;
		margin-right: 0pt;
		margin-top: 5pt;
		margin-bottom: 1pt;
		font-family: Verdana;
		font-weight: normal;
		font-style: normal;
		font-size: 6pt !important;
		letter-spacing: 0em;
		color: #000000;
		text-indent: 0px;
		line-height: 7pt !important;
		text-decoration: none;
		mc-hidden: hidden;
	}

	p.docSubtitle
	{
		text-align: right;
		font-size: 16pt !important;
		color: #000000;
		font-family: Verdana;
		font-weight: normal;
		margin-bottom: 0pt;
		mc-hidden: hidden;
	}

	table.QRGFooter
	{
		padding-bottom: 4.25em;
		text-align: right;
	}

	td.QRGFooterCell
	{
		vertical-align: middle;
		padding-top: 3pt;
		padding-bottom: 5pt;
		border-top-style: solid;
		border-top-width: 2px;
		border-top-color: var(--AvayaPrimary);
		border-bottom-style: solid;
		border-bottom-width: 2px;
		border-bottom-color: var(--AvayaPrimary);
	}

	p.copyrightFooter
	{
		color: #808080;
	}

	p.copyrightQRGFooter1,
	p.copyrightQRGFooter2,
	p.copyrightQRGFooter3
	{
		font-size: 11pt !important;
		margin: 0;
		padding: 0;
		text-align: right;
		line-height: 11pt !important;
		color: #808080;
		mc-hidden: hidden;
	}

	p.copyrightQRGFooter2
	{
		font-size: 10pt !important;
		mc-hidden: hidden;
	}

	p.copyrightQRGFooter3
	{
		font-size: 8pt !important;
		margin-top: 1em;
		line-height: 1 !important;
		mc-hidden: hidden;
	}
}

/* Xrefs */

/*******************************************
// Xref formats 
/*******************************************/

.madcap-theme-wrapper span.Xref
{
	color: var(--VerintPrimary);
}

@media non-print
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px)), only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	
}

@media print, quick-reference, quick-reference_Avaya
{
	
}

@media QRC, quick-reference, quick-reference_Avaya
{
	
}

/*--end--*/
/* Tables */

/*
*******************************
* Table-related formatting ****
*******************************
*/

.madcap-theme-wrapper table.responsiveTable
{
	width: 100% !important;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	table.responsiveTable
	{
		width: 80vw !important;
	}
}

/* Hides table features for the buttons in read more/learn more tables */

.madcap-theme-wrapper table.ReadMore-LearnMore
{
	border: none;
	box-shadow: none;
	width: 100%;
}

.madcap-theme-wrapper table.ReadMore-LearnMore thead,
.madcap-theme-wrapper table.ReadMore-LearnMore tbody,
.madcap-theme-wrapper table.ReadMore-LearnMore td
{
	border: none;
}

@media only screen and (min-width: 768px) and (max-width: 1023px), only screen and (min-width: 1024px) and (max-width: 1439px), only screen and (min-width: 1440px) and (max-width: 1919px), only screen and (min-width: 1920px) and (max-width: 2559px), only screen and (min-width: 2560px)
{
	table.ReadMore-LearnMore tbody tr:hover
	{
		background: none !important;
		font-weight: normal;
	}
}

.madcap-theme-wrapper td
{
	overflow-wrap: break-word;
	word-break: break-word;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	td li
	{
		font-size: 0.9em !important;
	}
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	table td::before
	{
		font-size: 0.8em !important;
	}
}

.madcap-theme-wrapper table:not(.ReadMore-LearnMore) tbody tr:hover
{
	font-weight: normal !important;
	border: 2px solid var(--VerintPrimary);
}

.madcap-theme-wrapper table thead th > p
{
	font-size: 0.8em !important;
}

@media print, quick-reference, quick-reference_Avaya
{
	table thead th > p
	{
		font-size: 0.75em !important;
	}
}

.madcap-theme-wrapper td > p
{
	margin-block: 0 !important;
	font-size: 0.9em !important;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	td > p:first-child
	{
		padding-top: 0.5em;
	}
}

.madcap-theme-wrapper th > p
{
	margin-block: 0 !important;
	font-size: 0.8em !important;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	table.ReadMore-LearnMore td::before
	{
		display: none;
	}
}

/* OLH CSS */
/* Skin customizations, unique to PTE */
/* Verint UX font */

/**************
* Font rules *
**************/

@font-face 
{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-open_2D00_sans/open_2D00_sans_2D00_v27_2D00_latin_2D00_regular.eot?_=639098611328990468');
	src: local(''), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-open_2D00_sans/open_2D00_sans_2D00_v27_2D00_latin_2D00_regular.eot?_=639098611328990468?#iefix') format('embedded-opentype'), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-open_2D00_sans/open_2D00_sans_2D00_v27_2D00_latin_2D00_regular.woff2?_=639098611329303382') format('woff2'), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-open_2D00_sans/open_2D00_sans_2D00_v27_2D00_latin_2D00_regular.woff?_=639098611329146777') format('woff'), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-open_2D00_sans/open_2D00_sans_2D00_v27_2D00_latin_2D00_regular.ttf?_=639098611329146777') format('truetype'), url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-open_2D00_sans/open_2D00_sans_2D00_v27_2D00_latin_2D00_regular.svg?_=639098611329146777') format('svg');
}

/* IE9 Compat Modes */
/* IE6-IE8 */
/* Super Modern Browsers */
/* Modern Browsers */
/* Safari, Android, iOS */
/* Legacy iOS */

:root
{
	/*******************************
	* Colors                      *
	*******************************/
	--VerintPrimary: #0075e4;
	--VerintWater: #0d3e86;
	--VerintTertiary: #05ce7c;
	--HelpBorder: #b0b6bb;
	--HelpGlossaryBG: #eeeeee;
	--HelpGlossaryPopupArrow: #dcdcdc;
	--InputBackground: #e1e1e1;
	--HelpWhite: #ffffff;
	--HelpBlack: #000000;
	--HelpSearchHL1: #ffdd33;
	--HelpButton: #666666;
	--HelpFocus: #0596c7;
	/*******************************
	* Fonts                       *
	*******************************/
	--OLHLux: verint_lux;
	--OLHBaseFontFamily: 'Open Sans', Arial, sans-serif;
}

/*******************************************
/* Accessibility 
/*******************************************/

.madcap-theme-wrapper body.access *:focus
{
	outline: 1px solid var(--HelpFocus) !important;
	box-shadow: 0px 0px 10px var(--HelpFocus) !important;
	padding: 3px !important;
}

/*******************************************
/* Anchor-related classes 
/*******************************************/

.madcap-theme-wrapper a,
.madcap-theme-wrapper a:visited,
.madcap-theme-wrapper a:link,
.madcap-theme-wrapper a.MCBreadcrumbsLink,
.madcap-theme-wrapper a.MCBreadcrumbsLink:visited,
.madcap-theme-wrapper a.MCBreadcrumbsLink:link
{
	color: var(--VerintPrimary);
	text-decoration: none;
	font-weight: normal !important;
}

.madcap-theme-wrapper a:hover,
.madcap-theme-wrapper a.MiniTOC1:hover,
.madcap-theme-wrapper a.MCBreadcrumbsLink:hover
{
	color: var(--VerintPrimary);
	text-decoration: underline;
	text-decoration-skip-ink: none;
}

.madcap-theme-wrapper .title-bar-layout a.logo
{
	background-size: contain;
}

.madcap-theme-wrapper div.MCMiniTocBox_0
{
	padding-left: 0;
	padding-top: 0;
}

.madcap-theme-wrapper a.MCDropDownHotSpot
{
	font-weight: normal;
	text-decoration: none !important;
}

.madcap-theme-wrapper a.MCDropDownHotSpot:hover
{
	text-decoration: underline !important;
}

.madcap-theme-wrapper a.MCTextPopupHotSpot
{
	color: var(--HelpBlack) !important;
	font-weight: inherit;
	border-style: dotted 2px;
	border-bottom: dotted 2px;
	border-bottom-color: var(--VerintPrimary);
}

.madcap-theme-wrapper a.MCTextPopupHotSpot:hover
{
	text-decoration: none !important;
	text-indent: 0;
}

.madcap-theme-wrapper tr:hover td p a.MCTextPopupHotSpot
{
	font-weight: 600 !important;
}

/*******************************************
/* Skin borders
/*******************************************/

.madcap-theme-wrapper nav.title-bar
{
	border-top: solid 1px var(--HelpBorder);
}

.madcap-theme-wrapper div.sidenav-layout
{
	border-top: solid 1px var(--HelpBorder);
}

.madcap-theme-wrapper div.body-container
{
	border-left: solid 1px var(--HelpBorder);
	padding-left: 30px;
	padding-right: 30px;
}

/*******************************************
/* breadcrumb/button containers
/*******************************************/

.madcap-theme-wrapper .button-group-container-left,
.madcap-theme-wrapper .breadcrumbs
{
	padding-left: 0;
}

.madcap-theme-wrapper .button-group-container-right
{
	margin-right: 0;
	padding-right: 0;
}

.madcap-theme-wrapper .button.previous-topic-button,
.madcap-theme-wrapper .button.next-topic-button,
.madcap-theme-wrapper .button.remove-highlight-button,
.madcap-theme-wrapper .button.print-button,
.madcap-theme-wrapper .button.feedback-button
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*******************************************
/* Search field
/*******************************************/

.madcap-theme-wrapper input.search-field:hover
{
	background-color: var(--InputBackground);
}

.madcap-theme-wrapper input.search-field:focus
{
	outline: none;
	background-color: var(--HelpWhite);
}

.madcap-theme-wrapper div.search-submit-wrapper
{
	top: 3px !important;
}

/*******************************************
/* Basic TOC lists
/*******************************************/

.madcap-theme-wrapper li.tree-node:before,
.madcap-theme-wrapper #resultList li:before
{
	content: '' !important;
}

.madcap-theme-wrapper ul.sidenav li,
.madcap-theme-wrapper ul.off-canvas-list li
{
	text-indent: 0;
}

.madcap-theme-wrapper ul.sidenav li a:hover,
.madcap-theme-wrapper ul.off-canvas-list li a:hover
{
	text-decoration: none !important;
}

/*******************************************
/* TOC entry
/*******************************************/

.madcap-theme-wrapper ul.sidenav li a
{
	font-weight: 400;
}

/* Unselected desktop TOC entry */

.madcap-theme-wrapper ul.sidenav ul > li > a,
.madcap-theme-wrapper ul.sidenav ul ul > li > a,
.madcap-theme-wrapper ul.sidenav ul ul ul > li > a,
.madcap-theme-wrapper ul.sidenav ul ul ul ul > li > a
{
	margin-left: 0px;
}

/* h1 TOC entry (chapter title) */

.madcap-theme-wrapper ul.sidenav li > a,
.madcap-theme-wrapper ul.sidenav li > a.selected,
.madcap-theme-wrapper ul.sidenav li > a:focus
{
	padding-left: 2.5em !important;
}

/* h2 TOC entry (t1) */

.madcap-theme-wrapper ul.sidenav ul > li > a,
.madcap-theme-wrapper ul.sidenav ul > li > a.selected,
.madcap-theme-wrapper ul.sidenav ul > li > a:focus
{
	padding-left: 4.5em !important;
}

/* h3 TOC entry  (t2) */

.madcap-theme-wrapper ul.sidenav ul ul > li > a,
.madcap-theme-wrapper ul.sidenav ul ul > li > a.selected,
.madcap-theme-wrapper ul.sidenav ul ul > li > a:focus
{
	padding-left: 6.5em !important;
}

/* h4 TOC entry  (t3) */

.madcap-theme-wrapper ul.sidenav ul ul ul > li > a,
.madcap-theme-wrapper ul.sidenav ul ul ul > li > a.selected,
.madcap-theme-wrapper ul.sidenav ul ul ul > li > a:focus
{
	padding-left: 8.5em !important;
}

/* h5 TOC entry  (t4) */

.madcap-theme-wrapper ul.sidenav ul ul ul ul > li > a,
.madcap-theme-wrapper ul.sidenav ul ul ul ul > li > a.selected,
.madcap-theme-wrapper ul.sidenav ul ul ul ul > li > a:focus
{
	padding-left: 10em !important;
}

/*****************************************
/* TOC icon formatting
/*****************************************/

/* Position icon to left of TOC entries */

.madcap-theme-wrapper .is-accordion-submenu-parent > a span.submenu-toggle-container,
.madcap-theme-wrapper ul.sidenav ul > li > a.selected > span.submenu-toggle-container
{
	left: 5px;
	width: 2em;
	height: 2em;
}

/* Closed TOC parent */

.madcap-theme-wrapper .is-accordion-submenu-parent > a span.submenu-toggle-container
{
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	top: -4px;
}

/* Open TOC parent */

.madcap-theme-wrapper .is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* Leaf node bullet */

.madcap-theme-wrapper li.tree-node.tree-node-leaf:before
{
	content: unset !important;
}

/* TOC entries toggle icons */

.madcap-theme-wrapper ul.sidenav ul > li > a > span.submenu-toggle-container,
.madcap-theme-wrapper ul.sidenav ul > li > a.selected > span.submenu-toggle-container
{
	left: 30px;
}

/* h3 TOC entry (t2) */

.madcap-theme-wrapper ul.sidenav ul ul > li > a > span.submenu-toggle-container,
.madcap-theme-wrapper ul.sidenav ul ul > li > a.selected > span.submenu-toggle-container
{
	left: 55px;
}

/* h4 TOC entry (t3) */

.madcap-theme-wrapper ul.sidenav ul ul ul > li > a > span.submenu-toggle-container,
.madcap-theme-wrapper ul.sidenav ul ul ul > li > a.selected > span.submenu-toggle-container
{
	left: 80px;
}

/* h5 TOC entry (t4) */

.madcap-theme-wrapper ul.sidenav ul ul ul ul > li > a > span.submenu-toggle-container,
.madcap-theme-wrapper ul.sidenav ul ul ul ul > li > a.selected > span.submenu-toggle-container
{
	left: 105px;
}

/*************************************
/* Search results elements
/*************************************/

.madcap-theme-wrapper div.url
{
	display: none;
}

.madcap-theme-wrapper ul#resultList > li
{
	padding-left: 0px;
	text-indent: 0px;
}

.madcap-theme-wrapper ul#resultList > li::marker
{
	content: " ";
}

.madcap-theme-wrapper #resultList h3.title
{
	margin-top: 0;
}

.madcap-theme-wrapper #resultList h3.title a:visited
{
	color: var(--VerintPrimary);
}

/* Search highlighting */

.madcap-theme-wrapper .SearchHighlight
{
	background-color: var(--HelpSearchHL1);
}

/**********************************
/* Glossary
/**********************************/

.madcap-theme-wrapper .MCTextPopupArrow
{
	border-top-color: var(--HelpGlossaryPopupArrow) !important;
}

.madcap-theme-wrapper li.GlossaryPageEntry
{
	list-style-type: none !important;
}

.madcap-theme-wrapper div.GlossaryPageTerm,
.madcap-theme-wrapper li.GlossaryPageTerm,
.madcap-theme-wrapper a.GlossaryPageLink,
.madcap-theme-wrapper li.GlossaryPageEntry,
.madcap-theme-wrapper div.GlossaryPageEntry,
.madcap-theme-wrapper div.GlossaryPageDefinition
{
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0;
}

.madcap-theme-wrapper a.GlossaryPageLink,
.madcap-theme-wrapper a.GlossaryPageLink:hover
{
	color: var(--VerintPrimary);
	cursor: text;
}

.madcap-theme-wrapper div.GlossaryPageDefinition
{
	margin-left: 2em;
}

.madcap-theme-wrapper a.GlossaryPageLink:hover
{
	text-decoration: none !important;
}

/* Fix bullets */

.madcap-theme-wrapper li.GlossaryPageEntry::before
{
	content: ' ';
}

.madcap-theme-wrapper div.GlossaryPageHeading
{
	text-decoration: none;
	font-size: 20px !important;
	border-bottom-style: none;
	border-bottom-color: var(--HelpWhite);
	margin-bottom: 0;
	margin-left: 5%;
}

.madcap-theme-wrapper div.GlossaryPageDefinition
{
	margin-bottom: 12pt;
}

.madcap-theme-wrapper #resultList .glossary
{
	padding-top: 7px;
	border-top: solid 1px var(--HelpBorder);
	border-bottom: solid 1px var(--HelpBorder);
	border-left: solid 1px var(--HelpBorder);
	border-right: solid 1px var(--HelpBorder);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

.madcap-theme-wrapper ul.MCGlossaryProxy_0
{
	padding-left: 0;
	margin-left: 0;
}

.madcap-theme-wrapper #resultList .glossary .definition,
.madcap-theme-wrapper #resultList .glossary .term
{
	padding-left: 0em;
	text-indent: 0;
}

/*
***************************
* OLH toolbar custom CSS *
***************************
*/

.madcap-theme-wrapper div.button-separator
{
	margin-left: 1.5em;
	margin-right: 1.5em;
}

.madcap-theme-wrapper ._Skins_HTML5_SideNav_TopicToolbar.mc-component .button
{
	color: var(--HelpButton);
	font-style: normal;
	font-family: var(--OLHLux);
	font-size: 1.1em !important;
	padding: 0.15em 0.25em 0.15em 0.25em;
}

.madcap-theme-wrapper ._Skins_HTML5_SideNav_TopicToolbar.mc-component .button:hover
{
	color: var(--VerintPrimary);
}

.madcap-theme-wrapper ._Skins_HTML5_SideNav_TopicToolbar.mc-component .button:active
{
	color: var(--VerintWater);
}

.madcap-theme-wrapper ._Skins_HTML5_SideNav_TopicToolbar.mc-component .button:focus
{
	outline-color: var(--HelpFocus);
}

.madcap-theme-wrapper .remove-highlight-button::before
{
	content: "\e9cd";
}

.madcap-theme-wrapper .previous-topic-button::before
{
	content: "\e84e";
}

.madcap-theme-wrapper .next-topic-button::before
{
	content: "\e83e";
}

.madcap-theme-wrapper .print-button::before
{
	content: "\e84f";
}

.madcap-theme-wrapper .feedback-button::before
{
	content: "\e89d";
}

/*
******************
* Madcap classes *
******************
*/

.madcap-theme-wrapper .MCDropDown_Closed .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-images/triangle_5F00_right_5F00_online.svg?_=639098611327271732');
	background-size: 5.5px;
}

.madcap-theme-wrapper .MCDropDown_Open .MCDropDownHotSpot_.MCHotSpotImage
{
	background-image: url('https://connect.verint.com/cfs-filesystemfile/__key/madcap-flare-theme/vcpdatainsightsportal-resources-images/triangle_5F00_down_5F00_online.svg?_=639098611327271732');
	background-size: 12px;
}

/*********************************
/* Media types for tablet/mobile *
/*********************************/

@media only screen and (max-width: 1279px)
{
	div.body-container
	{
		border-left: none;
		padding-left: 10px;
		padding-right: 10px;
	}

	div.logo-wrapper
	{
		display: none !important;
	}

	.menu-icon
	{
		top: 35% !important;
	}

	.is-accordion-submenu-parent > a span.submenu-toggle-container
	{
		left: auto;
	}

	.is-accordion-submenu-parent > a[aria-expanded='true'] > .submenu-toggle-container > span.submenu-toggle
	{
		left: auto;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	/* Tablet/mobile TOC */

	ul.off-canvas-list ul > li > a.selected,
	ul.off-canvas-list ul ul > li > a.selected,
	ul.off-canvas-list ul ul ul > li > a.selected,
	ul.off-canvas-list ul ul ul ul > li > a.selected
	{
		border-right-color: var(--VerintPrimary);
		border-right-width: 6px;
		border-right-style: solid;
	}

	.menu > li > a
	{
		padding: 0.5em;
	}
}

/* Metromap styles, unique to PTE */

.madcap-theme-wrapper ul.metromap li
{
	list-style-type: none !important;
	width: 25%;
	float: left;
	display: inline;
	position: relative;
	height: 70px;
	font-size: small !important;
	text-align: left;
	line-height: 20px !important;
	color: #0d3e86;
	padding-bottom: 20px;
}

.madcap-theme-wrapper ul.metromap li:before
{
	width: 20px;
	height: 20px;
	content: counter(step);
	counter-increment: step;
	line-height: 1.25em !important;
	border: 2px solid #3b72dd;
	display: block;
	text-align: center;
	font-size: 12px !important;
	margin: 0 auto 5px 0;
	border-radius: 50%;
	background-color: #e96d28;
	color: #ffffff;
}

.madcap-theme-wrapper ul.metromap li.taskCurrent:before
{
	border: 2px solid #3b72dd;
	box-shadow: 0 0 10px 1px #3b72dd;
}

.madcap-theme-wrapper ul.metromap li:after
{
	width: 100%;
	height: 3px;
	content: '';
	position: absolute;
	background-color: #3880ec;
	top: 10px;
	left: 22px;
	z-index: -1;
}

.madcap-theme-wrapper ul.metromap li:last-child:after
{
	content: none;
}

@media non-print
{
	ul.metromap li
	{
		height: 80px;
		font-size: small !important;
		text-align: left;
		line-height: 20px !important;
		color: #0d3d86;
		padding-bottom: 20px;
	}
}

/************************************
/* Microcontent
/************************************/

.madcap-theme-wrapper .micro-response h1,
.madcap-theme-wrapper .micro-response h2,
.madcap-theme-wrapper .micro-repsonse h3,
.madcap-theme-wrapper .micro-response h4,
.madcap-theme-wrapper .micro-response h5
{
	margin-top: 0;
	color: var(--HelpHeading);
}

/*
******************************************************
* Base classes (potentially affect everything else)  *
******************************************************
*/

.madcap-theme-wrapper body
{
	font-family: var(--OLHBaseFontFamily);
	font-size: 0.9em !important;
	mc-hyphenate: never;
	mc-next-tag: p;
	mc-next-class: Body;
}

.madcap-theme-wrapper p,
.madcap-theme-wrapper li
{
	font-size: 1em !important;
	line-height: 1.25 !important;
	font-family: var(--OLHBaseFontFamily);
}

.madcap-theme-wrapper p
{
	padding-left: 0;
	padding-right: 0;
	mc-next-tag: p;
	mc-next-class: Body;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	p
	{
		max-width: 90vw;
	}
}

/*
*********************************************************
* Generics, etc. See the skin css for anchors ***********
*********************************************************
*/

.madcap-theme-wrapper a.Heading_w_o_Link_Plain:link,
.madcap-theme-wrapper a.Heading_w_o_Link_Plain:visited,
.madcap-theme-wrapper a.Heading_w_o_Link_Plain:hover,
.madcap-theme-wrapper a.Heading_w_o_Link_Plain:active
{
	color: var(--HelpBlack) !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper .fa
{
	display: inline-block;
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: var(--OLHFA);
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.madcap-theme-wrapper .nobreak
{
	page-break-inside: avoid;
}

/*
***********************************
* Used in the Hub for PTE pages   *
***********************************
*/

.madcap-theme-wrapper div.cta
{
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	width: 162px;
	transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
	margin-top: 20px;
	font-family: Arial;
	font-weight: bold;
	background-color: var(--VerintTertiary);
	border: none 1px var(--VerintPrimary);
	color: var(--HelpWhite);
	padding: 2px 0px;
	border-radius: 0px;
}

.madcap-theme-wrapper div.cta:hover
{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
	transform: scale(1.01);
	mc-hidden: hidden;
}

.madcap-theme-wrapper a.cta:link
{
	color: var(--HelpWhite);
	text-decoration: none;
	mc-hidden: hidden;
}

.madcap-theme-wrapper a.cta:visited
{
	color: var(--HelpWhite);
	text-decoration: none;
	mc-hidden: hidden;
}

.madcap-theme-wrapper .center
{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	float: none !important;
	text-align: center;
}

/****************************
* Workflow styles ****
*****************************/

.madcap-theme-wrapper div.workflow
{
	display: flex;
	flex-flow: row wrap;
	align-content: flex-start;
	height: auto;
	width: fit-content;
	padding-right: 20px;
	border: 2px solid var(--WorkflowBorder);
	border-radius: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	-ms-flex-line-pack: flex-start;
}

.madcap-theme-wrapper ul.metromap
{
	counter-reset: step;
	transform: rotate(0deg);
}

/*
******************************
* Table of contents classes  *
******************************
*/

.madcap-theme-wrapper p._0_Appendix_TitleLOP
{
	margin-left: 6.02em;
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	color: var(--VerintPrimary);
	text-indent: -96px;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p._0_Appendix_TitleTOC
{
	margin-left: 6.02em;
	margin-top: 0.92em;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 0.75em !important;
	color: var(--VerintPrimary);
	text-indent: -96px;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p._0_Chapter_TitleLOP
{
	margin-left: 6.02em;
	margin-top: 1em;
	margin-bottom: 0.25em;
	font-weight: bold;
	color: var(--VerintPrimary);
	text-indent: -96px;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p._0_Chapter_TitleTOC
{
	margin-left: 6.02em;
	margin-top: 0.92em;
	margin-bottom: 0.25em;
	font-weight: bold;
	font-size: 0.75em !important;
	color: var(--VerintPrimary);
	text-indent: -96px;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p._0_Preface_TitleLOP
{
	margin-left: 6.02em;
	margin-top: 1em;
	margin-bottom: 0.25em;
	font-weight: bold;
	color: var(--VerintPrimary);
	text-indent: -96px;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p._0_Preface_TitleTOC
{
	margin-left: 6.02em;
	margin-top: 0.92em;
	margin-bottom: 0.25em;
	font-weight: bold;
	font-size: 0.75em !important;
	color: var(--VerintPrimary);
	text-indent: -96px;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.MiniTOC1
{
	padding-left: 0pt;
	color: var(--VerintPrimary);
	text-decoration: none;
	font-weight: normal;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.MiniTOC2_0
{
	display: none;
}

.madcap-theme-wrapper p.MiniTOC3_0
{
	display: none;
}

.madcap-theme-wrapper p.t1_Topic_Title1LOP
{
	margin-left: 3em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	font-size: 0.75em !important;
	mc-auto-number-format: '  ';
	mc-auto-number-position: outside-tail;
	mc-auto-number-offset: 0;
	mc-auto-number-class: TOC_Link;
	text-indent: -7px;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.t2_Topic_Title2LOP
{
	margin-left: 4.5em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em !important;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.t3_Topic_Title3LOP
{
	margin-left: 6.02em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em !important;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.t1_Topic_Title1TOC
{
	margin-left: 3em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em !important;
	mc-auto-number-format: '  ';
	mc-auto-number-position: outside-tail;
	mc-auto-number-offset: 0;
	mc-auto-number-class: TOC_Link;
	text-indent: -7px;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.t2_Topic_Title2TOC
{
	margin-left: 0.59in;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em !important;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.t3_Topic_Title3TOC
{
	margin-left: 4.5em;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-size: 0.75em !important;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.tt_Topic_TypeLOP
{
	margin-left: 6.02em;
	margin-top: 0.17em;
	margin-bottom: 0.33em;
	font-size: 0.75em !important;
	color: var(--VerintTertiary);
	line-height: 0.92em !important;
	text-transform: uppercase;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.sd_Short_DescriptionLOP
{
	margin-left: 6.02em;
	margin-top: 0.17em;
	margin-bottom: 0.33em;
	font-size: 0.75em !important;
	color: var(--HelpLoP);
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

/*
*********************
* Heading classes   *
*********************
*/

.madcap-theme-wrapper h1
{
	color: var(--HelpHeading);
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 1.2em !important;
	padding-left: 0;
	padding-right: 0;
	mc-next-tag: p;
	mc-next-class: sd_Short_Description;
}

.madcap-theme-wrapper h1,
.madcap-theme-wrapper h2,
.madcap-theme-wrapper h3,
.madcap-theme-wrapper h4,
.madcap-theme-wrapper h5,
.madcap-theme-wrapper h1._0_Preface_Title,
.madcap-theme-wrapper h1._0_Chapter_Title,
.madcap-theme-wrapper h1._0_Appendix_Title,
.madcap-theme-wrapper h1.t0_Topic_Title0,
.madcap-theme-wrapper h2.t1_Topic_Title1,
.madcap-theme-wrapper h3.t2_Topic_Title2,
.madcap-theme-wrapper h4.t3_Topic_Title3,
.madcap-theme-wrapper h5.Heading4
{
	font-size: 1.4em !important;
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 0;
	mc-next-tag: p;
	mc-next-class: sd_Short_Description;
}

.madcap-theme-wrapper h5,
.madcap-theme-wrapper h5.Heading4
{
	color: var(--HeadingH5);
}

.madcap-theme-wrapper h1._0_Appendix_Title
{
	mc-auto-number-class: hNum;
	mc-next-tag: p;
	mc-next-class: sd_Short_Description;
}

.madcap-theme-wrapper h2
{
	font-size: 1.1em !important;
	padding-left: 0;
	padding-right: 0;
}

.madcap-theme-wrapper h3,
.madcap-theme-wrapper h4,
.madcap-theme-wrapper h5
{
	padding-left: 0;
	padding-right: 0;
}

.madcap-theme-wrapper h3
{
	margin-top: 1.5em;
	margin-bottom: 1em;
	font-size: 1em !important;
	mc-next-tag: p;
	mc-next-class: sd_Short_Description;
}

.madcap-theme-wrapper p.ph1_Pref_Head1
{
	margin-top: 1.09em;
	margin-bottom: 0.75em;
	font-weight: bold;
	font-size: 0.92em !important;
	color: var(--VerintPrimary);
	line-height: 1.09em !important;
}

/*
*******************************
* Image-related classes *******
*******************************
*/

.madcap-theme-wrapper div.EFM_image
{
	float: center;
	text-align: center;
	font-weight: bold;
	font-size: 0.8em !important;
}

.madcap-theme-wrapper img.screen,
.madcap-theme-wrapper img.screen_noborder
{
	max-width: 97%;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}

.madcap-theme-wrapper img.screen
{
	border: solid 1px var(--HelpImageBorder);
}

.madcap-theme-wrapper p.gt_Graphic_Title
{
	margin-top: 1.5em;
	margin-bottom: 0;
	font-weight: bold;
}

.madcap-theme-wrapper div.How_to_clip
{
	width: 90%;
}

.madcap-theme-wrapper img.How_to_clip_img
{
	padding: 1.5em 1em 1.5em 0em;
	vertical-align: middle;
}

/*
************************************
* Paragraph classes ****************
************************************
*/

.madcap-theme-wrapper p.Body,
.madcap-theme-wrapper p.bc_Body_center
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	mc-next-tag: p;
	mc-next-class: Body;
}

.madcap-theme-wrapper p.bc_Body_center
{
	text-align: center;
	margin-right: 0;
}

.madcap-theme-wrapper p.bh_Body_highlight
{
	text-align: center;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	padding-left: 0%;
	background-color: #c0c0c0;
	mc-next-tag: p;
	mc-next-class: Body;
}

.madcap-theme-wrapper p.bb_Body_blue
{
	margin-top: 0;
	margin-bottom: 0.25em;
	color: var(--VerintPrimary);
	mc-next-tag: p;
	mc-next-class: Body;
}

.madcap-theme-wrapper p.byb_Before_you_begin
{
	margin-top: 1em;
	margin-bottom: 0;
	mc-auto-number-format: 'Before you begin';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
	font-weight: bold;
	mc-next-tag: p;
	mc-next-class: Body;
}

.madcap-theme-wrapper p.co1_Command1,
.madcap-theme-wrapper p.co2_Command2,
.madcap-theme-wrapper p.co3_Command3,
.madcap-theme-wrapper p.co4_Command4
{
	font-family: 'Courier New';
	font-size: 11pt !important;
	line-height: 11pt !important;
	mc-next-class: co1_Command1;
}

.madcap-theme-wrapper p.co2_Command2
{
	mc-next-class: co2_Command2;
}

.madcap-theme-wrapper p.co3_Command3
{
	mc-next-class: co3_Command3;
}

.madcap-theme-wrapper p.co4_Command4
{
	mc-next-class: co4_Command4;
}

/*Style for Linux commands - input and output*/

.madcap-theme-wrapper p.Commands,
.madcap-theme-wrapper p.m_Machine
{
	word-wrap: break-word;
	font-family: 'Courier New';
	color: var(--HelpBlack);
	display: block;
	mc-next-tag: p;
	mc-next-class: Commands;
	font-size: 12px !important;
	margin-top: 0px;
	margin-bottom: 0px;
}

.madcap-theme-wrapper p.dd_Dropdown
{
	margin-top: 1em;
	margin-bottom: 0.67em;
	font-weight: bold;
}

.madcap-theme-wrapper p.de_DropdownEnd
{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 0.17em !important;
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	line-height: 0.08em !important;
}

.madcap-theme-wrapper p.ex_Example
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-auto-number-format: 'Example: ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
}

.madcap-theme-wrapper p.GreenRules
{
	margin-top: 0;
	margin-bottom: 0;
	mc-hidden: hidden;
}

/* For commands and indents used under li. */

.madcap-theme-wrapper p.i1_Indent1,
.madcap-theme-wrapper p.co1_Command1
{
	margin-left: 0.3in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: i1_Indent1;
}

.madcap-theme-wrapper p.i3_Indent3,
.madcap-theme-wrapper p.co3_Command3
{
	margin-left: 0.783in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: i3_Indent3;
}

.madcap-theme-wrapper p.i4_Indent4,
.madcap-theme-wrapper p.co4_Command4
{
	margin-left: 0.983in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: i4_Indent4;
}

.madcap-theme-wrapper p.p_Popup
{
	margin-right: 0.08333in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

.madcap-theme-wrapper p.pa_Popup_Append
{
	margin-right: 0.08333in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

.madcap-theme-wrapper p.po_Popup_Only
{
	margin-right: 0.08333in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

.madcap-theme-wrapper p.poa_Popup_Only_Append
{
	margin-right: 0.08333in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

.madcap-theme-wrapper p.pr_Procedure
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-auto-number-format: 'Procedure';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

.madcap-theme-wrapper p.ri_Related_information
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-auto-number-format: 'Related information';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

.madcap-theme-wrapper p.rt_Related_topics
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-auto-number-format: 'Related topics';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

.madcap-theme-wrapper p.sd_Short_Description
{
	margin-top: 0.42em;
	margin-bottom: 0.42em;
}

.madcap-theme-wrapper p.st_Subtopic
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 1em !important;
}

.madcap-theme-wrapper p.tp_Topics
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	padding-left: 0;
	mc-auto-number-format: 'Topics';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
}

.madcap-theme-wrapper p.tt_Topic_Type
{
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	font-weight: bold;
	color: var(--VerintTertiary);
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.wf_Workflow
{
	margin-top: 1em;
	margin-bottom: 0;
	font-weight: bold;
	mc-next-tag: p;
	mc-auto-number-format: 'Workflow';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

.madcap-theme-wrapper p.wn_What_to_do_next
{
	margin-top: 1em;
	margin-bottom: 0;
	mc-auto-number-format: 'What to do next';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-auto-number-class: Bold;
}

.madcap-theme-wrapper p.z_CheckBox
{
	margin-top: 0;
	margin-bottom: 0.17em;
	font-family: Wingdings;
	mc-auto-number-format: 'o';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: z_CheckBox;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.z_CheckMark
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-family: 'Wingdings 2';
	mc-auto-number-format: 'P';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: z_CheckMark;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.z_Cross
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	font-family: 'Wingdings 2';
	mc-auto-number-format: 'O';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: z_Cross;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.ci1_Cell_Indent1
{
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: normal;
	font-style: normal;
	padding-left: 0%;
	mc-next-tag: p;
	mc-next-class: ci1_Cell_Indent1;
	margin-left: 30px;
}

.madcap-theme-wrapper p.i2_Indent2,
.madcap-theme-wrapper p.co2_Command2
{
	margin-left: 0.533in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: i2_Indent2;
}

.madcap-theme-wrapper p.li_List_Introduction
{
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	font-weight: normal;
	font-style: normal;
}

.madcap-theme-wrapper p.sc_Step_Cont
{
	margin-left: 0.3in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-next-tag: p;
	mc-next-class: sc_Step_Cont;
}

.madcap-theme-wrapper p.se_Step_example
{
	margin-left: 0.3in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-auto-number-format: 'Example: ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: Body;
}

.madcap-theme-wrapper li > p.se_Step_example
{
	margin-left: 0em;
}

.madcap-theme-wrapper p.sse_Substep_Example
{
	margin-left: 0.533in;
	margin-top: 0.42em;
	margin-bottom: 0.42em;
	mc-auto-number-format: 'Example: ';
	mc-auto-number-position: inside-head;
	mc-auto-number-offset: 0;
	mc-next-tag: p;
	mc-next-class: Body;
}

.madcap-theme-wrapper li > p.sse_Substep_Example
{
	margin-left: 0em;
}

/**************************************************************************/
/* BEGIN legacy table classes; these will soon be removed after migration */
/**************************************************************************/

.madcap-theme-wrapper p.cb_Cell_Body,
.madcap-theme-wrapper p.cb_Cell_Body_center
{
	margin-top: 0.33em;
	margin-bottom: 0.33em;
	font-weight: normal;
	font-style: normal;
	padding-left: 0%;
	mc-next-tag: p;
	mc-next-class: cb_Cell_Body;
	mc-hidden: hidden;
}

.madcap-theme-wrapper p.cb_Cell_Body_center > img,
.madcap-theme-wrapper p.bc_Body_center > img
{
	width: 21px;
	height: 21px;
}

@media only screen and (max-width: 359px), only screen and (min-width: 360px) and (max-width: calc(768px - 1px))
{
	p.cb_Cell_Body_center > img,
	p.bc_Body_center > img
	{
		height: unset;
	}
}

.madcap-theme-wrapper p.cdh_Cell_Doc_Highlight
{
	text-align: center;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	font-style: normal;
	padding-left: 0%;
}

.madcap-theme-wrapper p.cdt_Cell_Doc_Title
{
	text-align: center;
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	font-style: normal;
	color: var(--HelpWhite);
	padding-left: 0%;
}

.madcap-theme-wrapper p.ch_Cell_Heading,
.madcap-theme-wrapper p.ch_Cell_Heading_center
{
	margin-top: 0.17em;
	margin-bottom: 0.17em;
	font-weight: bold;
	font-style: normal;
	padding-left: 0%;
	mc-next-tag: p;
	mc-next-class: ch_Cell_Heading;
}

.madcap-theme-wrapper p.cb_Cell_Body_center,
.madcap-theme-wrapper p.ch_Cell_Heading_center
{
	text-align: center;
}

.madcap-theme-wrapper p.z_CellBodyBlue
{
	margin-top: 0;
	margin-bottom: 0.25em;
	font-weight: normal;
	font-style: normal;
	color: var(--VerintPrimary);
	mc-next-tag: p;
	mc-next-class: z_CellBodyBlue;
	mc-hidden: hidden;
}

/**************************************************************************/
/* END legacy table classes; these will soon be removed after migration   */
/**************************************************************************/

/*
*********************
* character classes *
*********************
*/

.madcap-theme-wrapper span.Ascii
{
	font-family: 'Courier New';
}

.madcap-theme-wrapper span.Blue
{
	color: var(--VerintPrimary);
}

.madcap-theme-wrapper span.Bold
{
	font-weight: bold;
}

.madcap-theme-wrapper span.Underline
{
	text-decoration: underline;
}

.madcap-theme-wrapper span.bullet1
{
	line-height: 16px !important;
	font-size: 1.6em !important;
}

.madcap-theme-wrapper span.Callout
{
	font-size: 0.75em !important;
	line-height: 0.92em !important;
}

.madcap-theme-wrapper span.CalloutNumber
{
	font-family: 'Courier New';
}

.madcap-theme-wrapper span.Code
{
	font-family: 'Courier New';
	font-weight: bold;
	font-size: 0.92em !important;
	line-height: 1.09em !important;
}

.madcap-theme-wrapper span.Command
{
	font-family: 'Courier New';
	font-weight: bold;
}

.madcap-theme-wrapper span.CommandVariable
{
	font-family: 'Courier New';
	font-weight: bold;
	font-style: italic;
	font-size: 0.92em !important;
	line-height: 1.09em !important;
}

.madcap-theme-wrapper span.dash
{
	font-size: 0.92em !important;
	color: var(--VerintPrimary);
	line-height: 1.09em !important;
}

.madcap-theme-wrapper span.Disable_Glossary
{
	mc-disable-glossary-terms: true;
}

.madcap-theme-wrapper span.Disable_Glossary_Bold
{
	mc-disable-glossary-terms: true;
	font-weight: bold;
}

.madcap-theme-wrapper span.Disable_Glossary_Emphasis
{
	mc-disable-glossary-terms: true;
	font-style: italic;
}

.madcap-theme-wrapper span.Emphasis
{
	font-style: italic;
}

.madcap-theme-wrapper span.Green
{
	color: var(--HelpGreen);
}

.madcap-theme-wrapper span.Label
{
	font-weight: bold;
}

.madcap-theme-wrapper span.Link
{
	color: var(--VerintPrimary);
	text-decoration: none;
}

.madcap-theme-wrapper span.Red
{
	color: var(--HelpRed);
}

.madcap-theme-wrapper span.ReviewComment
{
	font-family: Arial;
	font-weight: bold;
	font-size: 1.09em !important;
	color: var(--HelpRed);
	line-height: 1.25em !important;
}

.madcap-theme-wrapper span.StepNumber
{
	font-weight: bold;
}

.madcap-theme-wrapper span.Superscript
{
	font-size: 0.67em !important;
	vertical-align: super;
}

.madcap-theme-wrapper span.TOC_Link
{
	font-weight: bold;
	font-size: 0.75em !important;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper span.TOC_Link_NotBold
{
	font-size: 0.75em !important;
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper span.TOC_Link9pt
{
	mc-hidden: hidden;
}

.madcap-theme-wrapper span.TOC_Short_Description
{
	font-size: 0.75em !important;
	color: var(--HelpLoP);
	line-height: 0.92em !important;
	mc-hidden: hidden;
}

.madcap-theme-wrapper span.TOC_Topic_Type
{
	font-size: 0.75em !important;
	color: var(--VerintTertiary);
	line-height: 0.92em !important;
	text-transform: uppercase;
	mc-hidden: hidden;
}

/*
*******************************************
* Font awesome icons, prefixed with "fa_" *
*******************************************
*/

.madcap-theme-wrapper .fa_checkmark:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00c";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_checksquare:before,
.madcap-theme-wrapper .fa_checksquare_blue:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f14a";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_checksquare_blue:before
{
	color: var(--VerintPrimary);
}

.madcap-theme-wrapper .fa_remove:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00d";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_square:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c8";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_pen_to_square:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f044";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_eye:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f06e";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_eye_slash:before
{
	margin-right: 0.05in;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 14px !important;
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Regular';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f070";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_cloud:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px !important;
	color: var(--VerintPrimary);
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0c2";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_building:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px !important;
	color: var(--VerintPrimary);
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1ad";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_power_off:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px !important;
	color: var(--VerintPrimary);
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f011";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_cube:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px !important;
	color: var(--VerintPrimary);
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f1b2";
	mc-next-tag: p;
}

.madcap-theme-wrapper .fa_calendar_days:before
{
	margin-right: 0;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
	display: inline-block;
	font-style: normal;
	font-size: 15px !important;
	color: var(--VerintPrimary);
	line-height: 1 !important;
	font-family: 'Font Awesome 6 Free Solid';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f073";
	mc-next-tag: p;
}

/*****************************************
* Code snippet and code output styles ****
******************************************/

.madcap-theme-wrapper div.codeSnippet
{
	background-color: var(--CodeBackground);
	border-left: solid 4px var(--VerintPrimary);
	border-top: solid 1px var(--VerintPrimary);
	border-right: solid 1px var(--VerintPrimary);
	border-bottom: solid 1px var(--VerintPrimary);
}

.madcap-theme-wrapper div.codeSnippetBody
{
	background-color: var(--CodeBackground);
}

.madcap-theme-wrapper ul > li > div.codeSnippet > div.codeSnippetBody
{
	text-indent: 15px;
}

.madcap-theme-wrapper ol > li > div.codeSnippet > div.codeSnippetBody
{
	text-indent: 15px;
}

.madcap-theme-wrapper div.codeSnippetCaption
{
	text-indent: 10px;
}

.madcap-theme-wrapper div.codeOutput
{
	position: relative;
	padding: 10px;
	border: solid 1px var(--CodeOutputBorder);
	font-family: Consolas, Monaco, Courier-New, monospace;
	font-size: 9pt !important;
}

.madcap-theme-wrapper [class=codeOutput] p
{
	font-family: Consolas, Monaco, Courier-New, monospace;
	font-size: 9pt !important;
	text-indent: 15px;
}

.madcap-theme-wrapper p.codeOutput
{
	font-family: Consolas, Monaco, Courier-New, monospace;
	font-size: 9pt !important;
}

/*
**************
* @media rules *
****************
*/

@media non-print
{
	p.ci1_Cell_Indent1
	{
		margin-left: 0.3in;
	}
}

@media print
{
	p
	{
		font-size: 0.9em !important;
	}

	h1,
	h2,
	h3
	{
		color: var(--VerintPrimary);
		letter-spacing: 0em;
	}

	h1
	{
		font-size: 1.84em !important;
		margin-bottom: 10pt;
		line-height: 26pt !important;
	}

	h2
	{
		font-size: 18pt !important;
		margin-top: 20pt;
		margin-bottom: 10pt;
		line-height: 1.84em !important;
	}

	h3
	{
		margin-top: 20pt;
		margin-bottom: 10pt;
		font-size: 1.17em !important;
		line-height: 17pt !important;
	}

	a.MCBreadcrumbsLink
	{
		color: var(--BreadCrumbsLink);
	}

	p.ci1_Cell_Indent1,
	p.i1_Indent1
	{
		padding-left: 5%;
		margin-left: 0.3in;
	}

	p.z_CheckMark
	{
		list-style-type: none !important;
		font-family: 'Wingdings 2';
		display: block;
	}
}

