<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-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;
}




.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;
    position: relative; /* Added relative position to position the copy button correctly */
    max-width: 92%;
}

.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>