.theme--light.v-data-table tbody tr.v-data-table__selected{background:#f5f5f5}.theme--light.v-data-table .v-row-group__header,.theme--light.v-data-table .v-row-group__summary{background:#eee}.theme--light.v-data-table .v-data-footer{border-top:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table .v-data-table__empty-wrapper{color:rgba(0,0,0,.38)}.theme--dark.v-data-table tbody tr.v-data-table__selected{background:#505050}.theme--dark.v-data-table .v-row-group__header,.theme--dark.v-data-table .v-row-group__summary{background:#616161}.theme--dark.v-data-table .v-data-footer{border-top:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table .v-data-table__empty-wrapper{color:hsla(0,0%,100%,.5)}.v-data-table{border-radius:4px}.v-data-table--mobile>.v-data-table__wrapper tbody{display:flex;flex-direction:column}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded{border-bottom:0}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded__content{box-shadow:inset 0 4px 8px -5px rgba(50,50,50,.75),inset 0 -4px 8px -5px rgba(50,50,50,.75)}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:first-child{border-top-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:last-child{border-top-right-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:first-child{border-bottom-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:last-child{border-bottom-right-radius:4px}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-table-row{display:initial}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-row{height:auto;min-height:48px}.v-data-table__empty-wrapper{text-align:center}.v-data-table__mobile-row{align-items:center;display:flex;justify-content:space-between}.v-data-table__mobile-row__header{font-weight:600}.v-application--is-ltr .v-data-table__mobile-row__header{padding-right:16px}.v-application--is-rtl .v-data-table__mobile-row__header{padding-left:16px}.v-application--is-ltr .v-data-table__mobile-row__cell{text-align:right}.v-application--is-rtl .v-data-table__mobile-row__cell{text-align:left}.v-row-group__header td,.v-row-group__summary td{height:35px}.v-data-table__expand-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.v-data-table__expand-icon--active{transform:rotate(-180deg)}.v-data-footer{display:flex;flex-wrap:wrap;align-items:center;font-size:.75rem;padding:0 8px}.v-data-footer .v-btn{color:inherit}.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child{margin-right:7px}.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child,.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child{margin-right:7px}.v-data-footer__pagination{display:block;text-align:center}.v-application--is-ltr .v-data-footer__pagination{margin:0 32px 0 24px}.v-application--is-rtl .v-data-footer__pagination{margin:0 24px 0 32px}.v-data-footer__select{display:flex;align-items:center;flex:0 0 0;justify-content:flex-end;white-space:nowrap}.v-application--is-ltr .v-data-footer__select{margin-left:auto;margin-right:14px}.v-application--is-rtl .v-data-footer__select{margin-left:14px;margin-right:auto}.v-data-footer__select .v-select{flex:0 1 0;padding:0;position:static}.v-application--is-ltr .v-data-footer__select .v-select{margin:13px 0 13px 34px}.v-application--is-rtl .v-data-footer__select .v-select{margin:13px 34px 13px 0}.v-data-footer__select .v-select__selections{flex-wrap:nowrap}.v-data-footer__select .v-select__selections .v-select__selection--comma{font-size:.75rem}.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:rgba(0,0,0,.38)}.theme--light.v-data-table .v-data-table-header th.sortable.active,.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--light.v-data-table .v-data-table-header th.sortable:hover{color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table-header__sort-badge{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:hsla(0,0%,100%,.5)}.theme--dark.v-data-table .v-data-table-header th.sortable.active,.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--dark.v-data-table .v-data-table-header th.sortable:hover{color:#fff}.theme--dark.v-data-table .v-data-table-header__sort-badge{background-color:hsla(0,0%,100%,.12);color:#fff}.v-data-table-header th.sortable{pointer-events:auto;cursor:pointer;outline:0}.v-data-table-header th.sortable .v-data-table-header__icon{line-height:.9}.v-data-table-header th.active .v-data-table-header__icon,.v-data-table-header th:hover .v-data-table-header__icon{transform:none;opacity:1}.v-data-table-header th.desc .v-data-table-header__icon{transform:rotate(-180deg)}.v-data-table-header__icon{display:inline-block;opacity:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.v-data-table-header-mobile th{height:auto}.v-data-table-header-mobile__wrapper{display:flex}.v-data-table-header-mobile__wrapper .v-select{margin-bottom:8px}.v-data-table-header-mobile__wrapper .v-select .v-chip{height:24px}.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon{transform:rotate(-180deg)}.v-data-table-header-mobile__select{min-width:56px;display:flex;align-items:center;justify-content:center}.theme--light.v-data-table{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:rgba(0,0,0,.6)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#f5f5f5}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(0,0,0,.12)}.theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:hsla(0,0%,100%,.7)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#505050}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid hsla(0,0%,100%,.12)}.v-data-table{line-height:1.5;max-width:100%}.v-data-table>.v-data-table__wrapper>table{width:100%;border-spacing:0}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem;height:48px}.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:left}.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:right}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>td{font-size:.875rem;height:48px}.v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.v-data-table__progress{height:auto!important}.v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th{height:32px}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-data-table--fixed-header>.v-data-table__wrapper,.v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0!important;position:sticky;top:0;z-index:2}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:48px}.v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.v-data-table--fixed-header.v-data-table--dense>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:32px}.theme--light.v-pagination .v-pagination__item{background:#fff;color:rgba(0,0,0,.87)}.theme--light.v-pagination .v-pagination__item--active{color:#fff}.theme--light.v-pagination .v-pagination__navigation{background:#fff}.theme--dark.v-pagination .v-pagination__item{background:#1e1e1e;color:#fff}.theme--dark.v-pagination .v-pagination__item--active{color:#fff}.theme--dark.v-pagination .v-pagination__navigation{background:#1e1e1e}.v-pagination{align-items:center;display:inline-flex;list-style-type:none;justify-content:center;margin:0;max-width:100%;width:100%}.v-pagination.v-pagination{padding-left:0}.v-pagination>li{align-items:center;display:flex}.v-pagination--circle .v-pagination__item,.v-pagination--circle .v-pagination__more,.v-pagination--circle .v-pagination__navigation{border-radius:50%}.v-pagination--disabled{pointer-events:none;opacity:.6}.v-pagination__item{background:transparent;border-radius:4px;font-size:1rem;height:34px;margin:.3rem;min-width:34px;padding:0 5px;text-decoration:none;transition:.3s cubic-bezier(0,0,.2,1);width:auto;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-pagination__item--active{box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)}.v-pagination__navigation{box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);border-radius:4px;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;height:32px;width:32px;margin:.3rem 10px}.v-pagination__navigation .v-icon{transition:.2s cubic-bezier(.4,0,.6,1);vertical-align:middle}.v-pagination__navigation--disabled{opacity:.6;pointer-events:none}.v-pagination__more{margin:.3rem;display:inline-flex;align-items:flex-end;justify-content:center;height:32px;width:32px}label[data-v-6d270108]{display:block;position:relative;min-height:60px;padding-top:25px;color:#000;font-size:24px;text-align:left;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}label.in_line[data-v-6d270108]{margin-right:25px;min-height:unset;padding-top:unset}label.w100[data-v-6d270108]{width:100%}label.w60[data-v-6d270108]{width:60%}label.w50[data-v-6d270108]{width:49.5%;margin-right:1%}label.w15[data-v-6d270108]{width:15%;margin-right:1%}label.w25[data-v-6d270108]{width:25%;margin-right:1%}label.w33[data-v-6d270108]{width:32.6%;margin-right:1%}label.w30[data-v-6d270108]{width:30%;margin-right:1%}label.w20[data-v-6d270108]{width:20%}label.w10[data-v-6d270108]{width:10%}label.no_margin[data-v-6d270108]{margin-right:0}label i[data-v-6d270108]{color:#666;display:block;position:absolute;z-index:2;font-style:normal;pointer-events:none;transition:all .3s ease-out;top:0;left:0;font-size:18px;transform:none;line-height:1.2}span[data-v-6d270108]{color:var(--color-primary);padding-right:5px}.container_box[data-v-1bc94f9d]{transform:translateZ(0);width:100%;background-color:#fff;border-radius:var(--radius-md);border:1px solid var(--color-border);padding:20px;box-shadow:var(--shadow-card);margin-bottom:25px;text-align:left}.container_box i[data-v-1bc94f9d]{position:absolute;right:20px;top:50%;font-size:36px;transform:translateY(-50%)}.container_box h2[data-v-1bc94f9d]{font-size:var(--text-xl);font-weight:600;margin-bottom:10px;width:95%}.container_box h3[data-v-1bc94f9d]{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.tag-desmobilizado[data-v-1bc94f9d],.tag-mobilizado[data-v-1bc94f9d]{display:inline-block;font-size:11px;line-height:1;padding:3px 8px;border-radius:var(--radius-xl);color:#fff;font-weight:600;vertical-align:middle}.tag-mobilizado[data-v-1bc94f9d]{background-color:#4caf50}.tag-desmobilizado[data-v-1bc94f9d]{background-color:#f44336}.item[data-v-661acb37]{padding:20px 0;border-top:1px solid var(--color-border)}.container[data-v-261fc016]{padding-top:.7rem;width:100%;align-items:center;display:flex;justify-content:center;height:25px;transform:scale(5)}@keyframes isRotating-data-v-261fc016{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.c-loader[data-v-261fc016]{animation:isRotating-data-v-261fc016 1.5s linear infinite;border:2px solid #e5e5e5;border-radius:50%;border-top-color:#51d4db;height:12px;width:12px}.loader-wrapper[data-v-0e9947d6]{display:flex;justify-content:center;align-items:center;min-height:120px;padding:12px}.nothing[data-v-0e9947d6]{text-align:center;padding:20px 0;z-index:50}.scroller[data-v-0e9947d6]{max-height:250px;overflow-y:auto;width:100%;padding:0 16px;padding-bottom:60px;margin-bottom:10px}label[data-v-0e9947d6]{display:block;position:relative}label.w100[data-v-0e9947d6]{width:100%}label.w60[data-v-0e9947d6]{width:60%}label.w70[data-v-0e9947d6]{width:70%}label i[data-v-0e9947d6]{display:block;position:absolute;z-index:2;font-style:normal;top:50%;left:16px;transform:translateY(-50%);pointer-events:none;transition:all .2s ease-out;color:var(--color-text-secondary);font-size:var(--text-md);font-family:var(--font-primary)}label.fix_i i[data-v-0e9947d6]{top:6px;left:10px;transform:translateY(0);font-size:var(--text-xs);color:var(--color-primary)}label input[data-v-0e9947d6]{font-family:var(--font-primary);font-size:var(--text-md);padding:32px 16px 10px;display:block;width:100%;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:none;margin-bottom:20px;background-color:var(--color-bg-surface);height:64px;transition:border-color var(--transition-fast);box-sizing:border-box}label input[data-v-0e9947d6]:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-alpha-10)}@media (max-width:768px){label input[data-v-0e9947d6]{height:60px;font-size:var(--text-base);padding:30px 14px 8px;margin-bottom:16px}label i[data-v-0e9947d6]{left:14px;font-size:var(--text-base)}label.fix_i i[data-v-0e9947d6]{top:5px}}@media (max-width:480px){label input[data-v-0e9947d6]{height:56px;font-size:var(--text-sm);padding:28px 12px 6px;margin-bottom:14px}}label input[data-v-0e9947d6]:required{border-bottom:3px solid red;background-image:url(../img/check_req.0a1220a5.svg);background-size:20px;background-repeat:no-repeat;background-position:95% 50%}label input[data-v-0e9947d6]:required:valid{border-bottom:1px solid var(--color-border);background-image:url(../img/check.6c1d624e.svg)}label input[data-v-0e9947d6]:focus{outline:none}.list_itens[data-v-0e9947d6]{position:absolute;z-index:50;background-color:#fff;width:100%;padding:0;text-align:left;margin-top:-30px;border-radius:var(--radius-lg);box-shadow:0 5px 5px transparent;border:1px solid transparent;border-top:transparent;border-top-left-radius:0;border-top-right-radius:0;max-height:0;overflow:hidden;padding-bottom:0;padding-top:0;height:0;height:auto;transition:all .2s ease-out}.list_itens.active[data-v-0e9947d6]{border:1px solid var(--color-border);box-shadow:var(--shadow-lg);border-top:transparent;padding-top:5px;max-height:300px}.list_itens .round_button[data-v-0e9947d6]{display:none}.list_itens.active .add[data-v-0e9947d6]{position:sticky;background-color:#878787;z-index:500;display:block;width:auto;height:50px;border-radius:var(--radius-lg);color:#fff;font-size:var(--text-base);padding:0;bottom:0;margin-left:0;margin-right:0;border:2px solid #878787;border-top-left-radius:0;border-top-right-radius:0;text-align:center}.add i[data-v-0e9947d6]{color:#fff;font-size:32px!important;top:unset;left:unset;position:unset;text-align:center;padding-top:5px;display:inline-block;vertical-align:sub}input.search[data-v-0e9947d6]{position:absolute;top:0;display:none;z-index:2}input.search.active[data-v-0e9947d6]{display:block}label.required[data-v-0e9947d6]:after{content:"";border-bottom:3px solid red;position:absolute;width:100%;left:0;bottom:25px}.scroller[data-v-6491cc5c]{height:calc(100vh - 40px);overflow-y:auto;width:100%;padding:0 25px;padding-bottom:200px}main[data-v-6491cc5c]{padding:0;overflow:hidden}.header[data-v-6491cc5c]{width:100%}.header button[data-v-6491cc5c]{font-size:var(--text-lg);margin:0;display:block;box-sizing:border-box;height:62px;border-radius:var(--radius-md);color:var(--color-primary);border:2px solid var(--color-primary);background-color:transparent;margin-left:13px;padding:0 24px}.round_button[data-v-6491cc5c]{position:fixed;background-color:var(--color-primary);color:#fff;width:80px;height:80px;border-radius:100%;bottom:20px;right:20px;z-index:1}.round_button.left[data-v-6491cc5c]{left:20px;right:unset}.round_button i[data-v-6491cc5c]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:var(--text-2xl)}.box[data-v-6491cc5c]{display:flex;flex-flow:wrap}.box[data-v-6491cc5c],.select-box[data-v-6491cc5c]{width:calc(100% - 50px);margin:25px auto}.qr_code[data-v-6491cc5c]{width:75px;position:absolute;top:10px;right:70px}.over_box[data-v-6491cc5c]{position:fixed;top:0;left:0;width:100%;background-color:rgb(0 0 0/.9);height:100%;z-index:20}.over_box .close[data-v-6491cc5c]{position:absolute;right:10px;top:10px;background-color:#000;color:#fff;font-size:60px;z-index:30;border-radius:100%}.over_box iframe[data-v-6491cc5c]{width:calc(100% - 50px);height:calc(100% - 50px);margin:25px}#map[data-v-6491cc5c]{position:relative;overflow:hidden;width:96%;height:96%;margin:2%;z-index:20}ul[data-v-6491cc5c]{display:flex;justify-content:space-between;margin:30px 15px}ul li[data-v-6491cc5c]{flex:33%;font-weight:400;font-size:var(--text-lg);border-bottom:3px solid transparent;padding:10px 0;transition:all .3s ease-out;cursor:pointer}ul.history-list[data-v-6491cc5c]{display:block}ul.history-list li[data-v-6491cc5c]{display:block;font-size:var(--text-base)}ul li.active[data-v-6491cc5c]{border-bottom:3px solid var(--color-primary);color:#000}.table-container[data-v-6491cc5c]{overflow-x:auto;width:100%;height:500px;overflow-y:auto}@media screen and (max-width:600px){label.w60[data-v-6491cc5c]{width:100%}@supports (-webkit-touch-callout:none){.button-action[data-v-6491cc5c]{width:100%;max-width:100%}}}