.d4-signature .signature {
    width: 100%;
    overflow-y: auto;
    padding: 0!important;
    margin-bottom: 40px;
    display: flex;
    gap: 10px;
}

.d4-signature .signature-pad.disabled {
    background: #e7e7e77a;
}

.d4-signature .signature-title {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: 15px;
    padding: 50px 0 10px 0;
}

.d4-signature .signature .actions {
    width: 100%;
}

.d4-signature .signature title {
    display: block;
    text-align: left;
    width: 100%;
    font-size: 20px;
}

.d4-signature .signature-pad {
    border: 1px solid #ddd;
    border-radius: 5px;
    width: calc(100% - 110px);
    height: 350px;
    background-color: #fff;
    background-image: url(/assets/img/apps/signature/backgound-signature-line.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .1);
}

.d4-signature .signature-pad.no-save {
     width: 100%;
}

.d4-signature div.signature-clear {
    padding: 5px 10px;
}

.d4-signature .signature-save {
    font-size: 3.5rem !important;
    width: 100px !important;
    height: 350px !important;
}

.d4-signature .signature-reject {
    font-size: 3.5rem !important;
    width: 100px !important;
    height: 350px !important;
}

.d4-signature .signature-clear {
    position: absolute!important;
    margin-top: 0px;
    font-size: 1.7rem;
}

.d4-signature .signature-to-bottom {
    position: fixed;
    left: 10px;
    top: 10px;
    height: 40px;
    width: 40px;
    background: rgb(0 0 0);
    color: #fff;
}

.d4-signature .section-header {
    padding: 5px 10px;
    cursor: pointer;
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 28px;
    border: 1px solid #979797;
    background: #f0f0f0;
}