:root{--color-primary: #35510f;--color-primary-text: #ffffff;--color-secondary: #fce483;--color-secondary-text: #444;--font-family-base: "Helvetica Neue", Arial, sans-serif;--bo-bg: #f4f7fb;--bo-surface: #ffffff;--bo-border: rgba(18, 32, 59, .12);--bo-text: #12203b;--bo-muted: rgba(18, 32, 59, .62);--bo-radius: .75rem;--bo-shadow: 0 .375rem 1.25rem rgba(18, 32, 59, .08);--bo-gap: 1rem;--bo-sidebar-width: 15.5rem;--bo-sidebar-semicollapsed-width: 5rem;--bo-secondary-width: 23.5rem;--bo-userbar-width: var(--bo-secondary-width);--bo-userbar-stack: 5.25rem;--bo-topbar-height: 4rem;--bo-font: "Figtree", var(--font-family-base);--bo-font-size: 1rem;--bo-line-height: 1.45;--bo-margin-top-secondary: calc( var(--bo-gap) - 1.25rem - .25 * max(0rem, calc(var(--bo-gap) - 1rem)) )}*,*:before,*:after{box-sizing:border-box}html{font-size:16px}html,body{margin:0}body{display:flex;flex-direction:column}body>div{flex:1;display:flex;flex-direction:column;min-height:100vh}body{margin:0;font-family:var(--bo-font);font-size:var(--bo-font-size);line-height:var(--bo-line-height);color:var(--bo-text)}body.bo{background:var(--bo-bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}:root{scrollbar-width:thin;scrollbar-color:var(--color-primary) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background-color:var(--color-primary);border-radius:999px;border:0px solid transparent}*::-webkit-scrollbar-thumb:hover{background-color:var(--color-secondary)}*::-webkit-scrollbar-corner{background:transparent}.bo-h2{margin:0;font-size:1.15rem;font-weight:800}.bo-help{margin:.4rem 0 0;color:var(--bo-muted);font-size:.95rem}.bo-success{margin:.4rem 0 0;color:#35510ff2;font-weight:700;font-size:.95rem}.bo-form{margin-top:1rem;display:grid;gap:1rem;max-width:42rem}.bo-field{display:grid;gap:.4rem;position:relative}.bo-ac{position:absolute;left:0;right:0;top:calc(100% + .25rem);background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:.75rem;box-shadow:var(--bo-shadow);padding:.25rem;max-height:16rem;overflow:auto;z-index:95}.bo-ac__opt{display:flex;align-items:center;gap:.4rem;border-radius:.6rem}.bo-ac__opt.is-active{background:#12203b0d}.bo-ac__item{width:100%;text-align:left;padding:.6rem .75rem;border-radius:.6rem;border:0;background:transparent;cursor:pointer}.bo-ac__pick{flex:1}.bo-ac__del{border:0;background:transparent;cursor:pointer;color:var(--bo-muted);padding:.4rem .55rem;border-radius:.5rem;flex:0 0 auto}.bo-ac__del:hover,.bo-ac__del:focus{background:#12203b0d;color:var(--bo-text)}.bo-ac__item:hover,.bo-ac__item:focus{background:#12203b0d}.bo-ac__item.is-active{background:#12203b0d}.bo-ac__empty{padding:.7rem .85rem;color:var(--bo-muted);font-size:.95rem}.bo-rel__control{display:flex;gap:.5rem;align-items:center}.bo-rel__selected{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.bo-rel__pill{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--bo-border);border-radius:999px;padding:.25rem .5rem;background:var(--bo-surface)}.bo-rel__pill-text{font-size:.95rem}.bo-rel__pill-remove{border:0;background:transparent;cursor:pointer;color:var(--bo-muted);padding:0;line-height:1}.bo-rel__pill-remove:hover,.bo-rel__pill-remove:focus{color:var(--bo-text)}.bo-label{font-weight:700;font-size:.95rem}.bo-link{background:none;border:0;padding:0;color:var(--color-primary);cursor:pointer;text-decoration:underline}.bo-tooltip{position:fixed;z-index:9999;max-width:min(28rem,calc(100vw - 2rem));padding:.55rem .7rem;border-radius:.75rem;border:1px solid var(--bo-border);background:var(--bo-surface);box-shadow:var(--bo-shadow);color:var(--bo-text);font-size:.95rem;line-height:1.35;white-space:pre-wrap;min-height:auto}.bo-tooltip[hidden]{display:none!important}.bo-tooltipcell{display:inline-flex;align-items:center}.bo-tooltipbtn{width:2rem;height:2rem}.bo-errors{margin:.25rem 0 0;padding-left:1.1rem;color:#b42318;font-size:.95rem}.bo-errors li{margin:.15rem 0}.bo-subform,.bo-subform__items{display:grid;gap:.6rem}.bo-subform__row{display:grid;grid-template-columns:1fr auto;gap:.6rem;align-items:start}.bo-subform__left{display:grid;gap:.4rem}.bo-subform__remove{height:2.75rem;padding:0 .75rem}.bo-subform__actions{display:flex;justify-content:flex-start}.bo-thsort{display:inline-flex;align-items:center;gap:.35rem;text-decoration:none}.bo-thsort:hover{text-decoration:underline}.bo-thsort__dir{font-size:.9em}.bo-infinite-sentinel{height:1px}.bo-infinite-sentinel__text{display:none}.bo-infinite-sentinel.is-loading{height:auto;padding:.75rem 0;text-align:center;color:var(--bo-muted);font-size:.95rem}.bo-infinite-sentinel.is-loading .bo-infinite-sentinel__text{display:inline}.bo-btn--danger{background:#8a1f1f1a;border-color:#8a1f1f4d;color:#8a1f1f}.overflow-y-hidden{overflow-y:hidden}body.bo .bo-modal{position:fixed;inset:0;z-index:100;padding:1.25rem}body.bo .bo-modal__overlay{position:fixed;inset:0;background:#00000059}body.bo .bo-modal__panel{position:relative;margin:10vh auto 0;width:min(38rem,92vw);background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:var(--bo-radius);box-shadow:var(--bo-shadow)}body.bo .bo-modal__body{padding:1.25rem}[x-cloak],.bo-only-mobile{display:none!important}.bo-only-desktop{display:grid}.bo-shell{min-height:100vh;display:grid;grid-template-columns:var(--bo-sidebar-width) 1fr var(--bo-secondary-width);gap:var(--bo-gap);padding:var(--bo-gap)}.bo-shell--single{grid-template-columns:var(--bo-sidebar-width) 1fr}.bo-main{min-width:0}.bo-userbar{position:absolute;top:var(--bo-gap);right:var(--bo-gap);width:var(--bo-userbar-width);z-index:50}.bo-user{display:flex;justify-content:flex-end;gap:.75rem;align-items:center;padding:.75rem;border:1px solid var(--bo-border);border-radius:var(--bo-radius);background:var(--bo-surface);box-shadow:var(--bo-shadow)}.bo-user__right{display:flex;justify-content:flex-end;gap:.75rem;align-items:center;min-width:0}.bo-user__page{display:none;align-items:center;gap:.75rem;min-width:0;flex:1}.bo-user__pageicon{width:2.25rem;height:2.25rem;border-radius:.75rem;border:1px solid var(--bo-border);display:grid;place-items:center;background:#fff;color:#12203bb8;flex:0 0 auto}.bo-user__pagemeta{min-width:0}.bo-user__pagetitle{font-weight:800;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-user__pagesubtitle{margin-top:.1rem;font-size:.85rem;color:var(--bo-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-user__avatar{width:2.25rem;height:2.25rem;border-radius:999rem;display:grid;place-items:center;background:color-mix(in srgb,var(--color-primary) 18%,#fff);color:var(--color-primary);font-weight:700}.bo-user__meta{min-width:0}.bo-user__name{font-weight:700;font-size:.95rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:-.2rem}.bo-user__email{font-size:.85rem;color:var(--bo-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-user__action{grid-column:1 / -1;display:inline-flex;justify-content:center;align-items:center;height:2.25rem;padding:0 .75rem;border-radius:.6rem;border:1px solid var(--bo-border);background:#fff;cursor:pointer}.bo-user__action--danger{color:#8a1f1f;border-color:#8a1f1f40;background:#8a1f1f0f}.bo-sidebar{position:sticky;top:var(--bo-gap);align-self:start;height:calc(100vh - (var(--bo-gap) * 2));border:1px solid var(--bo-border);border-radius:var(--bo-radius);background:var(--bo-surface);box-shadow:var(--bo-shadow);overflow:hidden;background:linear-gradient(45deg,#45291f,#884b35);display:flex;flex-direction:column}.bo-sidebar__brand{display:flex;align-items:flex-start;justify-content:center;gap:.75rem;padding:.75rem;border-bottom:1px solid var(--bo-border)}.bo-brand{display:inline-flex;gap:.6rem;align-items:center}.bo-brand__mark{width:2rem;height:2rem;border-radius:.6rem;background:var(--color-primary);color:var(--color-primary-text);display:grid;place-items:center;font-weight:800;letter-spacing:.03em}.bo-brand__text{font-weight:700}.bo-nav{padding:.5rem;display:grid;gap:.25rem}.bo-nav__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.7rem .75rem;border-radius:.75rem;color:wheat}.bo-nav__left{display:inline-flex;align-items:center;gap:.6rem;min-width:0;flex:1}.bo-nav__icon{width:1.1rem;display:grid;place-items:center;flex:0 0 auto}.bo-nav__label{min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-nav__item:hover{background:#63ad0047}.bo-nav__item.is-active{background:#63ad0047;color:#fff;font-weight:700}.bo-badge{min-width:1.75rem;height:1.5rem;padding:0 .5rem;border-radius:999rem;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;background:#f1e9e9;color:#12203bbf}.bo-sidebar__footer{margin-top:auto;padding:.75rem;border-top:1px solid var(--bo-border);display:grid;gap:.5rem}.bo-linkbtn{width:100%;height:2.5rem;border-radius:.75rem;border:1px solid var(--bo-border);background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.6rem}.bo-topbar{height:var(--bo-topbar-height);display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid var(--bo-border);border-radius:var(--bo-radius);background:var(--bo-surface);box-shadow:var(--bo-shadow)}.bo-topbar__pageicon{width:2.5rem;height:2.5rem;border-radius:.75rem;border:1px solid var(--bo-border);background:#fff;display:grid;place-items:center;color:#12203bb8;flex:0 0 auto}.bo-topbar__pageicon i{font-size:1.05rem;line-height:1}.bo-title{min-width:0}.bo-h1{margin:0;font-size:1.125rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-subtitle{margin:.15rem 0 0;font-size:.9rem;color:var(--bo-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bo-topbar__spacer{flex:1}.bo-topbar__actions{display:flex;align-items:center;gap:.5rem;flex:0 0 auto}.bo-content{margin-top:var(--bo-gap);min-width:0}.bo-card{background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:var(--bo-radius);box-shadow:var(--bo-shadow);position:relative}.bo-card.has-footer .bo-card__body{padding-bottom:80px}.bo-card__header{padding:.75rem;border-bottom:1px solid var(--bo-border);display:flex;align-items:center;justify-content:space-between;gap:1rem}.bo-pageheader{position:relative;flex-wrap:wrap}.bo-pageheader__left{display:flex;align-items:center;gap:.75rem;min-width:0;flex:1}.bo-pageheader__filtersbtn{display:inline-flex;align-items:center;gap:.5rem;white-space:nowrap;position:relative}.bo-pageheader__filtersbtn-badge{position:absolute;top:-.35rem;right:-.35rem;min-width:1.1rem;height:1.1rem;padding:0 .3rem;border-radius:999px;display:grid;place-items:center;font-size:.75rem;font-weight:800;background:var(--color-primary);color:var(--color-primary-text);border:2px solid var(--bo-surface)}.bo-pageheader__filtersbtn-icon{width:1.1rem;display:grid;place-items:center}.bo-pageheader__featured{min-width:0}.bo-pageheader__actions{display:flex;align-items:center;gap:.5rem}.bo-content.is-narrow .bo-pageheader__featured{display:block}.bo-actionbtn{display:inline-flex;align-items:center;gap:.5rem}.bo-actionbtn__icon{width:1.1rem;display:grid;place-items:center;font-weight:900}.bo-content.is-narrow .bo-actionbtn__text{display:none}.bo-content.is-narrow .bo-actionbtn{padding-left:.85rem;padding-right:.85rem}.bo-filters-pop,.bo-popup{position:fixed;inset:0;z-index:90}.bo-popup[hidden]{display:none!important}.bo-filters-pop__overlay,.bo-popup__overlay{position:absolute;inset:0;background:#0000002e}.bo-filters-pop__panel,.bo-popup__panel{position:relative;margin:var(--bo-gap) auto 0;width:min(52rem,calc(100vw - (var(--bo-gap) * 2)));max-height:calc(100vh - (var(--bo-gap) * 2));background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:var(--bo-radius);box-shadow:var(--bo-shadow)}.bo-filters-pop__header,.bo-popup__header{padding:.75rem;border-bottom:1px solid var(--bo-border);display:flex;align-items:center;justify-content:space-between;gap:.75rem}.bo-filters-pop__body,.bo-popup__body{padding:.75rem}.bo-popup__footer{padding:.75rem;border-top:1px solid var(--bo-border);display:flex;justify-content:flex-end;gap:.5rem}.bo-card__body{padding:1rem;height:calc(100vh - (var(--bo-gap) * 3) - 8.3rem);overflow:auto;margin-bottom:1rem}.bo-card.quick-actions{border:0;box-shadow:none;margin:0!important;padding:0}.bo-card.quick-actions>div{padding:0!important}.is-max .bo-secondary-default{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}.is-max .bo-secondary-default .quick-actions{grid-column:1 / -1}.bo-popup__panel .bo-row{margin-bottom:1rem}.bo-card.quick-actions>div>div{display:flex;flex-direction:row-reverse}.bo-secondary .bo-card__body{height:auto}.bo-secondary .bo-card:last-child{margin-bottom:1.5rem}.bo-shell--single .bo-card__body,.bo-card__body.auto-height{height:auto}.bo-grid{display:grid;gap:var(--bo-gap)}.bo-row{display:flex;gap:.75rem;flex-wrap:wrap;width:100%}.bo-row.nowrap{flex-wrap:nowrap}.bo-secondary{position:sticky;top:var(--bo-gap);align-self:start;margin-top:calc(var(--bo-userbar-stack) + var(--bo-margin-top-secondary));height:calc(100vh - (var(--bo-gap) * 2) - var(--bo-userbar-stack) - var(--bo-margin-top-secondary));border:1px solid var(--bo-border);border-radius:var(--bo-radius);background:var(--bo-surface);box-shadow:var(--bo-shadow);overflow:hidden}body.bo.bo-resizing{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:col-resize}body.bo.bo-resizing *{cursor:col-resize!important}.bo-secondary__resize-handle{position:absolute;top:0;left:-.5rem;width:1rem;height:100%;cursor:col-resize;z-index:2;touch-action:none}.bo-secondary__resize-handle:after{content:"";position:absolute;top:0;right:.5rem;width:1px;height:100%;background:#12203b1f;opacity:0;transition:opacity .16s ease}.bo-secondary:hover .bo-secondary__resize-handle:after,body.bo.bo-resizing .bo-secondary__resize-handle:after{opacity:1}.bo-secondary.is-max{position:fixed;inset:0;height:calc(100vh - (var(--bo-gap) * 2));width:calc(100vw - (var(--bo-gap) * 2));border-radius:0;z-index:80;box-shadow:none;margin:var(--bo-gap);border-radius:var(--bo-radius)}.bo-secondary.is-max .bo-secondary__content{height:calc(100vh - 3.25rem)}.bo-secondary__header{padding:.75rem;border-bottom:1px solid var(--bo-border);display:flex;align-items:center;justify-content:space-between;gap:.75rem}.bo-secondary__tools{display:inline-flex;align-items:center;gap:.5rem}.bo-spinner{width:1.1rem;height:1.1rem;border-radius:999rem;border:.15rem solid rgba(18,32,59,.18);border-top-color:#12203ba6;animation:bo-spin .8s linear infinite}@keyframes bo-spin{to{transform:rotate(360deg)}}.bo-secondary__title{font-weight:800}.bo-secondary__subtitle{font-size:.9rem;color:var(--bo-muted);margin-top:.15rem}.bo-secondary__content{padding:1rem;overflow:auto;height:calc(100% - 3.25rem)}.bo-iconbtn{width:2.5rem;height:2.5rem;border-radius:.75rem;border:1px solid var(--bo-border);background:#fff;cursor:pointer;display:grid;place-items:center}.bo-icon{font-size:1.1rem;line-height:1}.bo-btn{padding:.5rem 1rem;border-radius:.75rem;border:1px solid var(--bo-border);background:#fff;cursor:pointer;display:flex;align-items:center}.btn-primary{background:var(--color-primary);color:var(--color-primary-text);border-color:#35510f73}.bo-input{height:2.5rem;padding:0 .75rem;border-radius:.75rem;border:1px solid var(--bo-border);background:#fff}.bo-input:focus{outline:none;box-shadow:0 0 0 .2rem #35510f2e;border-color:#35510f80}.bo-pill{display:inline-flex;align-items:center;height:1.6rem;padding:0 .6rem;border-radius:999rem;background:#35510f1f;color:#35510ff2;font-size:.85rem;font-weight:700}.bo-muted{color:var(--bo-muted)}.bo-table{width:100%;border-collapse:collapse}.bo-table th,.bo-table td{padding:.75rem;border-bottom:1px solid var(--bo-border);text-align:left;font-size:.95rem}.bo-table th{color:#12203bb3;font-weight:700;position:sticky;top:-1.01rem;background:var(--bo-surface);border-bottom:none}.bo-table th:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--bo-border)}.bo-table a.bo-rowlink{color:#12203be6}.bo-table a.bo-rowlink:hover{text-decoration:underline}.bo-table tr[data-bo-row]{cursor:pointer}.bo-table tr[data-bo-row]:hover{background:#12203b08}.bo-table tr[data-bo-row].is-selected{background:#35510f14}.bo-card.has-footer .bo-card__body{margin-bottom:0}.bo-card__footer{padding:.75rem 1rem;border-top:1px solid var(--bo-border);display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;position:absolute;bottom:0;width:calc(100% - 1rem);background:#fff;border-bottom-left-radius:var(--bo-radius);border-bottom-right-radius:var(--bo-radius)}.bo-listfooter__left{display:flex;align-items:center;gap:.75rem}.bo-listfooter__selectbtn[aria-pressed=true]{background:#35510f1f;border-color:#35510f59}.bo-listfooter__selecticon{width:1.1rem;display:grid;place-items:center;font-weight:900}.bo-listfooter__groupactions{position:relative}.bo-floatmenu{position:absolute;bottom:calc(100% + .5rem);left:0;min-width:14rem;background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:.75rem;box-shadow:var(--bo-shadow);padding:.25rem;z-index:60}.bo-secondary__header .bo-floatmenu{position:absolute;top:3.5rem;right:3.5rem;bottom:auto;left:auto;min-width:14rem;background:var(--bo-surface);border:1px solid var(--bo-border);border-radius:.75rem;box-shadow:var(--bo-shadow);padding:.25rem;z-index:60}.bo-listfooter__left button{padding:.25rem .5rem}.bo-floatmenu__item{width:100%;text-align:left;padding:.6rem .75rem;border-radius:.6rem;border:0;background:transparent;cursor:pointer}.bo-floatmenu__item:hover{background:#12203b0d}.bo-floatmenu__sep{height:1px;margin:.25rem;background:var(--bo-border)}.bo-listfooter__totals{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.bo-listfooter__totalsblock{display:grid;gap:.25rem}.bo-listfooter__totalstitle{font-size:.85rem;color:var(--bo-muted);font-weight:700}.bo-listfooter__totalslist{list-style:none;padding:0;margin:0;display:grid;gap:.15rem}.bo-listfooter__totalsitem{display:inline-flex;align-items:baseline;gap:.5rem;justify-content:space-between}.bo-listfooter__totalslabel{color:#12203bbf;font-size:.9rem}.bo-listfooter__totalsvalue{font-weight:900}.bo-selectcol{width:2.75rem;padding-left:.5rem!important;padding-right:.5rem!important}.bo-selectchk{width:1.1rem;height:1.1rem}.bo-table tr[data-bo-row].is-checked{background:#35510f0f}.bo-empty{padding:.75rem;border:1px dashed rgba(18,32,59,.25);border-radius:.75rem;background:#12203b08}.bo-empty__title{font-weight:800}.bo-empty__text{margin-top:.25rem;color:var(--bo-muted)}.bo-panel__section+.bo-panel__section{margin-top:1.25rem}.bo-panel__h{font-weight:800;margin-bottom:.5rem}.bo-actions{display:flex;gap:.75rem;flex-wrap:wrap}.bo-kv{display:grid;grid-template-columns:7rem 1fr;gap:.75rem;padding:.4rem 0}.bo-kv__k{color:var(--bo-muted);font-size:.9rem}.bo-kv__v{font-weight:600}.bo-sidebar__close{display:none}.btn-primary{background-color:var(--color-primary);border:0;position:relative;border-radius:.375rem;color:var(--color-primary-text);-webkit-border-radius:.375rem;-moz-border-radius:.375rem;-ms-border-radius:.375rem;-o-border-radius:.375rem}.btn-primary:hover{background-color:var(--color-primary)}.btn-primary:after{width:0;height:2px;background:var(--color-secondary);content:"";position:absolute;transition:all .3s ease;left:50%;bottom:4px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;transform:translate(-50%);-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%)}.btn-primary:hover:after{width:calc(100% - 20px)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:var(--color-primary)!important;background-color:var(--color-primary);background-size:100% 100%;background-position:center;background-repeat:no-repeat;color:var(--color-primary)}input:where([type=checkbox]):focus,input:where([type=radio]):focus{box-shadow:0 0 0 1px #35510f4d}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{border-color:#35510f4d!important;box-shadow:0 0 0 1px #35510f4d}button:focus,.btn:focus,.btn:hover,button:hover{box-shadow:0 0 0 2px #35510f4d!important}button[tabindex="-1"]:focus,.btn[tabindex="-1"]:focus{box-shadow:none!important}.btn-primary:hover{box-shadow:none!important}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}.bo-shell.bo-shell--single .bo-topbar{width:calc(100vw - var(--bo-sidebar-width) - var(--bo-userbar-width) - (var(--bo-gap) * 4.5))}@media(min-width:63rem)and (max-width:85rem){:root{--bo-gap: .5rem}}@media(max-width:62rem){:root{--bo-gap: 1rem;--bo-sidebar-width: 18rem;--bo-secondary-width: 22rem;--bo-userbar-width: 0rem}.bo-user__pageactions .bo-actionbtn__text,.bo-topbar__actions .bo-actionbtn__text{display:none}.bo-shell{grid-template-columns:1fr;padding:var(--bo-gap)}.bo-main{padding-right:0;padding-top:calc(var(--bo-gap) * 2 + 3rem)}.bo-userbar{position:fixed;width:calc(100vw - (var(--bo-gap) * 2.5) + .5rem);margin-bottom:var(--bo-gap)}body.bo.bo-topbar-off .bo-user{background:#ffffffc7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}body.bo.bo-topbar-off .bo-user__right{display:none}body.bo.bo-topbar-off .bo-user__page{display:flex;flex-direction:row-reverse}.bo-user__right form{display:none}.bo-user{justify-content:space-between}.bo-sidebar{position:fixed;top:0;left:0;height:100vh;width:var(--bo-sidebar-width);transform:translate(-110%);transition:transform .18s ease;z-index:60;border-radius:0}.bo-sidebar.is-open{transform:translate(0)}.bo-sidebar__close{display:grid}.bo-secondary{position:fixed;top:0;right:0;height:100vh;width:min(var(--bo-secondary-width),92vw);margin-top:0;transform:translate(110%);transition:transform .18s ease;z-index:60;border-radius:0}.bo-secondary.is-open{transform:translate(0)}.bo-secondary.is-max{inset:auto;margin:0;width:min(var(--bo-secondary-width),92vw);height:100vh;border-radius:0;z-index:60}.bo-only-mobile{display:grid!important}.bo-only-desktop{display:none}table.bo-table{display:flex}table.bo-table>thead{display:none}table.bo-table>tbody{display:flex;flex-direction:column}table.bo-table>tbody>tr{display:flex;flex-direction:column;margin-bottom:2rem;border:1px solid #CCC;border-radius:4px;width:calc(100vw - (var(--bo-gap) * 4))}.bo-shell.bo-shell--single .bo-topbar{width:100%}.bo-card{width:calc(100vw - (var(--bo-gap) * 2.5))}.bo-secondary__content .bo-card{width:100%}.bo-card__body{height:auto}.bo-content{margin-bottom:5rem}.bo-user__pagemeta{min-width:0;width:100%}.bo-topbar-off .bo-user{background:linear-gradient(45deg,#45291f,#884b35)!important}.bo-topbar-off .bo-user__pagetitle,.bo-topbar-off .bo-user__pagesubtitle{color:#fff}.bo-topbar-off .bo-userbar{width:100%;margin-bottom:var(--bo-gap);top:0;left:0;right:0;border-radius:0;z-index:1}.bo-topbar-off:has(.bo-filters-pop--open) .bo-userbar{z-index:0}.bo-topbar-off .bo-user{border-radius:0}.bo-pageheader-off .bo-card__header.bo-pageheader{position:fixed;bottom:0;right:0;background:linear-gradient(45deg,#45291f,#884b35)!important;border-top-left-radius:var(--bo-radius);z-index:50}}.is-narrow table.bo-table{display:flex}.is-narrow table.bo-table>thead{display:none}.is-narrow table.bo-table>tbody{display:flex;width:100%;flex-direction:column}.is-narrow table.bo-table>tbody>tr{display:flex;width:100%;flex-direction:column;margin-bottom:2rem;border:1px solid #CCC;border-radius:4px}.is-narrow .bo-shell.bo-shell--single .bo-topbar{width:100%}.bo-sidebar-container{position:relative}.bo-sidebar__semi-collapse-indicator{display:none}@media(min-width:62rem){.bo-sidebar:hover .bo-sidebar__semi-collapse-indicator{display:block;position:absolute;top:.5rem;right:.5rem;color:#fff;opacity:.8;cursor:pointer;padding:.2rem}.bo-sidebar:hover .bo-sidebar__semi-collapse-indicator.is-active{color:#aaa;opacity:.7}.bo-sidebar-semicollapse .bo-shell{grid-template-columns:var(--bo-sidebar-semicollapsed-width) 1fr var(--bo-secondary-width)}.bo-sidebar-semicollapse .bo-sidebar{position:absolute;top:0;z-index:9;width:var(--bo-sidebar-semicollapsed-width)}.bo-sidebar-semicollapse .bo-sidebar:hover{width:var(--bo-sidebar-width);transition:width .2s ease;box-shadow:0 4px 12px #00000082}.bo-sidebar-semicollapse .bo-sidebar__brand img{width:calc(var(--bo-sidebar-semicollapsed-width) - 1.5rem)}.bo-sidebar-semicollapse .bo-nav__label{display:block;width:0;opacity:0;transition:width .2s ease,opacity .2s ease;-webkit-transition:width .2s ease,opacity .2s ease;-moz-transition:width .2s ease,opacity .2s ease;-ms-transition:width .2s ease,opacity .2s ease;-o-transition:width .2s ease,opacity .2s ease}.bo-sidebar-semicollapse .bo-sidebar:hover .bo-nav__label{display:block;width:var(--bo-sidebar-label-width);opacity:1}.bo-sidebar-semicollapse .bo-nav__item{position:relative;height:3rem}.bo-sidebar-semicollapse .bo-badge{position:absolute;bottom:.4rem;right:.4rem;font-size:.7rem;padding:0;min-width:1rem;height:1rem}.bo-sidebar-semicollapse .bo-sidebar__footer button span{display:none}.bo-sidebar-semicollapse .bo-nav__left{justify-content:center}.bo-sidebar-semicollapse .bo-sidebar:hover .bo-nav__left{justify-content:flex-start}.bo-sidebar-semicollapse .bo-nav__item:has(.bo-badge) .bo-nav__left{justify-content:flex-start}}.bo-card__footer .selecting{display:none}.bo-card__footer.is-selecting .selecting{display:inline-flex}.bo-pageheader__featured .bo-label{display:none}.bo-secondary-form .bo-field{margin-top:1.5rem}.bo-secondary-form .bo-field:first-child{margin-top:0}.bo-popup__footer div{display:flex;gap:.5rem}span.bo-pageheader__filtersbtn-badge[hidden]{display:none}button.bo-btn.btn-delete-or{border:0;margin-top:auto;color:var(--color-primary)}button.bo-iconbtn.bo-back-btn .bo-icon{font-size:2rem;transform:translate(-.2rem,-.3rem)}table.bo-table.bo-table-accesslogs tbody td:last-child{font-size:.6rem}button.bo-iconbtn.bo-back-btn[hidden]{display:none}.bo-secondary__title{display:flex;align-items:center;gap:1rem}.bo-secondary-panel--admin-logs.bo-panel{display:grid;grid-template-rows:1fr 1fr;height:calc(100% - 1rem);align-content:space-between;grid-gap:1rem}.bo-secondary-panel--admin-logs .bo-card{margin-bottom:1rem;height:100%;width:100%;display:flex;flex-direction:column;overflow-y:hidden}.bo-secondary-panel--admin-logs .bo-h2{margin-bottom:.5rem}.is-narrow table.bo-table>tbody td:before{content:attr(data-bo-th);font-weight:600;color:#444;margin-right:.1rem}.is-narrow table.bo-table>tbody>tr:last-child{margin-bottom:0}button.bo-btn.bo-actionbtn[aria-label=Estadísticas]{margin-left:auto}.is-max .bo-secondary-panel--form{display:flex;flex-direction:column;max-height:100%;flex-wrap:wrap;gap:1rem}.is-max .bo-secondary-form .bo-field{margin-top:0;margin-bottom:1rem}.bo-secondary-form .bo-field{margin-top:0;margin-bottom:1.5rem}textarea{padding:.8rem!important;min-height:128px}[data-bo-copy-cell]{border:0;padding:0;width:0;height:0;line-height:0;background:transparent;font-size:24px;color:#888;display:none;transform:translate(.5rem);-webkit-transform:translateX(.5rem);-moz-transform:translateX(.5rem);-ms-transform:translateX(.5rem);-o-transform:translateX(.5rem)}td:hover [data-bo-copy-cell]{display:block}[data-bo-copy-cell]:hover,[data-bo-copy-cell]:focus{color:#000;border:0;box-shadow:none!important}.bo-card__body{position:relative}[data-bo-table-config-menu]{position:absolute;padding:0;top:2rem;z-index:9;right:1rem;border:0}[data-bo-table-config-menu]>button{border:0;color:#888;padding:0}.is-narrow [data-bo-table-config-menu]{top:auto;bottom:1.3rem;right:.5rem}@media(max-width:62rem){[data-bo-table-config-menu]{top:auto;bottom:1.3rem;right:.5rem}}
