.ufsm-overlay-container{
    position: relative;
}
.ufsm-overlay-container .ufsm-overlay-element{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    cursor: wait;
    pointer-events: none;
    vertical-align: middle;
    z-index: 1049 !important;
}
.ufsm-overlay-container .ufsm-overlay-element:only-child{
    padding: 1.5rem;
}
.ufsm-overlay-container .ufsm-overlay-element:not(:only-child){
    position: absolute;
}