@import"https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Onest:wght@100..900&display=swap";.row{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:2rem}[class*=col-]{padding:32px}@media only screen and (max-width: 900px){[class*=col-]{padding:24px}}@media only screen and (max-width: 560px){[class*=col-]{padding:16px}}.col-1{width:calc(8.3333333333% - 2rem)}.col-2{width:calc(16.6666666667% - 2rem)}.col-3{width:calc(25% - 2rem)}.col-4{width:calc(33.3333333333% - 2rem)}.col-5{width:calc(41.6666666667% - 2rem)}.col-6{width:calc(50% - 2rem)}.col-7{width:calc(58.3333333333% - 2rem)}.col-8{width:calc(66.6666666667% - 2rem)}.col-9{width:calc(75% - 2rem)}.col-10{width:calc(83.3333333333% - 2rem)}.col-11{width:calc(91.6666666667% - 2rem)}.col-12{width:calc(100% - 2rem)}@media only screen and (max-width: 900px){.col-md-1{width:calc(8.3333333333% - 2rem)}.col-md-2{width:calc(16.6666666667% - 2rem)}.col-md-3{width:calc(25% - 2rem)}.col-md-4{width:calc(33.3333333333% - 2rem)}.col-md-5{width:calc(41.6666666667% - 2rem)}.col-md-6{width:calc(50% - 2rem)}.col-md-7{width:calc(58.3333333333% - 2rem)}.col-md-8{width:calc(66.6666666667% - 2rem)}.col-md-9{width:calc(75% - 2rem)}.col-md-10{width:calc(83.3333333333% - 2rem)}.col-md-11{width:calc(91.6666666667% - 2rem)}.col-md-12{width:calc(100% - 2rem)}.hide-md{display:none}}@media only screen and (max-width: 560px){.col-sm-1{width:calc(8.3333333333% - 2rem)}.col-sm-2{width:calc(16.6666666667% - 2rem)}.col-sm-3{width:calc(25% - 2rem)}.col-sm-4{width:calc(33.3333333333% - 2rem)}.col-sm-5{width:calc(41.6666666667% - 2rem)}.col-sm-6{width:calc(50% - 2rem)}.col-sm-7{width:calc(58.3333333333% - 2rem)}.col-sm-8{width:calc(66.6666666667% - 2rem)}.col-sm-9{width:calc(75% - 2rem)}.col-sm-10{width:calc(83.3333333333% - 2rem)}.col-sm-11{width:calc(91.6666666667% - 2rem)}.col-sm-12{width:calc(100% - 2rem)}.hide-sm{display:none}}*{padding:0;margin:0;box-sizing:border-box;font-family:Onest,sans-serif}html{scroll-behavior:smooth;overflow-x:hidden;scroll-padding-top:8rem}body{width:100%;height:100%;font-family:Onest,sans-serif;overflow-x:hidden!important}input,textarea,select,button{font-family:Onest,sans-serif}button{background:transparent}a{text-decoration:none;color:inherit}.fadeIn{animation:fadeIn .35s forwards}.fade-opacity{animation:fadeIn var(--transition-1) forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mat-mdc-menu-panel{border-radius:7px!important;background-color:#fff!important}.mat-mdc-menu-panel button{color:#333!important}.mat-mdc-menu-item{padding:.5rem!important;min-height:1rem!important}.mat-mdc-menu-item-text{font-family:Onest,sans-serif!important;font-size:.9rem!important;font-weight:500!important}.mat-mdc-dialog-container .mdc-dialog__surface{background-color:#fff!important}::ng-deep .mat-mdc-form-field{width:100%!important;height:45px!important;margin-bottom:1rem!important}.login-button{flex:1;padding:.75rem;background-color:#0e3b2e;color:#fff;border:none;border-radius:7px;font-size:.9rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:1rem}.login-button:hover{background-color:#e9c46a}.btn-lg{width:100%;margin-top:1rem}.loader{width:20px;height:20px;border:2px solid #fff;border-radius:50%;display:inline-block;position:relative;box-sizing:border-box;animation:rotation 1s linear infinite}.loader:after{content:"";box-sizing:border-box;position:absolute;left:0;top:0;background:#1f5c4a;width:8px;height:8px;transform:translate(-50%,50%);border-radius:50%}.page-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;border-bottom:1px solid rgba(58,42,34,.15);padding-bottom:1rem}@media only screen and (max-width: 900px){.page-header{padding:1rem 0}}@media only screen and (max-width: 560px){.page-header{flex-wrap:wrap}}.page-header h1{margin:0 0 15px;font-size:2rem;color:#1c1b1a}@media only screen and (max-width: 900px){.page-header h1{font-size:1.75rem}}@media only screen and (max-width: 560px){.page-header h1{font-size:1.5rem}}.page-header p{color:#6f6a67}.page-header .header-actions{display:flex;gap:1rem}.page-header .btn{flex-shrink:0}@media only screen and (max-width: 900px){.page-header .btn{width:max-content}}@media only screen and (max-width: 560px){.page-header .btn{width:100%;display:flex;align-items:center;justify-content:center}}.filters-section{background:linear-gradient(135deg,rgba(14,59,46,.05) 0%,rgba(244,162,97,.05) 100%);border-radius:8px;padding:1rem;border:1px solid rgba(14,59,46,.1)}@media only screen and (max-width: 560px){.filters-section{padding:.8rem}}.search-bar{display:flex;align-items:center;gap:12px;background:white;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;margin-bottom:1rem;transition:all .3s ease}@media only screen and (max-width: 900px){.search-bar{margin-bottom:24px}}.search-bar:focus-within{border-color:#0e3b2e;box-shadow:0 0 0 3px #0e3b2e1a}.search-bar i{color:#9ca3af;font-size:16px}.search-bar input{flex:1;border:none;outline:none;font-size:14px;color:#1f2937}.search-bar input::placeholder{color:#9ca3af}.filter-controls{display:flex;align-items:flex-end;justify-content:flex-start;gap:1rem}@media only screen and (max-width: 900px){.filter-controls{flex-wrap:wrap}}.filter-controls .filter-group{flex:1;display:flex;flex-direction:column;gap:8px}.filter-controls .filter-group label{font-size:13px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.5px}.filter-controls .filter-group select,.filter-controls .filter-group input[type=date]{padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:white;color:#1f2937;font-size:14px;cursor:pointer;transition:all .3s ease}.filter-controls .filter-group select:hover,.filter-controls .filter-group input[type=date]:hover{border-color:#d1d5db}.filter-controls .filter-group select:focus,.filter-controls .filter-group input[type=date]:focus{outline:none;border-color:#0e3b2e;box-shadow:0 0 0 3px #0e3b2e1a}.results-info{font-size:14px;color:#6b7280}.results-info strong{color:#1f2937;font-weight:600}.table-container{background:white;border-radius:8px;border:1px solid #e5e7eb;overflow-x:auto;overflow-y:hidden;transition:box-shadow .3s ease;-ms-overflow-style:none;scrollbar-width:none}.table-container:hover{box-shadow:0 4px 12px #00000014}.table-container::-webkit-scrollbar{display:none}@media only screen and (max-width: 900px){.table-container{border-radius:8px 8px 0 0}}.pagination-container{display:flex;justify-content:space-between;align-items:center;gap:32px;flex-wrap:wrap}@media only screen and (max-width: 900px){.pagination-container{gap:24px}}@media only screen and (max-width: 560px){.pagination-container{gap:16px;justify-content:center}}.items-per-page{display:flex;align-items:center;gap:12px}@media only screen and (max-width: 560px){.items-per-page{width:100%;justify-content:center}}.items-per-page label{font-size:14px;font-weight:600;color:#374151;white-space:nowrap}.items-per-page select{padding:8px 12px;border:1px solid #e5e7eb;border-radius:8px;background:white;color:#1f2937;font-size:14px;cursor:pointer;transition:all .3s ease}.items-per-page select:hover{border-color:#d1d5db}.items-per-page select:focus{outline:none;border-color:#0e3b2e;box-shadow:0 0 0 3px #0e3b2e1a}.pagination{display:flex;align-items:center;gap:8px}@media only screen and (max-width: 560px){.pagination{flex-wrap:wrap;justify-content:center}}.pagination .btn-nav,.pagination .btn-page{min-width:36px;height:36px;padding:0 12px;display:flex;align-items:center;justify-content:center;font-size:13px;border-radius:4px;border:1px solid #e5e7eb;background:white;color:#1f2937;cursor:pointer;font-weight:600;transition:all .2s ease}@media only screen and (max-width: 560px){.pagination .btn-nav,.pagination .btn-page{min-width:32px;height:32px;padding:0 8px;font-size:12px}}.pagination .btn-nav.active,.pagination .btn-page.active{background:linear-gradient(135deg,#0e3b2e 0%,#f4a261 100%);color:#fff;border-color:transparent}.pagination .btn-nav.active:hover:not(:disabled),.pagination .btn-page.active:hover:not(:disabled){transform:none;box-shadow:0 2px 8px #0e3b2e4d}.pagination .btn-nav:hover:not(:disabled):not(.active),.pagination .btn-page:hover:not(:disabled):not(.active){background:#e5e7eb;border-color:#d1d5db}.pagination .btn-nav:disabled,.pagination .btn-page:disabled{opacity:.5;cursor:not-allowed}.pagination .pagination-ellipsis{padding:0 4px;color:#9ca3af;font-weight:600;-webkit-user-select:none;user-select:none}.page-info{font-size:14px;color:#6b7280;font-weight:500;white-space:nowrap}@media only screen and (max-width: 560px){.page-info{width:100%;text-align:center;font-size:13px}}.page-info strong{color:#1f2937;font-weight:700}.btn{padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;text-decoration:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-primary{background:linear-gradient(135deg,#0e3b2e 0%,#f4a261 100%);color:#fff}.btn.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0e3b2e4d}.btn.btn-secondary{background:#f3f4f6;color:#1f2937;border:1px solid #e5e7eb}.btn.btn-secondary:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px;color:#9ca3af}@media only screen and (max-width: 900px){.empty-state{padding:72px}}@media only screen and (max-width: 560px){.empty-state{padding:48px}}.empty-state i{font-size:48px;margin-bottom:16px;opacity:.5}.empty-state h3{font-size:18px;font-weight:700;color:#6b7280;margin:0 0 8px}.empty-state p{font-size:14px;margin:0}
