<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*  
 * Release Version: v.Q42023  
 */
@font-face {
    font-family: 'HCLTechRoobert';
    font-style: normal;
    font-weight: 100;
    src: url(resources/fonts/HCLTechRoobert-Light.ttf);
}

@font-face {
    font-family: 'HCLTechRoobert';
    font-style: normal;
    font-weight: 300;
    src: url(resources/fonts/HCLTechRoobert-Medium.ttf);
}

@font-face {
    font-family: 'HCLTechRoobert';
    font-style: normal;
    font-weight: 400;
    src: url(resources/fonts/HCLTechRoobert-Regular.ttf);
}

@font-face {
    font-family: 'HCLTechRoobert';
    font-style: normal;
    font-weight: 700;
    src: url(resources/fonts/HCLTechRoobert-Bold.ttf);
}

@font-face {
    font-family: 'GothamBold';
    src: url("resources/fonts/Gotham-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'HCLTechRoobert';
    src: url("resources/fonts/HCLTechRoobert-Bold.ttf");
}

@font-face {
    font-family: 'Courier';
    font-style: normal;
    font-weight: 700;
    src: url(resources/fonts/Courier.ttf);
}

html,
body {
    min-width: 100%;
}

body {
    font-family: 'HCLTechRoobert-Medium', sans-serif;
	margin-bottom: 70px;
}

/*
     * ------------------------------------------------------------------
     *
     * Fight with bootstrap
     *
     */
#wh_topic_toc {
    background-color: unset;
}

.wh_toc_shortdesc {
	color: #575757;
}

.navbar {
    border: none;
    border-radius: 0;
    margin: 0;
    min-height: 50px;
	background-color: #121212;
    padding: 0 34px;
    font-family: 'GothamBook';
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 50px;
    line-height: 50px;
    margin-right: 68px;
}

.cmdname {
    font-family: Courier;
    font-weight: bold;
    font-size: 16px;
}

#brandName {
    
    min-width: 200px;
}

.brandFont {
	font-family: 'HCLTechRoobert-Medium', sans-serif;
}

.wh_publication_title {
    font-family: 'GothamBold';
    padding-right: 10px;
}

.wh_header {
	background: #f2f2f2;
	/*background: #7D97B6;*/
    color: #262626;
    font-size: 13px;
    padding: 0;
    min-height: 30px;
}

.navbar-toggler-icon {
	background-color: #737373;
		
}
.navbar-dark .navbar-toggler {
    color: #737373;
    border-color: #737373;
}

.navbar-collapse {
    
    flex-basis: 40%;
    
    flex-grow: 1;
    
    align-items: center;
}

.nav-link {
    display: inline-block;
    padding: .5rem 1rem;
}

.pdf_link img {
    width: 25px;
    height: 25px;
}

.pdf_link {
    display: flex;
    margin-right: 0.8em;
    padding-right: 4px;
	  flex-direction: row-reverse;
	  	  height: 25px;
}

.svgimg {

  -webkit-filter: opacity(.5) drop-shadow(0 0 0 red);
  filter: opacity(.5) drop-shadow(0 0 0 red);

}

a,
a:hover {
    color: #0066b3;
}

a:visited {
    color: #9153bb;
}

a:hover {
    text-decoration: none;
}

/* A top banner for the latest version */

.banner {
	background: #FDFD96;
	margin: 0 auto;
}

.banner_content{

	padding: 10px;
	max-width: 600px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	font-family: sans-serif;
}

.banner_text {
	flex-grow: 1;
	line-height: 1.4;

}

.banner_close::after {
	background: none;
	border: none;
	cursor: pointer;
	content: "\00d7"; /* This will render the 'X' */
    margin-left: 8px;
    font-size: x-large;
}

.banner_close {
	background: none;
	border: none;
	cursor: pointer;
}

#vrnban {
    display: none;
}


/* .banner_text, banner_close {
	color:#ffffff;
} */


/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
.wh_publication_title&gt;a {
    color: #262626;
    text-align: left;
}



/*
 * ------------------------------------------------------------------
 *  
 * Menu
 *  
 */
.wh_top_menu {
    margin: 0 0;
    font-size: 1em;
	font-family: HCLTechRoobert-Medium, sans-serif;
}

.wh_top_menu a {
    color: #262626;
    line-height: 2em;
}

