@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--button-bg: rgb(211, 226, 224);--button-hover-bg: rgb(191, 207, 205);--button-disabled-bg: rgb(175, 190, 188);--error-bg: rgb(255, 230, 230);--error-text: rgb(168, 50, 50);--surface: #ffffff;--surface-2: #f8fafb;--text: #1f2937;--muted: #6b7280;--border: #e5e7eb;--ring: #a7f3d0;--shadow: 0 12px 40px rgba(2, 6, 23, .18)}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%}.formBar{width:100%;height:100px;gap:20px;padding:20px;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--button-bg)}.normalButton{font-family:Poppins,sans-serif;font-size:12px;font-weight:100;cursor:pointer;height:30px;padding:0 16px;border:none;border-radius:3px;background-color:var(--button-bg);color:#333;transform:translateY(11px);transition:all .2s ease-in-out;display:flex;justify-content:center;align-items:center;gap:10px}.normalButton:hover{background-color:var(--button-hover-bg)}body,html{margin:0;padding:0;font-family:Poppins,sans-serif;background-color:#f9f9f9}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.login-form{background:#fff;padding:2rem 2.5rem;border-radius:10px;box-shadow:0 0 12px #0000000f;width:100%;max-width:400px;border:1px solid #f0f0f0}.login-title{text-align:center;font-size:1.6rem;color:#d3e2e0;margin-bottom:1.5rem}.login-input{width:100%;padding:.65rem .8rem;margin-bottom:1.1rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;transition:border .2s ease}.login-input:focus{outline:none;border-color:var(--button-bg)}.login-button{width:100%;padding:.7rem;background-color:var(--button-bg);color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s ease}.login-button:hover{background-color:var(--button-hover-bg)}.login-button:disabled{background-color:var(--button-disabled-bg);cursor:not-allowed}.error-message{color:var(--error-text);font-size:.9rem;text-align:left}.bottom-error{text-align:center}.form{display:flex;flex-direction:column;gap:1.25rem}.section{background:var(--panel-bg, #fff);border:1px solid var(--panel-border, #e5e7eb);border-radius:12px;padding:1rem}.section-title{font-weight:600;margin-bottom:.75rem}.grid.two-col{display:grid;gap:.75rem 1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.field{margin-bottom:10px;display:flex;flex-direction:column;gap:.35rem}.label{font-size:.9rem;color:#333}.input,.select{padding:.6rem .7rem;border:1px solid #d1d5db;border-radius:8px;outline:none}.input:focus,.select:focus{border-color:var(--button-bg)}.input-error{border-color:#e11d48}.error-text{color:#b91c1c;font-size:.8rem}.checkbox{display:inline-flex;align-items:center;gap:.5rem;margin-right:50px}.actions{margin:20px 0;display:flex;justify-content:flex-end;gap:.75rem}.modal-backdrop{position:fixed;inset:0;background:#00000059;display:grid;place-items:center;padding:1rem;z-index:50}.modal{width:min(950px,100%);background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001f;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:.9rem 1rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.1rem;font-weight:600}.modal-body{padding:1rem;max-height:75vh;overflow:auto}.icon-button{font-size:1.2rem;line-height:1;background:transparent;border:0;cursor:pointer}.table-container{margin-bottom:20px;overflow-x:hidden;box-shadow:0 4px 12px #00000014;border:1px solid #e0e0e0;position:relative;scrollbar-gutter:stable;height:fit-content;max-height:1000px}.data-table{width:100%;border-collapse:collapse;font-family:Poppins,sans-serif;font-size:10px;color:#333;text-align:left;background-color:#fff;position:relative}.data-table thead{position:sticky;top:0;background-color:#f5f5f5;z-index:2;font-weight:600;text-transform:uppercase;font-size:10px;color:#444;letter-spacing:.05em}.data-table th,.data-table td{padding:12px 20px;border-bottom:1px solid #e6e6e6}.data-table tbody tr:nth-child(2n){background-color:#fafafa}.data-table tbody tr:hover{background-color:#eef6ff}.table-container::-webkit-scrollbar{width:8px}.table-container::-webkit-scrollbar-thumb{background:var(--button-bg);border-radius:4px}.table-container::-webkit-scrollbar-thumb:hover{background:var(--button-hover-bg)}.action-icon-button{background-color:transparent;border:none;font-size:14px;cursor:pointer;border-radius:4px;color:#333;transition:all .3s ease;padding:0 5px}.action-icon-button:hover{color:var(--button-bg)}.no-data{width:100%;padding:40px 0;text-align:center;font-family:Poppins,sans-serif;color:#888;font-size:14px;font-weight:500}.pagination-controls{display:flex;justify-content:center;align-items:center;gap:20px;padding-top:20px}.page-info{font-size:12px;font-family:Poppins,sans-serif;font-weight:100;color:#333}.pagination-buttons{color:#333;margin:0;background-color:var(--button-bg)}.pagination-buttons:hover{background-color:var(--button-hover-bg)}.pagination-buttons:disabled{background-color:#f0f0f0;cursor:not-allowed}.search-dropdown{height:30px;padding:0 16px}.recordPerPage{transform:translateY(11px)}.actionButtons{cursor:pointer;margin-right:30px;padding:8px 16px;display:flex;align-items:center;gap:15px;border-radius:3px;border:none;transition:all .2s ease-in-out;font-family:Poppins,sans-serif;font-size:12px}.filterInput{height:30px;border-radius:3px;border:1px solid var(--button-bg);font-family:Poppins,sans-serif;font-size:11px;padding-left:10px}.mainBackground{width:100%;display:flex;flex-direction:column}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.mainSidePanel{position:fixed;width:60px;height:100vh;z-index:10;display:flex;flex-direction:column;justify-content:space-between;background-color:#f5f5f5;transition:all .3s ease-in-out;box-shadow:2px 0 10px #0000001a;font-family:Poppins,sans-serif;overflow:hidden}.mainSidePanel.open{width:240px}.sidePanelInnerDiv{display:flex;flex-direction:column;padding:15px;gap:10px}.toggleSidePanelButton{width:30px;height:30px;margin-bottom:15px;cursor:pointer;background-color:transparent;border:none;transition:all .3s ease-in-out;border-radius:3px}.toggleSidePanelButton:hover{color:#fff;background-color:var(--button-hover-bg)}.mainLink{text-decoration:none;color:#333;cursor:pointer;display:flex;height:30px;width:30px;font-size:14px;align-items:center;flex-shrink:0;transition:all .3s ease-in-out;gap:15px;border-radius:5px}.mainLink.open{width:210px}.mainLink.active{background-color:var(--button-bg)}.caretDiv{justify-content:space-between}.iconAndTextWrapper{display:flex;align-items:center;gap:15px}.dropdownMainLink.active{background-color:transparent;color:#333}.companyName{margin-bottom:50px}.navButtons:hover{background-color:var(--button-hover-bg)}.iconDiv{height:30px;display:flex;align-items:center}.iconimg{width:30px;height:30px;border-radius:50px;object-fit:contain}.icons{width:30px}.mainLinkText{white-space:nowrap;overflow:hidden;opacity:0;transition:opacity .3s ease-in-out,width .3s ease-in-out;transition:all .3s ease-in-out;width:auto;font-weight:100}.mainLink.open .mainLinkText{opacity:1;width:auto}.dropdownLinks{transform:scaleY(0);transform-origin:top;opacity:0;transition:transform .2s ease-in-out,opacity .2s ease-in-out,max-height .4s ease-in-out;display:flex;flex-direction:column;gap:5px;overflow:hidden;max-height:0;transform:translateY(-5px)}.dropdownLinks.open{max-height:500px;transform:scaleY(1);opacity:1;transform:translateY(5px)}.caret-icon{transition:transform .3s ease-in-out}.caret-icon.open{transform:rotate(180deg)}.topBar{position:fixed;background-color:#fff;box-shadow:0 4px 10px #00000026;height:50px;width:calc(100% - 60px);margin-left:60px;transition:all .3s ease-in-out;display:flex;justify-content:space-between;align-items:center;font-family:Poppins,sans-serif;padding:0 25px;z-index:10}.topBar.open{width:calc(100% - 240px);margin-left:240px}.topBarInnerDivs{display:flex}.currentPageDisplay{font-weight:600}.todaysDate{display:flex;align-items:center;color:#b6b6b6;font-size:13px}.actionButtonsDiv{display:flex;align-items:center;gap:20px}.actionButtonLink{cursor:pointer;border:none;background-color:transparent;text-decoration:none;color:#b6b6b6}.actionButtonLink:hover{color:#9e9e9e}.lineBetween{color:#b6b6b6;width:50px;display:flex;justify-content:center;align-items:center}.personalSettings{display:flex}.personalIcon{width:40px;height:40px;border-radius:50px;object-fit:contain}.personalDetails{font-size:12px;display:flex;flex-direction:column;justify-content:center;padding-left:10px;color:#b6b6b6}.outletDisplay{padding-top:50px;margin-left:60px;width:calc(100% - 60px);transition:all .3s ease-in-out}.outletDisplay.open{margin-left:240px;width:calc(100% - 240px)}
