*,
*::before,
*::after {

}

.signature-pad {
    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%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
}

.signature-pad::before,
.signature-pad::after {

}

.signature-pad::before {

}

.signature-pad::after {

}

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    min-height: 100px;
}

.signature-pad--body.empty {

}

    .signature-pad--body canvas {
        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 {

}

.signature-pad--actions {

}

.signature-pad--actions .column {

}

.signature-pad--actions .button {

}



/*
*,
*::before,
*::after {
    box-sizing: border-box;
}

.signature-pad {
    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%;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px;
}

    .signature-pad::before,
    .signature-pad::after {
    }

    .signature-pad::before {
    }

    .signature-pad::after {
    }

.signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    min-height: 100px;
}

    .signature-pad--body.empty {
        background-color: #333;
    }

    .signature-pad--body canvas {
        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 {
    color: #c3c3c3;
    text-align: center;
    font-size: 1.2em;
}

.signature-pad--actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 4px;
}

    .signature-pad--actions .column {
        padding: 0.1em;
    }

    .signature-pad--actions .button {
        margin: 0.2em;
    }

@media (max-width: 480px) {
    .signature-pad--actions .button {
        display: block;
        width: 100%;
        min-height: 2em;
    }
}
*/