.table-template{box-sizing:border-box;background:#fff;border-radius:8px;width:100%;padding:20px 0;line-height:120%;box-shadow:0 0 35px #00000026}.table-template__label{color:#fff;background-color:#2196f3;border-radius:4px;width:max-content;padding:4px 8px;font-weight:400;display:inline-block}.table-template__label--action{font:inherit;line-height:inherit;cursor:pointer;background-color:#43a047;border:none}.table-template__header,.table-template__row{grid-gap:14px;cursor:pointer;border-bottom:1px solid #0000001f;align-items:center;padding:16px 20px;font-size:12px;display:grid;position:relative}.table-template__header:last-child,.table-template__row:last-child{border-bottom:none}.table-template__header{color:#9e9e9e}.table-template__expand-row{cursor:default;border-bottom:1px solid #0000001f}.table-template__expand-row:last-child{border-bottom:none}.table-template__expand-cell{padding:16px}.table-template__expand-toggle{cursor:pointer;z-index:10;width:30px;height:30px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.table-template__expand-toggle:after{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' fill='none' viewBox='0 0 12 9'%3E%3Cpath fill='%23222' d='M10.594.633 12 2.039l-6 6-6-6L1.406.633 6 5.227z'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:12px 9px;width:12px;height:8px;transition:transform .2s;position:absolute;top:50%;right:9px;transform:translateY(-50%)}.table-template__expand-toggle.is-expanded:after{transform:translateY(-50%)rotate(180deg)}.table-template__row{align-items:center}.table-template__row.has-expand-toggle{padding-right:30px}.table-template__row:hover,.table-template__row:hover a,.table-template__row:hover span:not([class]){color:#3c6ebd}.table-template__cell{word-break:break-word;position:relative}.table-template__cell-content{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.table-template__cell-content.full{-webkit-line-clamp:100000}.table-template__cell-content .status-with-label{flex-wrap:wrap;gap:4px;display:flex}.table-template__cell--checkbox{z-index:10}.table-template__cell.has-column-link .table-template__column-link{color:inherit;text-decoration:none}.table-template__cell.has-column-link .table-template__column-link:hover{color:#3c6ebd;text-decoration:underline}.table-template__cell-name{color:#9e9e9e;display:none}.table-template__cell--right .table-template__cell-content{text-align:right}.table-template__link{z-index:2;opacity:0;position:absolute;inset:0}.table-template__column-link{width:100%;height:100%;color:inherit;text-decoration:none;display:block}.table-template__eye{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' style='width:1em;height:1em;vertical-align:middle;fill:currentColor;overflow:hidden' viewBox='0 0 1024 1024'%3E%3Cpath fill='%233c6ebd' d='M512 384a128 128 0 0 0-128 128 128 128 0 0 0 128 128 128 128 0 0 0 128-128 128 128 0 0 0-128-128m0 341.333A213.333 213.333 0 0 1 298.667 512 213.333 213.333 0 0 1 512 298.667 213.333 213.333 0 0 1 725.333 512 213.333 213.333 0 0 1 512 725.333M512 192c-213.333 0-395.52 132.693-469.333 320 73.813 187.307 256 320 469.333 320s395.52-132.693 469.333-320C907.52 324.693 725.333 192 512 192'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:24px 24px;width:48px;height:24px}.table-template__eye-link .btn-small{padding:6px 12px;font-size:12px}.table-template__header .table-template__eye{background:0 0}.table-template .has-sort{cursor:pointer}.table-template .has-sort:after{content:"";vertical-align:middle;border:5px solid #0000;border-top-color:#7a7a7a;width:0;margin-top:5px;margin-left:5px;display:inline-block}.table-template .has-sort.active:after{border-top:5px solid #3c6ebd}.table-template .has-sort.active.asc:after{border-top:5px solid #0000;border-bottom:5px solid #3c6ebd;margin-top:0;margin-bottom:5px;margin-right:5px}.table-template__actions{flex-wrap:wrap;gap:6px;display:flex}@media (width<=750px){.table-template{box-shadow:0 0 15px #00000026}.table-template__eye{background:0 0;order:2;width:100%;height:auto}.table-template__cell-name{color:#3c6ebd}.table-template__header{display:none}.table-template__row{flex-direction:column;align-items:start;gap:5px;display:flex}.table-template__cell-name{margin-right:10px;display:inline-block}.table-template__cell.has-column-link .table-template__column-link{display:inline}}
