.admin-portal{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1rem;height:100vh;padding:1rem 2rem}.admin-portal .visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.admin-portal .hidden-on-mobile{display:none}.admin-portal .hidden-on-desktop{display:block}.admin-portal__loader{height:auto}.admin-portal .no-matching-items{display:flex;justify-content:center;align-items:center;height:100%;padding:1rem;font-size:1.2rem;color:black}.admin-portal button:disabled{opacity:.5;cursor:not-allowed}.admin-portal .save-button{flex-shrink:1;align-self:flex-end;padding:.5rem 1rem;color:white;white-space:nowrap;background-color:var(--color-brand-purple);border-radius:.5rem}.admin-portal .save-button:disabled{background-color:var(--color-brand-gray);cursor:not-allowed}.admin-portal .header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.admin-portal .heading{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.admin-portal .heading h1{color:var(--color-brand-red);font-size:var(--type-font-size-4)}.admin-portal .filters__wrapper{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%}.admin-portal .filters{display:flex;justify-content:flex-start;align-items:center;gap:1rem;font-size:.875rem}.admin-portal .filters label{font-weight:600}.admin-portal .filters select{padding:.5rem 1rem;border:1px solid var(--color-brand-gray)}.admin-portal .bulk-actions,.admin-portal .bulk-actions__left{gap:1rem}.admin-portal .bulk-actions{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-radius:.5rem;background-color:#f4f4f5}.admin-portal .bulk-actions__left{display:flex;justify-content:center;align-items:center}.admin-portal .bulk-actions span{font-weight:600;font-size:.875rem}.admin-portal .bulk-actions__buttons{margin-right:auto}.admin-portal .bulk-actions__buttons select{padding:.4rem .8rem;border:1px solid var(--color-brand-gray);border-radius:.25rem;background-color:white}.admin-portal table,.admin-portal td,.admin-portal th,.admin-portal tr{border:1px solid var(--color-brand-gray)}.admin-portal td,.admin-portal th,.admin-portal tr{padding:.5rem 1rem}.admin-portal th{font-weight:600}.admin-portal td select{min-width:100%}.admin-portal .table__wrapper{position:relative;width:100%;max-height:80%;overflow-y:scroll}.admin-portal .table__wrapper:after{content:"";z-index:1;position:-webkit-sticky;position:sticky;bottom:0;left:0;display:block;width:100%;height:10%;background:linear-gradient(0deg,rgba(255,255,255,.6),transparent);pointer-events:none}.admin-portal table{position:relative;width:100%;text-align:left;border-collapse:collapse}.admin-portal thead{position:-webkit-sticky;position:sticky;top:0}.admin-portal thead tr{background-color:var(--color-brand-gray)!important}.admin-portal .td-checkbox{text-align:center;width:40px}.admin-portal tr:has(input[type=checkbox]:checked){color:#71717a;background-color:#e4e4e7}.admin-portal .pagination-container{display:flex;justify-content:center;margin-top:1.5rem;margin-bottom:1rem}.admin-portal .pagination{display:flex;align-items:center;gap:.75rem}.admin-portal .pagination__numbers{display:flex;align-items:center;gap:.5rem}.admin-portal .pagination__number{display:flex;justify-content:center;align-items:center;min-width:2rem;height:2rem;padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem;background-color:white;cursor:pointer}.admin-portal .pagination__number--active{color:white;background-color:var(--color-brand-purple);border-color:var(--color-brand-purple)}.admin-portal .pagination__ellipsis{color:var(--color-brand-gray);font-weight:700}.admin-portal .pagination__button{padding:.5rem 1rem;border-radius:.25rem;border:1px solid var(--color-brand-gray);background-color:white;cursor:pointer}.admin-portal .loading{color:var(--color-brand-purple)}.admin-portal .error,.admin-portal .loading{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem}.admin-portal .error{color:var(--color-brand-red)}.admin-portal .empty{display:flex;justify-content:center;align-items:center;height:50vh;font-size:1.2rem}@media only screen and (min-width:535px){.admin-portal .hidden-on-mobile{display:block}.admin-portal .hidden-on-desktop{display:none}.admin-portal .heading h1{font-size:var(--type-font-size-6)}.admin-portal .filters__wrapper{width:auto}.admin-portal .bulk-actions{flex-wrap:nowrap;gap:2rem}}@media only screen and (min-width:768px){.admin-portal{gap:2rem;padding:2rem 4rem}.admin-portal td,.admin-portal th,.admin-portal tr{padding:.25rem .5rem}}