




/* SIGNATURE */
#signature_capture {
    width: 100%;
    height: 7em;
}

#signature {
    cursor: url(http://icons.iconarchive.com/icons/designcontest/vintage/32/Patent-Pen-icon.png) 0 30, progress;
}

@media (max-width:400px) {
    #signature {
        min-width: auto !important;
        min-height: auto !important;
    }
}

#signature {
    width: auto;
    box-shadow: 0 0 5px 1px #ddd inset;
    border: dashed 2px #53777A;
    border: dashed 1px #53777A;
    margin: 0;
    text-align: center;
    min-height: 120px;
    min-width: 420px;
    transition: .2s;
}

#signature_capture {
    width: 100%;
    height: 7em;
}

.jSignature {
    min-height: 10rem
}

.draw_signature {
    color: var(--primary);
    font-family: fancy_text4;
    opacity: 0.7;

}

.reset_signature {
    color: var(--danger);
    font-family: fancy_text5;
    opacity: 0.7;

}

.signature_header {
    padding-bottom: 10px;
    display: flex;
    justify-content: start;
    cursor: pointer;
}

.d-none {
    display: none !important;
}

.signature_image {
    background: #fbfbfb;
    margin: 0 0.4rem;
    color: #5b5b5b;
    line-height: 20px;
    vertical-align: top;
    border: 1px dotted var(--danger);
    min-width: 300px;
    min-height: 100px !important;
    border: 2px dashed;
}

.change_signature {
    color: var(--danger);
}
