.box-border{--box-border-radius:var(--rounded-md);--box-border--border:linear-gradient(to top right,#a38b4e,rgba(167,145,87,.72) 14.06%,rgba(108,91,47,.365) 29.69%,rgba(149,127,70,.843) 69.27%,rgba(77,63,29,.7));--box--border__top-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'%3E%3Crect width='18' height='18' x='1' y='1' stroke='%23000' stroke-width='2' rx='10' ry='10'/%3E%3C/svg%3E");--box--border__top:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='10' fill='none' preserveAspectRatio='none' viewBox='0 0 100 10'%3E%3Cpath stroke='%23000' stroke-width='2' d='M-1 1h102'/%3E%3C/svg%3E");--box--border__top-right:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" viewBox="0 0 10 10"><rect width="18" height="18" x="-9" y="1" stroke="%23000" stroke-width="2" rx="10" ry="10"/></svg>');--box--border__left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='100' fill='none' preserveAspectRatio='none' viewBox='0 0 10 100'%3E%3Cpath stroke='%23000' stroke-width='2' d='M1-1v102'/%3E%3C/svg%3E");--box--border__right:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='100' fill='none' preserveAspectRatio='none' viewBox='0 0 10 100'%3E%3Cpath stroke='%23000' stroke-width='2' d='M9-1v102'/%3E%3C/svg%3E");--box--border__bottom-left:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none' viewBox='0 0 10 10'%3E%3Crect width='18' height='18' x='1' y='-9' stroke='%23000' stroke-width='2' rx='10' ry='10'/%3E%3C/svg%3E");--box--border__bottom:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='10' fill='none' preserveAspectRatio='none' viewBox='0 0 100 10'%3E%3Cpath stroke='%23000' stroke-width='2' d='M-1 9h102'/%3E%3C/svg%3E");--box--border__bottom-right:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" fill="none" viewBox="0 0 10 10"><rect width="18" height="18" x="-9" y="-9" stroke="%23000" stroke-width="2" rx="10" ry="10"/></svg>');border-radius:var(--box-border-radius);padding:2px;position:relative}.box-border:before{background:var(--box-border--border);content:"";height:100%;left:0;-webkit-mask:var(--box--border__top-left) 0 0 /.625rem .625rem,var(--box--border__top) .625rem 0 / calc(100% - 1.25rem) .625rem,var(--box--border__top-right) 100% 0 /.625rem .625rem,var(--box--border__left) 0 .625rem /.625rem calc(100% - 1.25rem),var(--box--border__right) 100% .625rem /.625rem calc(100% - 1.25rem),var(--box--border__bottom-left) 0 100% /.625rem .625rem,var(--box--border__bottom) .625rem 100% / calc(100% - 1.25rem) .625rem,var(--box--border__bottom-right) 100% 100% /.625rem .625rem;mask:var(--box--border__top-left) 0 0 /.625rem .625rem,var(--box--border__top) .625rem 0 / calc(100% - 1.25rem) .625rem,var(--box--border__top-right) 100% 0 /.625rem .625rem,var(--box--border__left) 0 .625rem /.625rem calc(100% - 1.25rem),var(--box--border__right) 100% .625rem /.625rem calc(100% - 1.25rem),var(--box--border__bottom-left) 0 100% /.625rem .625rem,var(--box--border__bottom) .625rem 100% / calc(100% - 1.25rem) .625rem,var(--box--border__bottom-right) 100% 100% /.625rem .625rem;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;position:absolute;top:0;width:100%}.box-border__inner{border-radius:calc(var(--box-border-radius) - 2px);height:100%;overflow:hidden;position:relative;width:100%;z-index:1}.field-select{display:block}.field-select._layout .field-select__border{--box-border-radius:var(--radius-field)}.field-select__label{color:rgb(var(--color-gray));display:block;font-family:var(--font-serif),serif;font-size:1rem;margin-bottom:4px}.field-select__bg{background:rgb(var(--bg-field));border-radius:var(--box-border-radius);position:relative;z-index:1}.field-select__inner{position:relative;width:100%;z-index:1}.field-select__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:rgb(var(--color-field));cursor:pointer;font-size:1rem;font-weight:400;height:var(--height-input);outline:none;padding:0 .75rem 0 1rem;transition:box-shadow .2s ease-in-out;width:100%}.field-select__trigger:focus-visible{border-radius:calc(var(--box-border-radius) - 2px);box-shadow:0 0 1px 2px rgba(var(--color-accent-lite-lighter),.3)}.field-select._layout .field-select__trigger{color:rgb(var(--color-gray))}.field-select._sm .field-select__trigger{height:40px}.field-select__value{flex:1;min-width:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.field-select__trigger .dropdown__btn-icon{color:inherit;transition:transform .2s ease,rotate .2s ease,color .15s}.field-select__drop{min-width:100%}.field-select__option{color:rgb(var(--color-gray-light));cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:color .15s;white-space:nowrap}.field-select__option:hover:not(._disabled){color:rgb(var(--color-white))}.field-select__option._active{color:rgb(var(--color-accent-lite))}.field-select__option._disabled{cursor:not-allowed;opacity:.4;pointer-events:none}:is(.table td.cell-icon-first:first-child,.table th.cell-icon-first:first-child)[data-v-0343545a]{padding-right:10px!important;white-space:nowrap}:is(.table td.cell-icon-first:first-child,.table th.cell-icon-first:first-child) a[data-v-0343545a]{display:block}.table td.cell-icon-first+td[data-v-0343545a],.table th.cell-icon-first+th[data-v-0343545a]{padding-left:10px!important}.table-toolbar[data-v-0343545a]{flex-wrap:wrap;gap:16px;justify-content:flex-end;margin-bottom:1.5rem}.table-search[data-v-0343545a],.table-toolbar[data-v-0343545a]{align-items:center;display:flex}.table-search[data-v-0343545a]{gap:8px}.table-search[data-v-0343545a]>:last-child{flex:1}.table-search--full[data-v-0343545a]{flex:1;max-width:480px}.per-page-selector[data-v-0343545a]{align-items:center;display:flex;gap:8px}.per-page-label[data-v-0343545a]{color:rgb(var(--color-gray));font-size:1rem;white-space:nowrap}.table-row--link[data-v-0343545a]{cursor:pointer}.table td .html-content>p[data-v-0343545a]:last-child{margin-bottom:0}
