h2#swal2-title{
    font-size: 25px;
}
 .swal-iframe-container {
    z-index: 999999;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden; /* Prevents scrollbars on the container */
}

.swal-iframe-container .swal2-actions {
    display: none !important;
}

#signwellIframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.swal2-backdrop-show{
    z-index: 99999;
}