.wh_top_menu a:hover {
    color: #f2f2f2 !important;
    background-color: #2874bd;
}

/* The submenus */
.wh_top_menu ul ul {
    background-color: #f2f2f2;
    box-shadow: 5px 10px 20px #888888;
}

.wh_top_menu ul li:hover {
    color: #f2f2f2 !important;
    background-color: #2874bd;
}

.wh_top_menu ul ul li a:hover {
    color: #f2f2f2;
    background: #2874bd;
}

.wh_top_menu ul ul li {
    border-top-color: #f2f2f2;
    width: auto;
    text-transform: none;
}

.wh_top_menu&gt;ul&gt;li {
    display: inline-block;
    padding: 0 5px;
}

.wh_top_menu ul ul li.has-children:after {}

/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
.wh_indexterms_link a span {
    display: none;
}

.wh_indexterms_link a:before {
    color: #fff;
}


/*
 * ------------------------------------------------------------------
 *  
 * Breadcrumb
 *  
 */
.wh_breadcrumb ol {
	color: #474747;
}

.wh_breadcrumb ol a {
    color: inherit;
}

.wh_breadcrumb ol .active {
    
	color: #1F416B;
}


/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
 
.wh_tools {
    background-color: #ECF2F9;
    margin: 1em 0 2em;
}

.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev {}

.webhelp_expand_collapse_sections,
.wh_hide_highlight,
.wh_print_link button,
.wh_navigation_links a,
.wh_navigation_links a:hover,
.wh_navigation_links a:active,
.wh_navigation_links a:visited,
.wh_print_link a:before,
.wh_navigation_links a:before,
.wh_navigation_links a:hover:before,
.wh_navigation_links a:active:before,
.wh_navigation_links a:visited:before {
    color: #347bb7;
    text-decoration: none;
}


/*.navbar-expand-md {
	flex-direction: row;
}*/

/*
 * ------------------------------------------------------------------
 *  
 * Tiles
 * 
 */
.wh_tile {
    background-color: #ECF2F9;
    font-weight: 300;
}

.wh_tile_shortdesc {
    margin-top: 1em;
    text-align: center;
    color: #0D1A2B;
    font-size: 1.1em;
}

.wh_tile_text:after {
    background: linear-gradient(to bottom, rgba(236, 242, 249, 0), rgba(236, 242, 249, 1) 75%);
}

.wh_tile_title {
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
}

.wh_tile_title a {
    color: #3077be;
}

@media only screen and (max-width: 767px) {
    .wh_tile&gt;div {
        height: auto;
    }
}

@media only screen and (min-width: 768px) {
    .wh_top_menu ul ul li.has-children {
        padding-right: 10px;
    }
}

/* 
You can style some of the tiles in a special way. 
Example:
.wh_tiles *[data-id='getting_started']{
    background-color:gray;
}
*/


/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */
.wh_search_input {
    display: block;
    margin: 0;
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #dee5e7;
}

.wh_welcome:not(:empty) {
   font-size: 2.9em;
    margin: 0 auto;
    font-family: HCLTechRoobert, sans-serif;
    padding: 0 0 0 0;
    text-shadow: none;
    font-weight: 300;
    line-height: 0;
}

.wh_main_page .wh_search_input {}

.wh_search_textfield {
    border: solid 1px #CCC;
    border-radius: 3px;
    padding: 1em;
    position: relative;
    height: 2.3em;
}

.wh_search_button {
    border: solid 1px #CCC;
    border-radius: 0 3px 3px 0;
    padding: 0.4em 1em;
    color: #fff;
    background-color: #ffffff;
    height: 2.3em;
}

/* Search autocomplete icons */
.search-autocomplete-proposal-type-history a,
.search-autocomplete-proposal-type-history a:hover,
.search-autocomplete-proposal-type-history a:visited,
.search-autocomplete-proposal-type-history a:active {
    text-decoration: none;
    color: inherit;
    font-size: 0.8em;
}

.ui-state-active .search-autocomplete-proposal-type-history a,
.ui-state-active .search-autocomplete-proposal-type-history a:hover,
.ui-state-active .search-autocomplete-proposal-type-history a:visited,
.ui-state-active .search-autocomplete-proposal-type-history a:active {
    color: #fff;
}

/* Active search page */
#wh-search-pagination&gt;ul&gt;li.active&gt;a {
    background-color: #346ec5;
}

