@import url(https://fonts.googleapis.com/css?family=Cedarville+Cursive);
.signature_by_name {
    padding: 10px;
    font-family: "Cedarville Cursive";
    display: flex;
    justify-content: center;
    overflow: hidden;
    font-weight: 900;
    transform: translateY( -22px);
    margin: auto;
    font-weight: bold;
    flex-wrap: nowrap;
    font-size: 50px;
}
.your-signatures-main {
    display: flex;
    position: absolute;
    height: 298px;
    width: 100%;
    z-index: 800;
    background: white;
    border: 2px solid #797979;
    -webkit-box-shadow: rgb(0 0 0 / 7%) 0 1px 1px, rgb(0 0 0 / 7%) 0 2px 2px, rgb(0 0 0 / 7%) 0 4px 4px, rgb(0 0 0 / 7%) 0 8px 8px, rgb(0 0 0 / 7%) 0 16px 16px;
    box-shadow: rgb(0 0 0 / 7%) 0 1px 1px, rgb(0 0 0 / 7%) 0 2px 2px, rgb(0 0 0 / 7%) 0 4px 4px, rgb(0 0 0 / 7%) 0 8px 8px, rgb(0 0 0 / 7%) 0 16px 16px;
    border-radius: 15px;
}
button.btn.btn-danger.clearButton {
    position: static !important;
    margin-top: -5px !important;
}
.your-signatures-btns {
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.your-signatures-btns p{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
}
.your-signatures-btns .btn-success {
    color: #fff;
    background-color: #15d577;
    width: 136px;
    border: 2px solid #084819;
    border-radius: 9px;
    margin-bottom: -14px;
    animation: pulse-effect 1s ease-in-out infinite;
}
.your-signatures-btns .btn-success:hover{
    background-color: transparent;
    color: #15d577;
}
.your-signatures-btns .btn-danger {
    color: #fff;
    background-color: #dc3545;
    /* width:229px; */
    border-radius: 9px;
    border: 2px solid #0a0102;
}
.your-signatures-btns .btn-danger:hover{
    background-color: transparent;
    color: #dc3545;
}
button#clear-signature {
    border-radius: 8px;
    padding-left: 23px;
    padding-right: 23px;
    background: #de1515;
    background: -moz-linear-gradient(top, #de1515 0%, #aa152c 100%);
    background: -webkit-linear-gradient(top, #de1515 0%,#aa152c 100%);
    background: linear-gradient(to bottom, #de1515 0%,#aa152c 100%);
    width: 100%;
    border: 2px solid #480808;
    font-size: 18px;
    text-transform: uppercase;
}
button#your-signatures-btns-clear {
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    bottom: 0px;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
    background: #de1515;
    background: -moz-linear-gradient(top, #de1515 0%, #aa152c 100%);
    background: -webkit-linear-gradient(top, #de1515 0%,#aa152c 100%);
    background: linear-gradient(to bottom, #de1515 0%,#aa152c 100%);
    width: 100%;
    border: 2px solid #480808;
    font-size: 18px;
    text-transform: uppercase;
}

#signature-pad-leaner {
    margin-bottom: 18px;
    border: 1px solid;
    border-radius: 15px;
}
#signature-pad-leaner .canvas_wrapper {
    border-radius: 15px 15px 0px 0px;
    border: 1px solid lightgray;
    box-shadow: rgb(0 0 0 / 7%) 0px 1px 1px, rgb(0 0 0 / 7%) 0px 2px 2px, rgb(0 0 0 / 7%) 0px 4px 4px, rgb(0 0 0 / 7%) 0px 8px 8px, rgb(0 0 0 / 7%) 0px 16px 16px;
    overflow: hidden;
}
div#loading-sign {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
button#your-signatures-btns-no {
    position: absolute;
    right: 0;
    bottom: -14px;
}
@keyframes pulse-effect {
    0% {
        box-shadow: 0 0 0 0 #15d57787;
        -webkit-box-shadow: 0 0 0 0 #15d57787 
   }
    100% {
        box-shadow: 0 0 0 10px #15d57787;
        -webkit-box-shadow: 0 0 0 10px #15d57787 
   }
}
@media(max-width:567px){
    .signature_by_name {font-size: 30px;line-height: 2.2;z-index: 9999;}
    .signHere_img {z-index: 9999;}
    .your-signatures-btns .btn-danger {width: 180px;font-size: 12px;}
    .your-signatures-btns .btn-success {width: 131px;}
}
@media(max-width:480px){
    .your-signatures-btns p {font-size: 17px;}
    .signature_by_name {font-size: 25px;}
    button#your-signatures-btns{font-size: 12px !important;}
}
@media(max-width:375px){
    .your-signatures-btns .btn-danger {width: 170px;font-size: 11px!important;}
    .your-signatures-btns .btn-success {width: 95px;}
}
