@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;overflow:hidden}body{font-family:Inter,Roboto,Helvetica,Arial,sans-serif;background-color:#f3f4f6;color:#1f2937;line-height:1.5;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}p{margin:0}a{color:#2563eb;text-decoration:none}a:hover{text-decoration:underline}input,button,textarea,select{font-family:inherit}.text-center{text-align:center}.full-height{min-height:100vh}.card{background-color:#fff;border-radius:6px;box-shadow:0 2px 10px #0000001a;padding:16px;border:1px solid #d1d5db;display:flex;flex-direction:column}.card__title-container{display:flex;justify-content:center;align-items:center;gap:8px}.card__title-container__icon{margin-right:8px;font-size:1.5rem!important;color:#1f2937}.card__title-container__title{font-size:1.2rem!important;font-weight:600!important;text-align:center}.card__content{margin-top:2px!important;font-size:.9rem!important;padding:16px}.card__button-container{margin-top:auto!important;margin:0 15px}.parent-container{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:12px;max-height:100vh;overflow-y:auto;padding:16px}.parent-container__title{font-size:32px!important;font-weight:700!important;color:#1f2937;padding:8px 0 0 10px}.parent-container__content{flex:1;padding:16px}.parent-container__content>div:first-child{margin-bottom:20px}.parent-container__content .actions-row{display:flex;flex-direction:row;justify-content:space-between;gap:16px}.parent-container__content .sticky-table{max-height:67vh;overflow-y:auto}.parent-container__content .sticky-table .MuiTableContainer-root{border-radius:6px;box-shadow:none;border:1px solid #f3f4f6;overflow:hidden}.parent-container__content .sticky-table .MuiTable-root{min-width:650px}.parent-container__content .sticky-table .MuiTableHead-root{background-color:#f3f4f6}.parent-container__content .sticky-table .MuiTableCell-head{font-weight:600;font-size:14px;color:#1f2937;padding:12px 16px;border-bottom:1px solid #f3f4f6;white-space:nowrap}.parent-container__content .sticky-table .MuiTableCell-body{font-size:14px;color:#1f2937;padding:12px 16px;border-bottom:1px solid #f3f4f6}.parent-container__content .sticky-table .MuiTableFooter-root{position:sticky;bottom:0;z-index:2;background-color:#fff}.parent-container__content .sticky-table .MuiTableCell-footer{border-bottom:none!important}.parent-container__content .sticky-table .text-center{text-align:center}.parent-container__content .sticky-table .text-right{text-align:right}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#00000026;border-radius:4px}::-webkit-scrollbar-track{background:transparent}input::-ms-reveal,input::-ms-clear{display:none}.dashboard-container{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:12px;max-height:100vh;overflow-y:auto}.dashboard-container__header{background:linear-gradient(135deg,#fabb5b,#e6f2fe 65%,#216ad8);border-radius:12px;margin:32px 26px 26px;padding:24px;display:flex;flex-direction:column;justify-content:space-between}.dashboard-container__content{flex:1;padding:16px}.dashboard-container__footer{padding:16px;text-align:center;font-size:12px;color:#888}.dashboard-container__footer img{width:40px;height:auto;margin-top:8px}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner{border:4px solid rgba(0,0,0,.1);border-top:4px solid #4f46e5;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}.loading-text{margin-top:8px;font-size:.9rem;color:#4b5563}@keyframes spin{to{transform:rotate(360deg)}}
