.admin-sticky-buttons {
    position: sticky !important;
    bottom: -1px !important;
    z-index: 2 !important;
    background: var(--bs-body-bg) !important;
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
    border-top: 1px solid #e4e4e4 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.publish-sticky-buttons .admin-sticky-buttons {
    z-index: 501 !important;
}

html[data-bs-theme=dark] .admin-sticky-buttons {
    border-top: 1px solid #555555 !important;
}

.loading {
    z-index: 999999999;
}

.formio-component-radio.formio-component-label-hidden.required .form-check-label:before,
.formio-component-selectboxes.formio-component-label-hidden.required .form-check-label:before {
    position: absolute !important;
    content: "* " !important;
    color: #eb0000 !important;
}

.formio-component-radio .form-check-label,
.formio-component-selectboxes .form-check-label {
    padding-bottom: 0 !important;
    position: relative !important;
}

.formio-component-radio.formio-component-label-hidden.required .label-position-right.form-check-label:before,
.formio-component-selectboxes.formio-component-label-hidden.required .label-position-right.form-check-label:before {
    right: -10px !important;
}
