.b8-card{background:#fff;border:1px solid #e1e2e2;box-sizing:border-box;display:block;font-size:13px;line-height:1.5;margin:0 auto 1.5em;max-width:none;min-height:1px;min-width:auto;position:relative;width:100%}.b8-card .b8-card__header,.b8-card .b8-card__body,.b8-card .b8-card__footer{box-sizing:border-box;padding:var(--bcard-padding-y, 8px) var(--bcard-padding-x, 12px)}.b8-card>div[class*=b8-card__]:not(:last-child){border-bottom:1px solid #e1e2e2}.b8-card .b8-card__header,.b8-card .b8-card__footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.b8-card .b8-card__header h2,.b8-card .b8-card__header h3,.b8-card .b8-card__header p,.b8-card .b8-card__footer h2,.b8-card .b8-card__footer h3,.b8-card .b8-card__footer p{margin:0;padding:0}.b8-card .b8-card__header input,.b8-card .b8-card__header select,.b8-card .b8-card__header .select2,.b8-card .b8-card__header button,.b8-card .b8-card__footer input,.b8-card .b8-card__footer select,.b8-card .b8-card__footer .select2,.b8-card .b8-card__footer button{margin-inline-end:5px}.b8-card .b8-card__header input:last-child,.b8-card .b8-card__header select:last-child,.b8-card .b8-card__header .select2:last-child,.b8-card .b8-card__header button:last-child,.b8-card .b8-card__footer input:last-child,.b8-card .b8-card__footer select:last-child,.b8-card .b8-card__footer .select2:last-child,.b8-card .b8-card__footer button:last-child{margin-inline-end:0}.b8-card .b8-card__body{position:relative;color:#555}.b8-card .b8-card__body p:first-child,.b8-card .b8-card__body ul:first-child,.b8-card .b8-card__body ol:first-child,.b8-card .b8-card__body h2:first-child,.b8-card .b8-card__body h3:first-child,.b8-card .b8-card__body h4:first-child,.b8-card .b8-card__body h5:first-child,.b8-card .b8-card__body h6:first-child{margin-top:0}.b8-card .b8-card__body a:focus,.b8-card .b8-card__body a:active{box-shadow:none;outline:none}.b8-card .b8-card__title,.b8-card h2,.b8-card h3{color:inherit;font-size:14px;font-weight:600;padding:0;margin:0}.b8-card .b8-card__subtitle{color:#777;font-size:13px;font-weight:400;margin:0;padding:0}.b8-dropdown{display:inline-block;position:relative;box-sizing:border-box;vertical-align:top}.b8-dropdown__button{display:inline-flex !important;align-items:center;vertical-align:middle;line-height:1;font-size:14px}.b8-dropdown__menu{transition:120ms all 60ms ease-out;transform:rotateX(-90deg) translateX(-50%);transform-origin:top center;visibility:hidden;opacity:.3;position:absolute;inset-inline-end:auto;inset-inline-start:0;margin:3px 0 0;border-radius:3px;text-align:start;box-shadow:0 50px 100px rgba(50,50,93,.1),0 15px 35px rgba(50,50,93,.15),0 5px 15px rgba(0,0,0,.1);background-clip:padding-box;border:0 solid rgba(0,0,0,.15);min-width:150px;width:auto;z-index:99;background-color:#fff;padding:0}.b8-dropdown__menu li{display:block;color:#333;background-color:#fff;margin:0;padding:0;text-decoration:none;border-top:1px solid #e9ecef}.b8-dropdown__menu li:first-child{border-top:0}.b8-dropdown__menu li a{display:block;color:#333;background-color:#fff;text-decoration:none;padding:5px 10px;transition:all .5s}.b8-dropdown__menu li a:hover{background-color:#f3f5f6}.b8-dropdown__menu li a:focus,.b8-dropdown__menu li a:hover,.b8-dropdown__menu li a:active{outline:none;box-shadow:none}.b8-dropdown:hover .b8-dropdown__menu,.b8-dropdown:focus-within .b8-dropdown .b8-dropdown__menu{opacity:1;transform:rotateX(0) translateX(-50%);visibility:visible}.b8-dropdown:hover .b8-dropdown__menu a,.b8-dropdown:focus-within .b8-dropdown .b8-dropdown__menu a{opacity:1}.b8-dropdown:hover:after,.b8-dropdown:focus-within .b8-dropdown:after{opacity:1}.b8-form-field{width:100%;display:flex;flex-direction:column;position:relative;min-width:0;vertical-align:top;box-sizing:border-box;min-height:30px;margin:0 0 1em 0}.b8-form-field label[for]{display:flex;align-self:self-start;justify-content:flex-start;align-items:center;font-weight:bold;font-size:95%;margin-bottom:.25em}.b8-form-field label[for] abbr[title=required]{color:red;text-decoration:none;font-weight:normal;margin-inline-start:2px}.b8-form-field label[for] abbr[title=required]:after{content:"*"}.b8-form-field>input,.b8-form-field>select,.b8-form-field>textarea{box-sizing:border-box;position:relative;max-width:unset}.b8-form-field>.button,.b8-form-field>button{position:relative;z-index:2;display:flex;align-items:center;border-width:1px;margin:0}.b8-form-field>.button:focus,.b8-form-field>button:focus{z-index:3}.b8-form-field .description{margin:2px 0 5px;color:#646970;font-size:13px}.b8-input-group{position:relative;display:flex;flex-wrap:nowrap;align-items:stretch;align-self:center;width:100%}.b8-input-group>input,.b8-input-group>select,.b8-input-group>textarea,.b8-input-group .select2-container{flex:1 1 auto;min-width:0;margin:0;max-width:unset}.b8-input-group .select2-container{width:unset !important}.b8-input-group [class*=addon],.b8-input-group .button{display:flex;align-items:center;padding:0 8px;text-align:center;white-space:nowrap;background-color:#eee;border:1px solid #8c8f94;border-radius:4px;user-select:none;text-decoration:none}.b8-input-group>:not(:last-child){border-inline-end:0;border-start-end-radius:0;border-end-end-radius:0}.b8-input-group>:not(:last-child) .select2-selection{border-start-end-radius:0;border-end-end-radius:0}.b8-input-group>:nth-last-child(n+3){border-start-end-radius:0;border-end-end-radius:0}.b8-input-group>:not(:first-child){margin-inline-start:-1px !important;border-start-start-radius:0;border-end-start-radius:0}.b8-input-group>:not(:first-child) .select2-selection{border-start-start-radius:0;border-end-start-radius:0}.b8-input-group>:nth-child(2) .select2-selection{border-start-start-radius:4px;border-end-start-radius:4px}@media screen and (min-width: 850px){.inline--fields .b8-form-field{display:grid;grid-template-rows:1fr;grid-template-columns:150px 1fr}.inline--fields .b8-form-field>label:first-child,.inline--fields .b8-form-field__label{width:150px;min-width:150px;grid-column:1;padding-inline-end:10px}.inline--fields .b8-form-field>*:not(:first-child){grid-column:2}}@media screen and (min-width: 850px){.grid--fields{box-sizing:border-box;display:grid;grid-template-columns:repeat(2, 1fr);column-gap:15px}.grid--fields .b8-form-field{box-sizing:border-box;justify-content:flex-start;width:100%;min-width:0;margin:0 0 1em 0}.grid--fields .b8-form-field.is--full,.grid--fields .b8-form-field.is--fullwidth{grid-column:span 2}}.b8-list{box-sizing:border-box;background-color:#fff}.b8-list .b8-list__header{font-weight:400;line-height:1.6em;margin:0}.b8-list .b8-list__header,.b8-list .b8-list__item{padding:8px 12px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between}.b8-list .b8-list__header img,.b8-list .b8-list__item img{max-width:54px;height:auto;border-radius:6px;-o-object-fit:cover;object-fit:cover}.b8-list .b8-list__header>div,.b8-list .b8-list__item>div{display:flex;align-items:center;gap:10px}.b8-list.has--hover .b8-list__item:hover{cursor:pointer;background-color:#f9f9f9}.b8-list.has--split .b8-list__item,.b8-list.has--split .b8-list__header{border-block-end:1px solid #e1e2e2}.b8-list.has--split .b8-list__item:last-child{border-block-end:none}.b8-list.has--striped .b8-list__item:nth-child(odd){background-color:#f9f9f9}.b8-summary .b8-summary__header{font-weight:400;line-height:1.6em;margin:0;color:#777;border-bottom:1px solid #e1e2e2;padding-inline:16px;padding-block:6px;font-size:14px;display:flex;justify-content:space-between;align-items:center}.b8-summary .b8-summary__item{position:relative;display:flex;align-items:center;min-height:25px;padding-top:.375rem;box-sizing:border-box;flex-wrap:nowrap;gap:10px;padding-bottom:.375rem;justify-content:space-between;border-bottom:1px dotted #e5e7eb;margin-bottom:0;color:#626262;cursor:pointer;transition:background-color .3s ease;padding-inline-start:16px;padding-inline-end:16px}.b8-summary .b8-summary__item span{display:inline-flex;align-items:center;gap:10px;flex:0 1 auto}.b8-summary .b8-summary__item span .delta{color:#059669;background-color:rgba(5,150,105,.05);display:inline-flex;align-items:center;justify-content:flex-end;border-radius:.125em;padding-inline-start:.25em;padding-inline-end:.25em;padding-top:.125em;padding-bottom:.125em;font-size:.75em;line-height:1em}.b8-summary .b8-summary__item span .delta.is--negative{color:#dc2626;background-color:rgba(220,38,38,.05)}.b8-summary .b8-summary__item:hover{background-color:#f9f9f9}.b8-summary .b8-summary__item:last-child{border-bottom:none}.b8-section{padding:13px 0;border-bottom:none;display:flex;justify-content:space-between;align-items:center}.b8-section .b8-section__title{margin:0;margin-inline-end:16px;padding:3px 0;font-size:1.25rem;line-height:2.2;font-weight:400}.b8-section .b8-section__actions{display:flex;gap:10px}.b8-section hr{align-self:center;flex-grow:1;height:1px;margin:0 10px;border:0;border-bottom:1px solid #ccc}.b8-stats{margin:0;display:grid;border-width:1px 0 0 1px;border-style:solid;border-color:#e0e0e0;background-color:#fff;box-shadow:inset -1px -1px 0 #e0e0e0;box-sizing:border-box;width:100%;grid-template-columns:1fr;border-inline-end:0}@media(min-width: 782px){.b8-stats.stats--2{grid-template-columns:repeat(2, 1fr)}.b8-stats.stats--2 .b8-stat:nth-of-type(2n){border-inline-end-color:#e0e0e0}.b8-stats.stats--2 .b8-stat:nth-of-type(2n+ 1):nth-last-of-type(-n + 2){border-bottom-color:#e0e0e0}.b8-stats.stats--3{grid-template-columns:repeat(3, 1fr)}.b8-stats.stats--3 .b8-stat:nth-of-type(3n){border-inline-end-color:#e0e0e0}.b8-stats.stats--3 .b8-stat:nth-of-type(3n+ 1):nth-last-of-type(-n + 3){border-bottom-color:#e0e0e0}.b8-stats.stats--4{grid-template-columns:repeat(4, 1fr)}.b8-stats.stats--4 .b8-stat:nth-of-type(4n){border-inline-end-color:#e0e0e0}.b8-stats.stats--4 .b8-stat:nth-of-type(4n+ 1):nth-last-of-type(-n + 4){border-bottom-color:#e0e0e0}.b8-stats.stats--5{grid-template-columns:repeat(5, 1fr)}.b8-stats.stats--5 .b8-stat:nth-of-type(5n){border-inline-end-color:#e0e0e0}.b8-stats.stats--5 .b8-stat:nth-of-type(5n+ 1):nth-last-of-type(-n + 5){border-bottom-color:#e0e0e0}}.b8-stats .b8-stat{display:flex;flex-direction:column;height:100%;padding:24px;background-color:#fff;border-bottom:1px solid #e0e0e0;border-inline-end:1px solid #e0e0e0;line-height:1.4;text-decoration:none;color:#1e1e1e;justify-content:center;align-items:center;cursor:pointer;transition:background-color .3s ease;box-sizing:border-box}.b8-stats .b8-stat:hover{background-color:#f9f9f9}.b8-stats .b8-stat .b8-stat__label{font-size:14px;line-height:1.4;font-weight:normal;display:flex;color:#1e1e1e;margin-bottom:8px}.b8-stats .b8-stat .b8-stat__value{font-weight:400;color:#1e1e1e;font-size:20px;line-height:1.4}.b8-stats .b8-stat .b8-stat__delta{color:#059669;background-color:rgba(5,150,105,.05);display:inline-flex;align-items:center;justify-content:flex-end;border-radius:.125em;padding-inline-start:.25em;padding-inline-end:.25em;padding-top:.125em;padding-bottom:.125em;font-size:10px;line-height:1}.b8-stats .b8-stat .b8-stat__delta.is--negative{color:#dc2626;background-color:rgba(220,38,38,.05)}.b8-stats .b8-stat .b8-stat__meta{display:flex;align-items:center;justify-content:center;font-size:12px;color:#888;margin-top:4px}.b8-stats .b8-stat .b8-stat__meta>span{display:inline-block}.b8-stats .b8-stat .b8-stat__meta>span:not(:last-child):after{content:" |";margin-inline-end:3px;color:#ccc}.b8-table{box-sizing:border-box;overflow-x:auto;overflow-y:hidden}.b8-table table{width:100%;border-collapse:collapse;border-spacing:0;font-size:13px;line-height:1.5;color:#555;border:0}.b8-table table th,.b8-table table td{padding:8px 12px;text-align:start;word-wrap:break-word}.b8-table table th{font-weight:600;color:#2c3338}.b8-table table tr:hover{cursor:pointer;background-color:#f9f9f9}.b8-table table tbody tr:nth-child(odd){background-color:#f9f9f9}.b8-table table tbody tr:nth-child(even){background-color:#fff}.b8-table table thead tr,.b8-table table tbody tr:not(:last-child){border-bottom:1px solid #c3c4c7}.b8-table table tfoot tr{border-top:1px solid #c3c4c7}.b8-notice{box-sizing:border-box}.b8-notice img{width:100%;height:auto;max-width:100px}.b8-notice h3{margin:0 0 5px}.b8-notice p:last-child{margin-bottom:0}.b8-notice .notice-body{display:flex;align-items:center;padding:12px 0;width:100%;box-sizing:border-box}.b8-notice .notice-icon{margin-inline-end:20px;width:64px}.b8-notice .notice-content{flex:1}.b8-notice .notice-footer{border-top:1px solid #c3c4c7;padding:12px 0;display:flex;align-items:center;gap:20px}.b8-notice .notice-footer a{display:flex;align-items:center;gap:5px;text-decoration:none}.b8-notice .notice-footer a[href^="#"],.b8-notice .notice-footer a[href=""],.b8-notice .notice-footer a:not([href]){color:#8c8f94}
