/* Styles for signature plugin v1.2.0. */
/* .kbw-signature {
	display: inline-block;
	border: 1px solid #a0a0a0;
    color: green;
	-ms-touch-action: none;
}
.kbw-signature-disabled {
	opacity: 0.35;
    color: green;
} */
.wrapper_sign1_pad {
    position: relative;
    /* width: 400px;
    height: 243px; */
    /* border: 1px solid #369; */
    text-align: center;
    /* -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    width: 100% !important;
    /* border: 1px solid #369; */
    height: 243px;
  } 
  
  .signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    /* width:400px; */
    width: 100% !important;
    height: 243px;
     /* border: 1px solid #369; */
     border: 1px solid #369;
  }

.swal-footer {
	text-align: center !important;
  }

  .swal-title {
    /* color: rgba(0,0,0,.65); */
    color: black;
    font-weight: 500;
    text-transform: none;
    position: relative;
    display: block;
    padding: 13px 16px;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}
.swal-button {
    background-color: green;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
}


.swal-button:hover {
    background-color: green !important;
}
.swal-button:focus {
    background-color: green !important;
}
.swal-text {
  
    color: black;
   
}