.xoo-elpof-form-fields {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.xoo-elpof-disable{
    opacity: 0.7;
    pointer-events: none!important;
}

.xoo-elpof-notices {
    margin-bottom: 20px;
    margin-right: 20px;
}
button.xoo-elpof-btn{
    width: 100%;
    padding: 5px;
}

.xoo-elpof-buttons {
    display: flex;
    width: calc(100% - 20px );
}

.xoo-elpof-disable span.xoo-ff-file-remove{
    display: none;
}