<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.notes-1 {
    width: 95%;
    padding: 16px 18px 10px;
    margin: 30px 0;
    background: #ecf9ff;
    position: relative;
    border-left: 4px solid #c2deff;
}
.table-sec1 {
    font-family: var(--zf-primary-regular),Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
}
.table-sec-con{ position:relative; max-height:350px; overflow:hidden;}
.expandCollapse{ padding:3px 7px; font-size:16px; color:dimgray; position:absolute; bottom:15px; right:15px; border:1px solid dimgray; cursor:pointer;}
.table-sec1 td, .table-sec1 th {
    border: 1px solid #ddd;
    vertical-align: top !important;
    padding: 8px;
}

.table-sec1 tr:hover {background-color: #fafcfd;}

.table-sec1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #93defb;
}
.code-1 {
 width: 95%;
 padding: 16px 16px;
 margin: 30px 0;
 background: #1f2529;
 position: relative;
 border-left: 4px solid #060e18;
 font-family: monospace;
 color: white;
 font-size: 12pt;
 overflow: scroll !important;
}
.help-menu-panel{
	background: #ffff !important;
}
.help-content-inner-wrap ul li {
    padding-right: 20px;
}
.notes-1 {
    width: 95%;
    padding: 16px 18px 10px;
    margin: 30px 0;
    background: #ecf9ff;
    position: relative;
    border-left: 4px solid #c2deff;
}
.table-box
{
	overflow:scroll;
}


@media only screen and (max-width: 1024px) {
.btn-pos {
    display: none;
}}

.help-menu-panel{
	background: #ffff !important;
}
.table-box {overflow: scroll;}

.help-content-inner-wrap ul li {
    padding-right: 20px;
}
.table-scroll-wrap { overflow-x: auto; }
.table-scroll-wrap table { min-width :  600px; }

.code-box2 {
    word-break: break-word;
    font-size: 13px;
    border: 1px solid #fff;
    background: #292C3A;
    padding: 5px;
    color: white;
    margin-top: 5px;
    text-align: left;
    position: relative;
    overflow: scroll !important;
    width: 99%;
}

.btn-pos {
    padding: 3px;
    float: right;
    display: inline-block;
    margin: 10px 10px;
}
.gd-ans {
    padding: 22px 30px;
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-family: var(--zf-primary-regular);
    border: 1px solid #e8e8e8;
    border-top: 0;
    display: none;
}
.notes-1 {
    width: 95%;
    padding: 16px 18px 10px;
    margin: 30px 0;
    background: #ecf9ff;
    position: relative;
    border-left: 4px solid #c2deff;
}</pre></body></html>