{"version":3,"sources":["style.scss"],"names":[],"mappings":"AAAA,kBACE,OAGE,+BAAgC,CADhC,sBAAuB,CADvB,UAGF,CACA,oBAIE,cAAe,CAEf,eAAgB,CAChB,yBAA2B,CAF3B,kBAAmB,CAHnB,eAAgB,CAChB,qBAKF,CACA,oCACE,oBAEE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,oCACE,oBAEE,kBAAmB,CAEnB,eAAgB,CAChB,wBAA0B,CAF1B,oBAGF,CACF,CACA,gBAGE,oDAAqD,CACrD,eAAgB,CAFhB,eAAgB,CADhB,qBAIF,CACA,UAEE,kDAAmD,CADnD,mBAEF,CACA,gBACE,uBACF,CACA,gBACE,eACF,CACA,mBACE,+CACF,CACA,gBACE,qBAAsB,CACtB,iDACF,CACA,kCACE,2CACF,CACA,0CACE,kDACF,CACA,+HACE,gDACF,CACA,gBACE,UACF,CACA,uCACE,yBACE,YACF,CACA,iFAGE,aACF,CACA,4BACE,iBACF,CACA,uCACE,eACF,CACA,4BAEE,kBAAmB,CADnB,iBAAkB,CAElB,yBACF,CACA,mCACE,wBAAyB,CACzB,aAAc,CACd,eAAgB,CAChB,sBACF,CACA,wCACE,cACF,CACF,CACA,kBAIE,gCAAiC,CAHjC,aAAc,CAEd,eAAgB,CADhB,UAGF,CACA,0CAEE,kBACF,CACA,uCACE,sBAIE,gCAAiC,CAHjC,aAAc,CAEd,eAAgB,CADhB,UAGF,CACA,kDAEE,kBACF,CACF,CACA,uCACE,sBAIE,gCAAiC,CAHjC,aAAc,CAEd,eAAgB,CADhB,UAGF,CACA,kDAEE,kBACF,CACF,CACA,wCACE,sBAIE,gCAAiC,CAHjC,aAAc,CAEd,eAAgB,CADhB,UAGF,CACA,kDAEE,kBACF,CACF,CACA,wCACE,sBAIE,gCAAiC,CAHjC,aAAc,CAEd,eAAgB,CADhB,UAGF,CACA,kDAEE,kBACF,CACF,CACA,oBAME,cAAe,CAJf,oBAAqB,CAErB,cAAe,CAHf,iBAAkB,CAIlB,qBAAsB,CAFtB,aAIF,CACA,qDAIE,iCAAkC,CAClC,kCAAmC,CAJnC,UAAW,CAEX,aAAe,CADf,iBAAkB,CAIlB,8BACF,CACA,2BAEE,oDAAqD,CADrD,OAEF,CACA,0BAEE,iDAAkD,CADlD,QAEF,CAIA,kGACE,UACF,CACA,eACE,4CACF,CACA,sCACE,wBACF,CACA,qBAEE,0BAA4B,CAD5B,yBAEF,CACA,qBACE,SACF,CACA,mBACE,UACF,CACF","file":"style.css","sourcesContent":["@layer components {\n  .table {\n    width: 100%;\n    margin-bottom: 1.875rem;\n    color: var(--color-text-default);\n  }\n  .table td,\n  .table th {\n    padding: 1.25rem;\n    vertical-align: middle;\n    font-size: 1rem;\n    line-height: 1.5rem;\n    font-weight: 400;\n    letter-spacing: -0.00625rem;\n  }\n  @media screen and (min-width: 768px) {\n    .table td,\n    .table th {\n      font-size: 1.125rem;\n      line-height: 1.625rem;\n      font-weight: 400;\n      letter-spacing: -0.0125rem;\n    }\n  }\n  @media screen and (min-width: 992px) {\n    .table td,\n    .table th {\n      font-size: 1.125rem;\n      line-height: 1.625rem;\n      font-weight: 400;\n      letter-spacing: -0.0125rem;\n    }\n  }\n  .table thead th {\n    vertical-align: bottom;\n    text-align: left;\n    border-bottom: 2px solid var(--color-border-contrast);\n    font-weight: 700;\n  }\n  .table tr {\n    line-height: 1.25rem;\n    border-bottom: 1px solid var(--color-border-strong);\n  }\n  .table thead > tr {\n    border-bottom-width: 2px;\n  }\n  .table tbody > th {\n    font-weight: 400;\n  }\n  .table tbody + tbody {\n    border-top: 2px solid var(--color-border-strong);\n  }\n  .table > tfoot > tr {\n    border-bottom-width: 0;\n    border-top: 2px solid var(--color-border-contrast);\n  }\n  .table > tfoot > tr:not(:first-child) {\n    border-top-color: var(--color-border-strong);\n  }\n  .table--striped tbody tr:nth-of-type(odd) {\n    background-color: var(--color-background-secondary);\n  }\n  .table--striped.background-secondary tbody tr:nth-of-type(odd), .background-secondary .table--striped tbody tr:nth-of-type(odd) {\n    background-color: var(--color-background-primary);\n  }\n  .table--compact {\n    width: auto;\n  }\n  @media screen and (max-width: 991.98px) {\n    .table--responsive thead {\n      display: none;\n    }\n    .table--responsive tbody,\n    .table--responsive tbody tr,\n    .table--responsive tbody td {\n      display: block;\n    }\n    .table--responsive tbody tr {\n      padding: 0.625rem 0;\n    }\n    .table--responsive tbody tr:last-child {\n      margin-bottom: 0;\n    }\n    .table--responsive tbody td {\n      padding: 1.25rem 0;\n      border-bottom: none;\n      text-align: left !important;\n    }\n    .table--responsive tbody td:before {\n      content: attr(data-label);\n      display: block;\n      font-weight: 700;\n      margin-bottom: 0.3125rem;\n    }\n    .table--responsive tbody td:first-child {\n      padding-left: 0;\n    }\n  }\n  .table-scrollable {\n    display: block;\n    width: 100%;\n    overflow-x: auto;\n    -webkit-overflow-scrolling: touch;\n  }\n  .table-scrollable td,\n  .table-scrollable th {\n    white-space: nowrap;\n  }\n  @media screen and (max-width: 767.98px) {\n    .table-scrollable--sm {\n      display: block;\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n    .table-scrollable--sm td,\n    .table-scrollable--sm th {\n      white-space: nowrap;\n    }\n  }\n  @media screen and (max-width: 991.98px) {\n    .table-scrollable--md {\n      display: block;\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n    .table-scrollable--md td,\n    .table-scrollable--md th {\n      white-space: nowrap;\n    }\n  }\n  @media screen and (max-width: 1239.98px) {\n    .table-scrollable--lg {\n      display: block;\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n    .table-scrollable--lg td,\n    .table-scrollable--lg th {\n      white-space: nowrap;\n    }\n  }\n  @media screen and (max-width: 1379.98px) {\n    .table-scrollable--xl {\n      display: block;\n      width: 100%;\n      overflow-x: auto;\n      -webkit-overflow-scrolling: touch;\n    }\n    .table-scrollable--xl td,\n    .table-scrollable--xl th {\n      white-space: nowrap;\n    }\n  }\n  .table__sort-button {\n    position: relative;\n    display: inline-block;\n    width: 1.25rem;\n    height: 1.25rem;\n    vertical-align: bottom;\n    cursor: pointer;\n  }\n  .table__sort-button::before, .table__sort-button::after {\n    content: \"\";\n    position: absolute;\n    left: 0.3125rem;\n    border-left: 5px solid transparent;\n    border-right: 5px solid transparent;\n    transition: opacity 0.1s ease 0s;\n  }\n  .table__sort-button::before {\n    top: 4px;\n    border-bottom: 5px solid var(--color-border-contrast);\n  }\n  .table__sort-button::after {\n    top: 12px;\n    border-top: 5px solid var(--color-border-contrast);\n  }\n  [aria-sort=descending] .table__sort-button::before {\n    opacity: 0.3;\n  }\n  [aria-sort=ascending] .table__sort-button::after {\n    opacity: 0.3;\n  }\n  .table__subrow {\n    background-color: var(--color-surface-subtle);\n  }\n  .table button[aria-expanded=true] > svg {\n    transform: rotate(180deg);\n  }\n  .table__cell--expand {\n    padding-top: 4px !important;\n    padding-bottom: 0 !important;\n  }\n  .table__cell--shrink {\n    width: 0.1%;\n  }\n  .table__cell--fill {\n    width: 100%;\n  }\n}"]}