dialog.modal-dialog-native{border:none;border-radius:.5rem;padding:0;min-width:400px;max-width:500px;background:var(--bs-body-bg);color:var(--bs-body-color);box-shadow:0 .5rem 1rem rgba(0,0,0,.5)}dialog.modal-dialog-native::backdrop{background:rgba(0,0,0,.5)}dialog.modal-dialog-native .modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--bs-border-color)}dialog.modal-dialog-native .modal-body{padding:1rem}dialog.modal-dialog-native .modal-title{margin:0;font-size:1.1rem}dialog.confirm-dialog{border:none;border-radius:.5rem;padding:0;min-width:360px;max-width:460px;background:var(--bs-body-bg);color:var(--bs-body-color);box-shadow:0 .5rem 1rem rgba(0,0,0,.5)}dialog.confirm-dialog::backdrop{background:rgba(0,0,0,.5)}dialog.confirm-dialog .confirm-dialog-header{padding:.75rem 1rem;background:var(--bs-danger);color:#fff;border-radius:.5rem .5rem 0 0;font-weight:600}dialog.confirm-dialog .confirm-dialog-body{padding:1.25rem 1rem;font-size:1rem}dialog.confirm-dialog .confirm-dialog-footer{padding:.75rem 1rem;text-align:right;border-top:1px solid var(--bs-border-color)}@media (max-width:767.98px){table.table-mobile thead{display:none!important}table.table-mobile tbody,table.table-mobile tbody tr{display:block!important}table.table-mobile tbody tr{margin-bottom:.5rem;border:1px solid var(--bs-border-color)!important;border-radius:.375rem;background:var(--bs-body-bg);padding:.25rem 0}table.table-mobile tbody tr:hover{background:var(--bs-tertiary-bg)}table.table-mobile tbody td{display:flex!important;justify-content:space-between;align-items:baseline;padding:.3rem .75rem!important;border:none!important;border-bottom:1px solid var(--bs-border-color-translucent)!important;text-align:right!important}table.table-mobile tbody td:last-child{border-bottom:none!important}table.table-mobile tbody td::before{content:attr(data-label);font-weight:600;margin-right:1rem;text-align:left;flex-shrink:0;color:var(--bs-secondary-color);font-size:.85em}table.table-mobile tbody td:not([data-label])::before,table.table-mobile tbody td[data-label=""]::before{display:none}table.table-mobile tbody tr.table-secondary{background:var(--bs-secondary-bg)!important;border-color:var(--bs-secondary-border-subtle)!important}table.table-mobile tbody tr.table-secondary td[colspan]{justify-content:center;text-align:center!important}.box-actions{display:none}}[data-bs-theme=dark] .choices .choices__inner,[data-bs-theme=dark] .choices[data-type*=select-multiple] .choices__inner,[data-bs-theme=dark] .choices[data-type*=select-one] .choices__inner{background-color:#2b3035!important;border-color:var(--bs-border-color)!important}[data-bs-theme=dark] .choices .choices__input,[data-bs-theme=dark] .choices__input--cloned{background-color:#2b3035!important;color:var(--bs-body-color)!important}[data-bs-theme=dark] .choices[data-type*=select-one] .choices__item,[data-bs-theme=dark] .choices__list--single .choices__item{color:var(--bs-body-color)!important}[data-bs-theme=dark] .choices .choices__list--dropdown,[data-bs-theme=dark] .choices__list--dropdown{background-color:#2b3035!important;border-color:var(--bs-border-color)!important}[data-bs-theme=dark] .choices__list--dropdown .choices__item{color:var(--bs-body-color)}[data-bs-theme=dark] .choices__list--dropdown .choices__item--selectable.is-highlighted{background-color:var(--bs-primary)!important;color:#fff!important}[data-bs-theme=dark] .choices__list--multiple .choices__item{background-color:var(--bs-primary);border-color:var(--bs-primary);color:#fff}[data-bs-theme=dark] .choices__list--multiple .choices__item .choices__button{border-left-color:rgba(255,255,255,.3)}[data-bs-theme=dark] .choices__placeholder{color:var(--bs-secondary-color)!important}[data-bs-theme=dark] .choices[data-type*=select-one]::after{border-color:var(--bs-body-color) transparent transparent}