:root{--pc-blue-900: #0a4d9d;--pc-blue-700: #1f6feb;--pc-gray-50: #f8f9fa;--pc-gray-100: #e9ecef;--pc-gray-400: #adb5bd;--pc-gray-600: #6c757d;--pc-gray-900: #343a40;--pc-white: #ffffff;--pc-shadow: 0 18px 45px rgba(10, 77, 157, .14);--pc-radius: 8px;--pc-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--pc-gray-900);font-family:var(--pc-font);background:var(--pc-white);text-rendering:optimizeLegibility}a{color:inherit}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.orders-date-range{position:relative;min-width:220px}.orders-date-range__trigger{width:100%;min-height:31px;padding:0 10px;color:#344054;text-align:left;border:1px solid #c8d7ea;border-radius:7px;background:#f8fbff}.orders-date-range__panel{position:absolute;z-index:30;top:40px;left:0;width:292px;padding:12px;border:1px solid #c8dcff;border-radius:16px;background:#fff;box-shadow:0 22px 50px #0f172a2e}.orders-date-range__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;color:#172033;text-transform:capitalize}.orders-date-range__top button,.orders-date-range__done{cursor:pointer;border:0;border-radius:999px;background:#eef6ff;color:#1f6feb}.orders-date-range__top button{width:30px;height:30px;font-size:1.2rem}.orders-date-range__week,.orders-date-range__grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.orders-date-range__week{margin-bottom:6px;color:#7b8798;font-size:.72rem}.orders-date-range__grid button{position:relative;min-height:34px;color:#344054;border:0;background:transparent;border-radius:0;cursor:pointer}.orders-date-range__grid button.is-muted{color:#b5bfcd}.orders-date-range__grid button.is-today{font-weight:800}.orders-date-range__grid button.is-in-range{background:#d9ebff;color:#0f4fa8}.orders-date-range__grid button.is-start,.orders-date-range__grid button.is-end{background:#1f6feb;color:#fff;font-weight:800}.orders-date-range__grid button.is-start{border-radius:999px 0 0 999px}.orders-date-range__grid button.is-end{border-radius:0 999px 999px 0}.orders-date-range__grid button.is-start.is-end{border-radius:999px}.orders-date-range__done{width:100%;min-height:32px;margin-top:10px;font-weight:700}@media(max-width:720px){.orders-date-range__panel{left:auto;right:0}}.orders-pagination{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:18px;color:#536275;font-size:.88rem}.orders-pagination>div{display:inline-flex;align-items:center;gap:10px;padding:6px;border:1px solid #d8e7fb;border-radius:999px;background:#f8fbff;box-shadow:0 14px 32px #0f172a14}.orders-pagination strong{min-width:128px;color:#243044;text-align:center;font-size:.82rem;font-weight:600}.orders-pagination button{min-height:34px;padding:0 16px;color:#1f6feb;cursor:pointer;border:1px solid #b9d4ff;border-radius:999px;background:#fff;font-weight:600;transition:background .18s ease,color .18s ease,transform .18s ease}.orders-pagination button:hover:not(:disabled){color:#fff;background:#1f6feb;transform:translateY(-1px)}.orders-pagination button:disabled{color:#95a3b8;cursor:not-allowed;border-color:#e2e8f0;background:#edf2f7}@media(max-width:720px){.orders-pagination{flex-direction:column;gap:10px}.orders-pagination>div{width:100%;justify-content:space-between}.orders-pagination strong{min-width:auto}}.orders-table-wrap{overflow:visible;border:1px solid #ccd8e8!important;border-radius:16px!important;background:#fff;box-shadow:0 18px 38px #0f172a0f}.orders-table{border-collapse:separate!important;border-spacing:0}.orders-table thead th:first-child{border-top-left-radius:15px}.orders-table thead th:last-child{border-top-right-radius:15px}.orders-table tbody tr:last-child td:first-child{border-bottom-left-radius:15px}.orders-table tbody tr:last-child td:last-child{border-bottom-right-radius:15px}.orders-table th{border-bottom:1px solid #d6dee9}.orders-table td{color:#667085!important;font-size:.88rem!important;vertical-align:middle;border-bottom:1px solid #e8eef6}.orders-table tbody tr:last-child td{border-bottom:0}.pc-tooltip-action{position:relative;display:inline-grid;width:34px;height:34px;place-items:center;color:#1f6feb;cursor:pointer;border:1px solid #b9d4ff;border-radius:50%;background:#eef6ff;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.pc-tooltip-action svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.pc-tooltip-action:hover,.pc-tooltip-action:focus-visible{background:#fff;box-shadow:0 12px 28px #1f6feb2e;transform:translateY(-1px)}.pc-tooltip-action:after{position:absolute;left:50%;bottom:calc(100% + 10px);padding:7px 11px;color:#fff;content:attr(data-tooltip);pointer-events:none;white-space:nowrap;border-radius:999px 999px 999px 4px;background:#1f6feb;box-shadow:0 14px 28px #1f6feb47;font:.76rem var(--pc-font);opacity:0;transform:translate(-50%,8px) scale(.88);transition:opacity .14s ease,transform .14s ease}.pc-tooltip-action:hover:after,.pc-tooltip-action:focus-visible:after{opacity:1;transform:translate(-50%) scale(1)}.pc-tooltip-action--green{color:#0f8a5f;border-color:#b7efce;background:#ecfdf3}.pc-tooltip-action--green:hover,.pc-tooltip-action--green:focus-visible{box-shadow:0 12px 28px #0f8a5f2e}.pc-tooltip-action--green:after{background:#0f8a5f;box-shadow:0 14px 28px #0f8a5f42}.pc-wave-button{position:relative;isolation:isolate;overflow:visible}.pc-wave-button:before,.pc-wave-button:after{position:absolute;inset:-7px;z-index:-1;content:"";border:1px solid rgba(31,111,235,.34);border-radius:999px;opacity:0;animation:pcWaveRing 2.1s ease-out infinite}.pc-wave-button:after{animation-delay:.7s}@keyframes pcWaveRing{0%{opacity:.75;transform:scale(.94)}70%{opacity:0;transform:scale(1.18)}to{opacity:0;transform:scale(1.22)}}.client-stacked-cell{display:grid;gap:4px}.client-stacked-cell span{display:flex;align-items:center;gap:6px}.client-stacked-cell--plain span{display:block}.client-stacked-cell svg{width:14px;height:14px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.8}.client-stacked-cell span:first-child svg{color:#0f8a5f}.client-stacked-cell span:last-child svg{color:#c39142}.client-actions{display:flex;align-items:center;gap:8px}.pc-tooltip-text{position:relative;display:inline-flex;align-items:center;min-height:28px;color:#667085;cursor:help}.pc-tooltip-text:after{position:absolute;left:50%;bottom:calc(100% + 8px);padding:7px 11px;color:#fff;content:attr(data-tooltip);pointer-events:none;white-space:nowrap;border-radius:999px 999px 999px 4px;background:#1f6feb;box-shadow:0 14px 28px #1f6feb47;font:.76rem var(--pc-font);opacity:0;transform:translate(-50%,8px) scale(.88);transition:opacity .14s ease,transform .14s ease}.pc-tooltip-text:hover:after,.pc-tooltip-text:focus-visible:after{opacity:1;transform:translate(-50%) scale(1)}.client-form-dialog__grid{gap:18px!important}.client-form-field{display:grid;gap:8px}.client-form-field>span{display:flex!important;align-items:center;gap:4px;color:#344054;font-size:.85rem;font-weight:500!important}.client-form-field>span b{color:#ef4444}.client-form-field__control{display:grid;grid-template-columns:38px minmax(0,1fr);align-items:center;min-height:48px;overflow:hidden;border:1px solid #cfe0f4;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f5f9ff);box-shadow:inset 0 1px #ffffffd9;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.client-form-field__control:focus-within{border-color:#8bbdff;background:#fff;box-shadow:0 12px 26px #1f6feb1f,0 0 0 4px #1f6feb1a;transform:translateY(-1px)}.client-form-field__control svg{width:18px;height:18px;justify-self:center;color:#1f6feb;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:transform .18s ease,color .18s ease}.client-form-field__control:focus-within svg{color:#0a4d9d;transform:scale(1.08)}.client-form-field__control input,.client-form-field__control select{width:100%;min-height:46px;padding:0 14px 0 0;color:#17233a;border:0!important;outline:0;background:transparent!important;font:500 .95rem var(--pc-font);box-shadow:none!important}.client-form-field__control input:-webkit-autofill{box-shadow:0 0 0 1000px #fbfdff inset!important}.client-form-dialog .create-user-dialog__intro p{padding:9px 14px;border:1px solid #d8e7fb;border-radius:999px;background:#f8fbff;color:#5b677a;font-size:.92rem}.client-form-dialog .create-user-dialog__actions .admin-table__action{min-height:38px;padding-inline:18px;border-radius:999px;transition:transform .18s ease,box-shadow .18s ease}.client-form-dialog .create-user-dialog__actions .admin-table__action:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 24px #1f6feb29}