/*@media only screen and (max-width: 999px) {*/
/*.wh_search_input:after{*/
/*display:none;*/
/*}*/

/*}*/
@media only screen and (max-width: 767px) {

    .wh_main_page .wh_search_input,
    .wh_search_input {
        padding: 3em 0;
    }
}


/*
 * ------------------------------------------------------------------
 *  
 * Publication TOC
 * 
 */
.wh_publication_toc {
    border-radius: 3px;
    padding: 1.5em .5em;
	margin-top: 20px;
	background-color: #f3f3f3;
    max-height: 400px;
}

.wh_publication_toc .active&gt;.topicref a {
    color: #1F416B;
}

.wh_publication_toc span,
.wh_publication_toc a,
.wh_publication_toc a:visited,
.wh_publication_toc a:hover {
    color: #424242;
}

.wh_publication_toc a:hover {
    text-decoration: underline;
}

#wh_publication_toc_content {
	top: unset;
	position: unset;
	display: unset;
	margin-top: 120px;
}

.wh_publication_toc ul li,
#wh_topic_toc ul li {
    margin-top: .7em;
}

@media only screen and (max-width: 767px) {
    .wh_publication_toc {
        border-radius: 0;
        padding: 1em 0.5em;
        margin-top: 10px;
        border: 1px solid #e0e0e0;
    }

    .wh_related_links,
    .wh_child_links,
    .wh_topic_content .related-links {
        border: 1px solid #e0e0e0;
    }
}

/* Publication TOC tooltip */
.wh_breadcrumb .topicref .wh-tooltip,
.wh_publication_toc .topicref .wh-tooltip {
    background-color: #5185cb;
    color: #fff;
    font-size: 1.4rem;
   # display: block; 
}

.wh_breadcrumb .topicref .wh-tooltip a,
.wh_publication_toc .topicref .wh-tooltip a {
    color: #fff;
    text-decoration: underline;
}

/* Topic TOC - Right side */
.wh_topic_toc {
	margin-top: 133px;
	font-family: 'HCLTechRoobert-Medium', sans-serif;
}

#wh_topic_toc_content {
	margin-top: 125px;
}

/* Tooltip arrow. */

[data-tooltip-position="left"] .topicref .wh-tooltip::before {
    border-left-color: #5185cb;
}

[data-tooltip-position="right"] .topicref .wh-tooltip::before {
    border-right-color: #5185cb;
}

[data-tooltip-position="bottom"] .topicref .wh-tooltip::before {
    border-bottom-color: #5185cb;
}

[data-tooltip-position="top"] .topicref .wh-tooltip::before {
    border-top-color: #5185cb;
}

/*
 * ------------------------------------------------------------------
 *
 * Footer
 * 
 */
.wh_main_page footer {
    position: fixed;
}

.wh_footer {
    z-index: 9999;
    text-align: center;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    background: none #272727;
    font-size: 13px;
    min-height: 34px;
    position: fixed;

}

.footer-launch::after {
    content: url("resources/images/new-tab.svg");
    width: 20px;
    height: 20px;
    margin: auto 5px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: text-bottom;
}

.footer-mail::after {
    content: url("resources/images/email.svg");
    width: 20px;
    height: 20px;
    margin: auto 5px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: text-bottom;
}

.footer-twitter::after {
    content: url("https://help.hcltechsw.com/images/twitter.png");
    width: 20px;
    height: 20px;
    margin: auto 5px;
    padding-top: 3px;
    display: inline-block;
    vertical-align: text-bottom;
}

.footer-container {
    width: 90%;
}

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

.share-content {
    text-align: left;
}

.legal-content {
    text-align: right;
}

/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */
h2.tasklabel,
h3.tasklabel,
h4.tasklabel,
h5.tasklabel,
h6.tasklabel {
    font-size: 150%;
}

.topic&gt;.title {
	padding-left: 0px !important;
}

code {
    background-color: #EEE;
    color: black;
}

.wh_topic_content,
.wh_content_area {
    color: #000000;
    line-height: 1.7em;
    padding-bottom: 50px;
}

.wh_content_area {
    width: 100%;
    margin: 1em auto 2em;
    
}

.wh_main_page .wh_content_area {
    margin: 40px auto;
}

.wh_topic_content .title.topictitle1 {
    font-size: 2.3em;
    line-height: 1.1em;
}

