/* _content/PP.Components/Components/Controls/SignaturePad.razor.rz.scp.css */
.signature-pad-wait[b-25u25hoz8v] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.signature-pad[b-25u25hoz8v] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    height: 100%;
    max-width: 700px;
    max-height: 460px;
    border-radius: 4px;
    border: solid 1px var(--secondary-mid-purple);
    background-color: rgba(235, 234, 241, 0.3);
    padding: 16px;
}

    .signature-pad[b-25u25hoz8v]::before,
    .signature-pad[b-25u25hoz8v]::after {
        position: absolute;
        z-index: -1;
        content: '';
        width: 40%;
        height: 10px;
        bottom: 10px;
        background: transparent;
        box-shadow: 0 8px 12px rgba(0, 0, 0, 0.4);
    }

    .signature-pad[b-25u25hoz8v]::before {
        left: 20px;
        -webkit-transform: skew(-3deg) rotate(-3deg);
        transform: skew(-3deg) rotate(-3deg);
    }

    .signature-pad[b-25u25hoz8v]::after {
        right: 20px;
        -webkit-transform: skew(3deg) rotate(3deg);
        transform: skew(3deg) rotate(3deg);
    }

.signature-pad--body[b-25u25hoz8v] {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
}

    .signature-pad--body canvas[b-25u25hoz8v] {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
    }

.signature-pad--footer[b-25u25hoz8v] {
    color: var(--secondary-mid-purple);
    text-align: center;
    margin-top: 8px;
}

.button-reset-signature[b-25u25hoz8v]{
    position:absolute;
    border:none;
    background-color:rgba(0,0,0,0);
    cursor:pointer;
}
/* _content/PP.Components/Components/DigitalAdvice/DAFormSignaturePadComponent.razor.rz.scp.css */
.signature-pad--container[b-n9spjyzlqg] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40vh;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
    padding:0;
    background-color:#fff;
}

