<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.overview{
padding: 30px 10px 0px 20px;
    border: 1px solid rgb(217, 224, 235);
    border-radius: 8px;
    margin: 0px 0px 0;
    background-color: rgb(243, 245, 251);

}
.customList li:before {
    content: '';
    background-image: url(/sites/zweb/images/crm/images/crm-tut-sprite.svg);
    width: 18px;
    height: 20px;
    position: absolute;
    left: -36px;
    top: 7px;
}
.mytitle {
margin-bottom : 25px;
    font-size: 14px;
    color: #736f6f;
}
.notes-1 {
    width: 95%;
    padding: 16px 18px 10px;
    margin: 30px 0;
    background: #ecf9ff;
    position: relative;
    border-left: 4px solid #c2deff;
}
.contents {
    padding: 20px 20px;
    border: 1px solid rgb(217, 224, 235);
    border-radius: 8px;
    margin: 30px 0px 0;
    background-color: rgb(243, 245, 251);
}
.toc {
    padding: 20px 20px;
    border: 1px solid rgb(217, 224, 235);
    border-radius: 8px;
    margin: 30px 0px 0;
    background-color: rgb(255, 255, 255);
}
.content-wrap bottom-animated middle-animated animated top-animated
{max-width:2 px;
}
.info{
            background-color: #f0f0f0;
            padding: 10px;
            border-left: 5px solid #05B4E6; /* Adjust color as needed */
            color: #333;
        }</pre></body></html>