#sv2signatureCanvas {
    border: 1px solid #ccc;
    touch-action: none;
    background-color: #fff;
    width: 90vw;
    height: 60vh;
}
.signature-fullscreen {
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.75);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-group-signature {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    width: 75%;
    gap: 10px;
}
#signatureOutput{
    width: 100%;
}