.topictitle3 {
    font-weight: 400;
}

.wh_related_links,
.wh_child_links,
.wh_topic_content .related-links {
    border-top: 1px solid #ccc;
    padding-top: 7px;
    padding-bottom: 50px;
    margin-top: 0;
}

.wh_related_links,
.wh_topic_content .related-links {
    padding: .5em 1.5em;
    padding-bottom: 50px;
}

.wh_child_links li {
    list-style: none;
    padding-bottom: 20px;
    margin: 0;
}

.wh_child_links {
    padding: 1.5em;
}

.related-links strong {
    font-weight: 500;
}

.related-links a,
.related-links a:visited {
    display: inline-block;
}


/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.searchresult {
    list-style: none;
}

.searchresult li a {
    color: #346ec5;
}

.searchresult .shortdesclink {
    margin: .3em .5em 0 0;
}

.wh_search_expression {
    font-weight: bold;
}

/* Search relative path */
.searchresult li .relativePath a {
    color: #006621;
}

/*--------- Search results breadcrumb ----------*/
.search-breadcrumb li a {
	background: #FFFFFF;
}

.search-breadcrumb li .title:before,
.search-breadcrumb li .title:after {
	border-color: #FFFFFF;
}

.search-breadcrumb li .title:before {
    border-left-color: transparent;
}

.search-breadcrumb li .title:after {
    border-color: transparent;
	 border-left-color: #FFFFFF;
}


/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms span.wh_first_letter {
    color: #346ec5;
}

.wh_index_terms #indexList {
    padding: 0;
}



/*
 * ------------------------------------------------------------------
 *  
 * Tree TOC for the main page.
 * 
 */

.wh_main_page_toc{
	max-width: 100%;
    min-width: 600px;
    height: auto;

}

@media only screen and (max-width: 600px) {
  .wh_main_page_toc {
    margin: 1em auto 2em;
    width: 100%;
    min-width: auto;
}
}

.wh_main_page_toc .expanded,
.wh_main_page_toc .wh_main_page_toc_accordion_header:hover,
.wh_main_page_toc&gt;.wh_main_page_toc_entry:hover,
.wh_main_page_toc_accordion_entries {
    background-color: #F2F8FF;
}

/**
 *
 * Styles used for RTL pages
 *
 */
html[dir='rtl'] .wh_top_menu ul li:hover&gt;ul {
    max-width: 270px;
}


/**
 * ------------------------------------------------------------------
 Editing as this link "support.hcltechsw.com/csm?id=csm_index"
 *
 */

.wh_header_flex_container {
    flex-wrap: nowrap;
}

.wh_top_menu ul li a {
    display: block;
    padding: 0.8em 0.5em;
    text-decoration: none;
    line-height: 1em;
}

.wh_search_button:after {
    font-family: "oXygen WebHelp", serif;
    content: "f";
    color: black;
}

.wh_search_button:hover {
    border: solid 1px #CCC;
    border-radius: 0 3px 3px 0;
    padding: 0.4em 1em;
    color: #fff;
    background-color: #e6e6e6;
    height: 2.2em;
}

#searchForm&gt;div {
    position: relative;
    margin-left: auto;
    margin-right: 7%;
    width: 25%;
    max-width: 1000px;
}

.wh_top_menu_and_indexterms_link.navbar-collapse {
    text-align: left;
	
}

.nav-bar-separator-pipe {
    height: 30px;
    border: 1px solid #979797;
    border-top-width: 7px;
    border-bottom-width: 7px;
}

/*Change language */

.dropdown .dropbtn {
    background-color: #0066b3;
    color: white;
    padding: 8px;
    font-size: 14px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: left;
    overflow: auto;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    max-height: 200px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1500;
    right: 5px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    float: none;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;

}

.hclmenu a:hover,
.dropdown:hover .dropbtn {
    background-color: #0066b3;
    color: white;
}

/*
.dropdown:hover .dropbtn {
    background-color: #0066b3;
	
}
*/
.show {
    display: block;
}

/*Resources dropdown menu*/

.dropdnmenu {
    float: none;
    position: relative;
    display: inline-block;
    padding: 4px 22px;
    margin-left: auto;
}

.dropdbtnmenu {
    background-color: #0a0a0a;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    padding: 4px 24px;
    display: block;
}

