@import url(https://fonts.googleapis.com/css2?family=Alex+Brush&family=Poppins:wght@600&display=swap);

.sibysigning {
    margin-top: 25px;
}

/* Style for the modal */
.simodal {
    display: none;
    position: fixed;
    z-index: 1001; /* Sit on top */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.siclose {
    cursor: pointer;
    color: #000000;
    position: absolute;
    right: 12px;
    top: -15px;
    float: right;
    font-size: 41px;
    font-weight: bold;
}

/* Style for the modal content */
.simodal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 40px 20px 20px 20px;
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
}

.sisigwrapper {
    border: 1px solid #000;
    padding: 15px;
}

#typetosign {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    margin-top: 25px;
    padding: 12px;
}

#drawsign {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    margin-top: 15px;
    padding: 12px;
}

.sicurrent {
    background-color: #666;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

#sicanvas {
    width:500px;
    max-width: 500px;
    height: 100%;
    background-color: #fff;
    cursor: crosshair;
    position: relative;
    z-index: 1;
}

#sitextsignature {
    font-family:"Alex Brush", cursive;
    font-size:40px;
    background-color: #fff;
    width: 500px;
    height: 100px;
    margin-top: 15px;
    padding: 15px;
}

#sisignature-pad {
    margin-top: 15px;
}
