@keyframes placeholderShimmer{0%{background-position:-500px 0}to{background-position:500px 0}}@keyframes blink{50%{fill:transparent;transform:translateY(-2px)}}@keyframes search{0%{transform:rotate(0) translate(-5px) rotate(0)}to{transform:rotate(360deg) translate(-5px) rotate(-360deg)}}@keyframes line{0%{transform:scaleX(1)}25%,to{transform:scaleX(0)}}@keyframes move{0%{transform:translate(-150%,-50%)}to{transform:translate(150%,-50%)}}@keyframes beat{0%,to{transform:scale(.8)}50%{transform:scale(1.2)}}@keyframes cursorBlink{0%,to{color:transparent}50%{color:#383634}}@keyframes clockWise{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}@keyframes antiClockWise{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes shimmer{0%{background-position:200% center}to{background-position:-200% center}}.request-list-table{padding:20px 40px;background-color:#f9f9f9;min-height:calc(100vh - 60px)}.request-list-table .table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.request-list-table .table-header h2{margin:0;font-size:20px;font-weight:600;color:#25282c}.request-list-table .table-controls{background-color:#fff;border:1px solid #e1e2e3;border-radius:6px 6px 0 0;padding:16px 20px;display:flex;justify-content:flex-end}.request-list-table .table-controls .search-box{width:300px}.request-list-table .table-controls .search-box .ant-input-affix-wrapper{border-radius:4px}.request-list-table .table-controls .search-box .ant-input-affix-wrapper .ant-input{font-size:13px}.request-list-table .table-controls .search-box .ant-input-affix-wrapper .anticon{color:#525960}.request-list-table .table-container{background-color:#fff;border-left:1px solid #e1e2e3;border-right:1px solid #e1e2e3}.request-list-table .table-container .ant-table .ant-table-thead>tr>th{border-bottom:1px solid #e1e2e3;font-size:13px;font-weight:600;color:#25282c;padding:12px 16px}.request-list-table .table-container .ant-table .ant-table-thead>tr>th:before{display:none}.request-list-table .table-container .ant-table .ant-table-tbody>tr>td{border-bottom:1px solid #e1e2e3;padding:16px;font-size:13px;color:#3c4047}.request-list-table .table-container .ant-table .ant-table-tbody>tr:hover>td{background-color:#f9f9f9}.request-list-table .table-container .ant-table .ant-tag{border-radius:4px;padding:2px 7px;font-size:13px;font-weight:600;border:none}.request-list-table .table-container .ant-table .ant-tag.ant-tag-success{background-color:#d7fdd7;color:#22a121}.request-list-table .table-container .ant-table .ant-tag.ant-tag-processing{background-color:#0a80d51f;color:#0084e2}.request-list-table .table-container .ant-table .ant-tag.ant-tag-warning{background-color:#ec72001f;color:#ec7200}.request-list-table .table-container .ant-table .ant-tag.ant-tag-error{background-color:#ff2a221f;color:#ff2a22}.request-list-table .table-container .action-menu-btn{background:none;border:none;cursor:pointer;padding:4px 8px;color:#525960;font-size:16px;transition:all .3s ease}.request-list-table .table-container .action-menu-btn:hover{color:var(--brandColor);background-color:#f9f9f9;border-radius:4px}.request-list-table .table-footer{background-color:#fff;border:1px solid #e1e2e3;border-radius:0 0 6px 6px;padding:12px 20px;display:flex;justify-content:space-between;align-items:center}.request-list-table .table-footer .footer-left,.request-list-table .table-footer .footer-right{display:flex;align-items:center;gap:12px}.request-list-table .table-footer .items-per-page-label,.request-list-table .table-footer .items-info,.request-list-table .table-footer .pages-info{font-size:13px;color:#3c4047}.request-list-table .table-footer .ant-select .ant-select-selector{border-radius:4px;font-size:13px}.request-list-table .table-footer .pagination-btn{background:none;border:1px solid #e1e2e3;border-radius:4px;padding:4px 8px;cursor:pointer;color:#525960;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.request-list-table .table-footer .pagination-btn:hover:not(:disabled){color:var(--brandColor);border-color:var(--brandColor)}.request-list-table .table-footer .pagination-btn:disabled{cursor:not-allowed;opacity:.4}.request-list-table .table-footer .pagination-btn i{font-size:12px}@media(max-width:1024px){.request-list-table{padding:16px 20px}.request-list-table .table-footer{flex-direction:column;gap:12px;align-items:stretch}.request-list-table .table-footer .footer-left,.request-list-table .table-footer .footer-right{justify-content:center}}@media(max-width:768px){.request-list-table{padding:12px 16px}.request-list-table .table-header{flex-direction:column;gap:12px;align-items:flex-start}.request-list-table .table-header button,.request-list-table .table-controls .search-box{width:100%}}