.dropdnmenu-content {
    display: none;
    position: absolute;
    background-color: #fcfcfc;
    min-width: 160px;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    font-size: 14px;
    top: 38px;
    right: 10px;
	font-family: HCLTechRoobert-Medium, sans-serif;
    z-index: 9999;
        
}

.dropdnmenu-content a {
    color: black;
    padding: 8px 24px;
    text-decoration: none;
    display: block;
    float: none;
    align-content: center;
}

.dropdnmenu-content a:hover {
    background-color: #dddada;
}

.dropdnmenu:hover .dropdnmenu-content {
    display: block;
}

/* Responsive header */


.hclmenu .icon {
    display: none;

}

.hclmenu {
    overflow: visible;
    background-color: #0066b3;
    padding: 1px 1px;
    height: 60px;
}

.hclmenu a {
    float: left;
    color: black;
    text-align: left;
    padding: 9px;
    text-decoration: none;
    font-size: 14px;
    display: block;
}

.hclmenu a:hover {
    background-color: #0066b3;
    color: black;
}

.hclmenu .dropdown a:hover {
    background-color: #f1f1f1;
}

.hclsubmenu {
    float: right;
}


@media screen and (max-width: 500px) {

    .hclmenu a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }
}

.hclmenu a.icon {
    float: right;
    display: block;
}

.hclsubmenu {
    float: right;
}

@media screen and (max-width: 600px) {
    .hclmenu.responsive {
        position: relative;
    }

    .hclmenu.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .hclmenu.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .hclmenu.responsive .dropdown {
        float: none;
    }

    .hclmenu.responsive .dropdown-content {
        position: relative;
    }

    .hclmenu.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
    }

}

@media only screen and (min-width: 830px) {
    .custom-search-component {
        background: url("../../logo/logo.png") 7% 50%/140px no-repeat #ffffff;
    }
}

/* Select a language*/
.lang-selector {
    height: 2.3em;
}

.language-container {
    background-color: #ffffff;
    color: white;
    padding: 8px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    flex: auto;
}

.language-container {
    position: relative;
    display: inline-block;
    float: left;
}

.version-container {
    background-color: #ffffff;
    color: white;
    padding: 8px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    flex: auto;
}

.custom-search-component {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 20px;
}

.wh_search_input {
    padding: 0 !important;
    background: none !important;
    min-width: 300px;
    margin: 0 !important;
}

#searchForm&gt;div {
    margin: 0;
    width: initial;
}

.after-search {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 800px) {
    .wh_search_input {
        background: unset;
    }
}

.custom-select {
    font-size: 1.4rem;
}

.rate {
    float: left;
    height: 46px;
    padding: 0px;
}

.rate:not(:checked)&gt;input {
    display: none;
}

.rate:not(:checked)&gt;label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #707070;
}

.rate:not(:checked)&gt;label:before {
    content: 'â˜… ';
}

.rate&gt;input:checked~label {
    color: #ffc700;
}

.rate:not(:checked)&gt;label:hover,
.rate:not(:checked)&gt;label:hover~label {
    color: #deb217;
}

.rate&gt;input:checked+label:hover,
.rate&gt;input:checked+label:hover~label,
.rate&gt;input:checked~label:hover,
.rate&gt;input:checked~label:hover~label,
.rate&gt;label:hover~input:checked~label {
    color: #c59b08;
}

/*
 * Clearfix from html5 boilerplate
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


.textarea.form-control {
    height: auto;
    width: 350px;
}

.form-check-label {
    margin-left: 10px;
    font-size: 10px;
}

.ratingNoShow {
	font-size: 12px;
	background-color: #ECF2F9;
	margin-left: 20px;
}

.ratingForm {
	margin-left: 20px;
}

.wh_welcome:empty {
    display: none;
}

#wh_topic_body {
	padding-bottom: 70px;
}

.userinput {
  color: #000000;
  font-family: monospace;
  background-color: unset;
  border-radius: unset;
  font-size: unset;
  padding: unset;
}

/*Feedback link on the breadcrumb bar*/
.feedbackcontainer {
	float: right;
    margin-left: auto;
    font-size: 12px;
    margin-right: 8px;
    background-color:rgba(230, 230, 101, 0.833);
    color: black;
    border-radius:10px;
}

