.jconfirm-bg{
    background-color: #f1f1f1 !important;
    width: 300%;
    height: 300%;
    background: url(../img/umbra-logo.svg);
    background-size: 20rem 5rem;
    background-repeat: round;
    top: -100% !important;
    left: -100% !important;
    z-index: -1;
    transform: rotate(-45deg);
}
#jconfirm-box48314 > div{
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
}
.checkbox{
    font-size: 75%;
    font-weight: 600;
}
.checkbox a{
    color: #62309A !important;
    text-decoration: underline;
}
.jconfirm.jconfirm-supervan .jconfirm-box {
    background-color: #fff;
    padding: 0;
    width: 50vh;
    height: 50vh;
    border: 2px solid #fff;
    border-radius: 1rem;
    box-shadow: 0 0 25px #d0d0d0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}
.jconfirm-content > div{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    line-height: 2rem;
}
.jconfirm-title-c{
    line-height: 3rem !important;
}
.jconfirm-content,
.jconfirm-title-c{
    color: #333 !important;
}
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button{
    background-color: #62309A;
    border-radius: .7rem;
    margin: 0 1.5rem;
    transition: all .2;
}
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover{
    background-color: #9D4EF4;
    color: #fff;
}
.jconfirm-holder{
    padding: 0 !important;
}
.jconfirm-box-container{
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}