.notes-1 {
	padding: 16px 18px 10px;
	margin: 30px 0;
	background: #ecf9ff;
	position: relative;
	border-left: 4px solid #23ae73;
}
.table-sec1 {
    font-family: var(--zf-primary-regular),Arial,Helvetica,sans-serif;
    border-collapse: collapse;
    width: 75%;
    table-layout: fixed;
}
.table-sec1 td, .table-sec1 th {
    border: 1px solid #ddd;
    padding: 8px;
}

.table-sec1 tr:hover {background-color: #fafcfd;}

.table-sec1 th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #A8E8AD;
}
.code-1 {
 width: 95%;
 padding: 16px 18px 10px;
 margin: 30px 0;
 background: #1f2529;
 position: relative;
 border-left: 4px solid #060e18;
 font-family: monospace;
 color: white;
}
.table-box{
overflow: scroll !important;
}
.help-menu-panel{
	background: #ffff !important;
}
.help-content-inner-wrap ul li {
    padding-right: 20px;
}
.code-2 {
font-size: 15px;
 padding: 15px 15px 15px;
 margin: 30px 0;
font-weight: 500;
 background: #e9eef3;
 position: relative;
 border-left: 4px solid #A8E8AD;
 font-family: monospace;
 color: #a67f59;
}