<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zdk-highlight-word{
    width: 95%;
    padding: 2px 4px;
    position: relative;
    background-color: #e8e8e8;
    border: 0;
    margin: 0 5px;
    border-radius: 3px;
    letter-spacing: .75px;
    line-height: 24px;
    white-space: pre-warp;
}
.zdkcli-error {
    padding: 15px 0;
    border-bottom: 1px solid #e3e3e3;
    list-style: none;
    margin: 0;
}

.zdkcli-error-maintitle {
    font-size: 16px;
    font-family: var(--zf-primary-semibold);
    margin-bottom: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.zdkcli-error-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.zdkcli-error-reason,
.zdkcli-error-resolution {
    margin-bottom: 5px;
}

.zdkcli-error-resolution {
    font-style: italic;
}
.zdkcli-optional{
    font-style: italic;
}

 
.zdkcli-bgimg {
    border: 2px solid #333;
    border-radius: 8px;
    background-color: rgb(162, 177, 200);
    box-shadow: 0px 12px 25px 0px rgb(0 0 0 / 15%);
    margin-top: 5px;
    max-width: 1000px;
}



 
    .zdk-auto-width-table {
        width: auto; /* Adjusts table width based on content */
    }
    .zdk-auto-width-table th:first-child,
    .zdk-auto-width-table td:first-child {
        white-space: nowrap; /* Prevents text wrapping in the first column */
    }
    .zdk-auto-width-table th,
    .zdk-auto-width-table td {
        border: 1px solid black;
        padding: 8px;
        text-align: left;
    }



.zdkcli-code-block {
    background-color: #333; /* Dark grey background for the code block */
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
    height: fit-content;
    margin: 20px 0px 20px 0px;
    max-width: 92%;
    position: relative; /* Added relative position to position the copy button correctly */
}

.zdkcli-toolkit {
  
    align-items: absolute;
    width:auto;
}

.zdk-copy-button {
    position: absolute;
    width: 10px;
    height: 12px;
    right: 11px;
    top: 12px;
    padding: 5px;
    cursor: pointer;
    background: url(//www.zohowebstatic.com/sites/zweb/images/commonroot/product-api-sprite.png);
    background-position: -40px 0;
    background-size: 80px;
align-items: center;
}


.zdk-copy-button.copied {
    background: none; /* Remove the background image */
    color: white; /* Change text color */
width: auto;
 top: 10px;
}

.code-box {
    display: flex;
    justify-content: left;
    align-items: center;
    width: 70%;
}
</pre></body></html>