.feedbackcontainer:active, .feedbackcontainer:hover {
    background-color: #ffbf00;
}
a.feedbackcontainer:link, a.feedbackcontainer:visited {
    color: black;
}
/*Right-side TOC top margin adjusted as that was overlapping with the above links*/
.close-toc-button {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,.16);
    display: none;
    height: 21px;
    padding: 4px 7px;
    position: absolute;
    width: 21px;
    z-index: 1;
    margin-top: 50px;
}

@media screen and (max-width: 750px) {
    .feedbackcontainer {
      display: flex;
      position: absolute;
      flex-direction: row;
      font-size: 12px;
      text-align: right;
      text-decoration: none;
      transform: translateX(350%);
      top:30%;
          
    }
  }
/*Disables Giscus feedback app*/
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

*[class~="msg/msgExplanation"]:before {
    content: "Explanation: ";
    font-weight: bold;
    display: inline;
}

*[class~="msg/msgExplanation"] *[class~="topic/p"] {
    display: inline;
}

*[class~="msg/msgSystemAction"]:before {
    content: "System Action: ";
    font-weight: bold;
    display: inline;
}

*[class~="msg/msgSystemAction"] *[class~="topic/p"] {
    display: inline;
}

*[class~="msg/msgUserResponse"]:before {
    content: "User Response: ";
    font-weight: bold;
    display: inline;
}

*[class~="msg/msgUserResponse"] *[class~="topic/p"] {
    display: inline;
}

*[class~="msg/msgOperatorResponse"]:before {
    content: "Operator Response: ";
    font-weight: bold;
    display: inline;
}

*[class~="msg/msgOperatorResponse"] *[class~="topic/p"] {
    display: inline;
}
*[class~="msg/msgSystemProgrammerResponse"]:before {
    content: "System Programmer Response: ";
    font-weight: bold;
    display: inline;
}

*[class~="msg/msgSystemProgrammerResponse"] *[class~="topic/p"] {
    display: inline;
}

*[class~="msg/msgProblemDetermination"]:before {
    content: "Problem Determination: ";
    font-weight: bold;
    display: inline;
}

*[class~="msg/msgProblemDetermination"] *[class~="topic/p"] {
    display: inline;
}

*[class*="topic/topic reference/reference msg/msg"] {
    position: relative;
    border-top: 1px solid #000000;
    font-size: 10pt;
}

*[class~="msg/msg"] *[class~="msg/msgText"] {
    position: absolute;
    display: block;
    top: 28px;
    left: 120px;
    line-height: 1.25;
}

*[class~="msg/msgNumber"], *[class~="msg/msgSuffix"], *[class~="msg/msgPrefix"] {
    font-size: 12pt;
    font-weight: bold;
    font-style: normal;
    line-height: 1.5;
    left: 50px;
}

*[class~="msg/msgProgrammerResponse"]:before {
    content: "Programmer Response: ";
    font-weight: bold;
    display: inline;
}

*[class~="msg/msgProgrammerResponse"]:lang(ja):before

{    content: "ãƒ—ãƒ­ã‚°ãƒ©ãƒžãƒ¼ã®å¿œç­” ";
     font-weight: bold;  
     display: inline; }

*[class~="msg/msgProgrammerResponse"] *[class~="topic/p"] {
    display: inline;
}

*[class~="msg/msgBody"] {
    margin-top: 2em;
    line-height: 1.25;
}

/*Styles for Language selector */

.scLangCustomSelector {
    all: unset;
    position: relative;
    font-family: "Inter", sans-serif;
    padding: 0;
    opacity: 0;
    cursor: unset;
    display: inline-block;
}

.scLangCustomSelector-TopLeft {
    top: 20px;
    left: 20px;
}

.scLangCustomSelector-TopRight {
}

.scLangCustomSelector-TopRight .scLangPanel {
    top: 0;
    right: 0;
    bottom: unset;
}

.scLangCustomSelector-BottomLeft {
    bottom: 20px;
    left: 20px;
}

.scLangCustomSelector-BottomRight {
    bottom: 20px;
    right: 20px;
}

.scLangCustomSelector-None {
    display: none;
}

.scLangCustomSelector, .scLangCustomSelector:focus {
    background: transparent !important;
    border: 0 !important;
    outline: 0 !important;
    outline-offset: 0 !important;
}

.scLangCustomSelector.fadeIn {
    transition: opacity 0.5s ease-out;
}

.scLangCustomSelector.shown {
    opacity: 1;
}</pre></body></html>