.table{width:100%}.table__wrapper{width:100%;overflow:auto;border-radius:calc(var(--radius) * .25);border-width:1px;border-color:rgb(var(--table-border))}.table__wrapper div{max-height:calc(100vh - 300px)}@media (min-width:768px){.table{display:table;width:100%;overflow:auto}.table__header{display:table-header-group;background-color:rgb(var(--table-header-background));font-size:1rem!important;line-height:1.5!important;letter-spacing:-.02em!important}.table__header tr{border-bottom-width:1px;border-color:rgb(var(--table-border))}.table__body{display:table-row-group;background-color:white}.table__row{display:table-row;border-bottom-width:1px;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.table__row:last-child{border-bottom-width:0}.table__row{height:3rem;border-color:rgb(var(--table-border));background-color:rgb(var(--table-row))}.table__row:hover{background-color:var(--table-row-hover)}.table__row--header{height:3rem;background-color:rgb(var(--table-header-background))}.table__head{height:3rem;text-align:left;font-weight:600;color:rgb(var(--table-header-text))}.table__cell,.table__head{display:table-cell;padding:.75rem 1rem;vertical-align:middle}.table__cell{color:rgb(var(--table-row-text))}}@media (max-width:767px){.table{display:block}.table__header{display:none}.table__body{display:block}.table__row{margin-bottom:1rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));border-radius:calc(var(--radius) * .25);border-width:1px;border-color:rgb(var(--table-border));background-color:rgb(var(--table-row))}.table__row:last-child{margin-bottom:0}.table__head{display:none}.table__cell{display:flex;flex-direction:column;gap:6px;font-weight:400}.table__cell:first-child{grid-column:span 2/span 2}.table__cell:last-child{grid-column-start:2;display:block}.table__cell:before{content:attr(data-label);font-weight:600}.table__cell{padding:.75rem 1rem;color:rgb(var(--table-row-text))}}.table__caption{margin-bottom:.5rem;color:rgb(var(--table-header-text))}.no-access{width:640px;flex-direction:column;gap:1.5rem;border-radius:12px;border-width:1px;border-color:rgb(var(--stone-400));--tw-bg-opacity:1;background-color:rgb(var(--white)/var(--tw-bg-opacity,1))}.no-access,.no-access__icon-container{display:flex;align-items:center;justify-content:center;padding:2rem}.no-access__icon-container{border-radius:9999px;background-color:rgb(var(--no-access-icon-container))}.no-access__icon{color:rgb(var(--no-access-icon))}.no-access__text{text-align:center;font-size:1.125rem;line-height:1.5;letter-spacing:-.02em;font-weight:600;color:rgb(var(--grey-800))}.no-access__button{width:100%;--tw-bg-opacity:1;background-color:rgb(var(--no-access-button)/var(--tw-bg-opacity,1));font-weight:700}.no-access__button:hover{background-color:rgb(var(--no-access-button)/.8)}.companies-list{display:flex;height:calc(100vh - 64px);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-left:1rem;padding-right:1rem;padding-bottom:1.5rem}@media (min-width:640px){.companies-list{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1280px){.companies-list{padding-left:5rem;padding-right:5rem}}.companies-list__no-access{display:flex;width:100%;align-items:center;justify-content:center;padding-top:2.5rem}.companies-list__header{margin-top:3rem;margin-bottom:3rem;display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:1.5rem}@media (min-width:640px){.companies-list__header{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:0}}.companies-list__header-content{display:flex;flex-direction:column;gap:.5rem}.companies-list__title{font-size:28px!important;font-weight:700;color:rgb(var(--page-header-title))}.companies-list__subtitle{font-size:1.25rem!important;line-height:1.4!important;letter-spacing:-.02em!important;font-weight:600;color:rgb(var(--page-header-subtitle))}.companies-list__search{width:100%}@media (min-width:640px){.companies-list__search{width:400px}}.companies-list__content,.companies-list__table{width:100%}.companies-list__table-header{height:64px;background-color:rgb(var(--table-header-background))}.companies-list__table-head{position:sticky;top:0;z-index:10;background-color:rgb(var(--table-header-background))}.companies-list__table-body{width:100%;overflow-y:auto}.companies-list__table-row{width:100%}.companies-list__table-cell--name{font-weight:500}.companies-list__table-cell--date{font-weight:400}.companies-list__table-cell--action{text-align:right}.companies-list__empty{min-height:220px;width:100%;flex-direction:column;gap:1.5rem;background-color:rgb(var(--stone-300))}.companies-list__empty,.companies-list__empty-icon{display:flex;align-items:center;justify-content:center}.companies-list__empty-icon{width:80px;height:80px;border-radius:calc(var(--radius) * .25);background-color:rgb(var(--stone-600))}.companies-list__empty-icon-svg{--tw-text-opacity:1;color:rgb(var(--white)/var(--tw-text-opacity,1))}.companies-list__empty-text{font-size:1rem!important;line-height:1.5!important;letter-spacing:-.02em!important;font-weight:600;color:rgb(var(--stone-900))}