<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
overflow: scroll;
}
.black-box {padding: 32px 45px;
    box-sizing: border-box;
    background: #263238;
    border-top: 1px solid #414e54;
    position: relative;
    overflow: hidden;
    transition: all ease 0.7s !important;}
.black-box p {color:#fff !important;}
.field-body h2, .dropBox h3 {cursor:pointer;}
.pointer {cursor: pointer;}
.list-items-1{
    list-style-type: circle;
}
.help-menu-panel{
	background: #ffff !important;
}
.help-content-inner-wrap ul li {
    padding-right: 20px;
}</pre></body></html>