.bushchat-signature-wrap {
    width: 100%;
}

.bushchat-signature-canvas {
    display: block;
    width: 100%;
    height: 180px;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    cursor: crosshair;
    touch-action: none;
}

.bushchat-signature-actions {
    margin-top: 10px;
}

.bushchat-signature-clear {
    cursor: pointer;
}

.bushchat-signature-help {
    display: block;
    margin-top: 8px;
    opacity: .75;
}

.bushchat-signature-error .bushchat-signature-canvas {
    border-width: 2px;
}
