.fluent-toast{
    z-index: 9999 !important;
}

.fluent-toast-provider{
    z-index: 9999 !important;
}

.fluent-sortable-list {
    --fluent-sortable-list-background-color: var(--neutral-layer-2);
    --fluent-sortable-list-item-height: calc(var(--design-unit) * 8px);
    --fluent-sortable-list-filtered: var(--warning);
}

/*.fluent-sortable-list{*/
/*    height: unset !important;*/
/*}*/

/*.sortable-item {*/
/*    !*height: auto !important;*!*/
/*    height: unset !important;*/
/*}*/

/*.mark-fluent-sortable-list {*/
/*    height: unset !important;*/
/*}*/

/*.mark-fluent-sortable-list > .sortable-item{*/
/*    height: unset !important;*/
/*}*/

.fluent-dialog-main:has(+ .fluent-dialog-main) {display: none;}