table.datagrid {
    font-size: 15px;
}

td.actions .action-icon {
    font-size: 16px !important;
}

td.actions {
    min-width: 70px;
}

.icon--reverse span.btn-label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.2rem;
}

.custom-collection .form-panel-header .form-panel-collapse-marker {
    transform: rotate(180deg)
}

.custom-collection.form-group.field-collection .accordion {
    box-shadow: none;
}

.custom-collection.form-group.field-collection .field-collection-delete-button {
    right: auto;
    top: auto;
    position: relative;
}

.custom-collection .delete-item-button-container {
    display: flex;
    align-items: flex-end;
}

.divider {
    height: 1px;
    background-color: #c0a3ff;
    margin-left: calc(var(--bs-gutter-x)*.5);
    margin-right: calc(var(--bs-gutter-x)*.5);
}

.invisible-divider {
    height: 2rem;
    background-color: transparent;
    margin-left: calc(var(--bs-gutter-x)*.5);
    margin-right: calc(var(--bs-gutter-x)*.5);
}

.custom-collection .invalid-feedback {
    width: fit-content;
    height: fit-content;
}

.custom-collection .row.has-errors {
    margin-bottom: 30px;
}

.custom-collection.documentation-collection .field-collection-item .form-widget-compound {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.custom-collection.documentation-collection .field-collection-item .delete-collection-item-button-container {
    margin-top: 29px;
}
#Card_legalStatusArticleName,
#Card_legalStatusArticleDescription {
    background-color: var(--body-bg);
    color: #777777;
}

.no-label {
    margin-top: -35px;
}

.field-form_panel.has-errors .form-panel-header {
    box-shadow: 0 1px 0 var(--color-danger);
}

.field-form_panel.has-errors .form-panel-collapse {
    color: var(--color-danger);
}

.field-form_panel.has-errors .form-panel-header .form-panel-collapse-marker {
    color: var(--color-danger);
}

.panel-disabled {
    pointer-events: none;
    opacity: 0.5;
}

.ts-wrapper.form-control .ts-dropdown .active.create,
.ts-wrapper.form-control .ts-dropdown .create {
    color: var(--form-input-text-color);
}

.no-wrap {
    white-space: nowrap;
}

@media (min-width: 992px) {
    .login-wrapper {
        margin-top: -150px !important;
        width: 100%;
    }
}
